.elementor-kit-6{--e-global-color-primary:#165DAB;--e-global-color-secondary:#F7002E;--e-global-color-text:#686868;--e-global-color-accent:#002043;--e-global-color-c196be6:#474747;--e-global-color-246c81c:#FFFFFF;--e-global-color-9d35bef:#F0F0F0;--e-global-color-e341d2b:#DBDBDB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:65px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:80px;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:32px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:24px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.4em;--e-global-typography-28b319f-font-family:"Inter";--e-global-typography-28b319f-font-size:16px;--e-global-typography-28b319f-text-transform:uppercase;background-color:#F0F0F0;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.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 );line-height:var( --e-global-typography-primary-line-height );}.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 );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1197px;}.e-con{--container-max-width:1197px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.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:32px;--e-global-typography-primary-line-height:1.2em;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-kit-6 h3{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.fit-height {
    height:fit-content !important;
}

.fit-width {
    width:fit-content !important;
}

/* Clickable Cards */
//.grid-card {
    transition: transform 0.3s ease; 
   
}

//.grid-card:hover {
    cursor: pointer;
    box-shadow: 0px 25px 50px rgb(16 24 40 / 0.25);
   
}

/* btn border grow animation */

.btn-border-grow .elementor-button-text {
  display: inline; 
  position: relative;
    font-weight: 600 !important;
}

.btn-border-grow .elementor-button-text::after {
  content: '';
  display: block;
  position: absolute;
  left: 0; 
  bottom: -20px; 
  width: 100%; 
  height: 2px;
  background-color: #F7002E;
  transform-origin: left; 
}

.btn-border-grow:hover .elementor-button-text::after {
animation: borderAnimation 0.6s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
}

@keyframes borderAnimation {
  0%, 100% {
    width: 100%;
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0.01);
  }
}

/* overlays */

.blue-overlay {
  width: 100%;
  border-radius: 10px 10px 0px 0px; 
background: linear-gradient(
    135deg,
    rgb(0, 75, 143, .9),  
   rgb(0, 95, 177, .7)     
  );
  overflow: hidden; 
}

/* angled darker overlay */
.blue-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;  
  height: 100%;
  background: rgb(0, 32, 67, .5); 
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 0%);
}/* End custom CSS */