@import "../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.11.2/font/bootstrap-icons.min.css";
@import 'https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;family=Syne:wght@600;700;800&amp;display=swap';

body {
    font-family: manrope, sans-serif;
    font-size: 14px;
    scroll-behavior: smooth; /* Smooth scrolling */
}


.global-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.global-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: transform 0.3s;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.pedagogy-section {
    position: relative;
    color: white;
    padding: 80px 20px;
    text-align: center;
    overflow: hidden; /* Ensures the pseudo-element stays within the section bounds */
}

.pedagogy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/ped.webp); /* Replace with actual image URL */
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5); /* Darkens the image slightly */
    filter: blur(8.5px) brightness(0.9);
    z-index: -1; /* Keeps the overlay behind the content */
}


.pedagogy-section h2 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: bold;
}

.pedagogy-section p {
    font-size: 1.2em;
    line-height: 1.8;
    margin-bottom: 40px;
}

.program-content {
    margin-top: 40px;
    text-align: left;
}

.program-content h3 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: bold;
    color: #f39c12;
    text-align: center;
}

.program-content .content-item {
    padding-left: 10px;
    border-left: 4px solid #f39c12;
    margin-bottom: 20px;
}

.program-content h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 10px;
}

.program-content p {
    font-size: 1.1em;
    margin-bottom: 0;
}


.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: syne, sans-serif
}

a {
    text-decoration: none;
    color: #1b1b1b;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

a:hover {
    color: #f54a01
}

.btn {
    font-size: 14px;
    padding: 12px 30px !important;
    font-weight: 600
}


.btn-primary {
    background: #f44a01;
    background: linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    background: -moz-linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    background: -webkit-linear-gradient(135deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F54A01", endColorstr="#FF6A00", GradientType=1);
    border-color: #f54a01 !important;
    color: #fff
}

.btn-primary:hover {
    background: #f44a01;
    background: linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    background: -moz-linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    background: -webkit-linear-gradient(360deg, hsla(18, 99%, 48%, 1) 0%, hsla(25, 100%, 50%, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F54A01", endColorstr="#FF6A00", GradientType=1);
    border-color: #f54a01 !important;
    color: #fff
}

.btn-outline-primary {
    border-color: #f54a01 !important;
    color: #f54a01
}

.btn-outline-primary:hover {
    background-color: #f54a01 !important;
    border-color: #f54a01 !important;
    color: #fff
}

.bg-primary {
    background-color: #f54a01 !important
}

.shadow {
    box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1) !important
}

.bg-light {
    background-color: #fef5e3 !important
}

.text-primary {
    color: #f54a01 !important
}

.bg-homepage {
    background-image: url(../img/1440x550-1.jpg); /* Use single quotes to avoid issues */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
   
    width: 100%; /* Ensure the element is full-width */
}

.bg-homepage1 {
    background-image: url(../img/1440x550-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    width: 100%; /* Ensure the element is full-width */
}

.bg-homepage2 {
    background-image: url(../img/1440x550-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
   
    width: 100%; /* Ensure the element is full-width */
}

.play-button {
    left: 44%;
    top: 38%
}

.people-img {
    width: 70px
}

.some-insight-video {
    margin-bottom: -18rem
}

.some-insight-video-play-button {
    left: 46%
}

.build-something-together {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/build-something-together.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: -10rem
}

.box:hover {
    background-color: #f54a01;
    border-color: #f54a01 !important;
    color: #fff;
    transition: ease .5s
}

.box:hover i {
    color: #fff !important
}

.design:hover .overlay {
    opacity: .9 !important;
    transition: ease .5s
}

.credit-profile-img {
    width: 40px
}

.posted-profile {
    width: 22px
}

.transition-3d-hover {
    transition: all .2s ease-in-out
}

.transition-3d-hover:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px)
}

.gradient-text {
    color: #000
}

.icon {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center
}

.user-img {
    width: 40px
}

.admin-icon {
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.social-icon {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.icon-sm {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.app-nav a.nav-link.py-4 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
    color: #000;
    font-size: 15px
}

.app-nav .navbar-nav .nav-link:hover {
    color: #f54a01
}

.app-nav .navbar-nav .nav-link.active {
    color: #f54a01
}

.osahan-header-logo .logo {
    height: 30px
}

.navbar-nav .dropdown-menu {
    box-shadow: 0 24px 21px rgb(0 0 0/11%) !important
}

.dropdown:hover>.dropdown-menu {
    display: block;
    animation: dropdown-show .25s cubic-bezier(.68, -.55, .265, 1.55)
}

@keyframes dropdown-show {
    from {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

.dropdown-menu:hover .dropdown-item {
    opacity: .6
}

.dropdown-menu .dropdown-item:hover {
    opacity: unset;
    font-weight: 500
}

.dropdown-item {
    transition: all .2s ease-in-out;
    padding-right: 40px
}

.dropdown-item:hover {
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.dropdown-item:after {
    content: "\ea6c";
    font-family: remixicon !important;
    font-style: normal;
    position: absolute;
    right: 0;
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dropdown-item:hover:after {
    opacity: unset;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.dropdown-item {
    position: relative
}

#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1) !important;
    background-color: #fff;
    color: #2d2a3e;
    width: 50px;
    border-radius: 100px;
    cursor: pointer;
    height: 50px;
    border: 3px solid #ebebeb;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

#back-to-top:hover {
    box-shadow: 0 10px 40px 0 rgba(47, 47, 47, .1) !important;
    background-color: #2d2a3e;
    color: #fff
}

#sidebar .offcanvas-header .link-light {
    color: #000 !important
}

#sidebar .offcanvas-body .nav-item .nav-link {
    text-align: center;
    padding: 15px 20px !important
}

#sidebar .offcanvas-body .nav-item.dropdown {
    position: unset !important
}

#sidebar .offcanvas-body .dropdown-menu {
    position: relative !important;
    transform: unset !important;
    box-shadow: none !important
}

#sidebar .offcanvas-body .dropdown-menu .dropdown-mega-content .col-lg-3 {
    border: none !important;
    padding: 15px !important;
    text-align: center
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

[data-bs-theme=dark] .page-loading {
    background-color: #121519
}

.page-loading.active {
    opacity: 1;
    visibility: visible
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0
}

.page-loading.active>.page-loading-inner {
    opacity: 1
}

.page-loading-inner>span {
    display: block;
    font-family: inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #6f788b
}

[data-bs-theme=dark] .page-loading-inner>span {
    color: #fff;
    opacity: .6
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #d7dde2;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite
}

[data-bs-theme=dark] .page-spinner {
    background-color: rgba(255, 255, 255, .25)
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.slider-container {
    width: 100%;
    padding: 0rem 0;
    height: 100%;
}
.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.collapse-content {
    display: none;
}

.icons-list {
    display: flex;
    flex-wrap: wrap; /* Allow wrapping for responsive design */
    list-style: none;
    padding: 0;
    margin: 0;
}
.icons-list li {
    display: flex;
    align-items: center;
    margin: 10px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    flex: 1 1 calc(25% - 20px); /* 4 items per row with margin */
    box-sizing: border-box; /* Include padding and border in element's total width and height */
}
.icons-list li:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
.icons-list img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    
    object-fit: cover;
}
.icons-list .text-item {
    font-size: 1rem;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .icons-list li {
        flex: 1 1 calc(33.33% - 20px); /* 3 items per row */
    }
}
@media (max-width: 992px) {
    .icons-list li {
        flex: 1 1 calc(50% - 20px); /* 2 items per row */
    }
}
@media (max-width: 768px) {
    body{
        overflow-x: hidden;
    }

    .icons-list li {
        flex: 1 1 100%; /* 1 item per row */
    }

    .bg-homepage {
        background-image: url(../img/1080x1920-3.jpg); /* Use single quotes to avoid issues */
      
        background-repeat: no-repeat;
        background-size: contain;
       
        width: 100%; /* Ensure the element is full-width */
        
    }

    .slidertop{
        margin-top: 0px!important;
    }
    .bg-homepage1 {
        background-image: url(../img/1080x1920-2.jpg); /* Use single quotes to avoid issues */
      
        background-repeat: no-repeat;
        background-size: contain;
       
        width: 100%; /* Ensure the element is full-width */
    }

    .slidertop{
        margin-top: 0px!important;
    }

    .bg-homepage2 {
        background-image: url(../img/1080x1920-1.jpg); /* Use single quotes to avoid issues */
      
        background-repeat: no-repeat;
        background-size: contain;
       
        width: 100%; /* Ensure the element is full-width */
    }

    .slidertop{
        margin-top: 0px!important;
    }

}




.curi {
    position: relative;
    color: white;
    padding: 80px 20px;
    
    overflow: hidden; /* Ensures the pseudo-element stays within the section bounds */
}

.curi::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/test.jpg); /* Replace with actual image URL */
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.5); /* Darkens the image slightly */
    filter: blur(0.5px) brightness(0.9);
    z-index: -1; /* Keeps the overlay behind the content */
}


.faculty-section {
    padding: 2rem 1rem;
    background-color: #f8f9fa;
}

.faculty-carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.faculty-carousel {
    display: flex;
    overflow-x: auto;
    padding: 1rem 0;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.faculty-card {
    flex: 0 0 auto;
    width: 22%; /* Adjust width for desktop */
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    scroll-snap-align: center;
}

.faculty-card img {
    width: 100%;
    border-radius: 10px;
}

.faculty-card-body {
    padding: 1rem;
}

.faculty-card-title {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.faculty-card-position {
    color: #6c757d;
}

/* Hide scrollbars */
.faculty-carousel::-webkit-scrollbar {
    display: none;
}
.faculty-carousel {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 38%);
    color: #fff;
    border: none;
    padding: 1px;
    cursor: pointer;
    height: 40px;
    width: 23px;
    font-size: 29px;
}

.carousel-control-prev {
    left: 10px;
}

.carousel-control-next {
    right: 10px;
}

@media (max-width: 768px) {
    .faculty-card {
        width: 48%; /* Adjust width for mobile */
    }
}


.gradient-custom {
    background: radial-gradient(50% 123.47% at 50% 50%, #00ff94 0%, #720059 100%),
      linear-gradient(121.28deg, #669600 0%, #ff0000 100%),
      linear-gradient(360deg, #0029ff 0%, #8fff00 100%),
      radial-gradient(100% 164.72% at 100% 100%, #6100ff 0%, #00ff57 100%),
      radial-gradient(100% 148.07% at 0% 0%, #fff500 0%, #51d500 100%);
    background-blend-mode: screen, color-dodge, overlay, difference, normal;
  }
  .carousel-indicators {
    border-radius: 50%;
    width: 10px;
    height: 10px;
  }

  .slider {
    margin-top: 50px;
}

.slick-slide {
    padding: 20px;
}

.cardd {
    background: linear-gradient(145deg, #0b2054, #05219c7f);
    border: none;
    border-radius: 15px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.cardd:hover {
    transform: translateY(-10px);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
}

.cardd img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.cardd-body {
    padding: 20px;
}

.cardd-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
}

.cardd-text {
    color: #000000;
}

.slick-dots li button:before {
    color: #333;
    font-size: 12px;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
}

.icon {
    font-size: 2rem;
    color: #007bff;
}

.section-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 0.5rem;
}

.fee-amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
    margin-top: 0.5rem;
}

.fee-details {
    font-size: 1rem;
    color: #555;
    margin-top: 0.25rem;
}

.equal-height {
    display: flex;
    flex-wrap: nowrap;
}

.equal-height > .col {
    margin-bottom: 1rem;
    flex: 1;
}

.card {
    /* height: 100%; */
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-footer {
    font-size: 0.9rem;
    color: #888;
    border-top: 1px solid #eee;
    margin-top: 20px;
    padding-top: 10px;
}

.nav-pills .nav-link.active {
    font-weight: 600;
}


/* Fixed Button Styling */
    #sidestickybutton {
      position: fixed;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      background-color: #007bff;
      color: #fff;
      padding: 15px 10px!important;
      border-radius: 30px 0 0 30px;
      font-size: 16px;
      cursor: pointer;
      z-index: 1000;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      letter-spacing: 3px;
    }

.input-error {
    border: 1px solid #ff0000 !important;
    background-color: #fce4e4 !important;
}

    /* Button Style for Phones */
    @media (max-width: 768px) {
      #sidestickybutton {
        padding: 10px 8px;
        font-size: 14px;
      }
    }