.elementor-kit-6{--e-global-color-primary:#193892;--e-global-color-secondary:#F9F9F9;--e-global-color-text:#FFFFFF;--e-global-color-accent:#212934;--e-global-color-9ba1e35:#FFFFFF;--e-global-color-9741126:#CECECE;--e-global-color-68119a9:#FFFFFF;--e-global-color-9ab9cee:#E8E2DB;--e-global-color-64af351:#000000;--e-global-color-fbe955c:#C0BDBA;--e-global-color-e343422:#4D6BAA;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:200;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:200;background-color:var( --e-global-color-accent );font-family:"Poppins", Sans-serif;font-weight:200;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:0ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-9ab9cee );--e-preloader-size:50px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#0000003D;font-weight:400;color:var( --e-global-color-9ba1e35 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-9ab9cee );border-radius:0px 0px 0px 0px;padding:16px 45px 16px 45px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-9ba1e35 );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-9ab9cee );}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-accent );}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-size:55px;font-weight:200;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-weight:200;}.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);}.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 h1{font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */b {
    font-weight: 700;
}
.h-two-color {
    color: var( --e-global-color-9ab9cee )!important;
}

.border-box {
  position: relative;
  display: inline-block;
  padding: 20px 40px;    /* same spacing as animated-border */
  color: white;
  overflow: hidden;
}

/*** ANIMATED BORDER (2s transition) ***/
.animated-border {
  position: relative;
  display: inline-block;
  padding: 20px 40px;    /* adjust as needed */
  color: white;          /* your text/icon color */
  overflow: hidden;
}

/* Both ::before and ::after span the full width/height of the parent */
.animated-border::before,
.animated-border::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/* ::before will draw top & bottom edges */
.animated-border::before {
  background:
    /* top edge (grows left→right) */
    linear-gradient(to right, white, white) no-repeat top left,
    /* bottom edge (grows right→left) */
    linear-gradient(to right, white, white) no-repeat bottom right;
  /* start with zero width on both lines */
  background-size: 0 1px,  0 1px;
  transition: background-size 2s ease;
}

/* ::after will draw right & left edges */
.animated-border::after {
  background:
    /* right edge (grows top→bottom) */
    linear-gradient(to bottom, white, white) no-repeat top right,
    /* left edge (grows bottom→top) */
    linear-gradient(to bottom, white, white) no-repeat bottom left;
  /* start with zero height on both lines */
  background-size: 1px 0,  1px 0;
  transition: background-size 2s ease;
}

/* On hover, expand each “line” from 0 to full length */
.animated-border:hover::before {
  background-size: 100% 1px,  100% 1px;
}

.animated-border:hover::after {
  background-size: 1px 100%,  1px 100%;
}


.btn-fill-hover-beige a.elementor-button {
  position: relative !important;
  overflow: hidden !important;
  display: inline-flex !important;


  line-height: 1 !important;
  color: white !important;
  border: 2px solid var( --e-global-color-9ab9cee ) !important;
  background-color: #0000003D !important;
  transition: color 0.3s ease-in-out !important;
  z-index: 1;
}

.btn-fill-hover-beige a.elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var( --e-global-color-9ab9cee );
  z-index: -1;
  transition: width 0.4s ease-in-out;
  pointer-events: none;
}

.btn-fill-hover-beige a.elementor-button:hover::before {
  width: 100%;
}

.btn-fill-hover-beige a.elementor-button:hover {
  color: #212934 !important;
}




/* Apply Glass Effect to Elementor Container */
.glass-container {
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white */
    backdrop-filter: blur(10px); /* Blur effect */
    -webkit-backdrop-filter: blur(10px); /* Safari Support */
    border-radius: 15px; /* Smooth rounded corners */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    padding: 20px;
}


html, body {
    overflow-x: hidden !important;
}



/** ANIMATED BORDER BLUE - BACKGROUND GRADIENT VERSION **/
.animated-border-white {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  /* Use multiple background gradients to simulate each side's border */
  background: 
    /* Top border gradient (initially hidden: width 0, height 2px) */
    linear-gradient(to right, #ffffff, #ffffff) top left / 0% 1px no-repeat,
    /* Right border gradient (initially hidden: width 2px, height 0) */
    linear-gradient(to bottom, #ffffff, #ffffff) top right / 1px 0% no-repeat,
    /* Bottom border gradient (initially hidden: width 0, height 2px) */
    linear-gradient(to left, #ffffff, #ffffff) bottom right / 0% 1px no-repeat,
    /* Left border gradient (initially hidden: width 2px, height 0) */
    linear-gradient(to top, #ffffff, #ffffff) bottom left / 1px 0% no-repeat;
  transition: background-size 0.5s ease;
}

/* On hover, expand the background sizes to reveal the borders */
.animated-border-white:hover {
  background-size: 
    100% 1px,  /* Top border expands to full width */
    1px 100%,  /* Right border expands to full height */
    100% 1px,  /* Bottom border expands to full width */
    1px 100%;  /* Left border expands to full height */
}

.part-category {
    margin-top: 20px;
}/* End custom CSS */