.home-video {
    height: calc(100vh - 100px);
}

.orange-color {
    color: #f7a81c !important;
}
 #droneGif {
    position: fixed;
    width: 150px; /* Adjust size */
    pointer-events: none; /* Prevent blocking clicks */
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: transform 0.1s linear;
}

.video-mobile {
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}

.mute-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #f7a81c !important;
    color: white;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    animation: heartbeat 1.5s infinite;
    transition: background-color 0.3s ease;
}

.mute-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
    }

    14% {
        transform: scale(1.1);
    }

    28% {
        transform: scale(1);
    }

    42% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1);
    }
}

.centres_list .owl-nav,
.faculty_consultants .owl-nav {
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    top: auto;
    display: flex;
    justify-content: center;
}

.centres_list .owl-nav .owl-prev,
.faculty_consultants .owl-nav .owl-prev {
    width: 44px;
    height: 44px;
}

.centres_list .owl-nav .owl-next,
.faculty_consultants .owl-nav .owl-next {
    width: 44px;
    height: 44px;
}

.centres_list .owl-nav .owl-prev,
.faculty_consultants .owl-nav .owl-prev {
    margin-right: 10px;
}


.modal-content {
    border: none;
    border-radius: 7px;
    overflow: hidden;
    /* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
    animation: fadeInUp 0.35s ease;
}

.tag-area {
    background-color: #042c6b !important;
    color: #ffffff;
    background-image: none !important;
    padding: 15px 0 !important;
}

.tag-area.one .marquee-block .content-box h6.title {
    font-size: 21px;
}

.tag-area.one .marquee-block .content-box h6.title:hover {
    color: #f0a62b !important;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#factsheetModal .modal-header {
    background: #f7a81c;
    color: #fff;
    padding: 10px 15px;
    border-bottom: none;
}

#factsheetModal .modal-title {
    font-weight: 700;
    font-size: 1.3rem;
}

#factsheetModal .modal-body {
    padding: 1.8rem;
    background-color: #fff;
}

#factsheetModal .modal-body p {
    margin-bottom: 0.9rem;
    font-size: 1rem;
    color: #333;
}

#factsheetModal .modal-body strong {
    color: #000000;
}

#factsheetModal .modal-footer {
    background-color: #f8f9fa;
    border-top: none;
    padding: 1rem 1.5rem;
}


#factsheetModal .modal-header .btn-close {
    background-color: #ffffff;
    opacity: 1;
}


.nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #ffffff;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 20px;
}

/* .nav-tabs .nav-link:hover {
    background: #e9ecef;
    transform: translateY(-2px);
} */

.nav-tabs .nav-link.active {
    background: transparent;
    color: #f7a81c;
}

.nav-tabs {
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.project-card {
    /* background: transparent; */
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    /* margin-bottom: 25px; */
}

/* .project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
} */

.project-thumbnail {
    width: 100%;
    height: 200px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    font-weight: bold;
}

.project-info {
    padding: 20px;
}

.project-by {
    color: #4b5563 !important;
    font-size: 14px;
    margin-bottom: 8px;
}

.project-name {
    font-size: 18px;
    font-weight: 600;
    color: #111827 !important;
    margin-bottom: 0;
}

.project-grade {
    color: #17468f;
    font-weight: 500;
    font-size: 12px;
}

.grade-badge {
    display: inline-block;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}


.about-area.one::before,
.service-area.one::before {
    z-index: -1;
}

.about-area.one::before {
    display: none;
}

.student-card {
    background: #1E1E1E;
    border-radius: 15px;
    overflow: hidden;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* margin-bottom: 30px; */
    /* height: 100%; */
    /* padding-bottom: 20px; */
}


/* .student-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
} */

.student-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 4rem;
    font-weight: bold;
}

.student-info {
    padding: 20px;
}

.student-name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
}

.event-badge {
    display: inline-block;
    background: linear-gradient(135deg, #da9419 0%, #764ba2 100%);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #ffffff;
    font-size: 0.95rem;
}

.info-icon {
    width: 20px;
    margin-right: 10px;
    color: #667eea;
}

.center-badge {
    background: #f7a81c;
    padding: 4px 11px;
    border-radius: 8px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 500;
    color: #ffffff;
    font-size: 12px;
}

.student-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.partners-logo {
    width: 100px;
    height: 100px;
}

.student-item {
    margin: 0 20px;
}

.single-project-box {
    margin: 0 20px;
}

.project-thumb img,
.project-area.one .project-thumb img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}

.project-area.one .project-thumb.upper img {
    height: auto !important;
    width: auto !important;
}


.project-area.one .project-content {
    width: 100% !important;
}

.feature-area.one {
    padding: 40px 0 110px !important;
}

.main-title {
    display: none !important;
}

.about-area.one {
    padding: 40px 0 80px !important;
}

.counter-area.one .row.bg-col {
    padding: 0;
    /* padding: 0 0 40px; */
    /* background: #082b62; */
    /* background: #082B62; */
/* background: linear-gradient(180deg, rgba(8, 43, 98, 1) 0%, rgba(20, 67, 140, 1) 100%); */
}

.counter-area.one .counter-text h1::before {
    display: none;
}

.counter-area.one {
    padding: 5px 0 5px;
}

.footer-section {
    padding: 60px 0 0;
}

#factsheetModal li::marker {
    color: #f7a81c;
    /* Tailwind blue-600 */
    font-weight: bold;
    font-size: 16px;

}

#factsheetModal ul {
    margin-left: 20px;
    list-style-type: decimal;
    color: #000000;
    margin-bottom: 10px;
}

.modal {
    padding-right: 0 !important;
}

.contact-sec {
    position: relative;
    background-color: #000000;
    padding: 60px 0;
}

.contact-sec::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
}

.container {
    position: relative;
    z-index: 1;
}
.team-area.one .single-team-box:hover .team-content {
    bottom: 0;
    opacity: 1;
}
.contact-header {
    text-align: center;
    margin-bottom: 70px;
    animation: fadeInDown 1s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-header h1 {
    font-size: 3.5rem;
    font-weight: 800;

    color: #f7a81c;
    margin-bottom: 15px;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.contact-header p {
    font-size: 1.3rem;
    color: #b0b0b0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.lab-card {
    background: rgba(30, 30, 30, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    animation: fadeInUp 1s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}



.lab-card:hover {
    border-color: #113e8a80;
    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(0, 245, 255, 0.2),
        inset 0 0 20px rgba(0, 245, 255, 0.05);
}

.lab-title {
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(248, 250, 250, 0.3);
    position: relative;
}

.lab-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f7a81c, #f2f2f2);
    transition: width 0.4s ease;
}

.lab-card:hover .lab-title::after {
    width: 100%;
}

.contact-item {
    margin-bottom: 25px;
    display: flex;
    align-items: start;
    opacity: 0;
    animation: slideIn 0.6s ease forwards;
}

.contact-item:nth-child(1) {
    animation-delay: 0.1s;
}

.contact-item:nth-child(2) {
    animation-delay: 0.2s;
}

.contact-item:nth-child(3) {
    animation-delay: 0.3s;
}

.contact-item:nth-child(4) {
    animation-delay: 0.4s;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #f7a81c, #ffffff);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.lab-card:hover .contact-icon {
    transform: rotate(360deg) scale(1.1);
    /* box-shadow: 0 8px 25px rgba(248, 255, 255, 0.5); */
}

.contact-details {
    flex-grow: 1;
}

.contact-label {
    font-weight: 700;
    color: #f7a81c;
    margin-bottom: 8px;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-value {
    color: #d0d0d0;
    line-height: 1.8;
    font-size: 1rem;
}

.contact-value a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.contact-value a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #f7a81c, #ffffff);
    transition: width 0.3s ease;
}

.contact-value a:hover {
    color: #f7a81c;
    text-shadow: 0 0 10px rgba(0, 245, 255, 0.5);
}

.contact-value a:hover::after {
    width: 100%;
}

.decorative-line {
    position: fixed;
    width: 2px;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg, transparent, #f7a81c, transparent);
    opacity: 0.2;
    animation: lineMove 3s ease-in-out infinite;
}

.decorative-line:nth-child(1) {
    left: 10%;
    animation-delay: 0s;
}

.decorative-line:nth-child(2) {
    left: 50%;
    animation-delay: 1s;
}

.decorative-line:nth-child(3) {
    left: 90%;
    animation-delay: 2s;
}

@keyframes lineMove {

    0%,
    100% {
        transform: translateY(-100%);
    }

    50% {
        transform: translateY(100%);
    }
}

@media (max-width: 768px) {
    .contact-header h1 {
        font-size: 30px
    }

    .lab-card {
        padding: 30px 20px;
    }
}



.breadcumb-content ul {
    right: 0;
    position: relative;
    margin-top: 25px;
}



/* Optional: for mobile sizing */
@media (max-width: 600px) {
    .mute-btn {
        padding: 4px 10px;
        font-size: 12px;
    }

    .home-video {
        height: 220px;
    }
    .tag-area{
        padding: 10px 0 !important;
    }

    .tag-area.one .marquee-block .content-box h6.title {
        display: inline-block;
        font-size: 14px;
    }
    .counter-area.one .counter-text h4::before{
        bottom: -15px;
    }
    .counter-area.one .counter-single-item-inner {
        top: 0;
        margin-bottom: 25px;
    }
    .nav-tabs .nav-link{
        padding: 8px 10px;
        font-size: 14px;
    }
    .feature-content, .feature-area.one .feature-button{
        text-align: center;
    }
    .feature-area.one .feature-button a{
        margin-left: 0;
        color: #f7a81c;
    }
    .feature-area.one .feature-button::before{
        display: none;
    }

    .centres_list .owl-nav {
        right: auto;
        justify-content: flex-start;
    }

    .partners-logo {
        width: 100%;
        height: auto;
        max-width: 100px;
    }

    .breadcumb-area {
        padding: 80px 0;
        height: auto;
    }
}
