.elementor-kit-6{--e-global-color-primary:#021539;--e-global-color-secondary:#1592CB;--e-global-color-text:#02CCEB;--e-global-color-accent:#FFFFFF;--e-global-color-0fcbdf7:#F8F9FC;--e-global-color-9c9d253:#5E5E5E;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-size:25px;--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-size:35px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;color:#111111;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-6 h2{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-kit-6 h3{font-family:"Playfair Display", Sans-serif;font-size:20px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;font-size:16px;}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#site-logo img {
  transition: all 0.3s ease;
  max-width: 130px;
}
#main-header.scrolled #site-logo img {
  max-width: 100px;
}

.tab-btn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.tab-btn.active {
  background: #1592cb !important;
  
}

.tab-content {
  display: none;
  animation: fadeIn 0.3s ease;
}

.tab-content.active-tab {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.year-btn {
  cursor: pointer;
  font-size: 18px;
  color: #999;
  padding: 8px 16px;
}
.year-btn.active {
  
  background-color: #F8F9f9 ;
  border-width: 2px!important
}
.year-content {
  display: none;
}
.year-content.active-year {
  display: block;
}

.ir-dropdown-wrap{
    width:260px;
    margin:0 auto 30px;
}

.ir-dropdown-wrap{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    margin:0 auto 30px;
}

.ir-label{
    font-size:16px;
    font-weight:600;
    color:#001233;
}

#irDropdown{
    width:260px;
    height:48px;
    padding:0 16px;
    border:1px solid #ddd;
    border-radius:8px;
    background:#fff;
    font-size:15px;
    cursor:pointer;
}

.tab-btn{
    display:none !important;
}/* End custom CSS */