body{
    overflow-x: hidden;
    
}
section{
    overflow-x: hidden;
    overflow-y: hidden;
}


p {
    line-height: 30px;
}

.banner-btn-1,
.banner-btn-2 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 45.235px;
    border: 1.005px solid #C6150F;
    padding: 10px 20px;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease-in-out; /* Smooth animation */
}

/* Primary Button */
.banner-btn-1 {
    background: #C6150F;
    color: #FFF;
}

.banner-btn-1:hover {
    color: #C6150F;
    background: transparent; /* Slightly darker red on hover */
    transform: scale(1.05); /* Subtle zoom effect */
    /* box-shadow: 0 8px 15px rgba(198, 21, 15, 0.3); */
}

/* Secondary Button */
.banner-btn-2 {
    background: transparent;
    color: #C6150F;
}

.banner-btn-2:hover {
    background: #C6150F;
    color: #FFF;
    transform: scale(1.05);
    /* box-shadow: 0 8px 15px rgba(198, 21, 15, 0.3); */
}

.main-banners {
    background-image: url(../images/smile/smilebg.webp);
}

.imssmlie {
    width: 100%;
    object-fit: cover;
}

.mainbanner-gbg3 {
    position: absolute;
    left: -22%;
    top: 10px;
}

.mainbanner-gbg4 {
    position: absolute;
    right: -22%;
    top: 10px;
}

.mainbanner-gbg {
    border-radius: 6px;
    border: 2px solid #F98500;
    color: #BC0707;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 8px 15px;
    height: max-content;
}

.h1-title {
    font-size: 44.59px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #C6150F;
}

.headingmain {
    color: #282828;
    font-family: Helvetica;
    font-size: 35.012px;
    font-style: normal;
    font-weight: 700;
    line-height: 80%;
    text-transform: uppercase;
}

.step-card h2 {
    background: linear-gradient(to right, #c6150f, #c6150f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.step-card p {
    color: #424242;
    font-family: "Segoe Print";
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
}

.step-card {
    position: relative;
}

.imghold {
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    display: flex;
    justify-content: center;
}

.imgstepcard {
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.imghold img {
    width: 30px;
    height: 30px;
}

.step-card {
    border-radius: 11px;
    border: 2px solid #c6150f;
    background: #FFF;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.10);
    padding: 16px;
    /* height: 100%; */
}

.stepcrd1 {
    transform: rotate(-5deg);
    z-index: 2;
}

.stepcrd2 {
    transform: rotate(5deg);
    top: -25px;
    z-index: 1;
    border: 2px solid #c6150f;
}

.stepcrd3 {
    transform: rotate(-5deg);
    top: 0;
    z-index: 0;
}

.stepcrd4 {
    transform: rotate(5deg);
    top: -10px;
    z-index: 0;
    border: 2px solid #c6150f;

}

.howitsworkarrow1 {
    position: absolute;
    left: -100px;
    top: -100px;
}

.howitsworkarrow3 {
    position: absolute;
    right: -100px;
    top: -130px;
}

.howitsworkarrow2 {
    position: absolute;
    right: -100px;
    bottom: -150px;
    transform: scaley(-1);
}

.howitsworkarrow1 {
    position: absolute;
    left: -100px;
    top: -100px;
}

.howitsworkarrow3 {
    position: absolute;
    right: -100px;
    top: -130px;
}

.howitsworkarrow2 {
    position: absolute;
    right: -100px;
    bottom: -150px;
    transform: scaley(-1);
}

.whyths {

    background: #000;
}

.whyths h2 {
    text-transform: uppercase;
    font-weight: 500;
    color: white;
}

.whythiscinner1 {
    padding: 50px;
    border-radius: 20px;
    border: 2px dashed #fff;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #c6150f, #c6150f) border-box;
}

.whythiscinner1 p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.whythiscinner2 {
    background: linear-gradient(to right, #C6150F, #C6150F);
    padding: 30px;
    border-radius: 20px;
}

.whythiscinner2 p {
    margin-bottom: 0px;
    color: white;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.whythiscinner4 {
    padding: 50px;
    border-radius: 20px;
    border: 2px dashed #c6150f;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #c6150f, #A500EB) border-box;
}

.whythiscinner4 p {
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.whythisc h2 {
    text-transform: uppercase;
    font-weight: 600;
}
@media (max-width: 991.5px) {
    .whythisc h2 {
    font-size: 19px !important;
    line-height: 30px !important;
}
    .whyths h2 {
    font-size: 19px !important; 
    line-height: 30px !important;
}
    h5{
        line-height: 25px !important;
    }
    .accordion-button::after{
            background-size: 15px !important;
    }
    .faq__area .accordion-button{
        align-items: start;
    }
    .innertext {
    margin-right: 10px;
}
    .faq__area .accordion-button {
    font-size: 16px !important;
    line-height: 27px !important;
}
    .whythisunique p{
        font-size: 14px !important;
    }
    .footertitle {
    font-size: 37px !important;
    line-height: 38px !important;
}
    .smilecard ul li{
    font-size: 10px !important;
    margin-bottom: 5px;
}
    .smilecard h2{
        font-size: 12px !important;
        font-weight: 600;
    }
    h4{
        line-height: 30px;
                font-size: 17px ;
    }
    .successoutcome{
        border: none !important;
    }
    .successoutcome img{
        width: 50px;
    }
.banner-btn-1, .banner-btn-2{
    font-size: 13px !important;
    line-height: 20px !important;
}
    .mainbanner-gbg{
    font-size: 10px !important;
    padding: 8px 10px !important;
    }
    .featureuse h4{
            font-size: 15px !important;
    }
    p {
    line-height: 27px !important;
}
    .featureuse {
    padding: 10px !important;
    }
    .custom_col {
    width: 87px !important;
}
    .headingmain {
    font-size: 25px;
    line-height: 40px !important;
}
    .calltoac button {
    padding: 10px 14px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    min-width: 217px !important;
}
    .calltoac{
        border-radius: 10px !important;
    }
    .calltoac p{
        font-size: 14px !important;
    line-height: 28px !important;
    }
    .whythiscinner1 p{
        font-size: 11px;
    }
        .whythiscinner2 p{
        font-size: 11px;
    }
        .whythiscinner3 p{
        font-size: 11px;
    }
        .whythiscinner4 p{
        font-size: 11px;
    }
    .step-card{
        transform: none !important;
        height: 100% !important;
                margin: 6px;
    }
    .step-card p{
            font-size: 10px;
                line-height: 18px;
    }
    .imghold img{
        width: 14px;
    }
}
@media (max-width: 775px) {
    .h1-title {
        font-size: 22px !important;
        line-height: 30px;
    }

    .whythiscinner4 {
        padding: 20px !important;
    }

    .whythiscinner2 {
        padding: 7px !important;
    }

    .whythiscinner1 {
        padding: 20px !important;

    }

    .category__title {
        font-size: 11px !important;
    }

    h3,
    h5 {
        font-size: 15px !important;
        line-height: 25px;
    }
}


.containerautdu {
    display: flex;
    gap: 10px;
    overflow: hidden
}

.containerautdu {
    display: flex;
    gap: 10px;
    overflow: hidden
}

.smilecard {
    flex: 1;
    height: 300px;
    transition: all .4s ease-in-out;
    border-radius: 15px;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 15px;
    color: #fff;
    display: flex;
    align-items: end;
    justify-content: end;
    background-position: top;
}

.smilecard-content {
    text-align: left;
    display: none;
    position: absolute;
    bottom: 20px;
    left: 15px;
    font-size: 1rem
}

.smilecard.active {
    flex: 4;
    align-items: flex-start;
    padding: 20px
}

.smilecard.active .smilecard-content {
    display: block
}

.smilecard ul {
    list-style-type: none;
    padding: 0
}

.smilecard ul li::before {
    content: "• ";
    color: #fff;
    font-weight: 700
}

.smilecard h2 {
    color: #fff;
    font-size: 21px;
}

.smilecard h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    writing-mode: sideways-lr
}

.smilecard.active h3 {
    display: none
}

.smilecard ul li {
    font-size: 13px;
}

@media (min-width:1399.5px) {

    .smilecard {
        height: 25rem !important
    }

    .smilecard h3 {
        font-size: 18px;
    }

    .smilecard.active h3 {
        font-size: 18px;
    }
}


.calltoac {
    padding: 16px;
    border-radius: 100px;
    border: 1px dashed #c6150f;
    background: #FFE2E2;
}

.calltoac p {
    color: #c6150f;
    margin-bottom: 0px;
    font-size: 29px;
    font-weight: 400;
    line-height: 39px;
}

.calltoac button {
    background: #c6150f;
    padding: 10px 30px;
    border-radius: 50px;
    color: white;
    font-size: 22px;
    min-width: 230px;
    border: 1px solid;
}

.ideaincome h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.visualdesign h5 {
    color: #BC0706;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.whatbecomeinner {
    border-radius: 28px;
    border: 1px solid #D57506;
    background: #FFF5E8;

}

.imgwhatbeincome {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.textbecomewrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.slick-dots{
        bottom: -40px;
}
.slick-dots li button:before{
    font-size: 9px !important;
}
.slick-dots li button {
    padding: 0px !important;
}

.slick-dots li {
    width: 10px !important;
    height: 18px !important;
    margin: 0 3px !important;
    padding: 0;
}

.slick-dots .slick-active button:before {
    color: #C6150F !important;
}

.whythisunique {
    display: flex;
    align-items: center;
}

.whythisunique p {
    margin-bottom: 0px;
    font-size: 17px;
}

.whythisunique {
    border-radius: 6px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.whythisunique img {
    margin-right: 8px
}

.whythisuniquesection .form-control {
    border: none !important;
    padding-left: 0px !important;
    color: #7D7D7D;
}

.whythisuniquesection .form-control::placeholder {
    color: #7D7D7D;
}

.whythisuniquesection .input-group-text {
    border: none !important;
}

.whythisuniquesection .input-group {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    padding: 10px;
}

.input-group-text {
    background: transparent;
}

.box_smile {
    padding: 22px 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
}

.box_smile p span {
    color: #E21616;
}

.box_smile p {
    margin-bottom: 10px !important;
}

body .box_smile .mb-0 {
    margin-bottom: 0px !important;
}

.ctactionsection {
    background-color: #000;
}

.successoutcome {
    border-top: 0.876px solid #C6150F;
    border-right: 0.876px solid #C6150F;
    border-bottom: 11.394px solid #C6150F;
    border-left: 12.271px solid #C6150F;
    background: #262626;
        height: 100%;
}
.visafaqimg {
    width: 100%;
    object-fit: cover;
}
.footertitle{
font-size: 60px;
font-style: normal;
font-weight: 700;
line-height: 80%;
}
.faq__area .accordion-button:not(.collapsed){
    background-color: transparent !important;
}
.faq__area .accordion-button:focus {
    box-shadow: none;
}

.faq__area .accordion-item:first-of-type>.accordion-header .accordion-button{
    border-top: none !important;
}
.faq__area .accordion-item{
    border: none !important;
}
.faq__area .accordion-button:not(.collapsed){
    box-shadow: none !important;
}
.faq__area .accordion-button{
    padding-right: 0 !important;
    padding-left: 0 !important;
        font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
color: #000 !important;
}
.faq__area .accordion-body{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.collapsed .innertext{

    color: #A8A8A8;
}
.innertext{
    color: #C6150F;

}
@media (min-width:1300px) {
    .innertext{
font-size: 90px;
font-style: normal;
font-weight: 600;
line-height: 88.234px;
margin-right: 20px;
    }
}

.custome_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px
}

.custom_col {
    width: 115px
}

.category__icon img {
    border-radius: 20px;
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    height: 60px;
    object-fit: cover;
    margin-bottom: 10px;
}
.category__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

.featureuse{
    padding: 20px;
    border-radius: 20px;
    height: 100%;
    border: 1.5px dashed #fff;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(to right, #E21616, #E21616) border-box;
    background-color: transparent !important;
}
.featureuse h4{
    font-weight: 600;
    font-size: 19px;
}

.toolimgposition {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: -1;
    width: max-content;
    max-height: 56rem;
    object-fit: cover;
}

.shoshbcfuyh {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.aipowerdesgi h5{
  font-weight: 600;
}

.elementleft{
    position: absolute;
    left: 0;
    top: 30px;
    max-width: 100px;
        max-width: 45px;
    height: 45px !important;
}
.elementright{
    position: absolute;
    right: 0;
    bottom: 30px;
    max-width: 100px;
}

.influencershoot{
       border: 5px solid #c6150f;
    width: 100%;
    object-fit: cover;
}