.nc {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1fr;
    margin: 0px 0px 5rem 0px;
}

.nc > div {
    display: flex;
    flex-direction: column;
}

.nc img {
  width: 100%;
  aspect-ratio: 16 / 15;
  object-fit: cover;
  background: #eee;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 10px, rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
  border-radius: 16px;
}

.nc h3 {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #222;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.nc h3 strong {
    font-weight: bold;
    color: #002db3;
}

.nc h3 small {
    font-size: 0.85em;
    font-weight: normal;
    color: #666;
}

.nc a {
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 1rem;
  color: #002db3;
  text-decoration: none;
}

.nc p {
    font-size: 0.9rem;
    color: #444;
    margin: 0;
    line-height: 1.6;
}


@media (min-width: 600px) {
    .nc {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .nc {
        grid-template-columns: repeat(4, 1fr);
    }
}
@font-face {
    font-family: 'Arimo';
    src: url('https://k-kasas.com/fonts/arimo/Arimo-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arimo';
    src: url('https://k-kasas.com/fonts/arimo/Arimo-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body, 
html * {
    font-family: Arial, ArialMT, 'Helvetica Neue', Helvetica, sans-serif !important;
}

h2 {
  margin: 10px 0px 10px 0px;
}

h3 {
  margin: 10px 0px 10px 0px;
}

#common {
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1440px;
    margin: auto;
}

@media (max-width: 1024px) {
    #common {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    #common {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 424px) {
    #common {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#cw {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 96%;
  box-sizing: border-box;
  padding: 20px;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  box-shadow: 0 3px 12px rgba(0,0,0,.1);
  font-size: 14px;
  line-height: 1.6;
  z-index: 2500;
  display: none;
  max-width: 1440px;
}

#ci {
  display: flex;
  gap: 15px;
}

#ct {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
}

#cb { flex: 1; min-width: 0; }
#ctx {
  color: #6a6a6a;
  display: inline;
  white-space: normal;
  line-height: 1.8;
}

#ctx a { font-weight: bold; color: #000; text-decoration: none; }
#ctx a:hover { text-decoration: underline; }

#cbt {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

#cbt button {
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  border: 1px solid #000;
  min-height: 60px;
  min-width: 150px;
  font-size: 15px;
}

#co { background: #222; color: #fff; }
#co:hover { background: #000; }
#cn { background: #fff; color: #000; }

@media(max-width:768px) {
  #ci { flex-direction: column; }
  #cbt { width: 100%; }
}
html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

.f {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 20px 20px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    border-top: 2px solid #8080801f;
}

.f a {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

.f a:hover {
    text-decoration: underline;
}
#nav a{
  text-decoration: none;
}

#lang-opt button {
  color: black;
  padding: 10px 8px;
  border-radius: 8px;
  text-align: left;
}

#lang-opt button:hover {
  background-color: #eee;
}

  #lang-def,
  #lang-opt button {
    color: #6a6a6a !important;
  }

  #nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 12px;
    box-sizing: border-box;
  }

  #nav.home {
    width: 90vw;
    margin: auto;
  }

  #nav.other {
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }

  .lang-sel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: fit-content;
    box-sizing: border-box;
  }

  #lang-opt.activeMenu {
    display: flex !important;
  }

  #lang-opt {
    display: none;
    flex-direction: column;
    position: absolute;
    z-index: 99999;
    background: white;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    gap: 5px;
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #ccc;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px;
    top: 42px;
    color: black !important;
  }

  #lang-opt.show {
    display: flex;
  }

  .lang-btn img {
    width: 20px;
    height: 20px;
  }

  #nav {
    padding: 6px 12px;
    border-bottom: 1px solid rgb(228,228,228);
  }

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

  #lang-btn {
    min-width: 160px;
    display: flex;
    gap: 8px;
    border: 1px solid transparent;
    width: fit-content;
    padding: 10px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    background: #eee;
    justify-content: center;
  }

  nav p#lang-def {
    margin: 0px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    letter-spacing: 0.03rem !important;
  }

  #lang-btn:hover {
    background-color: #e5e5e5;
  }

  #lang-opt.activeMenu+#lang-btn::after {
    margin-left: 4px;
    content: "";
    display: block;
    margin-top: 10px;
    position: absolute;
    top: 45px;
    z-index: 9999;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #70757b;
  }

  #lang-opt button {
    text-align: left;
    background: transparent;
    border: 0;
    padding: 10px 18px;
    opacity: 0.8;
    border-radius: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    text-transform: capitalize;
  }

  #lang-opt button:hover {
    opacity: 1;
    background-color: #eee;
  }

  #lang-opt button[value="{{ app()->getLocale() }}"] {
    background: lightgray;
    font-weight: bold;
  }

  #dropdownBtn:hover {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 3px;
  }
  #nav .logo > img {
    height: 26px;
    width: 26px;
  }

  #lang-btn img {
    height: 18px;
    width: 18px;
  }

  @media (min-width: 425px) {
  #nav .logo > img {
    content: url("https://k-kasas.com/svg26/logo.svg");
    width: unset;
  }
}
#sellOrRent_container input[type=radio],
#vocalSearch {
    display: none
}

[hidden] {
    display: none !important;
}

.tx p {
    margin: 7px;
    font-size: 14px;
}

.vh {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sw {
    --p: #d51410;
    --d: #000;
    --g: #f5f5f5;
    --b: #e0e0e0;
    --s: 0 4px 15px rgba(0, 0, 0, .08);
    --r: 8px;
    font-family: sans-serif;
    display: grid;
    max-width: 1440px;
    margin: 2rem auto;
    position: relative;
    box-sizing: border-box;
}

.fm {
    background: #fff;
    padding: 36px;
    border-radius: 24px;
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    box-shadow: rgba(0, 0, 0, .2) 0 6px 20px 0;
}

.tt {
    font-size: 1.4rem;
    font-weight: 700;
    color: #222;
    margin: 0 0 .8rem 0;
    line-height: 1.6;
}

.iw {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid var(--b);
    border-radius: 14px;
    background: #fff;
    height: 62px;
    transition: .2s;
}

.iw:focus-within {
    border-color: #222;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
}

.in {
    border: 0;
    flex: 1;
    height: 100%;
    font-size: .95rem;
    padding: 0 35px;
    outline: 0;
    background: 0 0;
    z-index: 2;
    width: 100%;
}

.ic {
    position: absolute;
    left: 10px;
    opacity: .5;
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.ax {
    position: absolute;
    right: 5px;
    z-index: 3;
}

.bt {
    background: 0 0;
    border: 0;
    cursor: pointer;
    padding: 6px;
    opacity: .6;
    transition: .2s;
    display: flex;
}

.bt:hover {
    opacity: 1;
}

.sl {
    width: 100%;
    height: 62px;
    border: 1px solid var(--b);
    border-radius: 14px;
    padding: 0 .8rem;
    font-size: .95rem;
    background: #fff;
    cursor: pointer;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .8rem center;
    background-size: 14px;
}

.sb {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 48px;
    background: var(--p);
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
    transition: .2s;
}

.sb:hover {
    background: #b00f0c;
}

.tb {
    display: flex;
    background: var(--g);
    border-radius: 14px;
}

.tb input {
    display: none;
}

.tb label {
    flex: 1;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 600;
    color: #666;
    font-size: 1rem;
    transition: .2s;
}

.tb input:checked+label {
    border-radius: 14px;
    background: #222;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.dd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid var(--b);
    border-radius: 14px;
    margin-top: 4px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    z-index: 100;
    overflow: hidden;
}

.rs button {
    width: 100%;
    text-align: left;
    background: 0 0;
    border: 0;
    padding: 10px 12px;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    font-size: .9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rs button:hover {
    background: var(--g);
}

.tl {
    display: grid;
    gap: 4px;
    padding: 4px;
    background: #fafafa;
}

.ti {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
    border-radius: 4px;
    text-decoration: none;
    color: #222;
    transition: .2s;
    cursor: pointer;
}

.ti:hover {
    background: #eee;
}

.ti img {
    width: 30px;
    height: 30px;
}

.tx h6 {
    margin: 0;
    font-size: .85rem;
    font-weight: inherit;
}

.tx span {
    font-size: .7rem;
    color: #777;
}

.hero {
    border-radius: 24px;
}

@media (min-width: 767px) {
    .sw {
        grid-template-columns: 420px 1fr;
        align-items: center;
        min-height: 550px;
        gap: 1.5rem;
    }

    .sw>img {
        display: block;
        position: absolute;
        aspect-ratio: 16/9;
        right: 0;
        height: 550px;
        overflow: hidden;
        box-shadow: var(--s);
        z-index: 1;
        object-fit: cover;
        width: 100%;
        max-width: 75%;
    }

    .hero {
        border-radius: 24px;
    }

    .fm {
        z-index: 20;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .sw {
        display: flex;
        flex-direction: column;
        margin: 1rem auto;
        max-width: 600px;
        gap: 1.5rem;
    }

    .sw>img {
        display: block;
        position: relative;
        width: 100%;
        height: 250px;
        object-fit: cover;
        transform: none;
        box-shadow: var(--s);
        z-index: 1;
        margin-top: -10px;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .sw {
        margin: 2.25rem auto;
        gap: 1rem;
    }

    .fm {
        box-shadow: none;
        background: transparent;
        padding: 0;
        border-radius: 0;
        gap: .6rem;
    }

    .sw>img {
        border-radius: 6px;
        height: 180px;
        margin-top: 0;
        box-shadow: none;
    }

    .tt {
        font-size: 1.25rem;
        margin-bottom: 0.2rem;
    }

    .iw,
    .sl,
    .sb {
        height: 44px;
    }

    .in {
        font-size: 16px;
        padding: 0 32px;
    }
}
.faq {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 64px;
    margin: 80px auto;
    max-width: 1200px;
    color: #222;
}

.faq p {
  line-height: 2.5;
}

.faq h2 {
    grid-column: 1;
    grid-row: 1 / 20;
    font-size: 48px;
    margin: 0;
}

.faq b {
    grid-column: 2;
    display: flex;
    justify-content: space-between;
    padding: 32px 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
    font-size: 18px;
}

.faq b::after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    transform: rotate(45deg);
    transition: 0.3s;
}

.faq b.active::after { transform: rotate(-135deg); }

.faq b + p, .faq b + div {
    grid-column: 2;
    max-height: 0;
    overflow: hidden;
    margin: 0;
    transition: 0.3s ease;
}

.faq b.active + p, .faq b.active + div {
    max-height: 2000px;
    padding-bottom: 32px;
}

.faq ul {
    padding-left: 20px;
    margin: 10px 0;
    list-style: disc;
    line-height: 2.5;
}

.faq li {
    margin-bottom: 8px;
    color: #717171;
}

@media (max-width: 950px) {
    .faq { display: block;}
}
.f-c {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    max-width: 1440px;
    margin: 5rem 0px 5rem 0px;
}

.f-b {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 100px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 10px, rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    transition: transform .3s;
    height: 150px;
}

.f-b img {
    width: 40px;
    height: 40px;
}

.i-g {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center;
}

.i-g {
  margin: 5rem 0px 5rem 0px;
}

.i-g h3 {
    font-weight: bold;
}

.i-w {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.i-b {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 10px, rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
    transition: .3s;
}

.f-b:hover {
    transform: scale(1.010);
}

.i-b img {
    width: 80px;
    height: 80px;
}

.i-b p {
    margin: 10px 0 0;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 1024px) {
    .i-w {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .i-w {
        grid-template-columns: 1fr;
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .f-c {
        flex-wrap: wrap;
    }

    .f-b {
        flex: 1 1 100%;
    }
}
.des {
  line-height: 2;
}

.des2 {
  font-weight: bolder;
  font-style: italic;
  line-height: 2;
}

.tit {
  margin: 4rem 0px 4rem 0px;
}

.pg {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1440px;
    margin: 5rem 0px 5rem 0px;
}

.pg > div {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 10px, rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
  border-radius: 16px;
}

.pg img {
    width: 100%;
    aspect-ratio: 16 / 15; 
    object-fit: cover;
    border-radius: 16px;
    background: #eee;
}

.pg p {
    margin: 0.5rem 0 0;
    font-size: 0.95rem;
    color: #444;
}

@media (min-width: 768px) {
    .pg {
        grid-template-columns: repeat(3, 1fr);
    }
}



#mv {
    height: 100%;
    width: 100%;
}
    .split-wrapper {
        display: flex;
        position: relative;
        width: 100%;
        height: 400px; 
        background: #fff;
        overflow: hidden;
        border: 1px solid #ddd;
        border-radius: 16px;
        margin: 5rem 0px 5rem 0px;
        background: #f9f9f9;
        box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px 10px, rgba(0, 0, 0, 0.16) 0px 2px 6px 0px;
    }

    .info-content {
        width: 25%; 
        padding: 30px 0px 30px 30px;
        z-index: 1;
        word-wrap: break-word;
        background: #f9f9f9;
    }

    .mc {
        width: 75%;
        position: relative;
        clip-path: polygon(26% 0%, 100% 0%, 100% 100%, 0% 100%);
        z-index: 2;
    }

    @media (max-width: 1024px) {
        .split-wrapper { 
            flex-direction: column; 
            height: auto; 
        }
        .info-content { 
            width: 100%; 
        }
        .mc { 
            width: 100%; 
            height: 350px;
            margin-left: 0; 
            clip-path: none; 
        }
        .split-wrapper::after { 
            display: none; 
        }
    }

    @media (min-width: 1024px) and (max-width: 1440px) {
            .mc {
                width: 65%;
            }

                .info-content {
                width: 35%; 
            }
    }

.a-s {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1440px;
    margin: 5rem 0px 5rem 0px;
}

.s-c {
    flex: 1 1 calc(50% - 40px);
    min-width: 300px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s-c img {
    width: 30px;
    height: 30px;
}

.s-c h2 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 5px;
    margin-top: 20px;
}

.s-c p {
    line-height: 1.6;
    color: #444;
    margin: 0;
}

.s-c a {
    color: inherit;
    text-decoration: underline;
    font-weight: bold;
}

.s-c .cta {
    text-decoration: underline;
    color: #000;
}

.info-content > b {
    color: #222;
    font-size: 22px;
    text-decoration: underline;
}

.fs-6 {
  margin: 2rem 0px 2rem 0px;
  line-height: 1.6;
}

@media (max-width: 768px) {
    .s-c {
        flex: 1 1 100%;
    }
}
ol li:last-child span {
    color: #222;
    font-size: 17px;
}

.lp26-breadcrumbs {
    padding: 20px 0;
    font-family: sans-serif;
    font-size: 14px;
    color: #222222;
}

.lp26-breadcrumbs ol {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lp26-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    height: 26px;
}

.lp26-breadcrumbs a {
    text-decoration: none;
    color: #222222;
    font-size: 17px;
    text-decoration: underline;
    text-shadow: 0.1px 0.1px 0.1px currentColor;
}

.lp26-breadcrumbs a:hover {
    text-decoration: underline;
}

.lp26-breadcrumbs .separator {
    margin: 0 8px;
    color: #222222;
}

html,
body,
html * {
    font-family:
        Arial, ArialMT, "Helvetica Neue", Helvetica, sans-serif !important;
}

.pop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.79);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.pop.show {
    opacity: 1 !important;
    pointer-events: auto;
}

.box {
    width: 360px;
    min-height: 300px;
    max-width: 90%;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.xbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    line-height: 1;
    color: #383d3c;
    z-index: 10;
}

#step1.hide {
    display: none;
}

h2 {
    margin: 0 0 20px;
    font-size: 1.2rem;
    color: #333;
}

.btns {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btns button {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #ececec;
    cursor: pointer;
    text-align: center;
    font-size: 0.95rem;
    transition: all 0.2s;
}

.btns button:hover {
    background: #f8f8f8;
    border-color: #222;
}

#step2 {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}

#step2.show {
    display: flex;
}

.msg1 {
    font-weight: bold;
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 5px;
}

.msg2 {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.code {
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 1px;
    color: #000;
    margin-bottom: 26px;
}

.btn {
    background-color: #00aaff;
    color: white;
    border: none;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition:
        background 0.3s,
        transform 0.2s;
}

.btn:hover {
    background-color: #0088cc;
    transform: translateY(-2px);
}