/* brand image slider */
.brand-carousel-section .brand-image {
    padding: 0 30px;
    max-height: 64px;
    object-fit: contain;
    object-position: center;
    width: 100%;
}

/* end brand image slider */

/* content-image-with-list section css start */
/* .content-image-with-list {
    overflow: hidden;
}

.content-image-with-list .content-image-main {
    position: relative;
    padding-bottom: 50px;
}

.content-image-with-list .section-head-part {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
}

.content-image-with-list .section-head-part .section-head-title:before {
    left: 0;
    transform: unset;
}

.content-image-with-list .content-image-left-part .content-image-sub-desc {
    margin-bottom: 20px;
}

.content-image-with-list .content-image-left-part .content-image-sub-desc:last-child {
    margin-bottom: 0;
}

.content-image-with-list .correct-icon-with-list-small li {
    border-bottom: 0;
    padding-bottom: 5px;
    font-weight: var(--font-weight-semibold);
    font-family: var(--font-family);
}

.content-image-with-list .content-bottom-image-part {
    margin-top: 30px;
}

.content-image-with-list .content-bottom-image-part:before {
    content: '';
    position: absolute;
    bottom: 10%;
    left: 0;
    background-color: var(--light-gray-background);
    width: calc(100% - 51%);
    height: 220px;
    z-index: -1;
}

.content-image-with-list .content-bottom-image-part img {
    margin: 0 auto;
    display: block;
    max-width: 430px;
    width: 100%;
}

.content-image-with-list .content-image-list-items {
    background-color: var(--common-white-color);
    padding: 32px 32px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px 0px rgba(51, 12, 121, 0.15);
    position: relative;
}

.content-image-with-list .content-image-list-items:before {
    content: '';
    position: absolute;
    right: -50px;
    bottom: -70px;
    height: 276px;
    width: 191px;
    background-image: url(../images/image-content-list-backdots-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1;
}

.correct-icon-with-list-small {
    padding-left: 30px;
}

.correct-icon-with-list-small li {
    border-bottom: 1px solid var(--gray-border-color);
    padding-bottom: 10px;
    list-style: none;
    position: relative;
}

.correct-icon-with-list-small li:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    background-image: url(../images/list-correct.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: center;
}


@media only screen and (max-width: 1200px) {
    .content-image-with-list .content-image-right-part::before {
        right: -30px;
    }
}

@media only screen and (max-width: 991px) {
    .content-image-with-list .section-head-part {
        margin-bottom: 15px;
    }

    .content-image-with-list .content-bottom-image-part:before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .content-image-with-list .content-image-right-part::before {
        right: -25px;
        width: 150px;
        height: 200px;
        bottom: -25px;
    }

    .content-image-with-list .content-image-list-items {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:409px) {
    .content-image-with-list .content-image-left-part .content-image-desc::before {
        top: 131px;
    }
} */

/* content-image-with-list section css end */

/* text-with-iconup section css start */
.text-with-iconup .text-with-iconup-point {
    background-color: var(--common-white-color);
    border-radius: 15px;
    box-shadow: 0px 0px 35px 0px rgba(51, 12, 121, 0.10);
    padding: 30px 25px 15px;
    height: calc(100% - 50px);
    position: relative;
    margin-top: 50px;
}

.text-with-iconup .text-with-iconup-point .title {
    margin-bottom: 10px;
}

.text-with-iconup .text-with-iconup-point .icon-main {
    position: absolute;
    top: -50px;
    right: -19px;
    background-image: linear-gradient(108deg, #330C79 5.23%, #E94FCA 99.74%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 0px 30px;
    width: 100px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.text-with-iconup .text-with-iconup-point .icon-main .arrow-icon {
    position: absolute;
    width: 40px;
    height: 43px;
    top: 100%;
    right: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .text-with-iconup .text-with-iconup-point .icon-main {
        width: 80px;
        height: 60px;
        padding: 20px;
        border-radius: 0 20px;
        top: -40px;
        right: -10px;
    }

    .text-with-iconup .text-with-iconup-point .icon-main .arrow-icon {
        width: 30px;
        height: 33px;
        top: 100%;
        right: 10px;
    }

    .text-with-iconup .text-with-iconup-point {
        margin-top: 30px;
        height: calc(100% - 30px);
        padding: 25px 25px 15px;
    }
}

/* text-with-iconup section css end */

/* big-empire-banner section css start */
.big-empire-banner-main {
    min-height: 240px;
    max-width: 995px;
    background: linear-gradient(336deg, #E94FCA 0%, #330C79 100%);
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.big-empire-banner-main:before {
    border-radius: 15px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/big-empire-bg-line.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.big-empire-banner-main:after {
    border-radius: 15px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26%;
    height: 100%;
    background-image: url(../images/big-empire-bg-two.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: 90%;
}

.big-empire-banner-main .big-empire-banner-left {
    width: 100%;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 32px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.big-empire-banner-main .big-empire-banner-left .big-empire-banner-title {
    width: 100%;
    color: var(--banner-top-content-color);
    margin-bottom: 10px;
}

.big-empire-banner-main .big-empire-banner-left .big-empire-banner-sub-desc {
    color: var(--banner-top-content-color);
}

.big-empire-banner-main .big-empire-banner-left .button {
    min-width: 185px;
    text-align: center;
    margin: 10px auto 0 auto;
}

.big-empire-banner-main .big-empire-banner-right {
    width: 100%;
    position: relative;
    z-index: 1;
}

.big-empire-banner-main .big-empire-banner-right img {
    position: relative;
    max-width: 400px;
    width: 100%;
    margin-bottom: -5px;
}

@media only screen and (min-width:768px) {
    .big-empire-banner-main .big-empire-banner-right img {
        max-width: 350px;
        position: absolute;
        bottom: 0;
        right: -30px;
        margin: 0;
        width: auto;
    }

    .big-empire-banner-main .big-empire-banner-left {
        width: 65%;
    }

    .big-empire-banner-main .big-empire-banner-right {
        width: 35%;
    }
}

@media only screen and (min-width:992px) {
    .big-empire-banner-main .big-empire-banner-right img {
        max-width: inherit;
    }
}

@media only screen and (max-width:767px) {
    .big-empire-banner-main {
        flex-direction: column;
    }

    .big-empire-banner-main .big-empire-banner-left {
        text-align: center;
        padding: 40px 25px 0px;
    }

    .big-empire-banner-main .big-empire-banner-right {
        text-align: center;
    }

    .big-empire-banner-main:after {
        display: none;
    }

    .big-empire-banner-main:before {
        background-size: auto;
    }
}

/* big-empire-banner section css end */


/* accordian with text section css start */
.accordian-with-image .correct-icon-with-list-small li {
    border: 0;
    padding-bottom: 0;
}

.accordian-with-image .single-accordion {
    margin-bottom: 15px;
}

.accordian-with-image .single-accordion:first-child {
    padding-top: 10px;
    border-top: 1px solid var(--gray-border-color);
}

.accordian-with-image .accordion-title {
    margin-bottom: 10px;
}

.accordian-with-image .accordion-title:before {
    width: 17px;
    right: 10px;
}

.accordian-with-image .accordion-title::after {
    width: 2.5px;
    height: 16px;
    right: 17px;
}

.accordian-with-image .section-head-part {
    text-align: left;
    margin-bottom: 0;
}

.accordian-with-image .section-head-part .section-head-title:before {
    left: 0;
    transform: unset;
}

.accordian-with-image .accordian-with-image-main {
    background-color: var(--common-white-color);
    box-shadow: 8px 4px 45px 0px rgba(51, 12, 121, 0.15);
    position: relative;
}

.accordian-with-image .accordian-with-image-left {
    padding: 40px 0 40px 40px;
    height: 100%;
}

.accordian-with-image .accordian-with-image-right {
    display: flex;
    position: relative;
    justify-content: right;
    height: 100%;
}

.accordian-with-image .accordian-with-image-right::after {
    content: '';
    position: absolute;
    left: -76px;
    top: 30px;
    width: 131px;
    height: 131px;
    background-image: url(../images/shopify-logo.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.accordian-with-image .accordian-with-image-right img {
    width: 100%;
    display: block;
    object-fit: cover;
}

@media only screen and (min-width:992px) {
    .accordian-with-image .section-head-part .section-head-title {
        padding-right: 40px;
    }

    .accordian-with-image {
        padding: 60px 0;
    }
}

@media only screen and (min-width:1100px) {
    .accordian-with-image {
        padding: 100px 0;
    }

    .accordian-with-image .accordian-with-image-main::before {
        content: '';
        position: absolute;
        top: -79px;
        right: -57px;
        width: 217px;
        height: 335px;
        background-image: url(../images/accordian-with-image-dots.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
    }

    .accordian-with-image .accordian-with-image-main::after {
        content: '';
        position: absolute;
        bottom: -79px;
        left: -57px;
        width: 217px;
        height: 335px;
        background-image: url(../images/accordian-with-image-dots.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1;
        transform: rotate(180deg);
    }
}

@media only screen and (min-width:1300px) {
    .accordian-with-image .accordian-with-image-main::before {
        top: -99px;
        right: -77px;
        width: 267px;
        height: 385px;
    }

    .accordian-with-image .accordian-with-image-main::after {
        bottom: -99px;
        left: -77px;
        width: 267px;
        height: 385px;
    }
}

@media(max-width: 1200px) {
    .accordian-with-image .accordian-with-image-right::after {
        left: -60px;
        top: 30px;
        width: 110px;
        height: 110px;
    }
}

@media(max-width: 991px) {
    .accordian-with-image .accordian-with-image-left {
        padding: 30px;
    }

    .accordian-with-image .accordian-with-image-right::after {
        left: 15px;
        top: -30px;
    }
}

@media(max-width: 767px) {
    .accordian-with-image .accordian-with-image-left {
        padding: 15px 15px 30px;
    }

    .accordian-with-image .accordian-with-image-right::after {
        left: 15px;
        top: -30px;
        width: 80px;
        height: 80px;
    }
}

/* accordian with text section css end */


/* card-with-icon section css start */

.card-with-icon .card-with-icon-item {
    background-color: var(--dark-gray-background);
    border-radius: 0 0 25px 0;
    padding: 35px 35px 25px 57px;
    position: relative;
    width: calc(100% - 30px);
    margin: 20px auto 0;
    height: auto;
    min-height: 220px;
}

.card-with-icon .card-with-icon-item .card-number {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 120px;
    font-family: var(--font-inter);
    font-weight: var(--font-weight-bold);
    line-height: normal;
    /* color: transparent;-webkit-text-stroke-width: 2px; -webkit-text-stroke-color: var(--Secoundry-color);*/
    color: white;
    text-shadow: 2px 0 0 var(--Secoundry-color), -2px 0 0 var(--Secoundry-color), 0 2px 0 var(--Secoundry-color), 0 -2px 0 var(--Secoundry-color), 1px 1px 0 var(--Secoundry-color), -1px -1px 0 var(--Secoundry-color), 1px -1px 0 var(--Secoundry-color), -1px 1px 0 var(--Secoundry-color), 1px 1px 5px var(--Secoundry-color);
}

.card-with-icon .card-with-icon-item .card-icon {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background-color: var(--primary-color);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -15px;
    top: -20px;
}

.card-with-icon .card-with-icon-detail .card-title {
    color: var(--text-color);
    margin-bottom: 20px;
    padding-right: 15px;
}

.card-with-icon .card-with-icon-detail .card-content-list {
    padding-left: 20px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
    .card-with-icon .card-with-icon-detail .card-content-list li {
        margin-bottom: 7px;
    }
}

@media only screen and (min-width: 992px) {
    .card-with-icon {
        position: relative;
        background-image: url(../images/card-with-icon-bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .card-with-icon .card-with-icon-item-main {
        margin-bottom: 0;
    }

    .card-with-icon .card-with-icon-item-main:nth-child(2) .card-with-icon-item {
        margin-top: 50%;
    }
}

@media(max-width: 767px) {
    .card-with-icon .card-with-icon-item {
        padding: 25px 25px 25px 45px;
        min-height: 170px;
    }

    .card-with-icon .card-with-icon-item .card-number {
        left: -25px;
        font-size: 80px;
    }

    .card-with-icon .card-with-icon-item .card-icon {
        width: 55px;
        height: 55px;
        padding: 12px;
    }

    .card-with-icon .card-with-icon-detail .card-title {
        margin-bottom: 10px;
    }

    .card-with-icon .card-with-icon-detail .card-content-list li {
        margin-bottom: 7px;
    }
}

@media(max-width: 575px) {
    .card-with-icon .card-with-icon-item {
        padding: 25px 25px 25px 45px;
        min-height: unset;
    }
}

/* card-with-icon section css end */

/* Hire Price section css start */

.section-head-part.hire-price-head-part {
    margin: 0 auto 70px auto;
}

.hire-price-section {
    background: linear-gradient(220deg, #330C79 13.7%, #E94FCA 85.74%);
    position: relative;
}

.hire-price-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/price-table-bg.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.hire-price-section .container {
    z-index: 1;
    position: relative;
}

.hire-price-section .section-head-title {
    color: var(--common-white-color);
}

.hire-price-section .section-head-content {
    color: var(--common-white-color);
}

.hire-price-section .hire-price-card {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 1;
    position: relative;
    padding-bottom: 5px;
}

.hire-price-section .double-text {
    display: flex;
    align-items: center;
    color: #E94FCA;
}

.hire-price-section .double-text .count-year {
    font-size: 20px;
    padding-bottom: 16px;
}

.hire-price-section .hire-price-card:hover::before {
    content: "";
    position: absolute;
    top: -20px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: #E94FCA;
    border-radius: 30px;
    z-index: -1;
    width: calc(100% + 10px);
    transition: all 0.3s linear;
}

.hire-price-section .main-title-div {
    display: flex;
    align-items: center;
    padding-bottom: 11px;
    position: relative;
}

.hire-price-section .price-content-box .main-title-div img {
    height: 28px;
    width: 28px;
    display: block;
}

.hire-price-section .hire-price-card .price-card-title {
    color: var(--primary-color);
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 220px;
    width: 100%;
}

.hire-price-section .tooltip-container {
    display: inline-block;
    vertical-align: middle;
}

.hire-price-section .tooltip-text {
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #330C79;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 10;
    white-space: normal;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.hire-price-section .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 98%;
    left: 230px;
    margin-left: -5px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #330C79 transparent;
}

.hire-price-section .tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.hire-price-section .tooltip-container img.pink-question-icon {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.hire-price-section .count-heading {
    font-size: 16px;
    color: #6F6C90;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    margin: 0;
}

.hire-price-section .count-main {
    font-size: 32px;
    color: #E94FCA;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    margin-bottom: 25px;
}

.hire-price-section .hire-price-card .price-content {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.hire-price-section .hire-price-card .price-content .price-content-box {
    display: flex;
    flex-direction: column;
    background-color: var(--common-white-color);
    padding: 30px 20px;
    border-radius: 30px;
    flex: 1;
    height: 100%;
}


.hire-price-section .hire-price-card .price-content .price-list {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-grow: 1;
}

.hire-price-section .hire-price-card .price-content .price-list li {
    position: relative;
    padding-left: 0px;
    margin: 0;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    padding-bottom: 10px;
}

.hire-price-section .hire-price-card .price-content .price-list .list {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
    color: #170F49;
    line-height: 1.5;
    vertical-align: middle;
}

.hire-price-section .hire-price-card .price-content .price-list .list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/purple-check-circle.webp);
    width: 20px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.hire-price-section .hire-price-card .inquire-now-btn-main {
    width: 100%;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-top: auto;
    padding-top: 20px;
}

.hire-price-section .hire-price-card .inquire-now-btn {
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    display: block;
    text-align: center;
    color: var(--common-white-color);
    background: #330C79;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    padding: 12px 0px;
    max-width: 336px;
    border-radius: 40px;
    margin: 0 auto;
}

.hire-price-section .hire-price-card .inquire-now-btn:hover {
    background: var(--Secoundry-color);
    transition: all 0.3s linear;
}

.hire-price-section .hire-price-card .inquire-now-btn.button-pink {
    background: var(--Secoundry-color);
}

.hire-price-section .hire-price-card .inquire-now-btn.button-pink:hover {
    background: #330C79;
}

.hire-price-section .hire-price-card {
    transition: transform 0.3s ease;
}

.hire-price-section .hire-price-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
    border-radius: 30px;
}

@media(max-width:1400px) {
    .hire-price-section .hire-price-card .inquire-now-btn {
        max-width: 270px;
    }
}

@media screen and (max-width: 1200px),
screen and (max-height: 660px) {
    .section-head-part.hire-price-head-part {
        margin: 0 auto 50px auto;
    }

    .hire-price-section .hire-price-card {
        max-width: 450px;
        margin: 0 auto;
    }

    .hire-price-section .hire-price-card .price-content .price-content-box {
        border-radius: 20px;
    }

    .hire-price-section .hire-price-card .price-card-title {
        font-size: 24px;
    }

    .hire-price-section .count-main {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hire-price-section .hire-price-card .price-content .price-list .list {
        font-size: 14px;
    }

    .hire-price-section .hire-price-card .price-content .price-content-box {
        padding: 25px 18px;
    }
}

@media(max-width:991px) {
    .hire-price-section .hire-price-card:hover::before {
        display: none;
    }

    .hire-price-section::after {
        display: none;
    }

    .hire-price-section .hire-price-card .inquire-now-btn {
        max-width: 336px;
    }

    .hire-price-section .hire-price-card:hover {
        box-shadow: none;
        transform: scale(1);
    }

    .hire-price-section .hire-price-card {
        padding-bottom: 0;
    }

    .hire-price-section .hire-price-card .price-card-title {
        font-size: 26px;
    }

    .hire-price-section .count-main {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .hire-price-section .hire-price-card .price-content .price-list .list {
        font-size: 16px;
    }

    .hire-price-section .hire-price-card .price-content .price-content-box {
        padding: 30px 20px;
    }
}

@media(max-width:768px) {

    .hire-price-section .hire-price-card .price-content .price-list .list {
        padding-left: 35px;
    }

    .hire-price-section .hire-price-card .price-content .price-list .list::before {
        height: 20px;
        width: 20px;
        background-size: 100% 100%;
    }

    .hire-price-section .hire-price-card .price-card-title {
        font-size: 24px;
    }

    .hire-price-section .count-main {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hire-price-section .hire-price-card .price-content .price-list .list {
        font-size: 14px;
    }

    .hire-price-section .hire-price-card .price-content .price-content-box {
        padding: 25px 18px;
    }

}

@media(max-width:480px) {
    .hire-price-section .hire-price-card .price-content .price-content-box {
        padding: 30px 20px;
    }

    .hire-price-section .tooltip-text {
        font-size: 12px;
    }

    .hire-price-section .count-main {
        font-size: 22px;
    }
}


/* Hire Price section css end */

/* contact banner secound design */

.contact-banner-secound-background {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: linear-gradient(274.23deg, #A51788 -5%, #20084D 76.76%);
    border-radius: 20px;
    padding: 25px 25px;
    position: relative;
    overflow: hidden;
}

.contact-banner-secound-background:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 60%;
    background-image: url(../images/talk-exp-back-icon-1.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: top;
}

.contact-banner-secound-background:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 45%;
    background-image: url(../images/talk-exp-back-icon-2.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 100%;
    background-position-y: bottom;
}

.contact-banner-secound-content {
    z-index: 1;
    position: relative;
    text-align: center;
}

.contact-banner-secound-content>*:not(.button) {
    color: var(--banner-top-content-color);
}

.contact-banner-secound-section .line-background {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

.contact-banner-secound-content .button {
    margin-left: auto;
    margin-right: auto;
}

.contact-banner-secound-content .title {
    margin-bottom: 15px;
}

@media screen and (min-width:600px) {
    .contact-banner-secound-background {
        padding: 33px 40px;
    }
}

@media screen and (min-width:768px) {
    .contact-banner-secound-background:before {
        width: 33.5%;
    }

    .contact-banner-secound-background:after {
        width: 28.5%;
    }
}

@media screen and (min-width:992px) {
    .contact-banner-secound-section .line-background {
        width: 60%;
    }
}

/* end contact banner secound design */

/* Prices section css start */
.price-section .price-box {
    width: 100%;
    position: relative;
    background-color: var(--common-white-color);
    padding: 40px 20px;
    border-radius: 22px;
    transition: all 0.3s linear;
    overflow: hidden;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1)
}

.price-section .price-inner-heading {
    display: flex;
    gap: 17px;
    align-items: center;
}

.price-section .icon-div {
    background-color: #b8b1ff4d;
    border-radius: 15px;
    padding: 15px;
    width: 66px;
    min-width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-section .price-inner-heading .title-name {
    font-size: 22px;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-family);
    margin: 0;
}

.price-section .price-inner-heading .title-content {
    font-size: 16px;
    color: #6F6C90;
    font-weight: var(--font-weight-regular);
    font-family: var(--font-family);
    margin: 0;
}

.price-section .price-inner-heading .icon-div img {
    display: block;
}

.price-section .price-inner-count {
    padding: 22px 0px;
}

.price-section .count-heading {
    font-size: 22px;
    color: #6F6C90;
    font-family: var(--font-family);
    font-weight: var(--font-weight-semibold);
    margin: 0;
}

.price-section .count-main {
    display: flex;
    align-items: baseline;
}

.price-section .count-main h2 {
    font-size: 38px;
    color: var(--primary-color);
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    margin: 0;
}

.price-section .count-main p {
    font-size: 25px;
    color: #6F6C90;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
}

.price-section .features-list li {
    list-style: none;
    align-items: center;
    display: flex;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    color: #170F49;
}

.price-section .features-list li:last-child {
    margin-bottom: 0px;
}

.price-section .features-list {
    margin: 0;
    padding: 0;
}

.price-section .features-list img {
    display: block;
    margin-right: 10px;
    width: 22px;
    height: 22px;
    object-fit: contain;
    object-position: center;
}

.price-section .features-header {
    font-size: 18px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    color: var(--primary-color);
    margin-bottom: 15px;
}


.price-section .active {
    background-color: var(--primary-color);
}

.price-section .active .icon-div {
    background-color: var(--common-white-color);
}

.price-section .active .price-inner-heading .title-content {
    color: var(--common-white-color);
}

.price-section .active .count-heading {
    color: var(--common-white-color);
}

.price-section .active .count-main h2 {
    color: var(--Secoundry-color);
}

.price-section .active .count-main p {
    color: var(--common-white-color);
}

.price-section .active .features-list li {
    color: var(--common-white-color);
}

.price-section .active .features-header {
    color: var(--common-white-color);
}

.price-section .active .price-inner-heading .title-name {
    color: var(--common-white-color);
}

.price-section .active .price-inner-count {
    padding: 45px 0px;
}

.price-section .row {
    align-items: center;
}

.price-section .Inquiry-button {
    margin: 0 auto;
    margin-top: 60px;
}

.price-section .active .price-box {
    padding: 48px 20px;
}

.price-section .pricing-div {
    transition: transform 0.3s ease;
}

.price-section .pricing-div:hover {
    transform: scale(1.05);
}

@media only screen and (max-width:1200px) {
    .price-section .price-box {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .price-section .pricing-div:last-child .price-box {
        margin-bottom: 0;
    }

    .price-section .active .price-inner-count {
        padding: 28px 0px;
    }

}

@media only screen and (max-width:768px) {
    .price-section .price-inner-heading {
        gap: 15px;
    }

    .price-section .pricing-div:hover {
        transform: scale(1);
    }

    .price-section .icon-div {
        padding: 12px;
    }

    .price-section .price-inner-heading .title-content {
        font-size: 14px;
    }

    .price-section .price-inner-count {
        padding: 20px 0px;
    }

    .price-section .count-heading {
        font-size: 20px;
    }

    .price-section .count-main h2 {
        font-size: 35px;
    }

    .price-section .count-main p {
        font-size: 22px;
    }

    .price-section .features-header {
        font-size: 16px;
        margin-bottom: 12px;
    }

}

@media screen and (max-width: 1200px),
screen and (max-height: 660px) {
    .price-section .price-inner-count {
        padding: 22px 0px;
    }

    .price-section .price-box {
        padding: 30px 20px;
    }

    .price-section .count-heading {
        font-size: 18px;
    }

    .price-section .count-main h2 {
        font-size: 32px;
    }

    .price-section .features-list li {
        margin-bottom: 10px;
    }

    .price-section .features-list img {
        width: 20px;
        height: 20px;
    }

    .price-section .active .price-inner-count {
        padding: 25px 0px;
    }

    .price-section .active {
        padding: 45px 20px;
    }
}


/* Prices section css end */



/**developer section start **/
.content-image-with-list-new .content-image-left-part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-image-with-list-new .feature-list-slider {
    margin-top: 50px;
}

.content-image-with-list-new .feature-list-slider:has(button.slick-arrow) {
    padding-bottom: 40px;
}

.content-image-with-list-new .feature-box {
    background-color: #EFEFEF;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 16px;
    border: 2px solid transparent;
    height: 100%;
    transition: all 0.3s linear;
}

.content-image-with-list-new .feature-icon {
    background-color: #E94FCA;
    border-radius: 100%;
    width: 25px;
    min-width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-image-with-list-new .feature-icon img {
    width: 12px;
    height: auto;
}

.content-image-with-list-new .feature-box:hover {
    border-color: #E263D1;
}

.content-image-with-list-new .slick-prev,
.content-image-with-list-new .slick-next {
    background-color: #2D0C5E;
    color: #ffffff;
    border: none;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    z-index: 1;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content-image-with-list-new .slick-prev[aria-disabled="true"],
.content-image-with-list-new .slick-next[aria-disabled="true"] {
    background-color: #EFEFEF;
    color: #000000;
}

.content-image-with-list-new .slick-prev {
    left: calc(50% - 45px);
}

.content-image-with-list-new .slick-next {
    right: calc(50% - 45px);
}

.content-image-with-list-new .slick-slide {
    padding: 0 10px;
}

.content-image-with-list-new .feature-content {
    margin-bottom: 30px;
}

.content-image-with-list-new .right-content p:not(:last-child) {
    margin-bottom: 24px;
}

@media(max-width: 991px) {

    .content-image-left-part {
        margin-bottom: 30px;
    }

    .content-image-with-list-new .feature-list-slider {
        margin-top: 30px;
        padding-bottom: 50px;
    }

    .content-image-with-list-new .feature-content {
        margin-bottom: 15px;
    }
}

@media(max-width: 767px) {
    .content-image-with-list-new .feature-content {
        padding: 0;
    }
}

/**developer section end **/