*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #FC5185;
    scroll-behavior: smooth;
}

body {
    background: #F5F5F5;
    overflow-x: hidden;
}
.form-icon-right {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.businesscard h3{
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* min-height: 30px; */
    display: -webkit-box;
}
.businesscard p{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
        min-height: 50px;
    display: -webkit-box;
}
a {
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    background: none;
}

.text-prime {
    color: var(--prime);
}

.bg-accent {
    background: #f4f6fd;
}
a.nav-link.active {
    color: var(--prime) !important;
    font-weight:bold;
}
.bg-prime {
    background: var(--prime);
}

.btn-prime {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
}
.m_auto{
    margin: 0 auto !important;
}
.header_btn a{
        border: 1px solid var(--prime);
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
        padding: 7px 30px;
    border-radius: 29px;
}
.listing .businesscard {
    display: grid;
    grid-template-columns: 1fr ;
    gap: 20px;
    box-shadow: 0px 4px 60px 0px #0000000D;
    background: #fff;
}
.listing .businesscard .btn-prime {
        background: #364F6B;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: 1px solid #364F6B;
    border-radius: 6px;
}
.listing .businesscard .btn-prime:last-child{
    background: #fff0;
    color: var(--prime);
    border: 1px solid var(--prime);
}
.pb_60{
    padding-bottom:60px;
}
.btn-sec {
    border: 1px solid var(--prime);
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--prime);
    min-height: 42px;
    padding: 7px 16px;
    border-radius: 6px;
}
.wrap{
    flex-wrap: wrap;
}
.grid_center{
    display: grid;
    align-items: center;
    align-content: center;
}
.img_center{
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -81px;
}
.justify_content{
    justify-content: center;
}
.img_center img{
    width: 80px;
}
.contact_form{
    flex-wrap: wrap;
}

.pt_60{
    padding-top: 60px !important;
}
.w-fit {
    width: fit-content;
}

.mw-750 {
    max-width: 750px;
}
.mt_40{
    margin-top: 40px;
}

.fs-7 {
    font-size: 14px;
}

header {
       background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0px 4px 4px 0px #0000001F;
    z-index: 999;
    width: 94%;
    margin: 20px auto 0;
    left: 3%;
    border-radius: 52px;
    overflow: hidden;
}

#navbar-toggler:checked~.collapse {
    display: block;
}

footer {
    background: #1E1E1E;
}

footer .pages {
    display: grid;
    grid-template-columns: 2fr 3fr;
}

footer .contact,
footer .pages>div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.foot_content{
    padding: 40px 0;
}
.copy{
    background:#000000;
}
.copy_content {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 8px;
}
footer p,
footer .contact a,
footer .pages a {
    color: #DDDDDD;
    transition: all .3s ease-in-out;
    font-size: 14px;
    margin: 0;
}

footer .pages a:hover {
    color: #fff;
    transform: translateX(6px);
    transition: all .3s ease-in-out;
}

footer .contact a img {
    margin-right: 8px;
    width: 24px;
}

footer .social-media a {
    height: 30px;
    width: 30px;
}
.footer_link {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.img_white{
        filter: brightness(0) invert(1);
}
.footer-credit {
    background: #000;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
}

.most{
    justify-content: space-between;
    padding-right: 10%;
    margin-bottom: 40px;
}
/* Forms */

form {
    display: flex;
    gap: 20px;
}

select,
input,
textarea {
    border: 1px solid transparent;
    outline: none;
    border-radius: 8px;
    padding: 10px 20px;
    background: #EEF0F2;
    width: 100%;
    border-radius: 30px;
}

select {
    padding: 11px 20px;
    border-radius: 30px;
}

select:focus,
input:focus,
textarea:focus {
    border: 1px solid var(--prime);
    background: #fff;
    border-radius: 30px;
}
.contact_form select,
input,
textarea{
    background: #F5F7F9;
    border: 1px solid #fff;
    border-radius: 30px;
}

.form-range {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.form-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: var(--prime);
    border: none;
    border-radius: 50%;
    cursor: pointer;
}

.form-range:focus {
    outline: none;
    border: none;
}
.listing_home .businesscard{
    padding: 0;
    position: relative;
}
.listing_home .businesscard .p-3.pb-2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: grid;
    align-items: end;
    align-content: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 22.1%, #000000 82.77%);
}

.listing_home .businesscard .p-3.pb-2 .btn-prime {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
}



.listing {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}
.listing_form input{
        border-radius: 8px !important;
}
.listing_form textarea{
        border-radius: 8px !important;
}
.listing_form select{
     border-radius: 8px !important;
}
@media (max-width:678px) {
    .listing {
        grid-template-columns: 1fr;
    }
    .mob_new_mg img{
        width: 100%;
    }
    .navbar-brand img{
        width: 160px;
    }
    .banner_new {
        position: absolute;
        bottom: -129px !important;
    }
    .pt_130{
        position: relative;
    }
}
.color_white{
    color: #fff !important;
}
/*p.color_white{
    color: rgb(255 255 255 / 60%) !important;
}*/
.flex{
    display: flex;
    gap: 15px;
}
.businesscard {
    background: #fff;
    padding: 6px;
    border-radius: 8px;
    margin-bottom: 8px;
    box-shadow: 0px 4px 60px 0px #0001;
}

.businesscard:hover {
    box-shadow: 0px 4px 60px 0px #0002;
}

.businesscard img.img-fluid {
        border-radius: 8px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.businesscard .btn-prime{
    background: #364F6B;
    color: #fff;
    border: 1px solid #364F6B;
}
.businesscard .btn-sec{
    background: #fff0;
    color: #fff;
    border: 1px solid #364F6B;
}
.listing .businesscard .btn-sec{
    background: #fff0;
    color: #000;
    border: 1px solid #000;
}
/*.businesscard .btn-sec img{
        filter: brightness(0) invert(1);
}*/
/*.listing .businesscard .btn-sec img{*/
/*        filter: brightness(0) invert(0);*/
/*}*/
/* how does it work section */
.tabs-wrapper input {   
    display: none;
}

.tabs-wrapper {
    max-width: 400px;
}
.m_0{
        margin: 0 auto;
    }
.tab-content h3 {
    font-size: 20px;
    color: #F5663A;
    font-weight: 700;
}
.tab-content p{
    font-size: 14px;
}
.rotate-180 {
    transform: rotate(180deg);
}
.pl_8 {
    padding-left: 8%;
}
.pr_8 {
    padding-right: 8%;
}

.tabs-wrapper label {
    white-space: nowrap;
    cursor: pointer;
    padding: 6px 20px;
    border-radius: 40px;
    color: var(--prime);
    display: block;
    text-align: center;
    margin-bottom: 24px;
    background: rgb(42 119 178 / 10%);
    font-weight: 700;
    font-size: 16px;
}

.tabs-wrapper label:hover,
.tabs-wrapper input:checked+label {
    background-color: var(--prime);
    color: #fff;
}
/*
.tab-content {
    display: none;
}*/
.mob_new {
    display: flex;
    gap: 30px;
    align-items: center;
}
.tabs-wrapper:has(#mobile-optimised:checked)~.content-wrapper .tab-content[data-tab="mobile-optimised"],
.tabs-wrapper:has(#explore-listing:checked)~.content-wrapper .tab-content[data-tab="explore-listing"],
.tabs-wrapper:has(#click-to-call:checked)~.content-wrapper .tab-content[data-tab="click-to-call"] {
    display: flex;
}
.hero_banner{
    height: 313px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0 !important;
}
/* onload animation with animation timeline */







.contact_form select{
        border-radius: 8px !important;
}
.contact_form input{
   border-radius: 8px !important;
}
.contact_form textarea {
   border-radius: 8px !important;
}
.explore_btn{
        border: 1px solid #fff;
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 50px;
    border-radius: 6px;
}



/* How does it work section */
.howdoeswork {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow-x: auto;
    padding: 20px 0;
}

.howdoeswork::-webkit-scrollbar {
    height: 6px;
    background: #ccc;
}

.bg-sec .howdoeswork::-webkit-scrollbar {
    background: #ccc5;
}

.howdoeswork::-webkit-scrollbar-thumb {
    background: var(--prime);
    cursor: pointer;
}

.bg-sec .howdoeswork::-webkit-scrollbar-thumb {
    background: #fff;
}

.howdoescard {
    background: #fff;
    padding: 6px;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    min-width: 1000px;
}
.howdoescard h3{
    color: #364F6B;
}
.howdoescard p{
        color: #364F6B;
}
@media (max-width:768px) {
    .howdoescard {
        min-width: 320px;
        grid-template-columns: 1fr
    }
}



@media (prefers-reduced-motion: no-preference) {

    .animate-this {
        opacity: 1;
        transform: translateY(0px);
    }

    .animate-this.animated {
        animation: fade-in 0.8s ease-in-out forwards;
    }

    @keyframes fade-in {
        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }
}




@media (max-width: 860px) {
    .mob_new {
        display: flex;
        gap: 30px;
        align-items: center;
        flex-wrap: wrap;
    }
    .header_btn a {
        border: 1px solid var(--prime);
        background: var(--prime);
        display: flex;
        justify-content: center;
        align-items: center;
        width: fit-content;
        color: #fff;
        min-height: 42px;
        padding: 7px 16px;
        border-radius: 29px;
        font-size: 14px;
    }
    .navbar .container{
        flex-wrap: nowrap;
    }
    #navbarSupportedContent{
        position: fixed;
        background: #fff;
        width: 100%;
        left: 0;
        padding: 20px;
        top: 79px;
    }
    .mt_mob_30{
        margin-top: 30px;
    }
    .before_none:before{
        display: block !important;
    }
    .after_none:after{
        display: block !important;
    }
    .footer_link {
        gap: 10px;
    }
    .copy_content {
        display: flex;
        justify-content: space-between;
        padding: 15px 0px 8px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .banner{
        height: 100% !important;
    }
    form {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
    }
    .flex {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tabs-wrapper {
        max-width: 400px;
        margin-top: 30px;
    }
    .pr_8 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .pl_8 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .pt_130 {
        padding-top: 50px !important;
    }
    .banner-anchors {
        background: #fffffff0;
        position: relative;
        left: 0;
        right: 0;
        bottom: 92px;
        z-index: 2;
        display: flex;
        gap: 20px;
        padding-bottom: 15px;
        padding: 20px;
        justify-content: center;
        border-radius: 16px;
    }
    .pt_80 {
        padding-top: 0px !important;
    }
   
}