@import url('https://fonts.googleapis.com/css2?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&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header {
    border-bottom: 3px solid var(--bs-primary);
    position: relative;
    /* top: 0px;
    left: 0px;
    width: 100%; */
}

.header:before,
.header:after {
    bottom: -3px;
    z-index: 99;
    position: absolute;
    content: "";
    height: 3px;
    width: 50%;
    background: var(--bs-secondary);
}

.header:after {
    left: 0;
}

.header:before {
    left: 0px;
}

.top-band {
    border-color: #00000040 !important;
}

.home_slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
}

/* .home_slider::before {
    content: "";
    background-image: url(../images/banner-bg-patten.png);
    background-size: cover;
    background-position: center, right;
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}
.home_slider > div{
    position: relative;
    z-index: 2;
} */
.owl-nav i {
    width: 40px;
    height: 40px;
    line-height: 25px;
    text-align: center;
}

.banner-title {
    font-size: 36px;
    font-weight: 400;
    color: #eed106;
}

.banner-content {
    padding-right: 70px !important;
}

.banner-content p {
    margin-bottom: 20px;
}

.owl-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100;
}

.connet-button {
    position: fixed;
    left: 1rem;
    bottom: 100px;


}

.connet-button a {
    transition: .8s all ease-in;
}

.connet-button span {
    transition: 1s all ease-in-out;
    opacity: 1;
    border-left: 0px !important;
    border: 2px solid var(--bs-primary);
    border-radius: 0 20px 20px 0;
    padding: 6px;
    padding-right: 1rem;
    width: 0px;
    opacity: 0;
    text-wrap: nowrap;
    overflow: hidden;
    color: rgba(var(--bs-dark-rgb)) !important;
}

.connet-button a:hover span {
    width: 100%;
    opacity: 1;
}

.connet-button i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--bs-primary);
}


.special-head {
    color: var(--bs-primary);
    padding-left: 40px;
    font-size: 18px;
    position: relative;
    display: inline-block;
}

.special-head:before {
    content: '';
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}

.title {
    margin-bottom: 20px;
    font-size: 30px;
}

.about-colum img {
    width: calc(50% + 20px);
    border-radius: 5px;
}

.about-colum .img2 {
    margin-top: 25%;
    margin-left: -40px;
}

.about-colum .img2::after {
    content: "";
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    display: block;
    border: 2px solid var(--bs-primary);
    z-index: 99;
}

.about-video {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    /* border: 5px solid var(--bs-secondary); */
    border: 5px solid;
    /* Placeholder for the border */
    border-image: linear-gradient(to right,
            #E03C31,
            /* No Poverty */
            #F6A600,
            /* Zero Hunger */
            #4DABF1,
            /* Good Health */
            #A05EB4
            /* Quality Education */
        ) 1;
    border-radius: 10px;
    padding: 0px 30px 0;
    background: linear-gradient(45deg,
            #E03C31 0%, #E03C31 5%, transparent 5%, transparent 10%,
            #F6A600 10%, #F6A600 15%, transparent 15%, transparent 20%,
            #4DABF1 20%, #4DABF1 25%, transparent 25%, transparent 30%,
            #A05EB4 30%, #A05EB4 35%, transparent 35%, transparent 40%,
            #D35B83 40%, #D35B83 45%, transparent 45%, transparent 50%,
            #0B8DA3 50%, #0B8DA3 55%, transparent 55%, transparent 60%,
            #E9B12A 60%, #E9B12A 65%, transparent 65%, transparent 70%,
            #F9C46E 70%, #F9C46E 75%, transparent 75%, transparent 80%,
            #4C8F22 80%, #4C8F22 85%, transparent 85%, transparent 90%,
            #7B1FA2 90%, #7B1FA2 95%, transparent 95%) 0% 0% / 3em 3em #F9F9FF;

    background-size: 300px 300px;

    img {

        width: 100%;
        border-radius: 15px;
        position: relative;
        top: -30px;
    }

    .video-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 10;
        color: #ffffff;
        width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        background: var(--bs-secondary);
        border-radius: 50%;
        cursor: pointer;
        transition: .3s all ease-in-out;
    }

    .video-icon:hover {
        background: var(--bs-secondary);
    }
}

/* .sector-card::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(360deg, #000, #00000000 70%);
} */
.sector-card {
    transition: 0.5s all ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.5) 0px 2px 8px 0px;

    .text-primary {
        transition: 0.5s all ease-in-out;
    }
}

.sector-card:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
    box-shadow: rgba(var(--bs-primary-rgb), 0.5) 0px 2px 8px 0px;

    .text-primary {
        color: #fff !important;
    }
}

.sector-card img {
    aspect-ratio: 7/4;
    object-fit: cover;
}


.serv-card {
    border: 2px solid var(--bs-primary) !important;
    border-bottom: 10px solid var(--bs-primary) !important;
    transition: 0.5s all ease-in-out;
    border-radius: 40px;

    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
    }

    li {
        position: relative;
        display: flex;
    }

    li::before {
        content: "\f058";
        font-family: 'FontAwesome';
        margin-right: 5px;
        color: var(--bs-primary);
        transition: 0.5s all ease-in-out;
    }

    .serv_icon {
        display: block;
        width: 120px;
        height: 120px;
        padding: 20px;
        background: var(--bs-primary);
        margin: 0px auto 1.5rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s all ease-in-out;

        img,
        h3,
        p {
            transition: 0.5s all ease-in-out;
        }
    }
}

.serv-card:hover {
    background: var(--bs-primary);
    border-color: #74ad44 !important;

    .serv_icon {
        background: #fff;

        img {
            /* filter: brightness(0) saturate(100%) invert(81%) sepia(6%) saturate(2973%) hue-rotate(47deg) brightness(92%) contrast(87%); */
            filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(268deg) brightness(97%) contrast(107%);
        }
    }

    p {
        color: #fff;
    }

    h3 {
        color: #fff !important;
    }

    .btn-primary {
        background-color: var(--bs-secondary) !important;
    }

}

.values-sec {
    /* background-image: url(../images/values-bg.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 100px 0; */
    position: relative;

    .values-item {
        border-radius: 10px 30px 10px 30px;
        transition: .3s all ease-in-out;

        .text-primary,
        img {
            transition: .3s all ease-in-out
        }
    }


    div {
        position: relative;
        z-index: 3;
    }

    .h1 {
        font-size: 3rem;
        font-weight: 600;
        text-shadow: 1px 1px #fff;
    }

    .values-item:hover {
        color: #fff !important;
        background-color: var(--bs-primary);
        border-color: var(--bs-primary) !important;

        .text-primary {
            color: #fff !important;
        }

        img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
        }
    }
}

/*.thematic-areas {
    position: relative;
    /* color: #fff; */

/* .special-head {
        color: #fff !important;
    }

    .special-head:before {
        background: #fff;
    } 
}*/
.thematic-areas {
    position: relative;
    background-image: url('https://globalcompact.in/SDG-AWARDS/about.jpg');
    background-size: cover;
    /* Ensures the image covers the entire container */
    background-position: center;
    /* Centers the image */
    background-repeat: no-repeat;
    /* Prevents the image from repeating */
}

.thematic-areas::before {
    width: 100%;
    height: 100%;
    /* content: ""; */
    background: linear-gradient(90deg,
            #E03C31,
            /* Goal 1: No Poverty */
            #4DABF1,
            /* Goal 3: Good Health and Well-Being */
            #A05EB4,
            /* Goal 4: Quality Education */
            #0B8DA3,
            /* Goal 6: Clean Water and Sanitation */
            #4C8F22,
            /* Goal 9: Industry, Innovation, and Infrastructure */
            #4BBF8D
            /* Goal 13: Climate Action */
        );
    filter: blur(4px);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.area {
    background: #4e54c8;
    /* background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8); */
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 600px;
    position: relative;



    .circles {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background-color: #E5243B;
        animation: animate 10s linear infinite;
        bottom: -150px;

    }

    .circles li:nth-child(1) {
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s;
        background-color: #4C9F38;
    }


    .circles li:nth-child(2) {
        left: 10%;
        width: 20px;
        height: 20px;
        animation-delay: 2s;
        animation-duration: 12s;
        background-color: #E5243B;
        /* SDG Red */
    }

    .circles li:nth-child(3) {
        left: 70%;
        width: 20px;
        height: 20px;
        animation-delay: 4s;
        background-color: #4C9F38;
        /* SDG Green */
    }

    .circles li:nth-child(4) {
        left: 40%;
        width: 60px;
        height: 60px;
        animation-delay: 0s;
        animation-duration: 18s;
        background-color: #007DBC;
        /* SDG Blue */
    }

    .circles li:nth-child(5) {
        left: 65%;
        width: 20px;
        height: 20px;
        animation-delay: 0s;
        background-color: #FFED44;
        /* SDG Yellow */
    }

    .circles li:nth-child(6) {
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s;
        background-color: #F36D25;
        /* SDG Orange */
    }

    .circles li:nth-child(7) {
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s;
        background-color: #A21942;
        /* SDG Goal 5: Gender Equality */
    }

    .circles li:nth-child(8) {
        left: 50%;
        width: 25px;
        height: 25px;
        animation-delay: 15s;
        animation-duration: 45s;
        background-color: #0A97D9;
        /* SDG Goal 6: Clean Water and Sanitation */
    }

    .circles li:nth-child(9) {
        left: 20%;
        width: 15px;
        height: 15px;
        animation-delay: 2s;
        animation-duration: 35s;
        background-color: #19486A;
        /* SDG Goal 14: Life Below Water */
    }

    .circles li:nth-child(10) {
        left: 85%;
        width: 150px;
        height: 150px;
        animation-delay: 0s;
        animation-duration: 11s;
        background-color: #AFA939;
        /* SDG Goal 15: Life on Land */
    }

}

@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

.about-row {
    gap: 30px;
    position: relative;
    width: calc(100% - 100px);
    margin: 0px auto;

    .about-card {
        width: calc(50% - 15px);
        background: #fff;
    }

    .about-card:nth-of-type(1),
    .about-card:nth-of-type(3) {
        padding-right: 100px !important;
    }

    .about-card:nth-of-type(2),
    .about-card:nth-of-type(4) {
        padding-left: 100px !important;
    }

    .icon-card {
        background: var(--bs-primary);
        padding: 20px;
        min-width: 140px;
        height: 140px;
        border-radius: 50%;
        width: 140px;
        border: 10px solid #fff;
    }

    .icon-card img {
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
    }

    .item-center {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: var(--bs-light);
        box-shadow: 0 0 0 3px var(--bs-secondary);
        border-radius: 50%;
        padding: 20px;
    }

    .item-center::before,
    .item-center::after,
    .item-center>div::before,
    .item-center>div::after {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background-color: var(--bs-light);
        display: block;

    }

    .item-center::before,
    .item-center::after {
        left: 50%;
        transform: translateX(-50%);
        top: -5px;
    }

    .item-center::after {
        top: auto;
        bottom: -5px;
    }

    .item-center>div::before,
    .item-center>div::after {
        top: 50%;
        transform: translateY(-50%);
        left: -5px;
    }

    .item-center>div::after {
        left: auto;
        right: -5px;
    }

    .item-center>div {
        font-size: 2rem;
        font-weight: bold;
        border-radius: 50%;
        width: 200px;
        height: 200px;
        padding: 1rem;
        display: flex;
        text-align: center;
        align-items: center;
        border: 3px solid var(--bs-primary);
    }

}

.inner-banner {
    padding: 70px 0px;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    h1 {
        color: #fff;
    }

    nav a {
        color: #fff;
        text-decoration: none;
    }

    .breadcrumb-item.active {
        color: var(--bs-secondary);
    }
}

.choose-card {
    width: calc(20% - 20px);
    transition: .5s all ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    .icon {
        background-color: var(--bs-secondary);
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        border-radius: 50%;
        transition: .5s all ease-in-out;
        margin: 0px auto;

        img {
            filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(87deg) brightness(100%) contrast(104%);
        }
    }

    .text-primary,
    img {
        transition: .5s all ease-in-out;
    }
}

.choose-card:hover {
    background-color: var(--bs-secondary);

    color: #fff;

    .icon {
        background-color: #fff;

    }

    img {
        filter: brightness(0) saturate(100%) invert(81%) sepia(6%) saturate(2973%) hue-rotate(47deg) brightness(92%) contrast(87%);
    }


    .text-primary {
        color: #fff !important;
    }
}

.offering-card {
    transition: .5s all ease-in-out;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    ul {
        list-style: none;
        margin: 0px;
        padding: 0px;

        li {
            position: relative;
            display: flex;
        }

        li::before {
            content: "\f058";
            font-family: 'FontAwesome';
            margin-right: 5px;
            color: var(--bs-secondary);
            transition: 0.5s all ease-in-out;
        }
    }

    .text-primary,
    img {
        transition: .5s all ease-in-out;
    }
}

.offering-card:hover {
    background-color: var(--bs-secondary);
    color: #fff;

    .text-primary,
    li::before {
        color: #fff;
    }

}

.process-item {
    .single-item {
        box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
    }

    .inner {
        padding-left: 100px
    }

    .icon-box {
        width: 80px;
    }

    .process-title {
        transition: .5s all ease-in-out
    }

    .process-title span {
        transition: .5s;
        padding-left: 82px;
    }

    .single-item .inner .process-title a i {
        position: relative;
        top: 5px;
        opacity: 0;
        transition: .5s
    }

    .inner .process-title:before {
        display: block;
        content: '';
        width: 40px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(50%);
        background-color: var(--bs-primary);
    }
}

.core-pillars-card {
    .icon {
        width: 100px;
        height: 100px;

        img {
            filter: brightness(0) saturate(100%) invert(12%) sepia(85%) saturate(570%) hue-rotate(179deg) brightness(97%) contrast(88%);
        }
    }

    .icon::after,
    .icon::before {
        width: 100%;
        height: 2px;
        display: block;
        position: absolute;
        left: -110%;
        top: 50%;
        transform: translateY(50%);
        content: "";
        background-color: var(--bs-primary);
    }

    .border-secondary::after,
    .border-secondary::before {
        background-color: var(--bs-secondary);
    }

    .border-info::after,
    .border-info::before {
        background-color: var(--bs-info);
    }

    .border-success::after,
    .border-success::before {
        background-color: var(--bs-success);
    }

    .icon::before {
        left: auto;
        right: -110%;
    }
}

/* .bg-img {
    background-image: url(../images/sdg-bg.svg);
    background-attachment: fixed;
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
} */
.bg-img {
    background-image: url(../images/sdg-bg.jpg);
    background-attachment: fixed;
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.patner {
    background-image: url(../images/sdg-bg.jpg);
    background-attachment: fixed;
    background-position: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.patner::after {
    content: "";
    background: #0000002a;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
}

.patner>div {
    position: relative;
    z-index: 3;
}

.border-dashed {
    border-style: dashed !important;
}

.timeline-card {
    .icon {
        display: flex;
        justify-content: center;
        width: 70px;
        align-items: center;
        height: 70px;
        font-size: 30px;
        border-radius: 50%;
        background-color: var(--bs-primary);
        color: #fff;
        margin: 0px auto;
        position: relative;
    }

    .height-same {
        position: relative;
    }

    .vertical-line {
        margin: 0px auto;
        width: 3px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        top: 0;
        height: 100%;
        background-color: var(--bs-primary);
    }

    .line {
        height: 3px;
        background-color: var(--bs-primary);
        position: relative;
        margin: 10px 0px;

        .circle {
            width: 20px;
            height: 20px;
            background-color: var(--bs-secondary);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
        }
    }

    .timeline-des {
        font-size: 15px;
        /* background-color: yellow; */
    }
}

.social-icon a {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.logout-btn {
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.logout-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

.apply-now-btn {
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 99;
    min-width: 200px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    animation: move 2s ease-in-out infinite;
}

.apply-now-btn:hover {
    transform: scale(1.05);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}

@keyframes move {
    0% {
        transform: rotate(-5deg);
    }

    50% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(-5deg);
    }
}


.btn-action {
    color: #fff;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-action :hover {
    color: #fff
}

.btn-delete {
    background-color: red !important
}

.btn-edit {
    background-color: #000
}

.btn-view {
    background-color: var(--bs-secondary)
}






.payment-option {
    display: none;
}

/* Hide payment options by default */
.payment-option-btn {
    cursor: pointer;
    color: #000000;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: 20px;
    margin-right: 20px;

    label {
        margin: 0px !important;
        padding: 0px;
    }
}

/* .payment-option-btn::before{
    content: "";
    width: 20px;
    display: block;
    height: 20px;
    border: 2px solid var(--bs-primary);
    border-radius: 50%;
}
.payment-option-btn.active::before {
    background-color: var(--bs-primary);
} */

.qr-link {
    color: var(--bs-secondary);
    cursor: pointer;
    text-decoration: underline;
}

textarea {
    width: 100%;
    min-height: 120px !important;
    resize: none !important;
    overflow: hidden !important;
}

.select2-search__field {
    min-height: auto !important;
    display: none !important;
}

@media only screen and (max-width: 1270px) {
    .navbar-brand img {
        width: 60px !important;
    }

    .logout-btn {
        font-size: 12px;
        padding: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px !important;
        margin-right: 10px;
        font-size: 13px;
    }
}

.jury-card {
    padding: 1rem;
    border: 2px solid var(--bs-primary) !important;
    border-bottom: 10px solid var(--bs-primary) !important;
    transition: 0.5s all ease-in-out;
    border-radius: 40px;
    text-align: center;
    background-color: #fff;

    img {
        aspect-ratio: 4 / 4;
        object-fit: contain;
        width: 200px !important;
        object-position: center;
        /* background-color: #efefef; */
        border-radius: 50%;
        margin: 0px auto;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }
}

.text-justify {
    text-align: justify;
}

.winner-card {
    /* border: 2px solid var(--bs-primary) !important;
    border-bottom: 10px solid var(--bs-primary) !important; */
    transition: 0.5s all ease-in-out;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.winner-logo {
    height: 150px;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    width: 250px;
    background: #efefef;
    border-radius: 10px;
    padding: 10px;
}

.deatils-img {
    width: 500px;
}

.winner-card p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 58px;
    text-align: justify;
}
.gallery-carousel img{
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}