* {
    box-sizing: border-box
}

html,
body {
    height: 100%
}

body {
    font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    margin: 0;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4;
    font-size: 16px;
}

/* RESET */
* {
    box-sizing: border-box;
}


.header {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.container {
    max-width: 1350px;
    width: 90%;
    margin: auto;
}

.ct-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:20px;
}

/* Logo */
.logo img {
    width: 180px;
    height: 45px;
    /* Adjust if needed */
}


/* Navigation */
.nav ul {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.nav ul li {
    position: relative;
}

.nav ul li a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 4px 0;
}

/* Divider | */
.nav ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: -20px;
    top: 0;
    color: #7c7c7c;
}

/* Button */
.live-help-btn {
    background: #f36d1a;
    color: #fff;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 3px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}

.live-help-btn:hover {
    opacity: 0.85;
}


section.hero-section {
    background: url(https://carpet.annexal.com/wp-content/uploads/2026/02/Section.png);
    background-size: cover;
    background-position: bottom;
    object-fit: cover;
    padding: 0px 0px 140px 0px;
}
.btm-left {
    display: flex;
    gap: 20px;
}


/* LEFT SIDE */
.ct-col-6 {
    width: 48%;
    position: relative;
}

.bg-heading h1 {
    color: rgba(30, 58, 95, 1);
    font-size: 56px;
    padding: 0;
    margin: 10px 0px;
}

/* TEXT BLOCK */


.highlight {
    color: #FF5A00;
    font-weight: 700;
}

.cont-box p {
  color: #1e3a5f;
}

.hero-btm-section {
    display: flex;
    gap: 20px;
}
.hero-btm-section {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
/* BUTTONS */
.btn-row {
    margin-top: 35px;
    display: flex;
    gap: 18px;
}

.blue-btn,
.orange-btn {
    padding: 15px 30px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.blue-btn {
    background: #083E6B;
    color: #fff;
}

.blue-btn:hover {
    background: #052b4a;
}

.orange-btn {
    background: #FF5A00;
    color: #fff;
}

.orange-btn:hover {
    background: #c24300;
}




/* Container */

.process-section {
    width: 100%;
    margin-top: 80px;
}
.top-hero-heading ul {
    padding: 0px 4px 0px 20px;
    margin: auto;
}
.top-hero-heading {
    background: #fff;
    width: fit-content;
    border-radius: 20px;
    padding: 4px 10px;
}

/* Heading */
.process-section .heading {
    text-align: center;
    margin-bottom: 25px;    
}

.process-section .heading h3 {
    font-size: 28px;
    font-weight: 700;
    color: #002F6C;
    /* matching blue tone */
    text-transform: capitalize;
}

/* Boxes Wrapper */
.process-inner-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

/* Single Box */
.process-inner-row .box {
    color: #fff;
    width: 30%;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    gap: 20px;
    border-radius: 20px;
position: relative;
}
.blue-color {
    background: rgba(30, 58, 95, 1);
}

.gray-color {
    background: rgba(248, 250, 252, 1);
    color: rgba(30, 58, 95, 1) !important;
}
.box-cont p {
    padding: 0;
    margin: 0;
}
.hr-box {
    width: 6%;
}
.number-sec {
    width: fit-content;
    width: 20px;
    display: flex;
    justify-content: center;
    height: 20px;
    padding: 12px;
    align-items: center;
    border-radius: 100px;
    background: rgba(226, 232, 240, 1);
    position: absolute;
    top: -10px;
    right: -9px;
    color: #1e3a5f;
}
.number-sec.sec-1 {
    background: rgba(251, 146, 60, 1);
    color: #fff;
}

/* Text */
.process-inner-row .box-cont h5 {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

/* MAIN FORM */
form.full-form {
    margin: 80px auto;
}

.fm-heading {
    margin-top: 60px;
    margin-bottom: 20px;
}

h2 {
    text-align: center;
    margin: 30px 0 10px;
    font-size: 26px;
    font-weight: 700
}
.fm-heading p {
    text-align: center;
}

.lead {
    text-align: center;
    color: #7a8fa0;
    margin-bottom: 20px
}

/* GRID OPTIONS */
.option-group {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    margin-bottom: 35px
}

div#group-who .option {
    width: 35%;
    cursor: pointer;
    transition: .25s;
}

.option img {
    width: 100%;
    display: block
}



div#group-how .option {
    flex: 0 0 30%;
}
#group-how .option.selector.who-item:nth-child(-n+3) {
  flex: 0 0 30%;
}

.option .label {
   padding: 12px;
    text-align: left;
    font-weight: 700;
    position: absolute;
    padding: 10px 20px;
    bottom: 0;
    color: #fff;
  z-index:9;
}



.option.selected .label {
    color: #ff7a00
}
.whts-need-sec {
    background: #FAFAFA;
    padding: 60px 0px;
}
.whts-need-sec .img-container {
    max-height: 360px;
}
.whts-need-sec .img-container img {
    width: 100%;
    height: 100%;
}

/* SUMMARY */
.summary-strip {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 0px;
}

.summary-pill {
    font-weight: 400;
    color: #94A3B8;
    font-size: 14px;
    padding: 10px 0px 15px 0px;
}

/* FORM INPUTS */
.form-section {
    display: flex;
	gap: 40px;
}
.field {
    margin-bottom: 15px
}
.form-col.form-field label{
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
    color: #003F74 !important;
}

label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #003F74;
}

input,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d6e6f4;
    border-radius: 4px;
    font-size: 15px
}

textarea {
    height: 110px;
    resize: vertical
}

button.submit-btn {
    background: #ff7a00;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 4px;
    cursor: pointer
}

.form-row {
    background: #FFF7EE;
    padding: 60px 0px;
}
.form-col {
    width: 50%;
}

.form-img img {
    width: 100%;
}

.form-col.form-field {
    padding: 0px 30px;
    background: #fff;
    border-radius: 10px;
}
.hr-bar {
    margin-bottom: 60px;
}

.form-col.form-field input,
.form-col.form-field textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #00000024 !important;
    border-radius: 0 !important;
}
.summary-col img {
    width: 26px;
    margin: auto !important;
}
.summary-col {
    text-align: center;
    width: 30%;
    padding: 10px 10px;
    background: #F1F5F9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.summary-col.active {
    box-shadow: 0px 0px 25px rgba(255, 122, 0, 0.55);
}
.summary-col.active .summary-pill {
    color: #ff7a00;
}
/* ============ FOOTER ============ */
.footer {
    width: 100%;
    background: #1E3A5F;
    padding: 60px 0 30px;
    color: #ccc;
	border-bottom: 1px solid #94A3B8;
}

.footer .footer-container {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}
.social-icons ul {
    display: flex;
    gap: 20px;
    margin-top: 20px !important;
}

/* four-column footer widget area */
.footer-widgets.container {
    /* keep as a logical container; actual layout is applied to the inner .ct-row */
    width: 100%;
}

/* Override the generic .ct-row flex inside the footer and use grid so columns distribute evenly */
.footer .ct-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    align-items: start;
}

.footer-col {
    color: #ccc;
}

.footer h3,
.footer .widget-title {
    margin-bottom: 14px;
    font-size: 18px;
    color: #fff;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 12px;
    color: #cfcfcf;
    font-size: 15px;
}

.footer ul li a {
    color: #cfcfcf;
    text-decoration: none;
}

.footer ul li a:hover,
.footer ul li:hover {
    color: #fff;
}

.logo-box img,
.footer-widget img {
    max-height: 80px;
    width: auto;
    display: block;
    margin-bottom: 12px;
    /* prevent the logo from stretching the grid column; constrain its visual width */
    max-width: 260px;
}

.footer .logo-desc {
    margin-top: 12px;
    color: #bbb;
    line-height: 1.6;
    max-width: 380px;
    font-size: 15px;
}

.footer .newsletter p,
.footer .widget-placeholder p {
    color: #cfcfcf;
    line-height: 1.6;
    font-size: 15px;
}

.footer .footer-subscribe-form input[type="email"],
.footer .footer-subscribe-form input[type="text"] {
    width: 100%;
    padding: 14px 16px;
    border-radius: 6px;
    border: none;
    font-size: 15px;
    box-shadow: 0 2px 0 rgba(0,0,0,0.1) inset;
}

.footer .footer-subscribe-form button {
    width: 100%;
    padding: 14px;
    background: #f26c1f;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin-top: 12px;
    cursor: pointer;
}

.widget-placeholder { color: #bfbfbf; }

.bottom-bar {
    background: #fff;
    padding: 10px 0;
}

.bottom-bar .bottom-inner {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 6px;
	color:#fff;
	justify-content: space-between;
}

.bottom-bar .links a { color: #003f74; text-decoration: underline; margin: 0 6px; }

.footer-bottom-menu {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.footer-bottom-menu li {
    display: inline-block;
    margin: 0 6px;
}
.footer-bottom-menu li a { color: #003f74; text-decoration: underline; }

/* Hide hamburger on desktop */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    background: none;
    border: none;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #000;
    margin: 4px 0;
    display: block;
}

/* Mobile styles */
@media (max-width: 768px) {
    
    .menu-toggle {
        display: flex;
    }

    .nav {
        display: none;
        width: 100%;
    }

       .nav.active {
        display: block;
        background: #fff7ec;
        width: 100%;
        position: absolute;
        left: 0;
        border-top: 1px solid #0000001a;
		z-index: 9;   
    }
	.nav ul {
    gap: 10px;
   }
	.nav ul li:not(:last-child)::after {
    Display:none;
}

    .menu {
        flex-direction: column;
    }
}





/* Responsive: 2 columns on medium screens, 1 column on small */
@media (max-width: 992px) {
    .footer-widgets.container { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .footer-widgets.container { grid-template-columns: 1fr; }
    .footer { padding: 30px 0; }
    .bottom-bar .bottom-inner { padding: 8px 0; }
}

/* Single post layout tweaks: grid with fixed sidebar and readable measure */
.single-post main.container{
    padding: 56px 0 72px; /* top and bottom spacing */
}

.single-post .ct-row {
    display: flex;
    grid-template-columns: 1fr 320px; /* content + sidebar */
    gap: 48px;
    align-items: start;
}

main.container .single-post .ct-row {
    display: grid;
}

.single-post .content-col {
    min-width: 0;
}

.sidebar-post {
    width: 100%; /* controlled by grid column */
}

.single-post .post-header {
    margin-bottom: 16px;
}

.single-post .post-header .post-title {
    text-align: left;
    font-size: 28px;
    margin: 0 0 8px;
}

/* Featured image block: limit to content measure and center */
.single-post .post-hero {
    width: 100%;
    /* max-width: 720px; */
    height: 320px;
    margin: 0 auto 28px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.single-post .content-col .post-content {
    margin: 0 0 24px 0;
    text-align: left;
    line-height: 1.85;
}

/* Align comments area with content column */
.single-post .comments-area,
.single-post .comment-form {
    max-width: 720px;
    margin: 28px 0 0 0;
}

/* Ensure sidebar widgets stack from top and have spacing */
.sidebar-post .widget,
.sidebar-post .widget-placeholder {
    margin-bottom: 24px;
}

/* Comments area layout */
.comments-area {
    padding: 40px 0;
    max-width: 900px;
    margin: 40px auto;
}

.comment-list li {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.comment-form {
    max-width: 900px;
    margin: 20px auto 40px;
}

.comment-form textarea {
    min-height: 120px;
}

/* Style comment submit button to match theme buttons */
.comment-form .form-submit input[type="submit"],
.comment-form .form-submit .submit,
#submit {
    background: #f26c1f;
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 700;
}
ul#menu-footer-bottom-menu li a {
    color: #94A3B8;
}
.copyright {
    color: #94A3B8;
}
ul#menu-footer-bottom-menu li a {
    font-size: 15px;
    text-decoration: none;
}
/* Responsive adjustments for single post */
@media (max-width: 992px) {
    .single-post .ct-row { flex-direction: column; }
    .sidebar-post { width: 100%; }
    .single-post .post-header .post-title { text-align: center; }
}

.carpet_hidden_field{
    display: none;
}

/* Comments layout: avatar/meta on left, comment text fills right */
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list li {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 18px 0 0 0;
    border-top: 1px solid #eee;
}
.comment-list li:first-child {
    border-top: none;
    padding-top: 0;
}
.comment-list .comment-body {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}
.comment-list .comment-body > footer.comment-meta {
    flex: 0 0 90px;
    max-width: 90px;
}
.comment-list .comment-author.vcard {
    text-align: center;
}
.comment-list .comment-author.vcard .avatar {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    display: block;
    margin: 0 auto 8px;
}
.comment-list .comment-meta {
    font-size: 13px;
    color: #666;
}
.comment-list .comment-content {
    flex: 1 1 auto;
    text-align: left;
    line-height: 1.7;
}
.comment-list .reply {
    margin-top: 8px;
}
/* ----- DEFAULT STATE (Blue border + triangle) ----- */
.option.selector.who-item img {
      transition: 0.3s;
     width: 100%;
    position: relative;
	margin: auto;
	border-radius: 20px;
}
.option.selector.who-item.selected img{
    box-shadow: 0px 0px 25px rgba(255, 122, 0, 0.55);
    border-radius: 20px;
}
.img-container {
    position: relative;
}
.select-sec-row {
    background: #FFEDD5;
    color: #EA580C;
    width: max-content;
    margin: auto;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
   }

@media (max-width: 600px) {
    .comment-list .comment-body {
        display: block;
    }
    .comment-list .comment-author.vcard {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: none;
        max-width: none;
        margin-bottom: 8px;
        text-align: left;
    }
    .comment-list .comment-author.vcard .avatar {
        margin: 0;
    }
}
@media (max-width: 560px) {
    .option-group {
      gap: 20px !important;
    }
	.option.selector.who-item.who-item_1 p {
    font-size: 14px;
}
	#group-how .option.selector.who-item:nth-child(-n+3) {
    flex: 0 0 46%;
	font-size: 14px;
}
	div#group-how .option {
    flex: 0 0 46%;
	font-size: 14px;
}
	div#group-what .option {
    flex: 0 0 46%;
}
	div#group-what .option {
    flex: 0 0 46%;
}
}

form.fluent_form_3 button[type="submit"], #wpforms-submit-46 {
    background-color: #ff7a00 !important;
    color: #fff;
    border: 0;
    width: 100%;
    padding: 14px;
    font-size: 18px;
    font-weight: 800;
    border-radius: 4px;
    cursor: pointer;
    height: 50px;
}

.footer .input-box input {
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px !important;
    border: none;
    border-radius: 3px !important;
    font-size: 15px !important;
}
.footer #wpforms-submit-64{
    width: 100%;
    background: #f26c1f;
    border: none;
	border-radius: 12px;
}

#fluentform_2 button[type="submit"] {
    background: #f26c1f;
    border: none;
	border-radius: 12px;
}

#fluentform_2 input::placeholder{
	color:#94A3B8;
}

#fluentform_3 {
    margin: 60px 0px 0px 0px;
}

#ff_2_2_email {
    background: #344d6f;
    border-radius: 12px !important;
	border:1px solid #94A3B8;
}

input#wpforms-64-field_2 {
    background: #344d6f;
    border-radius: 12px !important;
	border:1px solid #94A3B8;
}
input#wpforms-64-field_2::placeholder {
	color:#94A3B8;
}

/* Long page content (Privacy / Terms) - improve readability and structure */
.entry-content,
.page .entry-content,
.post .entry-content,
.single-post .post-content,
.page-single {
   /* max-width: 920px;*/
    margin: 24px auto;
    padding: 18px 20px;
    color: #111;
    font-size: 16px;
    line-height: 1.9;
    background: transparent;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.single-post .post-content h1,
.single-post .post-content h2,
.single-post .post-content h3,
.page-single h1,
.page-single h2,
.page-single h3 {
    color: #083E6B;
    margin-top: 28px;
    margin-bottom: 10px;
    font-weight: 700;
}
.entry-content h1 { font-size: 30px; }
.entry-content h2 { font-size: 22px; }
.entry-content h3 { font-size: 18px; }

.entry-content p {
    margin: 0 0 14px 0;
    color: #222;
}

.entry-content ul,
.entry-content ol {
    margin: 12px 0 18px 1.15em;
    padding-left: 0;
}
.entry-content li {
    margin: 6px 0;
}

.entry-content ol {
    counter-reset: section;
}
.entry-content ol li {
    margin: 8px 0;
}

/* Make long lists easier to scan: subtle left border + padded blocks for top-level list items */
.entry-content > ol > li,
.entry-content > ul > li {
    padding: 8px 12px;
    border-left: 3px solid rgba(3,62,107,0.06);
    background: rgba(3,62,107,0.01);
    border-radius: 3px;
}

.entry-content strong {
    color: #083E6B;
}

.entry-content hr {
    border: none;
    height: 1px;
    background: #e9eef5;
    margin: 22px 0;
}

/* Tables inside content */
.entry-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
}
.entry-content table th,
.entry-content table td {
    padding: 10px 12px;
    border: 1px solid #e6eef7;
    text-align: left;
}
.entry-content table th {
    background: #f8fafc;
    color: #083E6B;
}

/* Small utility: numbered section headings with subtle markers */
.entry-content .section-number {
    display: inline-block;
    background: #083E6B;
    color: #fff;
    font-weight: 700;
    padding: 2px 8px;
    margin-right: 10px;
    border-radius: 3px;
    font-size: 13px;
}
.address-sec {
    display: flex;
    gap: 10px;
}
.address-sec img {
    width: 20px;
    height: 20px;
}
.bottom-bar {
    background: #1E3A5F;
}

@media (max-width: 992px) {
    .entry-content, .single-post .post-content { padding: 14px 16px; }
}

@media (max-width: 600px) {
    .entry-content, .single-post .post-content { padding: 10px 12px; font-size: 15px; }
    .entry-content > ol > li, .entry-content > ul > li { border-left: none; background: transparent; padding-left: 0; }

}
.Form-description ul {
    font-size: 20px;
    margin: 52px 0px;
    list-style: none;
    justify-content: center;
    text-align: center;
    line-height: 3;
    font-style: italic;
    text-decoration: underline;
}