/***************** Main CSS ********************************************************/
.main-div {
    max-width: 100%;
}

.main-div h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    margin: 0;
}

.container {
    max-width: 94%;
}

.main-div img {
    width: 100%;
}

.main-div a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.main-div h1 strong {
    font-weight: 700;
    color: #fd6c1d;
}

/************ Components CSS Codes *************************************************/


/************ Extra CSS Codes ******************************************************/
/********* Section 1 CSS Code ***********/
/********* Section 2 CSS Code ***********/
.sns-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-inline: 4%;
    padding: 1rem 0;
}

.sns-nav .s-w-1 {
    width: 10%;
}

.sns-nav .s-w-2 {
    width: 90%;
}

.sns-nav .s-w-2 .cont {
    display: flex;
    justify-content: end;
}

.sns-nav i {
    color: #fd6c1d;
}

.sns-nav .GAQ {
    background-color: #fd6c1d;
    color: #fff;
    font-weight: 600;
}

.sns-nav .GAQ:hover {
    background-color: #ffba95;
    color: #000;
}

@media screen and (max-width: 640px) {
    .sns-nav {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .sns-nav .s-w-2 .cont {
        flex-direction: column;
    }

    .sns-nav .s-w-1 {
        width: 40%;
    }

    .sns-nav .s-w-2 .cont {
        justify-content: left !important;
        display: inherit;
    }

    .btn {
        margin: .375rem .75rem !important;
        padding: 0 !important;
    }

    .sns-nav .GAQ {
        padding: 9px 46px !important;
    }

    .cont a {
        font-size: 15px !important;
    }

    .sn-footer {
        padding: 4% 0;
    }
}



.sns-banner-w {
    width: 94%;
    margin: 0 auto;
}

.sns-banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse;
    align-items: center;
}

.sns-banner-inner {
    width: calc(100%/2);
}

.sns-banner-inner .padd-1 {
    padding: 0 10%;
}

.sns-banner-inner .padd-1 h2 {
    font-size: 45px;
    line-height: 1.3em;
}

.main-div h2 strong {
    font-weight: 700;
    color: #fd6c1d;
}

.sns-banner-inner .padd-1 .btn {

    background-color: #fd6c1d;
    margin-block: 2rem;
    font-weight: 600;
    padding: 10px 20px;
}

.sns-banner-inner .padd-1 .btn a {
    color: #fff;
}


:root {
    --headingSize: 55px;
    --background-color: black;
}

h2 {
    margin: 0;
    letter-spacing: -1px;
    font-size: var(--headingSize);
}

.padd-1 span {
    display: inline-block;
    overflow: hidden;
    animation: .3s swift-up ease-in-out forwards;
}

.padd-1 h2 span:nth-child(3),
span:nth-child(4),
span:nth-child(8),
span:nth-child(9) {
    color: #fd6c1d;
}


/* i {
    font-style: normal;
    position: relative;
    top: var(--headingSize);
    animation: .5s swift-up ease-in-out forwards;
} */
.btnnn {

    width: 60%;
}

@keyframes swift-up {
    to {
        top: 0;
    }
}

@media screen and (max-width: 1000px) {
    /* .container {
        width: auto;
        margin: 0 10%;
    } */

    :root {
        --headingSize: 35px;
    }
}


@media screen and (max-width: 890px) {
    .sns-banner-inner {
        width: calc(100%/1);
    }
    .freetrialbtn{
        margin-bottom: 20px;
      
    }

}

@media screen and (max-width: 640px) {
    .sns-banner-inner {
        text-align: center;
    }

    .sns-banner-inner .padd-1 h2 {
        font-size: 32px;
    }

    .btnnn {
        width: 100%;
    }
}

/********* Section 3 CSS Code ***********/
.sns-head {
    text-align: center;
}

.sns-head h1 {
    padding: 20px;
    font-size: 44px;
    font-weight: 700;
}

.sns-card {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.5%;
    margin-inline: 4%;
    margin-bottom: 1rem;
    /* position: relative; */
}

.sns-tri {
    position: absolute;
    bottom: 0;
    left: 0;
}

.sns-inner-card {
    width: calc(95%/3);
    background-color: #fff0e8;
    text-align: center;
    margin-bottom: 2.5%;
    border-radius: 10px;
    /* display: inline-grid; */
    transition: 0.3s;
}

.sns-inner-card:hover {
    transform: scale(1.05);
}


.sns-inner-card h4 {
    padding-top: 10px;
    padding-inline: 10px;
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}

.sns-inner-card p {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3em;
    /* text-transform: capitalize; */

}

.sns-inner-card .btn {

    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #fd6c1d !important;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding: 10px !important;
}

.sns-inner-card .btn a {
    color: #fff;
}

@media screen and (max-width: 890px) {
    .sns-inner-card {
        width: calc(95%/2);
    }
}

@media screen and (max-width: 640px) {
    .sns-inner-card {
        width: calc(95%/1);
        margin-bottom: 3rem;
    }

}

/********* Section 4 CSS Code ***********/
.sns-form-bg {
    background-color: #fff0e8;
    position: relative;
    /* background: url(./99.jpg); */
}

.form-head {
    display: flex;
    justify-content: center;
    /* width: 50%; */
    /* margin-inline: auto; */
    gap: 10%;
}

.sns-info {
    display: flex;
    /* flex-wrap: wrap; */
    width: 100%;
}

.form-head-1 {
    /* width: calc(100%/2); */

}

.form-head-1 p,
h4 {
    font-size: 16px;
}

.sns-form-table {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
}

.s-tab-1 {
    width: 70%;
}

.s-tab-2 {
    width: 30%;
}

.s-tab-1 form {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap: 5%;
    margin-inline: 10% 0;

}

.s-tab-1 form .btn {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #fd6c1d !important;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem;
    padding: 5px 25px;
}

.s-tab-1 form .s-w-50 {
    width: 45%;
    margin-bottom: 1em;
}

.btn {

    font-size: 17px !important;
}

.s-tab-1 form #w-100 {
    width: 100%;
    background-color: #fff0e8;
    height: 3em;
    border-radius: 10px;
    border: 1px solid #b3afad;
}

.btn:hover {
    outline: none;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.s-f {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    padding-left: 5px;
}

.s-tab-1 input[type=number] {
    -moz-appearance: textfield;
}


.s-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    padding-block: 1rem;
    flex-direction: column;
    /* line-height: 4em;
padding-block: 2rem; */
}

.s-contact i {
    color: black;
}

.s-contact a {
    color: #000;
    text-decoration: none;
}

.s-demo a {
    background-color: #fd6c1d;
    border: 1px solid #fd6c1d;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding: 10px !important;
}

a.btn.gap-m.btn-primary {
    margin-left: 10px;
    padding: 10px !important;
}

.s-demo a:hover {
    background-color: #ffba95 !important;
    color: #000;
    border: 1px solid #ffba95;
}

.s-contact-inner {}

@media screen and (max-width: 890px) {
    .form-head {
        /* flex-direction: column; */
        flex-wrap: wrap;
        width: 85%;
        margin-inline: auto;
    }

    .sns-inner-card h4 {
        font-size: 20px;
    }

    .s-tab-1 form {
        flex-direction: column;
        margin-top: 2rem;
    }

    .s-tab-1 form .s-w-50 {
        width: 90%;
        margin-bottom: 1em;
    }

    .s-tab-1 {
        width: 50%;
    }

    .s-tab-2 {
        width: 50%;
    }

    .s-tab-1 form .btn {
        width: 50%;
    }

    .sns-info {
        display: flex;
        /* flex-wrap: wrap; */
        /* width: 100%; */
        /* flex-direction: column; */
    }
}

@media screen and (max-width: 640px) {
    .sns-form-table {
        flex-direction: column-reverse;
    }

    .s-tab-1 {
        width: 80%;
    }

    .s-tab-2 {
        width: 80%;
    }

    .s-tab-1 form {
        width: 100%;
    }

}

/********* Section 5 CSS Code ***********/
.sns-text {
    animation-duration: 1s;
    animation-name: slideInFromLeft;
}

.s-demo-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s-demo-2 .inner-1 {
    width: 40%;
}

.s-demo-2 .inner-1 {
    width: 40%;
}

.sn-footer {
    background-color: #ffba95;
}

.sn-footer a {
    color: #0d6efd;
    text-decoration: none;
}


.copyright-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    color: #fff;
}

.social-icons1 i {
    font-size: 24px;
    margin: 0 10px;
    border: 1px solid;
    color: #000;
    padding: 10px;
}

.social-icons1 i:hover {
    background-color: #fd6c1d;
    color: #fff;
}

@media screen and (max-width: 890px) {
    .copyright-section {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
    }
}

.heading-cards h2 {
    color: #212529;
    font-size: 44px;
    font-weight: 700;
    padding-top: 35px;
}

.features-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 40px 17px;
}

.feature-card {
    background: #fff0e8;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(31.89% - 20px);
    transition: transform 0.3s ease;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.sns-headd h2 {
    font-size: 18px;
    text-align: center;
}

.feature-card:hover {
    transform: translateY(-10px);
}

.feature-icon img {
    max-width: 80%;
    width: 100%;
}

.feature-title {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #fe6b1d;
    text-align: center;
}

.feature-card:hover .feature-title {
    color: #000066;
}

.feature-icon img:hover {
    transform: scale(1.1);
}

.feature-icon {
    overflow: hidden;
}

.feature-icon img {
    max-width: 30%;
}

.feature-icon img {


    transition: 0.5s;
}

.btnnn {
    margin: 2em 0;
}

.para-d {
    text-align: left;
}

/* Responsive styles for smaller screens */
@media (max-width: 768px) {
    .feature-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    .sns-headd h2 {
        padding-inline: 3%;
    }
}

@media (max-width: 480px) {
    .feature-card {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .gap-mobi {
        margin-top: 13px;
    }

    .s-demo.mb-5.d-flex {
        display: flex;
        flex-direction: column;
    }

    .feature-icon img:hover {
        transform: scale(1);
    }

    .heading-cards h2 {
        font-size: 20px;
    }
}

img.bordwr {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}