@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #FFF9F2;
    font-family: 'Poppins', sans-serif;
}

.logo img{
    width:70px;

}

.logo{

    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;

}
.heading h1{
    width: 100%;
    height: 100%;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -4px;
    word-spacing: 10px;
    color: #222;
    text-align: center;
    margin-top: 250px;
}  

.heading h1 span{
    color: #FF5101;
}

.hero{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 300px;
}

.hero video{
    border-radius: 20px;
    width:1000px;
    margin:30px;
}

.txt1 img{
    width: 900px;
}

.txt1{
    margin-top: 100px;
} 

.txt2 img{
    width: 900px;
}

.txt2{
    margin-top: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.footer {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 10px;
    line-height: 1;
}

.footer img {
    width: 98%;

}

.view-more-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
    border-radius: 30px;
    padding: 40px;
    margin-top: 180px;
    margin-left: 10px;
    margin-right: 10px;
    background: #fff9f2;
    will-change: opacity, transform;
}

.view-more-heading {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -6px;
    word-spacing: 7px;
    color: #000;
    margin-bottom: -30px;
    text-align: center;
    will-change: opacity, transform;
}

.view-more-heading span {
    color: #FF5101;
}

.view-more-btn {
    background: #FF5101;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    letter-spacing: -5px;
    border: none;
    border-radius: 50px;
    padding: 18px 60px;
    margin-bottom: 50px;
    cursor: pointer;

    transition: background 0.2s, transform 0.2s;
    will-change: opacity, transform;
}

.view-more-btn:hover {
    background: #d94400;
    transform: translateY(-2px) scale(1.04);
}

.schedule-contact {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #111;
    color: #fff;
    border-radius: 30px;
    margin: 10px 10px 10px 10px;
    padding: 60px 60px 60px 80px;
    gap: 40px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.12);
}

.schedule-contact__content {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.schedule-contact__label {
    color: #bdbdbd;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.schedule-contact__email {
    font-size: 48px;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    border-bottom: 6px solid #FF5101;
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: -2px;
    transition: color 0.2s;
}
.schedule-contact__email .arrow {
    color: #FF5101;
    font-size: 38px;
    margin-left: 10px;
    vertical-align: middle;
}
.schedule-contact__email:hover {
    color: #FF5101;
}

.schedule-contact__brand {
    color: #bdbdbd;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}

.schedule-contact__heading {
    font-size: 44px;
    font-weight: 900;
    margin: 0 0 40px 0;
    letter-spacing: -2px;
    line-height: 1.1;
}

.schedule-contact__links {
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.schedule-contact__link {
    color: #bdbdbd;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid #bdbdbd;
    transition: color 0.2s, border-color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.schedule-contact__link .arrow {
    color: #FF5101;
    font-size: 22px;
    margin-left: 4px;
}
.schedule-contact__link:hover {
    color: #FF5101;
    border-color: #FF5101;
}

.schedule-contact__image {
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
}
.schedule-contact__image img {
    width: 320px;
    max-width: 100%;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 4px 32px rgba(0,0,0,0.10);
}

@media (max-width: 1100px) {
    .schedule-contact {
        flex-direction: column;
        align-items: stretch;
        padding: 40px 20px;
        margin: 60px 10px;
    }
    .schedule-contact__image {
        margin-top: 40px;
        justify-content: flex-start;
    }
}

.center-toggle-btn {
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    width: 300px;
}
.toggle-btn {
    display: flex;
    width: 100%;
    border: 5px solid #222;
    border-radius: 25px;
    overflow: hidden;
    background: #222;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    padding: 0;
    cursor: pointer;
    outline: none;
}
.toggle-btn__option {
    flex: 1 1 0;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    padding: 18px 0;
    transition: background 0.2s, color 0.2s;
    color: #fff;
    background: #222;
    letter-spacing: -2px;
    font-weight: 900;
}
.toggle-btn__option--active {
    background: #fff9f2;
    color: #222;
    border-radius: 15PX;
    letter-spacing: -2px;
    font-weight: 900;
}
.toggle-btn__option:not(.toggle-btn__option--active):hover {
    background: #333;
    border-radius: 15px;
}

.works {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    margin: 60px auto 0 auto;
    margin-top: 250px;
    width: 95%;
}
.work-item {
    display: flex;
    flex-direction: column;
    align-items: left;
    width: 95%;
    max-width: 55vw;
}
.work-item img,
.work-item video {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.10);
    background: #fff;
}

.work-caption {
    font-size: 22px;
    letter-spacing: -3px;
    font-weight: 900;
    color: #222;
    text-align: left;
}
@media (max-width: 1100px) {
    .works {
        flex-direction: column;
        gap: 30px;
        max-width: 98vw;
    }
    .work-item {
        width: 98vw;
        max-width: 98vw;
    }
    .work-item img,
    .work-item video {
        height: 220px;
    }
}

.lets-talk-btn {
    position: fixed;
    top: 20px;
    right: 46px;
    z-index: 2000;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: -1px;
    padding: 13px 38px;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(255,81,1,0.10);
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    display: inline-block;
}
.lets-talk-btn:hover {
    background: #d94400;
    transform: translateY(-2px) scale(1.04);
}
@media (max-width: 700px) {
    .lets-talk-btn {
        top: 16px;
        right: 10px;
        font-size: 16px;
        padding: 10px 18px;
    }
}

.transition-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #FF5101;
    z-index: 9999;
    pointer-events: none;
    transform: translateY(100%);
    transition: transform 0.7s cubic-bezier(0.77,0,0.175,1);
}
.transition-overlay.active {
    transform: translateY(0);
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #FF5101;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: transform 0.7s cubic-bezier(0.77,0,0.175,1), opacity 0.5s;
}
.preloader-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 0.5s;
}
.preloader-logo.hide {
    opacity: 0;
    pointer-events: none;
}
.preloader-percentage {
    font-size: 30vw;
    font-weight: 900;
    color: #fff;
    letter-spacing: -6px;
    opacity: 1;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1em;
}
.preloader-percentage.hide {
    opacity: 0;
    pointer-events: none;
}
.preloader.upslide {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}
body.loading main, body.loading .logo, body.loading .lets-talk-btn, body.loading .hero, body.loading .txt1, body.loading .txt2, body.loading .works, body.loading .view-more-section, body.loading .schedule-contact, body.loading .footer, body.loading .center-toggle-btn {
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 500px) {
    .view-more-section {
        padding: 18px 4px;
        margin-top: 60px;
        border-radius: 18px;
    }
    .view-more-heading {
        font-size: 28px;
        letter-spacing: -2px;
        margin-bottom: -18px;
    }
    .view-more-btn {
        font-size: 18px;
        letter-spacing: -2px;
        padding: 12px 20px;
        margin-bottom: 20px;
    }
    .schedule-contact {
        flex-direction: column;
        align-items: stretch;
        padding: 38px 19px;
        margin: 30px 2px;
        border-radius: 18px;
        gap: 18px;
    }
    .schedule-contact__heading {
        font-size: 22px;
        margin-bottom: 18px;
    }
    .schedule-contact__email {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .schedule-contact__label,
    .schedule-contact__brand {
        font-size: 14px;
    }
    .schedule-contact__links {
        gap: 12px;
        flex-direction: column;
    }
    .schedule-contact__link {
        font-size: 14px;
        border-width: 1px;
    }
    .schedule-contact__image {
        min-width: 0;
        flex: 0 0 120px;
        margin-top: 10px;
    }
    .schedule-contact__image img {
        width: 100px;
        border-radius: 12px;
    }
    .heading h1{
        line-height: 40px;
    }
    .txt1 img{
        width: 400px;
        margin-top: -100px;
    }
    .txt2 img{
        width: 400px;
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .work{
        margin-left: 10px;
        width:90%;
    }
  /* Place Botpress widget just above the toggle button on mobile */
  #bp-web-widget-container, .bp-widget, .bpw-floating-button {
    top: 60px !important; /* Just below the lets-talk button */
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 2001 !important;
  }
  .bp-widget, #bp-web-widget-container {
    max-width: 80vw !important;
  }
  .center-toggle-btn {
    bottom: 20px !important;
    margin-bottom: 0 !important;
  }
  #bp-web-widget-container, .bp-widget, .bpw-floating-button {
    display: none !important;
  }
}

/* Drop shadow for Botpress webchat widget */
#bp-web-widget-container, .bp-widget, .bpw-floating-button {
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.35) !important;
    border-radius: 16px !important;
}

