/* instagram post  */


    .insta-section {
        padding: 40px 0;
        background: #fafafa;
    }

    .swiper {
        padding: 10px 0;
    }

    .insta-card {
        position: relative;
        border-radius: 14px;
        overflow: hidden;
        background: #000;
        aspect-ratio: 1 / 1;
    }

    .insta-card img,
    .insta-card video {
        width: 100%;

        object-fit: cover;
        display: block;
    }

    .insta-card video {
        height: 535px;
    }

    /* Hover Overlay */
    .insta-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, .55);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity .3s ease;
    }

    .insta-card:hover .insta-overlay {
        opacity: 1;
    }

    /* Instagram Icon */
    .insta-icon {
        width: 54px;
        height: 54px;
        fill: #fff;
    }

    /* Caption */
    .insta-caption {
        position: absolute;
        bottom: 0;
        padding: 14px;
        color: #fff;
        background: linear-gradient(to top, rgba(0, 0, 0, .6), transparent);
        width: 100%;
    }

    .insta-caption h4 {
        font-size: 15px;
        margin: 0;
    }

    .insta-caption p {
        font-size: 12px;
        margin-top: 4px;
        opacity: .85;
    }

    .insta-card {

    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    background: #000;
}
.elt65-6{
        border: 0;
    padding: 0;
    border-radius: 0;

    color: var(--blackColor);
    background-color: transparent;
    box-shadow: none;
}
/* MEDIA */
.insta-card img,
.insta-card video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}

/* OVERLAY */
.insta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.insta-card:hover .insta-overlay {
    opacity: 1;
}

/* INSTAGRAM ICON */
.insta-icon {
    width: 48px;
    height: 48px;
    fill: #fff;
}
.owl-dots{
    display: none !important;
}
/* instagram post end  */

/* Modal Overlay */
.modal {
    position: fixed;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 15px; /* prevents cut-off on small screens */
}

/* Modal Wrapper */
.modal > div {
    width: 100%;
    max-width: 420px;
}

/* Modal Content */
.modal-content {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    animation: modalFadeIn 0.3s ease-in-out;
}
.activeModal{
display: flex;
}
/* Modal Header */
.modal-header {
    background-color: var(--blackColor);
    position: relative;
    padding: 24px 20px 20px;
    text-align: center;
}

/* Logo Centering */
.popup-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

/* Header Text */
.popup-text h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

/* Close Button */
#closeModalBtn {
    position: absolute;
    top: 12px;
    right: 12px;
    color: red;
    cursor: pointer;
    opacity: 0.8;
}

#closeModalBtn:hover {
    opacity: 1;
}

/* Modal Body */
.modal-body {
    padding: 20px;
}

/* Form Inputs */
.modal-body input {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    font-size: 14px;
    outline: none;
}

.modal-body input:focus {
    border-color: var(--blackColor);
}

/* Button */
.nws-button button {
    margin-top: 15px;
    padding: 12px 18px;
    border: none;
    border-radius: 6px;
    background: var(--blackColor);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
}

.nws-button button:hover {
    background: var(--blackColor);
}

.faq-panel {
    display: none;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.faq-panel.is-open {
    display: block;
}

/* Animation */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.footer-logo{
    width: 10%;
}

.banner-area-2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.banner-area-2 .owl-nav button {
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.banner-area-2 .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.about-content-courser .owl-dots .owl-dot button {
    background: none;
    border: none;
    padding: 5px 25px;
    font-weight: 600;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
    background-color: var(--secounderyColor);
    color: white;
}
.about-content-courser .owl-dots .owl-dot.active button {
    background-color:#033064;
    color: white;
}
.about-content-courser.owl-theme .owl-nav [class*=owl-] {
  
    color: white;
}
.academics-section .academics-left .ac-category ul li a {
  
    color: #ffffff;
  
}

/* Wrapper */
.csma-contact-widget {
    /* background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    .csma-info-card { */
    background: #f9fafc;
    border: 1px solid #e6e9f0;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    transition: all 0.3s ease;

}

/* Title */
.csma-widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0b0f19;
}

/* Info Card */
/* .csma-info-card {
    background: #f9fafc;
    border: 1px solid #e6e9f0;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 14px;
    transition: all 0.3s ease;
} */

.csma-info-card:hover {
    background: #ffffff;
    border-color: #00e5ff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* Card Content */
.csma-card-content {
    display: flex;
    flex-direction: column;
}

/* Label */
.csma-card-label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Value */
.csma-card-value {
    font-size: 16px;
    font-weight: 600;
    color: #0a1aff;
    line-height: 1.4;
}

.csma-card-value a {
    color: inherit;
    text-decoration: none;
        font-size: small !important;
}

.csma-card-value a:hover {
    text-decoration: underline;
}

/* Social Section */
.csma-social {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.csma-social-title {
    font-size: 14px;
    font-weight: 600;
    color: #0b0f19;
    margin-right: 8px;
}
.csma-social a{
        padding: unset !important;
    align-content: center !important;
}

/* Social Icons */
.csma-social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0b0f19;
    color: #ffffff;
    transition: all 0.3s ease;
}

.csma-social-link:hover {
    transform: translateY(-2px);
    background: #00e5ff;
    color: #0b0f19;
}
 .campus-card img {
        max-height: 606px;
        min-height: 605px;
    }

    .course-item .image img{
        min-height: 275px;
    max-height: 276px;
    }

    /* faq starts  */
  /* ===============================
   PANEL (Accordion Card)
================================ */
        #accordion .panel {
            background: #ffffff;
            border-radius: 10px;
            margin-bottom: 16px;
            border: 1px solid #e6e9f0;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        #accordion .panel:hover {
            box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
            border-color: #00e5ff;
        }

        /* ===============================
   PANEL TITLE
================================ */
        .panel-title {
            padding: 0;
        }

        .panel-title h3 {
            margin: 0;
        }

        .panel-title .btn-link {
            width: 100%;
            text-align: left;
            padding: 18px 56px 18px 20px;
            font-size: 16px;
            font-weight: 600;
            color: #0b0f19;
            background: transparent;
            border: none;
            position: relative;
            text-decoration: none;
        }

        .panel-title .btn-link:hover {
            text-decoration: none;
            color: #0a1aff;
        }

        /* Plus / Minus Icon */
        .panel-title .btn-link::after {
            content: "+";
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 22px;
            font-weight: 700;
            color: #0a1aff;
            transition: transform 0.3s ease;
        }

        .panel-title .btn-link:not(.collapsed)::after {
            content: "−";
            color: #00e5ff;
        }

        /* ===============================
   PANEL BODY
================================ */
        .panel-body {
            padding: 0 20px 20px 20px;
            font-size: 15px;
            line-height: 1.7;
            color: #4b5563;
        }

        /* Smooth collapse animation */
        .collapse {
            transition: height 0.35s ease;
        }

    /* faq ends  */

    .why-choose-us-data{
            min-height: 275px;
    max-height: 295px;
    margin-top: 5px;
    }
    .emoji{
            background: rgb(176, 173, 173);
    border-radius: 55px;
        width: 85px;
    height: 85px;
        font-size: xxx-large;
    align-content: center;
    justify-self: center;
    }
 .offcanvas.manual-show {
    visibility: visible;
    right: 100%;
}
/* Override Bootstrap collapse behavior ONLY in navbar */
#navbarAccordion .collapse {
    display: block !important;
}

/* Accordion animation */
.accordion-collapse {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
}

.accordion-collapse.manual-show {
    max-height: 1000px;
}
.preloader-container{
    display: unset;
}
.preloader-dot-sec{
    display: flex;
}
.preloader-icon-image{
    width: 160px;
}

/* Mobile Optimization */
@media (max-height: 600px) {
    .modal-content {
        max-height: 90vh;
        overflow-y: auto;
    }
   
}

@media (max-width: 990px) {
   .campus-card img {
        max-height: 500px;
        min-height: 500px;
    }
   
}
@media (max-width: 600px) {
   .footer-logo{
    width: 18%;}
      .campus-card img {
        max-height: 300px;
        min-height: 300px;
    }
    .preloader-icon-image{
    width: 60px;
}
   
}
@media only screen and (max-width: 767px) {
    .features-content .content .item, .features-content-2 .content .item {
        display: unset;
        margin: 20px 0;
    }
}
@media (min-width: 1400px) {
   .footer-logo{
    width: 5%;}
   
}
