@import url("navbar.css");

* {
    font-family: 'Rubik', sans-serif;
    color: #2e2e2e;
    /* scroll-behavior: smooth !important; */
}

body {
    line-height: 1.5;
    height: 100%;
    font-family: 'Rubik', sans-serif;
    margin: 0;
    overflow-x: hidden;
    scrollbar-width: none;
}

img {
    height: 100%;
    width: 100%;
    max-width: 500px;
    max-height: 550px;
    object-fit: contain;
}

.btn-purple-shade {
    background-color: #4F38A2;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    transition: 0.5s;
}

.btn-purple-shade:hover {
    background-color: #4F38A2;
    color: #ffffff;
}

.get-started-form-container form {
    transform-origin: center center;
    animation: inplaceFormAnime 0.3s linear;
}

.get-started-form-container form button {
    cursor: pointer;
}

.iti {
    width: 100%;
}

@media screen and (min-width: 992px) {
    .get-started-form-container form {
        transform-origin: top left;
    }
}

@keyframes inplaceFormAnime {
    0% {
        transform: scale(0.7);
    }

    100% {
        transform: scale(1);
    }
}

/* Navbar starts */
/* included in navbar.css */
/* Navbar ends */
/* Footer starts */
.fs16 {
    font-size: 16px;
}

.fs21 {
    font-size: 21px;
}

.btn-purple-shade {
    background-color: #4F38A2;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    transition: 0.5s;
}

.btn-purple-shade:hover,
.btn-footer-purple:hover {
    background-color: #4F38A2;
    color: #ffffff;
    text-decoration: none;
}

.btn-footer-purple {
    cursor: pointer;
    background-color: #4F38A2;
    color: white;
    border: none;
    min-height: 42px;
    transition: 0.5s;
}

.max-width-1206 {
    max-width: 1206px;
}

.tryout-footer-section {
    background-image: url(../../images/footer-curv.png);
    background-size: 100% 100%;
    background-position: 0 30px;
    background-repeat: no-repeat;
}

footer div.bg-purple-shade {
    font-size: 14px;
    background-color: #230a53;
}

.tryout-footer-section-text {
    border-radius: 12px;
    width: 100%;
    flex-direction: column;
    margin: auto;
    max-width: 1151px;
    box-shadow: 1px 1px 37px -6px rgb(0 0 0 / 41%);
}

.customer-support-desc {
    font-size: 22px;
}

.tryout-footer-section-text {
    background-color: #ffffff;
}

.horizontal-rule-purple {
    background-color: #3e1b7b;
}

.max-width-270 {
    max-width: 50%;
}

.max-width-240 {
    max-width: 240px;
}

.content-container-heading {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: #2e2e2e;
}

.social-link:hover {
    text-decoration: none;
}

@media screen and (min-width: 576px) {
    .tryout-footer-section-text {
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {

    .max-width-270,
    .max-width-240 {
        max-width: 33%;
    }
}

@media screen and (min-width: 992px) {

    .max-width-270,
    .max-width-240 {
        max-width: 20%;
    }

    .content-container-heading {
        font-size: 50px;
    }

    .customer-support-desc {
        font-size: 24px;
    }
}

/* Footer ends */
.top-parent-container {
    padding: 90px 10px;
    display: flex;
    min-height: calc(100vh - 260px);
    background-image: url("../../../assets/images/landing-page/a-squeeze-images/squeeze-real-estate-image.avif");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-parent-container.telecalling {
    background-image: url("../../../assets/images/landing-page/a-squeeze-images/telecalling-ad-squueze-page.webp");
}

.top-section {
    padding: 20px 15px;
    margin: auto;
    background-color: #e5e3f2;
    border-radius: 20px;
    max-width: 1040px;
    height: fit-content;
    width: 100%;

    background-color: rgb(233, 233, 233);
    background: rgba(255, 255, 255, 0.65);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(16.3px);
    -webkit-backdrop-filter: blur(16.3px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.top-section .main-heading {
    font-size: 38px;
    font-weight: 800;
    color: #2e2e2e;
    margin-bottom: 10px;
    margin-top: 0;
}

.top-section .sub-heading {
    font-size: 22px;
    font-weight: 400;
    color: #2e2e2e;
    max-width: 530px;
    margin: auto;
}

.top-section .checkmark-main-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;
}

.top-section .checkmark-main-container .checkmark-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 8px;
    margin: 10px;
    color: #230a53;
    position: relative;
    max-width: 140px;
    width: 100%;
    transition: 0.5s;
}

.top-section .checkmark-main-container .checkmark-container .icon-container {
    font-size: 40px;
    background-color: rgba(123, 104, 238, 0.1);
    height: 80px;
    width: 80px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-section .checkmark-main-container .checkmark-container .icon-container i {
    display: flex;
}

.top-section .checkmark-main-container .checkmark-container .desc {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
}

.book-demo-container {
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
}

.carousel-content-sub-heading a {
    text-decoration: underline !important;
    color: #4F38A2;
}

.bottom-form-bar-container {
    background-color: #230a53;
}

.bottom-form-bar-container .bottom-form-bar {
    color: white;
    margin: auto;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 720px) {
    .bottom-form-bar-container .bottom-form-bar {
        flex-direction: column;
    }

    .bottom-form-bar-container .bottom-form-bar a {
        margin-top: 8px;
    }
}

.bottom-form-bar-container .bottom-form-bar .bottom-desc {
    color: white;
    margin-right: 20px;
    font-size: 32px;
    font-weight: 500;
}

.bottom-form-bar-container .bottom-form-bar .bottom-desc {
    color: white;
    margin-right: 30px;
    font-size: 32px;
    font-weight: 500;
}

.bottom-form-bar-container .bottom-form-bar a {
    cursor: pointer;
}

#user-problem-solution-container .heading {
    margin-top: 120px;
    font-size: 38px;
    margin-bottom: -20px;
}

section {
    background-color: white;
}

.header3 .container .media-content h2 {
    font-weight: 700;
}

.telecrm-link {
    color: #4F38A2;
    text-decoration: underline !important;
}

.extra-parent-container {
    padding: 0 10px;
    margin-bottom: 70px;
}

.extra-parent-container .extra-container {
    margin: auto;
    display: flex;
    width: 100%;
    background-color: white;
}

.extra-parent-container .extra-container .right-container {
    width: 50%;
    text-align: center;
}

.extra-parent-container .extra-container .left-container {
    width: 50%;
    padding-right: 20px;
}

.extra-parent-container .extra-container .left-container .top-label {
    color: #4F38A2;
    text-transform: uppercase;
    font-size: 20px;
}

.extra-parent-container .extra-container .left-container .heading {
    font-size: 32px;
    font-weight: 700;
    margin-top: 20px;
}

.extra-parent-container .extra-container .left-container .content {
    font-size: 16px;
    margin-top: 20px;
}

.extra-parent-container .extra-container .left-container .bottom {
    border-top: 1px dashed rgb(210, 210, 210);
    padding-top: 20px;
    margin-top: 30px;
}

.extra-parent-container .extra-container .left-container ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: flex-start;
    padding-left: 24px;
    list-style: none;
}

.extra-parent-container .extra-container .left-container ul li::before {
    content: "✓";
    color: #32ff2b;
    font-weight: 900;
    display: inline-block;
    width: 1.4rem;
    margin-left: -2em;
    background-color: transparent;
    border-radius: 30px;
    height: 1.4rem;
    text-align: center;
    margin-right: 4px;
    font-size: 16px;
}

.extra-parent-container .extra-container .left-container ul li:nth-child(2n) {
    margin-left: 30px;
}


@media screen and (max-width: 992px) {
    .extra-parent-container .extra-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .extra-parent-container .extra-container .right-container {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .extra-parent-container .extra-container .left-container {
        width: 100%;
        padding-right: 0;
    }

    .extra-parent-container .extra-container .left-container ul {
        grid-template-columns: 1fr;
    }

    .extra-parent-container .extra-container .left-container ul li:nth-child(2n) {
        margin-left: 0;
    }
}

.telecrm-custom-link {
    margin-left: auto;
    width: fit-content;
    display: block;
    margin-top: -6px;
}