.elementor-kit-9{--e-global-color-primary:#16243D;--e-global-color-secondary:#17B284;--e-global-color-text:#1E293B;--e-global-color-accent:#E3572B;--e-global-color-b049115:#F1F5F9;--e-global-color-5d3e391:#CBD5E1;--e-global-color-9b87233:#FFFFFF;--e-global-color-3e945b1:#4C5665;--e-global-color-58b6f48:#0E5787;--e-global-color-6386416:#088FBE;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;color:#1E293B;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-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:16px;font-weight:600;letter-spacing:0.5px;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;border-radius:25px 25px 25px 25px;padding:12px 32px 12px 32px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:var( --e-global-color-accent );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-9 h1{color:#0077B6;font-family:"Poppins", Sans-serif;font-size:36px;font-weight:600;line-height:1.5px;}.elementor-kit-9 h2{color:var( --e-global-color-primary );}.elementor-kit-9 h3{color:var( --e-global-color-primary );}.elementor-kit-9 h4{color:var( --e-global-color-primary );}.elementor-kit-9 h5{color:var( --e-global-color-primary );}.elementor-kit-9 h6{color:var( --e-global-color-primary );}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{box-shadow:0px 0px 10px -2px rgba(0,0,0,0.5);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--container-default-padding-top:005px;--container-default-padding-right:005px;--container-default-padding-bottom:005px;--container-default-padding-left:005px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-9{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-text-line-height:1.8rem;font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-9 a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* === Base Reset for All Buttons === */
[class*="btn-"] .elementor-button,
[class*="btn-"].elementor-button {
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border: none;
  transition: background 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

/* === 1. Main Button === */
.btn-main .elementor-button,
.btn-main.elementor-button {
  background: linear-gradient(135deg, #0E5787, #088FBE);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.btn-main .elementor-button:hover,
.btn-main.elementor-button:hover {
  background: linear-gradient(135deg, #088FBE, #0E5787);
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(8, 143, 190, 0.6),
    0 0 24px rgba(8, 143, 190, 0.4),
    0 0 36px rgba(8, 143, 190, 0.2);
}

/* === 2. Main Glass Button === */
.btn-main-glass .elementor-button,
.btn-main-glass.elementor-button {
  background: linear-gradient(135deg, rgba(14, 87, 135, 0.4), rgba(8, 143, 190, 0.4));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.btn-main-glass .elementor-button:hover,
.btn-main-glass.elementor-button:hover {
  background: linear-gradient(135deg, rgba(8, 143, 190, 0.5), rgba(14, 87, 135, 0.5));
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(8, 143, 190, 0.6),
    0 0 24px rgba(8, 143, 190, 0.4),
    0 0 36px rgba(8, 143, 190, 0.2);
}

/* === 3. Secondary Button === */
.btn-secondary .elementor-button,
.btn-secondary.elementor-button {
  background: linear-gradient(135deg, #16243D, #17B284);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.btn-secondary .elementor-button:hover,
.btn-secondary.elementor-button:hover {
  background: linear-gradient(135deg, #17B284, #16243D);
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(23, 178, 132, 0.6),
    0 0 24px rgba(23, 178, 132, 0.4),
    0 0 36px rgba(23, 178, 132, 0.2);
}

/* === 4. Secondary Glass Button === */
.btn-secondary-glass .elementor-button,
.btn-secondary-glass.elementor-button {
  background: linear-gradient(135deg, rgba(22, 36, 61, 0.4), rgba(23, 178, 132, 0.4));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}
.btn-secondary-glass .elementor-button:hover,
.btn-secondary-glass.elementor-button:hover {
  background: linear-gradient(135deg, rgba(23, 178, 132, 0.5), rgba(22, 36, 61, 0.5));
  transform: translateY(-2px);
  box-shadow:
    0 0 12px rgba(23, 178, 132, 0.6),
    0 0 24px rgba(23, 178, 132, 0.4),
    0 0 36px rgba(23, 178, 132, 0.2);
}


/* cards glass bg*/

.glass-gradient-cards {
  background: linear-gradient(135deg, rgba(14, 87, 135, 0.6), rgba(8, 143, 190, 0.4));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(25px);
  border-radius: 25px 0 25px 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
  will-change: backdrop-filter;
}/* End custom CSS */