@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
       url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Plus Jakarta Sans';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
       url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'PlusJakartaDisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
:root{
    --eb-primary-color:#1e3a8a;
}
body{
   /* font-family: 'Plus Jakarta Sans';   */
    /* font-family: 'PlusJakartaDisplay'; */
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
}
.hidden{
  display: none !important;
}
.rmt_72{
    margin-top: 72px;
}
.rmb_72{
    margin-bottom: 72px;
}
.rpt_72{
    padding-top: 72px;
}
.rpb_72{
    padding-bottom: 72px;
}
.font_48{
  font-size: 48px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.96px;
}
.font_38{
  font-size: 38px;
  font-weight: 500;
}
.font_18{
  font-size: 18px;
  color: #808080;
  font-weight: 500;
}
.font_12{
  font-size: 12px;
  color: #808080;
}
.font_16{
  font-size: 16px;
  color: #808080;
}
/* .carousel-control-prev{
    position: absolute;
    right: 0;
    left: 80%;
    top: 100%;
}
.carousel-control-next{
    position: absolute;
    right: 0;    
    top: 100%;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
  background-color: var(--bs-yellow) !important;
    width: 44px;
    height: 42px;
    border-radius: 10px !important;
    padding: 5px !important;
    font-size: 12px;
} */
.footer_section {
  background: linear-gradient(135deg, #1f2532 0%, #2b3a55 100%);
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #e8ecf1;
}

.footer_section h6 {
  font-size: 1rem;
  color: #ffffff;
}

.footer_link {
  color: #cdd3db;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

.footer_link:hover {
  color: #ffffff;
}

.social_icon {
  color: #fff;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.social_icon:hover {
  background: #ffffff;
  color: #1f2532;
  border-color: #ffffff;
}

.footer_section hr {
  border-color: rgba(255, 255, 255, 0.2);
}

.footer_section .small {
  color: #cfd3d8;
}
