/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Positioning the entire group */
.hero-scroll-indicator {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    height: 80px; 
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
    pointer-events: none;
}

/* The vertical line */
.scroll-line {
    width: 1px;
    height: 100%;
    background-color: #fff; 
    opacity: 0.8;
}

/* The floating circle */
.scroll-dot {
    position: absolute;
    top: 10%; /* Starting position */
    width: 12px;
    height: 12px;
    background-color: #d28d60; 
    border-radius: 50%;
    animation: floatUpDown 3s ease-in-out infinite;
}

/* Animation to make the dot hover gently */
@keyframes floatUpDown {
    0%, 100% {
        top: 3%;
    }
    50% {
        top: 80%;
    }
}

/* Container Positioning */
.hero-scroll-indicator-v2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 160px; 
    width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

/* The Vertical Line - Bottom Indicator*/
.scroll-line-v2 {
    width: 1px; 
    height: 100%;
    background-color: #17395a;
    opacity: 0.9;
}

/* The Sliding Dot */
.scroll-dot-v2 {
    position: absolute;
    bottom: 0%; /* Start at the bottom */
    width: 14px;
    height: 14px;
    background-color: #d28d60;
    border-radius: 50%;
    /* Smooth slide animation */
    animation: slideUpFromBottom 4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

/* Animation: Starts at bottom, slides to top, fades out */
@keyframes slideUpFromBottom {
	0%, 100% {
        bottom: 0%;
        transform: scale(1);
    }
    50% {
        bottom: 50%; 
        transform: scale(1.1); 
    }
}

/* Fixed Left Sidebar */
.bt-sidebar-left {
    position: fixed;
    top: 0px;
    left: 0;
    width: 62px;
    height: 100vh;
    background-color: #fff; 
    z-index: 99;
    display: flex;
    flex-direction: column;
}

/* Centered */
.sidebar-nav-center {
    flex: 1; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

.sidebar-icon-link {
    display: block;
    width: 100%; 
    height: auto;
	line-height: 0;
	text-align: center;
	padding: 20px 0 20px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sidebar-icon-link img {
    width: auto!important;
    height:97px!important;
}

/* Subtle hover effect for a premium feel */
.sidebar-icon-link:hover {
   background: #F3F0E9; 
}

/* Fixed Right Sidebar */
.bt-sidebar-right {
    position: fixed;
    top: 0px;
    right: 0; 
    width: 62px;
    height: 100vh;
    background-color: #fff; 
    z-index: 99;
    display: flex;
    flex-direction: column;
}

/* Centered Navigation Wrapper */
.bt-sidebar-right .sidebar-nav-center {
    flex: 1; 
    display: flex;
    align-items: center; 
    justify-content: center; 
}

/* Link Styling */
.bt-sidebar-right .sidebar-icon-link {
    display: block;
    width: 100%; 
    height: auto;
    line-height: 0;
    text-align: center;
    padding: 20px 0 20px;
    transition: transform 0.3s ease, background 0.3s ease;
}

/* Image Scaling */
.bt-sidebar-right .sidebar-icon-link img {
    width: auto !important;
    height: 97px !important; 
}

/* Hover State */
.bt-sidebar-right .sidebar-icon-link:hover {
    background: #F3F0E9; 
}

@media (max-width: 1024px) { .bt-sidebar-left { width: 38px;  }}
@media (max-width: 1024px) { .bt-sidebar-right { width: 38px;  }}

/* Responsive: Hide omobile */
@media (max-width: 767px) { .bt-sidebar-left { display: none;  }}
@media (max-width: 767px) { .bt-sidebar-right { display: none;  }}

.numbered-heading {
    position: relative;
    padding-left: 45px; 
    line-height: 1.3;
}

.heading-number {
    position: absolute;
    left: 0;
    top: 0;
    color: #AC9F94; 
    font-size: 20px; 
    font-weight: 600;
    font-family: inherit;
}

/* Likert CSS Injection */
.likert-heading h3 {
	font-family: 'Poppins', sans-serif;
    margin: 0 0 4px!important;
    font-size: 20px!important; 
	font-weight: 600!important;
    line-height: 1.3;
	color: #4A433D;
}

.likert-heading p {
	font-family: 'Poppins', sans-serif;
    margin: 0;
    font-size: 15px; 
    line-height: 1.5;
    color: #4A433D;
	font-weight: 400;
}
form.wpforms-form .wpforms-field-likert_scale table thead:first-child tr:first-child th { vertical-align: middle; }
div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table.modern th { padding: 12px 20px!important; }
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr th { font-size: 16px!important; color: #4A433D!important; line-height: 1.4em!important; border-radius: 0px!important;  border-bottom: 1px solid #d99367 !important;  }
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr th:last-child { border-bottom: none!important; }
/* Optional spacing alignment */
.wpforms-field-likert_scale thead th:first-child {
    vertical-align: middle;
   /* padding: 14px;*/
}

/* LIKERT SURVEY TABLE STYLES DESKTOP */
div.wpforms-container-full .wpforms-form .wpforms-page-indicator { max-width: 70%; }
.wpforms-field-likert_scale table.modern,
.wpforms-field-likert-scale table.modern {
    font-family: 'Poppins', sans-serif;
    border-collapse: collapse !important;
    border: 1px solid #d99367 !important;
    margin-top: 10px;
    width: 100% !important;
    table-layout: fixed !important; /* Mandatory to force the 70/10 split */
}

/* Header Styling (Yes, Partly, No) */
.wpforms-field-likert_scale thead th,
.wpforms-field-likert-scale thead th {
    border: 1px solid #d99367 !important;
    color: #17395A !important;
    font-weight: 600 !important;
    text-transform: capitalize;
    padding: 10px 5px !important;
    font-size: 17px;
    width: 10% !important; 
    text-align: center !important;
}

/* Question Column (Header & Body) */
.wpforms-field-likert_scale table.modern thead th:first-child,
.wpforms-field-likert-scale table.modern tbody th,
.wpforms-field-likert-scale table.modern thead th:first-child,
.wpforms-field-likert-scale table.modern tbody th {
    width: 70% !important;
    min-width: 70% !important;
    text-align: left !important;
    border: 1px solid #d99367 !important;
    padding: 10px 30px 10px 15px !important; 
    color: #4A433D !important;
    font-weight: 500 !important; 
    font-size: 16px !important;
    line-height: 1.4;
    word-break: break-word;
}

/* Selection Cells (Body) */
.wpforms-field-likert_scale table.modern tbody td,
.wpforms-field-likert-scale table.modern tbody td {
    width: 10% !important;
    border: 1px solid #d99367 !important;
    vertical-align: middle !important;
    padding: 0 !important;
    text-align: center !important;
}

/* Last Row Special Background (#EADACC) */
.wpforms-field-likert_scale table.modern tbody tr:last-child th,
.wpforms-field-likert_scale table.modern tbody tr:last-child td,
.wpforms-field-likert-scale table.modern tbody tr:last-child th,
.wpforms-field-likert-scale table.modern tbody tr:last-child td {
    background-color: #EADACC !important;
}

/* Row Hover Effects */
.wpforms-field-likert_scale tbody tr:hover,
.wpforms-field-likert-scale tbody tr:hover {
    background-color: #fcece2 !important; 
}
/* Apply Hover Effect to Last Row Cells */
.wpforms-field-likert_scale table.modern tbody tr:last-child:hover th,
.wpforms-field-likert_scale table.modern tbody tr:last-child:hover td,
.wpforms-field-likert-scale table.modern tbody tr:last-child:hover th,
.wpforms-field-likert-scale table.modern tbody tr:last-child:hover td {
    background-color: #fcece2 !important;
}
/* Shade the last two rows for Questions 5 through 9 */
#wpforms-5803-field_30-container table.modern tbody tr:nth-last-child(-n+2),
#wpforms-5803-field_32-container table.modern tbody tr:nth-last-child(-n+2),
#wpforms-5803-field_35-container table.modern tbody tr:nth-last-child(-n+2),
#wpforms-5803-field_38-container table.modern tbody tr:nth-last-child(-n+2),
#wpforms-5803-field_41-container table.modern tbody tr:nth-last-child(-n+2) {
    background-color: #EADACC !important;
}

/* Ensure the question header (th) also gets the background color */
#wpforms-5803-field_30-container table.modern tbody tr:nth-last-child(-n+2) th,
#wpforms-5803-field_32-container table.modern tbody tr:nth-last-child(-n+2) th,
#wpforms-5803-field_35-container table.modern tbody tr:nth-last-child(-n+2) th,
#wpforms-5803-field_38-container table.modern tbody tr:nth-last-child(-n+2) th,
#wpforms-5803-field_41-container table.modern tbody tr:nth-last-child(-n+2) th {
    background-color: inherit !important;
}
/* Apply Hover Effect to the last 2 rows for Questions 5 through 9 */
#wpforms-5803-field_30-container table.modern tbody tr:nth-last-child(-n+2):hover th,
#wpforms-5803-field_30-container table.modern tbody tr:nth-last-child(-n+2):hover td,
#wpforms-5803-field_32-container table.modern tbody tr:nth-last-child(-n+2):hover th,
#wpforms-5803-field_32-container table.modern tbody tr:nth-last-child(-n+2):hover td,
#wpforms-5803-field_35-container table.modern tbody tr:nth-last-child(-n+2):hover th,
#wpforms-5803-field_35-container table.modern tbody tr:nth-last-child(-n+2):hover td,
#wpforms-5803-field_38-container table.modern tbody tr:nth-last-child(-n+2):hover th,
#wpforms-5803-field_38-container table.modern tbody tr:nth-last-child(-n+2):hover td,
#wpforms-5803-field_41-container table.modern tbody tr:nth-last-child(-n+2):hover th,
#wpforms-5803-field_41-container table.modern tbody tr:nth-last-child(-n+2):hover td {
    background-color: #fcece2 !important;
}

/* RADIO BUTTON & MOBILE MARKUP FIXES */
.wpforms-likert-scale-mobile-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: auto !important;
    min-height: 40px;
}

/* Display the radio as a real visible circle */
.wpforms-field-likert_scale input[type="radio"].wpforms-screen-reader-element,
.wpforms-field-likert-scale input[type="radio"].wpforms-screen-reader-element {
    clip: auto !important;
    clip-path: none !important;
    height: 20px !important;
    width: 20px !important;
    opacity: 1 !important;
    position: static !important;
    display: inline-block !important;
    cursor: pointer;
    margin: 0 !important;
}

/* Hide mobile-only labels on desktop */
@media (min-width: 601px) {
    .wpforms-likert-scale-mobile-label {
        display: none !important;
    }
}

/* RESPONSIVE "PERFECT MOBILE" FIX */
@media (max-width: 600px) {
    /* Stack everything */
    .wpforms-field-likert_scale table.modern,
    .wpforms-field-likert-scale table.modern,
    .wpforms-field-likert_scale table.modern tbody,
    .wpforms-field-likert-scale table.modern tbody,
    .wpforms-field-likert_scale table.modern tr,
    .wpforms-field-likert-scale table.modern tr,
    .wpforms-field-likert_scale table.modern th,
    .wpforms-field-likert-scale table.modern th,
    .wpforms-field-likert_scale table.modern td,
    .wpforms-field-likert-scale table.modern td {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        box-sizing: border-box !important;
        border: none !important;
    }

    /* Hide Header */
    .wpforms-field-likert_scale table.modern thead,
    .wpforms-field-likert-scale table.modern thead {
        display: none !important;
    }

    /* Mobile Question Styling */
    .wpforms-field-likert_scale table.modern tbody th,
    .wpforms-field-likert-scale table.modern tbody th {
        padding: 15px 10px !important;
        background-color: #f8f8f8 !important;
       /* border-top: 1.5px solid #d99367 !important;  Orange divider for mobile questions */
    }

    /* Horizontal Alignment for Label + Radio */
    .wpforms-likert-scale-mobile-flex {
        display: flex !important;
        flex-direction: row !important; 
        align-items: center !important;
        justify-content: space-between !important;
        padding: 12px 20px !important;
        
    }

    .wpforms-likert-scale-mobile-label {
        display: inline-block !important;
        white-space: nowrap !important;
        font-weight: 600 !important;
        width: auto !important;
        min-width: 80px !important;
    }
	
	/* MOBILE */
	div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table.modern tbody tr:nth-child(odd) th { border-top: 1px solid #d99367 !important; border-bottom: 1px solid #d99367 !important; }
	div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table tbody th:first-child { border-left: 1px solid #d99367 !important; border-right: 1px solid #d99367 !important; }
	div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table.modern td { border-bottom: 1px solid #d99367 !important; border-left: 1px solid #d99367 !important; border-right: 1px solid #d99367 !important; }
	div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table tbody th { border-left: 1px solid #d99367 !important; border-right: 1px solid #d99367 !important; }
}
form.wpforms-form .wpforms-field-likert_scale table.modern tbody tr th:last-child { border-bottom: none!important; }

/* --- 3. EDITORIAL HEADER STYLES --- */
.editorial-header {
    display: flex;
    width: 100%;
    align-items: center; 
    border-bottom: 1.5px solid #d99367;
    gap: 10px;
    /* Keeps image on the right when text is hidden */
    justify-content: flex-end; 
}

/* Style the newly created span */
	.question-number {
		font-weight: 600 !important;
		min-width: 28px;
	/*	padding-top: 5px;*/
		margin-right: 3px; 
		display: inline-block;
		flex-shrink: 0;
		display: inline-block;
	}
	/* The Question Text */
	.question-content {
		flex-grow: 1;
		font-weight: 400;
		line-height: 1.4;
	}

/* Desktop/Tablet: Hide the text column */
@media (min-width: 600px) {
    .header-text-col {
        display: none;
    }
    .header-image-col {
        flex: 0 0 25%; 
        max-width: 25%;
        display: flex;
        justify-content: center; 
        isolation: auto !important;
        margin-top: -130px !important; 
    }
	
	/* Container for the row label */
	.wpforms-field-likert_scale tbody th {
		display: flex !important;
		align-items: flex-start !important;
		text-align: left !important;
	}
	
	/* Ensure the rest of the question stays normal */
	.wpforms-field-likert_scale th {
		font-weight: 400 !important;
	}
}

/* Mobile: Show the text column */
@media (max-width: 599px) {
	div.wpforms-container-full .wpforms-form .wpforms-page-indicator { max-width: 100%; }
	.editorial-header { justify-content: flex-start;  }
    .header-text-col {
        display: block; /* Ensures it is visible */
        flex: 0 0 65%;
        max-width: 65%;
    }
    
    .header-image-col {
        flex: 0 0 30%; 
        max-width: 30%;
        justify-content: flex-start;
        margin-top: 0px !important;
    }

    div.wpforms-container-full h2 {
        font-size: 22px !important;
		margin: 15px 0 5px!important;
    }

    .bottom-icon {
        width: 140px !important;
        padding-top: 30px;
    }
	
	div.wpforms-container-full.wpforms-render-modern .wpforms-form .wpforms-field-likert_scale table tr th { font-weight: 400!important; }
}

/* Shared Icon Styles */
.bottom-icon {
    width: auto !important; 
    height: 158px !important;
	object-fit: contain;
    display: block;
    mix-blend-mode: multiply !important;
    filter: none !important;
    background: transparent !important;
}

.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress-wrap { height: 8px!important; }
.wpforms-container .wpforms-page-indicator.progress .wpforms-page-indicator-page-progress { background-color: #D28D60!important; }
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {/* margin-top: 20px!important;*/ background: #17395A!important; border-radius: 0px!important; }
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button:hover { background: #D28D60!important; }
.score-target-yes, .score-target-partly, .score-target-no, .score-counter { display: none; }

div.wpforms-container-full .wpforms-confirmation-container-full { background: #EADACC!important; padding: 30px!important; border: none!important; border-radius: 0px!important; }
div.wpforms-container-full h4 { font-size: 24px!important; color: #4A433D!important; margin: 20px 0 15px!important; }
div.wpforms-container-full .wpforms-confirmation-container-full p { color: #4A433D!important; font-size: 17px!important; }

.lets-talk, .our-story { cursor: pointer; }

/* Responsiveness: Stack on Mobile */
@media (max-width: 991px) {
    .feature-graphic-col,
    .feature-content-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .feature-container {
        gap: 30px;
    }
}

/* Inner Element Styling */
.feature-graphic-col img {
    width: 100%;
    height: auto;
    /*max-width: 450px; */
}

.feature-content-col table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

/* Table Styling */
.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 15px;
}

.comparison-table th {
    color: #d99367;
    text-align: left;
    padding: 8px 10px!important;
    border-bottom: 1.5px solid #d99367;
}

.comparison-table td {
    padding: 5px 10px 5px!important;
    border-bottom: 1px solid #d99367;
    vertical-align: top;
	font-size: 14px!important;
}

.comparison-table .row-label {
    color: #d99367;
    font-weight: bold;
    width: 25%;
}
.feature-footer { margin-top: 15px!important; }
/* Removes the bottom border from the last row to keep it clean */
.comparison-table tr:last-child td {
    border-bottom: none;
}

/* 1. Hide by default (prevents flash) */
#wpforms-form-5803 .wpforms-page-indicator {
    display: none !important;
    opacity: 0;
    transition: opacity 0.3s ease;
}
/* 2. Show when NOT on page 1 (based on visible page) */
#wpforms-form-5803 .wpforms-page:not([data-page="1"]):not([style*="display: none"]) 
~ .wpforms-pagebreak-container .wpforms-page-indicator {
    display: block !important;
    opacity: 1;
}


/* INTRO Survey */
.feature-container h2 { color: #4A433D; }

.feature-graphic-col img {  /*padding-top: 30px!important; */ mix-blend-mode: multiply !important; }

/* Right Column: The Content */
.feature-content-col {
    flex: 0 0 calc(60% - 20px);
    max-width: calc(60% - 20px);
}
/* Target the specific form and the first page button */
@media (min-width: 992px) {
#wpforms-form-5803 .wpforms-page-button[data-page="1"] {
   margin-top: -185px !important;
	
    display: block !important; 
	padding: 20px 40px 40px!important;
}
	.intro-img { max-width: 420px!important; }
}

/* 1. Ensure the layout container is the reference point for absolute positioning */
#wpforms-5803-field_52-container {
    position: relative !important;
}

/* 2. Style the first row columns (40/60 Split) */
#wpforms-5803-field_52-container .wpforms-layout-row:first-child {
    display: flex !important;
    align-items: flex-start !important;
}

.wpforms-layout-column-33 {
    flex: 0 0 40% !important;
    max-width: 40% !important;
}

.wpforms-layout-column-67 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
}

/* 3. Force Name & Email rows to float up to the left side */
/* This targets the second and third row containers */
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(2),
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(3),
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(4) {
    position: absolute !important;
    left: 0 !important;
    width: 38% !important; 
    z-index: 10 !important;
}

/* Position the Name Row (adjust top value to fit under your image) */
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(2) {
    top: 320px !important; 
}

/* Position the Email Row (roughly 75px below Name) */
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(3) {
    top: 375px !important;
}
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(4) {
    top: 420px !important;
}
/* 4. Cleanup internal field margins */
#wpforms-5803-field_55-container, 
#wpforms-5803-field_56-container {
    margin: 0 !important;
    padding: 0 !important;
}

/* --- Final Tablet Fix --- */
@media (max-width: 1025px) {
	#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(2) {
    top:260px !important; 
	}

	/* Position the Email Row (roughly 75px below Name) */
	#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(3) {
		top: 315px !important;
	}
	#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(4) {
		top: 365px !important;
	}
	#wpforms-form-5803 .wpforms-page-button[data-page="1"] {
   	margin-top: -370px !important;
	}	
}

/* --- Final Mobile Fix --- */
@media (max-width: 768px) {
	
	.feature-graphic-col img { max-width: 100%!important; }
    /* 1. Reset the Row - Let it stack naturally */
    #wpforms-5803-field_52-container .wpforms-layout-row {
        display: block !important;
        position: static !important;
        width: 100% !important;
    }

    /* 2. Reset the Columns - Force them to full width */
    #wpforms-5803-field_52-container .wpforms-layout-column-33,
    #wpforms-5803-field_52-container .wpforms-layout-column-67 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        position: static !important;
        padding-right: 0 !important;
    }

    /* 3. Kill the Absolute Positioning for Name/Email rows */
    #wpforms-5803-field_52-container .wpforms-layout-row:nth-child(2),
    #wpforms-5803-field_52-container .wpforms-layout-row:nth-child(3),
	#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(4) {
        position: static !important; 
        width: 100% !important;
        margin-top: 10px !important; 
    }

    /* 4. Ensure inputs stretch to screen edges */
    #wpforms-5803-field_55-container, 
    #wpforms-5803-field_56-container,
    #wpforms-5803-field_55, 
    #wpforms-5803-field_56 {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* 5. Center the image on mobile */
    .feature-graphic-col {
        display: block;
        margin: 0 auto 0 auto!important;
        max-width: 100% !important; 
    }
	.elementor-5798 .elementor-element.elementor-element-94e3b73 button { margin-top: 0px!important; }
	table thead:first-child tr:first-child th { font-size: 14px; }
	#wpforms-form-5803 .wpforms-page-button[data-page="1"] {
   	margin-top: 0px !important;
	}
}

/* 1. Force Name and Email fields to 100% width of the left column */
#wpforms-5803-field_55-container, 
#wpforms-5803-field_56-container,
#wpforms-5803-field_55, 
#wpforms-5803-field_56 {
    width: 100% !important;
    max-width: 100% !important;
}

/* 2. Adjust Paragraph font size in the right column */
#wpforms-5803-field_54-container .feature-intro p,
#wpforms-5803-field_54-container .feature-footer {
    font-size: 15px !important;
    line-height: 1.5 !important;
}

/* 3. Ensure the Absolute Positioning rows (Name/Email) respect the width */
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(2),
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(3),
#wpforms-5803-field_52-container .wpforms-layout-row:nth-child(4){
    width: 100% !important; 
}

.security-verification-box {
	/*margin-top: -165px!important;*/
    background: #fdf8f5!important; 
    border: 1px solid #EADACC!important;
    padding: 10px 20px!important;
    border-radius: 0px!important;
    font-size: 13px!important;
}
.security-verification-box p {
    margin-bottom: 10px;
    color: #444;
}

div.wpforms-container-full input[type=text],
div.wpforms-container-full input[type=email] { border: 1px solid rgb(36,64,91, 0.75)!important; border-radius: 0px!important; }
div.wpforms-container .wpforms-form ::-webkit-input-placeholder {
    font-weight: 600 !important;
	opacity: 0.85!important; 
	color: #17395A!important;
}
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=email]:focus { border: 1px solid #D28D60!important; outline: none!important; box-shadow: none!important; }