.elementor-kit-8{--e-global-color-primary:#F6B73D;--e-global-color-secondary:#453181;--e-global-color-accent:#C5B7F4;--e-global-color-text:#51C9E1;--e-global-color-efc6060:#1A1A1A;--e-global-color-5e6d10e:#3C3C3C;--e-global-color-a5c4b30:#545454;--e-global-color-850e2d5:#231942;--e-global-color-0d93d6d:#F7F5FA;--e-global-color-7c8afb7:#FFF8ED;--e-global-color-2bd6408:#02010100;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:600;--e-global-typography-9ff42e9-font-family:"Inter";--e-global-typography-9ff42e9-font-size:80px;--e-global-typography-9ff42e9-font-weight:700;--e-global-typography-9ff42e9-line-height:90px;--e-global-typography-e53e531-font-size:56px;--e-global-typography-e53e531-font-weight:700;--e-global-typography-e53e531-line-height:68px;--e-global-typography-d1552b1-font-size:42px;--e-global-typography-d1552b1-font-weight:700;--e-global-typography-d1552b1-line-height:50px;--e-global-typography-b93d945-font-size:24px;--e-global-typography-b93d945-font-weight:700;--e-global-typography-b93d945-line-height:32px;--e-global-typography-732bc22-font-size:24px;--e-global-typography-732bc22-font-weight:700;--e-global-typography-732bc22-line-height:28px;}.elementor-kit-8 a{color:var( --e-global-color-0d93d6d );}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1265px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-e53e531-font-size:32px;--e-global-typography-e53e531-line-height:1.2em;--e-global-typography-d1552b1-font-size:28px;--e-global-typography-d1552b1-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.footer-link {
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
  overflow: hidden;
}

.footer-link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.footer-link:hover::before {
  visibility: visible;
  width: 100%;
  left: 0;
}

.footer-link:hover {
  color: #000;
}

.footer-link-dark {
  position: relative;
  cursor: pointer;
  transition: color 0.3s;
  overflow: hidden;
}

.footer-link-dark::before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #453181;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.footer-link-dark:hover::before {
  visibility: visible;
  width: 100%;
  left: 0;
}

.footer-link-dark:hover {
  color: #000;
}

/* Base link styles */
.darklink {
  color: #453181!important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 400;
  overflow: hidden;
  cursor:pointer;
}


.darklink::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #453181;
  height: 1px;
  transition: all 0.3s ease;
  transform: scaleX(1); 
  transform-origin: center;
}

/* Hover effects */
.darklink:hover, .darklink:focus {
  color: #453181;

}

.darklink:hover::before, .darklink:focus::before {
  transform: scaleX(0); /* Shrink the underline */
  background: #453181; /* Keeps the underline color the same */
}

/* Base link styles */
.lightlink {
  color: #fff!important;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 400;
  overflow: hidden;
  cursor:pointer;
}


.lightlink::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  transition: all 0.3s ease;
  transform: scaleX(1); 
  transform-origin: center;
}

/* Hover effects */
.lightlink:hover, .darklink:focus {
  color: #fff;

}

.lightlink:hover::before, .lightlink:focus::before {
  transform: scaleX(0); /* Shrink the underline */
  background: #fff; /* Keeps the underline color the same */
}

.fancy-button {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #453181;
    color: #453181!important;
    background-color: #F6B73D;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 11px 0px rgba(69.00000000000009, 49.00000000000001, 129, 0.15);
    padding: 16px 40px 16px 40px;
}
	


.fancy-button:hover {
	  font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    fill: #453181;
    color: #453181!important;
    background-color: #fff;
    border-style: none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 8px 11px 0px rgba(69.00000000000009, 49.00000000000001, 129, 0.15);
    padding: 16px 40px 16px 40px;
}

  .textsignupwrapper {
                border: 1px solid #F6B73D;
                border-radius: 10px;
                display: grid;
                grid-template-columns: 1fr auto;
                overflow: hidden;
                font-size: 14px;
                transition: 300ms;
                letter-spacing:1px!important;
                font-family: 'Inte', sans-serif
            }

            .textsignupwrapper:hover {
                border-color: #453181;
            }

            .textsignupwrapper div {
                display: inline-block;
            }

            .textsignupwrapper div input {
                width: 100%;
                appearance: none;
                border: none;
                padding: 6px 16px;
                outline: none;
                height: 100%;
            }

            .textsignupwrapper div button {
                appearance: none;
                border: none;
                background-color: #F6B73D;
                height: 100%;
                color: black;
                padding: 15px 31px;
                transition: 300ms;
            }

            .textsignupwrapper div button:hover {
                background-color: #453181;
                color: white;
            }

            #sms-loader, #sms-error, #sms-success {
                text-align: center;
            }
            
.contactsignupwrapper {
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    transition: 300ms;
    font-family: 'Inter', monospace, sans-serif;
}

.contactsignupwrapper div {
    display: inline-block;
}

.contactsignupwrapper .field {
    margin-bottom: 12px;
}

.contactsignupwrapper .field input, .contactsignupwrapper .field textarea {
    width: 100%;
    appearance: none;
    border: 1px solid #A298C0;
    padding: 6px 16px;
    border-radius: 10px;
    outline: none;
   /* height: 100%;*/
    font-family: 'Inter', monospace, sans-serif;
    font-size: 16px;
    line-height: 32px;
    padding: 12px 10px;
}

.contactsignupwrapper .notification {
    color: #1A1A1A;
    background-color: #FDF1D8;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}

.contactsignupwrapper div button {
    appearance: none;
    border: none;
    background-color: #F6B73D;
    height: 100%;
    color: black;
    padding: 12px 51px;
    transition: 300ms;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.contactsignupwrapper div button:hover {
    background-color: #453181;
    color: white;
}

#contact-loader, #contact-error, #contact-success {
    text-align: center;
    font-family: 'Inter', sans-serif
}

/* Highlight input fields with errors */
.error {
    border: 2px solid red;
}

/* Style for inline error messages */
.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 5px;
    display: block;
}

#sms-error {
    color: red;
    font-family: 'Inter', sans-serif;
    text-align: left;
    Padding:5px 0 5px 0;
    font-size: 1em;
    margin-top: 5px;
    display: block;
}

#sms-success {
    color: green;
    font-family: 'Inter', sans-serif;
    text-align: left;
    Padding:5px 0 5px 0;
    font-size: 1em;
    margin-top: 5px;
    display: block;
}

#sms-loader {
    color: green;
    font-family: 'Inter', sans-serif;
    text-align: left;
    Padding:5px 0 5px 0;
    font-size: 1em;
    margin-top: 5px;
    display: block;
}/* End custom CSS */