/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 60px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
    z-index:99 !important;
}

.topbar {
    padding: 2px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }

}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {
        left: -735px;
    }

    to {
        left: 735px;
    }
}

/*** Topbar End ***/
/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #ffffff;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        border: 0;
        transition: .5s;
        opacity: 0;
        border-radius: 10px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    display: block;
    opacity: 1;
    background: var(--bs-light) !important;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.3s ease, opacity 0.3s ease;
    border-radius: 10px !important;
    position: absolute;
    top: 100%;
    right: 0; /* Aligning submenu to the right */
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}

/*** Navbar End ***/



.subscribe-feature {
    width: 100%;
    background: linear-gradient(rgb(84 83 83 / 93%), rgb(125 136 140 / 24%)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(#1b7dffa6, #02a79a82), url(../img/features-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}

/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel {
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whatss-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whatss-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whatss-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .whatss-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whatss-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}

.apply-now-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    border-radius: 10px;
    z-index: 2;
}

/*** Banner Section End ***/


/*** Footer Start ***/
.footer button:hover {
    background: var(--bs-white) !important;
    color: var(--bs-primary) !important;
}

.footer .footer-item-1 .line-h {
    line-height: 38px;
}

.footer .footer-item-1 a i {
    transition: 0.5s;
}

.footer .footer-item-1 a:hover i {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    line-height: 38px;
}

.footer .footer-item-2 a {
    transition: 0.5s;
}

.footer .footer-item-2 a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-3 a {
    transition: 0.5s;
}

.footer .footer-item-3 a:hover {
    color: var(--bs-primary) !important;
}

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.steps {
    width: 100%;
    background: linear-gradient(rgb(3 133 122 / 78%), rgb(2 170 157 / 37%)), url(../img/bluebackground.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}


.steps .row {
    overflow: hidden;
}

.steps .content-item {
    padding: 20px 40px;
    border-left: 1px solid #515462;
    margin: -1px;
}

.steps .content-item h4 {
    font-size: 50px;
    font-weight: 500;
    padding: 0;
    color: #fff;
    text-align: center;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif !important;
}

.steps .content-item p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}

.counts p {
    line-height: 1.3em;
}

.plac-btn {
    color: #010101 !important;
    border-color: var(--ee-primary-font-color) !important;
    font-weight: 700 !important;
    background: linear-gradient(135deg, #FFC72C 10%, rgb(253 255 108) 100%) !important;
    margin-top: 18px !important;
}

.counter.content-item-h4-three::after {
    content: "%";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.counter.content-item-h4-one::after {
    content: "+";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.counter.content-item-h4-two::after {
    content: "LPA";
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 5px;
}

.slider_card {
    display: grid;
    place-items: center;
    width: 100%;
    max-width: 25.875rem;
    height: 21.125rem;
    overflow: hidden;
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgb(0 0 0 / 7%);
}

.slider_card > * {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}

.card__background {
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}

.card__content {
    --flow-space: 0.9375rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-end;
    height: 100%;
    padding: 12% 1.25rem 1.875rem;
    background: linear-gradient(180deg, hsl(0deg 100% 50% / 8%) 0%, hsl(0deg 100% 50% / 61%) 10%, hsl(0deg 100% 12.99% / 89%) 100%);

}

.card__content--container {
    --flow-space: 1.25rem;
}

.card__title {
    position: relative;
    width: fit-content;
    width: -moz-fit-content;
    /* Prefijo necesario para Firefox  */
}

.card__title::after {
    content: "";
    position: absolute;
    height: 0.3125rem;
    width: calc(100% + 1.25rem);
    bottom: calc((1.25rem - 0.5rem) * -1);
    left: -1.25rem;
    background-color: var(--brand-color);
}

.card__button {
    padding: 0.75em 1.6em;
    width: fit-content;
    width: -moz-fit-content;
    /* Prefijo necesario para Firefox  */
    font-variant: small-caps;
    font-weight: bold;
    border-radius: 0.45em;
    border: none;
    background-color: var(--brand-color);
    font-family: var(--font-title);
    font-size: 1.125rem;
    color: var(--black);
}

.card__button:focus {
    outline: 2px solid black;
    outline-offset: -5px;
}

@media (any-hover: hover) and (any-pointer: fine) {
    .card__content {
        transform: translateY(62%);
        transition: transform 500ms ease-out;
        transition-delay: 500ms;
    }

    .card__title::after {
        opacity: 0;
        transform: scaleX(0);
        transition: opacity 1000ms ease-in, transform 500ms ease-out;
        transition-delay: 500ms;
        transform-origin: right;
    }

    .card__background {
        transition: transform 500ms ease-in;
    }

    .card__content--container > :not(.card__title),
    .card__button {
        opacity: 0;
        transition: transform 500ms ease-out, opacity 500ms ease-out;
    }

    .slider_card:hover,
    .slider_card:focus-within {
        transform: scale(1.05);
        transition: transform 500ms ease-in;
    }

    .slider_card:hover .card__content,
    .slider_card:focus-within .card__content {
        transform: translateY(0);
        transition: transform 500ms ease-in;
    }

    .slider_card:focus-within .card__content {
        transition-duration: 0ms;
    }

    .slider_card:hover .card__background,
    .slider_card:focus-within .card__background {
        transform: scale(1.3);
    }

    .slider_card:hover .card__content--container > :not(.card__title),
    .slider_card:hover .card__button,
    .slider_card:focus-within .card__content--container > :not(.card__title),
    .slider_card:focus-within .card__button {
        opacity: 1;
        transition: opacity 500ms ease-in;
        transition-delay: 300ms;
    }

    .slider_card:hover .card__title::after,
    .slider_card:focus-within .card__title::after {
        opacity: 1;
        transform: scaleX(1);
        transform-origin: left;
        transition: opacity 500ms ease-in, transform 500ms ease-in;
        transition-delay: 500ms;
    }
}

#slider_cards h2 {
    font-size: 1.7rem;
    font-family: var(--font-title);
    color: white;
    line-height: 1.1;
}

#slider_cards p {
    font-family: var(--font-text);
    font-size: 1rem;
    line-height: 1.5;
    color: white;
}

.new-logo-center {
    margin-left: 8%;
    text-align: center;
}

#social-media-container {
    position: fixed;
    top: 555px;
    left: 55px;
    padding: 0;
    list-style: none;
    z-index: 1;
    display: none; /* Hide the social-media-container by default */
    background: linear-gradient(135deg, #036059 10%, #02b7a9 100%) !important;
    border-radius: 5px;

}

#right-list {
    position: fixed;
    right: -2px;
    top: 40%;
    float: right;
    width: 17%;
    height: 30px;
    text-align: center;
    list-style: none;
    z-index: 1;

}


#right-list li {
    padding: 0.3em;
}

#right-list li a {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
}

#browser-icon {
    position: fixed;
    top: 398px;
    left: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
}

#social-media-container li {
    padding-right: 10px;
}

#social-media-container li:last-child {
    border-right: none;
}

#browser-icon li a, #social-media-container li a {
    display: block;
    text-decoration: none;
    color: white;
}

#browser-icon li a span, #social-media-container li a span {
    display: block;
    max-width: 60px;
    padding: 10px;
    transition: all 0.2s ease-in-out;
}

#browser-icon li a:hover span, #social-media-container li a:hover span {
    background: rgba(0, 0, 0, 0.2);
}

#browser-icon li {
    width: 53px;
}

/*** Footer End ***/


.navbar {
    padding: 0 !important;
}

.top-first {
    display: flex;
    padding: 20px;
    color: black;
}

#callBack form {
    max-width: 300px;
    margin: 10px auto;
    padding: 10px 20px;
    border-radius: 8px;
}

.modal-header, .modal-footer {
    background: linear-gradient(5deg, #3a3a3a 10%, rgb(0 0 0) 100%) !important;
}

#codes p {
    color: rgb(0, 0, 0);
}

#callBack h1 {
    margin: 0 0 30px 0;
    text-align: center;
}

#callBack input[type="text"],
#callBack input[type="password"],
#callBack input[type="date"],
#callBack input[type="datetime"],
#callBack input[type="email"],
#callBack input[type="number"],
#callBack input[type="search"],
#callBack input[type="tel"],
#callBack input[type="time"],
#callBack input[type="url"],
#callBack textarea,
#callBack select {
    background: rgba(255, 255, 255, 0.1);
    border: grey;
    font-size: 16px;
    height: auto;
    margin: 0;
    outline: 0;
    padding: 15px;
    width: 100%;
    background-color: rgb(252, 252, 252);
    color: #000000;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
    margin-bottom: 30px;
}

#callBack input[type="radio"],
#callBack input[type="checkbox"] {
    margin: 0 4px 8px 0;
}

#callBack select {
    padding: 6px;
    height: 32px;
    border-radius: 2px;
}

#callBack button {
    padding: 19px 39px 18px 39px;
    color: #FFF;
    background: linear-gradient(135deg, #505050 10%, rgb(134 146 151) 100%) !important;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    border: black;
    border-width: 1px 1px 3px;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
    margin-bottom: 10px;
}

#callBack fieldset {
    margin-bottom: 30px;
    border: none;
}

#callBack legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

#callBack label {
    font-weight: 600;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    display: block;
    margin-bottom: 8px;
}

#callBack label.light {
    font-weight: 300;
    display: inline;
}

#callBack .number {
    background-color: #5fcf80;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
}

@media screen and (min-width: 480px) {
    #callBack form {
        max-width: 480px;
    }
}


.sticky-icon {
    z-index: 1;
    position: fixed;
    top:55%;
    left: -20px;
    width: 225px;
    display: flex;
    flex-direction: column;
}

.sticky-icon li {
    transform: translate(-160px, 0px);
    text-align: right; /* Align text to the right */
    text-decoration: none;
    padding: 10px;
    list-style: none;
    transition: all 0.8s;
}

.dashed_border {
    border-right: 1px solid white;
    border-right-style: dashed;
}

.sticky-icon li:hover {
    color: #fff;
    transform: translate(0px, 0px);
}

.sticky-icon li:hover i {
    transform: rotate(360deg);
}

.sticky-icon li a {
    color: #fff;

}

.sticky-icon li a i, .sticky-icon li i {
    margin-left: 12px; /* Adjusted margin for left alignment */
    margin-right: 5px;
    transition: all 0.5s;
}

.whatsapp-green {
    background: linear-gradient(5deg, #43ff2c 10%, rgb(40 117 0) 100%) !important;
    color: #FFF;
}

.golden-yellow {
    background: linear-gradient(5deg, #FFC72C 10%, rgb(253 255 108) 100%) !important;
    color: #FFF;
}

.distamber {
    background: linear-gradient(5deg, #0ecfc6 10%, rgb(49 177 170) 100%) !important;
    color: #FFF;
}

.olive-pastel {
    background: linear-gradient(5deg, #036059 10%, #02b7a9 100%) !important;
    color: #FFF;
}


#myBtn {
    height: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    text-align: center;
    padding: 10px;
    text-align: center;
    line-height: 40px;
    border: none;
    outline: none;
    background-color: #1e88e5;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

.fa-arrow-circle-up {
    font-size: 30px;
}

#myBtn:hover {
    background-color: #555;
}

@media screen and (max-width: 767px) {
    #right-list {
        display: none;
    }

    .mobile_bottom.showicon {
        bottom: 0;
    }

    .mobile_bottom {
        position: fixed;
        bottom: -100px;
        left: 0;
        right: 0;
        background: linear-gradient(5deg, #004b93 10%, #00162a 100%);
        z-index: 99;
        display: block !important;
        transition: .3s;
    }

    .mobile_bottom ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
    }

    .mobile_bottom li a {
        display: block;
        padding: 15px 0;
        font-size: 14px;
        box-sizing: border-box;
        text-decoration: none;
        color: #fff;
    }

    .mobile_bottom li {
        width: 33.33%;
        text-align: center;
        height: 50px;
    }

    .card__content {
        background: linear-gradient(180deg, hsl(0deg 0.39% 1.72% / 8%) 0%, hsl(0deg 0.39% 4.07% / 28%) 10%, hsl(0deg 0% 0% / 89%) 100%);
    }
}


.placement_slide img {
    width: 300px;
    height: 300px;
    animation: scroll 35s linear infinite;
}

.placement_slide-track {
    width: 100%;
    display: flex;
    gap: 4em;
    overflow: hidden;
}

.placement_slider {
padding:85px
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translatex(-1000%)
    }
}

#callBack,#applynowframe {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh; /* Set a height to ensure vertical centering */
}

#applynowframe{
    height: auto !important;
}
/* Style the modal content */
#callBackModal .modal-content,#applynow .modal-content {
    border-radius: 10px;
}

/* Style the iframe */
#callBackModal iframe,#applynow iframe {
    width: 100%;
    height: 100%;
    border: 0;

    /* Customize the scrollbar */
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f0f0f0;
}

/* For WebKit browsers (Chrome, Safari) */
#callBackModal iframe::-webkit-scrollbar,#applynow iframe::-webkit-scrollbar {
    width: 12px;
}

#callBackModal iframe::-webkit-scrollbar-thumb,#applynow iframe::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

#callBackModal iframe::-webkit-scrollbar-track,#applynow iframe::-webkit-scrollbar-track {
    background-color: #f0f0f0;
}

/* Style the modal header */
#callBackModal .modal-header,#applynow .modal-header {
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* Style the close button */
#callBackModal .modal-header button,#applynow .modal-header button {
    color: white;
}

@media (max-width: 768px) {
    .owl-prev, .owl-next {
        display: none;
    }
}

.iframe-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%; /* Adjust this value for the desired aspect ratio */
    border-radius: 10px;
    height: 400px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-iframe-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%; /* Adjust this value for the desired aspect ratio */
    border-radius: 10px;
    height:250px;
}

.footer-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#affiliated-mobile {
    display: none;
}

#affiliated-web {
    display: block;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    #affiliated-mobile {
        display: block;
    }

    #affiliated-web {
        display: none;
    }
    .sub_top_banner{
        height: auto !important;
      }
}

.bg-menu {
    background-color: #004281 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / 67%);
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: black;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.corasal-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.border-bottom {
    border-bottom: 1px solid #080808 !important;
}

.card_icon {
    font-size: 50px;
    color:#004281;
}

.all_event_card {
    border-radius: 5px;
    color: white;
    padding: 10px 0 5px;
    height: auto;
    width: 450px;
}

.why_card {
    background: linear-gradient(5deg, #004281 10%, #06cbd5db 100%);
    border-radius: 5px;
    color: white;
    padding: 10px 0 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #555;
    height: 450px;
}

.why_card-container {
    align-items: start;
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(auto-fit, 350px);
    justify-content: center;
}

.all-event-container {
    align-items: start;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, 450px);
    justify-content: center;
}
.card-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-menu {
    .dropdown-toggle {
        &::before,
        &::after {
            position: absolute;
            top: 0.85em;
        }

        &::before {
            left: 0.255em;
        }

        &::after {
            right: 0.255em;
        }
    }
}

.fixed-bg {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    color: white;
    text-align: center;
    display: table;
}

/* Style for icon sections */
.icon-section {
    display: inline-block;
    width: 19%; /* Adjust the width as needed */
    text-align: center;
    padding: 3px;
    color: white;

}

.icon-section p {
    color: white;
    font-size: 12px;
}

.icon {
    font-size: 20px; /* Adjust the size of icons */
    margin: 3px;
}

/* Style for the menu section */
.menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background-color: #F0F0EE;
    padding: 5px 25px 45px 25px;
}

.menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    background-color: #FFF;
    border-radius: 20px;
}

.menu-item i {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 22px; /* Adjust the size as needed */
    color: #004281;
}

.menu-item span {
    text-align: center;
    line-height: 1.2; /* Adjust line height for spacing */
    color: #004281;
    font-size: 12px;
}

#sliding_menu {
    display: none;
    background-color: #F0F0EE;
    padding-top: 40px;
}

.circle {
    position: absolute;
    bottom: 50px;
    margin-left: -10px;
    width: 90px; /* Adjust size as needed */
    height: 90px; /* Adjust size as needed */
    background: linear-gradient(5deg, #ff3131 10%, #f00 100%);
    border-radius: 50%; /* Ensures it's a circle */
    padding-top: 25px;
    z-index: 2000;
}

.menu-container {
    width: 200px; /* Adjust the width as needed */
    background-color: #333;
    border-radius: 0 0 50% 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.menu-options {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu-options li {
    padding: 10px;
    color: white;
    text-align: center;
    cursor: pointer;
}

.menu-options li:hover {
    background-color: #555;
}


.campusBtnData {
    position: absolute;
    top: 417px; /* padding: 0; */
    width: 350px;
    background: linear-gradient(5deg, #ff3131 10%, #f00 100%);
    left: 35px !important;
    margin: auto;
    list-style-type: none;
    height: 200px;
    border-radius: 200px 200px 0 0;
    display: flex;
    clip-path: polygon(51.67% -25%, 52.92% -116.66%, 50% 146.67%, 52.91% -115.83%);
    transition: all 0.5s;
}

.campusBtnData.show {
    clip-path: polygon(52.24% -45.4%, -35% 83.34%, 50% 146.67%, 138.72% 74.17%);
    z-index: 1000;
}

.campusBtnData li {
    width: 100%;
    position: relative;
    height: fit-content;

}

.campusBtnData li a {
    display: block;
    width: 110px;
    font-size: 20px;
    padding: 5px 0;
    text-decoration: underline;
}

.campusBtnData li:nth-child(1) {
    top: 77px;
    left: 22px
}

.campusBtnData li:nth-child(2) {
    top: 13px;
    left: -42px;
}

.campusBtnData li:nth-child(3) {
    top: -33px;
    left: -102px
}

.campusBtnData li:nth-child(4) {
    top: 13px;
    left: -159px
}

.campusBtnData li:nth-child(5) {
    top: 77px;
    left: -219px;
}


.campusBtnClick.click span {
    background: url(https://www.bits-pilani.ac.in/wp-content/uploads/close.png) no-repeat center center;
    background-size: 18px;
}

.campusBtnClick.click span img {
    opacity: 0;
}
.placement_card {
    background: linear-gradient(5deg, #ff3131 10%, #f00 100%);
    border-radius: 5px;
    color: white;
    padding: 10px 0 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #555;
    height: 500px;
}
.infrastructure_card {
    background: linear-gradient(5deg, #00103f 10%, #0a8177db 100%);
    border-radius: 5px;
    color: white;
    padding: 10px 0 5px;
    text-align: center;
    text-shadow: 1px 1px 0 #555;
    height: 360px;
}

.card-text-wrapper {
    /* position: absolute; */
    bottom: 0;
    background-color: rgb(0 0 0 / 70%);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
  .hide {
    display: none;
  }
  .show {
    display:block;
  }
  .card-wrapper {
    width: 100%;
    display:inline-block;
    background-size:cover;
    position: relative;
    cursor: pointer;
  }
  .bottom-menu a{
color: white;
  }

  .faq-drawer {
    margin-bottom: 0.5rem;
    flex: 1;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
 }

 .faq-drawer__title {
    display: block;
    position: relative;
    padding: 1.8rem 3.5rem 1.8rem 1.8rem;
    margin-bottom: 0;

    background: white;

    color: #373737;
    font-weight: 600;
    font-size: 15px;

    border-radius: 8px;
    transition: all 0.25s ease-out;
    cursor: pointer;
 }

 .faq-drawer__title:hover {
    color: #747474;
 }

 .faq-drawer__title::after {
    content: " ";

    position: absolute;
    width: 0;
    height: 0;
    top: 34px;
    right: 20px;
    float: right;

    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor;
    transition: transform 0.2s ease-out;
 }

 .faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-180deg);
 }

 .faq-drawer__content-wrapper {
    overflow: hidden;
    max-height: 0px;
    font-size: 15px;
    line-height: 23px;

    transition: max-height 0.25s ease-in-out;
 }

 .faq-drawer__trigger:checked
    + .faq-drawer__title
    + .faq-drawer__content-wrapper {
    max-height: fit-content;
 }

 .faq-drawer__trigger:checked + .faq-drawer__title {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
 }

 .faq-drawer__content-wrapper .faq-drawer__content {
    background: white;
    padding: 2px 18px 14px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
 }
 #card_collapse{
 input[type="checkbox"] {
    display: none;
 }
}
.modal-dialog {
max-width: 700px;
}
select#courseSelect {
    background-color: white;
    /* Add other styles here */
}

/* Add dropdown icon */
select#courseSelect {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="black" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 8px center;
    padding-right: 2.5em; /* Adjust as needed */
}

/* This is to hide the default arrow in IE */
select#courseSelect::-ms-expand {
    display: none;
}
.applynow_title{
    font-weight:600;
    margin-top:20px;
    font-size:24px
  }
  
  #verifyotpcontainer input{
    display:inline-block;
    width:50px;
    height:50px;
    text-align:center;
  }
  .bgWhite{
    background:white;
    box-shadow:0px 3px 6px 0px #cacaca;
  }
  .bullet-label {
    list-style-type: disc;
  }