.dsu-addmission {
    display: block;
    padding: 20% 0 0;
}

.dsu-addmission h1 {
    font-family: "Glory", sans-serif;
    font-size: 54px;
    line-height: 68px;
    color: #fff;
    font-weight: 700;
    text-transform: inherit;
}

.join_img img {
    width: 40%;
}

.form-container {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    text-align: center;
}

.btn-submit {
    background-color: #ff8c00 !important;
    color: white !important;
    border: none !important;
}

.btn-submit:hover {
    background-color: #e67e22;
}

.form-footer {
    font-size: 0.8rem;
    color: gray;
    margin-top: 10px;
}

.form-footer a {
    color: #007bff;
    text-decoration: none;
}

.form-footer a:hover {
    text-decoration: underline;
}

.trending-content>strong {
    font-family: "Glory", sans-serif;
    font-size: 30px;
    display: block;
    padding-top: 2px;
    color: #6c757d;
    font-weight: 500;
    line-height: 38px;
}

.course_lists- h3 span,
.text-orange-clr {
    color: #f78d27;
}


.vertical-line {
    width: 3px;
    height: 160px;
    background-color: #c4c4c4;
    margin: 10 auto;
}

.custom-card {
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.custom-card-header {
    background-color: #011167;
    color: white;
    padding: 10px 15px;
    font-size: 1.2rem;
    font-weight: bold;
}

.custom-card-body {
    margin-top: 13px;
    padding: 0px;
}

.custom-card-footer {
    background-color: #fff4e6;
    text-align: center;
    padding: 10px;
}

.custom-card-footer a {
    text-decoration: none;
    color: #f78d27;
    font-weight: bold;
}

.custom-card-footer a:hover {
    text-decoration: underline;
}

.slick-slide {
    outline: none;
}


/* Custom arrows styling */
.slick-prev,
.slick-next {
    background-color: #f78d27;
    color: white;
    width: 40px;
    height: 40px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 10;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #011167;
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    color: #ff8c00 !important;
}

/* Add spacing between cards */
.slider .slick-slide {
    margin: 0 50px !important;
    /* Horizontal gap */
}

.slider {
    margin-left: -15px;
    /* Adjust slider alignment */
    margin-right: -15px;
    /* Adjust slider alignment */
}


#custom-slider {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

/* Card Styles */
.custom-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 0px;
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
}

.custom-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.custom-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.custom-card p {
    font-size: 0.9rem;
    color: #555;
}

/* Active Slide Styles */
#custom-slider .slick-center .custom-card {
    transform: scale(1.4) translateY(-30px);
    /* Pop-Out Effect */
    opacity: 1;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Non-Active Slides */
#custom-slider .custom-card {
    transform: scale(0.9);
    opacity: 0.6;
    z-index: 1;
}

/* Custom Arrows */
.custom-prev,
.custom-next {
    background-color: #011167;
    border-radius: 50%;
    color: white !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-prev:hover,
.custom-next:hover {
    background-color: #f78d27;
}

.custom-prev:before,
.custom-next:before {
    font-size: 20px;
    color: white;
}

.custom-prev {
    left: -50px;
}

.custom-next {
    right: -50px;
}

@media (max-width: 768px) {
    .custom-prev {
        left: -20px;
    }

    .custom-next {
        right: -20px;
    }
}

/* new slider */
#custom-slider {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

/* Card Styles */
.customm-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.5s ease, opacity 0.5s ease, z-index 0.5s ease;
}

.customm-card img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    border-radius: 10px;
    margin-bottom: 15px;
}

.customm-card h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.customm-card p {
    font-size: 0.9rem;
    color: #555;
}

/* Active Slide Styles */
#custom-slider .slick-center .customm-card {
    transform: scale(1.4) translateY(-30px);
    /* Pop-Out Effect */
    opacity: 1;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Non-Active Slides */
#custom-slider .customm-card {
    transform: scale(0.9);
    /* opacity: 0.6; */
    z-index: 1;
}

/* Custom Arrows */
.custom-prev,
.custom-next {
    background-color: #011167;
    border-radius: 50%;
    color: white !important;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.custom-prev:hover,
.custom-next:hover {
    background-color: #f78d27;
}

.custom-prev:before,
.custom-next:before {
    font-size: 20px;
    color: white;
}

.custom-prev {
    left: -50px;
}

.custom-next {
    right: -50px;
}

@media (max-width: 768px) {
    .custom-prev {
        left: -20px;
    }

    .custom-next {
        right: -20px;
    }
}

.Companies_logo {
    background: #fff;
    border: 1px solid rgba(173, 181, 189, 0.5);
    border-radius: 3px;
}

.Companies_logo img {
    height: auto;
    width: auto;
    border-radius: 0;
    object-fit: cover;
}

section.book_now_secetion {
    background: #344185;
    padding: 5rem 0 !important;
}

.free_counseling_c {
    font-size: 32px;
    text-align: center;
    line-height: 44px;
    color: #fff;
}

.free_counseling_c span {
    color: #f78d27;
    text-transform: uppercase;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.book_now_btn a {
    font-size: 20px;
    line-height: 88px;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 36px;
    position: relative;
    left: -40px;
}

.footer {
    width: 100%;
    display: table;
    padding: 10px 0;
    background-color: #6f6f6f;
}


.vertical-button {
    position: fixed;
    right: -55px;
    /* Negative margin to stick slightly out of the screen */
    top: 50%;
    /* Vertically centered */
    transform: translateY(-50%) rotate(-90deg);
    /* Centers and rotates the button */
    background-color: #f15a29;
    color: white;
    padding: 10px 0;
    width: 150px;
    /* Adjusted width */
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    transform-origin: center center;
    /* Rotation anchor point */
    cursor: pointer;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.vertical-button:hover {
    background-color: #d04921;
}

/* Make the buttons stack vertically in collapsed navbar */
@media (max-width: 991px) {
    .navbar-nav.ml-auto {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav.ml-auto .nav-item {
        margin: 5px 0;
    }
}

/* colleges */
/* Custom styles for slick carousel */
.collegecrousel-slide img {
    width: 100%;
    height: auto;
}

/* Optional: Customize the carousel container */
.collegecrousel-container {
    margin: 0 auto;
    padding: 20px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .desktopp {
        display: none;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    ...
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    ...
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    ...
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    ...
}