.elementor-kit-13{--e-global-color-primary:#1C1C64;--e-global-color-secondary:#0056AE;--e-global-color-text:#5B5B5BFA;--e-global-color-accent:#1C1C64;--e-global-color-31063e9:#141447;--e-global-color-06e7b03:#FFFFFFF0;--e-global-typography-primary-font-family:"Pathway Extreme";--e-global-typography-primary-font-size:42px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:-1px;--e-global-typography-secondary-font-family:"Pathway Extreme";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:-1px;--e-global-typography-text-font-family:"Pathway Extreme";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.45em;--e-global-typography-text-letter-spacing:-0.7px;--e-global-typography-accent-font-family:"Pathway Extreme";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-letter-spacing:-1px;--e-global-typography-a14c7c1-font-family:"Pathway Extreme";--e-global-typography-a14c7c1-font-size:55px;--e-global-typography-a14c7c1-font-weight:600;--e-global-typography-a14c7c1-line-height:1.15em;--e-global-typography-a14c7c1-letter-spacing:-1px;--e-global-typography-ea45ab6-font-family:"Pathway Extreme";--e-global-typography-ea45ab6-font-size:17px;--e-global-typography-ea45ab6-font-weight:600;--e-global-typography-ea45ab6-letter-spacing:-1px;--e-global-typography-17df736-font-family:"Pathway Extreme";--e-global-typography-17df736-font-size:20px;--e-global-typography-17df736-font-weight:400;--e-global-typography-17df736-line-height:1.45em;--e-global-typography-17df736-letter-spacing:-1px;--e-global-typography-a181f1b-font-family:"Pathway Extreme";--e-global-typography-a181f1b-font-size:24px;--e-global-typography-6a2b058-font-family:"Pathway Extreme";--e-global-typography-6a2b058-font-size:15px;--e-global-typography-6a2b058-font-weight:400;--e-global-typography-6a2b058-line-height:1.45em;--e-global-typography-6a2b058-letter-spacing:-0.7px;--e-global-typography-53082fa-font-family:"Pathway Extreme";--e-global-typography-53082fa-font-size:65px;--e-global-typography-53082fa-font-weight:600;--e-global-typography-53082fa-line-height:1em;--e-global-typography-53082fa-letter-spacing:-1px;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1000ms;}.elementor-kit-13 e-page-transition{background-color:#FFFFFF;}.elementor-kit-13 a{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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:1366px){.elementor-kit-13{--e-global-typography-53082fa-font-size:50px;}}@media(max-width:1200px){.elementor-kit-13{--e-global-typography-primary-font-size:38px;--e-global-typography-a14c7c1-font-size:50px;}}@media(max-width:1024px){.elementor-kit-13{--e-global-typography-primary-font-size:35px;--e-global-typography-secondary-font-size:28px;--e-global-typography-text-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-13{--e-global-typography-accent-font-size:17px;--e-global-typography-a14c7c1-font-size:42px;--e-global-typography-17df736-font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --Dark-Blue:#0a0a51; --Semi-Trans-white:#FFFFFFDE; --Mid-Blue:#014f9c; --white-border:#ffffff5e; --Grey-BG:#FAFAFA; }
/* Start custom CSS *//*Top offset for anchor link*/
[id] {
  scroll-margin-top: 150px;
}



/*CTA Hover Effect*/
/*Hover Zoom Out*/
/* Reduce zoom-out effect on hover */
.elementor-bg-transform-zoom-out .elementor-cta__bg {
  transition: transform 0.5s ease;
  transform: scale(1.03)!important;
}

.elementor-bg-transform-zoom-out:hover .elementor-cta__bg {
  transform: scale(1)!important; /* Reduced from default 1.0 - adjust this value */
}
/* Base Container */
.cta-bg-overlay .elementor-cta__content {
    position: relative;
    z-index: 1; /* Establishes a new stacking context */
    overflow: hidden; /* Recommended to keep effects contained */
    background: linear-gradient(360deg, rgba(13, 13, 49, 1.0) 0%, rgba(13, 13, 49, 0) 50%);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* The Pseudo-Element for Smooth Hover Fading */
.cta-bg-overlay .elementor-cta__content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* The hover-state gradient we want to fade in */
    background: linear-gradient(360deg, rgba(20, 20, 70, 1.0) 0%, rgba(13, 13, 49, 0) 80%);
    opacity: 0; /* Hidden by default */
    z-index: -1; /* Placed behind any actual content (like your title) */
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none; /* Recommended */
}

/* 3. Trigger the opacity fade */
.cta-bg-overlay .elementor-cta__content:hover::after {
    opacity: 1;
}

/* NEW: Pull your title in front of the hover layer */
/* Depending on your exact title structure, you may need to adjust this .elementor-kit-13.
   In Elementor, it's often the 'widget-title' or a specific custom class. */
.cta-bg-overlay .elementor-cta__content > .elementor-cta__title,
.cta-bg-overlay .elementor-cta__content > div:first-child h2 { /* Fallback */
    position: relative; /* Allows z-index to work */
    z-index: 2; /* High number to stay on top */
}


/*Desc Text Shadow*/
.elementor-kit-13 .elementor-cta__description{
    text-shadow: -1px 10px 10px rgba(0, 0, 0, 0.19);
}


@media (min-width: 768px) {
.d-mobile{
    display: none!important;
}
}

/*alphabet-sub-menu*/
#alphabet-sub-menu .elementor-menu-toggle:after {
    content: 'Filter';
    padding-left: 10px;
   font-family: var(--e-global-typography-ea45ab6-font-family), Sans-serif;
    font-size: var(--e-global-typography-ea45ab6-font-size);
    font-weight: var(--e-global-typography-ea45ab6-font-weight);
    letter-spacing: var(--e-global-typography-ea45ab6-letter-spacing);
    
}
#alphabet-sub-menu .elementor-menu-toggle{
padding: 8px 20px 8px 15px;
    border-radius: 0;}



/*Button Hover Color Reveal Left*/
.elementor-button-wrapper .elementor-button {
  position: relative;
  background-color: #1C1C64;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.elementor-button-wrapper .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0056AE;
  transition: width 0.3s ease;
  z-index: -1;
}

.elementor-button-wrapper .elementor-button:hover::before {
  width: 100%;
}


/* Button Hover Color Reveal Left — Form Submit */
.elementor-field-type-submit .elementor-button {
  position: relative;
  background-color: #1C1C64;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.elementor-field-type-submit .elementor-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #0056AE;
  transition: width 0.3s ease;
  z-index: -1;
}

.elementor-field-type-submit .elementor-button:hover::before {
  width: 100%;
}


/*Slider Button Color Reveal Left*/
.elementor-slide-button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: color 0.4s ease-in-out !important;
  padding:12px 24px 13px;
}

.elementor-slide-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0364C8;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease-in-out;
  z-index: -1;
}

.elementor-slide-button:hover::before {
  transform: scaleX(1);
}


.elementor-slide-button::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2026/05/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
  margin-top:2px;
  vertical-align: middle;
}


/*Reset Breadcrumbs Spacing*/
ul.ha-breadcrumbs li {
    display: inline-block;
    margin-right: 10px!important;
}

/*Product List Backgroud Color*/
.color-contain-row > .e-con:nth-of-type(odd) {
  background-color: #FAFAFA !important;
}/* End custom CSS */