body {
    background-color: #F4F4F4;
}

p {
    font-size: 26px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

.hero-sec {
    background: linear-gradient(270deg, #8B65FF, #F8FFBF);
    color: var(--blue);
    /* min-height: 90vh; */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.z-99 {
    z-index: 99;
    position: relative;
}

.img-abt {
    position: absolute;
    bottom: -50px;
    left: 80px;
    z-index: 0;
}

h1 {
    font-size: 60px;
    line-height: 62px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 30px;
}

.hero-sec h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--blue);
    margin-bottom: 20px;
}

.hero-sec p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: var(--blue);
}



h2 {
    font-size: 54px;
    line-height: 60px;
    font-weight: 600;
    color: #141414;
    margin-bottom: 25px;
}

.acc-card {
    border-bottom: 2px solid var(--green);
    padding: 22px 0 0;
}

.acc-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 400;
    color: #36314B;
    margin-bottom: 10px;
    transition: .5s;
}

.hidden-text {
    font-size: 28px;
    line-height: 1.4;
    transition: .5s;
    height: 30px;
    font-weight: 400;
    color: #6C697B;
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}

.acc-card {
    transition: .4s;
}

.acc-card:hover .hidden-text {
    visibility: visible;
    opacity: 1;
}

.acc-card:hover {
    padding-bottom: 30px;
}

.tata-card {
    background-color: #E6E5E5;
    padding: 15px !important;
    border-radius: 18px;
    height: 100%;
}

.tata-card img {
    border-radius: 8px;
    margin-bottom: 20px;
}

.tata-card .text {
    font-size: 22px;
    line-height: 30px;
    color: var(--blue);
    font-weight: 600;
}

.newsletter h2 {
    color: var(--blue);
}

.cursive {
    color: #36314B !important;
    margin-top: 8px;
}

.cursive span {
    color: var(--orange) !important;
    font-family: retro;
    font-size: 120px;
    font-weight: 400;
    vertical-align: bottom;

}


.box-text {
    background-color: #F4F4F4;
    border-radius: 40px 40px 0 0;
    font-size: 30px;
    color: #514D63;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), 0 -4px 4px rgba(0, 0, 0, 0.25);
    padding: 40px 140px;
    text-align: center;
    margin-top: -60px;
    z-index: 9;
    position: relative;
    line-height: 1.3;
}

.dm-sec {
    background: linear-gradient(270deg, #AFB0FF, #CBCACF);
    color: var(--blue);
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
}

/* mc */
.mc-sec {
    background-color: #AEB0FF;
    color: var(--blue);
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
}

/* abm */
.abm-sec {
    background: linear-gradient(270deg, #F36F21, #AFB0FF);
    color: var(--blue);
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
}

.abm-sec .img-abt {
    top: 15%;
    bottom: unset !important;
}

/* ma sec */
.ma-sec {
    background: linear-gradient(270deg, #AFB0FF, #F36F21);
    color: var(--white) !important;
    /* min-height: 90vh; */
    position: relative;
    overflow: hidden;
}

/* .ma-sec h1,
.ma-sec p {
    color: var(--white) !important;

} */

/* res */
@media (min-width:768px) and (max-width:1170px) {
    h1 {
        font-size: 50px;
        line-height: 52px;
    }
.text-container p{
    font-size: 20px !important;
}
    .hero-sec p {
        font-size: 22px;
        line-height: 26px;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;
    }

    p {
        font-size: 20px;
        line-height: 28px;
    }

    .acc-title {
        font-size: 30px;
        line-height: 36px;
    }

    .hidden-text {
        font-size: 24px;
    }

    .box-text {
        padding: 20px 40px;
    }

}

@media (max-width:767px) {
    h1 {
        font-size: 38px;
        line-height: 42px;
    }

    .hero-sec p {
        font-size: 20px;
        line-height: 24px;
    }

    h2 {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .acc-title {
        font-size: 24px;
        line-height: 28px;
    }

    .hidden-text {
        font-size: 20px;
    }

    .tata-card .text {
        font-size: 20px;
    }

    .box-text {
        padding: 15px 30px;
        font-size: 20px;
        border-radius: 20px 20px 0 0;
        margin-top: -20px;
    }

    .abmtabs .text-container h4 {
        font-size: 24px !important;
    }

    .abmtabs .text-container p,
    .abmtabs .text-container li {
        font-size: 16px;
        line-height: 22px;
    }
}


/* new page */
.two-col-sec h2 {
    font-size: 60px;
    font-weight: 600;
    color: var(--blue);
    line-height:1;
    margin-bottom: 30px;
}

.two-col-sec h2 span {
    font-family: retro;
    vertical-align: middle;
    font-size: 100px;
    font-weight: 400;
    -webkit-text-stroke: 1px var(--blue) !important;
    paint-order: stroke fill !important;
    /* color: var(--orange); */
}

/* step */
.steptaps button span {
    height: 45px;
    width: 45px;
    display: inline-block;
    background: var(--green);
    border-radius: 100%;
}

.steptaps .nav-link:hover span,
.steptaps .nav-link.active span {
    background: var(--purple);
}

.steptaps li.nav-item {
    position: relative;
    width: 31%;
    margin: auto;
}

.steptaps li.nav-item:last-child {
    position: relative;
    width: auto;
    margin-left: auto;
}

.steptaps .lst:after {
    display: none !important;
}

.steptaps li.nav-item:after {
    content: "";
    position: absolute;
    width: calc(100% - 38px);
    height: 2px;
    background: var(--green);
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.steptaps .nav-link:hover span,
.steptaps .nav-link.active span {
    z-index: 9999 !important;
    position: relative;
}

.text-container img {
    width: 80%;
    margin: auto;
    display: flex;
}

.text-container h4 {
    font-size: 38px;
    font-weight: 700;
    color: var(--purple);
    line-height: 1.2;
    margin-bottom: 10px;
}

.text-container p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.3;
    color: #606171;
    line-height: 30px;
}

.color-card {
    padding: 35px 20px 20px;
    background: var(--purple);
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: start;
    gap: 20px;
}

.color-card img {
    margin-left: -90px;
}

.cursive-text span {
    font-family: retro !important;
    font-size: 60px;
    /* color: var(--orange); */
    vertical-align: bottom;
    -webkit-text-stroke: 1px var #141414 !important;
    word-spacing: -20px;
}
.cursive-text{
      font-size: 30px;
}
.color-text {
    font-size: 30px;
    color: var(--white);
}

.accordion-button {
    padding: 0;
    border: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
    font-size: 36px;
    font-weight: 300;
    color: #000 !important;
    background: transparent !important;
}

.accordion-item {
    border: 0 !important;
    background-color: transparent !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #000 !important;
    padding: 20px 0;
}

/* .accordian-sec {
    background: #fff;
} */

.accordion-body {
    font-size: 20px;
    color: #000;
    padding: 20px 0 !important;
}

.service-card {
    background-color: #C7C8FB;
    padding: 25px;
    border-radius: 32px;
    height: 100%;
    color: var(--blue);
    display: flex;
    flex-wrap: wrap;
}

.line {
    width: 75px;
    background-color: #3D008C;
    color: #3D008C;
    height: 5px;
    display: block;
    margin-bottom: 16px;
}

.title {
    font-size: 24px;
    font-weight: 600;
    width: 80%;
    line-height: 1.2;
    margin-bottom: 20px;
}

.service-card img {
    width: 75%;
    margin-bottom: 15px;
}

.service-card .blue-btn {
    margin-top: auto;
}

.blue-btn,
.orange-btn {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: normal;
    color: var(--white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none !important;
}

.blue-btn {
    background-color: var(--blue) !important;
}

.blue-btn:before,
.orange-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    width: 100%;
    aspect-ratio: 1 / 1;
    background: var(--orange);
    border-radius: 50%;
    transition: transform 0.8s ease;
    z-index: 0;
}

.blue-btn:hover:before {
    transform: translateX(-50%) scale(1.5);
    border-color: var(--orange) !important;
    background: var(--orange);

}

.orange-btn:hover:before {
    transform: translateX(-50%) scale(1.5);
    border-color: var(--blue) !important;
    background: var(--blue);
}

.blue-btn span,
.orange-btn span {
    z-index: 999;
    position: relative;
}

.bottom-sec {
    padding: 100px 0;
    background-size: cover !important;
    background-position: left !important;
    text-align: right;
}

.bottom-sec h3 {
    font-weight: 600;
    font-size: 48px;
    color: var(--orange);
    line-height: 1;
}

.bottom-sec h4 {
    font-weight: 600;
    font-size: 48px;
    color: #000;
    margin-bottom: 30px;
    line-height: 1;
}

.bottom-sec p {
    font-weight: 400;
    font-size: 24px;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .hero-sec h2 {
        font-size: 24px;
    }

.text-container img{
        width: 50% !important;
}
    .bnr-img {
        margin-bottom: -60px !important;
    }

    .title {
        width: 100%;
    }

    .two-col-sec h2 {
        font-size: 36px;
    }

    .two-col-sec h2 span {
        vertical-align: bottom;
        font-size: 90px;
        -webkit-text-stroke: unset !important;
    }

    .color-text, .cursive-text {
        font-size: 20px;
       
    }

    .text-container h4 {
        font-size: 24px;
    }

    .text-container p {
        font-size: 18px;
        line-height: 24px;
    }

    body .container>.py-5 {
        padding: 30px 0 !important;
    }

    .accordion-button {
        font-size: 22px;
    }

    .accordion-body,
    .blue-btn,
    .orange-btn {
        font-size: 16px;
    }

    .bottom-sec {
        background-position: right !important;
        padding: 50px;
    }

    .bottom-sec h3,
    .bottom-sec h4 {
        font-size: 28px;
    }

    .bottom-sec p {
        font-size: 18px;
    }

    .cursive-text {
        font-size: 20px !important;
    }

    .color-card img {
        margin-left: -60px;
        width: 200px;
    }

    .hero-sec {
        padding: 50px 0;
    }

    .accordion-item {
        padding: 10px 0;
    }

    .text-container h5 {
        font-size: 24px;
    }

    .abmtabs .text-container p,
    .abmtabs .text-container li,
    .ma-acc li,
    .ma-acc p {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .ma-acc h5 {
        font-size: 24px;

    }
}


/* .trust-sec h2 span {
    color: var(--orange);
} */

.eb {
    background: url(../assets/servicepage/servicebottom.png);
}

.dm {
    background: url(../assets/servicepage/dmbottom.png);
}

.dm h4,
.dm p {
    color: #fff !important;
}

li {}

.abmtabs .text-container h4 {
    font-size: 38px;
    font-weight: 700;
    color: var(--blue);
    line-height: 1.2;
    margin-bottom: 30px;
}

.abmtabs .text-container p,
.abmtabs .text-container li {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}

.blue-card {
    background-color: var(--blue);
    border-radius: 50px;
    padding: 30px 30px 50px 30px;
    align-items: start;
    flex-wrap: wrap;
    min-height: 300px;
    flex-direction: column;
    justify-content: center;
}

.blue-card h6 {
    color: #F4F4F4;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 20px;
    /* text-transform: lowercase; */
}

/* .blue-card h6::first-letter {
    text-transform: capitalize;
} */

.ma-acc .blue-card p {
    color: #F4F4F4;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0px;
}

.ma-acc p,
.ma-acc li {
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 20px;
}

.ma-acc li {
    margin-bottom: 0px;
}

.ma-acc h5 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.blue-card img {
    margin-top: -45px;
    width: 120px;
    margin-left: -45px;
}

.abst {
    position: relative;
}

.abst img {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.ui {
    background: #C7C8FB !important;
}

.text-container p {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    color: var(--blue);
}

@media (max-width:767px) {
    .text-container p {
        font-size: 18px;
    }
}

.steptaps .nav-link span {
    font-weight: 600;
    color: #fff !important;
    margin-top: 5px;
}

.two-col-sec h2 span {
    margin-left: 8px;
}

.purple-btn,
.accordion-body h5,
.orange-btn {
    text-transform: lowercase;
}

.purple-btn::first-letter,
.accordion-body h5::first-letter,
.orange-btn::first-letter {
    text-transform: capitalize !important;
}

.bnr-img {
    margin-bottom: -120px;
}

@media (min-width:992px) and (max-width:1400px) {
    .bnr-img {
        margin-bottom: 0;
        position: absolute;
        bottom: -20px;
    }
    
}
@media (min-width:992px) and (max-width:1400px) {

.service-card .blue-btn{
font-size: 16px;
width: 100%;
}
}
@media (min-width:768px) and (max-width:1200px) {
.color-card{
    flex-direction: column;
}
.ma-acc + section .col-md-4{
    width:50% !important;
}

}


.steptaps button span{
        display: flex;
    align-items: center;
    justify-content: center;
}


body .orange-stroke {
    -webkit-text-stroke: 0 !important;
    /* word-spacing: -25px; */
    paint-order: unset !important;
}