@font-face {
    font-family: "AMS";
    src: url('./fonts/AMS-Regular.woff2') format("woff2");
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "AMS";
    src: url('./fonts/AMS-Bold.woff2') format("woff2");
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: "AMS";
    src: url('./fonts/AMS-Italic.woff2') format("woff2");
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    font-display: swap;
}

*,::before,::after, .row {
    margin: 0;
    padding: 0;
   box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
*, body{
    font-family: "AMS", Arial, Helvetica, sans-serif;
}
/* Header */
#stickyheader{
    position: fixed;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: 100;
    width: 100%;
}
header{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    /* height: 100px; */
}
body{
    background-color: transparent;
}
.navbar {
    padding-top: 0;
    height: 50px;
    background-color:  transparent;
    z-index: 1;
}
/* .navbar-brand{
    margin-right: 0;
} */
.header-logo {
    max-height: 70px;
    margin: 0;
}
.header-icons-div {
    display: flex;
    flex-direction: row;
    font-size: 25px;
    gap: 10px;
    color: #fff;
}
.header-icons-div a{
    color: #fff;
}
#stickyheader.scrolled .header-icons-div a i {
    color: #fff;
}

.ribbonline-txt {
    padding: 10px 10px 0;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}
.ribbonline-txt:hover{
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus{
    color: #fff;
}
#stickyheader.scrolled {
    background-color: #fff;
}
#stickyheader.scrolled .navbar-light .navbar-nav .nav-link {
    color: #fff;
}
#stickyheader.scrolled .navbar-light .navbar-nav .nav-link:focus{
    color: #000;
}
#stickyheader.scrolled .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-shadow: none;
}
#stickyheader.scrolled .ribbonline-txt{
    color: #fff;
}
.position-relative{
    z-index: 3;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-shadow: none;
    font-size: 0.9rem;
    padding: 0 8px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    text-shadow: none;
}
.nav-link:link, .nav-link:visited {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    height: fit-content;
    display: flex;
    align-items: center;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/* li.nav-item:after {
    content: '';
    display: block;
    margin: auto;
    height: 3px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
header li.nav-item:hover:after {
    width: 100%;
    background: orangered;
}
.dropdown-menu{
    min-width: 200px;
} */
/* .dropdown-item {
    color: #000;
    white-space: unset;
    min-width: 15vw;
    font-size: 1rem;
} */
/* .dropdown-item:last-child {
    border-bottom: none;
} */
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #6FBCE9;
    color: #fff;
}
.dropdown-toggle::after{
    display: none;
    margin-left: 10px;
    align-items: center;
    margin-top: 5px;
}
.dropdown-item.active{
    color: #fff;
    background-color: #6FBCE9;
}
#stickyheader.scrolled .dropdown-item.active{
    color: #fff;
    background-color: #6FBCE9;
}
/* 28-12-24 header modifications */
#menu_sbox {
    border: 1px solid #6FBCE9;
    height: 30px;
    vertical-align: bottom;
    color: #404040;
    font-size: 14px;
    padding-left: 5px;
}
#menu_sbox:focus,
#menu_sbox:hover{
    border: 1px solid #6FBCE9;
    outline: #6FBCE9;
}
#menu_sbutt {
    background-color: #6FBCE9;
    color: #fff;
    font-family: arial;
    border: none;
    margin-left: 2px;
    font-size: 13px;
    padding: .4em;
}
#menu_items {
    margin: 0px ;
    padding: 0;
}
.navbar-nav{
    display: flex;
    flex-direction: row;
    position: relative;
    justify-content: center;
    background-color: #000;
    color: #fff;
    align-items: center;

}
#menu_items .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: .9em;
    font-weight: 500;
    height: fit-content;
    padding: 10px 18px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    text-wrap: nowrap;
}
#menu_items .nav-link:hover,
#menu_items .nav-link:focus,
#menu_items .nav-link.active {
    color: #000; 
    background-color: #6FBCE9;
}
.nav-item:hover .dropdown-menu{
    display: block;
}
.navbar-nav .dropdown-menu{
    min-width: 18vw;
    max-width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #6FBCE9;
    left: 0;
    z-index: 200;
    border-radius: 0;
    padding: 0;
    border: none;
    outline: none;
}
.dropdown-menu.show {
    border-radius: 0;
    display: block;
    padding: 0;
}
.nav-item.dropdown:hover .nav-link, 
.nav-item.dropdown .dropdown-menu.show + #menu_items .nav-link {
    background-color: #6FBCE9; 
    color: #000;
}
#menu_items .nav-item.dropdown:hover .nav-link {
    color: #000;
    background-color: #6FBCE9;
}

/* When the dropdown menu is shown, change nav-link color to black */
#menu_items .nav-item.dropdown .dropdown-menu.show ~ .nav-link {
    color: #000;
}

/* When the dropdown itself is open, change nav-link color to black */
#menu_items .nav-item.dropdown .dropdown-menu.show .nav-link {
    color: #000;
}
.dropdown-item {
    color: #000;
    white-space: unset;
    font-size: 1rem;
    border-bottom: 1px dotted #fff;
}
.dropdown-item.last-child{
    border-bottom: none;
}
.dropdown-item:hover{
    background-color: #1fa3f0;
    color: #000;
    /* border-bottom: 1px dotted #fff; */
    border-right: none;
}
/* Banner-section */
/* .banner-section {
    position: relative;
    margin-top: 137px;
    overflow: hidden; 
} */

.carousel {
    position: relative;
}
.carousel-item.cust-carousel-item{
    position: relative;
}
.cust-carousel-item img{
    filter: brightness(0.7);
}
.carousel-content{
    top: 50%;
    position: absolute;
    left: 50px;
    z-index: 10000;
}
.carousel-img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.carousel-content .heading{
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 0;
    color: #fff;
}
.carousel-content .desc {
    font-size: 35px;
    color: #fff;
    text-transform: none;
    margin-top: 0;
}
.carousel-icons{
    position: absolute;
    right: 15px;
    top: 50%;
}
.btn.btn-light {
    border-radius: 0px;
    padding: 10px;
    font-size: 1rem;
}
.btn.btn-light:hover,
.btn.btn-light:focus{
    background-color: #000;
    color: #fff;
    box-shadow: none;
    outline: none;
    border: 1px solid #fff;
}
.carousel-controls-bottom {
    position: absolute;
    bottom: 10px; /* Adjust this value to control the distance from the bottom */
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    z-index: 10; 
}

.carousel-control-prev,
.carousel-control-next {
    position: static;
    width: auto;
    opacity: 1; 
    padding: 0 20px; 
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border: 1px solid #fff;
    padding: 30px;
    background-size: 30% 30%; 
    font-weight: 600;
}

/* Hover effects for better user interaction */
.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 0.9;
}
/* Video Section */
.video-section{
    padding: 50px;
}
.custom-iframe-container {
    width: 100%;
    height: 630px;
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 0 auto;
}

.custom-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Verticals-section */
.section-2 {
    padding: 50px 0;
}
.section-heading {
    font-size: 1.75rem;
    color: rgb(0,64,110);
    margin-bottom: 0;
    display: inline-block;
    font-weight: 600;
}
.divider {
    width: 100px;
    height: 2px;
    background-color: #0F72B5;
}
.verticals-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000050;
    z-index: 2;
}
.verticals-image {
    width: 100%;
    object-fit: cover;
    height: 40vh;
}
.verticals-cont:hover{
    overflow: hidden;
}
.verticals-cont:hover img{
    scale: 1.2;
    transition: all 0.5s ease-in-out;
}
.verticals-cont h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    text-shadow: 0 0 2px #f1f1f1;
    width: 100%;
    text-align: center;
}
.verticals-cont i {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    z-index: 10;
    color: #fff;
    font-size: 1.2rem;
    text-shadow: 0 0 2px #f1f1f1;
}
/* Technologies-section */
.section-carousel {
    padding: 50px;
}
.swiper-cont {
    position: relative;
}
.swiper-prev.prev-button::after{
    margin-right: 35px;
    color: black;
}
.swiper-next.next-button::after{
    margin-left: 35px;
    color: black;
}
#slide-prev,
#slide-prev-3,
#slide-prev-4,
#slide-prev-5{
    margin-left: -40px;
    font-size: 1.2rem;
}
#slide-next,
#slide-next-3,
#slide-next-4,
#slide-next-5{
    margin-right: -40px;
    font-size: 1.2rem;
}
.technologies-button-cont {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
.image-carousel-card1,
.image-carousel-card2 {
    position: relative;
    width: 100%;
}
.hover-image {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.uniac-hover-image {
    max-height: 400px;
    max-width: 100%; 
    object-fit: cover; 
    object-position: center; 
    display: block;
    margin: 0 auto; 
    position: relative; 
    z-index: 0;
}

.image-border-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: black;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
}

.image-border-text2 {
    /* position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; */
    background-color: black;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
}

.bottom-heading {
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 10px;
}
.image-border-text p{
    width: 100%;
    color: white;
    display: block;
}
.image-carousel-card1:hover .image-border-text{
    height: 100%;
    z-index: 1;
    background: black;  
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.image-carousel-card1:hover .image-border-text2
{
    opacity: 1;
}
.image-carousel-card2:hover .image-border-text{
    height: 100%;
    z-index: 1;
    background: black;  
    opacity: 0.7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}
.image-carousel-card1:hover .image-border-text p,
.image-carousel-card2:hover .image-border-text p{
    display: block;
}
/* Our Esteemed clients */
.sectionfive {
    padding: 50px;
}
.client-swiper, .client-swiper .slide{
    padding: 0;
    margin: 0;
}
.client-swiper .slide, .client-swiper .swiper-slide{
    padding: 20px 0;
    background: #fff;
    border: 1px solid #00406e;
}
/* .carousel-image {
    height: 100px;
    max-width: 90%;
    object-fit: cover;
} */
.carousel-image {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.clients-button-cont{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 10;
}
#client-prev{
    margin-left: -40px;
    font-size: 1.2rem;
}
#client-next{
    margin-right: -40px;
    font-size: 1.2rem;
}
@media screen and (max-width: 992px) {
    #client-prev{
        margin-left: 10px;
        font-size: 1.2rem;
    }
    #client-next{
        margin-right: 10px;
        font-size: 1.2rem;
    }
}
/* News Watch */
.section-3 {
    padding: 50px 0;
}
.section-3 .swiper {
    padding-top: 20px;
}
.sec3-image {
    position: relative;
}
.image-section-3 {
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.sec3-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background-color: #0F72B5;
    min-width: 50%;
    padding-top: 5px;
    padding-left: 10px;
}
.section-3 .card .card-body {
    min-height: 100px;
    background-color: #0F72B5;
    color: white;
}
.card-text {
    font-size: 1.1rem;
    font-weight: 600;
}
.section-3 .card i {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
#slide-back.in-active, #slide-forward.in-active {
    opacity: 0.3;
}
.section-3 button.btn.btn-primary {
    background: #0F72B5;
    box-shadow: none;
    outline: none;
}
/* Footer */
.bg-black {
    background-color: black;
}
footer i {
    font-size: 1.5rem;
}

/* * News Media Page */
.news-media-page .internal-banner {
    position: relative;
}
.internal-banner .carousel-img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(50%);
}
.news-media-page .internal-banner .banner-heading {
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.news-media-page .breadcrumb-section{
    background: #ededed;
    padding: 20px;
  }
  .breadcrumb-section h6{
    vertical-align: middle;
  }
  .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
  }
  .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
  }
.news-section{
    padding: 2rem 2rem;
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out; 
}
@keyframes slideIn {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.news-mainheading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    color: #00406e;
    font-weight: 500;
    margin-bottom: 2rem;
}
.news-card{
    overflow: hidden; 
    display: inline-block;
    display: flex;
    flex-direction: column;
}
.news-card img{
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    cursor: pointer;
    overflow: hidden;
}
.news-card img:hover{
    transform: scale(1.1);
}
.news-card-body{
    background-color: #fff;
    padding: 22px;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.card-body-heading{
    color: #373f41;
    font-size: 1.25rem;
    line-height: 1.62rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.card-body-heading:hover{
    color: #1fa3f0;
}
.news-card-body a{
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: auto;
}
.button-container{
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.5rem;
    margin: 2rem 0;
    background-color: #fff;
    border: 1px solid #827f7f;
    width: fit-content;
    display: inline-flex;
    border-radius: 50px;
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Start position below the viewport */
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.button-container.animate {
    opacity: 1; /* End state */
    transform: translateY(0); /* End position */
}
.button-container:hover{
    background-color: #1fa3f0;
    border: 1px solid #1fa3f0;
    color: #fff;
}
.btn.btn-viewmore{
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    font-size: 1.1rem;
    margin-top: 40px;
    text-wrap: nowrap;
}
.btn.btn-viewmore:hover,
.btn.btn-viewmore:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}
.btn.btn-viewmore a{
    color: #fff;
}
.btn.btn-viewmore a:hover,
.btn.btn-viewmore a:focus{
    color: #000;
}
.resources-section{
    padding: 4rem 2rem;
    overflow: hidden;
}
.resource-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    color: rgb(0, 64, 110);
    font-weight: 500;
    margin-bottom: 2rem;
    overflow: hidden;
    position: relative;
    animation: slideIn 1.8s ease-out; 
}
.resource-card{
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    opacity: 0; 
    transform: translateX(100px); 
    transition: opacity 1.5s ease, transform 1.5s ease;
}
.resource-card.animate {
    opacity: 1; /* End state */
    transform: translateX(0); /* End position */
}

.resource-card img{
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.resource-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 1.5rem 0.6rem;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.resource-card-content h6{
    font-size: 1.75rem;
    font-weight: 500;
    color: #053c8f;
    margin-bottom: 2rem;
    cursor: pointer;
}
.resource-btn-container{
    background-color: #fff;
    border: 1px solid #827f7f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 0.2rem 1rem;
    margin-top: auto;
}
.resource-btn-container:hover{
    background-color: #1fa3f0;
    color: #fff;
    border: 1px solid #1fa3f0;
}
.resource-btn-viewall{
    border: none;
    box-shadow: none;
    outline: none;
    color: #4d4d4d;
}
.resource-btn-viewall:hover{
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}

/* Investor Relations Page */
.investor-relation-page .internal-banner {
    position: relative;
}
.investor-relation-page .internal-banner .carousel-img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(50%);
}
.investor-relation-page .internal-banner .banner-heading {
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.investor-relation-page .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.investor-relation-page .breadcrumb-section h6{
    vertical-align: middle;
}
.investor-relation-page .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.investor-relation-page .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.investor-relation-page .investors-section{
    padding: 30px 40px;
}
.investor-relation-page .section-main-heading {
    font-size: 3.5rem;
    font-weight: 500;
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out; 
}
.investor-relation-page .investor-relations-section{
    background-color: #fdf2df;
}
.investor-relation-page .padding-all{
    padding: 4rem 2rem;
}
.investor-relation-page .animate-row{
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out; 
}
.investor-relation-page .investor-relations-heading{
    font-size: 4.37rem;
    font-weight: 400;
    color: #4d4d4d;
    margin-bottom: 2rem;
}
.investor-relation-page .investor-relations-desc{
    font-size: 1.31rem;
    color: #373f41;
    margin-bottom: 2rem;
    text-align: justify;
    font-weight: 400;
}
.investor-relation-page .investor-button-container{
    background-color: transparent;
    border: 1px solid #827f7f;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 1rem;
    margin-top: auto;
}
.investor-relation-page .investor-button-container:hover{
    background-color: #1fa3f0;
    color: #fff;
    border: 1px solid #1fa3f0;
}
.investor-relation-page .investor-btn-viewall{
    border: none;
    outline: none;
    box-shadow: none;
    color: #4d4d4d;
}
.investor-relation-page .investor-btn-viewall:hover{
    color: #fff;
}
.investor-relation-page .investor-card{
    border-radius: 10px;
    background-color: #fff;
    height: 100%;
    overflow: hidden; 
    animation: slideOut 1.8s ease-out; 
    border-bottom: 3px solid #1fa3f0;
}
.investor-relation-page .investor-card.animate {
    opacity: 1; /* End state */
    transform: translateX(0); /* End position */
}
.investor-relation-page .investor-card img{
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    height: 30vh;
}
.investor-relation-page .investor-card-content.flex-row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    padding: 1.8rem;
    overflow: hidden;
}
.investor-relation-page .investor-card-content.flex-row h6{
    color: #053c8f;
    font-weight: 400;
    font-size: 1.75rem;
}
.investor-relation-page .investor-card-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 1.3rem 1.5rem;
    overflow: hidden;
    border-radius: 10px;
}
.investor-relation-page .investor-card-content h6{
    color: #053c8f;
    font-weight: 400;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}
/* subsidiaries */
.investor-relation-page .subsidiaries-section{
    background: #053c8f;
    padding: 4rem 4rem;
}
.investor-relation-page .subsidiaries-heading{
    overflow: hidden; /* Hides content overflow during animation */
    position: relative;
    animation: slideIn 1.8s ease-out; 
    color: #fff;
    font-size: 1.75rem;
    font-weight: 400;
}
.investor-relation-page .subsidiary-button-container{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 1rem;
}
.investor-relation-page .subsidiary-button-container:hover{
    background-color: #1fa3f0;
    color: #fff;
    border: 1px solid #1fa3f0;
}
.investor-relation-page .subsidiary-btn-viewall{
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.investor-relation-page .subsidiary-btn-viewall:hover{
    color: #fff;
}
.investor-relation-page .subsidiary-button-container i{
    color: #fff;
}
.investor-relation-page .subsidiary-card{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.investor-relation-page .subsidiary-card img{
    width: 100%;
    height: 100%;
}
.investor-relation-page .subsidiary-card-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8570342331789853) 100%);
}
.investor-relation-page .subsidiary-card-content h1{
    color: #fff;
    font-size: 2rem;
}
.investor-relation-page .subsidiary-card-content h3{
    color: #fff;
    font-size: 1.4rem;
}
/* shareholders */
.investor-relation-page .shareholders-section{
    padding: 3rem 0rem;
}
.investor-relation-page .shareholders-heading{
    font-size: 1.75rem;
    color: #00406e;
    font-weight: 500;
    margin-bottom: 2rem;
}
.investor-relation-page .shareholders-image-container{
    position: relative;
    overflow: hidden; 
    animation: slideIn 1.8s ease-out; 
    width: 100%;
    height: 100%;
}
.investor-relation-page .shareholders-image-container img{
    width: 100%;
    height: 100%;
    border-radius: 0 10px 10px 0;
    /* filter: brightness(0.3); */
}
.investor-relation-page .shareholders-content{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.investor-relation-page .shareholders-content h1{
    font-size: 3.1rem;
    margin-bottom: 45px;
    font-weight: 300;
}
.investor-relation-page .shareholders-cards {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.investor-relation-page .shareholders-card {
    background-color: #053c8f;
    text-align: center;
    border-radius: 10px;
    padding: 2rem 1rem;
    width: calc(33.33% - 14px);
}
.investor-relation-page .shareholders-card h6{
    color: #fff;
    font-size: 1.25rem;
}
.investor-relation-page .shareholders-rightside-content{
    background: #fdf2df;
    padding: 35px 50px 35px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 10px;
    flex: 1;
    overflow: hidden; 
    animation: slideOut 1.8s ease-out; 
    height: 100%;
    align-items: center;
}
@keyframes slideOut {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.investor-relation-page .shareholders-rightside-content h5{
    color: #4d4d4d;
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 300;
}
.investor-relation-page .shareholders-rightside-content h5::after{
    position: absolute;
    bottom: -15px;
    left: 0;
    content: "";
    background: #1fa3f0;
    width: 50px;
    height: 4px;
    border-radius: 10px;
}
.investor-relation-page .list-style{
    list-style: none;
    padding: 0;
}
.investor-relation-page .list-style li p{
    margin-bottom: 0.5rem;
    font-size: 1.25rem;
    cursor: pointer;
}
.investor-relation-page .list-style li p:hover{
    color: #1fa3f0;
}
.investor-relation-page .shareholders-rightside-content a{
    color: #000;
}
.investor-relation-page .video-section{
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.investor-relation-page .video-container {
    position: relative;
    display: inline-block;
    width: 100%;
}
/* Styling for the play icon */
.investor-relation-page .play-icon {
    position: absolute;
    left: 20px; 
    bottom: 20px; 
    font-size: 1.5rem;
    color: white; 
    cursor: pointer; 
    z-index: 2; 
    padding: 0.5rem; 
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #fff; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
}
/* Styling for the dummy image */
.investor-relation-page #dummyImage {
    width: 100%;
    display: block;
    cursor: pointer;
    /* height: 100vh; */
    object-fit: cover;
    border-radius: 8px;
}
/* Initially hide the video */
.investor-relation-page #dummyVideo {
    display: none;
    width: 100%;
    height: 100%;
}
.investor-relation-page .shares-section{
    background-color: #fdf2df;
    margin-top: 2rem;
    padding: 3rem 2rem;
}
.investor-relation-page .shares-heading{
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out;
    font-size: 1.75rem;
    font-weight: 500;
    color: #00406e;
}
.investor-relation-page .shares-card{
    border-radius: 10px;
    margin-top: 1.2rem;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.investor-relation-page .shares-card-main-content{
    background: #053c8f;
    border-radius: 6px;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.investor-relation-page .shares-card-main-content h3{
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
}
.investor-relation-page .shares-card-main-content p{
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.investor-relation-page .shares-card-main-content p strong{
    font-size: 1.6rem;
}
.investor-relation-page .shares-card-main-content p span{
    font-size: 1.3rem;
    color: #09A63E;
}
.investor-relation-page .shares-card-bottom-content{
    background-color: #fff;
    padding: 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.investor-relation-page .shares-card-bottom-content h4{
    color: #053c8f;
    font-size: 1.75rem;
}
.investor-relation-page .shares-card-bottom-content p{
    font-size: 1rem;
    color: #4d4d4d;
    margin-bottom: 0;
}
.investor-relation-page .investor-resources{
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}
.investor-relation-page .investors-resources-heading{
    font-size: 1.75rem;
    color: #00406e; 
    margin-bottom: 2rem;
}
.investor-relation-page .investor-resources-card{
    border: 1px solid #eeecec;
    border-radius: 6px;
    padding: 1.9rem;
    color: #4d4d4d;
}
.investor-relation-page .investor-resources-card h5{
    color: #4d4d4d;
    font-size: 1.75rem;
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-weight: 300;
    margin-bottom: 2rem;
    height: 50%;
}
.investor-relation-page .z-index{
    z-index: 100;
}
.investor-relation-page .z-index:hover{
    background-color: #1fa3f0;;
} 
/* Internal Banner */
.internal-banner .carousel-img{
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(50%);
}
/* Investors */
.investors-page .investors-section{
    padding: 4rem 2rem;
}
.investors-page .internal-banner{
    position: relative;
}
.investors-page .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.investors-page .investors-section h3.heading{
    font-family: 'AMS', sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.investors-page .investors-section h4.sub-heading{
    font-family: 'AMS', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}
.investors-page .investors-section .link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.investors-page .investors-section .link-card p{
    font-family: 'AMS', sans-serif;
    font-size: 1rem;
}
.investors-page .investors-section .link-card i{
    font-size: 1rem;
}
.investors-page .feature-card{
    padding: 2.5rem 1rem;
    text-align: center;
    box-shadow: 0 0 1px 1px #d3d3d3;
    border-radius: 0.2rem;
    cursor: pointer;
    height: 100%;
}
.investors-page .image-feature-card{
    text-align: center;
    box-shadow: 0 0 1px 1px #d3d3d3;
    border-radius: 0.2rem;
    cursor: pointer;
    height: 100%;
}

.investors-page .image-feature-card img{
    max-width: 100%;
}

.investors-page .image-feature-card h4{
    font-family: 'AMS', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 0;
}
.investors-page .investors-section a{
    color: #000;
    text-decoration: none;
}

.investors-page .feature-card i{
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.investors-page .feature-card h4{
    font-family: 'AMS', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

/* Finalcial Results */
.financial-results .investors-section{
    padding: 4rem 2rem;
}
.financial-results .internal-banner{
    position: relative;
}
.financial-results .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.financial-results .investors-section h4.sub-heading{
    font-family: 'AMS', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}
.financial-results .investors-section .link-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.financial-results .investors-section .link-card p{
    font-family: 'AMS', sans-serif;
    font-size: 1rem;
}
.financial-results .investors-section .link-card i{
    font-size: 1rem;
}

/* Financial Reporting */
.financial-reporting .investors-section{
    padding: 4rem 2rem;
}
.financial-reporting .internal-banner{
    position: relative;
}
.financial-reporting .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.financial-reporting .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.financial-reporting .breadcrumb-section h6{
    vertical-align: middle;
}
.financial-reporting .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.financial-reporting .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.financial-reporting .investors-section{
    padding: 30px 20px;
}
.financial-reporting .section-main-heading{
    /* font-family: "AMS", Arial, Helvetica, sans-serif; */
    font-size: 3.5rem;
    font-weight: 500;
}
.financial-reporting .highlights-fullyear-section{
    padding: 50px 20px;
    background-color: #1fa3f0;
    margin-bottom: 50px;
}
.financial-reporting .highlights-heading{
    font-style: normal;
    font-weight: 400;
    font-size: 3.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
}
.financial-reporting .highlights-heading span{
    font-size: 2.3rem;
}
.financial-reporting .inr-img{
    height: 40px;
    width: 40px;
    object-fit: contain;
}
.financial-reporting .inr-count{
    font-size: 3rem;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.financial-reporting .inr-count span{
    font-size: 2rem;
}
.financial-reporting .dollar-count{
    font-size: 1.8rem;
    font-weight: 100;
    color: #fff;
    margin-bottom: 0px;
}
.financial-reporting .dollar-desc{
    font-size: 1.5rem;
    color: #fff;
}
.financial-reporting .highlights-q1-section{
    background: #053c8f;
    padding: 50px 20px;
    margin-bottom: 40px;
}
.financial-reporting .video-section{
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.financial-reporting .video-section img{
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.financial-reporting .video-section video{
    width: 100%;
    object-fit: contain;
}
.financial-reporting .video-container {
    position: relative;
    display: inline-block;
}

/* Styling for the play icon */
.financial-reporting .play-icon {
    position: absolute;
    left: 20px; 
    bottom: 20px; 
    font-size: 1.5rem;
    color: white; 
    cursor: pointer; 
    z-index: 2; 
    padding: 0.5rem; 
    background-color: rgba(0, 0, 0, 0.5);
    border: 3px solid #fff; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
}
/* Styling for the dummy image */
.financial-reporting #dummyImage {
    width: 100%;
    display: block;
    cursor: pointer;
}
/* Initially hide the video */
.financial-reporting #dummyVideo {
    display: none;
    width: 100%;
    height: 100%;
}
.financial-reporting .financial-tabs-section{
    padding: 50px 20px;
    background: #cae0ff;
}
.financial-reporting .tabsMainHolder{
    max-width: calc(100vw - 40px);
    overflow: auto;
}
.financial-reporting .tabs-container{
    display: flex;
}
.financial-reporting .tabs-container .tab{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: #fff;
    color: gray;
    padding: 12px 15px;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
}
.financial-reporting .tabs-container .tab.active{
    background: #5894e8;
    color: #fff;
}
.financial-reporting .tabContentContainer{
    background: #fff;
    margin-top: 8px;
    padding: 2rem;
    border-radius: 0.4rem;
    display: flex;
}
.financial-reporting .tabContentContainer .tabSidebar{
    display: none;
    min-width: 200px;
}
.financial-reporting .tabContentContainer .tabSidebar.show{
    display: block;
}
.financial-reporting .tabContentContainer .tabSidebar .tabSidebar-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.financial-reporting .tabContentContainer .tabSidebar .tabSidebar-sub-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.financial-reporting .tabContentContainer .tabSidebar .list-years{
    margin-bottom: 0.5rem;
}
.financial-reporting .tabContentContainer .tabSidebar .list-years .filterInput{
    margin-bottom: 0.2rem;
}
.financial-reporting .tabContentContainer .tabSidebar .list-years .filterInput label{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #545454;
    font-weight: 300;
    cursor: pointer;
}
.financial-reporting .tabContentContainer .tabSidebar .showMore{
    font-size: 0.9rem;
    cursor: pointer;
}
.financial-reporting .tabContentContainer .mainTabContent{
    flex: 1;
}
.financial-reporting .tabContentContainer .mainTabContent .table thead{
    background: #5894e8;
    color: #fff;
}
.financial-reporting .tabContentContainer .mainTabContent .loadMore .btn-transparent-black{
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
}
.financial-reporting .tabContentContainer .mainTabContent .loadMore .btn-transparent-black:hover{
    background: #5894e8;
    border-color: #5894e8;
    color: #fff;
}
.financial-reporting .credits-section{
    padding: 50px 20px;
    background: linear-gradient(to right, #00000030, #00000030), url('./assets/internal-banner-image.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.financial-reporting .credit-row{
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}
.financial-reporting .credit-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}
.financial-reporting .credit-rating-card{
    background: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
    position: relative;
}
.financial-reporting .credit-rating-card img{
    position: absolute;
    top: -1.2rem;
    right: 1rem;
}
.financial-reporting .credit-rating-card h4{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}
.financial-reporting .credit-rating-card h4::after{
    content: '';
    display: block;
    width: 2rem;
    height: 3px;
    margin-top: 4px;
    background: #5894e8;
}
.financial-reporting .credit-rating-card p{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.financial-reporting .credit-rating-card p.footer-text1{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.financial-reporting .credit-rating-card p.footer-text2{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #5894e8;
    margin-bottom: 0;
}


/* Mega Menu */
.hide {
    display: none;
}
.hide:hover,
li.nav-item:hover .hide {
    position: absolute;
    display: block;
    color: black;
    background-color: white;
    width: 100%;
    padding: 15px;
    top: 92px;
    left: 0;
    /* left: 5%; */
    z-index: 10;
}

/* Online Annual Reports */

.online-annual-reports .investors-section{
    padding: 4rem 2rem;
}
.online-annual-reports .internal-banner{
    position: relative;
}
.online-annual-reports .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.online-annual-reports .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.online-annual-reports .breadcrumb-section h6{
    vertical-align: middle;
}
.online-annual-reports .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.online-annual-reports .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.online-annual-reports .investors-section{
    padding: 30px 20px;
}
.online-annual-reports .section-main-heading{
    /* font-family: "AMS", Arial, Helvetica, sans-serif; */
    font-size: 3.5rem;
    font-weight: 500;
}
.online-annual-reports .financial-tabs-section{
    padding: 50px 20px;
    background: #cae0ff;
}
.online-annual-reports .tabsMainHolder{
    max-width: calc(100vw - 40px);
    overflow: auto;
}
.online-annual-reports .tabs-container{
    display: flex;
}
.online-annual-reports .tabs-container .tab{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: #fff;
    color: gray;
    padding: 12px 15px;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
}
.online-annual-reports .tabs-container .tab.active{
    background: #5894e8;
    color: #fff;
}
.online-annual-reports .tabContentContainer{
    background: #fff;
    margin-top: 8px;
    padding: 2rem;
    border-radius: 0.4rem;
    display: flex;
}
.online-annual-reports .tabContentContainer .tabSidebar{
    display: none;
    min-width: 200px;
}
.online-annual-reports .tabContentContainer .tabSidebar.show{
    display: block;
}
.online-annual-reports .tabContentContainer .tabSidebar .tabSidebar-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.online-annual-reports .tabContentContainer .tabSidebar .tabSidebar-sub-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.online-annual-reports .tabContentContainer .tabSidebar .list-years{
    margin-bottom: 0.5rem;
}
.online-annual-reports .tabContentContainer .tabSidebar .list-years .filterInput{
    margin-bottom: 0.2rem;
}
.online-annual-reports .tabContentContainer .tabSidebar .list-years .filterInput label{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #545454;
    font-weight: 300;
    cursor: pointer;
}
.online-annual-reports .tabContentContainer .tabSidebar .showMore{
    font-size: 0.9rem;
    cursor: pointer;
}
.online-annual-reports .tabContentContainer .mainTabContent{
    flex: 1;
}
.online-annual-reports .tabContentContainer .mainTabContent .table thead{
    background: #5894e8;
    color: #fff;
}
.online-annual-reports .tabContentContainer .mainTabContent .loadMore .btn-transparent-black{
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
}
.online-annual-reports .tabContentContainer .mainTabContent .loadMore .btn-transparent-black:hover{
    background: #5894e8;
    border-color: #5894e8;
    color: #fff;
}

/* Other documents */
.other-documents .investors-section{
    padding: 4rem 2rem;
}
.other-documents .internal-banner{
    position: relative;
}
.other-documents .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.other-documents .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.other-documents .breadcrumb-section h6{
    vertical-align: middle;
}
.other-documents .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.other-documents .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.other-documents .investors-section{
    padding: 30px 20px;
}
.other-documents .section-main-heading{
    /* font-family: "AMS", Arial, Helvetica, sans-serif; */
    font-size: 3.5rem;
    font-weight: 500;
}
.other-documents .financial-tabs-section{
    padding: 50px 20px;
    background: #cae0ff;
}
.other-documents .tabsMainHolder{
    max-width: calc(100vw - 40px);
    overflow: auto;
}
.other-documents .tabs-container{
    display: flex;
}
.other-documents .tabs-container .tab{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: #fff;
    color: gray;
    padding: 12px 15px;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
}
.other-documents .tabs-container .tab.active{
    background: #5894e8;
    color: #fff;
}
.other-documents .tabContentContainer{
    background: #fff;
    margin-top: 8px;
    padding: 2rem;
    border-radius: 0.4rem;
    display: flex;
}
.other-documents .tabContentContainer .tabSidebar{
    display: none;
    min-width: 200px;
}
.other-documents .tabContentContainer .tabSidebar.show{
    display: block;
}
.other-documents .tabContentContainer .tabSidebar .tabSidebar-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.other-documents .tabContentContainer .tabSidebar .tabSidebar-sub-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.other-documents .tabContentContainer .tabSidebar .list-years{
    margin-bottom: 0.5rem;
}
.other-documents .tabContentContainer .tabSidebar .list-years .filterInput{
    margin-bottom: 0.2rem;
}
.other-documents .tabContentContainer .tabSidebar .list-years .filterInput label{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #545454;
    font-weight: 300;
    cursor: pointer;
}
.other-documents .tabContentContainer .tabSidebar .showMore{
    font-size: 0.9rem;
    cursor: pointer;
}
.other-documents .tabContentContainer .mainTabContent{
    flex: 1;
}
.other-documents .tabContentContainer .mainTabContent .table thead{
    background: #5894e8;
    color: #fff;
}
.other-documents .tabContentContainer .mainTabContent .loadMore .btn-transparent-black{
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
}
.other-documents .tabContentContainer .mainTabContent .loadMore .btn-transparent-black:hover{
    background: #5894e8;
    border-color: #5894e8;
    color: #fff;
}
.other-documents .credits-section{
    padding: 50px 20px;
    background: linear-gradient(to right, #00000030, #00000030), url('./assets/internal-banner-image.png');
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.other-documents .credit-row{
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
}
.other-documents .credit-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.75rem;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2rem;
}
.other-documents .credit-rating-card{
    background: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
    position: relative;
}
.other-documents .credit-rating-card img{
    position: absolute;
    top: -1.2rem;
    right: 1rem;
}
.other-documents .credit-rating-card h4{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
}
.other-documents .credit-rating-card h4::after{
    content: '';
    display: block;
    width: 2rem;
    height: 3px;
    margin-top: 4px;
    background: #5894e8;
}
.other-documents .credit-rating-card p{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
}
.other-documents .credit-rating-card p.footer-text1{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.2rem;
}
.other-documents .credit-rating-card p.footer-text2{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    color: #5894e8;
    margin-bottom: 0;
}
.other-documents .table-data{
    padding: 15px 10px;
    cursor: pointer;
}
.other-documents .table-data:hover{
    color: #1fa3f0;
    cursor: pointer;
}
/* 30-12-24 */
.other-documents td a{
    color: #212529;
}
/* Tax Strategy */
.tax-strategy .investors-section{
    padding: 4rem 2rem;
}
.tax-strategy .internal-banner{
    position: relative;
}
.tax-strategy .internal-banner .banner-heading{
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tax-strategy .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.tax-strategy .breadcrumb-section h6{
    vertical-align: middle;
}
.tax-strategy .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.tax-strategy .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.tax-strategy .investors-section{
    padding: 30px 20px;
}
.tax-strategy .section-main-heading{
    /* font-family: "AMS", Arial, Helvetica, sans-serif; */
    font-size: 3.5rem;
    font-weight: 500;
}
.tax-strategy .accordion-section{
    padding: 50px 20px;
    background-color: #fdf2df;
}
.tax-strategy .accordion-card{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 40px 40px;
    margin-bottom: 35px;
}
.tax-strategy .accordion-heading{
    font-size: 1.75rem;
    color: #00406e;
    font-weight: 500;
    margin-bottom: 20px;
}
.tax-strategy .accordion-introduction{
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    margin-bottom: 15px;
}
.tax-strategy p{
    font-size: 16px;
    color: #373f41;
    font-weight: 300;
}
.tax-strategy .accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: none;
}
.accordion-flush .accordion-item .accordion-button {
    border-radius: 4px;
    background-color: #f5f5f5;
    margin-bottom: 5px;
    font-size: 18px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #e7f1ff;
    border: 1px solid #000;
    box-shadow: unset;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIi8+PGxpbmUgeDE9IjEyIiB5MT0iOCIgeDI9IjEyIiB5Mj0iMTYiIHN0cm9rZS13aWR0aD0iMiIvPjxsaW5lIHgxPSI4IiB5MT0iMTIiIHgyPSIxNiIgeTI9IjEyIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=');
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.3s ease;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiPjxjaXJjbGUgY3g9IjEyIiBjeT0iMTIiIHI9IjEwIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIj48L2NpcmNsZT48cGF0aCBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0iTTggMTJoOCI+PC9wYXRoPjwvc3ZnPg==');    transform: rotate(-180deg);
}
.tax-strategy .accordion-body {
    padding: 1rem 1.25rem;
    font-size: 18px;
}
/* Corporate governance */
.corporate-governance .internal-banner {
    position: relative;
}
.corporate-governance .internal-banner .carousel-img {
    height: 50vh;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: brightness(50%);
}
.corporate-governance .internal-banner .banner-heading {
    font-family: 'AMS', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-top: 5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.corporate-governance .breadcrumb-section{
    background: #ededed;
    padding: 20px;
}
.corporate-governance .breadcrumb-section h6{
    vertical-align: middle;
}
.corporate-governance .breadcrumb-section a{
    font-size: 0.9rem;
    text-decoration: none;
    color: #000;
}
.corporate-governance .breadcrumb-section i{
    font-size: 0.8rem;
    text-decoration: none;
    color: #82b1f3;
    margin-inline: 0.5rem;
}
.corporate-governance .financial-tabs-section{
    padding: 50px 20px;
    background: #cae0ff;
}
.corporate-governance .tabsMainHolder{
    max-width: calc(100vw - 40px);
    overflow: auto;
}
.corporate-governance .tabs-container{
    display: flex;
}
.corporate-governance .tabs-container .tab{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    background: #fff;
    color: gray;
    padding: 12px 15px;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
}
.corporate-governance .tabs-container .tab.active{
    background: #5894e8;
    color: #fff;
}
.corporate-governance .tabContentContainer{
    background: #fff;
    margin-top: 8px;
    padding: 2rem;
    border-radius: 0.4rem;
    display: flex;
}
.corporate-governance .tabContentContainer .tabSidebar{
    display: none;
    min-width: 200px;
}
.corporate-governance .tabContentContainer .tabSidebar.show{
    display: block;
}
.corporate-governance .tabContentContainer .tabSidebar .tabSidebar-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
}
.corporate-governance .tabContentContainer .tabSidebar .tabSidebar-sub-heading{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    cursor: pointer;
}
.corporate-governance .tabContentContainer .tabSidebar .list-years{
    margin-bottom: 0.5rem;
}
.corporate-governance .tabContentContainer .tabSidebar .list-years .filterInput{
    margin-bottom: 0.2rem;
}
.corporate-governance .tabContentContainer .tabSidebar .list-years .filterInput label{
    font-family: "AMS", Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    color: #545454;
    font-weight: 300;
    cursor: pointer;
}
.corporate-governance .tabContentContainer .tabSidebar .showMore{
    font-size: 0.9rem;
    cursor: pointer;
}
.corporate-governance .tabContentContainer .mainTabContent{
    flex: 1;
}
.corporate-governance .tabContentContainer .mainTabContent .table thead{
    background: #5894e8;
    color: #fff;
}
.corporate-governance .tabContentContainer .mainTabContent .loadMore .btn-transparent-black{
    background: #fff;
    border: 2px solid #000;
    border-radius: 100px;
    padding: 0.5rem 1.5rem;
    margin-top: 1rem;
}
.corporate-governance .tabContentContainer .mainTabContent .loadMore .btn-transparent-black:hover{
    background: #5894e8;
    border-color: #5894e8;
    color: #fff;
}
.corporate-governance .table-data{
    padding: 15px 10px;
    cursor: pointer;
}
.corporate-governance .table-data:hover{
    color: #1fa3f0;
    padding: 15px 10px;
    cursor: pointer;
}
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
/* .table > :not(caption) > *:not(:last-child) > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > :not(caption) > *:last-child > * {
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
} */
.search-container {
    position: relative;
}

.search-container input[type="text"] {
    width: 60%;
    padding: 5px 5px 10px 35px; /* Padding adjusted to make room for the icon on the left */
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
}
.search-container input[type="text"]:hover,
.search-container input[type="text"]:focus {
    border: none;
    border-bottom: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}
.search-icon {
    position: absolute;
    top: 50%;
    left: 0px; /* Position icon within the left padding space */
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="20px" viewBox="0 0 24 24" width="20px" fill="%23000000"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l4.25 4.25c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>');
    background-size: cover;
    pointer-events: none;
}

.scheme-table-heading{
    font-size: 1.75rem;
    color: rgb(0,64,110);
    margin-bottom: 20px;
    display: inline-block;
}
.contacts-banner-section{
    padding: 50px 20px;
}
.contact-banner-info{
    font-size: 18px;
    margin-top: 15px;
    color: #373f41;
    font-weight: 300;
}
.contact-info-card{
    background: #053c8f;
    border-radius: 5px;
    padding: 25px;
    color: #fff;
}
.contact-info-card h2{
    font-size: 24px;
    font-weight: 500;
}
.contact-info-card p{
    font-size: 17px;
    font-weight: 300;
}
.max-width{
    max-width: 400px;
}
.investor-contacts-section{
    padding: 50px 20px;
    background-color: #fdf2df;
}
.contacts-card{
    background: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 40px 40px;
    margin-bottom: 35px;
}
.contacts-card h3{
    font-size: 25px;
    font-weight: 500;
    color: #00406e;
    margin-bottom: 20px;
}
.contacts-card p{
    margin-bottom: 10px;
}
.contacts-card h5{
    font-size: 20px;
    font-weight: 300;
    color: #00406e;
    margin: 15px 0;
}
.contacts-card i{
    color: #4d4d4d;
}
.disclosure-heading{
    font-size: 1.75rem;
    color: rgb(0, 64, 110);
    margin: 20px 0;
    display: inline-block;
}
.other-documents .table-data-date{
    padding: 15px 10px;
    cursor: pointer;
    min-width: 150px;
}
.other-documents .table-data-date:hover{
    color: #1fa3f0;
}
.corporate-governance .table-data-date{
    padding: 15px 10px;
    cursor: pointer;
    min-width: 150px;
}
.corporate-governance .table-data-date:hover{
    color: #1fa3f0;
}

/* Media kit page */
.mediakit-section{
    padding: 2rem 2rem;
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out; 
}

.mediakit-section .media-card{
    overflow: hidden; 
    display: inline-block;
    display: flex;
    flex-direction: column;
}
.mediakit-section .media-card-img-top{
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    overflow: hidden;
}
.mediakit-section .media-card-body{
    background-color: #fff;
    padding: 22px;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mediakit-section .media-card-body-heading{
    color: #373f41;
    font-size: 1.25rem;
    line-height: 1.62rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
    cursor: pointer;
}
.mediakit-section .media-card-body-heading:hover{
    color: #1fa3f0;
}
.mediakit-section .media-card-body a{
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: auto;
}
.mediakit-section .button-container{
    align-items: center;
    justify-content: center;
    padding: 0.2rem 1.5rem;
    margin: 2rem 0;
    background-color: #fff;
    border: 1px solid #827f7f;
    width: fit-content;
    display: inline-flex;
    border-radius: 50px;
    opacity: 0; /* Initially hidden */
    transform: translateY(50px); /* Start position below the viewport */
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.mediakit-section .button-container.animate {
    opacity: 1; /* End state */
    transform: translateY(0); /* End position */
}
.mediakit-section .button-container:hover{
    background-color: #1fa3f0;
    border: 1px solid #1fa3f0;
    color: #fff;
}
.mediakit-section .btn.btn-viewmore{
    background-color: #000;
    color: #fff;
    border-radius: 0px;
    padding: 10px;
    font-size: 1.1rem;
    margin-top: 40px;
}
.mediakit-section .btn.btn-viewmore:hover,
.mediakit-section .btn.btn-viewmore:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
    color: #000;
    background-color: #fff;
}
.mediakit-section .btn.btn-viewmore a{
    color: #fff;
}
.mediakit-section .btn.btn-viewmore a:hover,
.mediakit-section .btn.btn-viewmore a:focus{
    color: #000;
}
/* Video section */
.videos-section{
    padding: 2rem 2rem;
    overflow: hidden; 
    position: relative;
    animation: slideIn 1.8s ease-out; 
}

.videos-section .videos-card{
    overflow: hidden; 
    display: inline-block;
    display: flex;
    flex-direction: column;
}
.videos-section .videos-card-img-top{
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
    overflow: hidden;
}
.videos-section .videos-card-body{
    background-color: #fff;
    padding: 22px;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.videos-section .videos-card-body-heading{
    color: #373f41;
    font-size: 1.25rem;
    line-height: 1.62rem;
    font-weight: 500;
    margin-bottom: 0;
    cursor: pointer;
}
.videos-section .videos-card-body-heading:hover{
    color: #1fa3f0;
}
.videos-section .videos-card-body a{
    font-size: 1.1rem;
    font-weight: 400;
    margin-top: auto;
}
/* 16-01-25 */
.product-image{
    width: 100%;
    max-width: 100%;
    height: 60vh;
    object-fit: cover;
}
.product-card{
    box-shadow: 0 0 5px 2px #ededed;
    background-clip: border-box;
    border-radius: .25rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.card-product-image{
    height: 30vh;
    width: 100%;
    object-fit: cover;
}
.product-card-body {
    flex: 1 1 auto;
    padding: 1.5rem .5rem;
    text-align: center;
}
.product-card-heading{
    font-size: 1.1rem;
    text-transform: capitalize;
    margin-bottom: 0;
}
.home-page .banner-section{
    position: relative;
    margin-top: 170px;
    overflow: hidden;
}
.banner-video{
    width: 100%;
    object-fit: contain;
}
/* 23-01-25 */
.quote-container {
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 600px; 
    margin: 0 auto;
}
  
.quote-mark {
    color: #1fa3f0; /* Gold-like color */
    font-size: 2em;
}
  
.quote-mark.start {
    position: absolute;
    left: 0px;
    top: 0px;
}
  
.quote-mark.end {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
  
.dot-section .quote-text {
    font-size: 1.3em;
    margin: 0 1em;
    text-align: justify;
}
.dot-section .quote-desc{
    font-weight: 500;
    margin-bottom: .6em;
    font-size: 1.1em;
    line-height: 150%;
    margin-top: 0;
}
.dot-section .quote-designation{
    font-size: 1.3em;
}
.dot-section .csr-heading{
    font-size: 1.75em;
    color: rgb(0,64,110);
    margin-bottom: 1em;
}
.dot-section .csr-desc{
    font-size: 1.15em;
    font-weight: 500;
}
.csr-dummy-image{
    border-radius: 5px;
}
.csr-banner{
    position: relative;
}
.csr-banner::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(5, 60, 143, 0.15) 50.84%, #053c8f 58%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
.csr-text{
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    width: 316px;
    color: #fff;
    text-align: center;
}
.dot-section .csr-count{
    font-size: 2em;
    font-weight: 300;
}
.dot-section .csr-count span{
    font-size: .6em;
}
.border-line{
    color: #fff;
    height: 2px;
    width: 80px;
    display: inline-block;
    justify-content: center;
}
.csr-card{
    background-color: #fff;
    border-radius: 6px;
    padding: 50px 75px;
}
.dot-section .csr-card-heading{
    font-size: 20px;
    text-align: justify;
    color: #373f41;
    font-weight: 500;
}
.csr-carousel-card{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(248, 249, 250);
    border-radius: 6px;
    position: relative;
}
.events-card{
    border-radius: 10px;
    margin-top: 1.4rem;
    border: 1px solid #eeecec;
    border-top: 0;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}
.events-card-header img{
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
    
    object-fit: cover;
}
.events-card-footer{
    background-color: #fff;
    padding: 10px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    /* text-align: center; */
}
.dot-section .footer-heading{
    font-size: 1.05em;
    color: #053c8f;
    font-weight: 300;
}
.events-card-footer p{
    margin: 1em 0;
    font-size: 1em;
}
.btn.events-btn{
    background-color: transparent;
    border: 1px solid #2c2c2c;
    color: #2c2c2c;
    margin-top: 0;
    margin-bottom: 8px;
    border-radius: 25px;
    font-size: .9em;
}
.btn.events-btn:hover,
.btn.events-btn:focus{
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    margin-top: 0;
    margin-bottom: 8px;
    border-radius: 25px;
    font-size: .9em;
}
.w-85{
    width: 85%;
}
.online-annual-reports .text-end{
    text-wrap: nowrap;
}
.contact-link{
    padding-left: .3em;
}
.events-image{
    min-height: 30vh;
    max-height: 35vh;
}

.environmental-image {
    height: 65vh;
    width: 55vh;
}

/* Dropdown */
.custom-weapon-dropdown {
    position: static;
    list-style: none;
    color: #000;
}

.custom-weapon-link {
    color: #fff;
    text-decoration: none;
    font-size: 0.9em;
    font-weight: 500;
    height: fit-content;
    padding: 10px 25px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    text-wrap: nowrap;
}
.custom-weapon-link-heading {
    color: #1fa3f0;
    text-decoration: none;
    font-size: 1em;
    font-weight: 700;
    height: fit-content;
    padding: 3px 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
}
.custom-weapon-link-heading:hover{
    color: #1fa3f0;
}
/* Main submenu */
.custom-weapon-submenu {
    width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    left: 0;
    right: 0;
    z-index: 200;
    border-radius: 0;
    padding: 10px 0;
    border: none;
    outline: none;
}

/* Show main submenu on hover */
.custom-weapon-dropdown:hover > .custom-weapon-submenu,
.custom-weapon-dropdown.active > .custom-weapon-submenu {
    display: block;
}

.custom-weapon-submenu-internal {
    padding: 0;
    list-style: none;
    position: static;
    background-color: #fff;
    min-width: 100%;
    margin-top: 5px;
}
.custom-weapon-dropdown:not(:first-child):hover > .custom-weapon-submenu-internal,
.custom-weapon-dropdown:not(:first-child).active > .custom-weapon-submenu-internal {
    display: block;
}

.custom-weapon-submenu-internal li {
    /* border-bottom: 1px dotted #fff; */
    width: 100%;
    padding: 0 1rem;
}

.custom-weapon-subitem {
    color: #000;
    text-decoration: none;
    white-space: unset;
    font-size: .85rem;
    display: block;
    padding: 3px 0;
}

.custom-weapon-subitem:hover,
.custom-weapon-subitem:focus {
    color: #000;
}

.custom-weapon-submenu-internal li:hover,
.custom-weapon-link:hover {
    color: #000;
}

#menu_items .custom-weapon-dropdown:hover .custom-weapon-link,
#menu_items .custom-weapon-dropdown .custom-weapon-submenu.show + .custom-weapon-link {
    background-color: #6FBCE9;
    color: #000;
}

.custom-weapon-dropdown.active a {
    color: #000;
    background-color: #6FBCE9;
}

.last-child {
    border-bottom: none !important;
}

.dropdown-menu.dropup,
.products-dropdown-menu.custom-menu.dropup,
.custom-weapon-submenu.dropup,
.power-submenu-items.custom-menu.dropup,
.warhead-submenu-items.custom-menu.dropup {
    bottom: 100% !important;
    top: auto !important;
    /* margin-bottom: 0.5rem; */
}

/* Submenu positioning and scroll logic */
.custom-submenu {
    position: relative;
}
.custom-menu {
    position: absolute;
    left: 100%;
    top: 0; /* Will be set dynamically by JS */
    min-width: 220px;
    z-index: 999;
    display: none;
    max-height: none;
    overflow-y: visible;
    transition: max-height 0.2s;
}


/* Main dropdowns (PRODUCTS, SERVICES, etc.) */
.products-dropdown-menu.custom-menu,
.dropdown-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    z-index: 999;
    display: none;
    max-height: none;
    overflow-y: visible;
}

/* Only submenus inside the main dropdown */
.custom-submenu {
    position: relative;
}
.custom-submenu .custom-menu {
    position: absolute;
    left: 0; /* JS will set left offset dynamically */
    top: 0; /* Will be set dynamically by JS */
    min-width: 220px;
    z-index: 999;
    display: none;
    max-height: none;
    overflow-y: visible;
    transition: max-height 0.2s;
}
.custom-submenu .custom-menu.scrollable {
    max-height: 50vh;
    overflow-y: auto;
}

.custom-submenu .custom-menu.dropup {
    top: auto !important;
}
.power-submenu-items.custom-menu,
.warhead-submenu-items.custom-menu {
    max-height: 60vh;
    overflow-y: auto;
}
.power-submenu-items.custom-menu.dropup,
.warhead-submenu-items.custom-menu.dropup {
    max-height: calc(100vh - 200px) !important;
    bottom: 0% !important;
    top: auto !important;
}
.custom-submenu .custom-menu.dropup {
    top: auto !important;
}
.scrollable {   
    overflow-y: auto;
    z-index: 999;
}

/* Remove scroll and max-height from dropdowns and submenus */
/* .dropdown-menu,
.products-dropdown-menu.custom-menu,
.custom-weapon-submenu,
.power-submenu-items.custom-menu,
.warhead-submenu-items.custom-menu {
    max-height: none !important;
    overflow-y: visible !important;
} */

.custom-menu {
    position: absolute;
    top: 0;
    left: 100%;
}

.custom-submenu {
    position: relative;
}
        
/* tal menu */
.tal-submenu {
    position: relative;
    z-index: 3100;
}

.tal-menu {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
    background-color: #A3DFFA;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 3200;
    padding: 0;
    list-style: none;
}

.tal-submenu:hover > .tal-menu,
.tal-submenu.show > .tal-menu {
    display: block;
}

.tal-menu-item {
    padding: 0.25rem 1.5rem;
    display: block;
    text-decoration: none;
    color: #000;
}

.tal-menu-item:hover {
    background-color: #1fa3f0;
    color: #000;
}

.tal-submenu.show-submenu > .tal-menu {
    display: block;
    z-index: 3200;
}

.tal-submenu:has(.tal-menu-item:hover) > .tal-toggle {
    background-color: #1fa3f0;
}

/* Optional: icon inside .tal-toggle changes color too */
.tal-submenu:has(.tal-menu-item:hover) .fa-chevron-right {
    color: #fff;
}

 /* Item styling */
 .tal-menu-item {
    border-bottom: 1px dotted #fff;
}

.tal-menu-item.last-child {
    border-bottom: none;
}
          
.csr-desc,
.custom-list li {
    text-align: justify;
}

.power-submenu-items.custom-menu > li > .custom-menu-item,
.power-submenu-items.custom-menu .tal-menu-item {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #000;
    background-color: #A3DFFA;
    text-decoration: none;
    border-bottom: 1px dotted #fff;
}

.power-submenu-items.custom-menu > li > .custom-menu-item:hover,
.power-submenu-items.custom-menu .tal-menu-item:hover {
    background-color: #1fa3f0;
    color: #000;
}

.power-submenu-items.custom-menu > li > .custom-menu-item.last-child,
.power-submenu-items.custom-menu .tal-menu-item.last-child {
    border-bottom: none;
}

.avionics-bus-products-submenu {
    max-height: none !important;
    overflow-y: visible !important;
}

.sonar-systems-submenu{
    max-height: none !important;
    overflow-y: visible !important;
}

.avionics-submenu, .automated-test-equipment-submenu, .actuation-systems-submenu {
    max-height: 300px;  
    overflow-y: auto;  
    overflow-x: hidden;  
}

.avionics-submenu::-webkit-scrollbar,
.automated-test-equipment-submenu::-webkit-scrollbar,
.actuation-systems-submenu::-webkit-scrollbar {
    width: 6px;
}

.avionics-submenu::-webkit-scrollbar-track,
.automated-test-equipment-submenu::-webkit-scrollbar-track,
.actuation-systems-submenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.avionics-submenu::-webkit-scrollbar-thumb,
.automated-test-equipment-submenu::-webkit-scrollbar-thumb,
.actuation-systems-submenu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.avionics-submenu::-webkit-scrollbar-thumb:hover,
.automated-test-equipment-submenu::-webkit-scrollbar-thumb:hover,
.actuation-systems-submenu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.avionics-submenu::-webkit-scrollbar,
.automated-test-equipment-submenu::-webkit-scrollbar,
.actuation-systems-submenu::-webkit-scrollbar {
    width: 8px; 
}

.avionics-submenu::-webkit-scrollbar-track,
.automated-test-equipment-submenu::-webkit-scrollbar-track,
.actuation-systems-submenu::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.avionics-submenu::-webkit-scrollbar-thumb,
.automated-test-equipment-submenu::-webkit-scrollbar-thumb,
.actuation-systems-submenu::-webkit-scrollbar-thumb {
    background-color: #1FA3F0; 
    border-radius: 4px;
}

.avionics-submenu,
.automated-test-equipment-submenu,
.actuation-systems-submenu {
    scrollbar-width: thin;
    scrollbar-color: #1FA3F0 #f1f1f1;
}

.theme-color {
    color: #00406E;
}

.tabs-background {
   background:  #d2ab67;
}

.dividend-share-tab-item {
    text-decoration: none;
    color: #fff;
}

.nav-tabs .nav-link.dividend-tab-button {
    border-top: 3px solid #bf9e63;
    border: none;
    border-radius: 0;
    background-color: #d2ab67;
    margin: 10px 0;
}

.nav-tabs .nav-link.dividend-tab-button.active {
    border-top: 3px solid #fff;
    background-color: #d2ab67;
}

.events-card-header2 img{
    border-radius: 6px;
    max-width: 100%;
    width: 100%;
    
    object-fit: contain;
}

.tou{
    text-decoration: none !important;
    color: #fff !important;
}
.tou:hover{
    text-decoration: underline ;
    color: #6FBCE9 !important;
}