body {
    background: #FEFBF1 !important;
    color: #0B0B0B;
    font-family: fontspringarticulatcfregular;
}

h3,
h4 {
    font-family: fontspringarticulatcfbold;
}

.clear {
    clear: both;
}

.logo_area2>img {
    height: 35px;
}

.header_nav_links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.header_nav_links a {
    color: #000;
    opacity: 0.5;
    font-size: 19px;
}

.header_nav_links a:hover {
    opacity: 1;
}

.agentcy-home-dashboard {
    padding: 60px;
    text-align: center;
    color: #0B0B0B;
    font-family: fontspringarticulatcfregular;
}

.row_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.theme_btn_dark,
.theme_btn_border,
.theme_btn_light {
    border-radius: 100px;
    padding: 14px 20px;
    background: #000;
    color: #fff;
    line-height: 1;
    display: block;
    width: fit-content;
}
.agentcy-btn-cc{
display:flex;
gap:1rem;
}
.agentcy-btn-cc a{
border:#000 solid 1px;
border-radius: 36px;
padding: 14px 20px;
color:#000;
}
.agentcy-btn-cc a:hover,.agentcy-btn-cc a.footer-contact-btn{
   border-radius: 100px;
    padding: 14px 20px;
    background: #000;
    color: #fff;
    line-height: 1;
    display: block;
    width: fit-content;
border:#000 solid 1px;

}
.agentcy-btn-cc.light a{
border:#fff solid 1px;
border-radius: 36px;
padding: 14px 20px;
color:#fff;
}
.agentcy-btn-cc.light a:hover,.agentcy-btn-cc.light a.footer-contact-btn{
   border-radius: 100px;
    padding: 14px 20px;
    background: #fff;
    color: #000;
    line-height: 1;
    display: block;
    width: fit-content;
border:#fff solid 1px;

}

.theme_btn_light {
    background: #00000023;
    color: #000;
}

.explore_plans {
    background: none;
    color: #000;
    outline: 1px solid #000;
}

.main_hero_section {
    width: 100%;
    min-height: 100dvh;
    background: url('../images/lines.webp')center / cover no-repeat;
}

.main_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 1rem;
    text-align: center;
}

.main_content h1 {
    font-size: 80px;
    font-family: fontspringarticulatcfbold;
}

.main_content h1 span {
    font-family: 'Hagrid Trial Italic';
    font-size: 72px;
}

.main_content h1 span img {
    height: 60px;
    margin: 0 15px;
}

.main_content .para {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 80px;
    color: #000;
    width: 40%;
}

.main_content .search-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
}

.main_content .search-main .search {
    height: 56px;
    width: 40%;
    border-radius: 100px;
    border: 1px solid #000;
    display: flex;
    padding: 2px;
}

.main_content .search-main .search input {
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    font-size: 18px;
    color: #000;
    outline: none;
    background: none;
    border-radius: 100px;
}

.main_content .search-main .search button {
    font-size: 18px;
    padding: 14px 30px;
    border: 2px solid transparent;

}

.main_content .search-main .suggestions-wrapper {
    position: relative;
    width: 40%;
    margin-top: 10px;
}

.main_content .search-main .suggestions {
    display: flex;
    gap: 5px;
    overflow: auto;
    scrollbar-width: none;
    /* for Firefox */
}

.main_content .search-main .suggestions::-webkit-scrollbar {
    display: none;
}

.main_content .search-main .suggestion {
    flex-shrink: 0;
    font-size: 12px;
    color: black;
    padding: 9px 12px;
    border-radius: 100px;
    border: 1px solid black;
    cursor: pointer;
    transition: all 0.3s;
}

.main_content .search-main .suggestion:hover {
    background: #000;
    color: #fff;
}

.main_content .search-main .gradient-left,
.main_content .search-main .gradient-right {
    position: absolute;
    top: 0;
    width: 50px;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.main_content .search-main .gradient-left {
    left: 0;
    background: linear-gradient(to right, #FEFBF1, rgba(254, 251, 241, 0));
}

.main_content .search-main .gradient-right {
    right: 0;
    background: linear-gradient(to left, #FEFBF1, rgba(254, 251, 241, 0));
}

.main_content .get-it {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 68px;
}
.main_content .get-it img{
    height: 50px;
}




.for-clients {
    padding: 0 5vw;
}

.for-clients .heading-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 70px;
    text-align: center;
}

.for-clients .heading-text h2 {
    font-size: 60px;
    font-family: fontspringarticulatcfbold;
}

.for-clients .heading-text h4 {
    font-size: 32px;
    font-family: 'Hagrid Trial Italic';
}

.for-clients .heading-text p {
    font-size: 20px;
    width: 50%;
    line-height: 1.6;

}

.for-clients-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.for-clients-inner .text {
    width: 45%;
    padding-right: 10%;
    color: rgb(0, 0, 0);
}
.buy-or-rent .text{
    color: white !important;
}
.for-clients-inner .text h3 {
    font-size: 50px;
    font-family: 'Hagrid Trial Italic';
    line-height: 1.3;
}

.for-clients-inner .text ul {
    margin-top: 74px;
}

.for-clients-inner .text li {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.4;
}

.for-clients-inner .image {
    width: 55%;
    border-radius: 20px;
    outline: 10px solid #0b0b0b1f;
    background: url('../images/for-clients-img.webp') center / cover no-repeat;
    height: 500px;
}

.for-clients-inner.second {
    padding: 0 4vw;
    margin-top: 150px;
}

.for-clients-inner.second .text {
    text-align: end;
    padding-right: 0;
    padding-left: 5%;
    width: 40%;
}

.for-clients-inner.second .image {
    width: 60%;
    background: url('../images/for-clients-img-2.webp') center / cover no-repeat;

}





/* section six css  */
.section_six.section_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 6vw;
    overflow: hidden;
    position: relative;
    margin-top: 250px;
}

.example_area>span {
    color: #c9c9c9;
    font-size: 0.8vw;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
    margin-bottom: 1vw;
}


.example_area>p {
    color: #0B0B0B;
    font-size: 35px;
    line-height: 1.8;
    text-align: center;
    margin-top: 100px;
    padding: 0 10vw;
}

.example_area h2 {
    font-size: 80px;
    font-family: fontspringarticulatcfbold;
    text-align: center;
}

.example_area h2 span {
    font-family: 'Hagrid Trial Italic';
    font-size: 72px;
}

.section_six.section_center h5 {
    font-family: 'Hagrid Trial Italic';
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 60px;
}

.agency-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    width: 100%;
    flex-wrap: wrap;
}

.agency-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(11, 11, 11, 0.01);
    border: 1px solid rgba(11, 11, 11, 0.05);
    border-radius: 30px;
    width: 30%;
    height: 238px;
    padding: 0 100px;
    font-family: 'Hagrid Trial Italic';
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
}





.case_image_float>img {
    position: absolute;
    border-radius: 1vw;
    /*  box-shadow: -15px 15px 50px #fecb0021;*/
    animation: float 6s ease-in-out infinite;
}

.case_image_float>img:nth-child(1) {
    top: 3vw;
    left: 2vw;
    width: 17vw;
    animation-delay: -1s;
}

.case_image_float>img:nth-child(2) {
    top: 1.6vw;
    right: -5vw;
    width: 17vw;
    animation-delay: -1s;
}

.case_image_float>img:nth-child(3) {
    top: 53vw;
    left: -7vw;
    width: 17vw;
    animation-delay: -5s;
}

.case_image_float>img:nth-child(4) {
    top: 61vw;
    right: 10vw;
    width: 9vw;
    animation-delay: -4s;
}

.case_image_float>img:nth-child(5) {
    bottom: 2vw;
    left: 10vw;
    width: 9vw;
    animation-delay: -8s;
}


@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {

        transform: translatey(-20px);
    }

    100% {

        transform: translatey(0px);
    }
}

.why-clients-choose-us {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 9vw;
    margin-top: 250px;
}

.why-clients-choose-us .image {
    width: 57%;
    background: url('../images/why-clients-choose-us\ -img.webp') center / cover no-repeat;
    height: 500px;
    border-radius: 20px;
    outline: 10px solid #0b0b0b1f;

}

.why-clients-choose-us .text {
    width: 43%;
    padding-left: 5%;

}

.why-clients-choose-us .text h3 {
    font-size: 60px;
    font-family: fontspringarticulatcfbold;
    line-height: 1.3;
}

.why-clients-choose-us .text h3 span {
    font-family: 'Hagrid Trial Italic';
    font-size: 50px;
}

.why-clients-choose-us .text ul {
    margin-top: 50px;
}

.why-clients-choose-us .text li {
    font-size: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.4;
}

.why-clients-choose-us .text li img {
    height: 17px;
}






.agentcy-more-btn {
    text-align: center;
    margin-top: 25px;
}

.agentcy-more-btn a {
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(0, 0, 0, 15%);
    background: #000;
    padding: 10px 25px;
    border-radius: 36px;
    color: #fff;
    font-size: 16px;

}

.power-full-agencygpt {
    padding: 20px;
}

.power-full-agencygpt .power-full-agencygpt-inner {
    background: #000;
    border-radius: 30px;
    padding: 60px 40px;
    margin-top: 200px;
}

.power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner {
    padding: 0 5vw;
}

.power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner li {
    list-style: disc;
}

.power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner .image {
    outline: 10px solid #fefbf136;
}

.power-full-agencygpt .power-full-agencygpt-inner h2 {
    color: #fff;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 70px;
    line-height: 1.3;
    text-align: center;
}

.power-full-agencygpt .power-full-agencygpt-inner h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.8vw;
    line-height: 4.3vw;
}

.power-full-agencygpt .power-full-boxes {
    margin-top: 100px;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner {
    background: rgba(255, 255, 255, 0.05);
    border: rgba(255, 255, 255, 0.05) solid 1px;
    border-radius: 30px;
    padding: 27px 34px;
    position: relative;
    height: 430px;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner:hover:after {
    opacity: 1;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner .power-full-box-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 82px;
    border-radius: 100px;
    position: relative;
    background-size: cover;
    border: 1px solid #fefbf17c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner .power-full-box-icon img {
    width: 50%;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner p {
    color: rgba(254, 251, 241, 0.6);
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
    color: #FEFBF1;
    font-size: 32px;
    line-height: 1.2;
    margin: 15px 0px;
}

.power-full-agencygpt .power-full-boxes .agentcy-more-btn {
    margin-top: 50px;
}

.power-full-agencygpt .power-full-boxes .agentcy-more-btn a {
    border: rgba(254, 251, 241, 0.2) solid 1px;
    border-radius: 50px;
    background: none;

}

.power-full-agencygpt .power-full-boxes .agentcy-more-btn a:hover {
    color: #000;
    background: rgba(254, 251, 241, 1);
    border-color: rgba(254, 251, 241, 1);
}

.power-full-agencygpt .why-agnecy-gpt {
    padding-top: 110px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-img {
    width: 50%;
    float: left;
    padding-right: 60px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-img img {
    width: 100%;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content {
    width: 50%;
    float: left;
    color: #FEFBF1;

}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content p {
    margin-top: 20px;
    font-size: 18px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content span.keypoint {
    color: rgba(254, 251, 241, 0.4);
    font-weight: bold;
    margin: 20px 0px;
    display: block;
    font-size: 18px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content h2 {
    text-align: left;
    color: #FEFBF1;

    margin-bottom: 15px;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content ul li {
    margin-bottom: 15px;
    font-size: 18px;
    font-family: fontspringarticulatcfregular;
}

.power-full-agencygpt .why-agnecy-gpt .why-agnecy-gpt-content ul li img {
    margin-right: 10px;
}






.next-gen {
    margin-top: 180px;
    margin-bottom: 100px;
}

.next-gen h5 {
    font-family: 'Hagrid Trial Italic';
    font-size: 32px;
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.next-gen-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    width: 100%;
    flex-wrap: wrap;
}

.next-gen-inner .next-gen-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    width: 30%;
    height: 238px;
    padding: 0 60px;
    font-family: 'Hagrid Trial Italic';
    font-size: 24px;
    text-align: center;
    line-height: 1.4;
    color: white;
}






.show-room {
    padding: 0 5vw;
    margin-top: 150px;
}

.show-room h2 {
    font-size: 80px;
    font-family: fontspringarticulatcfbold;
    color: black;
    text-align: center;
}

.show-room .show-room-inner {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
}

.show-room .show-room-inner .text h3 {
    font-size: 72px;
    font-family: 'Hagrid Trial Italic';
    line-height: 1.3;
    color: black;
}

.show-room .show-room-inner .text ul {
    margin-top: 70px;
}

.show-room .show-room-inner .text li {
    font-size: 20px;
    color: black;
    margin-bottom: 40px;
}

.show-room .show-room-inner .text.right {
    text-align: end;
}

.power-full-section {
    margin-top: 180px;
}

.testimonial {
    padding: 0 5vw;
    margin-top: 200px;
}

.testimonial h2 {
    font-size: 80px;
    font-family: fontspringarticulatcfbold;
    text-align: center;
}

.testimonial h2 span {
    font-family: 'Hagrid Trial Italic';
    font-size: 72px;
}

.testimonial .testimonial-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 100px;
}

.testimonial .testimonial-card {
    border-radius: 30px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 570px;
    height: 380px;
}

.testimonial .testimonial-card .stars {
    display: flex;
    gap: 12px;
    font-size: 25px;
    color: #FBBF24;
}

.testimonial .testimonial-card p {
    font-size: 22px;
    color: black;
    line-height: 1.6;
    margin-top: 25px;
}

.testimonial .testimonial-card .profile {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial .testimonial-card .profile .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonial .testimonial-card .profile .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial .testimonial-card .profile .info b {
    font-size: 22px;
    color: black;
}

.testimonial .testimonial-card .profile .info span {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 15px;
    display: block;
}

.testimonial .testimonial-card .profile .info span span {
display:inline-block;
}



.three-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    grid-template-areas:
        "img1 img3 img3"
        "img2 img3 img3";
    padding: 0 1vw;
    margin-top: 200px;
    height: 46vw;
}

.img1 {
    grid-area: img1;
    background: url(../images/first-image.webp) center / cover no-repeat;
    border-radius: 40px;
}

.img2 {
    grid-area: img2;
    background: url(../images/second-image.webp) center / cover no-repeat;
    border-radius: 40px;

}

.img3 {
    grid-area: img3;
    background: url(../images/for-clients-img-2.webp) center / cover no-repeat;
    border-radius: 40px;

}

.agentcy-workflow-banner {
    padding: 10px;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner {
    position: relative;
}

.agentcy-workflow-banner img {
    width: 100%;
    border-radius: 30px;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 100px 5vw;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
    color: #fff;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 3.4vw;
    line-height: 4.3vw;
    text-align: center;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.8vw;
    line-height: 4.3vw;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn {
    margin-top: 40px;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn a {
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(0, 0, 0, 15%);
    background: #fff;
    padding: 14px 25px;
    border-radius: 36px;
    color: #000;
    border: #fff solid 1px;
    font-size: 14px;
    margin: 0px 5px;
    display: inline-block;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn a.plan-btn {
    background: none;
    color: #fff;
}

.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn a:hover {
    background: #fff !important;
    color: #000 !important;
}

.section_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6vw 1vw;
}

/* subscription css  */

.card_row_price {
    display: flex;
    justify-content: center;
    gap: 1vw;
    margin-top: 4vw;
    width: 100%;
}

.card__content {
    position: relative;
    background: linear-gradient(to bottom, #ffffff 0%, #dcdcdc 100%);
    padding: 2.5vw 0;
    border-radius: 2vw;
    box-shadow: 0 12px 24px hsla(210, 61%, 16%, 0.1);
    transition: .4s;
    max-width: 30vw;
    width: 100%;
}

.card__content.dark {
    color: #fff;
    background: linear-gradient(135deg, #252525 0%, #181818 100%);
}

.card__content:hover {
    box-shadow: 0 16px 24px hsla(210, 61%, 16%, 0.15);
}

.card__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #0000001c;
    padding-bottom: 1.5vw;
}

.card__header.border_white {
    border-color: #ffffff3d;
}

.card__header-img {
    height: 3vw;
}

.card__header-subtitle {
    display: block;

    font-size: 1vw;
    font-weight: 600;
    margin-top: 1vw;
    text-transform: uppercase;
}

.card__header-title {
    font-size: 3vw;
    font-weight: 800;

    display: flex;
    align-items: center;
    gap: 1vw;
    max-width: 10vw;
    margin-top: 1rem;
}

.gdt {
    font-size: 0.9vw;
    font-weight: 500;
}

.gdt p {
    opacity: 0.5;
}

.card__header h2 {
    font-size: 0.8vw;
    font-weight: 400;
    opacity: 0.9;
    margin-top: 1vw;
}

.card__list {
    margin-top: 1.5vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    font-weight: 600;
}

.ctc_mgg {
    padding: 0 2.5vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 22vw;
}

.card__list-item {
    display: flex;
    align-items: center;
    gap: 0.6vw;
    font-size: 0.95vw;
}

.card__button {
    padding: 1vw;
    border: none;
    font-size: 0.9vw;
    border-radius: 0.5vw;
    cursor: pointer;
    transition: 0.4s;
    background: transparent;
    border: 1px solid #000;
    color: #000;
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
}

.card__button.dark {
    border-color: #fff;
    color: #fff;
}

.card__button:hover {
    background: #000;
    color: #fff;
}

.card__button.dark:hover {
    background: #fff;
    color: #000;
}

.plan-section-heading {
    width: 610px;
    margin: 20px auto;
    text-align: center;
}

.plan-section-heading h2 {
    color: #000;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 3.4vw;
    line-height: 4.3vw;
    text-align: center;
    margin-bottom: 20px;
}

.plan-section-heading h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.8vw;
    line-height: 4.3vw;
}

.plan-section-heading p {

    font-size: 16px;
    line-height: 1.6;
}

.faqsection .accordion-button {
    font-size: 22px;
    font-family: fontspringarticulatcfregular;
    color: #000 !important;
    display: flex;
    align-items: center;

}

.faqsection {
    font-size: 28px;
    font-weight: normal;
}

.faqsection>h2 {
    color: #000;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 3.4vw;
    line-height: 4.3vw;
    text-align: center;
    margin-bottom: 20px;
}

.faqsection>h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.8vw;
    line-height: 4.3vw;
}

.faqsection .accordion-button::after {
    content: none;
}

.faqsection .accordion-body {
    font-size: 16px;
    line-height: 1.5;
    font-family: fontspringarticulatcfregular;
}

.faqsection {
    max-width: 1090px;
    margin: 150px auto 90px;

    padding: 2rem 6rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.faqsection .accordion-button::after {
    flex-shrink: 0;
    font-family: arial;
    content: "";
    margin-right: 1rem;
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.faqsection .accordion-button.collapsed::after {
    font-family: arial;
    content: "";
}

.accordion-item {
    background: none !important;
    border: rgba(0, 0, 0, 0.10) solid 1px !important;
    margin-top: 15px;
    border-radius: 30px !important;
    padding: 10px;
}

.accordion {
    background: none !important;
    border: 0px !important;

}

.accordion-item h2 {
    font-family: fontspringarticulatcfregular;
}

/* footer css  */
#colophon {
    background-color: #2c2c2c;
    color: #bbb;
}

footer.agentcy-footer {
    padding: 20px;
    background: none;

}

footer.agentcy-footer .footer-inner {
    padding: 40px;
    background: #000;
    border-radius: 20px;
    position: relative;
}

footer.agentcy-footer .footer-inner h2 img {
    margin-bottom: -40px;
    /* width: 166px; */
    margin-left: -16px;
    margin-right: -28px;
}

footer.agentcy-footer .footer-inner h2 {
    color: #fff;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
    font-size: 2.8vw;
    line-height: 3vw;
    text-align: center;
    margin-bottom: 20px;
}

footer.agentcy-footer .footer-inner h2 span {
    font-family: fontspringarticulatcfbold;
    display: block;
    font-size: 3.2vw;
    line-height: 4vw;
    line-height: 1.4;
}

footer.agentcy-footer .footer-top-heading {
    padding: 60px 0px;
    text-align: center;
    position: relative;
    z-index: 2;
}

footer.agentcy-footer .footer-top-heading a {
    text-align: center;
    box-shadow: 13px 18px 12px 0px rgba(255, 255, 255, 15%);
    background: #fff;
    padding: 14px 25px;
    border-radius: 36px;
    color: #000;
    border: #fff solid 1px;
    font-size: 14px;
    line-height: 16px;
    margin: 20px 5px;
    display: inline-block;
}

footer.agentcy-footer .footer-top-heading a.footer-contact-btn {
    background: none;
    color: #fff;
    box-shadow: inherit;
}

footer.agentcy-footer .footer-top-heading a:hover {
    background: #fff !important;
    color: #000 !important;
}

footer.agentcy-footer .footer {
    display: flex;
    width: 70%;
    justify-content: space-around;
    gap: 2vw;
    position: relative;
    padding: 6vw 1vw;
}

footer.agentcy-footer .social_icons {
    display: flex;
    align-items: center;
    gap: 1.2vw;
    margin-top: 8vw;
}

footer.agentcy-footer .social_icons li a {
    color: #898C9E;
    font-size: 1.2vw;
}

footer.agentcy-footer .row_store {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-top: 2vw;
}

footer.agentcy-footer .row_store img {
    height: 50px;
}



footer.agentcy-footer .footer_links>h3 {
    color: #fff;
    text-transform: capitalize;
    font-size: 28px;
    font-family: 'Hagrid Trial Italic';
    font-weight: normal;
}

footer.agentcy-footer .footer_links ul li a {
    color: rgba(255, 255, 255, 0.60);
    margin-top: 22px;
    display: block;
    font-size: 20px;
}

footer.agentcy-footer .logo_area img {
    width: 270px;

}
footer.agentcy-footer .logo_area p {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
    margin: 50px 0;
}
footer.agentcy-footer .agentcygpt-footer {
    padding-top: 60px;
}

footer.agentcy-footer .agentcygpt-footer img {
    width: 100%;
    margin-bottom: -20px;
}


@media only screen and (max-width: 1700px) {
    .case_image_float>img:nth-child(4) {
    top: 73vw;
}
}
@media only screen and (max-width: 1600px) {
    .logo_area2>img {
    height: 32px;
}
.header_nav_links a {
    font-size: 17px;
}
.main_content h1 {
    font-size: 64px;
}
.main_content h1 span {
    font-size: 60px;
}
.main_content h1 span img {
    height: 50px;
    margin: 0px 10px;
}
.main_content .para {
    margin-top: 40px;
    width: 50%;
}
.main_content .search-main {
    margin-top: 30px;
}
.main_content .search-main .search {
    width: 50%;
}
.main_content .search-main .suggestions-wrapper {
    width: 50%;
}
.main_content .get-it {
    margin-top: 40px;
}
.main_content .get-it img {
    height: 47px;
}
.main_content .search-main .search input {
    font-size: 16px;
}
.for-clients .heading-text h2 {
    font-size: 45px;
}
.for-clients .heading-text h4 {
    font-size: 25px;
}
.for-clients .heading-text {
    gap: 40px;
}
.for-clients .heading-text p{
    width: 60%;
}
.for-clients-inner .text h3 {
    font-size: 40px;
}
.for-clients-inner .text li {
    font-size: 18px;
    margin-bottom: 30px;
}
.for-clients-inner .text ul {
    margin-top: 40px;
}
.for-clients-inner .image {
    height: 400px;
}
.example_area h2 {
    font-size: 60px;
}
.example_area h2 span {
    font-size: 50px;
}
.example_area>p {
    margin-top: 30px;
    font-size: 28px;
}
.section_six.section_center h5 {
    font-size: 28px;
}
.agency-card {
    font-size: 20px;
}
.agency-card {
    padding: 0 50px;
}
.agency-cards {
    gap: 50px;
}
.why-clients-choose-us {
    padding: 0 5vw;
}
.why-clients-choose-us .text h3 {
    font-size: 45px;
}
.why-clients-choose-us .text h3 span {
    font-size: 40px;
}
.why-clients-choose-us .text li {
    font-size: 18px;
    margin-bottom: 30px;
}
.why-clients-choose-us .text ul {
    margin-top: 30px;
}
.why-clients-choose-us .image {
    height: 440px;
}
.power-full-agencygpt .power-full-agencygpt-inner h2 {
    font-size: 50px;
}

.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner .power-full-box-icon {
    width: 60px;
    height: 60px;
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
    font-size: 27px;
    
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner p{
    font-size: 19px;
}
.power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner {
    height: 380px;
}
.next-gen h5 {
    font-size: 26px;
}
.next-gen-inner{
    gap: 40px;
}
.next-gen-inner .next-gen-card {
    font-size: 20px;
    padding: 0 40px;
}
.show-room h2 {
    font-size: 60px;
}
.show-room .show-room-inner .text h3 {
    font-size: 50px;
}
.testimonial h2 {
    font-size: 60px;
}
.testimonial h2 span {
    font-size: 50px;
}
.testimonial .testimonial-inner {
    gap: 50px;
}
.testimonial .testimonial-card .stars {
    font-size: 20px;
    gap: 8px;
}
.testimonial .testimonial-card p {
    font-size: 19px;
    margin-top: 15px;
}
.testimonial .testimonial-card {
    width: 470px;
    height: 300px;
}
.testimonial .testimonial-card .profile .img {
    width: 50px;
    height: 50px;
}
.testimonial .testimonial-card .profile .info b {
    font-size: 18px;
}
.testimonial .testimonial-card .profile .info span {
margin-top: 10px;
}
.img1, .img2, .img3 {
    border-radius: 25px;
}
.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
    font-size: 42px;
}
.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
    font-size: 50px;
    line-height: 1.3;
}
footer.agentcy-footer .footer-inner h2 span {
    font-size: 50px;
}
footer.agentcy-footer .footer-inner h2 {
    font-size: 42px;
    line-height: 1.3;
}
footer.agentcy-footer .logo_area img {
    width: 220px;
}
footer.agentcy-footer .logo_area p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    margin: 30px 0;
}
footer.agentcy-footer .row_store img {
    height: 40px;
}
footer.agentcy-footer .footer_links>h3 {
    font-size: 24px;
}
footer.agentcy-footer .footer_links ul li a {
    font-size: 17px;
}
    .case_image_float>img:nth-child(4) {
        top: 61vw;
    }
}



@media only screen and (max-width: 1400px) {
       .main_content h1 {
        font-size: 54px;
    } 
        .main_content h1 span {
        font-size: 46px;
    }
        .main_content h1 span img {
        height: 39px;
    }
        .main_content .para {
        margin-top: 30px;
        width: 60%;
    }
        .main_content .search-main .search {
        width: 60%;
    }
        .main_content .search-main .suggestions-wrapper {
        width: 60%;
    }
        .main_content .get-it img {
        height: 42px;
    }
        .for-clients .heading-text h2 {
        font-size: 39px;
    }
        .for-clients .heading-text h4 {
        font-size: 22px;
    }
        .for-clients .heading-text {
            gap: 30px;
        }
            .for-clients .heading-text p {
        width: 70%;
        font-size: 18px;
    }
    .main_content .para {
    font-size: 18px;
}
    .main_content .search-main .search input {
        font-size: 15px;
    }
    .main_content .search-main .search {
    height: 50px;
    }
    .main_content .search-main .search button {
    padding: 7px 30px;
}
    .for-clients-inner .text h3 {
        font-size: 34px;
    }
    .for-clients-inner .text {
    padding-right: 5%;
}
    .for-clients-inner .text li {
        margin-bottom: 25px;
    }
        .for-clients-inner .text ul {
        margin-top: 30px;
    }
    .for-clients-inner.second {
        padding: 0;
    }
        .example_area h2 {
        font-size: 50px;
    }
        .example_area h2 span {
        font-size: 40px;
    }
        .example_area>p {
        font-size: 24px;
    }
        .section_six.section_center h5 {
        font-size: 26px;
    }
        .agency-card {
        font-size: 17px;
        height: 170px;
    }
        .why-clients-choose-us .text h3 {
        font-size: 37px;
    }
        .why-clients-choose-us .text h3 span {
        font-size: 33px;
    }
    .why-clients-choose-us .text {
        width: 53%;
    }
    .why-clients-choose-us .image {
    width: 47%;
    }
        .power-full-agencygpt .power-full-agencygpt-inner h2 {
        font-size: 40px;
    }
    .power-full-agencygpt .power-full-boxes {
    margin-top: 60px;
}
    .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner .power-full-box-icon {
        width: 50px;
        height: 50px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
        font-size: 22px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner p {
        font-size: 17px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner {
        height: 320px;
        padding: 17px 24px;
    }
        .next-gen-inner .next-gen-card {
        font-size: 18px;
        height: 190px;
    }
.show-room h2 {
        font-size: 50px;
    }
        .show-room .show-room-inner .text h3 {
        font-size: 40px;
    }
    .show-room .show-room-inner .text ul {
    margin-top: 40px;
}
.show-room .show-room-inner .text li {
    font-size: 18px;
    margin-bottom: 30px;
}
    .testimonial h2 {
        font-size: 50px;
    }
        .testimonial h2 span {
        font-size: 42px;
    }
        .testimonial .testimonial-card .stars {
        font-size: 16px;

        }
            .testimonial .testimonial-card p {
        font-size: 18px;
    }
        .testimonial .testimonial-card {
        width: 420px;
        height: 280px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
        font-size: 42px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
        font-size: 34px;
        line-height: 1.2;
    }
        footer.agentcy-footer .footer-inner h2 span {
        font-size: 42px;
    }
        footer.agentcy-footer .footer-inner h2 {
        font-size: 34px;
    }
    footer.agentcy-footer .footer-inner h2 img {
        width: 160px;
    }
        footer.agentcy-footer .logo_area img {
        width: 200px;
    }
        footer.agentcy-footer .logo_area p {
        font-size: 15px;
    }
    .section_six.section_center {
        margin-top: 170px;
    }
    .why-clients-choose-us {
        margin-top: 170px;
    }
    .power-full-agencygpt .power-full-agencygpt-inner {
        margin-top: 150px;
    }
    .show-room .show-room-inner {
        margin-top: 60px;
    }
    .show-room {
        margin-top: 90px;
    }
    footer.agentcy-footer .footer_links>h3 {
        font-size: 22px;
    }
    footer.agentcy-footer .footer_links ul li a {
        font-size: 16px;
    }
        .case_image_float>img:nth-child(4) {
        top: 58vw;
    }
    .case_image_float>img:nth-child(3) {
    top: 51vw;
}}


@media only screen and (max-width: 1250px) {
        .case_image_float>img:nth-child(4) {
        top: 67vw;
        height: 100px;
        width: auto !important;
    }
}
@media only screen and (max-width: 1200px) {
        .for-clients .heading-text h2 {
        font-size: 32px;
    }
        .main_content h1 {
        font-size: 45px;
    }
        .main_content h1 span {
        font-size: 37px;
    }
        .main_content h1 span img {
        height: 32px;
    }
        .main_content .para {
        font-size: 16px;
    }
        .for-clients .heading-text h4 {
        font-size: 18px;
    }
        .for-clients .heading-text p {
            font-size: 16px;
        }
            .for-clients-inner .text h3 {
        font-size: 29px;
    }
    .for-clients-inner .text li {
        margin-bottom: 18px;
        font-size: 16px;
    }
        .example_area h2 {
        font-size: 40px;
    }
        .example_area h2 span {
        font-size: 34px;
    }
        .example_area>p {
        font-size: 21px;
        padding: 0 7vw;
    }
        .section_six.section_center h5 {
        font-size: 24px;
        margin-top: 80px;
    margin-bottom: 40px;
    }
        .agency-cards {
        gap: 30px;
    }
        .agency-card {
        font-size: 15px;
        height: 150px;
    }
        .why-clients-choose-us .text h3 {
        font-size: 32px;
    }
        .why-clients-choose-us .text h3 span {
        font-size: 27px;
    }
        .why-clients-choose-us .text li {
        font-size: 16px;
        margin-bottom: 20px;
    }
        .why-clients-choose-us .text ul {
        margin-top: 20px;
    }
        .power-full-agencygpt .power-full-agencygpt-inner h2 {
        font-size: 34px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
        font-size: 20px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner p {
        font-size: 15px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner {
        height: 290px;
        border-radius: 20px;
    }
        .power-full-agencygpt .power-full-boxes {
            gap: 20px;
        }
        .next-gen h5 {
        font-size: 22px;
    }
        .next-gen-inner .next-gen-card {
        font-size: 16px;
        height: 160px;
        border-radius: 20px;
    }
        .show-room h2 {
        font-size: 40px;
    }
        .show-room .show-room-inner .text h3 {
        font-size: 34px;
    }
        .show-room .show-room-inner .text li {
        font-size: 16px;
        margin-bottom: 20px;
    }
        .show-room .show-room-inner .text ul {
        margin-top: 30px;
    }
        .testimonial h2 {
        font-size: 40px;
    }
        .testimonial h2 span {
        font-size: 34px;
    }
    .testimonial .testimonial-card {
        border-radius: 20px;
        width: 42%;
}
    .testimonial .testimonial-inner {
        gap: 30px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
        font-size: 38px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
        font-size: 30px;
    }
    .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content {
        padding: 60px 3vw;
    }
        footer.agentcy-footer .footer-inner h2 span {
        font-size: 38px;
    }
        footer.agentcy-footer .footer-inner h2 img {
        width: 150px;
    }
        footer.agentcy-footer .footer-inner h2 {
        font-size: 30px;
    }
    footer.agentcy-footer .footer {
        width: 90%;
    }
        .img1, .img2, .img3 {
        border-radius: 20px;
    }
    .power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner .image {
    outline: 6px solid #fefbf136;
}
.why-clients-choose-us .image {
    outline: 6px solid #0b0b0b1f;
}
.agency-card {
    border-radius: 20px;
}
.for-clients-inner .image {
outline: 6px solid #0b0b0b1f;
}
.theme_btn_dark, .theme_btn_border, .theme_btn_light {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: background-color 0.3s ease, color 0.3s ease;
}
    .case_image_float>img:nth-child(4) {
        top: 65vw;
    }
    .section_six.section_center {
        overflow: visible;
    }
}


@media only screen and (max-width: 1000px) {
    .for-clients-inner .image {
    width: 45%;
    height: 320px;
    }
    .for-clients-inner .text {
    width: 55%;
}
.for-clients-inner.second .image {
    width: 45%;
}
.for-clients-inner.second .text {
    width: 55%;
}
    .main_content h1 {
        font-size: 40px;
    }
        .main_content h1 span {
        font-size: 32px;
    }
        .main_content h1 span img {
        height: 28px;
    }
        .main_content .search-main .search {
        height: 46px;
    }
    .main_content .search-main .suggestion {
        font-size: 10px;
        padding: 7px 10px;
    }
        .main_content .get-it img {
        height: 37px;
    }
        .for-clients .heading-text h2 {
        font-size: 27px;
    }
        .for-clients .heading-text h4 {
        font-size: 16px;
    }
        .for-clients .heading-text p {
        font-size: 14px;
    }
        .for-clients .heading-text {
        gap: 25px;
    }
        .main_content .para {
        font-size: 14px;
    }
        .main_content .search-main .search input {
        font-size: 13px;
    }
        .main_content .search-main {
        margin-top: 20px;
    }
        .main_content .get-it {
        margin-top: 30px;
    }
        .for-clients-inner .text h3 {
        font-size: 26px;
    }
        .for-clients-inner .text li {
        margin-bottom: 11px;
        font-size: 14px;
    }
        .example_area h2 {
        font-size: 34px;
    }
        .example_area h2 span {
        font-size: 28px;
    }
        .example_area>p {
        font-size: 17px;
        padding: 0 6vw;
    }
        .section_six.section_center h5 {
        font-size: 20px;
        margin-top: 70px;
        margin-bottom: 30px;
    }
        .agency-card {
        font-size: 14px;
        height: 130px;
        padding: 0 30px;
    }
        .why-clients-choose-us .text h3 {
        font-size: 28px;
    }
        .why-clients-choose-us .text h3 span{
        font-size: 23px;
    }
        .why-clients-choose-us .text li {
        font-size: 14px;
        margin-bottom: 20px;
    }
        .power-full-agencygpt .power-full-agencygpt-inner h2 {
        font-size: 28px;
    }
        .power-full-agencygpt .power-full-boxes {
        margin-top: 40px;
        flex-wrap: wrap;
    }
    .power-full-box {
    width: 42% !important;
    flex-basis: unset !important;
} 
   .next-gen-inner {
        gap: 20px;
    }
    .next-gen-inner .next-gen-card {
        width: 45%;
    }
        .show-room h2 {
        font-size: 34px;
    }
        .show-room .show-room-inner .text h3 {
        font-size: 30px;
    }
        .show-room .show-room-inner .text li {
        font-size: 14px;
    }
        .testimonial h2 {
        font-size: 35px;
    }
        .testimonial h2 span {
        font-size: 29px;
    }
    .testimonial .testimonial-card {
        padding: 26px;
        width: 47%;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
        font-size: 31px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
        font-size: 22px;
    }
        footer.agentcy-footer .footer-inner h2 span {
        font-size: 31px;
    }
        footer.agentcy-footer .footer-inner h2 {
        font-size: 22px;
    }
        footer.agentcy-footer .logo_area img {
        width: 170px;
    }
        footer.agentcy-footer .logo_area p {
        font-size: 14px;
    }
        footer.agentcy-footer .row_store img {
        height: 35px;
    }
.main_content .search-main .search button {
    font-size: 14px;
}
}


@media only screen and (max-width: 800px) {
        .main_content h1 {
        font-size: 35px;
    }
        .main_content h1 span {
        font-size: 28px;
    }
        .main_content .para {
            width: 70%;
}
    .main_content .search-main .search {
        height: 40px;
        width: 70%;
    }
        .for-clients .heading-text h2 {
        font-size: 25px;
    }
        .for-clients .heading-text p {
        width: 80%;
}
.for-clients-inner {
    flex-direction: column-reverse;
}
    .for-clients-inner .image {
        width: 90%;
    }
        .for-clients-inner .text {
        width: 90%;
        margin-top: 50px;
        padding: 0;
    }
        .for-clients-inner.second .text {
        width: 100%;
    }
        .for-clients-inner.second .image {
        width: 100%;
        margin-top: 50px;
    }
    .for-clients-inner.second {
        margin-top: 30px;
    }
        .for-clients-inner.second {
            flex-direction: column;
        }
            .example_area h2 {
        font-size: 30px;
    }
        .example_area h2 span {
        font-size: 24px;
    }
        .example_area>p {
        font-size: 15px;
        padding: 0 3vw;
    }
        .agency-card {
        font-size: 12px;
        height: 110px;
        padding: 0 20px;
}
    .agency-cards {
        gap: 20px;
    }
        .section_six.section_center h5 {
        font-size: 18px;
    }
        .why-clients-choose-us {
            flex-direction: column;
        }
            .why-clients-choose-us .image {
        width: 100%;
    }
        .why-clients-choose-us .image {
        height: 300px;
    }
        .why-clients-choose-us .text {
        width: 100%;
        padding: 0;
        margin-top: 50px;
    }
    
.power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner {
    padding: 0;
}
    .power-full-box {
        width: 47% !important;
    }
        .show-room .show-room-inner {
            flex-direction: column;
        }
            .testimonial .testimonial-card p {
        font-size: 15px;
    }
        .testimonial .testimonial-card .profile .info b {
        font-size: 16px;
    }
        .testimonial .testimonial-card .profile .info span {
        margin-top: 5px;
        font-size: 16px;
    }
        .testimonial .testimonial-card {
            height: 250px;
        }
            .testimonial .testimonial-card .profile .img {
        width: 40px;
        height: 40px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 span {
        font-size: 26px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content h2 {
        font-size: 20px;
    }
        .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content {
        padding: 40px 3vw;
    }
        footer.agentcy-footer .footer-inner h2 span {
        font-size: 26px;
    }
        footer.agentcy-footer .footer-inner h2 {
        font-size: 20px;
    }
        footer.agentcy-footer .footer-inner h2 img {
        width: 140px;
    }
    .main_hero_section {
        min-height: unset !important;
    }
        footer.agentcy-footer .footer {
        width: 100%;
    }
        footer.agentcy-footer .footer_links>h3 {
        font-size: 20px;
    }
        footer.agentcy-footer .footer_links ul li a {
        font-size: 14px;
    }
        footer.agentcy-footer .footer {
            flex-direction: column;
        }
            .theme_btn_dark, .theme_btn_border, .theme_btn_light {
        padding: 12px 24px;
        font-size: 14px;}
            .case_image_float>img:nth-child(4) {
        top: 90vw;
        right: 2vw;
    }
}


@media only screen and (max-width: 650px) {
        .example_area h2 {
        font-size: 26px;
    }
        .example_area h2 span {
        font-size: 21px;
    }
        .main_content h1 {
        font-size: 30px;
    }
        .main_content h1 span {
        font-size: 25px;
    }
        .main_content h1 span img {
        height: 24px;
    }

        .for-clients .heading-text h2{
        font-size: 22px;

    }
        .for-clients .heading-text h4 {
        font-size: 14px;
    }
        .for-clients .heading-text p {
        width: 90%;
    }
        .for-clients-inner .image {
        height: 230px;
    }
        .example_area>p {
        font-size: 16px;
    }
    .agency-card {
        width: 45%;
    }
        .why-clients-choose-us .image {
        height: 230px;
    }
        .why-clients-choose-us {
        margin-top: 80px;
    }
    .power-full-agencygpt .power-full-agencygpt-inner .for-clients-inner {
        margin: 0;
    }
        .power-full-box {
        width: 90% !important;
    }
        .power-full-agencygpt .power-full-agencygpt-inner h2 {
        font-size: 26px;
        line-height: 1.3;
}
    .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner h3 {
        font-size: 21px;
    }
        .power-full-agencygpt .power-full-boxes .power-full-box .power-full-box-inner {
            height: unset !important;
        }
            .next-gen-inner .next-gen-card {
        font-size: 14px;
        height: 140px;
    }
        .show-room h2 {
        font-size: 28px;
    }
        .show-room{
        margin-top: 50px;
    }
        .show-room .show-room-inner .text h3 {
        font-size: 26px;
    }
        .testimonial h2 {
        font-size: 30px;
    }
        .testimonial h2 span {
        font-size: 24px;
    }
        .testimonial .testimonial-card {
            width: 90%;
        }
        .workflow_banner_wb {
    margin: 40px auto 0 !important;
}
.three-images {
    padding: 0 3.5vw;
}
footer.agentcy-footer .footer_links{
    margin-top: 50px;
}
.agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn a{
    font-size: 13px;
    padding: 10px 20px;
}
footer.agentcy-footer .footer-top-heading a.footer-contact-btn {
    padding: 10px 20px;
    font-size: 13px;
}
footer.agentcy-footer .footer-top-heading a {
    padding: 10px 20px;
    font-size: 13px;
}
footer.agentcy-footer .footer-top-heading a {
    margin: 10px 0;
}
    .agentcy-workflow-banner .agentcy-workflow-banner-inner .agentcy-workflow-banner-content .agentcy-workflow-banner-btn a {
        margin: 10px 0;
    }
.workflow_banner_wb {
    border-radius: 24px !important;
    max-width: 88% !important;
}
    .case_image_float>img:nth-child(4) {
        top: 110vw;
        height: 80px;
    }
        .img1, .img2, .img3 {
        border-radius: 10px;
    }

}

@media only screen and (max-width: 500px) {
        .main_content .para {
        width: 90%;
    }
        .main_content .search-main .search {
        width: 90%;
    }
        .main_content .search-main .suggestions-wrapper {
        width: 100%;
    }
    .for-clients {
    padding: 0 4vw;
}
    .section_six.section_center {
        margin-top: 60px;
    }
        .agency-card {
        width: 47%;
        border-radius: 15px;
    }
        .power-full-box {
        width: 100% !important;
    }
        .next-gen-inner .next-gen-card {
        width: 100%;
    }
        footer.agentcy-footer .footer {
            align-items: center;
            text-align: center;
        }
.case_image_float>img:nth-child(1) {
 top: -15vw;
    width: 115px;
}
    .case_image_float>img:nth-child(4) {
        top: 140vw;
    }
    .testimonial .testimonial-inner {
        margin-top: 40px;
    }
}


@media only screen and (max-width: 430px) {
        .agency-card {
        width: 100%;
    }
        .example_area>p {
        font-size: 14px;
    }
        .case_image_float>img:nth-child(4) {
        display: none;
        }
}
    







@media only screen and (max-width: 650px) {
.offcanvas-body .agentcy-btn-cc {
  display: flex;
  gap: 1rem;
   
  text-align: center;
  width: 100%;
  justify-content: center;
}
.agentcy-btn-cc a , .agentcy-btn-cc a.footer-contact-btn {
 
  padding: 12px 15px;
  
  font-size: 12px;
}
    .agentcy-home-dashboard {
        padding: 10px;
    }

    .agentcy-home-logo-section {
        padding: 40px 20px;
    }

    .agentcy-home-logo-section .ah-logo-slide img {
        width: 70%;
    }

    .agentcy-home-logo-section .ah-logo-slider {
        display: inline-block;
        width: 100%;
    }

    .agentcy-home-logo-section .ah-logo-slide {
        width: 50%;
        float: left;
        text-align: center;
        padding: 10px;
    }

    .agentcy-home-logo-section .ah-logo-slide:last-child {
        display: none;
    }

    .power-full-agencygpt .power-full-agencygpt-inner {
        border-radius: 30px;
        padding: 40px 20px;
    }

    .power-full-agencygpt .power-full-agencygpt-inner h2 span {
        font-size: 6.8vw;
        line-height: 8.3vw;
    }

    .power-full-agencygpt .power-full-agencygpt-inner h2 {

        font-size: 5.4vw;
        line-height: 6.3vw;
    }
}