.card {
    --bs-card-inner-border-radius: 0;
}
.badge {
    --bs-badge-border-radius: 0;
    font-weight:normal;
    text-wrap: auto;
}


/* Home page */
.custom-navbar-bottom {
    padding: 5px 0 0 !important;
}


.custom-navbar-top {
    border-bottom: none !important;
}


.line-height {
    line-height: 18px;
}


.drop-tag {
    position: relative;
    background-color: #2b2962;
}


.drop-tag::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2b2962;
}


a:hover {
    color: #EC2B34 !important;
}


/* Reduce image size on mobile */
@media (max-width: 576px) {
    .small-card-img {
        width: 120px !important;
        height: 90px !important;
    }
}


/* Contact us */
.contact-label {
    background-color: #2b2962;
    color: #fff;
    padding: 6px 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
}


.contact-line {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}


/* Advertise */
.advertise-section {
    background-color: #2b2962;
    color: white;
    padding: 80px 0;
}
.contact-section-custom{
    background-color: #2b2962;
}
.contact-card-custom{
    background-color: #fafcfc;
    border-radius: 20px;
}


.advertise-img {
    max-width: 100%;
    height: auto;
}


.btn-sm {
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    border: none;
    transition: var(--transition);
    background-color: #2b2962;
    color: white;
    padding: 4px;
    font-size: small;
}


.head-text{
    color: #2b2962;
}


.bg-custom{
    background-color: #2b2962;
}


.fw-bold:hover{
    color: #2b2962;
    cursor: pointer;
}


.drop-tag {
    position: relative;
    border-radius: 3px;
}


.drop-tag::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2b2962;
}


a:hover {
    color: #EC2B34 !important;
}
@media(max-width: 576px){
    .small-card-img {
       width: 120px !important;
       height: 90px !important;
    }
}


/* Nominate */

.btn-nominate{
        background-color: #5f52a2;
}

.btn-nominate:hover {
    color: #fff !important;
    background-color: #5f52a2;
}


.hover-color:hover h5 {
    color: #2b2962 !important;
    transition: color 0.3s ease;
}




/* Post Grid Coloumn */
.post-grid{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
}
.card{
    border-radius: 8px;
    overflow: hidden;
    transition: .3s;
}
/* .card:hover{
    transform: translateY(-5px);
    box-shadow: 0px 5px 15px rgba(0,0,0,.1);
} */


.mega-columns {
    display: flex;
    width: 100%;
}

.mega-list {
    column-count: 4;
    column-gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-list li {
    break-inside: avoid;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.mega-list li:last-child {
    border-bottom: none;
}

.mega-dropdown .dropdown-item {
    padding: 3px 0;
    white-space: normal;
}



/* canada home */
.sticky-nav .scroll-logo {
    display: inline-block !important;
}


.scroll-logo {
    display: none;
    width: 350px;
    margin-right: 50px;
}


.sticky-nav #langHide {
    display: none !important;
}
.no-underline .footer-menu li a:hover:after {
    visibility: hidden !important;
}


body {
    top: 0px !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}
.goog-te-gadget>span,
.goog-te-gadget>span * {
    display: none !important;
}
#google_translate_element .skiptranslate {
    font-size: 0 !important;
}
.goog-te-combo {
    padding: 4px 8px;
    border-radius: 5px;
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    min-width: 100px;
}
.goog-te-combo:hover {
    border-color: #888;
    cursor: pointer;
}


   :root {
    --color-tab-switcher-accent: #2b2962;
    --color-tab-switcher-base: rgba(255, 255, 255, 0.07);
    --transition: 0.45s ease-out;
}


[data-switcher] {
    margin-top: 15px;
}


body.light {
    --color-tab-switcher-base: #050506;
}


/* Tab Switcher */




.switch-item {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 1.15rem;
    line-height: 1.2;
    font-weight: 500;
    color: black;
    transition: color var(--transition);
}


.active>.switch-item {
    color: white;
}


/* Segmented Switcher */


.segmented-switcher {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}



.segmented-switch {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0px;
    width: 60%;
    background-color: rgba(34, 45, 67, 0.3);
    transition: background-color var(--transition),
        border-radius var(--transition), margin var(--transition);
    cursor: pointer;
}


.segmented-switch.active {
    background-color: var(--color-tab-switcher-accent);
    border-radius: 20px;
    margin: 0 20px;
}


.segmented-switch:has(+ .segmented-switch.active),
.segmented-switch:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}


.segmented-switch.active+.segmented-switch,
.segmented-switch:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}


/* Contained Switcher */


/* Responsive */


@media screen and (max-width: 767.9px) {
    .tab-switcher {
        row-gap: 30px;
    }


    .switch-item {
        font-size: 1.25rem;
    }
    
    .segmented-switch {
        width:100%;
    }


    .segmented-switcher,
    .contained-switcher {
        border-radius: 12px;
    }


    .segmented-switch.active {
        margin: 0 10px;
        border-radius: 12px;
    }


    .segmented-switch.active+.segmented-switch,
    .segmented-switch:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }


    .segmented-switch:has(+ .segmented-switch.active),
    .segmented-switch:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }


    .segmented-switch,
    .contained-switch {
        padding: 16px 8px;
    }
}


@media screen and (max-width: 575.9px) {
    .switch-item {
        font-size: 0.75rem;
    }
    
    .segmented-switch {
        width:100%;
    }

    .segmented-switch,
    .contained-switch {
        padding: 12px 8px;
    }
}




.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: 0.3s;
}


.social-icon:hover {
    opacity: 0.8;
    color: #fff !important;


}




.contact-section-custom{
    background-color: #2b2962;
}
.contact-card-custom{
    background-color: #fafcfc;
    border-radius: 20px;
}




.small-size{
    font-size: small;
}
/* .badge.bg-info:hover {
    color: #444444 !important;
} */


/* Footer */
.footer-wrap .footer-widget .footer-menu li a:after {
    content: none !important;
}


.custom-padding {
    padding-top: 25px;
    padding-bottom: 25px;
}




.round-new {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.rounded-new-btm {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: white;
}


.card-padding{
    padding: 7px;
}


/* scroll bar */
.scroll-area {
    max-height: 100vh;
    overflow-y: scroll;
}


.scroll-area::-webkit-scrollbar {
    display: none;
}
.scroll-area {
    scrollbar-width: none;
}
.scrollable-news {
    scrollbar-width: none;
}


.scrollable-news::-webkit-scrollbar {
    display: none;
}


.icon-style .social-profile li a {
  width: 40px;
  height: 40px;
  background-color: var(--grayColor);
  border: 1px solid rgba(15, 15, 15, 0.1) !important;
}
.icon-style .social-profile li a:hover {
  transform: translateY(-5px) !important;
}




.custom-font-size{
 font-size: 12px;
 font-weight: bold;
 color: black;
}

.fs-22{
    font-size: 14px;
    line-height: 22px;
}

/* p{
    font-size: 18px !important;
} */

/* .badge.bg-info{
    color: #ffffff !important;
} */

.pagination .page-link {
    border: 1px solid #ddd;
    color: #444;
    padding: 6px 12px;
    border-radius: 4px;
    margin: 0 4px;
    font-weight: 600;
}

.pagination .page-item.active .page-link {
    background: #2b2962;
    color: #fff;
    border-color: #2b2962;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.4;
    pointer-events: none;
}

.dropdown-scroll {
    max-height: 350px;   /* Adjust as you want */
    overflow-y: auto;
    overflow-x: hidden;
}

/* Custom Scrollbar */
.dropdown-scroll::-webkit-scrollbar {
    width: 6px;
}

.dropdown-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.dropdown-scroll::-webkit-scrollbar-thumb {
    background: #b3b3b3;
    border-radius: 10px;
}

.dropdown-scroll::-webkit-scrollbar-thumb:hover {
    background: #909090;
}


.news-link:hover{
    color: #2b2962;
}
.search-page{
    padding: 50px;
}


.innovate-details{
    padding: 10px;
}


.latest-news{
    width: 156px;
}

.badge-post{
    background-color: #2b2962;
}

.text-post{
    font-size: inherit;
    color: #524040;
}

.home-magazine-carousel{
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.innovate-award{
    border-left: 1px solid #e9e9e9;
    padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 5px;
}
