*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
/* topnav css */
.top-nav{
    background-color: #E9308E;
    font-family: DM Sans;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    height: 37px;
}
.top-nav ul{
    display: flex;
}
.top-nav ul li{
    padding-right: 16px;
    list-style: none;
}
/* top nav end */

/* main nav */
.main-nav{
    font-family: DM Sans;
    font-weight: 500;
}
.navbar-nav{
    margin-left: 24px;
}
.navbar-nav a{
    padding-left: 19px !important;
}
.navbar-nav a:hover{
    color:#ed3237;
}

/* dropdown css */
.dropdown-item{
    padding-top: 16px !important;
}
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 0;
        transition: all 0.3s;
    }
    .dropdown:hover > .dropdown-menu.show {
        opacity: 1;
    }
    .dropdown-menu {
        display: block;
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s;
    }
    .dropdown-menu.show {
        opacity: 1;
        pointer-events: auto;
    }
}
.navbar-nav .nav-item:not(:last-child) {
    margin-right: 15px;
}
/* dropdown css end */

/* main nav css  end */


/* Home Page Css Start */
.boton-elegante {
    padding: 11px 23px;
    border: 2px solid #2c2c2c;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 1.0rem;
    cursor: pointer;
    border-radius: 30px;
    transition: all 0.4s ease;
    outline: none;
    position: relative;
    overflow: hidden;
    font-weight: bold;
  }
  
  .boton-elegante::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.25) 0%,
      rgba(255, 255, 255, 0) 70%
    );
    transform: scale(0);
    transition: transform 0.5s ease;
  }
  
  .boton-elegante:hover::after {
    transform: scale(4);
  }
  
  .boton-elegante:hover {
    border-color: #666666;
    background: #292929;
  }
  
  .news-col ul li{
    padding-top: 33px;
    font-family:  DM Sans;
    font-weight: 600;
    font-size: 18px;
  }
  .news-col li:hover{
    color: #ed3237;
    cursor: pointer;
  }
  .custom-card {
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    height: 300px;
    padding: 20px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

.custom-card:hover {
    box-shadow: 0 2px 3px #ed3237;
}

.custom-icon {
    font-size: 48px;
    color: #007bff;
    margin-bottom: 20px;
}

.custom-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.custom-text {
    font-size: 16px;
    color: #666666;
}


/* Background image for the container */
.hero-section-report{
    background-image: url('/static/images/5338371.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    color: white;
}

.hero-section-report::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.882);
    z-index: 1;
}


.hero-section {
    background-image: url('/static/images/maxresdefault.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    color: white;
}

/* Overlay to darken the background */
.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Content inside the hero section */
.hero-content {
    position: relative;
    z-index: 2;
}

/* Text section styling */
.hero-text {
    margin-bottom: 30px;
}

.hero-text h1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-text p {
    font-size: 18px;
    color: #e0e0e0;
}

/* Form styling */
.hero-form {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.hero-form input, .hero-form select {
    margin-bottom: 15px;
    height: 45px;
    border-radius: 5px;
}

.hero-form button {
    width: 100%;
    background-color: #ff3b3b;
    border: none;
    color: white;
    padding: 12px;
    font-size: 18px;
    border-radius: 5px;
}

/* Adjust form and text alignment on smaller screens */
@media (max-width: 768px) {
    .hero-text {
        text-align: center;
    }

    .hero-form {
        margin-top: 20px;
    }
}

.stat-item {
    flex: 1;
}

.stat-item:not(:last-child) {
    border-right: 2px solid white;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 0;
}

.stat-label {
    font-size: 18px;
    color: #ed3237;
}

@media (max-width: 768px) {
    .stats-content {
        flex-direction: column;
    }

    .stat-item:not(:last-child) {
        border-right: none;
        border-bottom: 2px solid white;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}
.stats-content {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
/* Home page  CSS End */

/* bank history css start */
.hero-section-history {
    background-image: url('/static/images/bennar.jpg');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 50px 0;
    color: white;
}

.hero-section-history::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.292);
    z-index: 1;
}
/* bank history css end */





/* directors css start */

/* directors css end */





/* financial growth */
.table-responsive {
    max-height: 80vh;
}
th {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 1;
}
/*  */

/* gallery css start */

.ash-cardimg{
    overflow: hidden;
    border-radius: 15px;
}   
.ash-cardimg:hover img{
    transform: scale(1.05);
    transition:0.4s linear;
}

/* contact us css */









/* Footer css start */
footer {
    background-color: #161616 !important;
    color: white;
    padding: 50px 0;
}
footer h5 {
    color:#ed3237;
    font-weight: bold;
    margin-bottom: 20px;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer a {
    color: white;
    text-decoration: none;
}
footer a:hover {
    color: #f8f9fa;
}
.social-icons a {
    margin-right: 15px;
    font-size: 1.2rem;
}
.copyright {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
/* footer css end */











/* media Queries */
@media (max-width: 575.98px) { 
    .top-nav ul{
        display: none;
    }
 }