@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//fiberzonenetwork.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.6.0") format("woff2");
}

:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 16px;
	--wd-title-font: "Encode Sans", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Encode Sans", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(51,51,51);
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Encode Sans", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 700;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Encode Sans", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(0,117,191);
	--wd-alternative-color: rgb(0,0,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(0,117,191);
	--btn-accented-bgcolor-hover: rgb(0,117,191);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://fiberzonenetwork.com/wp-content/uploads/2021/10/corporate-2-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 15px;
}
.page-title-default {
	background-color: #0a0a0a;
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(17,17,17);
	background-image: none;
}
.page .main-page-wrapper {
	background-color: rgb(245,245,245);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1239px) {
.platform-Windows .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}

@media (min-width: 1222px) {
html:not(.platform-Windows) .wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


html, body {
    margin: top 20px !important;
    padding: 0 !important;
}

.elementor-section:first-child {
    margin-top: 0 !important;
}

.hidden-fields-container{ 
    display: none;
}

/* Modern Contact Card - Fresh Design */
.modern-contact-card {
    max-width: 550px;
    width: 100%;
    background: white;
    border-radius: 40px;
    margin: 20px auto;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08),
                0 10px 30px rgba(0, 117, 191, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.modern-contact-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 117, 191, 0.2),
                0 15px 40px rgba(0, 0, 0, 0.12);
}

/* Top Section with Color */
.card-top {
    background: #0075BF;
    padding: 40px 35px 30px 35px;
    position: relative;
    overflow: hidden;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Decorative circles */
.card-top::before {
    content: '';
    position: absolute;
    top: -30px;
    right: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.card-top::after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -20px;
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
}

.icon-wrapper {
    background: rgba(255, 255, 255, 0.2);
    width: 70px;
    height: 70px;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: top 40px;
    position: relative;
    z-index: 2;
    padding: 0;
    line-height: 1;
}

.icon-wrapper svg {
    display: block;
    width: 36px;
    height: 36px;
    margin: top 30px;
    padding: 0;
    vertical-align: middle;
}
.card-heading {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    margin: 0 0 10px 0;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    letter-spacing: -0.5px;
}

.card-tagline {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1.5;
    max-width: 80%;
}

/* Middle Section */
.card-middle {
    padding: 35px 35px 25px 35px;
    background: white;
}

.input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.input-group {
    margin-bottom: 20px;
}

.input-row .input-group {
    margin-bottom: 0;
}

.input-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0075BF;
    margin-bottom: 8px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.modern-input {
    width: 100%;
    padding: 14px 18px;
    font-size: 0.95rem;
    border: 2px solid #eef2f6;
    border-radius: 16px;
    background: #f8fafd;
    color: #1a2b3c;
    transition: all 0.3s ease;
    outline: none;
    font-family: inherit;
}

.modern-input:focus {
    border-color: #0075BF;
    background: white;
    box-shadow: 0 10px 20px -10px rgba(0, 117, 191, 0.2);
}

.modern-input::placeholder {
    color: #9aa9b9;
    font-size: 0.9rem;
    font-weight: 400;
}

.message-area {
    min-height: 130px;
    resize: vertical;
    padding: 16px 18px;
}

/* Bottom Section */
.card-bottom {
    padding: 0 35px 35px 35px;
    background: white;
}

.modern-submit {
    background: #0075BF;
    color: white;
    border: none;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 30px;
    cursor: pointer;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 117, 191, 0.3);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modern-submit:hover {
    background: #0061a3;
    transform: translateY(-3px);
    box-shadow: 0 20px 30px rgba(0, 117, 191, 0.4);
}

.modern-submit:active {
    transform: translateY(0);
}

/* Add arrow icon on button */
.modern-submit::after {
    content: '→';
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.modern-submit:hover::after {
    transform: translateX(5px);
}

/* WordPress CF7 Specific */
.modern-contact-card .wpcf7-form {
    margin: 0;
}

.modern-contact-card .wpcf7-response-output {
    margin: 0 35px 35px 35px !important;
    padding: 15px 20px !important;
    border-radius: 20px !important;
    border: none !important;
    background: #e8f4fe !important;
    color: #0075BF !important;
    font-size: 0.9rem !important;
    text-align: center !important;
    font-weight: 500 !important;
}

.modern-contact-card .wpcf7 form.sent .wpcf7-response-output {
    background: #e3f5e9 !important;
    color: #0a724a !important;
}

.modern-contact-card .wpcf7 form.invalid .wpcf7-response-output,
.modern-contact-card .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #fff0e5 !important;
    color: #b13e3e !important;
}

.modern-contact-card .wpcf7-not-valid-tip {
    color: #dc3545;
    font-size: 0.8rem;
    margin-top: 6px;
    margin-left: 5px;
    font-weight: 500;
}

.modern-contact-card .wpcf7-spinner {
    display: block;
    margin: 15px auto 0;
    background-color: #0075BF;
}

/* Responsive */
@media (max-width: 600px) {
    .modern-contact-card {
        max-width: 100%;
        margin: 15px;
        border-radius: 30px;
    }
    
    .card-top {
        padding: 30px 25px 25px 25px;
    }
    
    .card-heading {
        font-size: 1.8rem;
    }
    
    .card-tagline {
        max-width: 100%;
        font-size: 0.9rem;
    }
    
    .card-middle {
        padding: 25px 25px 20px 25px;
    }
    
    .input-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .input-row .input-group {
        margin-bottom: 20px;
    }
    
    .card-bottom {
        padding: 0 25px 25px 25px;
    }
    
    .modern-submit {
        padding: 14px 28px;
    }
}

/* Optional: Add floating labels effect on focus */
.input-group {
    position: relative;
}

.input-label {
    transition: all 0.2s ease;
}

.modern-input:focus + .input-label,
.modern-input:not(:placeholder-shown) + .input-label {
    color: #0075BF;
}

.sf-form-wrapper {
    max-width: 580px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 35px -8px rgba(0, 34, 68, 0.2);
    font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
    overflow: hidden;
    border: 1px solid #e1ecf7;
}

/* Header section with gradient */
.sf-header-card {
    background: linear-gradient(135deg, #0B2A44 0%, #123B5E 100%);
    padding: 2.2rem 2.2rem 1.8rem 2.2rem;
    color: white;
}

.sf-heading {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 700;
	color: white;
    line-height: 1.2;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sf-subhead {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0.8rem 0 0 0;
    padding-left: 0.5rem;
    border-left: 3px solid #FFB347;
    font-weight: 400;
}

/* Field groups */
.sf-field-group {
    margin: 1.5rem 1.8rem;
}

.sf-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #1F3A5F;
    margin-bottom: 0.4rem;
}

.sf-required {
    color: #D43F3F;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 4px;
}

/* Input fields (text, tel, select) */
.sf-input,
.sf-select {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 2px solid #DAE6F2;
    border-radius: 18px;
    font-size: 1rem;
    background-color: #F9FCFF;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.sf-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%231F3A5F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 1.1rem;
}

.sf-input:focus,
.sf-select:focus {
    border-color: #0F2C4E;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(10, 45, 80, 0.1);
}

/* Package hint note */
.sf-note {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.45rem 1.2rem;
    background: #E9F2FA;
    border-radius: 40px;
    font-size: 0.85rem;
    color: #1F4A6F;
    border: 1px dashed #9FBFDF;
    font-style: italic;
}

/* Submit button */
.sf-submit-block {
    margin: 1.8rem 1.8rem 1rem 1.8rem;
}

.sf-button {
    background: #0F2C4E;
    border: 2px solid #0F2C4E;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: 0.5px;
    box-shadow: 0 12px 20px -15px #0F2C4E;
    font-family: inherit;
}

.sf-button:hover,
.sf-button:focus {
    background: #1B4B77;
    border-color: #1B4B77;
    transform: scale(1.02);
}

/* Footer mandatory note */
.sf-footer-note {
    margin: 0.5rem 1.8rem 1.8rem 1.8rem;
    padding-top: 0.8rem;
    border-top: 2px solid #E0EDF9;
    font-size: 0.85rem;
    color: #4D657F;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sf-asterisk {
    background: #1F3A5F;
    color: white;
    border-radius: 30px;
    padding: 0.2rem 0.8rem;
    font-weight: 600;
    font-size: 0.8rem;
}

/* Mobile adjustments */
@media (max-width: 500px) {
    .sf-form-wrapper {
        margin: 1rem;
        border-radius: 20px;
    }
    .sf-header-card {
        padding: 1.8rem;
    }
    .sf-field-group {
        margin: 1.2rem 1.2rem;
    }
}
/*
    CONTACT FORM 7 - SEPARATE STYLESHEET (Special Class Names)
    Add this CSS to your WordPress theme (Appearance > Customize > Additional CSS)
    or include it in your theme's style.css file.
    All styles use the special sf-* prefix classes.
*/

/* Form container */
.sf-form-wrapper {
    max-width: 580px;
    margin: 2rem auto;
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 20px 35px -8px rgba(0, 34, 68, 0.2);
    font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
    overflow: hidden;
    border: 1px solid #e1ecf7;
}

/* Header section with gradient */
.sf-header-card {
    background: linear-gradient(135deg, #0B2A44 0%, #123B5E 100%);
    padding: 2.2rem 2.2rem 1.8rem 2.2rem;
    color: white;
}

.sf-heading {
    margin: 0 0 0.5rem 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sf-subhead {
    font-size: 1rem;
    opacity: 0.9;
    margin: 0.8rem 0 0 0;
    padding-left: 0.5rem;
    border-left: 3px solid #FFB347;
    font-weight: 400;
}

/* Field groups */
.sf-field-group {
    margin: 1.5rem 1.8rem;
}

.sf-label {
    display: block;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #1F3A5F;
    margin-bottom: 0.4rem;
}

.sf-required {
    color: #D43F3F;
    font-size: 1.2rem;
    line-height: 1;
    margin-left: 4px;
}

/* Input fields (text, tel, select) */
.sf-input,
.sf-select {
    width: 100%;
    padding: 0.9rem 1.2rem;
    border: 2px solid #DAE6F2;
    border-radius: 18px;
    font-size: 1rem;
    background-color: #F9FCFF;
    transition: all 0.2s ease;
    box-sizing: border-box;
    font-family: inherit;
}

.sf-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%231F3A5F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: right 1.2rem center;
    background-size: 1.1rem;
}

.sf-input:focus,
.sf-select:focus {
    border-color: #0F2C4E;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 4px 10px rgba(10, 45, 80, 0.1);
}

/* Package hint note */
.sf-note {
    display: inline-block;
    margin-top: 0.6rem;
    padding: 0.45rem 1.2rem;
    background: #E9F2FA;
    border-radius: 40px;
    font-size: 0.85rem;
    color: #1F4A6F;
    border: 1px dashed #9FBFDF;
    font-style: italic;
}

/* Submit button */
.sf-submit-block {
    margin: 1.8rem 1.8rem 1rem 1.8rem;
}

.sf-button {
    background: #0F2C4E;
    border: 2px solid #0F2C4E;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    width: 100%;
    cursor: pointer;
    transition: all 0.25s;
    letter-spacing: 0.5px;
    box-shadow: 0 12px 20px -15px #0F2C4E;
    font-family: inherit;
}

.sf-button:hover,
.sf-button:focus {
    background: #1B4B77;
    border-color: #1B4B77;
    transform: scale(1.02);
}

/* Footer mandatory note */
.sf-footer-note {
    margin: 0.5rem 1.8rem 1.8rem 1.8rem;
    padding-top: 0.8rem;
    border-top: 2px solid #E0EDF9;
    font-size: 0.85rem;
    color: #4D657F;
    display: flex;
    align-items: center;
    gap: 6px;
}

.sf-asterisk {
    background: #1F3A5F;
    color: white;
    border-radius: 30px;
    padding: 0.2rem 0.8rem;
    font-weight: 600;
    font-size: 0.8rem;
}

/* Mobile adjustments */
@media (max-width: 500px) {
    .sf-form-wrapper {
        margin: 1rem;
        border-radius: 20px;
    }
    .sf-header-card {
        padding: 1.8rem;
    }
    .sf-field-group {
        margin: 1.2rem 1.2rem;
    }
}