/* WhatsApp and Phone Floating Buttons */
.btn-whatsapp-pulse,
.btn-phone-pulse
 {
    position: fixed;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 33px;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


#scroll-top {
    position: fixed;
    width: 55px;
    height: 55px;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 10%;
    font-size: 33px;
    z-index: 99;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: none; /* Start hidden */
    align-items: center;
    justify-content: center;
    bottom: 5%;
    right: 2%;
    background-color: #17bea8;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Active state - when scrolling */
#scroll-top.active {
    z-index: 9999;
    display: flex; /* Show the button */
    opacity: 1; /* Make it fully visible */
}

#scroll-top:hover {
    background-color: #0079a4;
    }

/* WhatsApp Button */
.btn-whatsapp-pulse {
    bottom: 23%;
    right: 2%;
    background-color: #25d366;
}

/* Phone Button */
.btn-phone-pulse {
    bottom: 45%;
    right: 2%;
    background-color: #1A73E8;
}

#scroll-top{

    bottom: 5%;
    right: 1%;
    background-color: #17bea8;
}

/* Pulsing Effect - Multiple Waves */
.btn-whatsapp-pulse::before,
.btn-whatsapp-pulse::after,
.btn-phone-pulse::before,
.btn-phone-pulse::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.6;
    animation: pulse-animation 1.5s infinite linear;
}

/* Second wave for better effect */
.btn-whatsapp-pulse::after,
.btn-phone-pulse::after {
    animation-delay: 0.5s;
}

/* Keyframes for pulsing animation */
@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}





.btn-whatsapp-pulse:hover, .btn-phone-pulse:hover {
    background-color: #1fb385; /* Darker WhatsApp green */
}

.btn-phone-pulse:hover {
    background-color: #ff6923; /* Darker Phone blue */
}

.shareSocial .socialList li:nth-child(5) a {
    background-color: #ee2a7b;
}
.shareSocial .socialList li:nth-child(4) a {
    background-color: #747cb4;
}


.top-to-bottoms-icon{
    padding: 8px;
}

@media (max-width: 580px) {
    .top-to-bottoms-icon{
        padding: 0px;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}
th, td {
    padding: 12px;
    text-align: left;
    border: 1px solid #353535;
}
th {
    background-color: #fff;
    color: #333;
}
tr:nth-child(even) {
    background-color: #fff;
}
tr{
    background: #fff;
}
tr:hover {
    background-color: #fff;
}
td{
    color: #353535;
}

.header-top-social .fa-facebook-f,
.header-top-social  .fa-youtube,
.header-top-social  .fa-instagram,
.header-top-social  .fa-whatsapp{
    padding-top: 9px;
}
.contact-info-icon .fa-map-location-dot{
    padding-top: 15px;
}
.contact-info-icon .fa-phone-volume{
    padding-top: 18px;
}
.contact-info-icon .fa-envelopes{
    padding-top: 18px;
}


/* admin  */

.portfolio-btn .fa-arrow-right{
    padding-top: 11px;
}

/* modal section  */
.poup-sections {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    font-size: 1.375rem;

    background: #fec804 !important;

    padding: 13px 30px;
}

.btn-send {
    background-color: #0079a4;
    color: rgb(255, 255, 255);
    border-color: #0079a4;
}
.modal-header .btn-close {
    filter: brightness(0) invert(0);
}
.poup-sections h1 {
    line-height: 20px;

    color: #19232b !important;
}

.btn-send:hover {
    transition: all 2s;
    color: #17bea8;;
    background-color: rgb(255, 255, 255);
    border-color: #17bea8;;
}
.form-control{
height: 50px;
}

  .modal-confirm {
    color: #4a5568;
    max-width: 480px;
  }

  .modal-confirm .modal-content {
    padding: 30px;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }

  .modal-confirm .modal-header {
    background-color: #fec804;
    border-bottom: none;
    position: relative;
    text-align: center;
    margin: -30px -30px 20px;
    padding: 70px 30px 60px;
  }

  .modal-confirm h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 15px 0 10px;
    color: #2d3748;
  }

  .modal-confirm p {
    font-size: 17px;
    color: #4a5568;
    margin-bottom: 25px;
    line-height: 1.6;
  }

  .modal-confirm .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    opacity: 0.8;
    transition: all 0.3s;
    background: transparent;
    border: none;
  }

  .modal-confirm .close:hover {
    opacity: 1;
    transform: rotate(90deg);
  }

  .modal-confirm .icon-box {
    color: #fff;
    width: 100px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    position: absolute;

    left: 40%;

    transform: translateX(-50%);
    box-shadow: 0 5px 20px rgba(72, 187, 120, 0.3);
    border: 5px solid rgba(255, 255, 255, 0.3);
  }

  .modal-confirm .icon-box svg {
    color: #19232b;
  }

  .modal-confirm .btn {
    min-height: 46px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    transition: all 0.4s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #0079a4;
    border: none;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
  }

  .modal-confirm .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(72, 187, 120, 0.4);
  }

  /* Animations */
  .animate-pop {
    animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  }

  .animate-fade {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
  }

  .animate-fade-delay {
    animation: fadeIn 0.8s ease 0.3s forwards;
    opacity: 0;
  }

  .animate-pop-delay {
    animation: popIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.4s forwards;
    transform: scale(0);
  }

  @keyframes popIn {
    0% { transform: translateY(-20px) scale(0); opacity: 0; }
    80% { transform: translateY(0) scale(1.1); }
    100% { transform: translateY(0) scale(1); opacity: 1; }
  }


  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
  }

.uptu-university{
   margin-bottom: 50px;
    /* background-color: #17bea8; */
    color: #666 !important;
    /* border: 1px solid #757f95 !important; */
    border-radius: 6px;
}
.uptu-university .nav-link{
    border: 1px solid #dedede !important;
    /* margin-right: 40px; */
    border-radius: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #666;
}
.uptu-university .active{

   color: #19232b !important;
    background: #fec804 !important;
    border-color: #fec804 !important;

}
.tab-content{
    position: sticky;
}
.uptu-university{
    position: sticky;
}
#v-pills-home-tab{
    border-radius: 1px solid #666 !important;
}

 .dept-up{
      margin-bottom: 20px;
    /* margin-right: 20px !important; */
 }

 /* NEET PAGE  */
.event-details__top-img img {
    width: 100%;
    border-radius: 20px;
}

.neet-highlight{

    padding: 10px 0;

    background-color: #17bea8;
    h2{
        font-size: 26px;
        color: #fff;
    }
}


/* abroad page  */
.process-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 30px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.process-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.process-title:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #3498db;
    margin: 15px auto;
    border-radius: 2px;
}
.process-step {
    position: relative;
    padding-left: 60px;
    margin-bottom: 30px;
}
.step-number {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
}
.step-content {
    padding: 15px 20px;
    background-color: #f8fafc;
    border-left: 3px solid #3498db;
    border-radius: 0 5px 5px 0;
}
.step-title {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 5px;
}
.step-description {
    color: #7f8c8d;
}
.process-step:last-child {
    margin-bottom: 0;
}
.website-link {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
}
.website-link:hover {
    text-decoration: underline;
}
.step-content ul li {
    list-style: circle;

    }
.step-content ul {
padding-left: 30px;

}
.application-img{
    height: 160px;
    width: 100%;
            }
.application-img img{
    border-radius: 20px;
    object-fit: cover;
height: 160px;
width: 100%;
 }
 .step-conten{
   display: flex;
  }
  @media (max-width: 580px) {
    .application-img img{
        height: 140px;

        margin: 10px 0;
    }
}

/* home page slider  */
.team-slider-container {
    position: relative;
}

.slider-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.slider-prev,
.slider-next {
    color: white;
    background: rgb(23, 190, 168);;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.slider-prev:hover,
.slider-next:hover {
    background: #0079a4;

    color: white;
}

.slider-prev {
    margin-left: -5px;
}

.slider-next {
    margin-right: -5px;
}

.team-item {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-img img {
    width: 100%;
    height: auto;
}

.team-social {
    position: absolute;
    top: 20px;
    right: -50px;
    opacity: 0;
    transition: all 0.3s ease;
}

.team-item:hover .team-social {
    right: 20px;
    opacity: 1;
}

.team-social a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #2c3e50;
    margin-bottom: 5px;
    border-radius: 50%;
}

.team-content {
    padding: 20px;
    text-align: center;
}

.team-bio h5 {
    margin-bottom: 5px;
}

.team-bio span {
    color: #777;
    font-size: 14px;
}

.team-social-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #2c3e50;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

/* videos reels ke  */
video-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    margin: 15px;
}

.video-card:hover {
    transform: translateY(-10px);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-info {
    padding: 20px;
    text-align: center;
}

.video-info h4 {
    margin-bottom: 10px;
    color: #333;
}

.video-info p {
    color: #666;
    font-size: 14px;
}

.department-slider .owl-item {
    padding: 10px;
}

/* home page hero content  */
.hero-content {
    padding-left: 70px;
}
.feature-icon img{
    padding-top: 15px;
}

/* home page about section  */
.site-title{
    font-size: 42px !important;
}
.about-text{
    text-align: justify !important;
}

/* online university section  */
.our-online-university{
    border-radius: 10px;
    background-color: #fff;
    padding: 15px !important;
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .07);
}
.our-online-university button{
    margin-bottom: 10px;
    color: #333;
}
.pg-pills .nav-link {
    background-color: rgb(235, 235, 235)  !important;

}
.pg-pills .nav-link:hover{
    color: #fff;
    background-color: #0079a4  !important;;

}

.onlinemba{
 padding-top: 16px;
text-align: center;
height: 120px;
    border-radius: 5%;
    background-color: #fff;

    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .07);
    margin-bottom: 30px;
}
.onlinemba img{
    height: 50px;
    margin-bottom: 10px;
}
.platefrom-services{
    background-color: #fff;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, .07);
   padding: 20px 50px;


}
.platefrom-services ul{
    display: flex;
    justify-content: space-between;
    }
.platefrom-service-top{
  color: #1fb385;
}
.platefrom-services ul li{

    text-align: center;
    width: 120px;
    }
    .platefrom-services ul li p{
        font-size: 12px;


        }
        .platefrom-services ul li p:nth-child(2) {

            color: #333;
        }
.platefrom-services img{
padding-bottom: 10px;
height: 50px;
}
.platefrom-service-fix{
    padding-top: 23px;
}
 /* ourteam section in home page  */
 .team-social a i{
    padding-top: 13px;
 }
 .team-social-btn{
    padding-left: 0px !important;
 }
 .team-social-btn i{
    padding-top: 13px;
 }
 .owl-carousel .owl-stage-outer {
  } /* padding-top: 20px;} */


    /* videos section  */
    .video-preview {
        position: relative;
        cursor: pointer;
        margin-bottom: 15px;
        border-radius: 8px;
        overflow: hidden;
    }

    .video-thumbnail {
        width: 100%;
        height: auto;
        display: block;
    }

    .play-button {
        border: 3px solid#fff;

        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 68px;
        height: 68px;
        background: rgba(0, 0, 0, 0.4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
    }

    .play-button svg {
        fill: #fff !important;
        margin-left: 5px;
    }

    .play-button:hover {
        background: transparent;
        transform: translate(-50%, -50%) scale(1.1);
    }


    /* parner section  */
   /* From Uiverse.io by ashwin_5681 */

   .card p {
    font-size: 14px;
    color: white;
}

.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
    /* margin: 50px 0; */
}

.slider .list {
    display: flex;
    width: 100%;
    min-width: calc(var(--width) * var(--quantity));
    position: relative;
    height: var(--height);
}

.slider .list .item {
    width: var(--width);
    height: var(--height);
    position: absolute;
    transition: filter 0.5s;
}

/* Right to Left */
.slider[direction="rtl"] .item {
    left: 100%;
    animation: autoRunRTL 10s linear infinite;
    animation-delay: calc(
        (10s / var(--quantity)) * (var(--position) - 1) - 10s
    );
}

/* Left to Right */
.slider[direction="ltr"] .item {
    left: calc(var(--width) * -1);
    animation: autoRunLTR 10s linear infinite;
    animation-delay: calc(
        (10s / var(--quantity)) * (var(--position) - 1) - 10s
    );
}

.slider .list .item img {
    object-fit: contain;
    height: 60px;
    width: 100%;
}

/* Animations */
@keyframes autoRunRTL {
    from {
        left: 100%;
    }
    to {
        left: calc(var(--width) * -1);
    }
}

@keyframes autoRunLTR {
    from {
        left: calc(var(--width) * -1);
    }
    to {
        left: 100%;
    }
}

.card {
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

h2 {
    text-align: center;
    margin-top: 50px;
}

/* about section */
.page-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .circle-wrapper {
    position: relative;
    width: 330px;
    height: 330px;
    float: left;
    margin: 10px;
  }

  .image-wrapper {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
  }

  .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    padding: 2.5px;
    box-sizing: border-box;
    background-clip: content-box;
    border: 5.5px dashed #17bea8;
    font-weight: 900;
    animation: spin 10s linear infinite;
    pointer-events: none; /* so that it doesn't block clicks */
  }

  .circle-wrapper:active .circle {
    animation: spin 2s linear infinite;
  }

  .success {
    background-color: transparent;
  }

  @keyframes spin {
    100% {
      transform: rotateZ(360deg);
    }
  }

  .circle-wrapper img{
    background-color: #fff;
    padding: 15px;
    border-radius: 50%;
    object-fit: contain;
    width:330px ;
    height:330px ;
  }

/* counter section in home page  */
.counter-box .icon img{
padding-top: 15px;
}

.nav-item:hover .nav-link{
    color: none !important;
}
.platefrom-services ul li:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
    border-radius: 30px;
}

.platefrom-services ul li:hover img {
    transform: translateY(-8px);
}
.team-img img {
    border-radius: 30px !important;
}

.team-item {

    border-radius: 30px !important;
}
.department-item {

    border-radius: 15px !important;
}
.video-preview {
    border-radius: 15px !important;
}
.testimonial-quote-icon i{
    padding-top:5px ;
}
.testimonial-item {
 border-radius: 15px !important;}

.testimonial-quote-icon {

    right: 10px !important;
    top: 10px !important;
}
.blog-item-img {
    border-radius: 15px 15px 0px 0!important;
}
.blog-item-img img{
    border-radius: 15px 15px 0px 0!important;
}
.blog-item{
    border-radius: 15px !important;
}
.partner-area-light-bg{
    /* background: linear-gradient(to bottom, #F2F3F5 0%, #FFFFFF 100%); */
    background: linear-gradient(to bottom, #F2F3F5, #FFFFFF);
}
.online-univerit-height{
height: 660px;
}
.ts-bg::before {

    background: rgb(45 69 99 / 85%) !important;
}
.partener-area-section{
    margin:0px 15px
}

.left-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 500px;
    overflow-y: auto;
    padding: 20px 20px;
    border: 1px solid #0079a4;

}
.right-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    /* height: 500px; */
    overflow-y: auto;
    padding: 20px 20px;
    border: 1px solid #0079a4;

}
.delhi-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 350px;
    overflow-y: auto;
    padding: 20px 15px;
    border: 1px solid #0079a4;

}
.haryana-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 500px;
    overflow-y: auto;
    padding: 20px 10px;
    border: 1px solid #0079a4;
}
.up-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 500px;
    overflow-y: auto;
    padding: 20px 10px;
    border: 1px solid #0079a4;
}
.delhis-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 310px;
    overflow-y: auto;
    padding: 20px 15px;
    border: 1px solid #0079a4;

}
.delhis-schollar button{
    margin-bottom: 20px;
    width: 100%;
}
.haryana-schollar button{
    font-family: 14px !important;
}
.delhi-schollar {
    margin-bottom: 20px;
    width: 100%;
}
.dept-up{
    height: 50px;
    width: 100%;
}
.abroad-schollar button{
    width: 100%;
    margin-bottom: 20px;
}

.mbbs-india-margin{
    margin: 0 20px;
}
.syllabus-bed a{
    padding-top: 20px;
text-align: center;
}


.widget{
border: 1px solid #c6c4c4;
}

.widget .bed-titile::after{
    border-bottom: 3px solid #fec804 !important;
    left: 155px !important;
}
.widget .bed-titile::before{
    border-bottom: 3px solid #fec804 !important;
    left: 135px !important;
}
.widget .category-list a i {
    color: #666 !important;
}

.left-sidebar{
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 700px;
    overflow-y: auto;
     border-radius: 20px;
    border: 1px solid #0079a4;
}
.testimonial-item{
    height: 420px;
}
.campus-tour .content-img img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;

}
.dept-of-haryana h2{
    background: linear-gradient(to right, #EF4949, #DD4747, #0583D8, #0583D8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.bed-heading h2{
    text-align: left !important;
}
.site-heading h2 span{
    background: linear-gradient(to right, #EF4949, #DD4747, #0583D8, #0583D8);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    display: inline;
}




.testimonial-item{
    height: 420px;
}
.campus-tour .content-img img {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border: 5px solid #fff;

}
.bed-heading h2{
    text-align: left !important;
}

ul li .foucus-sign{
    color: #1A73E8 !important;
    font-family: 24px !important;
}

.feature-item {
    height: 200px;

    border-radius: 15px !important;
}
.focus-section{
    height: 246px;
    margin-top: 50px;

    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 30px;
    /* border: 1px solid #1A73E8; */
    border-radius: 15px;


}
.focus-section p{
 text-align: center !important;
}
.focus-section h2{
    color: #0079a4;
    /* text-align: justify !important; */
    font-size: 24px;
}


.focus{
    height: 120px;
    width: 100%;
}
.focus img{
   padding-bottom: 30px;
    height: 120px;
    width: 100%;

    border-bottom: 2px solid #0079a4 ;
}

.slider .list .item img {

    height: 100px !important;
}
.card{
    padding: 5px !important;
    background-color: #fff !important;
}

.pg-pills .nav-link.active{
    background-color:#0079a4 !important ;
}

.widget .nursing-title::before{

    border-bottom: 3px solid #0079a4 !important;
    left: 130px !important;
}
.widget .nursing-title::after{
    border-bottom: 3px solid #0079a4 !important;
    left: 150px !important;
}

.bed-page h3 span{
    background: linear-gradient(to right, #EF4949, #DD4747, #0583D8, #0583D8);
    ;
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}

.online-univerit-height-schollarfix{
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 570px;
    overflow-y: auto;
}
.onlinemba a:hover{
    transform: translateY(-8px);
}

/* homepage */
.focus-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 1;
    transition: transform 0.3s ease;
}

/* Background image rises fast */
.focus-card::before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff  !important;
    background: var(--bg-img) center/cover no-repeat;
    transition: bottom 0.3s ease-in;
    z-index: 1;
}

/* Color overlay rises slower */
.focus-card::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff !important;
    background: rgba(11, 87, 138, .8); /* semi-transparent dark */
    transition: bottom 0.9s ease-out;
    z-index: 2;
}

.focus-card:hover::before {
    bottom: 0;
}

.focus-card:hover::after {
    bottom: 0;
}

/* Content on top of overlays */
.focus-card h2,
.focus-img,
.focus-card p,
.focus-card .focus {
    position: relative;
    z-index: 3;
    color: #fff ;
    transition: color 0.3s ease;

}
/* Default state */
.focus img {
    border-bottom: 2px solid #0079a4;
    transition: border-color 0.3s ease;
}

.focus-card h2,
.focus-card p {
    color: #19232B;
    transition: color 0.3s ease;
}

/* On hover - text and border become white */
.focus-card:hover img {
    border-color: #fff;
}

.focus-card:hover h2,
.focus-card:hover p {
    border-bottom: none;
    color: #fff;
}

/* why choose us section  */
.why-join-section::before {

    background-image: linear-gradient(90deg, rgb(11, 87, 138) 30%, rgba(30, 34, 82, .1));
    width: 100%;
}

.skill-section::before {
    content: "";
    /* background-image: var(--offwhite-gradient-bg); */
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* width: 45%; */
}

@media only screen and (max-width: 1400px) {
    .patent-section {
        max-width: 1280px;
    }
}
.patent-section{
    margin: 0 auto;
}
.skill-inner__content {
    padding: 50px 0;
    position: relative;
    z-index: 1;
}
@media (min-width: 768px) {
    .text-md-start {
        text-align: left !important;
    }
}
 .aboutProgram h2.af-title {
    font-size: 24px;
    line-height: 24px;
}
.aboutProgram h2 {

    margin-bottom: 15px;
}
.listStyle-3 li {

    color: #fff;
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.listStyle-3 li::after {
    content: "";
    left: 4px;
    position: absolute;
    top: 3px;
    background: url(../img/campus-tour/checkbox.webp);
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
}

/* plagtform section  */
    /* Base styles for all devices */
    .platform-services-container {
        width: 100%;
        overflow: hidden;
    }

    .platform-services-list {
        display: flex;
        flex-wrap: nowrap; /* Default: no wrapping (single row) */
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 15px;
        justify-content: flex-start;
    }

    .platform-service-item {
        flex: 0 0 auto;
        min-width: calc(12.5% - 15px); /* 8 items in one row (100%/8) */
        text-align: center;
    }

    .service-icon-container {
        /* background: #f5f5f5; */
        border-radius: 10px;
        padding-bottom: 15px;
        padding-top: 30PX;
        /* margin-bottom: 10px; */
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-icon {

        max-width: 50px;
        max-height: 40px;
        object-fit: contain;

    }
    .platform-services-container ul li:hover img {
        transform: translateY(-8px);
    }
    .platform-services-container ul li:hover {

        box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 8px;
        border-radius: 30px;

    }




    .service-title {
        margin: 0;
        font-size: 12px;

        white-space: nowrap;
    }
    .platform-services-list {
        height: 160px;
        background-color: rgb(255, 255, 255);
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 4px 2px;
        padding: 20px 50px;
    }

    /* Tablet view (768px - 991px) - 2 rows */
    @media (max-width: 991px) {
        .platform-services-list {
            flex-wrap: wrap;
            justify-content: center;
        }

        .platform-service-item {
            min-width: calc(25% - 15px); /* 4 items per row */
            margin-bottom: 20px;
        }
    }

    /* Mobile view (up to 767px) - 4 rows */
    @media (max-width: 767px) {
        .platform-service-item {
            min-width: calc(50% - 15px); /* 2 items per row */
        }

        .service-icon-container {
            padding: 12px;
            height: 60px;
        }

        .service-icon {
            max-width: 40px;
            max-height: 40px;
        }

        .service-title {
            font-size: 13px;
        }
    }
    @media only screen and (max-width: 1400px) {
        .college-details{
            margin-bottom: 10px;
        }
    }
    @media only screen and (max-width: 1199px) {
        .testimonial-item{
            height: 490px;
        }
    }

/* responsive  */
@media only screen and (max-width: 991px) {
    .testimonial-item{
        height: 490px;
    }
}
@media only screen and (max-width: 767px) {
    .platform-services-list {
        height: auto;
    }
    /* .college-details{
        padding-bottom: 30px;
    } */
}

@media only screen and (max-width: 580px) {
    .hero-content {
        padding-left: 20px !important;
    }
    .site-title{
        text-align: start !important;
        font-size: 22px !important;
    }
    .site-heading  p{
        text-align: start !important;
    }
    .online-univerit-height {
        height: 1700px;
    }
    .testimonial-item{
        height: 490px;
    }
    .delhi-res{
        padding-top: 15px;
        text-align: center !important;
    }
    .college-details{
        margin-bottom: 80px;
    }
    .collegedetails-title {
     text-align: center;
    }
}
@media only screen and (max-width: 400px) {
    .college-details{
        margin-bottom: 95px;
    }
}

.delhiss-schollar{
    text-align: center;
    /* border-radius: 20px; */
    scrollbar-width: thin;
    scrollbar-color: #0079a4 transparent;
    height: 390px;
    overflow-y: auto;
    padding: 20px 15px;
    border: 1px solid #0079a4;

}
.delhiss-schollar button{
    margin-bottom: 20px;
    width: 100%;
}
.delhi-res{
    text-align: end;
}
.delhi-text{
    padding-top: 16px;
}

/*======================
    404 page
=======================*/

.page_404 {
    padding: 40px 0;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.page_404 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.four_zero_four_bg {
    background-image: url(../img/404-achievia.webp);
    height: 300px; /* Reduced from 400px for better mobile view */
    max-width: 100%;
    background-position: center;
    background-size: contain; /* Ensures full image is visible */
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.four_zero_four_bg h1 {
    font-size: 80px;
    margin: 0;
}

.contant_box_404 {
    margin-top: 20px; /* Changed from negative margin */
    text-align: center;
}

.link_404 {
    color: #fff !important;
    padding: 10px 20px;
    background: #0079a4 !important;
    margin: 20px auto;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease; /* Added hover effect */
}

.link_404:hover {
    background: #17bea8 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .four_zero_four_bg {
        height: 250px;
    }

    .four_zero_four_bg h1 {
        font-size: 60px;
    }
}


@media (max-width: 480px) {
    .four_zero_four_bg {
        height: 200px;
    }

    .four_zero_four_bg h1 {
        font-size: 40px;
    }

    .link_404 {
        padding: 8px 16px;
    }
}

/* phone and whatsapp icon  */

.btn-whatsapp-pulse {
    position: fixed;
     bottom: 23%;
     right: -1%;
     transform: translate(-50%, -50%);
     width: 55px;
     height: 55px;
     background-color: #1c9b13;
     color: #fff;
     text-align: center;
     line-height: 47px;
     border-radius: 50%;
     font-size: 33px;
     z-index: 99;
 }

 .btn-whatsapp-pulse::after, .btn-whatsapp-pulse::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   width: 55px;
   height: 55px;
   background: #1c9b13;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 1.3s ease-in-out infinite;
    animation: grow 1.3s ease-in-out infinite;
    }
 .btn-whatsapp-pulse::after {
   background: rgba(30, 172, 45, 0.4);
   }
 @-webkit-keyframes grow {
   0% {    transform: scale(1, 1);
       opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;
       }
 }


 @media only screen and (max-width: 767px){
   .btn-whatsapp-pulse {
     right: -2%;
     }
 }




 .btn-call-pulse {
    padding-top: 11px;
    position: fixed;
     bottom: 40%;
     right: -1%;
     transform: translate(-50%, -50%);
     width: 55px;
     height: 55px;
     background-color: #f36b3b;
     color: #fff;
     text-align: center;
     line-height: 47px;
     border-radius: 50%;
     font-size: 33px;
     z-index: 99;
 }

 .btn-call-pulse::after, .btn-call-pulse::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   right: 0;
   width: 55px;
   height: 55px;
   background: #f36b3b;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: grow 1.3s ease-in-out infinite;
    animation: grow 1.3s ease-in-out infinite;
    }
 .btn-call-pulse::after {
   background: rgb(243 107 59 / 40%)
   }
 @-webkit-keyframes grow {
   0% {    transform: scale(1, 1);
       opacity: 1;  }  100% {    transform: scale(1.5, 1.5);    opacity: 0;
       }
 }


 @media only screen and (max-width: 767px){
   .btn-call-pulse {
     right: -2%;
     }

 }
  .aboutus-heading{
    font-size: 30px !important;
}
.empowering-student{
    line-height: 32px !important;
}
.about-img .img-1 {
    border-radius: 25px !important;
}
.about-ourmission-card{
height: 300px !important;
}

.mbbs-russia-page{
    padding: 0px !important;
    margin-top: 20 !important;
}

.mbbs-russia-page h3{
    margin-bottom: 25px !important;
}

.blog-comments-form .textarea_mbbsrussia {
    height: 95px !important;
}

 /* mmbs russia  */
   .table-custom {

            border: 1px solid #dee2e6; /* Add a border to the whole table */
        }
        .table-custom th {
            padding: 12px;
            vertical-align: top;
             /* Add horizontal borders */
        }
        .table-custom th {

            /* Light grey background for headers */
            font-weight: bold;
            width: 35%; /* Adjust as needed */
        }
        .table-custom tr:first-child th,
        .table-custom tr:first-child td {

            background-color: #f9f9f9;
            /* Remove top border for the first row */
        }
        .table-custom tr:last-child th,
        .table-custom tr:last-child td {

            background-color: #f9f9f9;
             /* Remove bottom border for the last row */
        }
       .mbbs-rusia-title h2 {
    line-height: 30px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
}
  .mbbs-russia-table {
width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-family: 'Inter';
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.blog-info h3{
    padding-top: 30px !important;
   
}
.blog-info p{
    text-align: justify;
    padding-top: 20px !important;

}
/* .blog-single-content img {
    margin-bottom: 20px !important;
    height: 312px !important;

} */
.college_details-second_heading{
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}




