﻿* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.hero-img {
    background: url("../images/Corporate_Landing_Banner.png");
    background-size: cover;
    height: 600px;
    margin-top: 96px
}

.features-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 20px;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

    .feature-item img {
        width: 50px;
        height: 50px;
        flex-shrink: 0;
    }

.feature-text h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.feature-text p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

.text-center img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.explore-section {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

.explore-left h2 {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    line-height: 50px;
    margin-bottom: 20px;
}

    .explore-left h2 strong {
        font-weight: 700;
    }

.video-wrapper img {
    border-radius: 6px;
    max-width: 100%;
}

.explore-right form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.explore-right input,
.explore-right textarea {
    padding: 12px;
    border: 1px solid #ADADAD;
    border-radius: 2px;
    font-size: 16px;
    font-family: inherit;
    resize: none;
}

.explore-right textarea {
    height: 80px;
}

.explore-right button {
    background: #000;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.3s;
}

    .explore-right button:hover {
        background: #333;
    }

.proceed-btn-proceed {
    width: 526px;
    height: 48px;
    background: #000000;
    border-radius: 100px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

    .proceed-btn-proceed:hover {
        opacity: 0.9;
    }

.customer-section {
    background-color: black;
    color: white;
    padding: 60px 0;
}

.customer-heading {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 71px;
    margin-bottom: 20px;
}

.customer-subsection {
    gap: 15px;
}

.customer-ratings {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    text-decoration: underline;
    color: #176BEF;
    margin: 0;
}

.customer-social {
    width: 137px;
    height: auto;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #f4f4f4;
}

.login-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    background: #fff;
    width: 495px;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    position: relative;
}

/* Tabs */
.login-tabs {
    display: flex;
    justify-content: flex-start;
    /*justify-content: center;*/
    gap: 40px;
    margin-bottom: 25px;
    border-bottom: 2px solid #ddd;
}

    .login-tabs .tab {
        font-size: 20px;
        font-weight: 600;
        cursor: pointer;
        padding-bottom: 4px;
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
        transition: border-color 0.3s, font-weight 0.3s;
    }

        .login-tabs .tab.active {
            font-weight: 500;
            border-bottom: 2px solid #000;
        }

.login-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 15px;
    font-size: 16px;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    color: #333;
}

    .login-input::placeholder {
        color: #8C8C8C;
    }

.forgot {
    text-align: right;
    font-size: 15px;
    margin-bottom: 20px;
}

    .forgot a {
        color: #000;
        text-decoration: none;
    }

.login-btn {
    width: 100%;
    padding: 12px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin-top: -5px;
}

.create {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
}

    .create a {
        color: #176BEF;
        text-decoration: none;
        font-weight: 500;
    }


.login-box {
    background: #fff;
    max-width: 400px;
    width: 100%;
    margin: 0px !important;
    position: absolute;
    right: 100px;
    top: 20%;
}


.customer-heading {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
}

.customer-subsection {
    margin-top: 10px;
}

.customer-ratings {
    margin-right: 8px;
    color: #ccc;
}

.customer-social {
    width: 120px;
}

.review-scroll {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 20px 0;
}

    .review-scroll::-webkit-scrollbar {
        display: none;
    }

.review-card {
    flex: 0 0 620px;
    background: #272727;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    scroll-snap-align: start;
    text-align: left;
}

.review-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-name {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 2px;
}

.review-stars {
    font-size: 16px;
    color: #FFD700;
}

.review-text {
    font-size: 15px;
    line-height: 22px;
    color: #e0e0e0;
    margin-top: 10px;
}

.footer {
    width: 100%;
    height: 75px;
    background: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    bottom: 0;
}

.footer-content {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
}

.footer-links {
    margin-top: 5px;
}

    .footer-links a {
        color: #FFFFFF;
        text-decoration: none;
        margin: 0 5px;
    }

        .footer-links a:hover {
            text-decoration: underline;
        }


.know-more-section {
    background-color: rgba(50, 50, 50, 0.11);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    text-align: center;
}

.know-more-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.know-more-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 2.8rem;
    line-height: 1.4;
    color: #000000;
    margin: 0;
}

.know-more-btn {
    display: inline-block;
    padding: 12px 40px;
    background-color: #000000;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    border-radius: 100px;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

    .know-more-btn:hover {
        background-color: #333333;
        color: #ffffff;
        text-decoration: none;
        transform: translateY(-2px);
    }

.modal-dialog {
    max-width: 664px;
}

.modal-content {
    /*border-radius: 20px;
    padding: 30px 40px;
    position: relative;*/
}

.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.modal-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

.form-control {
    height: 48px;
    border: 1px solid #ADADAD;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #5E5E5E;
}

.phone-input {
    display: flex;
    gap: 10px;
}

    .phone-input span {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 62px;
        background: #F4F5F8;
        border-radius: 4px 0 0 4px;
        border: 1px solid #ADADAD;
        font-size: 18px;
        font-weight: 400;
    }

.btn-submit {
    width: 100%;
    height: 48px;
    background: #000;
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    margin-top: 15px;
}

.small-text {
    text-align: center;
    font-size: 14px;
    color: #5E5E5E;
    margin-bottom: 15px;
}

.overlay-box {
    position: absolute;
    left: 0;
    background: rgba(103, 95, 95, 0.45);
    padding: 14px;
    color: #000;
    border-radius: 4px;
    font-size: 14px;
}



.customer-section {
    background: #000;
    padding: 80px 0;
    color: #fff;
}

    .customer-section .titlehead {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 15px;
    }

.google-rating {
    font-size: 18px;
    font-weight: 500;
}

.review-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    max-width: 1600px;
    margin: 0 auto;
}

.review-card {
    background: #272727;
    border-radius: 16px;
    padding: 24px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: justify;
}

    .review-card.small {
        width: 480px;
        font-size: 14.9px;
        line-height: 20px;
        border-radius: 15px;
    }


    .review-card.large {
        width: 579px;
        font-size: 18px;
        line-height: 25px;
        border-radius: 18px;
    }

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.review-name {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.review-stars {
    margin: 8px 0;
}

    .review-stars img {
        width: 18px;
        height: 18px;
    }

.review-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

    .review-avatar.red {
        background: #FF3E30;
    }

    .review-avatar.blue {
        background: #176BEF;
    }

    .review-avatar.green {
        background: #179C52;
    }


/* Modal Base */
.otp-modal {
    background: #FFFFFF;
    box-shadow: 0px 2px 20px rgba(0,0,0,0.05);
    border-radius: 21px;
    padding: 20px;
    border: none;
}

/* Header */
.otp-header {
    background: #F4F4F7;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
    border: none;
    justify-content: center;
    position: relative;
    padding: 20px;
}

    .otp-header h4 {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #000;
        margin: 0;
    }

.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    font-size: 20px;
    color: #535353;
    cursor: pointer;
}

/* OTP Text */
.otp-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    margin: 15px 0 20px;
}

/* OTP Input */
.otp-input {
    width: 100%;
    max-width: 601px;
    height: 44px;
    border: 0.8px solid #B0B0B0;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #6C6B6B;
    padding: 8px 12px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

/* Footer */
.modal-footer {
    border: none;
    /*margin-top: 15px;*/
}

/* Submit Button */
.btn-otp-submit {
    width: 146px;
    height: 44px;
    background: #AFAFAF;
    border-radius: 100px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    letter-spacing: 0.09px;
    cursor: pointer;
    margin-right: 20px;
}

/* Resend Link */
.resend-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #75b337;
    cursor: pointer;
    text-decoration: underline;
}
#demoModal .modal-content {
    max-height: 90vh;
    overflow-y: auto;
}

#demoModal .modal-dialog {
    max-height: 95vh;
}

#demoModal .modal-body {
    max-height: calc(90vh - 120px);
    overflow-y: auto;
}

body.modal-open {
    overflow: hidden;
}