.kontactaGrid p.icon-box-description a {
    color: #FFFFFF99;
    text-decoration: underline;
}

/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/
Description: Child theme for the Hello Elementor theme
Author: Hassan Ahmed Khan
Author URI: https://example.com/
Template: hello-elementor
Version: 1.0.0
*/

/* Branding and Project Setup Styles  */

/* .header li.current-menu-item>a {
  background: linear-gradient(90deg,
      rgba(57, 255, 20, 1) 0%,
      rgba(26, 157, 255, 1) 100%);
  color: transparent !important;
  -webkit-background-clip: text;
} */

a.elementor-button {
    border: none !important;
    position: relative;
    background: black !important;
}

a.elementor-button span {
    position: relative;
    z-index: 1;
    color: black;
}

a.elementor-button:hover:after {
    opacity: 1;
}

a.elementor-button:before {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg,
            rgba(26, 157, 255, 1) 0%,
            rgba(57, 255, 20, 1) 100%);
    /* 	background:rgb(57 255 20); */
    border-radius: 1.5rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

a.elementor-button:hover:before {
    opacity: 1;
}

a.elementor-button:after {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg,
            rgba(57, 255, 20, 1) 0%,
            rgba(26, 157, 255, 1) 100%);
    /* 	background:rgb(26 157 255); */
    border-radius: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease-out;
}

.gradientSubHeading h5 {
    /*   background: linear-gradient(90deg,
      rgba(57, 255, 20, 1) 0%,
      rgba(26, 157, 255, 1) 100%);
  -webkit-background-clip: text;
  color: transparent !important; */
    text-transform: none !important;
}

.e-con-inner {
    z-index: 0;
}

.servicesGrid .icon {
    background: linear-gradient(90deg,
            rgba(57, 255, 20, 1) 0%,
            rgba(26, 157, 255, 1) 100%) !important;
    background-clip: text !important;
    color: transparent !important;
}

.servicesGrid .jkit-icon-box:hover .jkit-icon-box-wrapper.hover-from-bottom {
    border: none !important;
    overflow: visible;
}

.servicesGrid .jkit-icon-box .jkit-icon-box-wrapper.hover-from-bottom:after {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg,
            rgba(57, 255, 20, 1) 0%,
            rgba(26, 157, 255, 1) 100%);
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.servicesGrid .jkit-icon-box:hover .jkit-icon-box-wrapper.hover-from-bottom:after {
    opacity: 1;
}

.servicesGrid .jkit-icon-box:hover .jkit-icon-box-wrapper.hover-from-bottom .icon {
    opacity: 0;
}

.servicesGrid .activeBox .jkit-icon-box-wrapper.hover-from-bottom {
    border: none !important;
    overflow: visible;
}

.servicesGrid .activeBox .jkit-icon-box .jkit-icon-box-wrapper.hover-from-bottom:after {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg, rgba(57, 255, 20, 1) 0%, rgba(26, 157, 255, 1) 100%);
    /* 		background:rgb(57 255 20); */
    border-radius: 10px;
    z-index: -1;
    opacity: 1;
}

.servicesGrid a.icon-box-link {
    background: linear-gradient(90deg,
            rgba(57, 255, 20, 1) 0%,
            rgba(26, 157, 255, 1) 100%);
    background-clip: text !important;
    color: transparent !important;
    opacity: 0;
}

.servicesGrid .jkit-icon-box:hover a.icon-box-link {
    opacity: 1;
}

/* .footer i {
    background: linear-gradient(90deg,
      rgba(57, 255, 20, 1) 0%,
      rgba(26, 157, 255, 1) 100%) !important;
    background-clip: text !important;
    color: transparent !important;
} */

.servicesGrid .jkit-icon-box .jkit-icon-box-wrapper p.icon-box-description {
    min-height: 120px;
}

.omOssGrid.servicesGrid .jkit-icon-box:hover .jkit-icon-box-wrapper.hover-from-bottom .icon {
    opacity: 1;
}

.mf-form-wrapper .metform-form-content .metform-form-main-wrapper .mf-input-wrapper .mf-input {
    background: #0b0c10 !important;
    color: #fff !important;
    border-radius: 3px !important;
    border: 1px solid #ffffff30;
}

.metform-submit-btn {}

.metform-submit-btn:before {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    z-index: -1;
    background: linear-gradient(90deg, rgb(57, 255, 20) 0%, rgb(26, 157, 255) 100%);
    border-radius: 1.5rem;
}

.metform-submit-btn:after {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    opacity: 0;
    background: linear-gradient(90deg, rgb(57, 255, 20) 0%, rgb(26, 157, 255) 100%);
    border-radius: 1.5rem;
    transition: 0.4s ease-out;
}

.metform-submit-btn:hover:after {
    opacity: 1;
}

.contactBtn {
    display: none !important;
}

/* .footer li.elementor-icon-list-item:hover a span {
    background: linear-gradient(90deg,
      rgba(57, 255, 20, 1) 0%,
      rgba(26, 157, 255, 1) 100%);
    background-clip: text !important;
    color: transparent !important;
    transition: all 0.4s ease-out;
} */

.kontactaGrid.servicesGrid a.icon-box-link {
    opacity: 1;
}

.kontactaGrid.servicesGrid .jkit-icon-box .jkit-icon-box-wrapper p.icon-box-description {
    min-height: auto;
}

.mf-btn-wraper button {
    border-radius: 50px !important;
    font-size: 12px;
    padding: 16px 32px !important;
    color: black !important;
    background: transparent !important;
    box-shadow: none;
    position: relative;
    z-index: 2;
}

.mf-btn-wraper:before {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg, rgba(26, 157, 255, 1) 0%, rgba(57, 255, 20, 1) 100%);
    /* 	background:rgb(57 255 20); */
    border-radius: 1.5rem;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.mf-btn-wraper {
    width: fit-content;
    position: relative;
}

.mf-btn--center .elementor-widget-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mf-btn-wraper:after {
    content: "";
    position: absolute;
    top: -0.063rem;
    left: -0.063rem;
    right: -0.063rem;
    bottom: -0.063rem;
    background: linear-gradient(90deg, rgba(57, 255, 20, 1) 0%, rgba(26, 157, 255, 1) 100%);
    /* 	background:rgb(26 157 255); */
    border-radius: 1.5rem;
    opacity: 1;
    transition: all 0.4s ease-out;
}

.mf-btn-wraper:hover:before {
    opacity: 1;
}

.metform-submit-btn:before,
.metform-submit-btn:after {
    display: none !important;
}

p#breadcrumbs {
    display: none;
}

.kontactaGrid p.icon-box-description a {
    color: #FFFFFF99;
    text-decoration: underline;
}

.header a.elementor-button:before {
    display: none;
}

.header a.elementor-button:after {
    display: none;
}

.header a.elementor-button span {
    color: white;
}

.header a.elementor-button {
    border: 1px solid rgb(57 255 20) !important;
}

.header a.elementor-button:hover {
    background: rgb(57 255 20) !important;
}

.header a.elementor-button:hover span {
    color: black;
}

h1,
h2,
h4 {
    text-transform: none !important;
}

.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link {
    text-transform: none !important;
}

.jeg-elementor-kit.jkit-icon-box .icon-box.icon-box-body .icon-box-button .btn-wrapper .icon-box-link i {
    font-size: 12px !important;
}

/* Custom Mega Menu  */
.header .e-con-full,
.header .e-con>.e-con-inner {
    padding: 0;
}

.header .e-con-inner {
    padding: 0;
}

.header {
    padding: 0.625rem 3.75rem;
    background: rgb(21, 20, 26);
    position: absolute;
    z-index: 999 !important;
}

.menuIcon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: fit-content;
}

.menuBtn {
    margin-right: 4rem;
}

.megaMenu {
    width: 75rem;
    margin: 0 auto;
    padding: 0 !important;
    padding-top: 0 !important;
    max-height: 0;
    transition: all 0.4s ease-out;
    opacity: 0;
	pointer-events:none;
}

.megaMenu.active {
    padding: 5.5rem 0 !important;
    padding-top: 2rem !important;
    max-height: 1000px;
    transition: all 0.4s ease-out;
    opacity: 1;
	pointer-events:all;
}

.megaMenu h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.megaMenu ul {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.megaMenu ul li a {
    font-size: 1.25rem !important;
    font-weight: 400;
    color: white;
    gap: 0.5rem;
}

.megaMenu span.elementor-icon-list-icon {
    padding: 0.5rem;
    background: rgb(30, 29, 37);
    border-radius: 0.5rem;
    border: 0.063rem solid rgb(255 255 255 / 5%);
}

.megaMenu span.elementor-icon-list-icon svg {
    margin: 0 !important;
    width: 1.25rem;
    height: 1.25rem;
}

.hero-sec::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #15141a9c;
}


.megaMenu ul li a:hover span.elementor-icon-list-text {
    padding-left: 10px;
}

.megaMenu ul li a span.elementor-icon-list-text {
    transition: all 0.4s ease-out !important;
}

.megaMenu ul li a span.elementor-icon-list-icon {
    transition: all 0.4s ease-out;
}

.megaMenu ul li a:hover span.elementor-icon-list-icon {
    background: rgb(56 53 65);
}

.parallax-section .e-con-inner .gradientSubHeading {
    margin: 0 auto;
}

.header-top {
    margin-top: 1rem;
}

/* Mobile CSS  */
@media screen and (min-width: 280px) and (max-width:600px) {
    .contactBtn {
        display: flex !important;
    }

    /* 	Header Start  */
    .header {
        padding: 0.625rem 1.25rem;
    }

    .menuIcon {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
    }

    .header-top .col-1,
    .header-top .col-2 {
        width: 45% !important;
    }

    .header-top {
        justify-content: space-between !important;
        flex-direction: row !important;
        align-items: center;
        margin-top: 0.5rem;
    }

    .menuBtn {
        display: none;
    }

    .menu-icon {
        margin-top: 0.4rem;
    }

    body {
        overflow-x: hidden !important;
    }

    .megaMenu {
        width: 100%;
    }

    .megaMenu h2 {
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .megaMenu {
        gap: 2.5rem !important;
    }

    .megaMenu.active {
        height: 35rem;
        overflow-y: scroll;
        padding: 2rem 0 !important;
    }

}

@media screen and (min-width: 601px) and (max-width:1024px) {
    .header {
        padding: 0.625rem 1.75rem;
    }

    .menuBtn {
        display: none;
    }

    .header-top {
        margin-top: 1rem;
    }

    .megaMenu {
        width: 100%;
        gap: 2rem;
    }

    .megaMenu ul li a {
        font-size: 1rem !important;
    }

    .megaMenu h2 {
        font-size: 1.5rem;
    }
	
	.header-top .col-1,
    .header-top .col-2 {
        width: 47% !important;
    }
}