.elementor-kit-6{--e-global-color-primary:#16182A;--e-global-color-secondary:#FF634F;--e-global-color-text:#16182A;--e-global-color-accent:#00DD9F;--e-global-color-9be3013:#FAF9E7;--e-global-color-6e68dc0:#FFFFFF;--e-global-color-d87ad36:#A5A7B5;--e-global-typography-primary-font-family:"Rajdhani";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Rajdhani";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"proxima-nova";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"proxima-nova";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-6e68dc0 );font-family:"proxima-nova", Sans-serif;font-size:20px;font-weight:400;line-height:24px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-family:"proxima-nova", Sans-serif;}.elementor-kit-6 h2{font-family:"Rajdhani", Sans-serif;font-size:60px;font-weight:600;line-height:65px;}.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{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:15px;}.elementor-element{--widgets-spacing:15px 15px;--widgets-spacing-row:15px;--widgets-spacing-column:15px;}{}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:1366px){.elementor-kit-6 h2{font-size:49px;line-height:55px;}}@media(max-width:1024px){.elementor-kit-6 h2{font-size:40px;line-height:45px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h2{font-size:30px;line-height:33px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* Base style for all Elementor buttons */
.elementor-button {
  display: inline-flex;
  align-items: center;
  height: 55px;
  padding-left: 20px;
  padding-right: 5px;
  background-color: #00DD9F;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #16182A !important;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
}

/* Text styling inside button */
.elementor-button .elementor-button-text {
  order: 2;
  line-height: 1;
  display: flex;
  align-items: center;
}

/* Icon wrapper becomes the dark circle */
.elementor-button .elementor-button-icon {
  order: 2;
  margin-left: auto;
  background-color: #16182A;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0;
}

/* Adjust size of the arrow icon (SVG or font) */
.elementor-button .elementor-button-icon i,
.elementor-button .elementor-button-icon svg,
.elementor-button .elementor-button-icon img {
  width: 26px;
  height: 26px;
  color: white;
}


/* Smooth transitions for hover effects */
.elementor-button {
  transition: background-color 0.25s ease, transform 0.25s ease;
}

/* On hover: slight lift & brightness */
.elementor-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  cursor: pointer;
}

/* Animate the icon circle */
.elementor-button .elementor-button-icon {
  transition: transform 0.25s ease;
}

/* On hover: scale up the icon slightly */
.elementor-button:hover .elementor-button-icon {
  transform: scale(1.05);
}

html {
overflow-x: hidden !important; }


.custom-section h2 {
    font-size: 26px !important;
}

@media screen and (max-width: 767px) {
    .custom-section h2 {
        font-size: 22px !important;
    }
}

.custom-section h3 {
    font-size: 22px !important;
}

@media screen and (max-width: 767px) {
    .custom-section h3 {
        font-size: 20px !important;
    }
}

.custom-section h4 {
    font-size: 20px !important;
}

@media screen and (max-width: 767px) {
    .custom-section h4 {
        font-size: 18px !important;
    }
}/* End custom CSS */