:root {
    --orange: #FF4303;
}

.common-black{
    color: #000;
}

#header {
    /* height: 100px; */
    padding: 10px 0px;
    top: 30px;
    background-color: #111d5e;
    /* background-color: rgb(123 15 15);; */
}

.menu-box {
    color: white;
    text-decoration: none;
}

.menu-box:hover{
    color:#fff ;
    scale: 0.95;
    font-weight: 600;
}

/*  */
.bannerTxt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 2rem;
}

.eligibleCls {
    margin-left: 100px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px 0px 0px 10px;
}

.studentCls {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0px;
}

.padCls {
    padding: 0px 50px 0px 90px;
}

.padCls p {
    font-size: 17px;
    font-weight: 700;
}

.cardBlock {
    min-height: 18rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    padding: 30px;
    border: 1px solid #989898;
    border-radius: 40px 0px;
    margin: 10px;
}

.cardBlock:hover {
    background: #011633;
    opacity: 1;
    color: #fff;
}

.padCls p:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    margin: 0 0 0 -10px;
    color: #FA5922;
    font-size: 17px;
    padding-right: 15px;
}


.knowBtn {
    background-color: #fcc736;
    border-radius: 16px 0px;
    color: #000;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}

.knowBtn:hover {
    border: 1px solid #fcc736;
    background-color: transparent;
    border-radius: 16px 0px;
    color: #fcc736;
    width: 50%;
    font-weight: 700;
}

.knowBtn-red {
    background-color: #111d5e;
    border-radius: 16px 0px;
    color: #fff;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}

.knowBtn-red:hover {
    border: 1px solid #111d5e;
    background-color: transparent;
    border-radius: 16px 0px;
    color: #111d5e;
    width: 50%;
    font-weight: 700;
    padding: 12px 0px;
}

.knowBtn-outline {
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 16px 0px;
    color: #fff !important;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}

.knowBtn-outline:hover {
    border: none !important;
    background-color: #b0071b;
    border-radius: 16px 0px;
    color: #fff;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}


.knowBtn-outline-dark {
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 16px 0px;
    color: #000 !important;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}

.knowBtn-outline-dark:hover {
    border: none !important;
    background-color: #b0071b;
    border-radius: 16px 0px;
    color: #fff !important;
    width: 50%;
    padding: 12px 0px;
    transition: all ease-in-out 0.5s;
}

.line {
    width: 20%;
    border: 2px solid #ED3237;
    opacity: 1;
    margin-top: 0px;
}

.modal {

    z-index: 9999999999;
}

#sideForm {

    z-index: 9999999999;
}

.whoCard {
    margin-bottom: 1rem;
    min-height: 8.3rem;
    font-size: 35px;
    border-radius: 5px;
}

.whoCard .card-body:hover {
    background-color: #b0071b;
    color: #fff;
}

.whoCard .card-body:hover img {
    filter: invert(27%) sepia(51%) saturate(0%) hue-rotate(223deg) brightness(334%) contrast(97%) !important;
}

.whoCard .card-body {
    display: flex;
    align-items: center;
}

.whoCard .card-body p {
    margin-bottom: 0px;
}

::marker {
    color: #ffffff;
    font-size: 1.2rem;
}

.flexColumn {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.whatBox p {
    line-height: 1.5rem;
    font-size: 13px;
    padding-right: 10px;
}

.ulHeight ul li {
    margin: 20px 0px;
    line-height: 1.6rem;
}

.pSize p {
    font-size: 12px;
}

.lpleadForm4 .form-control,
.lpleadForm5 .form-control {
    padding: 10px;
    border: 0px solid #ced4da;
    background-color: #918f8fc4;
    color: #fff;
}

.lpleadForm4 ::placeholder,
.lpleadForm5 ::placeholder {
    color: #fff;
}

.formobile {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #223543;
    font-size: 16px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

label.error {
    color: #fff;
    font-size: 12px;
    display: block;
    margin-top: 0px;
    position: absolute;
}

.lpleadFormModal .error {
    color: #ED3237;
    font-size: 12px;
    display: block;
    margin-top: 0px;
}

.cardBlock:hover p {
    color: #fff !important;
}

.cardBlock:hover a {
    background: #fff;
    color: #000;
}

.cardBlock:hover hr {
    border: 2px solid #fff;
}

.cardBlock h5 {
    font-size: 1.1rem;
}

#knowBtnModal ol li,
.modal ul li,
#international-knowBtnModal ol li {
    font-size: 13px;
}

.modal ul li {
    font-size: 13px;
    line-height: 1.6rem;
}

.modal ::marker {
    color: #c71b1b;
    font-size: 0.9rem;
}

.lpleadFormModal .form-control {
    background-color: #000000ad;
    padding: 0.7rem 0.75rem;
    color: #fff;
    border-radius: 0px;
}

.lpleadFormModal ::placeholder {
    color: #fff;
}

.modal .knowBtn {
    width: 20% !important;
}

.modal .lpleadFormModal .knowBtn {
    width: 25% !important;
}

#checked-error {
    margin-top: 50px !important;
}

.optionCls option {
    background-color: #6f737a;
}

.video-play-button {
    position: relative;
    z-index: 10;
    top: 10%;
    left: 6%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fa5922;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #fa5922;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 20px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    top: 28%;
    left: 15%
}

.career-heading {
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}

.career-card {
    margin-top:20px;
    background: #FFE1E1 0% 0% no-repeat padding-box;
    border-radius: 40px 0px;
    border: none;
    opacity: 1;
    padding: 20px;
}

.career-card-heading {
    font-size: 20px;
    color: #0C0E62;
}

.translate-middle {
    /* transform: translate(0%, -50%) !important; */
       transform: translate(43%, 53%) !important;
}

.career-card-content {
    /* margin-top: 5rem !important; */
    color: #231F20;
}

.career-card-li {
    font-weight: 500;
}

.career-card-bline,
.career-card-li::marker {
    color: #5c020c;
    opacity: 1;
}

.career-card:hover {
    color: #FFFFFF;
    background: #5c020c;

}


.career-card:hover .career-card-bline,
.career-card:hover .career-card-li::marker {
    color: #FAEE50;
}

.career-card:hover .career-card-heading,
.career-card:hover .career-card-content {
    color: #FFFFFF;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .forDesk {
        display: block !important;
    }

    .hidee122 {
        padding-bottom: 300px;
    }

    .hidee,
    .kbut {
        display: none;
    }

    #header {

        margin-top: 35px;

    }

    /* .mobImg {
        background-image: url(https://cdn-websites.talentedge.com/DYPATIL/www/wwwroot/dypatiledu.com/assets/img/lp/MCA_Mob_Banner.png ) !important;
        background-size: cover !important;
    } */

    .bannerTxt {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .setImgmob {
        display: flex;
        color: #fff !important;
    }

    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .fordesktop {
        display: none !important;
    }

    .card-body.cardBlock {
        margin: 10px !important;
    }

    .pSize div {
        padding-right: 5px !important;
    }

    .modal .knowBtn {
        width: 50% !important;
    }

    .text-end .knowBtn {
        width: 100% !important;
    }

    .whatBox div {
        padding: 10px !important;
    }

    .knowBtn {
        width: 52% !important;
    }

    .eligibleCls {
        margin-left: 0px !important;
    }

    .bgNone {
        background-image: none !important;
    }

    .padCls {
        padding: 10px !important;
        color: #fff !important;
    }

    .bannerTxt .col-lg-4 {
        padding: 5px 0px 0px 20px !important;
    }

    .bgNone.ps-5 {
        padding-left: 10px !important;
    }

    .LAUNCHING1 {
        font-size: 16px !important;
    }

    .table_responsive {
        overflow: scroll;
    }

    .Program_Highlights {
        width: max-content;
        margin-top: 20px;
    }
}

.LAUNCHING1 {
    font-size: 22px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 992px) {
    .mobImg {
        background-image: url(../images/desktop-bannerb.png ) !important;
        background-size: 100% 38% !important;
    }

    .bgNone {
        background-image: none !important;
    }

    .padCls {
        padding: 10px !important;
        color: #000 !important;
    }

    .card-body.cardBlock {
        margin: 25px !important;
    }

    .modal .knowBtn {
        width: 40% !important;
    }

    .ulHeight .fordesktop {
        display: block !important;
    }

    .ulHeight .formobile {
        display: none !important;
    }

    .whatBox div {
        padding: 10px !important;
    }

    .mx-5 {
        margin-right: 0rem !important;
        margin-left: 0rem !important;
    }

    .mx-4 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .onlyForTab {
        margin-left: 7rem !important;
    }

    .ps-5 {
        padding-left: 10px !important;
    }

}

@media only screen and (min-width: 1024px) {
    .hidee1 {
        display: none;
    }


}

@media only screen and (min-device-width: 1700px) {
    .setImgmob {
        color: #fff !important;
    }


}

.onlyForTab,
.hold {
    display: none;
}

#sideForm .sidebar-contact input,
#sideForm.sidebar-contact textarea {
    height: 100%;
    padding: 9px;
    margin-bottom: 0px !important;
}

#sideForm {
    position: fixed;
    top: 19%;
    padding: 0px;
    font-size: 20px;
    width: 28%;
    background: #fff;
    right: 8%;
    z-index: 999;
}

#sideForm .sidebar-contact {
    position: fixed;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    width: 320px;
    height: auto;
    /* padding: 40px; */
    background: #fff;
    box-shadow: 0 20px 50px rgb(193 181 181 / 50%);
    box-sizing: border-box;
    transition: 0.5s;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    z-index: 999;
}

#sideForm .toggle {
    /* box-shadow: 0px 0px 8px 0px #7a6464; */
    position: absolute;
    text-align: center;
    cursor: pointer;
    background: #7b0f0f;
    color: white !important;
    top: 0;
    left: -122px !important;
    line-height: 28px;
    transform: rotate(270deg) !important;
    padding: 10px;
    top: 40%;
    font-size: 15px;
}

#sideForm .sidebar-contact.active {
    right: 0;
    z-index: 999;
}

.lpleadForm4 .error {
    color: #ED3237 !important;
    margin: 0px !important;
}

#sideForm .knowBtn {
    padding: 6px 28px;
    font-size: 17px;
    margin-top: -6%;
}

#sideForm {
    z-index: 9999999999 !important;
}

.blinking {
    text-align: center;
    font-weight: bold;
}

.blinking span {
    font-size: 15px;
    color: white;
    animation: blink 1.8s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

@media (min-width: 320px) and (max-width: 900px) {
    .banner-heading-text {
        font-size: 20px;
        line-height: 30px;
    }

    .banner-heading-sub-text {
        font-size: 12px;
    }

    #eligibility-banner-img {
        background-size: auto !important;
        background-position-x: 71%;
    }
}

@media (min-width: 900px) and (max-width: 1920px) {
    .banner-heading-text {
        font-size: 2rem;
    }

    .banner-heading-sub-text {
        font-size: 1.01rem;
        color: #282727;
        background: #ffc500;
        padding: 10px 10px;
        border-radius: 10px 0px;
    }

    #banner-images {
        /* height: 85vh; */
        padding: 60px 0px;
    }
}

@media (min-width: 1800px) and (max-width: 2880px) {
    .banner-heading-text {
        font-size: 40px;
    }

    .banner-heading-sub-text {
        font-size: 25px;
    }

    #banner-images {
        height: 75vh;
    }
}

@media (min-width: 320px) and (max-width: 800px) {
    .LAUNCHING {
        font-size: 14px !important;
        padding: 11px 10px;
    }
}

.LAUNCHING {
    font-size: 17px;
    background-color: #f7ca0f;
    color: #000 !important;
    width: fit-content;
    padding: 11px 15px;
}

.Program_Highlights tr td {
    font-size: 18px;
    height: 90px;
    vertical-align: middle;
}

.Who-Should-Enroll {
    padding-left: 1rem;
}

.Who-Should-Enroll li {
    line-height: 1.5;
    padding-bottom: 20px;
}

.Who-Should-Enroll li::marker {
    color: #f75923;
}

#job-Opportunities {
    line-height: 1.5;
    list-style: none;
    padding-left: 0rem;
    padding-top: 17px;
}

#job-Opportunities li {
    padding-bottom: 20px;
}

#job-Opportunities li p {
    font-size: 16px;
    margin-bottom: 0;
}

.cardBlock p {
    height: 200px;
}

.careerImg {
    width: 50px;
    height: 50px;
    border-radius: 14px 0px;
}

hr {
    margin: 0.6rem 0 !important;
}

/* form contontrol  */

.form-control {
    border: 1px solid #ced4da !important;
    color: #000;
    background-color: #f6f6f6;
    padding: 4px 6px;

}

.lpleadForm2>.form-control {
    padding: 12px !important;
}

.lpleadForm2>.form-group>label.error {
    color: red !important;
    margin-top: -25px !important;
}

.lpleadFormpopup>.form-group>label.error {
    color: red !important;
    margin-top: -20px !important;
}

/* banner registration */

.rgt-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}


.img-icon {
    width: 60px;
}


/*  add extra part  */

.online-fact-box{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.online-fact-box .campus-img{
    height: 18rem;
    border-radius: 40px 0px;
}

.online-mba {
    border: 3px dashed #b0071b;
    padding: 2px 15px;
    border-radius: 22px 0px 22px 0px;
    color: #b0071b;
    font-size: 20px;
}

@media(max-width:520px){
     .online-mba {
    font-size: 15px !important;
}
}


.online-mba-yellow {
    border: 3px dashed #fcc736;
    padding: 2px 15px;
    border-radius: 22px 0px 22px 0px;
    color: #fcc736;
     font-size: 21px;
}


.btn-group{
    display: flex;
    flex-wrap: ;
}



.heading-yellow-bg{
    /* background-color: #780310; */
    padding: 4px 20px;
    display: inline-block;
    /* color: #111d5e; */
    color: #000;
}


.box-prog {
    /* bottom: -50px;  */
    width: 100%;
    border-radius: 40px 0px;
}

.box-prog .card-prog-box {
    background-color: #F3F3F3;
    border-radius: 40px 0px;
}

.lh-base {
    color: #b0071b;
}

/* counter css */

.placement-card {
    /* background: #f8f9fa; */
    border-radius: 8px;
    /* padding: 30px;
            margin: 20px 0; */
}

.placement-card h2 {
    font-weight: bold;
    color: #000;
}

.placement-card p {
    font-size: 14px;
    color: #6c757d;
}

.placement-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.placement-stats .stat {
    text-align: center;
}

.placement-stats .stat h2 {
    color: #007bff;
}

.placement-stats .stat p {
    font-size: 16px;
}

.placement-stats .stat span {
    font-size: 18px;
    font-weight: bold;
    display: block;
}

.placement-stats .stat span.lpa {
    font-size: 44px;
    color: #b0071b;
}




/* marquee tag start */

.marquee-card {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 3px solid #FFD700;
    border-radius: 15px;
    padding: 20px 40px;
    min-width: 220px;
    height: 100px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.marquee-card img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}



.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto; /* Allow flexibility for content */
}

.marquee-card img {
  max-width: 100%; /* Ensure images fit the container */
  height: auto;
  border-radius: 10px; /* Add rounded corners if necessary */
}

/*  road map  */

/* Styling for timeline container */
.timeline-container {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
   
}

.timeline-step {
    width: 100%;
    padding: 15px 10px;
}


.step-para {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px dashed #b0071b;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 40px 0px;
}

.timeline-step .step-para .timeline-circle {
    width: 40px;
    height: 40px;
    padding: 8px 18px;
    background: #b0071b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 54%;
    font-size: 18px;
    color: white;
    font-weight: 600;
}




.timeline-step .step-para h3 {
    border-radius: 54%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.apply-button{
    display: flex;
    justify-content: center;
    align-items: center;
}

.apply-button button{
    width: 200px;
    border: none;
}

.apply-button button:hover{
    width: 220px;
    background-color: #b0071b;
}

/* Quarter container styling */



/*  whats  */

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    /* 20px from the bottom */
    right: 20px;
    /* 20px from the right */
    background-color: #25d366;
    /* WhatsApp green color */
    color: white;
    padding: 10px 10px;
    border-radius: 70px;
    display: flex;
    align-items: center;
    text-decoration: none;
    z-index: 99;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.whatsapp-button img {
    width: 30px;
    /* WhatsApp icon size */
    height: 30px;
    /* WhatsApp icon size */
    /* margin-right: 10px; */
}

.whatsapp-button:hover {
    background-color: #128c7e;
    /* Darker green when hovered */
}


/*  new changes  */



/*why choose */

.why-para{
    width: 95%;
    font-size: 15px;
    line-height: 25px;
    border-left: 10px solid #b0071b;
    border-radius: 10px 10px;
    padding-left: 10px;
}

/*  scroll campus */
.campus-marquee{
  width: 100%;
  overflow: hidden;
  position: relative;
}

.campus-marquee-track{
  display: flex;
  width: max-content;
  animation: campusScroll 20s linear infinite;
  will-change: transform;
}

.campus-marquee-set{
  display: flex;
  flex-shrink: 0;
}

.campus-marquee-img{
  height: 220px;
  margin-right: 20px;
  flex-shrink: 0;
  border-radius: 8px;
  object-fit: cover;
}

/* smooth infinite scroll */
@keyframes campusScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* optional pause on hover */
.campus-marquee:hover .campus-marquee-track{
  animation-play-state: paused;
}


/*  company logo */

.recruiters-sec{
  padding: 50px 0;
}

.recruiters-head{
  text-align: left;
  margin-bottom: 18px;
}

.recruiters-title{
  font-size: 34px;
  font-weight: 800;
  margin: 0;
}

.recruiters-sub{
  margin: 8px 0 0;
  font-size: 16px;
  opacity: 0.75;
}

.recruiters-marquee{
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}

.recruiters-track{
  display: flex;
  width: max-content;
  will-change: transform;
  animation: recruitersScroll 24s linear infinite;
}

.recruiters-set{
  display: flex;
  gap: 22px;
  flex-shrink: 0;
  align-items: center;
}

.recruiters-logo{
  height: 82px;
  width: 250px;              /* same width = clean line */
  object-fit: contain;       /* no stretching */
  background: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

@keyframes recruitersScroll{
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.recruiters-marquee:hover .recruiters-track{
  animation-play-state: paused;
}

/* responsive */
@media (max-width: 768px){
  .recruiters-title{ font-size: 26px; }
  .recruiters-logo{ height: 44px; width: 130px; }
}


.mob-cta-btn{
  z-index: 999;
  position: fixed;
  bottom: 0%;
  display: -webkit-inline-box;
 width: 100%;

}

.mob-cta-btn-wrapper{
    border-radius: 11px 0px 0px 0px;
    border-right:1px solid #fff;
    background-color: #b0071b;
    box-shadow: 0px 0px 11px #402d2dd9;
    padding: 0px;
     display: flex;
    justify-content: center;
}

.mob-cta-btn-wrapper a{
    color: #fff;
    font-size: 12px;
    padding: 10px;
}