.elementor-kit-7{--e-global-color-primary:#023064;--e-global-color-secondary:#E21F27;--e-global-color-text:#111111;--e-global-color-accent:#023064;--e-global-color-498c703:#FFFFFF;--e-global-color-41b6ada:#000000;--e-global-color-d43409b:#F5F5F5;--e-global-color-631e19e:#E7E7E7;--e-global-color-4b9d59f:#0230641A;--e-global-typography-primary-font-family:"Century Gothic Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Century Gothic Regular";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Century Gothic Regular";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Century Gothic Bold";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Century Gothic Bold", Sans-serif;}.elementor-kit-7 h2{font-family:"Century Gothic Bold", Sans-serif;}.elementor-kit-7 h3{font-family:"Century Gothic Bold", Sans-serif;}.elementor-kit-7 h4{font-family:"Century Gothic Bold", Sans-serif;}.elementor-kit-7 h5{font-family:"Century Gothic Bold", Sans-serif;}.elementor-kit-7 h6{font-family:"Century Gothic Bold", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:479px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */h1,h2,h3,h4,h5,h6 {
    font-family: "Century Gothic Bold", Sans-serif !important;
}

/* Elementor row styling */
.cyberteks-it-form .elementor-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

/* 50% width columns */
.cyberteks-it-form .elementor-col-50 {
    flex: 0 0 calc(50% - 10px); /* accounting for gap */
    box-sizing: border-box;
}

/* 100% width columns */
.cyberteks-it-form .elementor-col-100 {
    flex: 0 0 100%;
    box-sizing: border-box;
}

/* Input field styling */
.cyberteks-it-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cyberteks-it-form .wpcf7-form-control:focus {
    border-color: #0066cc;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}
.cyberteks-it-form .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]), .cyberteks-it-form .ekit-wid-con .ekit-form form textarea{
    border-color: #023064;
    border-width: 0px 0px 2px 0;
}


/* Submit button */
.cyberteks-it-form .ekit-wid-con .ekit-form form input[type=submit] {
    background-color: #023064;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cyberteks-it-form .ekit-wid-con .ekit-form form input[type=submit]:hover {
    background-color: #e21f27;
}

/* Placeholder styling */
.cyberteks-it-form::placeholder {
    color: #999;
    opacity: 1;
}

/* Label styling */
.cyberteks-it-form .wpcf7-form label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .cyberteks-it-form .elementor-col-50 {
        flex: 0 0 100%;
    }
    
    .cyberteks-it-form .elementor-row {
        gap: 15px;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic Bold';
	font-display: auto;
	src: url('https://cyberteks-it.com/wp-content/uploads/2025/09/centurygothic_bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Century Gothic Regular';
	font-display: auto;
	src: url('https://cyberteks-it.com/wp-content/uploads/2025/09/centurygothic.ttf') format('truetype');
}
/* End Custom Fonts CSS */