/*
 Theme Name:   Playground Theme
 Theme URI:    https://example.com/kadence-child/
 Description:  Kadence Child Theme
 Author:       Agus Awaludin
 Author URI:   https://example.com
 Template:     kadence
 Version:      1.0.2
 Tags:         customizable, modern, responsive-layout, gutenberg, header builder, footer builder
 Text Domain:  kadencechild
*/

/* Theme customization starts here
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", Sans-serif;
}

p {
	margin: 0;
}

/* modal */

.custom-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}

.pagination {
      margin-top: 15px;
      text-align: center;
    }

    .pagination button {
      margin: 0 3px;
      padding: 5px 10px;
    }

    .pagination button.active {
      background-color: #007bff;
      color: white;
      font-weight: bold;
    }

.custom-modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px 30px;
    border-radius: 10px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: fadeIn 0.3s ease-in-out;
}

.custom-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
}

.custom-modal-close:hover {
    color: #000;
}

@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.95); }
    to   { opacity: 1; transform: scale(1); }
}

modal finished/

#main-header .site-container {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: "Poppins", Sans-serif;
}

#main-header .site-header-section .main-navigation .menu > .menu-item > a {
    color: #333333;
}

#main-header .site-header-section .main-navigation .menu > .menu-item a {
    font-size: 16px;
    padding: 6px 12px;
    font-weight: 400;
    font-family: "Rubik", Sans-serif;
}

#main-header .site-header-section .menu-button {
    padding-left: 16px;
}

#main-header .site-header-section .main-navigation .menu > .menu-item.menu-button > a {
    background-color: #b1c81c;
    color: #FFFFFF;
    border-radius: 100px;
    padding: 0 26px;
    height: 40px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .48px;
}

#main-header .site-header-section .main-navigation .menu > .menu-item > .sub-menu > li > a {
    font-weight: 600;
    position: relative;
    padding: 15px 20px 15px 70px;
    border: 1px solid #FFFFFF;
    border-radius: 14px;
    overflow: hidden;
	min-height: 76px;
}

#main-header .site-header-section .main-navigation .menu > .menu-item > .sub-menu a span {
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.4;
    color: #333333;
}

#main-header .site-header-section .main-navigation .menu > .menu-item > .sub-menu > li > a::before {
    content: '';
    background-image: url('assets/img/menu-square.svg');
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: center;
    position: absolute;
    top: 20px;
    left: 14px;
    background-color: rgba(255, 255, 255, 0);
    /* filter: invert(79%) sepia(0%) saturate(7493%) hue-rotate(47deg) brightness(91%) contrast(79%); */
    filter: brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(1319%) hue-rotate(161deg) brightness(92%) contrast(105%);
    border-radius: 8px;
    transition: all 0.08s ease;
}

#main-header .site-header-section .main-navigation .menu .sub-menu > li.website-dev > a::before {
    background-image: url('assets/img/web.svg');
    /* filter: invert(46%) sepia(24%) saturate(5456%) hue-rotate(175deg) brightness(107%) contrast(108%); */
}

#main-header .site-header-section .main-navigation .menu .sub-menu > li.software-dev > a::before {
    background-image: url('assets/img/system.svg');
    /* filter: invert(37%) sepia(35%) saturate(1168%) hue-rotate(222deg) brightness(88%) contrast(105%); */
}

#main-header .site-header-section .main-navigation .menu .sub-menu > li.app-dev > a::before {
    background-image: url('assets/img/mobile.svg');
    /* filter: invert(63%) sepia(13%) saturate(2254%) hue-rotate(87deg) brightness(99%) contrast(85%); */
}

#main-header .site-header-section .main-navigation .menu .sub-menu > li.seo > a::before {
    background-image: url('assets/img/seo.svg');
    /* filter: invert(54%) sepia(60%) saturate(2722%) hue-rotate(338deg) brightness(100%) contrast(102%); */
}

#main-header .site-header-section .main-navigation .menu .sub-menu > li.hotel > a::before {
    background-image: url('assets/img/hotel.svg');
    /* filter: invert(54%) sepia(60%) saturate(2722%) hue-rotate(338deg) brightness(100%) contrast(102%); */
}

.popup-drawer .drawer-inner {
    background: #333333;
}

.button-full,
.button-full .elementor-button-wrapper,
.button-full .elementor-button-wrapper .elementor-button {
    height: 100%;
    width: 100%;
}

.button-full .elementor-button-wrapper .elementor-button {
    display: flex;
    align-items: center;
    text-align: left;
    padding: 40px;
}

.section-contact > .shape-identity::before {
    content: '';
    width: 80%;
    height: 90%;
    background-image: url('assets/img/right-arrow-angle.svg');
    background-repeat: no-repeat;
    background-size: 115%;
    position: absolute;
    top: auto;
    right: -8%;
    transition: all 0.3s ease-in-out;
    left: auto;
    bottom: 0;
    opacity: 0.1;
}

.shape-identity a.elementor-button,
.shape-identity .wpforms-submit-container button {
    position: relative;
    overflow: hidden;
}

.shape-identity a.elementor-button::before,
.shape-identity .wpforms-submit-container button::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url('assets/img/right-arrow-angle.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.15s ease-in-out;
    left: -150%;
    bottom: 0;
    opacity: 0.15;
    margin: auto;
}

.shape-identity a.elementor-button:hover::before,
.shape-identity .wpforms-submit-container button:hover::before {
    left: 0 !important;
    right: 0 !important;
}

.head-page-title {
    font-size: 42px;
    color: #f8f8f8;
    font-family: "Poppins", Sans-serif;
}

.head-breadcrumbs {
    font-size: 14px;
    color: #f8f8f8;
}

.head-breadcrumbs a {
    color: #00aaee;
}

/* .section-client .elementor-image-carousel img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.15s ease-in-out;
} */

.section-client .elementor-image-carousel img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.section-service .elementor-widget-icon-box,
.section-service .elementor-widget-eael-info-box .elementor-widget-container {
    background-color: rgb(229 246 253 / 50%);
    border-radius: 8px;
    padding: 25px;
    /* box-shadow: 0 4px 30px -10px rgb(40 82 99 / 25%); */
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.section-service .elementor-widget-icon-box .elementor-icon-box-content {
    text-align: left;
}

.section-service .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
.section-service .eael-infobox .title {
    font-size: 18px;
    line-height: 1.4;
	margin-bottom: 5px;
}

.section-service .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description,
.section-service .eael-infobox p {
    font-size: 16px;
    line-height: 1.4;
}

.section-service .eael-infobox {
    padding-top: 70px;
    transition: all 0.2s ease-in-out;
}

.section-service .eael-infobox .infobox-content {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100% !important;
}

.section-service .eael-infobox .infobox-icon {
    height: 60px;
    text-align: right;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.section-service .eael-infobox .infobox-icon img {
    width: auto !important;
    /* filter: invert(54%) sepia(60%) saturate(2722%) hue-rotate(338deg) brightness(100%) contrast(102%); */
    filter: brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(1319%) hue-rotate(161deg) brightness(92%) contrast(105%);
    padding: 8px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 8px;
}

/* .section-service .website-dev .eael-infobox .infobox-icon img {
    filter: invert(46%) sepia(24%) saturate(5456%) hue-rotate(175deg) brightness(107%) contrast(108%);
}

.section-service .software-dev .eael-infobox .infobox-icon img {
    filter: invert(37%) sepia(35%) saturate(1168%) hue-rotate(222deg) brightness(88%) contrast(105%);
}

.section-service .app-dev .eael-infobox .infobox-icon img {
    filter: invert(63%) sepia(13%) saturate(2254%) hue-rotate(87deg) brightness(99%) contrast(85%);
}

.section-service .seo .eael-infobox .infobox-icon img {
    filter: invert(54%) sepia(60%) saturate(2722%) hue-rotate(338deg) brightness(100%) contrast(102%);
} */

.section-service .eael-infobox .infobox-button {
    position: absolute;
    bottom: -80px;
    left: 0;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.section-service .eael-infobox .infobox-button > a {
    background: #FFFFFF !important;
    color: #003b53 !important;
    border-radius: 100px;
    padding: 0 24px !important;
    height: 36px !important;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    transition: all 0.15s ease-in-out;
}

.section-service .eael-infobox .infobox-button > a:hover {
    padding-right: 48px !important;
}

.section-service .eael-infobox .infobox-button > a::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('assets/img/arrow-right.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 18px;
    bottom: 0;
    margin: auto;
    transition: all 0.1s ease-in-out;
    opacity: 0;
}

.section-service .eael-infobox .infobox-button > a:hover::after {
    opacity: 1;
}

.section-contact {
    display: flex;
    column-gap: 20px;
    border-radius: 18px;
    align-items: center;
}

.section-contact > div {
    width: 50%;
    text-align: left;
}

.section-contact .right-side {
    background-color: transparent;
    padding: 20px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    border-radius: 14px;
    position: relative;
}

.section-contact .left-side h2,
.section-contact .left-side a,
.section-contact .left-side p {
    color: #FFFFFF;
}

.section-contact .left-side h2 {
    margin-bottom: 10px;
}

.section-contact > div p {
    margin: 0;
}

.section-contact .contact-list {
    margin-bottom: 0;
}

.section-contact .contact-form .wpforms-field-container > div {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    clear: unset;
}

.section-contact .contact-form input,
.section-contact .contact-form textarea {
    margin: 10px 0 !important;
    border: 2px solid #F2F2F2 !important;
    max-width: 100%;
}

.section-contact .contact-form input[type="text"],
.section-contact .contact-form input[type="email"],
.section-contact .contact-form input[type="tel"],
.section-contact .contact-form input[type="number"],
.section-contact .contact-form input[type="url"],
.section-contact .contact-form textarea {
    background: transparent;
    padding: 0 12px;
    display: block;
    width: 100%;
    margin: 0 !important;
    font-size: 16px;
    border: 0 !important;
    border-bottom: 1px solid #FFFFFF !important;
	color: #FFFFFF;
}

.section-contact .contact-form input::placeholder,
.section-contact .contact-form textarea::placeholder {
    color: #DDDDDD;
}

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

.section-contact .contact-form input[type="submit"] {
    font-family: "Rubik", Sans-serif;
    background-color: #B1C81C !important;
    font-weight: 500;
    border: 0 !important;
    border-radius: 100px;
    padding: 12px 36px 12px 36px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    margin: 10px 0 0 0 !important;
}

.section-contact .contact-form textarea {
    height: 140px !important;
}

.contact-form .nf-error.field-wrap .nf-field-element:after {
    display: none !important;
}

.contact-form .nf-error .nf-error-msg,
.nf-error-msg,
.contact-form .nf-error .ninja-forms-req-symbol {
    font-size: 12px;
    margin-bottom: -6px;
    margin-top: -2px;
    margin-left: 4px;
}

.contact-form #ninja_forms_required_items,
.contact-form nf-field:not(:last-child) .nf-field-container {
    margin-bottom: 12px !important;
}

.contact-form nf-field:last-child .nf-field-container {
    margin-bottom: 0 !important;
}

.contact-form .nf-before-form-content {
    margin-bottom: 10px;
}

.nf-form-content.contact-form {
    padding: 10px 0 0 !important;
}

.nf-before-form-content {
    display: none !important;
}

.testimonial-slider .testimonial.slick-slide {
    padding: 60px 30px;
    transition: all 0.1s ease-in-out;
}

.testimonial-slider .slick-arrow {
    position: absolute;
    z-index: 9;
    top: 30%;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 36px -12px #00668f;
}

.testimonial-slider .slick-arrow::after {
    content: '';
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.testimonial-slider .slick-arrow.slick-prev::after {
    background-image: url('assets/img/prev.svg');
}

.testimonial-slider .slick-arrow.slick-next::after {
    background-image: url('assets/img/next.svg');
}

.testimonial-slider .slick-arrow.slick-prev {
    left: 0;
}

.testimonial-slider .slick-arrow.slick-next {
    right: 0;
}

.testimonial-slider .testimonial.slick-slide.slick-active.slick-center {
    transform: scale(1.2);
}

.testimonial-slider .testimonial.slick-slide .testimonial-content {
    padding: 30px;
    background-color: #f5f5f5;
    border: 0 solid #f5f5f5;
    border-radius: 8px;
    font-style: italic;
    position: relative;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

.testimonial-slider .testimonial.slick-slide.slick-active.slick-center .testimonial-content {
    background-color: #00aaee;
    color: #FFFFFF;
}

.testimonial-slider .testimonial.slick-slide.slick-active.slick-center .testimonial-content::after {
    border-top: 20px solid #00aaee;
}

.testimonial-slider .testimonial.slick-slide.slick-active.slick-center .testimonial-content::before {
    opacity: 0.15;
}

.testimonial-slider .testimonial.slick-slide .testimonial-content::before {
    content: '';
    width: 110px;
    height: 80px;
    background-image: url('assets/img/quote.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    margin: auto;
    top: 0;
    right: 20px;
    opacity: 0.5;
}

.testimonial-slider .testimonial.slick-slide .testimonial-content::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 24px solid transparent;
    border-top: 20px solid #f5f5f5;
    bottom: -18px;
    left: 36px;
}

.testimonial-slider .testimonial.slick-slide .testimonial-content p {
    position: relative;
    z-index: 1;
}

.testimonial-slider .testimonial.slick-slide .testimonial-image {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 26px;
    padding-left: 15px;
}

.testimonial-slider .testimonial.slick-slide .testimonial-image img,
.testimonial-slider .testimonial.slick-slide .testimonial-image .initial {
    width: 50px;
    height: 50px;
    object-fit: cover;
    background-color: #caedfb;
    border-radius: 60px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: #00aaee;
    font-weight: bold;
    font-size: 30px;
}

.testimonial-slider .testimonial.slick-slide .client-info .name,
.testimonial-slider .testimonial.slick-slide .client-info .company {
    line-height: normal;
}

.testimonial-slider .testimonial.slick-slide .client-info .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #333333;
    font-family: "Poppins", Sans-serif;
}

.testimonial-slider .testimonial.slick-slide .client-info .company {
    font-size: 12px;
    font-weight: 400;
    color: #7A7A7A;
}

.site-footer .site-container .address > div {
    position: relative;
    padding-left: 50px;
}

.site-footer .site-container .address > div::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url('assets/img/pin.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    filter: invert(67%) sepia(96%) saturate(3748%) hue-rotate(163deg) brightness(94%) contrast(107%);
}

.site-footer .site-container > .site-middle-footer-inner-wrap {
    grid-template-columns: 35% 25% 40%;
    border-bottom: 2px solid #EAEAEA;
    padding-bottom: 40px;
    padding-top: 80px;
    gap: 0;
}

.site-footer .site-container > .site-middle-footer-inner-wrap > .site-footer-section {
    padding: 0 10px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .28px;
}

.site-footer .site-container .site-middle-footer-inner-wrap .widget_nav_menu ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.site-footer .site-container .site-footer-bottom-section-1 ul.menu {
    display: flex;
    gap: 24px;
}

.site-footer .site-container > .site-bottom-footer-inner-wrap {
    padding: 30px 10px 40px;
    font-size: 15px;
}

.site-footer .site-container .site-footer-bottom-section-2 {
    text-align: right;
}

.site-footer .site-container .widget-area .widget-title {
    font-style: normal;
    color: #333333;
    text-transform: none;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    margin-bottom: 15px;
}


.site-footer .site-container .menu a {
    color: #7a7a7a;
    padding-bottom: 4px;
}

.site-footer .site-container .menu a:hover {
    color: #333333;
}

.site-footer .footer-html {
    margin: 0;
}

.font-dark .head-page-title {
    color: #333333;
}

.font-dark .head-breadcrumbs {
    color: #7A7A7A;
}

.error404 .content-wrap .page-content {
    border-radius: 18px;
}

.error404 .content-wrap .page-content .entry-content-wrap {
    padding: 40px 60px;
}

.content-container {
    padding-top: 60px;
    padding-bottom: 80px;
}

.content-container .content-wrap .entry-header {
    margin-bottom: 0;
}

.content-container .content-wrap .entry-header .entry-title {
    font-size: 24px;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-container .content-wrap .entry-summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
}

.content-container .content-wrap .post-thumbnail {
    height: 270px;
}

.content-container .content-wrap .post-thumbnail img {
    border-radius: 18px;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.primary-sidebar .sidebar-inner-wrap .wp-block-search label {
    display: none;
}

.primary-sidebar .sidebar-inner-wrap .wp-block-search input {
    border-radius: 100px;
    padding: 8px 102px 8px 20px;
    width: 100%;
    border-color: #7A7A7A;
}

.primary-sidebar .sidebar-inner-wrap .wp-block-search button.wp-element-button {
    position: absolute;
    background: #00aaee;
    right: 6px;
    border-radius: 100px;
    top: 6px;
    bottom: 6px;
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    line-height: 1.4;
}

.primary-sidebar .wp-block-latest-posts.wp-block-latest-posts__list {
    margin-left: 0;
}

.primary-sidebar .wp-block-latest-posts.wp-block-latest-posts__list > li {
    margin-top: 15px;
}

/* .page-id-2025 .site-footer .site-top-footer-wrap {
    display: none !important;
}

.page-id-2025 .section-contact {
    box-shadow: none !important;
    background: none;
}

.page-id-2025 .section-contact > div {
    width: 100% !important;
} */

.icon-style-2 .elementor-widget-container {
    position: relative;
    overflow: hidden;
}

.icon-style-2 .eael-infobox.icon-on-left {
    position: unset !important;
}

.icon-style-2 .eael-infobox .infobox-content {
    z-index: 9;
    padding: 0 !important;
}

.icon-style-2 .elementor-widget-container .infobox-icon svg {
    position: absolute;
    bottom: -60px;
    left: 20px;
    width: 220px !important;
    height: 220px !important;
    opacity: .1;
}

.icon-style-2 .infobox-content p {
    margin: 0 !important;
}

.entry-related .entry {
    border-radius: 18px;
}

.entry-related .entry-content-wrap {
    padding: 20px;
}

.entry-related .entry-content-wrap .entry-title {
    font-size: 16px !important;
}

.entry-related .entry-content-wrap .entry-meta {
    margin: 10px 0 0;
}

.entry-related .entry-content-wrap .entry-summary {
    display: none !important;
}

.entry-related .post-thumbnail {
    height: 200px !important;
}

.entry-related .post-thumbnail img {
    border-radius: 18px 18px 0 0 !important;
}

.post-template-default .content-container {
    padding-top: 0 !important;
}

.post-template-default .content-area {
    margin-top: 40px !important;
}

.post-template-default .content-wrap .entry {
    border-radius: 18px;
}

.post-template-default .entry-content-wrap {
    padding: 60px 40px;
}

.social-icons {
    list-style: none;
    margin: 0;
}

.social-icons .wp-social-link a {
    height: 40px;
    width: 40px;
    display: flex;
    background: #FFF;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-icons .wp-social-link svg{
    fill: #00aaee;
}

.menu-menu-contact-container {
    margin-top: 20px;
}

.menu-menu-contact-container a {
    color: #FFFFFF !important;
}

.selling-point {
	position: relative;
}

.selling-points > div:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -50px;
    background: rgb(255 255 255 / 15%);
}


.service-steps > div {
	position: relative;
	padding-left: 60px;
}

.service-steps > div::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(217 242 253);
    color: #022133;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    left: 0;
    top: 4px;
    z-index: 9;
}

.service-steps > div:nth-child(1)::before {
	content: '1';
}

.service-steps > div:nth-child(2)::before {
	content: '2';
}

.service-steps > div:nth-child(3)::before {
	content: '3';
}

.service-steps > div:not(:last-child)::after {
	content: '';
    height: 100%;
    width: 1px;
    border-right: 2px dotted #02213317;
    display: block;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 1;
}

.sub-service > div > .elementor-widget-container {
	background: linear-gradient(22deg, #F2F2F2, #FFFFFF);
}

.popup-product-demo {
    display: flex;
    border-radius: 8px;
    overflow: hidden;
	min-height: 580px;
}

.the-form {
	padding: 40px 30px;
	width: 60%;
}

.the-form .nf-field-container {
	margin-bottom: 10px !important;
}

.the-form .nf-field input,
.the-form .nf-field textarea,
.the-form .nf-field select,
.the-form .nf-field .list-select-wrap .nf-field-element > div {
    padding: 0 15px !important;
    min-height: 40px !important;
    border-radius: 4px !important;
    border: 1px solid #E8E8E8 !important;
	height: auto !important;
	color: #1a202c;
}

.the-form .nf-field .list-select-wrap .nf-field-element > div::after {
	height: 40px !important;
	line-height: 40px !important;
}

.the-form .nf-field textarea {
	height: 100px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.the-form .nf-form-title h3 {
	margin-bottom: 15px;
}

.the-form .nf-field-label {
	margin-bottom: 5px !important;
}

.the-form .nf-field-label label {
	font-size: 14px !important;
    font-weight: 400 !important;
    color: #828282 !important;
}

.the-form .nf-form-content input[type=submit] {
	background-color: #b1c81c;
    color: #FFFFFF;
    border-radius: 100px !important;
    padding: 0 26px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    letter-spacing: .48px;
    margin-top: 10px;
}

.the-form .nf-pass.field-wrap .nf-field-element:after {
	font-size: 18px;
	right: 10px;
    height: 40px;
    line-height: 40px;
}

.the-form .nf-error.field-wrap .nf-field-element:after {
	height: 20px;
    top: 10px;
    right: 10px;
    width: 20px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 100px;
}

.the-image {
	width: 40%;
}

.the-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

@media only screen and (min-width: 768px) {

    #main-header .header-menu-container {
        height: 100%;
    }
    
    #main-header .site-header-section.site-header-section-right {
        position: relative;
    }

    #main-header .site-header-section .nav--toggle-sub li.menu-item-has-children {
        position: unset !important;
    }

    #main-header .site-header-section .main-navigation .menu > .menu-item > .sub-menu {
		max-width: 500px;
		width: 100%;
		padding: 20px 20px;
		background-color: #fff;
		color: #333;
		border-radius: 18px;
		list-style-type: none;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		top: 0;
		margin-top: 60px;
		margin-left: 0;
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li > a::after {
        content: '';
        width: 38px;
        height: 38px;
        position: absolute;
        top: 20px;
        left: 14px;
        position: absolute;
        background-color: rgba(255, 255, 255, 0.08);
        filter: brightness(0) saturate(100%) invert(50%) sepia(79%) saturate(1319%) hue-rotate(161deg) brightness(92%) contrast(105%);
        display: block;
        z-index: -1;
        transition: all 0.25s ease;
        border-radius: 8px;
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li > a:hover::after {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    /* #main-header .site-header-section .main-navigation .menu .sub-menu > li.website-dev > a::after {
        filter: invert(46%) sepia(24%) saturate(5456%) hue-rotate(175deg) brightness(107%) contrast(108%);
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li.software-dev > a::after {
        filter: invert(37%) sepia(35%) saturate(1168%) hue-rotate(222deg) brightness(88%) contrast(105%);
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li.app-dev > a::after {
        filter: invert(63%) sepia(13%) saturate(2254%) hue-rotate(87deg) brightness(99%) contrast(85%);
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li.seo > a::after {
        filter: invert(54%) sepia(60%) saturate(2722%) hue-rotate(338deg) brightness(100%) contrast(102%);
    } */

    .header-navigation .header-menu-container ul ul li.menu-item > a:hover {
        background: transparent;
        color: #333333;
    }

    #main-header .site-header-section .main-navigation .menu > .menu-item > .sub-menu > li > a:hover::before {
        background-size: 38px;
        background-color: rgba(255, 255, 255, 0);
    }

    #main-header .site-header-section .main-navigation .menu .sub-menu > li.current-menu-item a {
        background: unset;
        color: #333;
    }

    .header-navigation .header-menu-container ul ul li.menu-item > a:hover span {
        color: #333333;
    }

    .header-navigation .header-menu-container ul ul li.menu-item > a {
        width: 100%;
        color: #333;
    }

    #main-header .item-is-stuck .main-navigation .menu > .menu-item > .sub-menu {
        margin-top: 50px;
    }

    .section-service .elementor-widget-icon-box:hover,
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover {
        background-color: #00aaee;
        box-shadow: 0 12px 42px -18px #007ab0;
    }
    
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox {
        padding-top: 0;
        padding-bottom: 70px;
        height: 100%;
    }
    
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox .title,
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox p {
        color: #FFFFFF !important;
    }
    
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox .infobox-icon {
        opacity: 0.35;
        left: 80px;
        bottom: -180px;
        width: 400px;
        height: 400px;
    }
    
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox .infobox-icon img {
        filter: brightness(0) saturate(100%) invert(59%) sepia(58%) saturate(1929%) hue-rotate(172deg) brightness(105%) contrast(104%);
    }
    
    .section-service .elementor-widget-eael-info-box .elementor-widget-container:hover .eael-infobox .infobox-button {
        bottom: -70px;
        opacity: 1;
    }
    
    .site-footer .site-top-footer-wrap {
        padding: 20px 0;
        background-image: url('assets/img/top-footer-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .site-footer .site-top-footer-wrap::before {
        content: '';
        display: block;
        background: linear-gradient(to bottom, #09223b, #09223b);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: .9;
    }

    .infobox-hover .elementor-widget-eael-info-box > .elementor-widget-container {
        transition: all 0.2s ease;
    }

    .full-height-section {
        height: calc(75vh - 100px) !important;
    }
}

@media only screen and (max-width: 767px) {
    .home .site-header #mobile-header {
        position: absolute;
        display: block;
        width: calc(100% - 30px);
        right: 0;
        left: 10px;
        margin: auto;
    }

    .home .site-header #mobile-header .site-container {
        padding: 0;
    }

    .home .site-header #mobile-header .site-container .site-branding a.brand img {
        filter: brightness(0) invert(1);
    }

    /* .home .site-header #mobile-header .site-header-item-navgation-popup-toggle {
        position: fixed;
        bottom: 20px;
    } */

    #mobile-header .site-header-section-right .site-header-item {
        margin-right: 0;
    }

    .home .site-header #mobile-header .mobile-header-button-wrap a.button {
        box-shadow: 0px 8px 16px -7px rgb(180 87 0 / 50%);
    }

    .home .site-header #mobile-header .mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
        color: #FFFFFF;
    }

    #mobile-header .mobile-toggle-open-container .menu-toggle-open .menu-toggle-icon {
        font-size: 24px;
    }

    #mobile-header .mobile-header-button-wrap a.button {
        background: #b1c81c;
		color: #FFFFFF;
        border-radius: 40px;
        display: flex;
        height: 40px;
        padding: 0 18px;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        line-height: normal;
    }

    #mobile-header .site-container {
        padding: 0 10px 0 20px;
    }

    #mobile-header .site-container .site-branding a.brand img {
        max-width: 110px;
    }

    .mobile-navigation ul li a > .description {
        display: none;
    }

    .section-service .elementor-widget-icon-box:nth-child(even),
    .section-service .elementor-widget-eael-info-box:nth-child(even) {
        top: 0px;
    }

    .section-contact .contact-form > div.half-one,
    .section-contact .contact-form input[type="submit"] {
        width: 100%;
    }

    .site-footer .site-container > .site-middle-footer-inner-wrap {
        grid-template-columns: 100%;
        padding-top: 60px;
        gap: 30px;
    }

    .site-footer .site-container > .site-middle-footer-inner-wrap > .site-footer-section {
        padding: 0;
    }

    .site-footer .site-container > .site-bottom-footer-inner-wrap {
        padding: 20px 0 40px;
    }

    .site-footer .site-container .site-footer-bottom-section-1 ul.menu {
        justify-content: center;
    }

    .site-footer .site-container .site-footer-bottom-section-2 {
        text-align: center;
        margin-top: 20px;
    }

    .testimonial-slider .slick-arrow.slick-prev {
        left: -10px;
    }

    .testimonial-slider .slick-arrow.slick-next {
        right: -10px;
    }

    .testimonial-slider .testimonial.slick-slide .client-info .name {
        font-size: 14px;
    }

    .testimonial-slider .testimonial.slick-slide.slick-active.slick-center .testimonial-content {
        font-size: 12px;
        padding: 30px 20px;
    }

    .testimonial-slider .testimonial.slick-slide .testimonial-image img,
    .testimonial-slider .testimonial.slick-slide .testimonial-image .initial {
        width: 40px;
        height: 40px;
        font-size: 24px;
    }

    .section-service .eael-infobox .infobox-button {
        bottom: 0;
        position: relative;
        opacity: 1;
        text-align: right !important;
    }

    .section-service .eael-infobox .infobox-button > a {
        padding-right: 48px !important;
    }

    .section-service .elementor-widget-icon-box,
    .section-service .elementor-widget-eael-info-box .elementor-widget-container {
        padding: 24px !important;
    }

    .section-service .eael-infobox .infobox-button > a::after {
        opacity: 1 !important;
    }

    .section-service .eael-infobox .infobox-icon {
        top: 0 !important;
		left: 0 !important;
    }
	
	.section-service .eael-infobox .infobox-button > a {
		background: #003b53 !important;
    	color: #FFFFFF !important;
	}

    .section-service .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title,
    .section-service .eael-infobox .title {
        max-width: 100% !important;
    }

    .banner-gradient::before {
        background-image: linear-gradient(0, #6e3d00 0%, #E27F0000 50%) !important;
    }

    .why-us-list .eael-infobox {
        display: flex;
        gap: 20px;
    }

    .why-us-list .eael-infobox .infobox-icon .infobox-icon-wrap {
        width: 40px !important;
        height: 40px !important;
        margin-top: 6px;
    }

    .why-us-list .eael-infobox .infobox-icon .infobox-icon-wrap svg {
        height: 16px !important;
        width: 16px !important;
    }

    .why-us-list .eael-infobox .infobox-content p {
        text-align: left;
    }

    .section-contact {
        flex-direction: column;
        border-radius: 0;
        padding: 0;
        box-shadow: unset;
    }

    .section-contact .left-side {
        border-radius: 0;
        padding: 40px 25px 20px !important;
    }

    .section-contact .right-side {
        padding: 0px 20px 40px !important;
    }

    .section-contact .contact-form > div {
        padding: 0;
    }

    .section-contact .left-side h2 {
        font-size: 24px !important;
    }

    .site-footer-row.site-footer-row-columns-1 {
        padding: 0 !important;
    }

    .section-contact > div {
        width: 100% !important;
        padding: 40px 30px !important;
    }

    .page-id-2025 .section-contact > div {
        padding: 0 !important;
    }

    .page-id-2025 .section-contact iframe {
        height: 240px !important;
    }

    .site-footer .site-top-footer-wrap .site-container {
        padding: 0 !important;
    }
	
	.site-footer .site-top-footer-wrap {
        padding: 20px 0;
        background-image: url('assets/img/top-footer-bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
    }
    
    .site-footer .site-top-footer-wrap::before {
        content: '';
        display: block;
        background: linear-gradient(to bottom, #09223b, #09223b);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        opacity: .9;
    }

    .elementor-widget-shortcode .head-page-title {
        font-size: 24px;
        margin: 10px 0 0;
    }
	
	.popup-product-demo {
		flex-direction: column-reverse;
		min-height: 460px;
	}
	
	.the-form {
		width: 100% !important;
		padding: 50px 20px 20px;
	}
	
	.the-image {
		display: none !important;
	}
	
	.pum-container .pum-content+.pum-close {
		right: 4px;
		top: 4px;
		border-radius: 6px;
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 30px;
	}
}