* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: poppins,sans-serif;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

.text-center {
    text-align: center;
}

.mt-60 {
    margin-top: 60px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.container {
    max-width: 1200px;
    width: 95%;
    margin: 0 auto;
}

navbar, nav {
    background: #004F96;
    padding: 10px 0;
    display: block;
}

.logo {
    max-width: 150px;
}

.navbtn {
    position: relative;
    width: 23px;
    height: 18px;
    background: transparent;
    cursor: pointer;
    display: none;
}

    .navbtn input {
        display: none;
    }

    .navbtn span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

        .navbtn span:nth-of-type(1) {
            top: 0px;
            transform-origin: left center;
        }

        .navbtn span:nth-of-type(2) {
            top: 50%;
            transform: translateY(-50%);
            transform-origin: left center;
        }

        .navbtn span:nth-of-type(3) {
            top: 100%;
            transform-origin: left center;
            transform: translateY(-100%);
        }

    .navbtn input:checked ~ span:nth-of-type(1) {
        transform: rotate(45deg);
        top: 0px;
        left: 5px;
    }

    .navbtn input:checked ~ span:nth-of-type(2) {
        width: 0%;
        opacity: 0;
    }

    .navbtn input:checked ~ span:nth-of-type(3) {
        transform: rotate(-45deg);
        top: 17px;
        left: 5px;
    }

.navlist ul {
    list-style: none;
    gap: 20px;
}

    .navlist ul li {
        color: #fff;
        font-size: 13px;
        cursor: pointer;
    }

header {
    background: linear-gradient(110deg, rgba(0, 40, 100, 0.93) 8.49%, rgba(0, 79, 150, 0.88) 45.85%, rgba(15, 147, 103, 0.72) 91.51%),url( https://onlinetrainticket.com/images/homepageimg/banner-img.webp);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}

.baner-cnt {
    padding: 90px 0;
}

.infind {
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 5px 10px;
    backdrop-filter: blur(5px);
    padding-left: 25px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    width: fit-content;
    position: relative;
    background: #FFFFFF1F;
}

    .infind::before {
        content: '';
        height: 6px;
        width: 6px;
        background: #4DD9A7;
        border-radius: 50%;
        display: block;
        position: absolute;
        top: 11px;
        left: 13px;
    }

.baner-hdng {
    font-size: clamp(22px,6.4vw,50px);
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    margin: 20px 0;
    text-wrap-style: balance;
}

    .baner-hdng em {
        font-style: normal;
        color: #4DD9A7;
    }

.bnr-para p {
    font-size: 16px;
    color: #FFFFFFCC;
    margin: 15px 0;
    max-width: 500px;
    word-spacing: 1px;
}

.milst {
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 25px 50px -12px #00000040;
    justify-content: space-around;
    max-width: 500px;
}

.mlstitm .mlnm {
    color: #004F96;
    font-size: 24px;
    font-weight: 800;
}

.mlstitm .mltxt {
    color: #004F9680;
    font-size: 12px;
}

.bnusp {
    gap: clamp(10px,3vw,30px);
    margin-top: 20px;
    flex-wrap: wrap;
}

.bnitm {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFFB2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.qcktl {
    color: #99A1AF;
    font-size: 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 10px;
    padding: 30px 0;
    text-align: center;
}

    .qcktl::before {
        content: '';
        display: block;
        width: calc(50% - 56px);
        height: 1px;
        background: linear-gradient(to right,#fff,#99A1AF,#fff);
        border-radius: 100%;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        position: absolute;
    }

    .qcktl::after {
        content: '';
        display: block;
        width: calc(50% - 56px);
        height: 1px;
        background: linear-gradient( to right,#fff,#99A1AF 50%,#fff);
        border-radius: 100%;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);
        position: absolute;
    }

.quckflx {
    gap: 15px;
    flex-wrap: wrap;
}

.qckitm {
    flex: 1;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    min-width: 180px;
    cursor: pointer;
    transition: all .3s ease;
}

    .qckitm:hover {
        transform: translateY(-5px);
        box-shadow: 0 3px 6px 0 #9e9e9ea1
    }

    .qckitm:nth-child(even) {
        background: #004F9614;
    }

    .qckitm:nth-child(odd) {
        background: #0F936714;
    }

.qckimg {
    height: 40px;
    width: 40px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000009;
    margin: auto;
    transition: all .2s ease-in-out;
}

.qckitm:hover .qckimg {
    scale: 1.2;
}

.qckttl {
    font-size: 13px;
    font-weight: 600;
    margin: 10px 0 2px;
}

.qcksbtl {
    font-size: 11px;
    color: #9CA3AF;
}

.trninfposec {
    margin-top: 40px;
    border-top: 1px solid #F0F4F8;
    padding-top: 60px;
}

.trninfo {
    gap: 5%;
    flex-wrap: wrap;
}

.trnlft {
    position: relative;
    box-shadow: 0px 4px 6px -4px #0000001A,0px 10px 15px -3px #0000001A;
    ;
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
    min-width: 340px;
}

    .trnlft img {
        display: block;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.lvtrc {
    gap: 10px;
    background: #fff;
    border-radius: 14px;
    padding: 15px 20px;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.trnicn {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #05DF72;
    position: relative;
}

.ripple {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 0;
    left: -5px;
    top: -5px;
    opacity: 0;
    border-radius: 50%;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite;
    background-color: #05DF72;
    background-image: linear-gradient(90deg, #05DF72, #05DF72);
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

.trntlv {
    color: #111827;
    font-size: 12.5px;
    font-weight: 600;
}

.trnrgt {
    flex: 1;
}

.trntsblt {
    color: #9CA3AF;
    font-size: 11px;
}

.trnsbtl {
    border-left: 4px solid #0F9367;
    font-size: 11.5px;
    color: #0F9367;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 10px;
    letter-spacing: .5px;
}

.trnhd {
    font-size: clamp(20px,3.5vw,32px);
    font-weight: 700;
    color: #111827;
    margin: 10px 0;
    padding-right: 7%;
}

.trntxt {
    font-size: 14.5px;
    color: #4A5565;
    line-height: 1.7;
    margin: 10px 0;
}

.rdmr {
    color: #0F9367;
    font-weight: 600;
}

.trntgs {
    gap: 10px;
    flex-wrap: wrap;
}

.trnitms {
    background: #0F936712;
    font-size: 12px;
    color: #0F9367;
    padding: 5px 10px;
    border-radius: 14px;
    font-weight: 600;
    line-height: 1;
}

.lbstn {
    background: #F8FAFC;
    padding: 60px 0;
}

    .lbstn .trninfo {
        flex-direction: row-reverse;
    }

    .lbstn .trnsbtl {
        color: #004F96;
        border-left-color: #004F96;
    }

    .lbstn .trnitms {
        background: #004F9612;
        color: #004F96;
    }

    .lbstn .rdmr {
        color: #004F96;
    }

.mnttl {
    font-size: 30px;
    font-weight: 700;
    color: #111827;
    text-align: center;
}

.sbttl {
    font-size: 14px;
    color: #6A7282;
    max-width: 525px;
    margin: auto;
    text-align: center;
}

.uspgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 15px;
    max-width: 1000px;
    margin: 20px auto;
}

.uspitem {
    padding: 30px 20px 20px;
    box-shadow: 0px 4px 6px -4px #0000001A, 0px 10px 15px -3px #0000001A;
    ;
    border: 1px solid #F3F4F6;
    border-radius: 16px;
    transition: all .2s ease-in-out;
}

    .uspitem img {
        transition: all .3s ease;
    }

    .uspitem:hover img {
        scale: 1.05;
    }

    .uspitem:hover {
        box-shadow: 0px 4px 6px -4px #155efc23, 0px 10px 15px -3px #155efc23;
        transform: rotateX(-10deg) scale(1.03);
    }

.usptl {
    font-size: 20px;
    font-weight: 500;
    color: #101828;
}

.usptxt {
    font-size: 16px;
    color: #4A5565;
    margin: 5px 0 10px;
}

.bmrebtn {
    cursor: pointer;
    color: #155DFC;
    font-size: 16px;
    font-weight: 500;
}

.whyus {
    background: #F8FAFC;
    padding: 40px 0;
}

.whybx {
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.whyitm {
    background: #fff;
    padding: 15px;
    border-radius: 14px;
    border: 1px solid #E5E7EB;
    display: flex;
    gap: 10px;
    max-width: 350px;
    margin-top: 20px;
}

.chkcitm {
    position: relative;
    height: 28px;
    width: 28px;
    background: #0F9367;
    border-radius: 10px;
    aspect-ratio: 1;
}

    .chkcitm::after {
        content: '';
        height: 9px;
        width: 5px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
    }

.whytxt {
    font-size: 14px;
    color: #364153;
}

.jrnybx {
    gap: 20px;
    margin: auto;
    margin-top: 20px;
    max-width: 1000px;
    flex-wrap: wrap;
}

.jrnyitm {
    padding: 20px 20px 5px;
    box-shadow: 0px 8px 10px -6px #0000001A,0px 20px 25px -5px #0000001A;
    border-radius: 20px;
    flex: 1;
    transition: all .3s ease-in-out;
}

    .jrnyitm:first-child {
        background: linear-gradient(135deg, #2B7FFF 0%, #155DFC 100%);
    }

    .jrnyitm:nth-child(2) {
        background: linear-gradient(135deg, #00C950 0%, #00A63E 100%);
    }

    .jrnyitm:last-child {
        background: linear-gradient(135deg, #AD46FF 0%, #9810FA 100%);
    }

.jrnyimg {
    height: 64px;
    aspect-ratio: 1;
    box-shadow: 0px 4px 6px -4px #0000001A,0px 10px 15px -3px #0000001A;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.jrnytl {
    font-weight: 500;
    font-size: 24px;
    font-family: inter;
    color: #fff;
    margin: 20px 0;
}

.jrnyitm:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 10px -6px #0000002a,0px 20px 25px -5px #0000002a;
}

.jrnypnts {
    margin: 15px 0;
    background: #FFFFFF1A;
    padding: 15px;
    border-radius: 14px;
    display: flex;
    gap: 15px;
    color: #fff;
    transition: all .2s ease-in-out;
}

    .jrnypnts:hover {
        transform: translateY(-5px);
        scale: 1.02;
    }

.jryntl {
    font-family: inter;
    font-size: 16px;
    font-weight: 500;
}

.jrnysbtl {
    font-size: 14px;
    font-family: inter;
    margin-top: 7px;
}

.faqbx {
    background: #F8FAFC;
    padding: 40px 0;
}

.accordion {
    max-width: 800px;
    margin: auto;
    margin-top: 30px;
}

.accordion__item {
    padding: 20px;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    margin: 15px 0;
    background: #fff;
    transition: all .2s ease;
}

    .accordion__item:hover {
        box-shadow: 0 2px 6px 0 #eaecee;
    }

.accordion__item__header {
    cursor: pointer;
    position: relative;
    color: #101828;
    font-weight: 600;
    font-size: 16px
}

    .accordion__item__header::before {
        height: 7px;
        width: 7px;
        content: "";
        position: absolute;
        right: 15px;
        top: 40%;
        transition: .5s all;
        transform: translate(-50%,-50%) rotate(45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
    }

    .accordion__item__header.active {
        transition: .4s
    }

        .accordion__item__header.active::before {
            transform: rotate(-135deg);
            top: 40%;
        }

.accordion__item__content {
    overflow-y: hidden;
    padding: 0;
    display: none;
    margin-top: 10px;
    font-size: 14px;
}

.ctabx {
    background: url(https://www.onlinetrainticket.com/images/homepageimg/ImageWithFallback.webp), linear-gradient(135deg, #155DFC 0%, #1447E6 50%, #372AAC 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0;
}

.ctatl {
    font-size: clamp(22px,7vw,50px);
    ;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.ctasbtl {
    font-size: 20px;
    color: #DBEAFE;
    font-weight: 500;
    max-width: 700px;
    margin: 20px auto;
    text-align: center;
}

.ctabtns {
    width: fit-content;
    justify-content: center;
    gap: 20px;
    margin: auto;
}

.trcbtn {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0px 25px 50px -12px #00000040;
    color: #155DFC;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 25px;
    cursor: pointer;
    border: 2px solid #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    transition: all .3s ease-in-out;
}

    .trcbtn:hover {
        box-shadow: 0px 25px 50px -12px #87878740;
        transform: translateY(-3px);
    }

.dmobtn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 16px 25px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: none;
}

    .dmobtn:hover {
        box-shadow: 0px 25px 50px -12px #878787dc;
        transform: translateY(-3px);
    }

.ctabx .bnusp {
    justify-content: center;
}

.ctabx .bnitm {
    color: #fff;
}

    .ctabx .bnitm img {
        width: 20px;
    }

footer {
    background: #fff;
    padding: 20px 0;
    font-size: 13px;
    border-top: 1px solid #F2F2F2;
}

    footer li:hover {
        transform: translateX(3px);
    }

.ftrrw {
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    display: none;
}

.ftrcl {
    flex: 1;
    color: #313131;
}

    .ftrcl p {
        margin: 10px 0;
    }

    .ftrcl a {
        display: flex;
        cursor: pointer;
        margin: 10px 0;
        gap: 5px;
        align-items: center;
    }

.ftrtl {
    font-weight: 600;
    font-size: 14px;
}

.ftrcl ul {
    list-style: none;
    margin: 15px 0 30px;
}

    .ftrcl ul li {
        margin: 5px 0;
        transition: all .2s ease;
    }

/* .btmstrip { */
/* padding: 10px 0 0; */
/* border-top: 1px solid #00000012; */
/* flex-wrap: wrap; */
/* gap: 5px; */
/* } */
.auth {
    display: none;
}

.srchbutton, .drdrpbx ul li {
    cursor: pointer;
}

    .srchbutton:hover {
        background: #038258;
    }

@media screen and (max-width:768px) {
    navbar, nav {
        border-bottom: 1px solid #fff;
    }

    .navbtn {
        display: block;
        margin-left: auto;
    }

    .navlist {
        transition: all .3s ease;
        height: 0;
        width: 100%;
        overflow: hidden;
    }

    .navbtn:has(input:checked) ~ .navlist {
        height: 185px;
        width: 100%;
    }

    .navlist ul {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        margin-top: 15px;
        gap: 10px;
    }

    navbar .container, nav .container {
        flex-wrap: wrap;
    }

    .baner-cnt {
        padding: 60px 0;
    }
}

@media screen and (max-width:400px) {

    .baner-cnt {
        padding: 40px 0;
    }

    .baner-hdng {
        line-height: normal;
        margin: 10px 0;
    }

    .bnr-para p {
        font-size: 14px;
        color: #FFFFFFCC;
        margin: 8px 0;
        max-width: 400px;
        word-spacing: normal;
    }

    .milst {
        padding: 10px;
        border-radius: 13px;
        justify-content: space-between;
    }

    .mlstitm .mlnm {
        font-size: 21px;
        line-height: 1.3;
    }

    .quckflx {
        gap: 10px;
    }

    .qckitm {
        min-width: 155px;
    }

    .qcktl {
        padding: 15px 0;
    }

    .trninfposec {
        margin-top: 40x;
        padding-top: 30px;
    }

    .lvtrc {
        gap: 10px;
        background: #fff;
        border-radius: 14px;
        padding: 10px 12px;
        position: absolute;
        bottom: 10px;
        right: 10px;
    }

    .trninfo {
        gap: 20px;
    }

    .trnhd {
        padding-right: 0;
    }

    .lbstn {
        margin-top: 40px;
        padding: 30px 0;
    }

    .mnttl {
        font-size: 24px;
        text-align: center;
        text-wrap-style: pretty;
    }

    .uspitem {
        padding: 15px 10px 10px;
    }

        .uspitem img {
            width: 50px;
        }

    .usptl {
        font-size: 16px;
        line-height: 1;
    }

    .usptxt {
        font-size: 13px;
        margin: 5px 0;
    }

    .bmrebtn {
        font-size: 14px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .whyus, .faqbx, .ctabx {
        padding: 30px 0;
    }

    .whybx {
        gap: 10px;
    }

    .whyitm:first-child {
        margin-top: 20px;
    }

    .whyitm {
        margin-top: 0;
        padding: 10px;
    }

    .chkcitm {
        position: relative;
        height: 23px;
        width: 23px;
        border-radius: 7px;
    }

    .jrnybx {
        gap: 10px;
    }

    .jrnyitm {
        padding: 10px 10px 0;
        border-radius: 17px;
        min-width: 180px;
    }

    .jrnytl {
        font-size: 19px;
        margin: 10px 0;
    }

    .jrnypnts {
        margin: 10px 0;
        background: #FFFFFF1A;
        padding: 10px;
        border-radius: 12px;
        display: flex;
        gap: 10px;
        align-items: flex-start;
    }

    .jryntl {
        font-size: 15px;
    }

    .jrnysbtl {
        font-size: 13px;
        margin-top: 5px;
    }

    .jrnypnts img {
        width: 20px;
    }

    .jrnyimg {
        height: 55px;
        font-size: 25px;
    }

    .accordion__item {
        margin: 10px 0;
        padding: 12px;
    }

    .ctasbtl {
        font-size: 15px;
        font-weight: 500;
        margin: 10px 0;
    }

    .ctabtns {
        gap: 10px;
    }

    .trcbtn, .dmobtn {
        padding: 12px 10px;
        font-size: 14px;
        border-radius: 10px;
    }

    footer {
        padding: 10px 0;
    }

    .ftrcl {
        min-width: fit-content;
    }

        .ftrcl:first-child {
            min-width: 100%;
        }

        .ftrcl p {
            margin: 0;
        }

        .ftrcl ul {
            margin: 10px 0 20px;
        }

    .uspgrid {
        grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    }

    .trnlft {
        min-width: 100%;
    }

    .accordion {
        margin-top: 20px;
    }

    .accordion__item__header {
        max-width: calc(100% - 15px);
    }

        .accordion__item__header::before {
            right: -15px;
        }

    .cpyrgt {
        text-align: center;
    }
}
