html {
    overflow-x: hidden !important;
}
body {
    scroll-behavior: smooth;
    font-family: 'Inter', sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
}


/* nav */
.navbar-toggler {
    margin-top: -45px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important; /* optional: black border */
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-nav .nav-link {
    font-size: 12px;
    font-weight: 100;
    letter-spacing: 1.5px;
}
.navbar-nav .nav-link.active {
    color: #000000b9 !important; /* or your highlight color */
    font-weight: 600;
}
.home .navbar-nav .nav-link:hover {
    color: #ffffffb9;
}
@media (max-width: 576px) {
    .navbar-brand img {
        position: absolute;
        top: 35px;
        left: 39%;
    }
    .navbar-toggler  {
        position: absolute;
        top: 70px;
        left: 0%;
    }
.nav-btn {
    width:200px;
    margin-inline: auto;
    margin-top: 10px !important;
}
}


/* home */

.home {
  position: relative;
  background-image: url("img/mix-minimal-nordic-interior-design-with-japanese-wabi-sabi-style 1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  overflow: hidden; 
}

.home::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 1;

  /* SAME gradient ratio you used on navbar */
  mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 100%);
}

/* Keep content above blur */
.home > * {
  position: relative;
  z-index: 2;
}


.home li a{
    color: white;
    font-size: 13px;
}
.home .btn{
    background-color: black;
}
.home h1 {
    font-size: 90px;
}
.home .text-1 h1.right{
    position: absolute;
    top:10;
    right: 48vw;
    margin-top: 120px;
}
.home .text-1 h1 {
    letter-spacing: 3px;
    margin-top: 195px;
}
.home .text-2 {
    padding-top: 15rem;
}
.home .text-2 p{
    font-size: 19px;
}
@media (max-width:576px){
    .home {
        min-height: 700px !important;
        background-position-x: 45%;
    }
    .home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); 
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 1;

    /* SAME gradient ratio you used on navbar */
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 40%);
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 10%, rgba(0,0,0,0) 40%);
    }
    .home .row {
        margin:0px !important;
    }
    .text-2 {
        display: none !important;
    }
    .home h1 {
        font-size: 40px;
    }
    .home .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
}
/* end-home */


/* sec-2 */
.sec-2 .title ,
.sec-2 .title-2{
    white-space: nowrap;
    font-size: 14px;
}
.sec-2 .list {
    font-size: 10px;
}
/* end sec-2 */


/* start img-sec */
.img-sec .row {
    margin: 0; /* Remove negative margins from Bootstrap row */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.img-sec img {
    padding: 0;
    width: 20%;
    max-width: 100%;
    height: auto;
    display: block;
}

/* end img-sec */


/* start sec-3 */
.sec-3 h1 {
    font-size: 50px;
}
.sec-3 p {
    font-size: 19px;
}
@media (max-width:576px) {
    .sec-3 p{
        text-align: center !important;
        white-space: none !important;
    }
}
/* end sec-3 */

@media (max-width:576px) {
    .our-partners h1 {
        font-size: 40px;
    }
}


/* start about-sec */
.about-sec h1 {
    font-weight: 400;
    font-size: 90px;
}
.about-sec p {
    font-size: 16px;
}
@media (max-width:576px) {
    .about-sec h2 {
        font-size: 37px;
    }
    .about-sec h1 {
        font-size: 65px;
    }
}
/* end about-sec */

/* start sec-4 */
.sec-4 {
    padding-top: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
    overflow: hidden !important; 
}
.sec-4 h1 {
    letter-spacing: 3px !important;
    font-size: 74px;
}
.sec-4 .text-1 h1.right{
    padding-right: 100px;
    margin-bottom: -25px;
}
.sec-4 .text-2 p {
    font-size: 16px;
}
.sec-4 .text-2 {
    margin-top: 380px;
}
.sec-4 .text-2 h1{
    margin-top: -150px;
} 
@media (max-width:576px) {
    .sec-4 {
    padding-top: 24px;
    min-height: 350px;
    background-position: center;
}
    .sec-4 h1 {
        margin-left: 20%!important;
        font-size: 25px;
    }
    .sec-4 .text-1 h1.right{
    margin-left: 41% !important;
    margin-bottom: 0px;
}
    .sec-4 h1.bottom {
        margin-bottom: 0px !important;
        margin-top: 100px !important;
    }
}
/* end sec-4 */

/* start sec-5 */
.sec-5 h1 {
    font-size: 55px;
}
.sec-5 h6 {
    text-transform: capitalize !important;
    font-size: 12px;
}
.sec-5 p {
    font-size: 16px;;
}
@media (max-width:576px) {
    .sec-5 h1 {
        font-size: 28px;
    }
}
/* end sec-5 */

/* start sec-6 */
.sec-6 h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 60px;
}
.sec-6 p {
    font-size: 16px;
    width: 75%;
}
.sec-6 input {
    width: 75%;
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.sec-6 input:focus {
    outline: none;
    box-shadow: none;
}
.sec-6 input::placeholder {
    color: rgba(0, 0, 0, 0.479);
    font-size: 17px;
    letter-spacing: 1px;
}
.sec-6 .right-side {
    padding-left: 170px;
}
.sec-6 .right-side input {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
.sec-6 h3 {
    font-size: 21px ;
}
.sec-6 button {
    padding: 13px 20px;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
}
.sec-6 button span{
    font-size: 11px;
}
/* ...existing code... */
.custom-checkbox-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-checkbox-label {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  cursor: pointer;
  user-select: none;
  font-weight: 400;
}
.custom-checkbox-input {
  display: none;
}
.custom-checkbox-box {
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: none;
  background: #D5D5D5;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  transition: background 0.2s, border 0.2s;
}
.custom-checkbox-input:checked + .custom-checkbox-box {
  background: #000;
  border-color: #000;
}
.custom-checkbox-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 3px;
  width: 3.5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: scale(0.8) rotate(45deg);
  transition: opacity 0.2s;
}
.custom-checkbox-input:checked + .custom-checkbox-box::after {
  opacity: 1;
}
@media (max-width:576px){
    .sec-6 h1 {
        font-size: 40px;
    }
    .sec-6 .right-side {
    padding-left: 10px;
}
.sec-6 input {
    width: 100%;
    border: none;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
}
}
/* end sec-6 */

/* start sec-7 */
.sec-7 h1 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 53px;
}
@media (max-width:576px) {
    .sec-7 h1 {
        font-size: 20px;
    }
}
/* end sec-7 */

/* start faq */
.faq h1{
    font-size: 53px;
    color: #000000;
    font-weight: 300;
}
.faq-item {
    border-top: 0.2px solid #00000040 !important;
    padding: 10px 0;
    color: #000000;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-weight: 300 !important;
}
.faq-question h5 {
    font-size: 28px;
}
.faq-answer {
    max-height: 0;
    max-width: 70%;
    overflow: hidden;
    text-align: justify !important;
    text-justify: inter-word !important;
    white-space: normal !important;
    width: 90%;
    transition: max-height 0.3s ease-out;
    font-size: 15px;
    padding-left: 55px;
    opacity: 0.8;
    font-weight: 300;
    color: #00000094;
}
.faq-answer p {
    padding: 5px 0;
    font-size: 16px;
}
.toggle-icon {
    font-size: 40px;
    transition: transform 0.2s ease, color 0.2s ease;
    display: inline-block;
    transform-origin: center;
    color: #D9D9D9; 
}
.faq-item.active .toggle-icon {
    transform: rotate(405deg);
    color: #000000; 
}
@media (max-width:576px){
    .faq {
        margin-top: 150px;
    }
    .faq h1{
        font-size: 33px;
    }
    .faq button {
        display: flex;
        align-items: center; 
        border: none;
        padding: 10px;
        padding: 8px 8px 8px 40px;
        font-size: 15px;
    }
    .faq button svg {
        padding: 10px 11px !important;
        border-radius: 50%;
    }
    .faq-question h5 {
        font-size: 15px;
        width: 95%;
    }
    .faq-answer {
        font-size: 13px;
        padding-left: 30px;
        max-width: 90%;
    }
    .faq-answer p {
        padding: 0px 0;
    }
    .toggle-icon {
        font-size: 30px;
    }
}
@media (min-width:786px) and (max-width:992px){
    .faq {
        margin-top: 150px;
    }
    .faq h1{
        font-size: 40px;
    }
    .faq-question h5 {
        font-size: 18px;
    }
    .faq-answer {
        font-size: 13px;
        padding-left: 50px;
    }
    .faq-answer p {
        padding: 0px 0;
    }
    .toggle-icon {
        font-size: 40px;
    }
}
/* end faq */

/* start footer */
/* ...existing code... */
.footer-section .nav-link {
    color: #bbb !important;
    font-size: 12px;
    letter-spacing: 0.7px;
    margin-right: 18px;
    padding-left: 0;
    padding-right: 0;
}
.footer-section .nav-link:hover {
    color: #fff !important;
}
@media (max-width: 576px) {
    .footer-section img {
        max-width: 100px !important;
    }
    .footer-section {
        text-align: center !important;
    }
    .footer-nav {
    display: block !important;   /* reset Bootstrap nav flex */
    }
    .footer-nav .nav-item {
        display: block !important;   /* stack items like normal li */
        margin-bottom: 5px;          /* optional spacing */
    }
    
    .footer-nav .nav-link {
        display: block;              /* make link full-width inside li */
        padding: 4px 0;     
        margin-right: 0px !important;         /* adjust spacing */
    }
    .footer-section .logo {
        padding-right: 0px !important;
    }
}

/* ...existing code... */

/* projects navbar */
.projects-nav li a{
    color: rgba(0, 0, 0, 0.438);
    font-size: 13px;
}
.projects-nav li a:hover{
    color: rgb(0, 0, 0);
}
.projects-nav .btn{
    color: white;
    background-color: black;
}
.projects h1{
    margin-top: 24px;
    font-size:60px ;
}
.projects p{
    line-height: 1;
    margin-top: 14px;
    margin-bottom: 34px;
    font-size: 17px;
    width: 55%;
}
.projects img {
    width: 100%;
}
.owl-stage {
    padding-left: 0px !important;
}
.projectsCarousel .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: none;
}
.projectsCarousel .owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: none;
    margin: 0 5px;
}
.projectsCarousel .owl-dot.active span {
    background: #000;
}
.btn {
    width: 60px;
    height: 60px;
    box-shadow: none !important;
    font-size: 1.5rem !important;
}
.btn-dark {
    color: #fff;
    background-color: #00000000 !important;
    border-color: #000000;
}
.btn-icon:hover {
    background: rgba(0,0,0,0.9);
}

.btn-icon .icon {
    font-size: 22px;
}

@media (max-width: 576px) {
    .projects h1{
    margin-top: 24px;
    font-size:30px ;
}
    .projects p{
        line-height: 1;
        margin-top: 14px;
        margin-bottom: 34px;
        font-size: 14px;
        width: 90%;
}
#projects {
    margin-top: 0px !important;
}
#projects h1 {
    font-size: 25px !important;
}
#projects h6 {
    font-size: 15px !important;
}
#projects p {
    font-size: 13px !important;
}

}
/* end projects */