.hiringParther .mySwiperHiring .swiper-slide img{
	padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.hiringParther .mySwiperLeft .swiper-slide img{
	padding: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
}

.hiringParther .mySwiperLeft{
	margin: 20px 0px;
}
.no-background > .nav-border > .megamenu-style-two a.dropdown-toggle{
	color: #333;
}

.DataScience .course-content{margin-top: 30px;}
.DataScience .course-content span.badge{
	background: #04b3a0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 13px;
}
.DataScience .course-content h1{margin-bottom: 10px;}
.DataScience .course-content p.para{margin-bottom: 20px; font-size: 20px; color: var(--color-heading);}
.DataScience .course-content p.contact{margin-top: 20px; margin-bottom: 10px;}
.DataScience .course-content .stats{display: flex; align-items: center; gap: 20px;}
.DataScience .course-content .stats .stat{padding: 5px; text-align: center;}
.DataScience .course-content .stats .stat h2{margin-bottom: 10px;}
.DataScience .course-content .stats .stat p{margin-bottom: 10px;}
.DataScience .course-content .btn-md i{transform: rotate(0deg);}
.DataScience .course-content .buttons{display: flex; align-items: center; gap: 15px;}
.DataScience .course-image img{width: 100%; border-radius: 10px;}

.place_heighlight_inner h4{      font-size: 22px;
    font-weight:600;
    font-family: sans-serif;
    color: #333;}
    .place_heighlight_inner{margin:45px 0 0;}
    .place_heighlight_inner ul{padding:0;}
    .place_heighlight_inner ul li{     list-style: none;
    padding: 0px 0 10px;
    border-bottom: 1px dashed #a2a2a2;}
    .place_heighlight_inner ul li .heightLight_title{    font-size: 28px;
    font-weight: bold;
    color: #333;}
.place_heighlight_inner .heightLight_title.orange {
    color: #f15a22;
}
.place_heighlight_inner .heightLight_title.blue {
    color: #085099;
}
.place_heighlight_inner .heightLight_title.yellow {
    color: #ef9400;
}
.place_heighlight_inner .heightLight_title.green {
    color: #1d8a1e;
}
.language_and_tool_covered .col-lg-2{margin: 0px;}
.language_and_tool_covered h3.title{margin-bottom: 60px;}
.language_and_tool_covered .language_and_covred img {
    border-radius: 5px;
    margin-bottom: 10px;
}
.language_and_covred img {
    transition: all .3s;
}
.language_and_covred img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tool_to_master .tools_to_master_img img{
      background: #fff;
    box-shadow: 0 2px 16px rgb(0 0 0/8%);
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
    transition: all .3s;
}
.tool_to_master .tools_to_master_img img:hover{box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.05); transform: scale(1.05)}
.language_and_covred img{transition: all .3s;}
.language_and_covred img:hover{box-shadow: 0 10px 18px rgb(0 0 0 / 10%); -webkit-transform: scale(1.05); transform: scale(1.05)}
.key__hightlight .key__hightlight__content__body ul li{width: 50%; min-height: 70px; display: inline-block; float: left;}
.key__hightlight .key__hightlight__content__body ul li .iconm__content{display: flex; align-items: center; gap: 15px;}
.key__hightlight .key__hightlight__content__body ul li .icon img{width: 28px; height: 28px;}
.call__to__acetion{background: #333; padding-top: 0px; padding-bottom: 0px;}
.call__to__acetion .d-flex{display: flex; align-items: center;}
.call__to__acetion .content__body h3{color: #fff; font-size: 32px; margin-bottom: 15px;}
.call__to__acetion .content__body p{color: #fff; font-size: 16px; margin: 0;}
.call__to__acetion .content__body ul li{color: #fff; font-size: 14px; line-height: 28px; list-style: auto; padding-left: 5px; margin-left: 30px;}
.down__load__Syllabus {position: relative;}
.down__load__Syllabus ul li{width: 29.333%;  float: left; margin: 10px; display: inline-block; 
    background: url(../img/shape/banner-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: #fff; 
    border: 2px solid #f4f5f7; 
    padding: 20px; font-size: 14px; font-weight: 600; text-align: center; border-radius: 10px; box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: 2px 7px 16px 1px rgb(0 0 0 / 8%);
    position: relative;
    transition: all .3s;}
.comman_headline span{color: #04a599; position: relative;}
.comman_headline span:before{
    background: url(../img/bottom-one-line.webp) no-repeat;
    position: absolute;
    background-size: cover;
    content: "";
    bottom: -5px;
    height: 9px;
    width: -webkit-fill-available;
    left: 0px;
}
.ToolsMaster .swiper-slide img{border: 1px solid #ededed;}
.course-details-category .contact-form .form-group{margin-bottom: 20px;}

/*popup*/
.PopupSec .open-btn {
    padding: 12px 24px;
    background: #4f46e5;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

/* POPUP BACKDROP */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

/* POPUP BOX */
.PopupSec .popup-box {
    width: 90%;
    max-width: 1100px;
    background: white;
    border-radius: 16px;
    overflow: hidden;
    animation: scaleUp 0.3s ease;
    position: relative;
}

@keyframes scaleUp {
    from { transform: scale(0.8); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}

/* CLOSE BUTTON */
.PopupSec .close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 22px;
    cursor: pointer;
    background: transparent;
    color: #002d57;
    padding: 0px;
}

/* CONTENT LAYOUT */
.PopupSec .popup-container {
    display: flex;
}

/* LEFT SECTION */
.PopupSec .left-section {
    width: 50%;
    background-image: linear-gradient(to right, #ffffff, #99c4e1, #ffffff);
    padding: 50px 40px;
}

.PopupSec .left-section h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.4;
}

.PopupSec .trusted {
    font-weight: 600;
    color: #01325a;
    font-size: 20px;
    margin: 10px 0px;
}

.PopupSec .logo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 15px;
}

.PopupSec .logo-grid img {
    background: white;
    padding: 14px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    width: 100%;
}

/* RIGHT SECTION */
.PopupSec .right-section {
    width: 50%;
    padding: 40px 30px;
}

.PopupSec .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.PopupSec .form label {
    font-size: 14px;
    font-weight: 600;
}

.PopupSec .form input,
.PopupSec .form select {
    width: 100%;
    padding: 12px;
    margin-top: 0px;
    margin-bottom: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

/* Submit Button */
.submit {
    width: 100%;
    padding: 12px;
    border: none;
    margin-top: 20px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(to right, var(--color-primary), var(--color-secondary), var(--color-primary));
    cursor: pointer;
        background-size: 220%;
}

/*popup end*/
.OnlinePaymentPage .payment-wrapper {
        display: flex;
        gap: 24px;
        flex-wrap: wrap;
        margin-bottom: 60px;
    }

    .OnlinePaymentPage .pay-card {
        width: 240px;
        height: 150px;
        background: #fff;
        border: 2px solid #00194c;
        border-radius: 22px;
        position: relative;
        cursor: pointer;
        transition: 0.25s;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }

    .OnlinePaymentPage .pay-card img {
        width: 120px;
        object-fit: contain;
    }

    /* Small orange circle top-left */
    .OnlinePaymentPage .dot {
        width: 20px;
        height: 20px;
        background: #05d5b3;
        border-radius: 50%;
        position: absolute;
        top: 10px;
        left: 10px;
        border: 2px solid white;
        transition: 0.25s;
    }

    /* Blue check circle for selected card */
    .OnlinePaymentPage .check {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        border: 3px solid #00194c;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        color: #00194c;
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.25s;
    }

    .OnlinePaymentPage .pay-card.active {
        box-shadow: 0 0 25px rgba(0, 72, 255, 0.4);
        background: var(--bg-gray-gradient-secondary);
    }

    .OnlinePaymentPage .pay-card.active .check {
        opacity: 1;
    }

    .OnlinePaymentPage .pay-card:not(.active) .dot {
        background: transparent;
        border: 2px solid #05d5b3;
    }

    .OnlinePaymentPage .FormDetails input,
    .OnlinePaymentPage .FormDetails select
    {
    width: 100%;
    padding: 12px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    }
    .OnlinePaymentPage .formSectionContent {padding: 30px; border-radius: 10px;}
    .OnlinePaymentPage .rts-admission-formBanner img{border-radius: 10px;}

.SidebarFixed .sidebar {
    position: fixed;
    left: 20px;
    top: 200px;
    width: 85px;
    z-index: 999;
}

.SidebarFixed .toggle-btn {
    background: var(--bg-gradient);
    color: #fff;
    padding: 5px 0;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.SidebarFixed .sidebar-content {
    overflow: hidden;
    max-height: 600px;   /* default visible */
    transition: max-height 0.4s ease;
}

.SidebarFixed .sidebar-content.hidden {
    max-height: 0;       /* hides vertically */
}

.SidebarFixed .sidebar-item {
    background: #fff;
    border: 1px solid #04b7a3;
    padding: 2px;
    text-align: center;
    margin-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 0px;
}

.SidebarFixed .sidebar-item p {
    margin: 0px 0 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
}

.SidebarFixed .icon {
    font-size: 22px;
    color: #d93025;
}
.footer-style-two .course_list ul li{list-style: none; display: inline-block; margin-right: 20px;}
.footer-style-two .course_list ul li a{font-weight: 400; font-size: 15px; position: relative;}
.footer-style-two .course_list ul li a:before{position: absolute; content: ""; right: -12px; background: #333; height: 10px; width: 1.5px; top: 5px;}
.footer-style-two .course_list h3{font-size: 20px;}
.footer-style-two .course_list ul li a:hover{background: var(--bg-gradient); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;}
/*upcoming batches*/

/*upcoming batches end*/


@media (max-width: 767px) {
    .SidebarFixed{display: none;}
    .OnlinePaymentPage .payment-wrapper{
        display: block;
    }
    .OnlinePaymentPage .pay-card{width: 46%; margin: 5px; float: left;}
}