@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;
}

body {
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --orange-color: #ff5722;
    --blue-color: #07637b;
}

.blue-color {
    color: var(--blue-color);
}

.orange-color {
    color: var(--orange-color);
}

.section {
    padding: 80px 0px;
}

p {
    font-size: 16px;
    line-height: 1.5;
}

.span {
    --primary-color: var(--orange-color);
}

.About-section[id],
.d-pharm-course[id],
.b-pharm-course[id] {
    scroll-margin-top: 300px;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

/* Header */

header {
    position: relative;
    z-index: 999;
    width: 100%;
    /* background-color: #fff; */
    padding: 0px 0 10px;
    transition: all 0.3s ease-in-out;
}

.top-text-bar{
    background-color: #ccc;
    padding: 5px 0px;
}

.top-text-bar p{
    font-size: 12px;
}

.navbar-brand {
    width: 30%;
}

.navbar-brand img{
    transition: 0.4s ease-in-out;
}

.navbar-brand p {
    font-size: 16px;
    line-height: 1.5;
}

.navbar-brand h5 {
    font-size: 24px;
    font-weight: bold;
}

.navbar-nav .nav-item .dropdown-item {
    color: #fff !important;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    padding: 10px 20px;
}


.navbar-nav .nav-link {
    position: relative;
    color: #444;
    font-weight: 500;
    transition: color 0.3s ease;
}



.navbar-nav .nav-link:hover {
    color: var(--blue-color);
}

.navbar-nav .nav-link.active::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 5px;
    width: 50%;
    background-color: var(--blue-color);
    border-radius: 10px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
    border: 0.5px solid;
}



.navbar-nav .nav-link.active {
    color: var(--blue-color);
}

.dropdown-menu {
    padding: 0px;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding: 18px 10px 10px;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}

.navbar-nav:hover> :not(:hover) {
    opacity: 0.4;
}

.navbar-nav .dropdown-menu:hover> :not(:hover) {
    opacity: 0.4;
}

.nav-top {
    display: flex;
    align-items: center;
    justify-content: end;
}

.nav-top .nav-contact {
    text-decoration: none;
    color: #07637b;
}

.nav-top a i {
    font-size: 25px;
    color: #07637b;
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

/* From Uiverse.io by adamgiebl */
.cssbuttons-io-button {
    text-decoration: none;
    background: var(--orange-color);
    color: white;
    font-family: inherit;
    padding: 0.35em;
    padding-left: 1.2em;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0.9em;
    border: none;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 1.6em -0.6em var(--orange-color);
    overflow: hidden;
    position: relative;
    height: 2.8em;
    padding-right: 3.3em;
    cursor: pointer;
    margin-left: 10px;
}

.cssbuttons-io-button .icon {
    background: white;
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    border-radius: 0.7em;
    box-shadow: 0.1em 0.1em 0.6em 0.2em var(--orange-color);
    right: 0.3em;
    transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
    width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
    width: 1.1em;
    transition: transform 0.3s;
    color: var(--orange-color);
}

.cssbuttons-io-button:hover .icon svg {
    transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
    transform: scale(0.95);
}


.nav-top{
    
.admission-btn {
    position: relative;
    padding: 10px 30px;
    font-size: 16px;
    color: white;
    background: var(--orange-color);
    border: none;
    cursor: pointer;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.4s ease;
  }

  .admission-btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--blue-color);
    z-index: 0;
    transition: width 0.5s ease;
  }

  .admission-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
  }

  .admission-btn span {
    position: relative;
    z-index: 1;
    transition: opacity 0.3s ease;
  }

  .admission-btn .text-default {
    display: inline-block;
  }

  .admission-btn .text-hover {
    display: none;
  }

  .admission-btn:hover .text-default {
    display: none;
  }

  .admission-btn:hover .text-hover {
    display: inline-block;
  }

  .icon {
    font-size: 18px;
    position: relative;
    z-index: 1;
  }

}

/* Header */


.hero-section {
    overflow: hidden;
}

.hero-section .hero-text {
    position: relative;
    top: 45px;
}

.hero-section .hero-text p span {
    font-size: 18px;
    font-weight: bold;
}

.hero-section .hero-text h1 {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    /* letter-spacing: 2px; */
    font-weight: 800;
    font-size: 38px;
    line-height: 32px;
    margin-bottom: 20px;
}



.hero-section .hero-text h5 {
    margin-bottom: 20px;
}

.hero-section .hero-text h1 span {
    /* color: var(--primary-color); */
    line-height: 50px;
}

/* .hero-section .hero-text h1 span::after {
    content: "";
    position: absolute;
    top: 60px;
    left: 0;
    width: 0%; 
    height: 20px;
    background-color: #a4ecff;
    z-index: -1;
    animation: underlineAnimation 0.8s ease-in-out 0.3s forwards; 
}

@keyframes underlineAnimation {
    from {
        width: 0%;
         
    }

    to {
        width: 85%;
         
    }
} */

.hero-section .hero-text p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

a.anim-a {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    background-color: var(--orange-color);
    overflow: hidden;
    transition: color 0.3s ease-in-out;
    z-index: 1;
    border-radius: 50px 50px;
}

a.anim-a::before,
a.anim-a::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #07637b;
    transition: transform 0.3s ease-in-out;
    z-index: -1;
}

a.anim-a::before {
    /* border-radius: 0 10px 10px 0; */
    left: 0;
    transform: translateX(-100%);
}

a.anim-a::after {
    /* border-radius: 10px 0 0 10px; */
    right: 0;
    transform: translateX(100%);
}

a.anim-a:hover::before {
    transform: translateX(0);
}

a.anim-a:hover::after {
    transform: translateX(0);
}

a.anim-a:hover {
    color: white;
}

.hero-section .hero-img {
    margin-left: 30px;
}

.hero-items {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
}

.hero-items .hero-item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    width: 48%;

}

.hero-items .hero-item1 {
    background-color: #ff5722;

}

.hero-items .hero-item2 {
    background-color: #888888;
}

.hero-items .hero-item h6 {
    font-size: 17px;
    line-height: 1.3;
    color: #fff;
}

.hero-items .hero-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 0.5px solid #adb5bd;
}




/* Title */

.sec-head {
    text-align: center;
    margin-bottom: 50px;
}

.sec-title h2 {
    font-weight: 700;
    text-align: center;
}

.sec-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #07637b;
    margin-bottom: 20px;
}

.sec-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 15px;
    left: -40px;
    background: #07637b;
    z-index: -1;
}

.sec-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 10px;
    left: -60px;
    background: #07637b;
    z-index: -1;
}

/* Title */

/* Courses Section */

.courses-section {
    padding: 100px 0px 50px;
}

.courses-section .card {
    border-radius: 10px;
    border: none;
    padding: 20px;
    color: white;
    width: 360px;
    height: 400px;
    align-items: flex-start;
    justify-content: end;
}

.courses-section .card h4 {
    text-transform: uppercase;
    font-size: 20px;
}

.carousel-item .carousel-item-text {
    margin-bottom: 30px;
}

.carousel-item .carousel-item-text p {
    font-size: 20px;
    line-height: 1.5;
}

.courses-section .bg-1 {
    background-image: url(../Images/Home/Pharmacy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses-section .bg-2 {
    background-image: url(../Images/Home/D_Pharmacy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses-section .bg-3 {
    background-image: url(../Images/Home/D-Syllabus_Examination.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses-section .bg-4 {
    background-image: url(../Images/Home/Bpharmacy_Student.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses-section .bg-5 {
    background-image: url(../Images/Home/B_Pharmacy.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.courses-section .bg-6 {
    background-image: url(../Images/Home/Bpharmacy_Career.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.card .anim-a {
    background-color: transparent;
    border: none;
    font-size: 16px;
    padding-left: 0;
}

.card .anim-a:hover {
    padding-left: 30px;
}

.courses-section .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.courses-section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #07637b;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid #00000000;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.courses-section .carousel-indicators .active {
    opacity: 1 !important;
}


.courses-section .carousel-indicators {
    bottom: -70px;
}

.courses-section .pagination-buttons {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 0px;
    background-color: #ccc;
}


.courses-section .pagination-buttons .btn {
    /* background-color: #007bff; */
    color: white;
    border-radius: 50%;
    padding: 5px 15px;
    /* margin: 0 5px; */
    border: none;
    font-size: 24px;
}

.courses-section .pagination-buttons .btn i {
    color: var(--orange-color);
}


@media (max-width: 768px) {
    .courses-section .container .d-flex {
        flex-direction: column;
        align-items: center;
    }
}

/* Courses Section */

.counts {
    padding-bottom: 80px;

    .count-box {
        padding: 10px;
        background: #e5e7e9;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .counter-box {
        text-align: center;
    }

    .counter-box:hover {
        transform: translateY(-5px);
    }

    .count {
        font-size: 1.8rem;
        font-weight: bold;
        color: var(--orange-color);
    }

    .label {
        font-size: 1rem;
        color: #333;
    }

    .icon {
        font-size: 3.5rem;
        color: var(--orange-color);
        margin-bottom: 10px;
        /* border: 2px solid #07637b; */
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 90px;
        width: 90px;
    }
}



/* About Section */
.about-srcp {
    padding: 0px 0px 80px;
}

.about-srcp-text h2 {
    font-weight: bold;
    /* line-height: 1.3; */
}


/* Immerse yourself */
.immerse-yourself {

    .immerse-yourself-text {
        text-align: center;
    }

    .vision-mision {
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 20px;
        width: 80%;
        position: relative;
        top: -100px;
        background: #fff;
    }

    .vision-mision h4 {
        color: var(--orange-color);
        font-weight: bold;
    }

    .vision-mision ul {
        list-style: url(../Images/Home/ListStyle2.webp);
        margin-bottom: 0;
    }

    .vision-mision ul li {
        margin-bottom: 10px;
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
        text-align: center;
        padding: 20px;
    }

    .feature-box img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 5px;
        border: 2px solid #000;
        filter: opacity(0.5);
    }

    .feature-box h4 {
        margin-top: 10px;
        font-size: 1.2rem;
        font-weight: bold;
        color: #9b9a9a;
    }

    .feature-box a {
        text-decoration: none;
        color: #000;
        font-weight: bold;
    }

    .feature-box a:hover {
        text-decoration: underline;
    }
}

.we-provide-best {

    .we-provide-best-content {
        display: flex;
        flex-direction: column;
        justify-content: end;
        align-items: flex-start;
        gap: 137px;
    }

    .we-provide-best-content h3 {
        background-color: #07637b;
        margin-bottom: 0;
        color: #fff;
        padding: 30px 50px;

    }

    .we-provide-best-hting {
        background-color: #07637b;
        padding: 20px 50px;
        color: #fff;
        margin-bottom: 10px;
    }

    .we-provide-best-hting p {
        margin-bottom: 0;
    }

    .slider-container {
        margin: 50px 0 30px;
    }

    .slider img {
        width: 95%;
        height: auto;
        border-radius: 0px;
        filter: grayscale(100%);
        /* Initially grayscale */
        transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;

    }

    .slider img:hover {
        filter: grayscale(0);
        /* Show actual colors on hover */
        transform: scale(1.05);
    }

    .slider img:hover {
        transform: scale(1.05);
    }

    /* Center dots */
    .slick-dots {
        bottom: -30px;
    }

    /* Custom arrow styling */
    .slick-prev,
    .slick-next {
        position: absolute;
        top: 100px;
        background-color: rgba(0, 0, 0, 0.7);
        border-radius: 50%;
        width: 35px;
        height: 35px;
        z-index: 10;
    }

    .slick-prev {
        left: 90%;
    }

    .slick-next {
        right: 10px;
    }

    .slick-prev::before,
    .slick-next::before {
        color: white;
        font-size: 20px;
    }
}


.Why-srcp {
    padding: 100px 0px 60px;

    .accordion-button::after {
        display: none;
        /* Hide default Bootstrap arrow */
    }

    .accordion-button {
        background-color: #fff;
        color: var(--blue-color);
        border: none;
        box-shadow: none !important;
    }

    .accordion-button span {
        margin-left: auto;
        font-weight: bold;
    }

    .accordion-body {
        background: #e9e9e9;
    }
}


/* testimonials */

.testimonials-section {
    background-image: url(../Images/Home/Testing-With_Microscope.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.testimonials-section {

    padding: 60px 0px 50px;

    .testimonial-card {
        max-width: 300px;
        padding: 20px;
        border: 1px solid #e0e0e0;
        background-color: #FFF;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
        position: relative;
    }

    span {
        font-size: 100px;
        position: absolute;
        display: inline-flex;
        top: -39px;
        right: 0;
        z-index: 5;
        color: #07637b;
    }

    .stars {
        color: #FFC107;
        font-size: 20px;
        margin-bottom: 10px;
        text-align: center;
    }

    p {
        color: #555;
        font-size: 16px;
        line-height: 1.5;
    }

    .testimonials-section-head {
        margin-bottom: 30px;
    }
}

.footer {
    background-color: #dbdbdb;
    color: #000000;

    .quicklinks ul {
        list-style: url(../Images/Home/ListStyle2.webp);
    }

    .quicklinks ul li {
        margin-bottom: 5px;
    }

    .quicklinks ul li a {
        text-decoration: none;
        display: block;
        color: #000000;
    }

    .quicklinks ul li a:hover {
        padding-left: 5px;
        transition: all 0.4s ease-in-out;
    }

    a {
        text-decoration: none;
        color: #030000;


    }

    i {

        width: 40px;
        height: 40px;
        background-color: #979797;
        text-align: center;
        line-height: 35px;
        font-size: 18px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 1px solid #fff;
        z-index: 1;
    }
}

.copy-right {
    padding: 20px 0px;
}

.copy-right a {
    color: #000;
    text-decoration: none;
}



.social-dropdown {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 1000;
}

.social-toggle {
    width: 50px;
    height: 50px;
    background-color: #ff5722;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.social-toggle:hover {
    background-color: #5b4cdb;
}

.social-menu {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-dropdown:hover .social-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.social-item {
    text-decoration: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease;
    /* Changed to 0.2s as requested */
}

.social-item:hover {
    transform: scale(1.1);
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.instagram {
    background-color: #ff1462;
}

.linkedin {
    background-color: #0077b5;
}

.whatsapp {
    background-color: #48c859;
}



/* inside-banner about-banner */
.banner-header {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.inside-banner {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.about-banner {
    background-image: url(../Images/WhoWeAre/Testing-lab.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.B-pharmacy-banner{
    background-image: url(../Images/BPharmacy/Pharma_Medicine.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.D-pharmacy-banner{
    background-image: url(../Images/BPharmacy/Pharmacytricals.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.Key_Benfits-banner{
    background-image: url(../Images/KeyBenfits/Sethascope.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Why_Bengaluru-banner{
    background-image: url(../Images/Why/Beautiful_bengaluru.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Placement_Cell-banner{
    background-image: url(../Images/PlacementCell/Doctors.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


.About-college {
    padding: 80px 0px 120px;

    .college-img {
        position: absolute;
        display: inline-flex;
        left: 15%;
        width: 30%;
        margin-top: 18%;
    }

}

.vision-mission {
    .banner-header {
        margin-bottom: 50px;
    }

    img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        padding: 5px;
        border: 2px solid #000;
        filter: opacity(0.5);
        margin-bottom: 10px;
        display: none;
    }

    ul {
        list-style: url(../Images/WhoWeAre/list-style.webp);
        margin-bottom: 0;

    }

    ul li {
        margin-bottom: 5px;
    }

}


.principle-message {
    padding: 80px 0px 80px;

    .quotes {
        position: absolute;
        right: 10%;
        width: 180px;
        margin-top: -20px;
        z-index: -1;
    }
}

.affiliation_recognition {
    padding: 0px 0px 80px;

    .affiliation_recognition_awards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 20px;
    }

    .affiliation_recognition_award {
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        background-color: #e5e5e5;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        font-size: 24px;
    }

    .affiliation_recognition_award img {
        width: 30%;
    }

    .affiliation_recognition_award h4 {
        font-size: 20px;
        color: var(--blue-color);
    }

}

.diana-group {
    padding: 0px 0px 80px;
}

.anti-ragging-policy {
    padding: 0px 0px 80px;

    ul {
        padding-left: 20px;
    }

    .highlight {
        background-color: #ffecec;
        padding: 10px;
        border-left: 5px solid red;
        margin-bottom: 15px;
    }

    .contact {
        background-color: #e6f4ff;
        padding: 10px;
        border-left: 5px solid #3399ff;
        margin-bottom: 15px;
    }
}



#tapToTop {
    position: fixed;
    bottom: 30px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    border: 2px solid rgba(116, 115, 115, 0.25);
    border-radius: 50%;
    color: #ee8a3e;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: translateY(-150px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: 999;
}

#tapToTop.show {
    transform: translateY(0);
    opacity: 1;
}

#tapToTop:hover {
    transform: translateY(0) rotate(360deg);
    background: rgba(255, 255, 255, 0.25);
}



/* Key Benfits Page */


.Key-Benfits-Of-SRCP {
    .col-lg-4 {
        margin-bottom: 20px;
    }

    padding: 80px 0px 80px;

    .facility-card {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        height: 100%;
        border: none;
        border-radius: 16px;
        overflow: hidden;
        background-color: white;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        position: relative;
    }

    .facility-card:hover {
        transform: translateY(-10px) scale(1.02);
        box-shadow: 0 12px 30px rgba(7, 99, 123, 0.25);
    }

    .facility-card:hover .card-title,
    .facility-card:hover .card-text {
        color: var(--main-color);
    }

    .facility-image-wrapper {
        overflow: hidden;
    }

    .facility-image {
        height: 180px;
        width: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .facility-card:hover .facility-image {
        transform: scale(1.1);
    }

    .facility-icon {
        font-size: 36px;
        color: var(--orange-color);
        margin-bottom: 12px;
    }

    .card-title {
        font-size: 1.2rem;
        font-weight: 700;
        color: var(--blue-color);
        margin-bottom: 10px;
    }

    .card-text {
        font-size: 0.95rem;
        color: #555;
    }

    .card-body {
        text-align: center;
        padding: 1.4rem;
    }
}


.Course-structure {
    padding: 0px 0px 80px;

    .card {
        border: none;
        border-radius: 12px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    }

    .card-header {
        background-color: #ff5722;
        color: white;
        font-size: 1.25rem;
        font-weight: 600;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

    .table th,
    .table td {
        vertical-align: middle;
        border-right: 1px solid #dee2e6;
    }

    .table th:last-child,
    .table td:last-child {
        border-right: none;
    }

    .table th {
        background-color: #f8f9fa;
        font-weight: 600;
        color: #333;
    }

    .highlight {
        font-style: italic;
        color: #6c757d;
    }

    .table-responsive {
        overflow-x: auto;
    }

}

.pharmacy-content ul {
    list-style: url(../Images/Home/ListStyle2.webp);
    padding-left: 20px;
}

.pharmacy-content ul li {
    margin-bottom: 10px;
}

/* .pharmacy-scope{
    background-color: #dbdbdb;
} */

.pharmacy-scope .pharmacy-scope-content {
    background-color: #dbdbdb;
    height: 100%;
    padding: 20px;
}


/* Why Bengaluru */

.Why-bengaluru ul {
    list-style: url(../Images/Why/listStyle.webp);
}

.Why-bengaluru ul li {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.Why-bengaluru h4 {
    color: var(--blue-color);
}

.Why-bengaluru-section {
    padding: 50px 0px;
}




/* Placement Cell */

.placementcell {
    padding: 80px 0px 0;
}

.Key_Features {
    padding: 80px 0px;

}

.Key_Features ul {
    list-style: url(../Images/PlacementCell/listStyle.webp);
}

.Key_Features ul li {
    margin-bottom: 10px;
}


.Key_Features {
    .placementcell-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .placementcell-item {
        display: flex;
        justify-content: center;
    }

    .placementcell-item img {
        height: 80px;
        object-fit: cover;
        border-radius: 8px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }


    .placementcell-item img:hover {
        transform: scale(1.05);
    }
}


.contactUs {
    background-image: url(../Images/ContactUS/Medicine.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    height: 400px;
    margin-top: -160px;
    display: flex;
    align-items: end;
    justify-content: center;
    position: relative;
    z-index: -1;
}


.contact-details {
    padding: 80px 0px;

    .contact-card {
        transition: transform 0.4s ease, box-shadow 0.4s ease;
        text-align: center;
        background: #fff;
        padding: 30px 20px;
        border-radius: 15px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .contact-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    }

    .contact-icon {
        font-size: 40px;
        color: var(--orange-color);
        margin-bottom: 15px;
        transition: transform 0.4s ease;
    }

    .contact-card:hover .contact-icon {
        transform: scale(1.2) rotate(10deg);
    }
}



.modal.fade .modal-dialog {
    transform: perspective(1000px) rotateX(-90deg);
    transition: all 0.5s ease-in-out;
    transform-origin: top center;
    opacity: 0;
}

.modal.fade.show .modal-dialog {
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
}

.form-container {
    background: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-open {
    z-index: 99999 !important;
}
























@media (max-width: 600px) {

    .navbar{ margin-top:0px !important}

    .navbar-nav .nav-link::before,
    .navbar-nav .nav-link::after {
        left: 25% !important;
    }

    .btn:focus,
    .btn:focus-visible,
    .btn:focus-within,
    .btn-close:focus,
    a {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .btn-close,
    .btn-close:focus,
    .btn-close:active,
    .btn-close:hover,
    .btn-close:hover:focus {
        outline: none !important;
        box-shadow: transparent !important;
        border: none !important;
    }

    /* Remove borders (if needed for all buttons) */
    .btn {
        border: none !important;
    }

    p br {
        display: none;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

   

    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }

    .affiliation_recognition_awards {
        grid-template-columns: 1fr !important;
        /* Stack items vertically */
        grid-template-rows: auto;
    }

    .navbar-brand {
        width: 60%;
    }

    header {
        padding: 0 !important;
    }

    .nav-top {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .hero-section .hero-text {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        top: 0;
    }

    .hero-items .hero-item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 10px 47px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
        width: 90%;
    }

    .hero-items {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 20px;
        text-decoration: none;
        justify-content: center;
    }

    .hero-section .hero-text h1 {
        position: relative;
        z-index: 1;
        text-transform: uppercase;
        /* letter-spacing: 2px; */
        font-weight: 800;
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .hero-section .hero-text h1 span {
        /* color: var(--primary-color); */
        line-height: 0px;
    }

    .hero-section .hero-text h1 br {
        display: none;
    }

    .hero-section .hero-text h5 {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .sec-head br {
        display: none;
    }

    .sec-title { 
        font-size: 23px;
    }

    .sec-title::before {
        top: 8px;
    }

    .courses-section .pagination-buttons {
        display: none;
    }

    .carousel-item .carousel-item-text {
        text-align: center;
    }

    .carousel-item .carousel-item-text h2 {
        font-size: 19px;
        font-weight: bold;
    }

    .affiliation_recognition {
        .affiliation_recognition_award {
            gap: 15px;
        }
        .affiliation_recognition_award h4 {
            font-size: 18px;
        }
        .affiliation_recognition_award h4 br{
            display: none;
        }
    }

    .carousel-item .carousel-item-text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .about-srcp {
        padding: 0px 0px 40px;
    }

    .counts {
        padding-bottom: 50px;

        .count-box {
            padding: 10px 50px;
            background: #e5e7e9;
            border-radius: 10px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
        }
    }

    .about-srcp-text {
        text-align: center;
        margin-bottom: 20px;
    }

    .immerse-yourself {
        .vision-mision {
            margin-top: 20px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            padding: 20px;
            width: 100%;
            position: relative;
            top: 0px;
            background: #fff;
        }
        .grid-container { 
            padding: 30px 10px;
        }
    }

    .we-provide-best {
        padding-top: 30px;
        text-align: center;

        .we-provide-best-content {
            display: block;
            flex-direction: column;
            justify-content: end;
            align-items: flex-start;
            gap: 137px;
        }

        .we-provide-best-hting {
            background-color: #07637b;
            padding: 20px;
            color: #fff;
            margin-bottom: 10px;
        }

        .association-partners {
            margin-top: 30px;
        }

        .association-partners h3 {
            background-color: #07637b;
            margin-bottom: 0;
            color: #fff;
            padding: 30px 20px;
            font-size: 25px;
        }

        .slider-container {
            margin: 10px 0 30px;
        }

        .slick-next {
            right: 38%;
            display: none !important;
        }

        .slick-prev {
            left: 38%;
            display: none !important;
        }

        .slider img {
            width: 95%;
            height: auto;
            border-radius: 0px;
            filter: unset;
            transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
            border: 1px solid #000;
            background: #ccc;
        }
    }

    .Why-srcp {
        padding: 50px 0px 60px;
    }

    .Why-srcp p {
        margin-bottom: 0;
    }

    .testimonials-section {
        background-image: url(../Images/Home/Testing-With_Microscope.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        text-align: center;

        .testimonial-card {
            max-width: 100%;
        }
    }

    .footer {
        padding: 40px 0px;
    }

    .footer br {
        display: none;
    }

    .footer {

        h3,
        h5 {
            margin-top: 20px;
        }
    }


    .About-college {
        padding: 50px 0px 50px;

        .college-img {
            position: absolute;
            display: inline-flex;
            left: 15%;
            width: 80%;
            margin-top: 75%;
        }

        .About-section-content {
            margin-top: 120px;
        }
    }

    .vision-mission-content {
        text-align: center;
    }

    .principle-message {
        padding: 40px 0px 50px;
    }

    .affiliation_recognition {
        padding: 0px 0px 50px;
    }

    .anti-ragging-policy {
        padding: 0px 0px 50px;
    }

    .principle-message-content {
        padding: 0px 20px;
    }

    .placementcell-items { 
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }
    .placementcell-item img {
        height: 75px; 
    }
 

    .contact-card {
        margin-bottom: 20px;
    }

    .contactUs {
        background-image: url(../Images/ContactUS/Medicine.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        height: 250px;
        margin-top: -100px;
    }

    .hero-section {
        margin-top: 30px;
    }

    .courses-section {
        padding: 50px 0px;
    }

    .course-select-section h3 {
        font-size: 1.2rem;
    }

    .immerse-yourself {
        .feature-box img {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            padding: 5px;
            border: 2px solid #000;
            filter: opacity(0.5);
        }
    }

    .pharmacy {
        padding: 50px 0px;
    }

    .Key-Benfits-Of-SRCP {
        padding: 50px 0px;

        .facility-card {
            margin-bottom: 20px;
        }

        .card-body {
            text-align: center;
            padding: 1.4rem;
            background: #f3efef;
        }
    }
 
    .Why-bengaluru {
        padding: 50px 0px;
    }

    .Why-bengaluru h4 {
        color: var(--blue-color);
        margin-bottom: 15px;
    }

    .placementcell {
        padding: 50px 0px;
    }

    .Key_Features {
        padding: 0px 0px 50px;
    }

    .admision-bar {
        background-color: var(--orange-color);
        padding: 10px 0px;
        text-align: center;
    }

    .admision-bar a {
        display: block;
        text-decoration: none;
        font-size: 12px;
        color: #fff;
    }

    .admision-bar a span {
        padding: 5px 8px;
        background-color: #000;
    }

    a.anim-a {
        position: relative;
        display: inline-block;
        padding: 5px 25px;
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        background-color: var(--orange-color);
        overflow: hidden;
        transition: color 0.3s ease-in-out;
        z-index: 1;
        border-radius: 50px 50px;
    }
    a.anim-a i {
        font-size: 13px;
    }

}