:root {
    --theme-primary: #FFC107 !important;
    --theme-gradient: linear-gradient(90deg, #F0A500 0%, #F1CD3C 30.5%, #E8C331 65%, #EDA301 100%);
    --tick-icon: url(../images/bhutani-images/check-icon.webp);
    --body-color: rgba(51, 51, 51, 1) !important;
}

.form-section,
footer,
header {
    display: none;
}


body {
    color: rgba(51, 51, 51, 1) !important;
    background-color: var(--white-color) !important;
}

h5 {
    font-size: 1.25rem;
}

.border-0 {
    border: none !important;
}

.highlight {
    color: var(--theme-primary)
}

.light-text {
    color: #C4C4C4;
}

.letter-space {
    letter-spacing: 9px;
}

.dark-template {
    background-color: var(--black-color);
}

.button {
    padding: 15px 30px !important;
    min-width: 200px;
    justify-content: center !important;
    border-radius: 6px !important;
    border: 0 !important;
    gap: 13px !important;
}

.button-primary {
    color: var(--black-color) !important;
    background: var(--theme-gradient) !important;
}

.button-primary svg path {
    fill: var(--black-color) !important;
}

.button-white.outline {
    color: var(--white-color);
    border: 1px solid var(--white-color) !important;
    background-color: transparent !important;
}

.button-white.outline:hover {
    border-color: var(--theme-primary) !important;
    color: var(--body-color) !important;
    background-color: var(--theme-primary) !important;
}

.seprator {
    border: 1px solid #ddd;
    margin: 20px 0;
}

/* Template Header */

.banner-header {
    padding: 50px 0 90px;
}

.template-info-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.template-info-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    color: var(--white-color);
}

.template-info-icon {
    background: var(--theme-primary);
    padding: 10px;
    height: 64px;
    min-width: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

/* Hero Section */

.hero-wrap {
    background-image: url(../images/technopark-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 90px;
}

.tick-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    color: var(--white-color);
}

.tick-list li {
    font-size: 20px;
    padding: 0 0 0 38px;
    position: relative;
}

.tick-list li::before {
    content: '';
    background-image: var(--tick-icon);
    display: inline-block;
    position: absolute;
    inset: 4px auto 0 0;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

/* Counter */

.counter {
    background-color: var(--black-color);
    padding: 50px 0;
}

.counter-block {
    color: var(--white-color);
    border-right: 1.5px solid #ffffff80;
    padding: 0 20px;
}

/* Brand */

.partner-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--black-color);
    padding: 30px 0 0;
}

/* Property Template */

.commercial-template {
    background-image: url(../images/technopark-images/commercial-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

/* About Block */

.about-wrapper {
    padding: 40px 20px;
    background-color: #F6EEDA;
}

.about-center {
    background-image: url(../images/technopark-images/about-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #171411;
    padding: 40px 20px;
}

/* Business Intro */

.business-template {
    background-image: url(../images/technopark-images/business-intro.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #171411;
}

.counter-heading {
    font-size: 220px;
    color: var(--theme-primary);
}

/* Choose Block */

.choose-wrapper {
    background: transparent;
    padding: 20px 20px;
    transition: all 0.3s;
}

.choose-wrapper:hover {
    background: #ffc10720;
}

.choose-iconbox {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: var(--theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.tick-list.wrapper-list {
    flex-wrap: wrap !important;
    flex-direction: unset;
    gap: 20px;
}

/* Faq Block */

.site-wrapper .accordion-flush .accordion-item .accordion-button.collapsed {
    padding: 32px 0;
    font-size: 22px;
    font-weight: 600;
    transition: all 0.3s;
}

.faq .accordion-button, .faq .accordion-item {
    background: transparent !important;
    color: var(--black-color) !important;
}

.faq-blocks .accordion-item {
    border-top: 1px solid #BEDBE0 !important;
}

.faq-blocks .accordion:last-child {
    border-bottom: 1px solid #BEDBE0 !important;
}

.faq-blocks .accordion-button {
    padding: 40px 0;
    font-size: 24px;
    gap: 15px;
    transition: all 0.3s;
    font-weight: 600 !important;
}

.faq-blocks .accordion-body {
    padding: 0 300px 20px 0;
    text-align: left;    
}

.faq-blocks .accordion-button:focus {
    box-shadow: none !important;
}

/* Popup */

.modal-custom {
    max-width: 1100px !important;
}

.modal-content.modal-content-wrap {
    border: none;
    background-color: transparent;
}

.modal-body.modal-body-wrap {
    padding: 0;
}

.build-counter {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.build-counter .build-icon {
    width: 62px;
    height: 62px;
    border: 2px solid var(--black-color);
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
}

.build-close {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -14px;
    right: -10px;
}

.popup-form {
    background-image: url(../images/modal-img-2.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
    width: 100%;
}

.popup-form .form-wrapper-temp {
    border-radius: 0;
    height: 100%;
}

/* Form Block */

.form-wrapper-temp {
    background-color: var(--white-color);
    padding: 30px 30px;
    border-radius: 10px;
}

.form-wrapper-temp input,
.form-wrapper-temp textarea {
    border: none;
    background: #F5F5F5;
    padding: 12px 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 18px;
    margin: 0 0 16px;
}

.form-wrapper-temp textarea {
    height: 120px;
    resize: none;
}

.form-wrapper-temp input:focus,
.form-wrapper-temp textarea:focus {
    outline: none;
    box-shadow: unset;
}

.form-wrapper-temp p {
    margin: 0;
}

.form-wrapper-temp .submit-btn {
    background: linear-gradient(90deg, #F0A500 0%, #F1CD3C 30.5%, #E8C331 65%, #EDA301 100%) !important;
    padding: 10px 15px;
    width: 100%;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    margin: 0;
}

/* Whatsapp */

.whatsapp-icon {
    position: fixed;
    bottom: 50px;
    right: 30px;
    border-radius: 50%;
    z-index: 10;
}

.whatsapp-icon a img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    animation: moveicon 2s infinite;
}

@keyframes moveicon{

    0% ,100% {
        opacity: 1;
        transform: scale(1, 1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2, 1.2);
    }
}

@media screen and (max-width: 991px) {

    .counter-block.border-m {
        border: none;
    }

    .tick-list {
        width: fit-content;
        margin-inline: auto;
        text-align: left;
    }

    .site-wrapper .accordion-flush .accordion-item .accordion-button.collapsed {
        padding: 26px 0;
        font-size: 18px;
    }
    
    .boost-wrap {
        margin: 0 30px;
        position: relative;
    }

    .banner-header {
        padding: 15px 0 60px;
    }

    .template-info-icon {
        height: 38px;
        min-width: 38px;
        width: 38px;
    }

    .template-info-wrapper {
        gap: 10px;
    }

    .form-wrapper-temp .submit-btn {
        font-size: 14px !important;
    }

    .tick-list li::before {
        inset: 2px auto 0 0;
        width: 18px;
        height: 18px;
        background-size: 18px;
    }

    .tick-list li {
        font-size: 16px;
        padding: 0 0 0 26px;
    }

    .faq-blocks .accordion-body {
        padding: 0 0 20px;
    }

    .counter-heading {
        font-size: 100px;
    }
}

@media screen and (max-width: 767px) {
    
    .popup-form {
        padding: 10px;
    }

    .boost-wrap {
        margin: 0 10px;
    }

    .template-info-block {
        column-gap: 20px !important;
        flex-flow: row !important;
        justify-content: center !important;
    }
}