.btn-color-gradient .elementor-button {
    background: linear-gradient(
        91.19deg,
        #38D6BE 0%,
        #6EA8FF 50%,
        #38D6BE 100%
    ) !important;

    box-shadow: 0 13.82px 39.15px rgba(56, 214, 190, 0.28) !important;
}

span.color-text {
    background: linear-gradient(90deg, #28d9d0 0%, #32d3dc 35%, #45b9ef 68%, #5c91f5 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


span.color-heading {
  background: rgba(15, 122, 107, 1);
 -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

	
	span.color-head-2 {
    background: rgba(15, 122, 107, 1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	}

span.color-head-3 {
    background: linear-gradient(93.09deg, #6EA8FF 0%, #38D6BE 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

span.color-head-4 {
    background: rgba(15, 122, 107, 1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

span.color-head-7 {
    background: rgba(56, 214, 190, 1);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

@media (min-width:561px) and (max-width:766px){

html,
body{
    overflow-x:hidden;
}


}


.zoom-hover{
    transition: transform 0.35s ease;
    transform: scale(1);
}

.zoom-hover:hover{
    transform: scale(1.03);
}


.chapter-top{
    position: relative;
}

.chapter-top::after{
    content: "";
    position: absolute;
    left: %;
    transform: translateX(-50%);
    bottom: -1px;   /* Adjust until it reaches the timeline */
    width: 2px;
    height: 20px;
    background: #12A594;
}



.chapter-bottom{
    position: relative;
}

.chapter-bottom::before{
    content: "";
    position: absolute;
    left: %;
    transform: translateX(-50%);
    top: px;      /* Adjust until it reaches the timeline */
    width: 2px;
    height: 20px;
    background: #2F6FB0;
}



.custom-header .elementskit-menu-overlay.elementskit-menu-offcanvas-elements.elementskit-menu-toggler.ekit-nav-menu--overlay.active {
    background-color: transparent;
	display: none !important;
  content: none !important;
}



.container-color {
    background: linear-gradient(132.77deg, #1B4F7A 0%, #17527A 50%, #12A594 100%) !important;
    box-shadow: 0px 30px 70px 0px #0F3C6452;
}


.pain-section,
.pain-section > .e-con {
    background-color: transparent !important;
}

.pain-section {
    background-color: transparent !important;
    background-image: linear-gradient(
        91.98deg,
        #0C1C27 0%,
        #10303A 42%,
        #14614F 74%,
        #1C8A6B 100%
    ) !important;
}

.border-left {
    border-left: 5px solid #35D6C3 !important;
}

.svg-spacing-misson svg {
    width: 100%;
}

.the-color-box {
    max-height: 30px !important;
    border-radius: 4px !important;
}
.border-left-1 { border-left: 5px solid #2F6FB0 !important; }
.border-left-2 { border-left: 5px solid #12A594 !important; }
.border-left-3 { border-left: 5px solid #4E9E5E !important; }
.border-left-4 { border-left: 5px solid #12A594 !important; }



/* =========================
   MAIN FORM
========================= */

.custom-contact-form {
    width: 100%;
    padding: 36px 37px 51px;
    background: #FFFFFF;
    border: 1px solid #E3DED0;
    border-radius: 24px;
    box-sizing: border-box;
}


/* =========================
   FORM GROUP
========================= */

.custom-contact-form .form-group {
    width: 100%;
    margin: 0 0 7px 0 !important;
    padding: 0 !important;
}


/* =========================
   LABEL
========================= */

.custom-contact-form label {
    display: block !important;

    margin: 0 0 7px 0 !important;
    padding: 0 !important;

    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2 !important;

    color: #344954;
}


/* =========================
   CF7 WRAPPER
========================= */

.custom-contact-form .wpcf7-form-control-wrap {
    display: block !important;
    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;
}


/* =========================
   INPUT / SELECT / TEXTAREA
========================= */

.custom-contact-form .form-input {
    display: block !important;

    width: 100% !important;
    height: 42px !important;

    margin: 0 !important;
    padding: 0 16px !important;

    box-sizing: border-box;

    background: #F8F6EF;

    border: 1px solid #DDD6C5;
    border-radius: 12px;

    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;

    color: #24343D;

    outline: none;
}


/* =========================
   SELECT
========================= */

.custom-contact-form select.form-input {
    appearance: none;
    -webkit-appearance: none;

    background-color: #F8F6EF;

    background-image:
        linear-gradient(45deg, transparent 50%, #344954 50%),
        linear-gradient(135deg, #344954 50%, transparent 50%);

    background-position:
        calc(100% - 18px) 18px,
        calc(100% - 13px) 18px;

    background-size:
        5px 5px,
        5px 5px;

    background-repeat: no-repeat;
}


/* =========================
   FOCUS
========================= */

.custom-contact-form .form-input:focus {
    border-color: #39CDBD;

    box-shadow: 0 0 0 2px rgba(57, 205, 189, 0.10);
}


/* =========================
   MESSAGE
========================= */

.custom-contact-form textarea.form-input {
    height: 87px !important;
    min-height: 87px !important;

    padding: 10px 16px !important;

    resize: vertical;
}


/* =========================
   MESSAGE → BUTTON GAP
========================= */

.custom-contact-form .message-group {
    margin-bottom: 20px !important;
}


/* =========================
   BUTTON
========================= */

.custom-contact-form .form-submit {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}


.custom-contact-form .form-submit-button {
    display: block !important;

    width: 100% !important;
    height: 48px !important;

    margin: 0 !important;
    padding: 0 20px !important;

    border: none;
    border-radius: 30px;

    background: #38CDBD;
    color: #000000;

    font-family: Inter, sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1 !important;

    cursor: pointer;
}


.custom-contact-form .form-submit-button:hover {
    background: #2FC0B0;
    color: #000000;
}


/* =========================
   CF7 DEFAULT
========================= */

.custom-contact-form p {
    margin: 0 !important;
    padding: 0 !important;
}

.custom-contact-form br {
    display: none !important;
}

/* =========================
   CF7 VALIDATION
   RED BORDER ON EMPTY REQUIRED FIELDS
========================= */

.custom-contact-form .wpcf7-not-valid {
    border-color: #FF4D4D !important;
    box-shadow: 0 0 0 1px rgba(255, 77, 77, 0.10) !important;
}

.custom-contact-form .wpcf7-not-valid:focus {
    border-color: #FF4D4D !important;
    box-shadow: 0 0 0 1px rgba(255, 77, 77, 0.10) !important;
}

.custom-contact-form .wpcf7-not-valid-tip {
    display: none !important;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {

    .custom-contact-form {
        padding: 28px 20px 35px;
        border-radius: 20px;
    }

    .custom-contact-form .form-group {
        margin-bottom: 6px !important;
    }

    .custom-contact-form label {
        margin-bottom: 7px !important;
        font-size: 14px;
    }

    .custom-contact-form .form-input {
        height: 42px !important;
    }

    .custom-contact-form textarea.form-input {
        height: 90px !important;
        min-height: 90px !important;
    }

    .custom-contact-form .message-group {
        margin-bottom: 18px !important;
    }
}

.press-featured-media-bg {
    background: linear-gradient(
        113.39deg,
        #12A594 0%,
        #0E6F7D 52%,
        #144F6B 100%
    ) !important;

    box-shadow: 0px 30px 70px 0px #0F7A6B47 !important;
}


/* =========================================
   TERMS & CONDITIONS - STICKY SIDEBAR
========================================= */

.terms-sidebar {
    position: sticky;
    top: 100px;
    align-self: flex-start;
    height: fit-content;
    z-index: 10;
}


/* =========================================
   SMOOTH SCROLLING
========================================= */

html {
    scroll-behavior: smooth;
}


/* =========================================
   OFFSET FOR STICKY HEADER
========================================= */

.terms-content > * {
    scroll-margin-top: 120px;
}


/* Hide Google reCAPTCHA badge */
.grecaptcha-badge {
    visibility: hidden !important;
}