body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}



h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    padding: 0;
    margin: 0;
}


/* ****banner start**** */

.banner-text h5 {
    font-size: 43px;
    font-weight: bold;
}

.banner-text span {
    font-size: 22px;
    font-weight: bold;
}

.banner-text {
    top: 30%;
    right: 0;
    left: 128px;
    max-width: 100%;
    text-align: start;
    z-index: 1;

}

.banner-image img {
    height: 100vh;
    object-fit: cover;
}

.banner-overlay {
    width: 100%;
    height: 100vh;
    /* background-color: #000000a3; */
    position: absolute;
    top: 0;

}
.banner-image .BG_dt{
    position: relative;
}
.banner-image .BG_dt::after{
    position:absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a6;
}
.banner-mbtn {
    border: none;
    background-color: #fff;
    color: black;
    font-weight: bold;
    font-size: 15px;
}

.banner-mbtn:hover {
    background-color: #b86800;
    color: white;
}

.arrow-btn-left {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0050b6;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    display: block;
    top: 58%;
    bottom: 0;
    left: 9%;
    z-index: 1;
}

.arrow-btn-right {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #0050b6;
    color: #fff;
    border: none;
    outline: none;
    font-size: 16px;
    font-family: monospace;
    font-weight: bold;
    transition: .5s;
    cursor: pointer;
    display: block;
    top: 58%;
    bottom: 0;
    right: 82%;
    z-index: 1;
}

.right-image {
    position: absolute;
    right: 18%;
    /* bottom: 0; */
    z-index: 20;
    top: -17%;
}

.right-image img {
    width: 400px;
    /* FIXED width, no stretching */
    height: auto;
    border-radius: 12px;
    object-fit: contain;
}

@media (max-width: 1400px) {

    .arrow-btn-left {
        left: 11%;
        top: 68%;
    }

    .arrow-btn-right {
        right: 75%;
        top: 68%;
    }
}

@media (max-width: 1310px) {
    .arrow-btn-left {
        left: 9%;
        top: 62%;

    }

    .arrow-btn-right {
        right: 80%;
        top: 62%;

    }


}

@media (max-width: 1152px) {
    .right-image {
        right: 9%;
    }
}

@media (max-width: 1024px) {
    .arrow-btn-left {
        left: 10%;
        top: 60%;
    }

    .arrow-btn-right {
        right: 78%;
        top: 60%;
    }

    .right-image {
        position: absolute;
        right: 5%;
        /* bottom: 0; */
        z-index: 20;
        top: -20%;
    }

    .banner-text {
        top: 32%;
        left: 103px;
    }

    .arrow-btn-left {
        left: 10%;
        top: 64%;
    }

    .banner-text h5 {
        font-size: 40px;
    }

    .arrow-btn-right {
        right: 78%;
        top: 64%;
    }

}

@media (max-width: 768px) {
    .banner-text h5 {
        font-size: 31px;
    }

    /* .banner-text p {
        font-size: 31px;
    } */

    .banner-text {
        top: 34%;
        left: 65px;
        max-width: 55%;
    }

    .arrow-btn-left {
        top: 65%;
        left: 61px;

    }

    .arrow-btn-right {
        right: 76%;
        top: 65%;
    }

    .right-image {
        position: absolute;
        /* right: 90%; */
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        /* top: -78%; */
        left: 86%;
    }

    .right-image img {
        width: 300px;
    }

}

@media (max-width: 425px) {
    .banner-text h5 {
        font-size: 31px;
    }

    /* 
    .banner-text p {
        font-size: 31px;
    } */

    .banner-text {
        top: 49%;
        left: 8px;
        max-width: 100%;
        text-align: center;
    }

    .right-image {
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        top: -78%;
        left: -50%;
    }

    .right-image img {
        width: 252px;
    }

    .arrow-btn-left {
        top: 83%;
    }

    .arrow-btn-right {
        right: 10%;
        top: 83%;
    }

    /* .banner-image img {
        object-fit: cover;
        object-position: 65% center; /* Focus man WITHOUT creating gap
        height: 100vh;
    } */

}

@media (max-width: 375px) {
    .banner-text h5 {
        font-size: 22px;
    }


    .banner-text p {
        font-size: 11px;
    }

    .banner-text {
        top: 49%;
        left: 0px;
        max-width: 100%;
        text-align: center;
    }

    .right-image {
        position: absolute;
        right: 49%;
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        top: -78%;
        left: -39%;
    }

    .right-image img {
        width: 252px;
    }

    .arrow-btn-left {
        top: 83%;
    }

    .arrow-btn-right {
        right: 10%;
        top: 83%;
    }

}

@media (max-width: 320px) {
    .banner-text h5 {
        font-size: 26px;
        margin-top: 19px;
    }

    /* 
    .banner-text p {
        font-size: 31px;
    } */

    .banner-text {
        top: 53%;
        left: 2px;
        max-width: 100%;
        text-align: center;
    }

    .right-image {
        position: absolute;
        right: 60%;
        transform: translateX(50%);
        /* bottom: 0; */
        z-index: -1;
        top: -78%;
        left: -62px;
    }

    .right-image img {
        width: 252px;
    }

    .arrow-btn-left {
        top: 83%;
        left: 32px;
    }

    .arrow-btn-right {
        right: 10%;
        top: 83%;
    }

    /* .banner-image img {
        object-fit: cover;
        object-position: 65% center; /* Focus man WITHOUT creating gap
        height: 100vh;
    } */

}

/* ****banner end**** */


/* ****about us start**** */

.about {
    background: url("../site-images/about-bg.png") no-repeat center center/cover;
    /* height: 90vh; */
}

.about-img {
    background: url("../site-images/about-bg1.png") no-repeat center center/cover;
    width: 100%;
    margin: auto;
    padding: 119px 0;
    background-position: center;
    animation: bgMove 7s ease-in-out infinite;
}

@keyframes bgMove {
    0% {
        background-position: center 0px;
    }

    50% {
        background-position: center -30px;
    }

    100% {
        background-position: center 0px;
    }
}

.about-img img {
    border-radius: 8px;
    margin-left: 21%;
    margin-top: 4%;
    max-width: 59%;

}

.about-head h2 {
    font-size: 38px;
    font-weight: bold;

}

.about-head span {
    color: #ff7f50;
}

.about-content h3 {

    font-size: 26px;
    font-weight: 700;
    padding-bottom: 15px;
    color: #b86800;
}

.about-content p {
    font-size: 15px;
    color: #000000a3;
    text-align: justify;

}

.about-btn a {
    /* background: #ff7f50; */
    /* background: #eff6fc; */
    color: black;
    font-size: 15px;
    padding: 6px 39px;
    border-radius: 100px;
    border: 1px solid blue;
    transition: all .3s ease-in-out;
    font-weight: 600;

}

.about-btn a:hover {
    background: #002350;
    color: rgb(255, 255, 255);
    border: none;
}

.about-card {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 63%;
    top: 44%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-card2 {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 49%;
    top: 73%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-card3 {
    width: 37%;
    padding: 16px;
    background: #084083;
    border-radius: 10px;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0%;
    top: 27%;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

@media (max-width: 1400px) {
    .about-card {
        left: 39%;
        top: 52%;
        width: 43%;
        font-size: 13px;
    }

    .about-card2 {
        width: 55%;
        font-size: 13px;
        left: 18%;
        top: 93%;
    }

    .about-card3 {

        width: 50%;
        font-size: 13px;
        left: -12%;
        top: -4%;
    }

    .about-img {
        width: 79%;
    }


}

@media (max-width: 1310px) {

    .about-img img {
        border-radius: 8px;
        margin-left: 15%;
        margin-top: 4%;
        max-width: 75%;
    }

    .about-card {
        left: 65%;
        top: 52%;
        width: 29%;
        font-size: 11px;
    }

    .about-card3 {
        width: 44%;
        font-size: 11px;
        left: -5%;
        top: 25%;
    }

    .about-card2 {
        width: 46%;
        font-size: 11px;
        left: 17%;
        top: 71%;
    }

}

@media (max-width: 1160px) {
    .about-card {
        left: 65%;
        top: 52%;
        width: 29%;
        font-size: 9px;
    }
        .about-card3 {
        width: 41%;
        font-size: 9px;
        left: -5%;
        top: 25%;
    }
        .about-card2 {
        width: 46%;
        font-size: 9px;
        left: 17%;
        top: 69%;
    }

}
@media (max-width: 1024px) {
    .about-img img {
        border-radius: 8px;
        margin-left: 16%;
        margin-top: 5%;
        max-width: 79%;
    }

    .about-card3 {
        width: 42%;
        font-size: 10px;
        left: 3%;
        top: 26%;
    }

    .about-card {
        left: 62%;
        top: 54%;
        width: 37%;
        font-size: 11px;
    }

    .about-card2 {
        width: 47%;
        font-size: 10px;
        left: 19%;
        top: 70%;
    }

}

@media (max-width: 768px) {
    .about-card {
        left: 56%;
        top: 57%;
        width: 44%;
        font-size: 11px;
        padding: 12px;
    }


    .about-card2 {
        width: 56%;
        font-size: 9px;
        left: 5%;
        top: 70%;
        padding: 12px 12px;
    }

    .about-card3 {

        width: 56%;
        font-size: 10px;
        left: -3%;
        top: 24%;
        padding: 12px;
    }

    .about-content h3 {
        font-size: 24px;
    }

    .about-content p {
        font-size: 14px;
    }

    .about-btn {
        margin-top: 15px;
    }

    .about-img img {
        border-radius: 8px;
        margin-left: 0%;
        margin-top: 4%;
        max-width: 100%;
    }



}

@media (max-width: 425px) {

    .about-card3,
    .about-card2,
    .about-card {
        position: static;
        width: 100%;
        margin: 10px 0;
    }

    .about-content p {
        font-size: 12px;
    }

    .about-content h3 {
        font-size: 21px;
        margin-top: 8%;
    }

    .about {
        height: auto;
        padding: 20px 0;
        background-position: 80%;
    }

    .about-img {
        margin-top: 10%;
        width: 100%;

    }
}

@media (max-width: 320px) {

    .about-card3,
    .about-card2,
    .about-card {
        position: static;
        width: 100%;
        margin: 10px 0;
    }

    .about-content p {
        font-size: 12px;
    }

    .about-content h3 {
        font-size: 21px;
        margin-top: 8%;
    }

    .about {
        height: auto;
        padding: 20px 0;
        background-position: 80%;
    }

    .about-img img {

        margin-left: 16%;
        margin-top: 4%;
        max-width: 70%;
    }

    .about-img {
        margin-top: 10%;
        width: 100%;

    }
}


/* ****about us end**** */


/* ****Why choose us start**** */

/* Corner design */
.corner {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid #ff6b00;
}

.corner.tl {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

.corner.tr {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

.corner.bl {
    bottom: 0;
    left: 0;
    border-right: none;
    border-top: none;
}

.corner.br {
    bottom: 0;
    right: 0;
    border-left: none;
    border-top: none;
}



.why-head h2 {
    font-size: 38px;
    font-weight: 700;

}

.why-head h2 span {
    color: #ce7500;
}

.why-box {
    background: url("../site-images/why-bg.png") no-repeat center center/cover;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.why {
    margin-top: 8%;
}

.why-card {
    width: 46%;
    position: relative;
    top: -53%;
    border: none;
    left: 17%;
    background: transparent;
    padding: 6px;
    /* border: 2px solid #3a447a; */
    box-shadow: 0px 0px 28px 3px #84b5f6;
}

.why-card img {
    border-radius: 10px;
}

.why-card-height {
    max-height: 236px;
}

.why-section-card {
    border: none;
    /* border: 1px solid blue; */
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.6s ease;

}

.why-section-card:hover {
    transform: scale(1.03);
}

/* Before Overlay – Left Side */
.hover-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 247, 255, 0.144);
    transition: 0.5s ease;
}

/* After Overlay – Right Side */
.why-section-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 247, 255, 0.123);
    transition: 0.5s ease;
}

/* On Hover: bring both overlays */
.why-section-card:hover::before {
    left: 0;
}

.why-section-card:hover::after {
    right: 0;
}



.why-card-text h5 {
    font-weight: 600;
}

.why-card-text p {
    font-size: 15px;
}

.why-icon img {
    width: 100%;

}

.why-icon {
    width: 15%;
}

.why-section-card {
    flex: 1;
    height: 159px;

    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #ddd;
}

.why-section-card .card-main-body {
    height: 100%;
}




@media (max-width: 768px) {
    .why-card {
        width: 90%;
        top: -40%;
        left: 0%;
    }

    .why-head h2 {
        margin-top: 13%;
    }
}

@media (max-width: 425px) {

    .why-card {
        width: 59%;
        top: 1%;
        left: 21%;
    }

    .why-head h2 {
        font-size: 23px;
    }

    .why-head p {
        padding-bottom: 28px;
        font-size: 12px;
    }

    .why-section-card {
        height: 130px;
    }

    .why-card-text p {
        font-size: 11px;
    }

    .why-card-text h5 {
        font-weight: 600;
        font-size: 15px;
    }
}

@media (max-width: 375px) {

    .why-card {
        width: 69%;
        top: 1%;
        left: 16%;
    }

    .why-head h2 {
        font-size: 23px;
    }

    .why-head p {
        padding-bottom: 28px;
        font-size: 12px;
    }

    .why-section-card {
        height: 130px;
    }

    .why-card-text p {
        font-size: 11px;
    }

    .why-card-text h5 {
        font-weight: 600;
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .why-card {
        width: 70%;
        top: 4%;
        left: 14%;
    }

    .why-head h2 {
        margin-top: 13%;
        font-size: 19px;
    }

    .why-head p {
        font-size: 10px;
    }

    .why-icon {
        width: 30%;
    }

    .why {
        margin-top: 0%;
    }

    .why-card-text p {
        font-size: 11px;
    }

    .why-card-text h5 {
        font-weight: 600;
        font-size: 13px;
    }

    .why-section-card {
        height: 126px;
    }
}

/* ****Why choose us end**** */



/* ****subscribe start**** */

.subscribe {
    background-color: #e6e6e6;
}

.sub-head h2 {
    font-weight: bold;
}

.sub-head span {
    color: #b86800;
}

.sub-head p {
    font-size: 15px;
    color: #000000a3;
}

.subscribe-image img {
    border-radius: 20px;
    width: 74%;
}

.sb-maincard {
    width: 35%;
}

.sb-card {
    border-radius: 15px;
    border: none;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, #0006ce 45%, #162452 100%);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    overflow: hidden;
    transition: all 0.6s ease;

}

.step-2 {
    top: 32%;
}

.sb-card:hover {
    transform: scale(1.03);
}

/* Before Overlay – Left Side */
.sb-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgb(0 247 255 / 7%);
    transition: 0.5s ease;
}

/* After Overlay – Right Side */
.sb-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: rgb(0 247 255 / 7%);
    transition: 0.5s ease;
}

/* On Hover: bring both overlays */
.sb-card:hover::before {
    left: 0;
}

.sb-card:hover::after {
    right: 0;
}



.scard-body .sub-text {
    margin-top: 21px;
}

.scard-body .sub-text h2 {
    font-size: 19px;
    font-weight: bold;
    color: white;
}

.scard-body .sub-text p {
    font-size: 10px;
    color: white;

}

.step-btn {
    width: 29%;
    padding: 27px 0;
    background: coral;
    border-radius: 100px;
    height: 74px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.sub-step {
    font-size: 23px;
    font-weight: bold;
    color: white;
}

.step-btn::before {
    content: '';
    position: absolute;
    width: 25%;
    background: #ff7f50;
    left: 30%;
    top: 51px;
    height: 6px;
    border-radius: 100px;
}

.step-btn::after {
    content: '';
    position: absolute;
    width: 6%;
    background: #0046a0;
    left: 51%;
    top: 44px;
    height: 18px;
    border-radius: 100px;
}


/* responsive design */

@media (max-width: 1310px) {

    .subscribe-image {
        width: 112%;
    }

    .sb-card {
        width: 100%;
    }

    .step-2 {
        top: 40%;
    }

    .accordion-body p {
        font-size: 11px;
        text-align: justify;
    }

    .step-btn {
        width: 30%;
        height: 66px;
    }

    .step-btn::before {
        top: 46px;
    }

    .step-btn::after {
        top: 41px;
        height: 16px;
    }
}


@media (max-width: 1152px) {
    .step-btn {
        width: 30%;
        height: 64px;
    }

    .step-btn::before {
        top: 46px;
    }

    .step-btn::after {
        width: 6%;
        left: 51%;
        top: 41px;
        height: 15px;
    }

    .sb-card-top {
        margin-top: 0px;
    }

    .subscribe-list {
        margin-top: 0px;
    }

    .step-2 {
        top: 25%;
        left: 18%;
    }

    .sb-card {
        width: 114%;
    }

    .accordion-body p {
        font-size: 11px;
        text-align: justify;
    }
}

@media (max-width: 1024px) {

    .sb-card-top {
        margin-top: 30px;
        width: 100%;
    }


    .subscribe-list {
        margin-top: 0px;
    }

    .sb-card {
        width: 100%;
        height: 266px;
    }

    .step-2 {
        top: 25%;
        left: 7%;
    }

    .step-btn {
        width: 31%;
        height: 93px;
    }

    .step-btn::before {
        width: 25%;
        left: 30%;
        top: 58px;
    }

    .step-btn::after {
        width: 5%;
        left: 52%;
        top: 53px;
    }

    .scard-body {
        /* padding: 46px 10px; */
    }

    .scard-body .sub-text {
        margin-top: 67px;
    }

    .scard-body .sub-text h2 {
        font-size: 16px;
        font-weight: bold;
        color: white;
        padding-bottom: 5px;
    }

    .subscribe-image img {
        /* margin-left: 13%; */
        /* width: 100%; */
    }

    .subscribe-image {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width:1152px) {}

@media (max-width: 768px) {

    .sb-card-top {
        margin-top: 30px;
    }

    .subscribe-list {
        margin-top: 30px;
    }

    .subscribe-image {
        width: 100%;
        /* text-align: center; */
        /* margin-left: 15%; */
    }

    .subscribe-image img {
        width: 100%;
    }

    .sb-card {
        width: 85%;
        min-height: 239px;
        margin: auto;

    }

    .step-btn {
        width: 31%;
        height: 79px;

    }

    .step-btn::before {
        width: 25%;
        top: 53px;
        left: 31%;
    }

    .step-btn::after {
        left: 52%;
        top: 48px;

    }

    .scard-body .sub-text {
        margin-top: 55px;
    }

    .scard-body .sub-text h2 {
        font-size: 18px;
        padding-bottom: 5px;
        /* padding-top: 27px; */
    }

    .step-2 {
        top: 0%;
        left: 0%;
    }

    .step-btn::after {
        width: 5%;
    }

}

@media (max-width: 440px) {
    .sub-head h2 {
        font-weight: bold;
        font-size: 24px;
    }

    .sub-head p {
        font-size: 11px;
    }

    .step-btn::after {
        width: 4%;
    }

    .step-btn {
        height: 78px;
    }

    .step-btn::before {
        top: 51px;
        left: 25%;
    }

    .step-btn::after {
        top: 46px;
        left: 48%;
    }

    .step-btn {
        width: 25%;
    }

}

@media (max-width: 375px) {
    .step-btn::after {
        width: 5%;
    }

    .step-btn {
        width: 29%;
    }
}

@media (max-width: 320px) {

    .sb-card-top {
        margin-top: 30px;
        width: 100%;
    }

    .sb-card {
        width: 100%;
    }

    .step-2 {
        top: 0%;
        left: 0%;
    }

    .sub-head p {
        font-size: 11px;
    }

    .sub-head h2 {
        font-size: 20px;
    }

    /* .step-btn::after {
        width: 5%;
    } */
}

/* ****subscribe end**** */



/* ****mission-vision start**** */
.m-v-section {
    background: url(../site-images/mission-bg.jpg) no-repeat center center/cover;

}

/* center heading */
.mission-vision h2 {
    font-size: 40px;
    font-weight: bold;
    color: white;
}

.mission-vision span {
    color: #ff6b00;
}

/* Header Shape (Mission + Vision) */
.m-heading,
.v-heading {
    max-width: 286px;
    background: #0a3870;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 94% 100%, 0% 100%, 0% 50%);
    padding: 4px;
    font-weight: 600;
    color: white;
    margin-bottom: 24px;
}

.m-heading h4,
.v-heading h4 {
    padding-left: 57px;
    font-weight: bold;
}

/* Context design */
.m-context,
.v-context {
    display: flex;
    gap: 6px;
    max-width: 261px;
}

.m-context span,
.v-context span {
    padding: 1px 11px;
    background: #e7d7ca;
    border-radius: 100px;
    height: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.m-context p,
.v-context p {
    padding-bottom: 10px;
    font-size: 13px;
    padding-left: 18px;
    color: white;
}


.misstion,
.vision {
    margin: auto;
    width: 45%;
}

.misstion-content,
.vision-content {
    position: relative;
    z-index: 5;
}

.misstion-content::before,
.vision-content::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #0a3870;
    top: 46px;
    left: 14px;
    z-index: -1;
    border-radius: 100px;
}

.m-icon img,
.v-icon img {
    position: absolute;
    /* background: #ff6b00; */
    z-index: 3;
    /* padding: 19px 22px; */
    border-radius: 100px;
    top: -11px;
    left: -16px;
    width: 21%;
    border: 2px solid #ff6b00;
    padding: 0px;
}





@media (max-width: 1310px) {
 .misstion,
    .vision {
        margin: auto;
        width: 52%;
    }


}
@media (max-width: 1152px) {
 .misstion,
    .vision {
        margin: auto;
        width: 62%;
    }


}

@media (max-width: 1024px) {

    .misstion,
    .vision {
        margin: auto;
        width: 62%;
    }

    .m-icon img,
    .v-icon img {
        width: 22%;
    }
}

@media (max-width: 768px) {

    .misstion,
    .vision {
        margin: auto;
        width: 100%;
        margin-left: 33px;
    }

    .m-icon img,
    .v-icon img {
        width: 18%;
    }
}

@media (max-width: 425px) {

    .misstion,
    .vision {
        margin: auto;
        width: 69%;
        /* margin-left: 16px; */
    }

    .vision {
        margin-top: 58px;
    }

    .m-icon img,
    .v-icon img {
        width: 22%;
    }
}

@media (max-width: 375px) {

    .misstion,
    .vision {
        margin: 0;
        width: 97%;
        margin-left: 16px;
    }

    .vision {
        margin-top: 58px;
    }

    .m-icon img,
    .v-icon img {
        width: 21%;
    }

    .misstion-content,
    .vision-content {
        width: 82%;
        margin: auto
    }
}

@media (max-width: 320px) {

    .misstion,
    .vision {
        margin: 0;
        width: 95%;
        margin-left: 16px;
    }
    .m-icon img, .v-icon img {
        width: 24%;
    }

    .vision {
        margin-top: 58px;
    }


}

/* ****mission-vision end**** */

/* ****plan start**** */


/* .home-demo .item {
    background: #ff3f4d;
} */

.plan-head h2 {
    font-size: 43px;
    font-weight: 600;
}

.plan-head span {
    color: #ff7f50;
}

.plan-head p {
    color: #000000ad;
}

.plan-card-box {
    border-radius: 16px;
    border: none;
    box-shadow: rgb(0 0 0 / 17%) 1px 6px 12px;
    background: linear-gradient(to bottom, rgb(2, 81, 146) 0%, rgb(2, 81, 146) 35%, #ffffff 37%, #ffffff 100%);
    transition: 0.6s ease;
}

.plan-card-box:hover {
    transform: scale(1.03);
}


.plan-price {
    width: 69%;
    padding: 27px 9px;
    background: white;
    box-shadow: 0px 3px 24px #565656;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: auto;
    position: relative;
    top: 20px;
}

.plan-price h4 {
    font-size: 26px;
    font-weight: 700;
    color: #002350;
}

.plan-card h3 {
    color: white;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.plan-btn a {
    background: #eff6fc;
    color: black;
    font-size: 15px;
    padding: 6px 39px;
    border-radius: 100px;
    border: 1px solid blue;
    transition: all .3s ease-in-out;
}

.plan-btn a:hover {
    background: #002350;
    color: white;
}

.plan-p-text .ptext-top {
    border-top: 1px solid #00000052;
    border-bottom: 1px solid #00000052;
}

.plan-p-text .ptext-bottom {
    border-top: 1px solid #00000052;
    border-bottom: 1px solid #00000052;
}

.plan-p-text p {
    padding: 5px 0px;
    border-radius: 4px;
}

.all-plan-btn a {
    border: 1px solid #04479e;
    padding: 8px 45px;
    font-size: 15px;
    border-radius: 100px;
    color: black;
    transition: all .3s ease-in-out;
}

.all-plan-btn a:hover {
    background: #002350;
    color: white;
}

.cut-price p {
    text-decoration: line-through;
    color: rgb(193 93 13);
    font-weight: 600;
    margin-top: 5px;
}


/* --------------------- MEDIA QUERIES --------------------- */

@media (max-width: 1310px) {
    .plan-item {
        width: 93%;
        margin-left: 8px;
        padding: 20px;
    }
}

@media (max-width: 1152px) {
    .plan-item {
        width: 71%;
        margin-left: 62px;
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .plan-item {
        width: 92%;
        margin-left: 10px;
        padding: 22px 0;
    }
}

@media (max-width: 768px) {
    .plan-item {
        width: 90%;
        margin-left: 32px;
        padding: 22px 0;
    }
}

@media (max-width: 320px) {
    .plan-item {
        width: 104%;
        margin-left: 3px;
        padding: 22px 0;
    }

    .plan-head {
        margin-top: 33%;
    }

    .plan-head h2 {
        font-size: 31px;
    }
}


/* ----------------------------------------------------------
   FINAL FIX → ALL PLAN CARDS SAME HEIGHT
----------------------------------------------------------- */
.owl-item {
    display: flex !important;
}


.plan-item {
    display: flex !important;
    height: auto !important;
    width: 86%;
    margin-left: 21px;
    padding: 20px;
    height: 520px;

}


.plan-card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* max-height: 611px;
    min-height: 589px; */

}


.plan-card-box .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.plan-card {
    display: flex;
    flex-direction: column;
    flex: 1;
}


.plan-p-text {
    flex: 1;
}


.plan-btn {
    margin-top: auto;
    padding-bottom: 10px;
}


/* ****plan end**** */

/* ****blog start**** */

/* .blog-section{
    background-color: #e0f3f3;
} */
.card-blog {
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: none;
    width: 80%;

}

.blog-head h2 {
    font-size: 38px;
    font-weight: 700;

}

.blog-head span {
    color: #ff7f50;
}

.blog-1 {
    top: 71px;
}

.blog-2 {
    top: 71px;
}

.blog-body {
    position: absolute;
    background: white;
    width: 114%;
    padding: 15px;
    top: 73%;
    z-index: 1;
    left: 10%;
    border-radius: 10px;
    box-shadow: inset 0 5px 58px #0576ff7d;
}

.blog-body h5,
p {
    padding-bottom: 10px;
}

.blog-body h5 {
    font-size: 12px;
    font-weight: 600;
}

.blog-body p {
    font-size: 11px;
    color: #000000a3;
    text-align: justify;
}

.blog-btn a {
    background: #ff7f50;
    color: white;
    padding: 6px 28px;
    border-radius: 100px;
    font-size: 13px;
    transition: all .3s ease-in-out;
}

.blog-btn a:hover {
    background: #002350;
    color: white;
}


@media (max-width: 768px) {
    .blog-body {
        position: relative;
        background: white;
        width: 100%;
        padding: 15px;
        /* top: 73%; */
        /* z-index: 1; */
        left: 0%;
        border-radius: 0px;
        box-shadow: inset 0 5px 58px #0576ff7d;
    }

    .blog-1 {
        top: 0px;
    }

    .blog-2 {
        top: 0px;
    }

    .b-card {
        border-radius: 0px;
        border: none;
    }

    .card-blog {
        margin: auto;
        /* padding-bottom: 0px; */
        margin-bottom: 21px;
    }

}


@media (max-width: 320px) {
    .blog-body {
        position: relative;
        background: white;
        width: 100%;
        padding: 15px;
        /* top: 73%; */
        /* z-index: 1; */
        left: 0%;
        border-radius: 0px;
        box-shadow: inset 0 5px 58px #0576ff7d;
    }

    .blog-1 {
        top: 0px;
    }

    .blog-2 {
        top: 0px;
    }

    .b-card {
        border-radius: 0px;
        border: none;
    }

    .card-blog {
        margin: auto;
        /* padding-bottom: 0px; */
        margin-bottom: 21px;
    }

}


/* ****blog end**** */


/* ****testimonial start**** */
.ts-head h2 {
    font-weight: bold;
    font-size: 40px;
    color: black;
}

/* SECTION BACKGROUND */
.testimonial {
    background: #e0ebf6;
    padding: 80px 0;
}

.main-textimonial-card {
    padding: 11px 0px 30px;
}

/* CARD */
.ts-card {
    background: #ffffff;
    border-radius: 10px;
    padding: 18px 22px 23px;
    min-height: 150px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    position: relative;
    transition: 0.35s ease;
}

/* CENTER CARD */
.owl-item.center .ts-card {
    background: #0054bf;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 1px 23px rgba(60, 120, 255, 0.35);
}

/* TEXT */
.ts-card .card-yazı p {
    font-size: 13px;
    line-height: 1.45;
    color: #555;
    margin-bottom: 10px;
}

.owl-item.center .ts-card .card-yazı p {
    color: #f1f1f1 !important;
}

/* PROFILE IMAGE */
.card-sahip .icon-fav img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
}

/* STARS */
.puan img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

/* NAME + PROFESSION */
.isim h1 {
    margin-top: 32px;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.isim p {
    font-size: 12px;
    color: #777;
    margin-top: -5px;
}

/* CENTER CARD NAME COLOR */
.owl-item.center .isim h1,
.owl-item.center .isim p {
    color: #fff !important;
}

/* CAROUSEL SPACING */
.owl-carousel .owl-item {
    padding: 10px;
}

.testimonial-btn a {
    border: 1px solid #0054bf;
    padding: 8px 45px;
    color: black;
    border-radius: 100px;
    text-decoration: none;
    transition: .4s;
}

.testimonial-btn a:hover {
    background-color: #0054bf;
    color: white;
    box-shadow: 0 1px 23px #0054bf;

}




/* ****testimonial end**** */


/* social start  */

.social-back {
    position: relative;
    overflow: hidden;
}

.social-back::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../site-images/g-image.png") no-repeat center center/cover;
    filter: blur(8px);
    transform: scale(1.1);
    z-index: -1;
}

.social-back::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 56%);
    /* overlay color */
    z-index: -1;
}

/* content blur hobe na */
.social-back>* {
    position: relative;
    z-index: 1;
}

.social-box {

    width: 68%;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border: 2px dashed #f0b435;
    overflow: hidden;
    padding: 10px;
    transition: all 0.6s ease;
    position: relative;
    z-index: 1;
}


.social-box:hover {
    transform: scale(1.03);
}

.social-head h2 {
    font-size: 38px;
    font-weight: 700;
    color: white;
}

.social-head span {
    color: #ff7f50;

}

/* .social-part2 {
    margin-top: 30px;
} */


@media (max-width: 320px) {
    .social-box {
        width: 95%;
    }

    .social-head h2 {
        font-size: 26px;
        text-align: center;
    }

    .social-box {
        margin: 0px;
        margin-bottom: 15px;
        width: 100%;
    }

    .ra-containerbg {
        height: 633px;
    }

    .m-about-img {
        width: 73%;
    }

    .m-about-img img {
        top: 4px;
        left: 19%;
    }

    .m-about-content h2 {
        font-size: 29px;
    }
}

/* social end  */




/* ****faq start**** */


.faq {
    /* padding: 50px 0; */
    overflow: hidden;
    /* margin-top: 5%; */
}


.faq-image {
    width: 73%;
    margin: auto;
}

.faq .row h3 {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 800;
}

.faq .row h3 span {
    color: #b86800;
}



.faq .accordion-item {
    margin-bottom: 10px;
    background-color: transparent;
    border: none;
}

.faq .accordion-button:hover {
    background-color: #dbf8fd;
    color: #000000;
}

.faq .accordion-button {
    background-color: #ffffff;
    box-shadow: 0px 4px 7px 4px rgb(151, 145, 145);
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}

.faq .accordion-button:not(.collapsed) {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
}

.faq .accordion-header {
    padding: 0;
}

.faq .accordion-button::after {
    background-image: url(../icon/arrow.png);
}


@media (max-width: 1310px) {
    .accordion-header .accordion-button {
        font-size: 12px;
    }

    .accordion-header .accordion-button:not(.collapsed) {
        font-size: 12px;
    }
}

@media (max-width: 1153px) {
    .accordion-header .accordion-button {
        font-size: 10px;
    }

    .accordion-header .accordion-button:not(.collapsed) {
        font-size: 10px;
    }
}




@media (max-width: 1024px) {
    .faq-image {
        width: 100%;
    }

    .faq .accordion-button {
        font-size: 12px;
    }

    .faq .accordion-button:not(.collapsed) {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .faq .row h3 {
        font-size: 21px;
    }

    .faq-maindiv {
        margin: auto;
    }
}

/* ****faq end**** */


/* ****contact start**** */

.contact-head h2 {
    position: relative;
    z-index: 20;
    font-size: 40px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #ffffff;

}

.c-section {
    background-image: url("../site-images/con-1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    /* top:0; right:0; bottom:0; left:0; */
    width: 100%;
    height: 100%;
    background-color: #0000007e;
    z-index: 1;
}

/* Contact Icons */

.contact-icon {
    width: 100%;
    background: #ffffff22;
    border-radius: 10px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);
}

.contact-icon:hover {
    transform: translateY(-5px);
    background: #ffffff40;
}

.contact-icon a {
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
}

.cont-icon-text h6 {
    font-size: 13px;
    font-weight: 600;
    color: white;
}

.cont-icon-text p {
    font-size: 10px;
    color: white;
}

.contact-icon .contact-icon a:hover {
    color: #045d80 !important;
}

.contact-details {
    position: relative;
    z-index: 1;
}

.contact-details h4 {
    color: white;
    padding-bottom: 10px;
    font-size: 15px;
    /* position: relative;
    z-index: 1; */
}

.contact-address {
    flex: 1;
}

.contact-address p {
    font-size: 12px;
    color: white;
    margin-bottom: 6px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* .con-location p {
    font-size: 12px;
    color: white;
    text-align: justify;
} */

.con-location {
    width: 100%;
    background: #ffffff22;
    border-radius: 10px;
    height: 157px;
    /* ✅ same height */
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    overflow: hidden;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);

}

.con-location .con-licon {
    /* width: 100%; */
    background: #ffffff22;
    border-radius: 100px;
    /* height: 115px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 10;
    transition: 0.3s;
    backdrop-filter: blur(3px);
    padding: 10px 14px;
    margin: 4px;
}

.con-licon:hover {
    transform: translateY(-5px);
    background: #ffffff40;
}

.con-location .con-licon a {
    color: white;
}

.con-location .con-licon:hover a {
    color: #045d80;
}

/* ============================= */
/*        CONTACT BOX DESIGN     */
/* ============================= */

.contact-box {
    background: #ffffffdd;
    padding: 8px 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
    position: relative;
    z-index: 1;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.contact-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.20);
}


/* ============================= */
/*     INPUT GROUP WRAPPER       */
/* ============================= */

.input-wrapper {
    position: relative;
    width: 100%;
}

/* Input full width */
.contact-input {
    width: 100%;
    padding: 12px 45px;
    /* left icon space */
    border-radius: 10px;
    border: 2px solid #e3e3e3;
    transition: 0.35s ease-in-out;
    font-size: 15px;
}

/* Hover effect */
.contact-input:hover {
    border-color: #053e88;
    background: #fffdf5;
    box-shadow: 0px 0px 11px #053e8870;
}

/* Focus effect */
.contact-input:focus {
    border-color: #053e88;
    box-shadow: 0 0 10px #053e889c;
    background: #ffffff;
}


/* ============================= */
/*         INPUT ICONS           */
/* ============================= */

/* Input wrapper */
.input-box {
    position: relative;
}

/* Icons */
.input-box .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #053e88;
    pointer-events: none;
}

/* Textarea icon fix */
.textarea-box .icon {
    top: 20px;
}

/* Input Design */
.contact-input {
    width: 100%;
    padding: 12px 10px 12px 10px;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    background: #fafafa;
    font-size: 16px;
    transition: 0.3s ease;
}

/* Hover */
.contact-input:hover {
    background: #fff;
    border-color: #053e88;
}

/* Focus */
.contact-input:focus {
    border-color: #053e88;
    background: #fff;
    box-shadow: 0 0 8px #053e88;
}



/* ============================= */
/*          BUTTON DESIGN        */
/* ============================= */

.contact-btn {
    /* background: linear-gradient(45deg, #007bb4, #e6b600); */
    border: 1px solid blue;
    color: #000000;
    padding: 9px 40px;
    border-radius: 50px;
    font-size: 17px;
    /* border: none; */
    margin-bottom: -7px;
    transition: 0.3s ease-in-out;
}

.contact-btn:hover {
    transform: translateY(-3px);
    background: linear-gradient(45deg, #035068, #0256a5);
    color: white;
}



.map-container {
    position: relative;
    z-index: 20;
}

/* 
.caontact-info {
    padding: 0px 4px 0px 0px;
} */

.map-container iframe {
    position: relative;
    z-index: 20;
    border-radius: 10px;
}

@media (max-width: 1310px) {
    .map-container iframe {
        width: 100%;
    }

    .cont-icon-text p {
        font-size: 10px;
        color: white;
    }

    .contact-icon {
        width: 100%;
    }

    .caontact-info {
        padding: 3px;
    }

    .main-contact-info {
        padding-right: 10px;
    }

}

@media (max-width: 1152px) {
    .map-container iframe {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .cont-icon-text p {
        font-size: 8px;
        color: white;
    }

    .con-location {
        /* width: 104%; */
    }

    .contact-icon a {
        font-size: 33px;
    }

    .main-contact-info {
        padding: 0px 11px;
    }

    /* .contact-info {
        padding: 0px 4px 0px 0px;
    } */
    .caontact-info {
        padding: 3px;
    }
}

@media (max-width: 1024px) {
    .map-container iframe {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .con-location p {
        /* font-size: 10px; */
        color: white;
        /* text-align: justify; */
        padding: 0px 7px 0px 4px;
    }

    .cont-icon-text p {
        font-size: 7px;
        color: white;
    }



    .con-location {
        width: 100%;
        flex-direction: column;
        padding: 10px;
        align-items: center;
        text-align: center;
        height: 225px;
    }

    .contact-details h4 {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .map-container {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .contact-details h4 {
        text-align: center;
    }


}

@media (max-width: 320px) {
    .map-container iframe {
        width: 100%;
    }

    .contact-icon {
        width: 100%;
    }

    .contact-details h4 {
        text-align: center;
    }

    .contact-overlay {
        position: absolute;
        inset: 0;
        /* top:0; right:0; bottom:0; left:0; */
        width: 100%;
        height: 100%;
        background-color: #00000094;
        z-index: 1;
    }


}


/* ****contact end**** */










/* **** qualification start**** */
.qualification {
    padding: 50px 0;
    background-image: url(../images/quali-BG.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.qualification .qua-top {
    text-align: center;
}

.qualification .qua-top ul li {
    list-style: none;
}

.qualification .qua-top h1 {
    font-weight: bold;
    font-size: 35px;
    padding-bottom: 10px;
    color: #030071;
}

.qualification .qua-top h5 {
    font-weight: 700;
    color: #01018a;
    font-size: 25px;
}

.qualification .qua-top ul {
    padding: 10px 0px 0px 0px;
}

.qualification .qua-top ul li {
    font-size: 20px;
}

.qualification .qua-top h1 span {
    color: #ce7500;
}

.qualification .qua-img img {
    width: 100%;
}

.qualification .qua-img {
    width: 50%;
    margin: auto;
}

.qualification .qua-bt ul li {
    list-style: none;
    font-size: 20px;
    padding: 10px 0;
}

.qualification .qua-bt ul li span {
    font-weight: bold;
    padding-right: 8px;
}

.qualification .nism-list {
    list-style: none;
    padding: 0;
}

.qualification .nism-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #000000;
}

.qualification .nism-list i {
    color: #022a86;
    /* TradeSet green */
    font-size: 16px;
}

.qualification .nism-list span {
    font-weight: 600;
}

/* .infographic-wrap {
  max-width: 1200px;
  margin: 80px auto;
  position: relative;
} */

.qualification .info-item {
    display: flex;
    align-items: center;

}

.qualification .info-item.left {
    justify-content: flex-start;
}

.qualification .info-item.right {
    justify-content: flex-end;
}

/* Arrow Shape */
.qualification .arrow {
    width: 90px;
    height: 90px;
    background: red;
    /* clip-path: polygon(0 0, 75% 0, 100% 50%, 75% 100%, 0 100%, 25% 50%); */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.qualification .arrow i {
    font-size: 40px;
    color: #fff;
}

.qualification .arrow.red {
    background: #ff3b5c;
}

.qualification .arrow.blue {
    background: #2f6bff;
}

.qualification .arrow.green {
    background: #00c49a;
}

.qualification .arrow.orange {
    background: #ce7500;
}

/* Line + Dot */
.qualification .line-wrap {
    display: flex;
    align-items: center;
    width: 260px;
}

.qualification .line {
    flex: 1;
    height: 2px;
}

.qualification .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Colors */
.qualification .red.line,
.qualification .red.dot {
    background: #ff3b5c;
}

.qualification .blue.line,
.qualification .blue.dot {
    background: #2f6bff;
}

.qualification .green.line,
.qualification .green.dot {
    background: #00c49a;
}

.qualification .orange.line,
.qualification .orange.dot {
    background: #ce7500;
}

/* Text Box */
.qualification .text-box {
    display: flex;
    justify-content: center;
    padding: 18px 22px;
    max-width: 370px;
    min-width: 350px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
}

.qualification .text-box h4 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: bold;
}

.qualification .text-box p {
    margin: 0;
    font-size: 14px;
    color: #666;
}


.qualification .qua-top h1 {
    white-space: nowrap;
    color:#030071;
}

.qualification .qua-top h1 .zoom-letter {
    color:#00056d;
}


.qualification .qua-top h1 .dr {
    color: #ce7500;
    font-weight: 600;
    margin-left: 6px;
}

.qualification .zoom-letter {
    display: inline-block;

}


.qualification .code{
    width: 160px;
}
.qualification .desc{
    text-align: left;
    width: 400px;
}

.qualification .arrow i {
    display: inline-block;
    animation: floatUpDown 1.8s ease-in-out infinite;
}

@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}
/* Responsive */
@media(max-width: 768px) {
    .qualification .info-item {
        flex-direction: column;
        text-align: center;
    }

    .qualification .line-wrap {
        width: 2px;
        height: 40px;
        flex-direction: column;
    }

    .qualification .line {
        width: 2px;
        height: 100%;
    }

}
@media(max-width: 990px){
    .qualification .qua-top h1{
        font-size: 16px;
    }
}




@media(min-width: 1200px) and (max-width:1380px){
    .qualification .info-item {
    display: flex;
    align-items: center;
    margin-bottom: 48px;
}
.qualification .arrow{
    height: 0px;
    padding: 35px 10px;
}
}
/* **** qualification end**** */
/* **** onboarding start**** */
.onboard{
    padding: 50px 0;
    background-image: url(../images/onboard-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.onboard::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f7e5a9;
}
.onboard .container{
    position:relative;
    z-index: 10;
}
.custom-shape-divider-bottom-1767772603 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 10;
}

.custom-shape-divider-bottom-1767772603 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1767772603 .shape-fill {
    fill: #FFFFFF;
}
.onboard h1{
  font-family: "Playfair Display", serif;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding: 10px 0px 20px 0px;
}
.onboard h1 span{
color:#ce7500;
}
.onboard p{
    padding: 8px 0;
    font-size: 25px;
  font-family: "Josefin Sans", sans-serif;
}
.onboard li{
    padding: 5px 0;
    font-size: 25px;
     font-family: "Josefin Sans", sans-serif;
}


/* **** onboarding end**** */


/* Modal background */

.board-popup .modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.75);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Modal box */
.board-popup .modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  background: #fff;
  padding: 40px 10px 10px; /* top padding close button er jonne */
  overflow-y: auto;
  border-radius: 6px;
}

/* Image */
.board-popup .modal-content img {
  width: 100%;
  height: auto;
  display: block;

}

/* Close button */
.board-popup .close {
   position: absolute;  
  top: 8px;
  right: 12px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  background-color: #f9bb48;
  padding: 0px 8px;
  border-radius: 5px;
   box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}



























