:root {
    --theme-primary: rgb(227 17 20) !important;
    --theme-secondary: #323843 !important;
    --tick-icon: url(../images/ithum-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;
}

.light-text {
    color: #C4C4C4;
}

.highlight-box {
    color: var(--white-color) !important;
    font-size: 30px;
    background-color: rgb(255 255 255 / 18%) !important;
    backdrop-filter: blur(4px);
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #ffffff45;
}

.letter-space {
    letter-spacing: 9px;
}

.button {
    padding: 15px 30px !important;
    min-width: 200px;
    justify-content: center !important;
    border-radius: 6px !important;
    border: 0 !important;
    gap: 13px !important;
}

.button-primary svg path {
    fill: var(--white-color) !important;
}

.button-primary {
    color: var(--white-color) !important;
    background: var(--theme-primary) !important;
}

.button-white {
    color: var(--theme-primary);
    background-color: var(--white-color) !important;
}

.button-white:hover {
    color: var(--black-color) !important;
    background-color: var(--white-color) !important;
}

.button-white svg path {
    fill: var(--theme-primary) !important;
}

/* 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(--white-color);
    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/ithum-images/banner-intro.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 0 90px;
}

.contact-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    color: var(--white-color);
}

.contact-listing a {
    color: var(--white-color) !important;
    text-decoration: underline !important;
}

.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 {
    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;
}

.sep {
    border-top: 1px solid #FFFFFF;
    padding: 20px 0 0;
}

/* About Block */

.about-wrapper {
    padding: 50px 20px;
    background-color: #e311141a;
}

.about-center {
    background-color: var(--theme-secondary);
    padding: 40px 20px;
}

/* Business Intro */

.counter-heading {
    font-size: 220px;
    color: var(--white-color);
}

/* Choose Block */

.choose-wrapper {
    background: transparent;
    padding: 20px 20px;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
}

.choose-wrapper:hover {
    background: #182f5108;
}

.choose-iconbox {
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #e311141a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.tick-list.wrapper-list {
    flex-wrap: wrap !important;
    flex-direction: unset;
    gap: 20px;
}

/* New Addon */

.gallery-block {
    width: 100%;
    height: 300px;
}

.gallery-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.godrej-block {
    width: 100%;
    height: 100%;
    border: 1px solid #3C856366;
    background-color: var(--white-color);
    padding: 30px 30px;
    transition: all 0.3s;
}

.godrej-block:hover {
   background-color: var(--theme-primary);
   border-color: var(--theme-primary);
}

.godrej-block:hover .choose-iconbox {
    background-color: var(--white-color);
}

.godrej-block:hover h5,
.godrej-block:hover p {
    color: var(--white-color) !important;
}

/* 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 #F5EEEF !important;
}

.faq-blocks .accordion:last-child {
    border-bottom: 1px solid #F5EEEF !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: var(--theme-primary) !important;
    color: var(--white-color);
    padding: 10px 15px;
    font-weight: 600;
    margin: 0;
    width: 100%;
    border: none;
}

/* 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;
    }

    .contact-listing {
        justify-content: center;
    }

    .choose-wrapper {
        background: #182f5108;
    }
}

@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;
    }
}