* {
    margin: 0;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}

body {
    font-family: Poppins-Regular !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 25px !important;
    letter-spacing: 1px;
    overflow-x: hidden !important;
    padding-top: 70px;
}

.pointerCursor {
    cursor: pointer;
}

.mT30 {
    margin-top: 30px;
}

.mT40 {
    margin-top: 40px;
}

.mT80 {
    margin-top: 80px;
}

.mB25 {
    margin-bottom: 25px;
}

.mB50 {
    margin-bottom: 50px;
}

.mB80 {
    margin-bottom: 80px;
}

.pT80 {
    padding-top: 80px !important;
}

.navbar {
    background-color: #fff !important;
    box-shadow: 0px 0px 10px 0px #58595b !important;
}

.nav-link {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
}

    .nav-link:hover {
        color: #36367e !important;
    }

.btn-symposium-2023 {
    font-size: 15px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(to right, #253970, #0486dd) !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 10px 35px !important;
    white-space: nowrap !important;
}

    .btn-symposium-2023:hover {
        background: linear-gradient(to right, #0486dd, #253970) !important;
    }

.slider-bg {
    height: 100%;
    background-image: url("../images/new-slider-bg.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

.slider-title {
    font-size: 55px !important;
    color: #303970 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 45px !important;
    padding-top: 50px !important;
    margin-bottom: 30px !important;
}

.btn-register-now {
    font-size: 18px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background-color: #ffc300 !important;
    box-shadow: 0px 3px 12px 0px #58595b !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 35px !important;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
}

    .btn-register-now::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        transform: skewX(-25deg);
        transition: left 0.7s ease;
    }

    .btn-register-now:hover::after {
        left: 125%;
    }

#countdown {
    color: #fff !important;
    background: linear-gradient(to right, #253970, #0486dd) !important;
    border-radius: 10px !important;
    position: absolute !important;
    z-index: 1 !important;
    box-shadow: 0px 3px 12px 0px #000 !important;
    margin-top: -5px;
    padding: 15px 40px 10px 40px;
}

    #countdown ul {
        padding-left: 0 !important;
        margin-bottom: 0 !important;
    }

    #countdown li {
        display: inline-block;
        font-size: 20px;
        list-style-type: none;
        padding: 10px;
    }

        #countdown li span {
            display: block;
            font-size: 40px;
            margin-bottom: 10px;
        }

        #countdown li div {
            font-size: 14px;
        }

@media all and (max-width: 768px) {
    #countdown li {
        font-size: calc(1.125rem * var(--smaller));
    }

        #countdown li span {
            font-size: 38px;
        }
}

.fa-map-marker:before, .fa-calendar:before, .fa-clock-o:before {
    font-size: 28px !important;
    color: #37367f !important;
    margin-right: 5px !important;
}

.event-content {
    font-size: 18px !important;
    color: #36367e !important;
    text-transform: uppercase !important;
    vertical-align: text-bottom !important;
}

.key-discussion-points-bg {
    background-image: url('../images/prize-bg.jpg');
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

    .key-discussion-points-bg h1 {
        font-size: 45px !important;
        color: #fff !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: center !important;
        padding-top: 108px !important;
    }

        .key-discussion-points-bg h1 span {
            color: #39a5ce !important;
        }

.key-discussion-points-white-outer {
    background-color: #fff !important;
    border-radius: 20px !important;
    box-shadow: 0px 0px 25px 0px #000 !important;
}

.key-discussion-points-blue-bg {
    width: 250px !important;
    background-image: url("../images/award-trophy.jpg") !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
    background-size: cover !important;
    margin-top: 0px !important;
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
}

.key-discussion-points-margin {
    margin: 80px 20px;
}

.key-discussion-points-white-outer h3 {
    font-size: 30px;
    color: #39a5ce;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.key-discussion-points-white-outer p {
    font-size: 18px;
}

@media (min-width:1200px) {
    .navbar-nav {
        --bs-nav-link-padding-x: none !important;
    }
}

@media (max-width:576px) {
    .btn-symposium-2023 {
        margin-bottom: 10px !important;
    }
}

.guest h1 {
    font-size: 45px !important;
    color: #303970 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

    .guest h1 span {
        color: #39a5ce !important;
    }

.guest-img-wrapper {
    width: 280px;
    height: 280px;
}

    .guest-img-wrapper img {
        width: 280px;
        height: 280px;
        border: 10px solid #fff;
        border-radius: 20px;
        background-color: #fff;
        box-shadow: 0px 0px 15px 0px #58595b !important;
        cursor: pointer;
    }

.guest-info {
    width: 280px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    background-color: #39a5ce;
    padding: 18px 9px;
    margin-bottom: 50px;
    border-radius: 20px;
    margin-top: 10px !important;
}

    .guest-info span {
        font-size: 17px;
        font-weight: bold !important;
        letter-spacing: 1px;
    }

    .guest-info p {
        text-transform: capitalize !important;
        margin-bottom: 0 !important;
        margin-top: 5px !important;
    }

    .guest-info ul {
        padding-left: 20px !important;
    }

        .guest-info ul li {
            list-style: disc;
            list-style-position: outside;
            color: #ceedf9 !important;
            text-transform: capitalize !important;
            margin-bottom: 0 !important;
            margin-top: 5px !important;
            margin-bottom: 15px !important;
        }

.insights-bg {
    background-image: url('../images/prize-bg.jpg');
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: cover !important;
    margin-top: 0px !important;
}

    .insights-bg h1 {
        font-size: 45px !important;
        color: #fff !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        text-align: center !important;
        padding-top: 80px !important;
        /*padding-bottom: 50px !important;*/
    }

        .insights-bg h1 span {
            color: #39a5ce !important;
        }

.carousel-indicators {
    margin-bottom: -3rem !important;
}

.modal-header {
    color: #fff !important;
    background: #303970 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding: 25px 30px !important;
}

.modal-title {
    font-size: 20px;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 25px !important;
    margin-right: 10px !important;
}

.designation {
    font-size: 16px;
    color: #a3ace5;
    font-weight: normal;
    text-transform: capitalize;
}

.btn-close {
    --bs-btn-close-bg: url("../images/close-icon-img.png") !important;
}

.modal-content {
    border-radius: 0 !important;
    border: none !important;
}

.modal-body {
    text-align: justify !important;
    padding: 30px !important;
    box-shadow: 0px 0px 12px 0px #5a5a5a !important;
}

.carousel-control-prev, .carousel-control-next {
    position: absolute !important;
    top: 50%;
    transform: translateY(0%) !important;
    z-index: 5 !important;
}

.carousel-control-prev {
    left: -85px !important;
    cursor: pointer !important;
}

.carousel-control-next {
    right: -85px !important;
    cursor: pointer !important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 1 !important;
    width: 5% !important;
}

.carousel-control-prev-icon {
    background-image: url("../images/previous-arrow.png") !important;
}

.carousel-control-next-icon {
    background-image: url("../images/next-arrow.png") !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 25px !important;
    height: 44px !important;
}

.carousel-inner {
    border: hidden;
}

.fa-envelope:before {
    font-size: 80px;
    color: #303970;
}

.link {
    font-size: 25px;
    color: #000;
    text-decoration: none !important;
    cursor: pointer;
}

    .link:hover {
        color: #39a5ce;
    }

footer {
    font-size: 13px;
    color: #fff;
    background-color: #39a5ce;
    padding: 15px;
}

.btn-submit {
    font-size: 18px !important;
    color: #fff !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    background: linear-gradient(to right, #253970, #0486dd) !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 8px 28px !important;
}

    .btn-submit:hover {
        background: linear-gradient(to right, #0486dd, #253970) !important;
    }

#verificationCode ::placeholder {
    text-align: center !important;
}

#successfulMsg .big-title {
    font-size: 45px !important;
    color: #39a5ce !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 45px;
}

#successfulMsg .modal {
    text-align: left;
}

::placeholder {
    color: red;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #707275;
}

.btn-close:focus {
    box-shadow: none !important;
}

.navbar-toggler {
    border: none !important;
}

    .navbar-toggler:focus {
        box-shadow: none !important;
    }

/*Start Loader CSS*/
#divLoading {
    margin: 0px;
    display: none;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    z-index: 30001;
    opacity: 0.8;
}

#loading {
    position: absolute;
    color: White;
    top: 50%;
    left: 45%;
}
/*End Loader CSS*/

/*Start Insights CSS*/
.carousel-item {
    margin: 0 auto;
    text-align: justify;
    padding: 50px;
    border-radius: 20px !important;
}

.img-wrapper {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .img-wrapper img {
        width: 150px;
        height: 150px;
        margin-bottom: 30px;
        border: 10px solid #fff;
        box-shadow: 0px 0px 15px 0px #58595b !important;
    }
/*End Insights CSS*/

.speakers-bg {
    background-color: #fff;
    background-image: url("../images/speakers-bg.jpg");
    background-position: top left;
    background-repeat: repeat;
    width: auto;
    height: auto;
}

.thankYouAnnualSymposium {
    font-size: 30px !important;
    margin-bottom: 20px !important;
}

.thankYouReimagineCaptech {
    font-size: 28px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
    text-align: left !important;
}

.stayTuned {
    font-size: 22px !important;
}

.carousel-item h2 {
    font-size: 25px !important;
    color: #0682d7 !important;
    font-weight: bold !important;
    margin-bottom: 0px !important;
}

.insightsDesignation {
    color: #58595b !important;
    margin-bottom: 0px !important;
}

.nd {
    font-size: 25px;
}

.edition {
    font-size: 60px !important;
}

.navbar-collapse .align-items-center {
    align-items: center !important;
}

@media screen and (max-width: 1366px) {
    .navbar-brand {
        height: 57px !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 43px !important;
    }

    .slider-title {
        font-size: 55px !important;
        line-height: 55px !important;
        padding-top: 45px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 51px !important;
    }

    .namasteImg {
        max-height: 450px;
    }

    .nd {
        font-size: 25px;
    }

    .edition {
        font-size: 40px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }
}

@media (max-width: 1024px) {
    .navbar-brand {
        height: 38px !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .btn-symposium-2023 {
        font-size: 12px !important;
    }

    .kpmg-logo {
        height: 28px !important;
    }

    .slider-title {
        font-size: 40px !important;
        line-height: 40px !important;
        padding-top: 70px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 50px !important;
    }

    .namasteImg {
        max-height: 450px;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .nd {
        font-size: 25px;
    }

    .edition {
        font-size: 30px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }
}
/* For mobile devices (min-width: 480px) */
@media (max-width: 767px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-brand {
        height: 40px !important;
    }

    .nav-link {
        font-size: 13px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 30px !important;
    }

    .slider-title {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-top: 30px !important;
    }

    .key-discussion-points-bg h1 {
        font-size: 50px !important;
    }

    .namasteImg {
        max-height: 180px;
    }

    #successfulMsg .big-title {
        font-size: 35px !important;
        line-height: 38px !important;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 28px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .nd {
        font-size: 25px;
    }

    .edition {
        font-size: 40px !important;
    }

    .navbar-collapse .align-items-center {
        align-items: center !important;
    }
}
/* For extra small screens (small mobile devices) */
@media (max-width: 480px) {
    body {
        overflow-x: hidden !important;
    }

    .navbar-brand {
        height: 59px !important;
    }

    .nav-link {
        font-size: 14px !important;
    }

    .btn-symposium-2023 {
        font-size: 13px !important;
    }

    .kpmg-logo {
        height: 43px !important;
    }

    .slider-title {
        font-size: 35px !important;
        line-height: 40px !important;
        padding-top: 30px !important;
    }

    .key-discussion-points-bg h1, .insights-bg h1 {
        font-size: 45px !important;
    }

    .namasteImg {
        max-height: 160px;
    }

    #successfulMsg .big-title {
        font-size: 31px !important;
        line-height: 38px !important;
    }

    .thankYouAnnualSymposium {
        font-size: 22px !important;
        margin-bottom: 20px !important;
    }

    .thankYouReimagineCaptech {
        font-size: 26px !important;
        font-weight: bold !important;
        text-transform: uppercase !important;
        line-height: 30px !important;
        margin-bottom: 30px !important;
        text-align: left !important;
    }

    .stayTuned {
        font-size: 22px !important;
    }

    .nd {
        font-size: 15px;
    }

    .edition {
        font-size: 22px !important;
    }

    .carousel-control-prev-icon {
        background-image: none !important;
    }

    .carousel-control-next-icon {
        background-image: none !important;
    }

    .navbar-collapse {
        border-top: 1px solid #e7e7e7 !important;
        margin-top: 15px !important;
    }

        .navbar-collapse .align-items-center {
            align-items: flex-start !important;
        }
}

.mapOuter {
    font-size: 17px;
    background-color: #f6f5f5;
    padding: 15px;
    border-top: 2px solid #d8e0e7;
    box-shadow: 0px 0px 10px 0px #959697 !important;
}

.icon-bar a {
    text-align: center;
    padding: 8px 10px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.linkedin {
    background: #0c64c5;
    color: #fff;
}

/*Start css for event gallery slider*/
.slick-slide {
    margin: 20px;
    border: 5px solid #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #58595b !important;
}

    .slick-slide img {
        width: 100%;
        height: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    border-radius: 10px;
    cursor: pointer;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/*End css for event gallery slider*/

/*Start animation text Css form banner*/
/*.text {
    font-size: 2.5rem;
    opacity: 0;
    letter-spacing: -2px;
    animation: fadeIn 1.5s ease forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        letter-spacing: -2px;
    }

    100% {
        opacity: 1;
        letter-spacing: 2px;
    }
}*/
/*End animation text Css form banner*/

/*Start animation text Css form banner*/
/*.gradient-text {
    font-size: 3rem;
    text-align: center;
    background: linear-gradient(90deg, #00c6ff, #0072ff, #ff6a00);
    background-size: 300%;
    -webkit-background-clip: text;
    color: transparent;
    animation: gradientFlow 5s ease infinite alternate, zoomIn 1.5s ease forwards;
}

@keyframes gradientFlow {
    0% {
        background-position: 0%;
    }

    100% {
        background-position: 100%;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}*/
/*End animation text Css form banner*/

/*Start animation text Css form banner*/
.text span {
    display: inline-block;
    opacity: 0;
    transform: translateY(30px);
    font-size: 1.7rem;
    animation: slideUp 1s forwards;
}

    .text span:nth-child(1) {
        animation-delay: 0.5s;
        color: #002B5B;
    }

    .text span:nth-child(2) {
        animation-delay: 1.5s;
        color: #002B5B;
    }

    .text span:nth-child(3) {
        animation-delay: 2.5s;
        color: #002B5B;
    }

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/*End animation text Css form banner*/

/*Start button hover effect css*/
.shine-btn {
    background: linear-gradient(90deg, #ff8a00, #e52e71);
    color: #fff;
    padding: 12px 28px;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .shine-btn::after {
        content: "";
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.4);
        transform: skewX(-25deg);
        transition: left 0.7s ease;
    }

    .shine-btn:hover::after {
        left: 125%;
    }
/*End button hover effect css*/

/*Start winner card css*/
.winner-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    text-align: center;
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

    .winner-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 12px 30px rgb(0 0 0 / 52%);
    }

    .winner-card img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }

.winner-title {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.winner-text {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-top: 30px;
}

.winner-card::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ffc300);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.winner-card:hover::after {
    opacity: 1;
}

@media (max-width: 768px) {
    .winner-card {
        margin-bottom: 25px;
    }
}

.prize-cost {
    background: linear-gradient(to right, #253970, #0486dd) !important;
    color: #fff;
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 17px;
}
/*End winner card css*/

/*Start blinking box css*/
.blinking-box {
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    background-color: #25275a;
    animation: blink-bg 1s infinite;
    border-radius: 50px;
    margin-top: 20px;
}

@keyframes blink-bg {
    0%, 100% {
        background-color: #25275a;
    }

    50% {
        background-color: #ffb400;
    }
}
/*End blinking box css*/

/*Start milestones timeline css*/
/*.timeline-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

    .timeline-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 30px rgba(0,0,0,0.15);
    }*/

.timeline-card {
    position: relative;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    z-index: 1;
}

    .timeline-card:hover {
        transform: translateY(-10px) rotate(3deg);
        box-shadow: 0 20px 30px rgba(0, 0, 0, 0.25);
    }

.timeline-badge {
    background-color: #ffc300 !important;
    padding: 8px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 15px;
}

.timeline-date {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.timeline-text {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

.last-card {
    margin: 0 auto;
    justify-content: center;
}

@media (max-width: 576px) {
    .timeline-card {
        padding: 18px;
    }

    .timeline-badge {
        font-size: 13px;
        padding: 6px 20px;
    }
}
/*End milestones timeline css*/

/*Start accordion css*/
.accordion-button {
    background-color: #f5f5f5 !important;
}

    .accordion-button:not(.collapsed) {
        font-size: 16px !important;
        color: #fff !important;
        background: linear-gradient(to right, #253970, #0486dd) !important;
    }

    .accordion-button:focus {
        box-shadow: none !important;
    }
/*End accordion css*/

/*Start css for reimagine ideathon line*/
.zoom-fade {
    animation: zoomFade 3s ease-in-out forwards;
}

@keyframes zoomFade {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    60% {
        opacity: 1;
        transform: scale(1.05);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*End css for reimagine ideathon line*/

.banner-content {
    font-size: 17px;
    color: #2a6e6b;
    /*margin-bottom: 25px;*/
}

.mB100 {
    margin-bottom: 70px;
}

.font13 {
    font-size: 13px;
    opacity: 0.7;
}

.font13white {
    font-size: 13px;
}

.font16 {
    font-size: 16px;
}

/*Start css for quote*/
.quote-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    padding: 40px 50px;
    max-width: 900px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .quote-box:hover {
        transform: scale(1.03);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    }

.quote-text {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.author-img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #0056b3;
}

.author-title {
    font-size: 13px;
    color: #666;
}

@media (max-width: 768px) {
    .quote-box {
        flex-direction: column;
        text-align: center;
        padding: 30px 25px;
    }

    .quote-image {
        margin-bottom: 15px;
    }

    .author-img {
        width: 90px;
        height: 90px;
    }

    .quote-text {
        font-size: 1.05rem;
    }
}
/*End css for quote*/

/*Start css for modal scrollbar*/
.custom-scroll {
    max-height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*End css for modal scrollbar*/

.modal-body h3 {
    color: #253970 !important;
    text-align: left;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-body h5 {
    color: #0486dd !important;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-body .table {
    text-align: left;
}

.modal-body ul li {
    padding-bottom: 10px;
}

.accordion h4 {
    font-size: 18px;
    color: #0486dd !important;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 10px;
}

.accordion-item {
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color) !important;
}

.dropdown-item {
    font-size: 13px !important;
    text-transform: uppercase !important;
}

#btn-go-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #0486dd;
    color: #fff;
    cursor: pointer;
    padding: 0px;
    width: 60px;
    height: 60px;
    border-radius: 50px !important;
}

    #btn-go-top:hover {
        background-color: #ffc300;
    }

.lineHeight {
    line-height: 30px;
}

@media (max-width: 576px) {
    .navbar {
        padding-top: 0px !important;
        padding-bottom: 25px !important;
    }

    .navbar-toggler {
        padding-top: 30px !important;
    }
}

#myModal2 ul li {
    list-style-type: none !important;
}
#myModal ul li {
    list-style-type: none !important;
}
@media (max-width: 576px) {
    .navbar-nav {
        margin-left: 0 !important;
        margin-right: auto !important;
    }
}
 
@media (max-width: 576px) {
    .dropdown-menu {
        max-height: 250px;
        overflow-y: auto;
    }
}