.card.built_card {
    background-color: transparent !important;
    border: none;
}

.cs-section_heading.cs-style1 {
    position: relative;
    z-index: 2;
}

.cs-section_heading.cs-style1 .cs-section_subtitle {
    color: black;
    font-size: 18px;
    margin-bottom: 20px;
}

.cs-section_heading.cs-style1 .cs-section_title {
    font-size: 50px;
    margin-bottom: 0;
    color: black;
}

.cs-menu_widget.cs-style1 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cs-menu_widget.cs-style1 li:not(:last-child) {
    margin-bottom: 20px;
    color: black;
}

.cs-menu_widget.cs-style1 li {
    display: flex;
    color: black;
}

.cs-menu_widget.cs-style1 li {
    display: flex;
}

.cs-primary_color {
    color: black;
}

label {
    margin-bottom: 12px;
}

label {
    display: inline-block;
}

.cs-form_field {
    background-color: initial;
    border: 2px solid #999696;
    border-radius: 15px;
    color: black;
    display: block;
    outline: none;
    padding: 10px 20px;
    transition: all .3s ease;
    width: 100%;
}

.error_msg {
    position: relative;
}

label {
    margin-bottom: 12px;
}

.cs-primary_color {
    color: black;
}

.cs-btn.cs-style1 {
    align-items: center;
    background-color: #9063fd;
    border: transparent;
    border-radius: 15px;

    cursor: pointer;
    display: inline-flex;
    font-weight: 600;
    justify-content: center;
    line-height: 1.5em;
    padding: 13px 26px;
    position: relative;
    transition: all .3s ease;
    width: 31%;
    margin-top: 52px;
}

.contact_form {
    flex-direction: row !important;
}

.name_label {
    margin-bottom: 10px;
    position: relative;
}

.name_label {
    margin-bottom: 33px;
    text-align: center;
}

label.error {
    position: absolute;
    bottom: -33px !important;
    color: red !important;
    left: 0px !important;
    top: 47px !important;
    font-size: 12px;
}

.cs-page_title.cs-font_50 {
    font-size: 80px !important;
}

form ul li input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dedddc;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
    outline: none;
    width: 100%;
}

form ul li input[type=number],
form ul li input[type=number]+label {
    color: #1f1f1f;
    font-family: "GT-Haptik-Regular", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 20px !important;
    padding: 0 0 22px;
}

form ul li input[type=number]+label {
    left: 0;
    pointer-events: none;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

/* Logo size improvements - 50% height increase */
.logo-pre img,
.brand-logo,
.footer_lgo .brand-logo {
    height: auto;
    max-height: 75px;
    /* 50% increase from typical 50px */
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Responsive logo sizing for smaller screens */
@media (max-width: 768px) {
    .logo-pre img {
        max-height: 60px;
        /* 50% increase from typical 40px mobile */
    }

    .brand-logo {
        max-height: 52.5px;
        /* 50% increase from typical 35px mobile size */
    }

    .footer_lgo .brand-logo {
        max-height: 60px;
    }
}

@media (max-width: 480px) {
    .logo-pre img {
        max-height: 52.5px;
        /* 50% increase while keeping reasonable size */
    }

    .brand-logo {
        max-height: 45px;
        /* 50% increase from typical 30px */
    }

    .footer_lgo .brand-logo {
        max-height: 52.5px;
    }
}

/* Ensure logo containers don't overflow */
.logo-pre,
.brand,
.footer_lgo {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.navbar-container .brand {
    max-width: 220px;
    /* Increased to accommodate larger logo */
}

@media (max-width: 768px) {
    .navbar-container .brand {
        max-width: 170px;
        /* Increased for mobile */
    }
}