.elementor-editor-active .owl-carousel {
    display: grid
}

.kg-header-section .elementor-element.kg-header-inner .eael-simple-menu-container {
    min-height: auto;
}

.kg-header-section .elementor-element.kg-header-inner .kg-header-menu .eael-simple-menu-container ul.eael-simple-menu li.menu-item a:hover {
    background: linear-gradient(135deg, #00d4ff, #0099cc);
}

.kg-header-section .elementor-element.kg-header-inner .kg-header-menu .eael-simple-menu-container ul.eael-simple-menu li.menu-item a {
    transition: all .3s ease;
    border-radius: 5px;
    padding: 8px 16px;
    line-height: 1;
}

.kg-header-section .kg-header-inner .kg-header-menu .eael-simple-menu {
    gap: 2rem;
}

@media screen and (max-width: 997px) {
    .kg-header-section .kg-header-inner .kg-header-menu .eael-simple-menu {
        gap: 0rem;
    }
}

@media screen and (max-width: 768px) {
    .kg-header-section .elementor-element.kg-header-inner .kg-header-menu .eael-simple-menu-container ul.eael-simple-menu {
        padding: 32px;
        background: #2d2d2d !important;
    }

    .kg-header-section .elementor-element.kg-header-inner .kg-header-menu .eael-simple-menu-container ul.eael-simple-menu li.menu-item:not(:last-child) {
        margin: 0 0 32px;
    }

    .kg-header-section .kg-header-inner .kg-header-menu .eael-simple-menu {
        gap: 0rem;
    }

    .kg-header-section .kg-header-menu .eael-simple-menu-toggle-text {
        display: none;
    }
}

.elementor .elementor-element.kg-hero-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)), url(/wp-content/uploads/2025/06/photo-1551434678-e076c223a692.webp) !important;
    background-position: center;
    background-size: cover !important;
    background-attachment: fixed !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
    transition: unset !important;
}

.kg-heading-gr-text h2 {
    background: linear-gradient(135deg, #00d4ff, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.kg-video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
}

.kg-video-popup-overlay .kg-video-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 25px;
}

.kg-video-popup-overlay .kg-video-popup-content .kg-video-player {
    width: 100%;
    border-radius: 10px;
    height: 500px;
    max-height: 100%;
    object-fit: cover;
}

.kg-video-popup-overlay .kg-video-popup-content .kg-video-close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    color: #000;
    font-size: 24px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 50%;
}

.kg-highlight-text p strong {
    color: #00d4ff;
}

.kg-service-card-main {
    position: relative;
    overflow: hidden;
}

.kg-service-card-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(135deg, #00d4ff, #0099cc);
}

/* css 11-07 */

.kg-contact-form-main {
    margin: 0 auto;
    max-width: 1000px;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field {
    display: flex;
    width: 100%;
    gap: 12px;
    flex-wrap: nowrap;
    justify-content: center;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field .kg-col-50 {
    width: 49.4%;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field p {
    width: 100%;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap input,
.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap textarea {
    background: transparent;
    border: 1px solid #00D4FF;
    border-radius: 8px;
    padding: 15px 15px;
    font-family: Arial, sans-serif;
    border: 1px solid #00D4FF33;
    color: #CCCCCC;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap input.wpcf7-form-control::placeholder,
.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap textarea::placeholder {
    color: #CCCCCC;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    border: 0px solid #00D4FF;
    padding: 16px 40px;
    transition: all .4s ease;
    background-image: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
    border-radius: 10px;

}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    /* background-color: #00D4FF;
  color: #fff; */
    background-image: linear-gradient(268deg, #00D4FF 0%, #0099CC 100%);
}

.kg-contact-form-main .elementor-widget-shortcode {
    width: 100%;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field .wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 15px;
    padding-top: 5px;
}

.kg-contact-form-main .elementor-widget-shortcode .elementor-shortcode form.wpcf7-form.invalid .wpcf7-response-output {
    border-color: #00D4FF33;
    padding: 10px 20px;
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap input:focus-visible,
.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field span.wpcf7-form-control-wrap textarea:focus-visible {
    outline: 0px;
    box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.3);
}

.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field p span.wpcf7-form-control-wrap:hover input,
.kg-contact-form-main .elementor-shortcode form.wpcf7-form .kg-contain-inner .kg-form-field p span.wpcf7-form-control-wrap:hover textarea {
    box-shadow: 0 0 0 2px rgba(0, 212, 255, 0.3);
}

.kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h3 {
    font-size: 32px;
    line-height: 1.3;
    margin: 0 0 4px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h6 {
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.2;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 15px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap {
    margin: 0 0 20px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field {
    margin-bottom: 25px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__label,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text .kg-form-options__label,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text .kg-form-text__label {
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 15px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field textarea,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text select,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text input.kg-form-text__text {
    width: 100%;
    padding: 14px;
    border: 1px solid #333;
    border-radius: 6px;
    background-color: #1A1A1A;
    color: #FFFFFF;
    font-size: 16px;
    transition: all 0.3s ease;
    line-height: 1.2;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field textarea:focus,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text select:focus,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-text input.kg-form-text__text:focus {
    outline: none;
    border-color: #00D4FF;
    box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.3);
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options br {
    display: none;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__field-label .kg-form-options__field-description {
    font-weight: 500;
    font-size: 15px;
    margin: 0 15px 0 2px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field #custom-upload-button,
.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .button button#form-submit,
.kg-contactInfo-section .kg-contactInfo-form .button .more_info {
    background: linear-gradient(135deg, #00D4FF 0%, #0099CC 100%);
    color: #0A0A0A;
    border: none;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    max-width: 800px;
    margin: auto;
    display: block;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .button button#form-submit:hover,
.kg-contactInfo-section .kg-contactInfo-form .button .more_info:hover {
    background: linear-gradient(135deg, #00E6FF 0%, #00B3E6 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 212, 255, 0.4);
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-err-msg {
    font-size: 15px;
    line-height: 1.4;
    color: red;
    font-weight: 400;
}

.kg-contactInfo-section .kg-contactInfo-form .section-2 {
    margin: 0 0 30px;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-privacy label.kg-form-options__field-label {
    display: flex;
    gap: 11px;
    align-items: baseline;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__field-label .kg-form-options__field-description p {
    margin: 0;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__field-label .kg-form-options__field-description p a {
    font-weight: 500;
    font-size: 15px;
    color: #ccc;
    text-decoration: underline;
    transition: all .3s ease;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__field-label .kg-form-options__field-description p a:hover {
    color: #00D4FF;
}

.kg-contactInfo-section .kg-contactInfo-form .kg-fields-containter .kg-field .kg-form-options .kg-form-options__field-label .kg-form-options__field-description p {
    margin: 0;
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
}

.kg-contactInfo-section .kg-contactInfo-form .section-3,
.kg-contactInfo-section .kg-contactInfo-form .section-2,
.kg-contactInfo-section .kg-contactInfo-form .section-1 {
    background: #0a0a0acc;
    border-radius: 10px;
    padding: 35px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 800px;
    border: 1px solid #333;
    margin: 0 auto 30px;
}

@media screen and (max-width: 767px) {

    .kg-contactInfo-section .kg-contactInfo-form .section-3,
    .kg-contactInfo-section .kg-contactInfo-form .section-2,
    .kg-contactInfo-section .kg-contactInfo-form .section-1 {
        padding: 30px 20px;
    }

    .kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h3 {
        font-size: 28px;
    }

    .kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h6 {
        font-size: 18px;
    }

    .kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text p {
        font-size: 14px;
    }
}

@media screen and (max-width: 575px) {
    .kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h3 {
        font-size: 25px;
    }

    .kg-contactInfo-section .kg-contactInfo-form .kg-field-title-wrap .kg-text h6 {
        margin: 0 0 15px;
        font-size: 16px;
    }
}

.elementor-element.kg-tprm-videos-wrap .owl-stage-outer .owl-stage {
    display: flex;
    margin: 30px 0;
}

.elementor-element.kg-tprm-videos-wrap .owl-stage-outer .owl-stage .owl-item>.elementor-element {
    height: 100%;
}

.elementor-element.kg-tprm-videos-wrap .owl-nav button {
    margin: 0;
    width: 45px;
    height: 45px;
    background-image: linear-gradient(135deg, #333333 0%, #1A1A1A 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #444444;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1.5;
    color: #cacaca;
    position: absolute;
    top: 50%;
    left: -55px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.elementor-element.kg-tprm-videos-wrap {
    position: relative;
}

.elementor-element.kg-tprm-videos-wrap .owl-nav button.owl-next {
    left: auto;
    right: -55px;
}

.elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot.active {
    border-color: #D6D6D6;
}

.elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot span {
    margin: 4px;
    width: 12px;
    height: 12px;
    padding: 0;
    background: #D6D6D6;
    opacity: 1;
}

.elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot {
    border: 1px solid transparent;
    border-radius: 50%;
}

.elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot.active {
    border-color: #02c8ef;
}

.elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot.active span {
    background: #02c8ef;
}

.elementor-element.kg-tprm-videos-wrap .owl-nav button:hover {
    background-image: linear-gradient(135deg, #333333 0%, #1A1A1A 100%);
    border-color: #02c8ef;
    color: #02c8ef;
}

@media screen and (max-width: 1440px) {
    .elementor-element.kg-tprm-videos-wrap .owl-nav button {
        left: -25px;
    }

    .elementor-element.kg-tprm-videos-wrap .owl-nav button.owl-next {
        right: -25px;
    }
}

@media screen and (max-width: 767px) {
    .elementor-element.kg-tprm-videos-wrap .owl-nav button {
        width: 40px;
        height: 40px;
        left: -20px;
    }

    .elementor-element.kg-tprm-videos-wrap .owl-nav button.owl-next {
        right: -20px;
    }

    .elementor-element.kg-tprm-videos-wrap .owl-dots .owl-dot span {
        margin: 3px;
        width: 10px;
        height: 10px;
    }
}