.card {
    --bs-card-inner-border-radius: 0;
}

.badge {
    --bs-badge-border-radius: 0;
}

/* Home page */
.navbar-area.style-one .navbar-bottom.custom-navbar-bottom {
    padding: 0 !important;
}


.custom-navbar-top {
    border-bottom: none !important;
}

.line-height {
    line-height: 18px;
}

.drop-tag {
    position: relative;
    background-color: #f05a28;
}

.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 #f05a28;
    ;
}

a:hover {
    color: #f05a28 !important;
}
a.card-link h5 {
    transition: color 0.3s ease;
}
a:hover h6 {
    color: #f05a28;
}

a:hover h4 {
    color: #f05a28;
}

a.card-link:hover h5 {
    color: #f05a28 !important;
}
a:hover h5 {
    color: #f05a28;
    transition: 0.3s ease;
}

/* Reduce image size on mobile */
@media (max-width: 576px) {
    .small-card-img {
        width: 120px !important;
        height: 90px !important;
    }
}

/* Contact us */
.contact-label {
    background-color: #f05a28;
    color: #fff;
    padding: 6px 16px;
    font-weight: 600;
    display: inline-block;
    border-radius: 3px;
}

.contact-line {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
}

/* Nominate */
.btn-nominate:hover {
    color: #fff !important;
}

.hover-color:hover h5 {
    color: #f05a28 !important;
    transition: color 0.3s ease;
}

/* grc */
.sticky-logo {
    display: none;
}

.navbar-area.sticky .sticky-logo {
    display: block !important;
}

.custom-banner {
    height: 80px;
    object-fit: contain;
    width: 100%;
}

.nav-padding-small .nav-link {
    padding-top: 23px !important;
    padding-bottom: 23px !important;
}

.custom-toggle-arrow::before {
    color: black !important;
}

.custom-toggle-arrow:hover::before {
    color: #0c0202 !important;
}

.page-min-height {
    min-height: 100vh;
}

.bg-info {
    background-color: #f05a28 !important;
}

.custom-green {
    color: #f05a28 !important;
}

.btn-green:hover {
    opacity: 0.8;
}

.custom-green-border {
    border-color: #f05a28 !important;
}

.custom-teal {
    background-color: #f05a28;
    color: #fff;
    transition: 0.3s ease;
    border: none;
}

.custom-teal:hover {
    background-color: #f05a28;
    color: #fff !important;
}
/* Custom Button Style */
.btn-custom {
    background-color: #f05a28;
    color: #ffffff;
    border: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    transition: background 0.3s;
}

.btn-custom:hover {
    background-color: #f05a28; /* darker shade on hover */
    color: #ffffff !important;
}


/* ================================
   NAVBAR FONT STYLE (MATCHING .tdi_37)
=================================== */

/* Desktop Navbar Links */
.navbar-area .navbar-nav>.nav-item>.nav-link,
.navbar-area .navbar-nav .dropdown-menu a,
.navbar-area .btn,
.navbar-area .user-options a {
    font-family: Poppins !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

/* Region Dropdown Items */
#regionDropdown,
#regionDropdown+.dropdown-menu a {
    font-family: Poppins !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

/* Mobile Menu Items */
.responsive-navbar .responsive-menu li a,
.responsive-navbar .responsive-menu-items li a {
    font-family: Poppins !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 1px !important;
}

/* Search Dropdown Text */
.dropdown-menu input,
.dropdown-menu button,
.dropdown-menu a {
    font-family: Poppins !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
}

/* Topbar Icons */
.navbar-area .user-options i {
    font-size: 14px !important;
}

h6 {
    margin: 0px !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    letter-spacing: -0.2px !important;
}

h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.text-info {
    color: #f05a28 !important;
    font-weight: bold;
}

.badge {
    font-size: 10px;
    font-weight: 100;
    line-height: 1;
}

.custom-head {
    font-size: 12px !important;
    line-height: 2 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
}

.info {
    font-size: 12px;
    margin-bottom: 7px;
    line-height: 1.4;
    min-height: 17px;
}

body {
    font-family: Poppins !important;
}

small {
    font-size: 12px;
}

.font-style {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #000;
}

.custom-fontsize {
    font-size: 15px !important;
    line-height: 1.5 !important;
}
.custom-p-size{
    font-size: 17px !important;
    color: black;
}
.custom-p-size:hover{
    color: #f05a28;
}
/* Mobile */
#featureCarousel .carousel-item img {
    height: 100%;
    object-fit: cover;
}

/* Tablet */
@media (min-width: 768px) {
    #featureCarousel .carousel-item img {
        height: 100%;
    }
}

/* Desktop */
@media (min-width: 992px) {
    #featureCarousel .carousel-item img {
        height: 550px;
    }
}

.nav-btn {
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
}

.nav-btn span {
    font-size: 16px;
    color: #b5b5b5;
}

.nav-btn:hover {
    border-color: #cccccc;
    background: #ffffff;
}


.share-box {
    display: flex;
    align-items: stretch;
    width: fit-content;
}

.share-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    width: 45px;
}

.share-item i {
    font-size: 20px;
}

.share-item:hover {
    filter: brightness(1.15);
}

.social-icon {
    transition: 0.3s ease;
    text-decoration: none;
    font-size: 20px
}

.social-icon:hover {
    transform: translateY(-3px);
    opacity: 0.85;
}

.bg-colour-custom {
    background-color: #fff4f4;
}

:root {
    --color-tab-switcher-accent: #f05a28;
    --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: 100%;
    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-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,
    .contained-switch {
        padding: 12px 8px;
    }
}

/* nav logo hide */
.scroll-logo-col {
    display: none;
}

.sticky-nav .scroll-logo-col {
    display: block;
}

/* Translate */
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: 160px !important;
    min-width: 160px !important;
    border: 1px solid #ccc;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    min-width: 100px;
}

.goog-te-combo:hover {
    border-color: #888;
    cursor: pointer;
}

.active{
    color: #f05a28 !important;
}

.active > a {
    color: #f05a28 !important;
}
a:hover:after{
    color: #f05a28 !important;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #f05a28;
    border-color:#f05a28;
}

.page-link {
    color:#f05a28;
}


.active>.page-link, .page-link.active {
    z-index: 3;
    color: white !important;
    background-color: #f05a28;
    border-color:#f05a28;
}

.page-link {
    color:#f05a28;
}

.news-text {
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 10px !important;
}
.innovate-text {
    font-size: 12px !important;
    line-height: 10px !important;
}
.custom-size{
    width: 1000px;
}
.carousel_text_bg{
    right: 0% !important;
    bottom: 0% !important;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.85),
        rgba(0, 0, 0, 0)
    );
}

.sitemap-link {
    background: #f8f9fa;
    transition: all 0.25s ease;
    border: 1px solid #e9ecef;
}

.sitemap-link:hover {
    background: #ffffff;
    color: #f05a28 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.sitemap-link .arrow {
    width: 8px;
    height: 8px;
    border-right: 2px solid #6c757d;
    border-top: 2px solid #6c757d;
    transform: rotate(45deg);
    transition: transform 0.25s ease;
}

.sitemap-link:hover .arrow {
    transform: rotate(45deg) translate(3px, -3px);
}