@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Poppins", system-ui;
    font-size: 14px;
}

#topSection {
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

h3 {
    font-size: 18px;
    margin: 0;
}

.ptb-70 {
    padding: 70px !important;
}

.carousel.slide .carousel-inner img.d-block.w-100 {
    height: 440px;
    object-fit: cover;
}

.bannerText h1 {
    position: relative;
    top: 70%;
    color: #fff !important;
    font-size: 40px;
    padding: 0 10px;
    font-weight: 700;
}

span.heighlight-sec {
    background: #ef4a68;
    color: #fff !important;
    padding: 0px 15px 5px;
    font-size: 48px;
    display: inline-block;
    width: auto;
}

.accordion-button::after {
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}


section#overviewSec {
    background: #ef4a68;
}

p {
    margin-bottom: 0;
}

.phn.d-flex {
    padding: 0 20px;
    font-weight: 500;
    font-size: 16px;
}



.phn.d-flex svg {
    margin-right: 10px;
}

section#bannerSection {
    width: 100%;
    height: 440px;
    position: absolute;
    top: 82px;
    background: #11111163;
}

.topCTA .phn.d-flex p {
    font-weight: 400;
    color: #333;
}

.ctaSec.d-flex p.cta {
    font-weight: 600;
    color: #ef4a68;
    font-size: 18px;
}

section#fourthSection {
    background: #ef4868;
    padding: 80px !important;
    text-align: left !important;
}

.primartBtn {
    background: #ef4a68 !important;
    padding: 10px 20px;
    border: transparent;
    margin: 20px 0;
}

a.btn.btn-primary.linkBtn {
    background: #fff;
    padding: 12px 30px;
    margin-right: 15px;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    transition: 0.3s;
    border: 1px solid #fff;
}

img.benefitsImg {
    width: 100%;
    margin: 50px 0 0;
}

.benefits-Sec-MobileView{
    display: none;
}

a.btn.btn-primary.linkBtn:hover {
    box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
    /* transform: scale(1.01); */
    background: #ef4868;
    color: #fff;
    border: 1px solid #ddd;
}

form#contactForm {
    width: 70%;
    padding: 30px;
    background: #000000db;
    height: 440px;
    float: right;
    right: 17%;
    position: relative;
}

#formSuccess, div#formSuccessMessage {
    color: #fff;
    background: #4CAF50 !important;
    padding: 10px;
    width: 100%;
    margin: -5px auto 0;
}

form#contactForm .mb-3 {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

form#contactForm h4 {
    color: #fff;
    font-weight: 500;
    font-size: 19px;
}

.error {
    position: absolute;
    font-size: 12px;
    font-family: 'Poppins';
    color: #ffa2a2;
    margin-bottom: 10px;
}

form#solutionForm .error {
    color: #fff;
}

form#contactForm label.form-label {
    display: none;
}

form#contactForm input.form-control {
    width: 100%;
    height: 40px;
    border-radius: 2px;
    border: transparent;
    padding-left: 10px;
    font-family: 'Poppins';
    font-size: 14px;
}


textarea#message {
    width: 100%;
    border-radius: 2px;
    border: transparent;
    font-family: 'Poppins';
    font-size: 14px;
    padding-left: 10px;
}

button#submitBtn, #backBTN {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: transparent;
    font-family: 'Poppins';
    background: #ff0057;
    color: #fff;
    margin-top: 10px;
}

.success-container h1{
    font-size: 32px;
    font-weight: 600;
}

#backBTN{
    width: 20%;
}

section#firstSection p {
    width: 80%;
    margin: 0 auto;
}


.all-card-sol img.card-img-top {
    width: 60px;
    margin: 0 15px;
}

.all-card-sol .card.h-100 .card-body {
    padding-bottom: 0;
}

#firstSection .all-card-sol .card.h-100 {
    border-bottom: 5px solid #ef4a68;
    padding: 25px;
    border-radius: 0;
}

.all-card-sol ul li h4 {
    font-size: 14px;
    margin: 2px 0;
    font-weight: 400;
}


.all-card-sol .card.h-100 ul {
    padding: 0px 0px 0 20px;
}

h5.card-title {
    font-size: 18px;
    font-weight: 600;
}

#parallax .card.h-100 img.card-img-top {
    margin: 0 auto;
    width: 60px;
    filter: brightness(0) invert(1);
}

#parallax .card.h-100 {
    border-radius: 0;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 25px;
}

#parallax h5.card-title {
    padding: 0 15px;
}

section#firstSection {
    background-image: url(../assets/texture-01.webp);
    background-size: cover;
}


section#parallax {
    background-image: url(../assets/Parallax.webp);
    background-size: cover;
    background-attachment: fixed;
    padding: 60px;
    background-color: #111;
}

section#parallax h3.card-title{
    padding: 0 15px;
}

section#firstSection h2 {
    font-weight: 700;
    color: #ef4a68;
}

section#parallax h2 {
    color: #fff;
}

h2 {
    font-weight: 700;
    color: #ef4a68;
}

.what-tou-get-sec {
    padding: 20px 40px 0;
}

.what-tou-get-sec ul {
    padding: 10px 15px 0;
}

.what-tou-get-sec ul li {
    padding: 5px;
}

.ctm-pad {
    padding: 70px 100px 50px 70px;
}

.ctm-pad li {
    margin: 15px 0;
}

section#fourthSection h6.text-white {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    width: 70%;
    margin: 0 auto;
}

.footer span.pipe {
    padding: 0;
    color: #fff;
    width: 1px;
    height: 20px;
    border: 1px solid #fff;
    margin: 0 20px;
}

.footer .phn.d-flex {
    padding: 0;
}

#contactForm-Footer button#submitBtn1 {
    width: 100%;
    background: #f51c65;
    border: transparent;
    border-radius: 2px;
}

#accordionExample {
    display: none;
    /* Hide the form by default */
}

.accordion {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    background: #fff;
}

.accordion-header h4 {
    margin: 0;
    font-size: 15px; color: #fff;
}

button.accordion-button {
    background: #333 !important;
    box-shadow: none !important;
}

#accordionExample .accordion-item {
    border: transparent;
    background: #333;
}

#accordionExample {
    position: fixed;
    right: 0;
    width: 20%;
    bottom: 0;
    background: #333;
    padding: 5px;
    z-index: 11;
    border-radius: 10px 10px 0 0;
}

.contact-img-sec {
    width: 70px;
    height: 70px;
    background: #f51c65;
    text-align: center;
    line-height: 70px;
    border-radius: 70px;
    position: relative;
    margin: -50px auto 20px;
}

img.contact-img {
    width: 50px;
    height: 50px;
    position: relative;
    filter: brightness(0) invert(1);
    padding: 5px;
}

.error1 {
    color: #ff0505;
    font-size: 12px;
}

#contactForm-Footer .form-control {
    font-size: 12px;
    height: 40px !important;
    border-radius: 2px !important;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #333;
}

div#successMessage1 {
    margin-bottom: 0;
    margin-top: 10px;
    padding: 10px;
    font-size: 13px;
    background: #4CAF50 !important;
    color: #fff !important;
    border: transparent;
    border-radius: 2px;
}

#contactForm-Footer h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.d-flex.flex-column.align-items-center.testimonial-details {
    padding: 60px 40px 40px;
    background: #ffffff;
    min-height: 295px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

#testimonials{
    background-image: url(../assets/testimonials-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    background: #f7f7f7;
}

img.quoteImg {
    width: 70px;
    position: relative;
    top: 10%;
}

.testimonial-details h3 {
    color: #ef4a69;
    font-weight: 600;
    margin: 0;
}

.testimonial-details p.text-muted {
    font-weight: 600;
}

.testimonial-details small {
    margin-bottom: 5px;
    color: #808080;
    font-weight: 500;
}

.d-flex.justify-content-between.benefitSec .crad.text-center {
    background: #ef4a69;
    padding: 20px 20px;
    color: #fff;
    border: 1px solid #ef4a69;
    margin: 0 5px;
    font-weight: 500;
}

.d-flex.justify-content-between.benefitSec:after {
    position: absolute;
    content: '';
    width: 96%;
    height: 2px;
    /* background: #d2d2d2; */
    top: 50%;
    z-index: -1;
    border-top: 1px dashed #ef4a69;
    left: 2%;
}

.d-flex.justify-content-between.benefitSec h3.fw-bold {
    margin-bottom: 15px;
    font-size: 25px;
}

.d-flex.justify-content-between.benefitSec .crad.text-center:nth-child(even) {
    background: #fff;
    color: #333; border: 1px solid #ddd;
}

.footerSecCTA.d-flex.justify-content-between {
    width: 60%;
    margin: 10px auto 0;
}

.footer hr {
    color: #ffa4b5;
    opacity: 0.5;
    margin: 20px auto;
    border-top: 2px dashed #ddd;
}

.ctaSec.text-white.pt-3 {
    text-align: left;
}

.ctaSec.text-white.pt-3 h5.mb-0 {
    line-height: 45px;
    font-size: 30px;
    font-weight: 400;

}


.d-flex.justify-content-between.benefitSec {
    width: 85%;
    margin: 0 auto; position: relative;
}



.footerSecFour li a img {
    width: 30px;
    margin-right: 10px;
}


form#solutionForm .form-control {
    height: 45px;
    font-size: 12px;
    border-radius: 2px;
}

form#solutionForm label.form-label {
    display: none;
}

form#solutionForm {
    width: 60%; margin-left: 15%;
}

textarea.form-control {
    height: auto !important;
}

button#submitSolutionBtn {
    width: 100%;
    background: #232323;
    border: none;
    height: 45px;
    color: #fff !important;
    border-radius: 2px;
    margin-top: 10px;
}

#thankyouBanner{
    background-image: url(../assets/thankyoubanner.webp);
    width: 100%;
    height: 430px;
    background-size: cover;
}


@media only screen and (max-width: 1440px) {
    .bannerText h1 {
        width: 80%;
        font-size: 28px;
    }
    span.heighlight-sec{
        font-size: 38px;
    }
}

@media only screen and (max-width: 1024px) {
    .ctmBG {
        background-position: right;
    }

    .footerSecCTA.d-flex.justify-content-between {
        width: 40%;
    }

    section#fourthSection h6.text-white {
        width: 100%;
    }

    form#contactForm {
        width: 80%;
    }

    .bannerText h1 {
        width: 100%;
    }

    .bannerText h1 {
        top: 75%;
        padding: 20px 20px;
        font-size: 22px;
    }

    span.heighlight-sec {
        font-size: 30px;
    }

    .ptb-70 {
        padding: 30px !important;
    }

    #parallax .card.h-100 {
        padding: 20px 0;
    }

    section#firstSection .w-75.mx-auto {
        width: 100% !important;
    }

    #contactForm-Footer {
        width: 100%;
    }
    #accordionExample{
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .all-card-sol .col {
        width: 50%;
    }

    .carousel.slide .carousel-inner img.d-block.w-100, form#contactForm, section#bannerSection {
        height: 480px;
    }

    .footerSecCTA.d-flex.justify-content-between {
        width: 55%;
    }

    #accordionExample {
        width: 35%;
    }

    #topSection {
        padding: 20px 0;
    }

    .ctm-pad {
        padding: 30px;
    }

    section#fourthSection h6.text-white {
        font-size: 13px;
    }

    .bannerText h1 {
        top: 80%;
        padding: 0px;
        font-size: 19px;
    }

    form#contactForm h4 {
        font-size: 22px;
    }

    form#contactForm {
        width: 100%;
        right: 0;
    }

    span.heighlight-sec {
        font-size: 25px;
        padding: 5px 10px;
        display: block;
    }

    .what-tou-get-sec {
        padding: 0;
    }

    section#fourthSection {
        padding: 40px !important;
    }

    .what-tou-get-sec ul {
        padding: 10px 15px 0;
    }

    #contactForm-Footer {
        width: auto;
        border-radius: 0;
        position: relative;
    }

    .contact-img-sec {
        display: none;
    }

    img.quoteImg {top: 7%;
    }

    .ctaSec.text-white.pt-3 {
        text-align: center;
        margin-bottom: 30px;
    }

    form#solutionForm {
        width: 60%;
        margin: 0 auto;
    }
}



@media only screen and (max-width: 479px) {
    form#contactForm .mb-3 {
        width: 100%;
        display: inline-block;
        padding-left: 0;
    }

    #accordionExample {
        display: none !important;
    }

    .col-md-6.ctmBG {
        display: block;
        height: 300px;
    }

    .mb-3.textarea {
        width: 100% !important;
    }

    .bannerText h1 {
        top: 0%;
        padding: 10px;
        font-size: 19px;
        width: auto;
        left: 0;
        color: #333 !important;
        text-align: center;
        margin-bottom: 0;

    }



    button#submitBtn {
        width: 100%;
        padding: 10px;
        margin-left: 10px;
        border-radius: 2px;
        border: transparent;
        font-family: 'Poppins';
        background: #ef4a68;
        color: #fff;
        margin: 0;
    }

    form#contactForm {
        width: auto;
        margin: 0 -20px;
    }

    header#topSection {
        display: block !important;
        padding-bottom: 5px;
    }

    .what-tou-get-sec p.w-50.mx-auto {
        width: 100% !important;
    }

    .footer hr{
        margin: 20px auto;
    }

    .footer .ctaSec.text-white.pt-3 {
        border: none;
        margin: 0 20px;
        padding: 0;
        text-align: center;
    }

    form#solutionForm {
        width: 80%;
        margin: 20px auto;
    }

    .footer h5.mb-0 {
        font-size: 15px;
    }

    .footerSecCTA.d-flex.justify-content-between {
        width: auto;
        margin: 0;
    }

    .logoSec {
        display: table;
        margin: 0 auto;
    }

    .all-card-sol .col {
        width: 100%;
    }

    .all-card-sol .col {
        width: 100%;
        margin: 15px 0px;
    }

    section#parallax {
        padding: 20px;
    }

    section#bannerSection {
        height: auto;
        top: 0;
        position: relative;
        background: transparent;
    }

    section#bannerSection .col-md-6 {
        padding: 0 20px;
    }

    form#contactForm h4 {
        font-size: 22px;
        padding: 0;
    }

    .all-card-sol {
        margin-top: 0px;
    }

    .ctaSec.d-flex.justify-content-center.text-white.pt-3 {
        display: block !important;
        border: none;
        padding: 0 !important;
        margin: 0;
    }

    .footer span.pipe {
        display: none;
    }

    .footer .phn.d-flex {
        justify-content: center !important;
        margin: 10px 0;
    }

    section#fourthSection h6.text-white {
        width: 90%;
    }

    header#topSection .phn.d-flex {
        padding: 0 15px;
        font-size: 13px;
    }

    .ctaSec {
        margin-top: 20px;
        font-weight: 500;
        font-size: 14px;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }

    .carousel.slide .carousel-inner img.d-block.w-100 {
        height: 220px;
    }

    section#fourthSection {
        padding: 15px 0 5px !important;
    }

    span.heighlight-sec {
        font-size: 22px;
    }

    .what-tou-get-sec {
        padding: 20px 0 0;
    }

    section#parallax .w-75, section#firstSection p {
        width: 100% !important;
        margin: 0 !important;
    }

    section#parallax h3.card-title{
        padding: 0 0px;
    }

    .d-flex.justify-content-between.benefitSec {
        width: auto;
        display: block !important;
    }

    .ctaSec {
        margin: 10px;
        padding-top: 15px;
    }

    .ctaSec.d-flex p.cta {
        font-size: 14px;
        line-height: 18px;
    }

    .topCTA {
        margin-left: 0;
    }


    img.benefitsImg {
        display: none;
    }
    
    .benefits-Sec-MobileView{
        display: block;
    }

    .benefits-Sec-MobileView img.card-img-top {
        width: 50px;
    }

    .benefits-Sec-MobileView .card {
        border-radius: 0;
        padding: 30px 0 10px;
        margin-bottom: 20px;
    }

    .benefits-Sec-MobileView .card:nth-child(even) {
        background: #E91E63;
        color: #fff;
    }

    .benefits-Sec-MobileView .card:nth-child(even) img{
        filter: brightness(0) invert(1);
    }

    #thankyouBanner {
        height: 250px;
        background-position: right;
        height: 200px;
    }

    .success-container h1 {
        font-size: 21px;
        font-weight: 600;
    }

    #backBTN {
        width: auto;
    }

}



@media only screen and (max-width: 320px) {
.footerSecCTA.d-flex.justify-content-between {
    display: block !important;
}
}