.elementor-kit-2111{--e-global-color-primary:#002B40;--e-global-color-secondary:#54595F;--e-global-color-text:#2A2A2A;--e-global-color-accent:#CDDD47;--e-global-color-5c4aa9e:#A50303;--e-global-color-aeca4ac:#FFFFFF;--e-global-color-34f3af6:#002B40;--e-global-color-2d2f5f6:#CDDD47;--e-global-color-ad0a336:#54595F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:normal;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:normal;--e-global-typography-text-font-family:"Roboto";--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:normal;font-family:"Roboto", Sans-serif;}.elementor-kit-2111 button,.elementor-kit-2111 input[type="button"],.elementor-kit-2111 input[type="submit"],.elementor-kit-2111 .elementor-button{background-color:#002B40;color:var( --e-global-color-primary );border-radius:5px 5px 5px 5px;padding:10px 10px 10px 10px;}.elementor-kit-2111 button:hover,.elementor-kit-2111 button:focus,.elementor-kit-2111 input[type="button"]:hover,.elementor-kit-2111 input[type="button"]:focus,.elementor-kit-2111 input[type="submit"]:hover,.elementor-kit-2111 input[type="submit"]:focus,.elementor-kit-2111 .elementor-button:hover,.elementor-kit-2111 .elementor-button:focus{background-color:var( --e-global-color-aeca4ac );color:var( --e-global-color-primary );}.elementor-kit-2111 e-page-transition{background-color:#FFBC7D;}.elementor-kit-2111 a{color:#002B40;}.elementor-kit-2111 a:hover{color:#CADF46;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*Make all heading semi-bold*/
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    letter-spacing: -0.6px;
}
.bank-team p{
    margin: 0 !important;
}
/*Tables*/
.bank-team table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th, thead{
    background-color: #f2f3f4 !important;
    color: #000 !important;
}
.bank-team table tbody>tr:nth-child(even)>td, table tbody>tr:nth-child(even)>th{
    background-color: #f2f3f4 !important;
    color: #000 !important;
}
.bank-team p, .bank-team h5{
    margin: 0 !important;
}
.bank-team table td, table th{
    border: solid 1px rgba(0, 0, 0, .25) !important;
}
.bank-team {
    overflow-x: scroll;
}
.bank-team table {
  width: 100%; /* Full-width table for responsiveness */
  border-collapse: collapse;
}

@media (max-width: 768px) {
  .bank-team table {
    display: block;
    overflow-x: auto; /* Allows horizontal scrolling on mobile */
    white-space: nowrap;
  }
  .bank-team td, .bank-team th {
  white-space: nowrap;
}
}

.bank-team th, .bank-team td {
  text-align: left; /* Align text to the left */
}
/* Top-left corner (first cell of the first row) */
.bank-team tr:first-child td:first-child, tr:first-child td:first-child {
  border-top-left-radius: 10px !important;
}

/* Top-right corner (last cell of the first row) */
.bank-team tr:first-child td:last-child , tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

/* Bottom-left corner (first cell of the last row) */
.bank-team tr:last-child td:first-child , tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

/* Bottom-right corner (last cell of the last row) */
.bank-team tr:last-child td:last-child , tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/*Squared Images*/
.square-img img{
    aspect-ratio: 1/1;
    object-fit: cover;
}
/*Make icon and image boxes clickable*/
.elementor-widget-icon-box a:after, .elementor-widget-image-box a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/*Responsive font sizing*/
/* Base font size for the entire document */
html {
    font-size: 16px; /* This is 100% or 1rem on most browsers */
}

/* Headings */
h1 {
    font-size: 2.5rem; /* 40px */
    line-height: 1.2 !important;
    margin-bottom: 0.5rem;
}

h2 {
    font-size: 2rem; /* 32px */
    line-height: 1.4 !important;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.4 !important;
    margin-bottom: 0.75rem;
}

h4 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.5 !important;
    margin-bottom: 0.75rem;
}

h5 {
    font-size: 1.25rem; /* 20px */
    line-height: 1.6 !important;
    margin-bottom: 1rem;
}

h6 {
    font-size: 1rem; /* 16px */
    line-height: 1.6 !important;
    margin-bottom: 1rem;
}

/* Responsive Adjustments for Smaller Screens */
@media (max-width: 768px) {
    h1 {
        font-size: 2rem; /* 32px */
    }
    
    h2 {
        font-size: 1.75rem; /* 28px */
    }
    
    h3 {
        font-size: 1.5rem; /* 24px */
    }
    
    h4 {
        font-size: 1.25rem; /* 20px */
    }
    
    h5 {
        font-size: 1.125rem; /* 18px */
    }
    
    h6 {
        font-size: 1rem; /* 16px */
    }
}

/* Responsive Adjustments for Larger Screens */
@media (min-width: 1200px) {
    h1 {
        font-size: 3rem; /* 48px */
    }
    
    h2 {
        font-size: 2.5rem; /* 40px */
    }
    
    h3 {
        font-size: 2rem; /* 32px */
    }
    
    h4 {
        font-size: 1.75rem; /* 28px */
    }
    
    h5 {
        font-size: 1.5rem; /* 24px */
    }
    
    h6 {
        font-size: 1.25rem; /* 20px */
    }
}/* End custom CSS */