/* 
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
*/
.fulllink {
    cursor: pointer;
}

/* Add your custom styles here */
/*Color heading */
.clr{color:#B91C1C;}
/* page bold*/
.pageinfo strong{color:#000 !important;}
/* ===================Image background layer============================ */
.lyr-img {
    position: relative;
    z-index: 1;
}

.lyr-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 30%;
    left: -8px;
    right: 16px;
    bottom: -10px;
    background: #B91C1C;
    border-radius: 20px;
}

.lyr-img img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
.img-right {
    position: relative;
    z-index: 1;
}

.img-right::before {
    content: "";
    z-index: -1;
    top: 30%;
    left: 16px;
    right: -8px;
    bottom: -10px;
    background: #B91C1C;
    border-radius: 20px;
}

.img-right img {
    display: block;
    width: 100%;
    border-radius: 20px;
}
/*===============Before after icon homepage  */
 .bottomicon .elementor-icon{
   background: linear-gradient(180deg, rgba(5, 47, 120, 0.8) 0%, rgba(2, 4, 43, 0.8) 100%);

} 

/* Base setup — needed on every icon box that can show a connector image */
 .bottomicon {
  position: relative;
}

.bottomicon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;              /* adjust gap between icons */
   transform: translateY(-50%); 
  width: 100px;                /* adjust to your image size */ 
   height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
  z-index: 1;
} 

/* ===== Desktop (3-column grid) ===== */

/* 1st & 5th → Layer-100.webp */
.elementor-element-f1298ad.bottomicon::after,
.elementor-element-b9fa0ca.bottomicon::after {
  background-image: url('https://hostingnucleo.com/nj-local/wp-content/uploads/2026/08/Layer-99.webp');
} 

/* 2nd & 4th → Layer-110.webp */
 .elementor-element-6039690.bottomicon::after,
.elementor-element-766b71f.bottomicon::after {
  background-image: url('https://hostingnucleo.com/nj-local/wp-content/uploads/2026/08/Layer-100.webp');
} 

/* 3rd & 6th (last) → no image */
 .elementor-element-7e36237.bottomicon::after,
.elementor-element-57747ec.bottomicon::after {
  content: none;
} 

/* ===== Mobile (2-column grid) — hide all connector images ===== */
 @media (max-width: 767px) {
  .bottomicon::after {
    display: none;
  }
} 
/* ==========ICON homepage hover */

.endicon .elementor-icon{
   background: linear-gradient(180deg, rgba(5, 47, 120, 0.8) 0%, rgba(2, 4, 43, 0.8) 100%);
;

}

.endicon:hover .elementor-icon{
    background: #05CD77 !important;
}

.endicon:hover {
    background: linear-gradient(184.19deg, #000000 -64.23%, #052F78 96.59%);
}.endicon:hover p{
  color: #fff !important;
}
/*===============FAQ  */
.e-n-accordion-item[open] > .e-n-accordion-item-title {
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --e-global-color-primary );
    border-radius: 20px 20px 0px 0px;
}.e-n-accordion-item-title {
    box-shadow: 0px 0px 12px 0px #00000017;
}

/* Service page Foundational SEO Services icon */

.numbericon .elementor-icon-list-icon{
    margin-left: -25px;
}
.numbericon .elementor-icon-list-item {
    background: #B91C1C0F;
    padding: 10px !important;
border-radius: 7px;
}
.numbericon .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 15px 30px;
}

.numbericon .elementor-icon-list-item {
    width: 100% !important;
}
.maincard .elementor-icon {
    border: 7px solid #EFF2F7;
    margin-top: -50px;
}
/* Mobile: show single column */
@media (max-width: 767px) {
    .numbericon .elementor-icon-list-items {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-flow: row;
        gap: 10px;
    }
}
}
.cuticon {
    transition: background 0.8s ease;
}

.cuticon span {
    transition: color 0.4s ease;
}

.cuticon .elementor-icon {
    transition: background 0.8s ease, border 0.4s ease;
}

.cuticon:hover {
    background: linear-gradient(180deg, #003998 0%, #001332 100%);
}

.cuticon:hover span {
    color: #fff;
}

.cuticon:hover .elementor-icon {
    background: #B91C1C !important;
    border: 7px solid #EFF2F7;
}


/*==================Single Blog Post CSS==============*/
.elementor-post-info__item-prefix {
    font-weight: 700 !important;
    color: #111111;
}.postInfo h2{
	font-size:22px !important;
	line-height:40px;
	color:#111111;
	font-weight:700;
}.postInfo h3{
	font-size:20px !important;
	line-height:40px;
	color:#111111;
font-weight:700;
}
@media (max-width: 767px){
	
	.postInfo :is(h2, h3){

	line-height:25px;
}
}
.blog-loop-plain-excerpt {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 26px !important;
    color: #575757 !important;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    margin: 0;
    padding: 0;
}


/*=====Single post faq=========  */
.post-faq-item {
    box-shadow: 0px 0px 12px 0px #00000017;   
}
.post-faq-item .post-faq-question-text{
font-weight: 500 !important;
font-size: 18px !important;
color:#000;
white-space:normal;
text-align:left;
}
.post-faq-answer-inner p {
    color: #575757 !important;
    font-family: DM Sans !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 27px;
    letter-spacing: 0%;
    width: 95% !important;
}

.post-faq-question{border:none !important;border-radius:0px !important;padding:20px !important;
}.post-faq-question:hover{background:none !important;
}
.post-faq-item {
    border: none !important;
}
button.post-faq-question {
    width: 100%;
    display: flex;
}.post-faq-item .post-faq-question:hover {
    background: #B91C1C !important;
border-radius:0px;
}.post-faq-item:hover .post-faq-question-text{
    color: #fff !important;
}.post-faq-item .post-faq-answer:hover {
    background: #fff !important;
}
.post-faq-item .post-faq-question:hover .post-faq-icon {
    
    filter: brightness(0) invert(1);
}
.post-faq-item.active .post-faq-question {
    background: #B91C1C !important;

}
.post-faq-item.active {
   border-radius: 20px 20px 20px 20px !important;
border:1px solid #B91C1C !important;

}
.post-faq-item.active .post-faq-question-text {
color:#fff !important;
}
.wp-block-preformatted {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 45px 30px;
    box-sizing: border-box;

    background-color: transparent;
    background-image: url('https://hostingnucleo.com/nj-local/wp-content/uploads/2026/08/5026d46aa7903ff59839c283f2ea1d55b447abbf.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    white-space: normal;
border-radius:20px;
}

/* Text */
.wp-block-preformatted {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
    color: var(--e-global-color-52cfb48);
}

/* Button */
.wp-block-preformatted a {
    width: 40%;
    flex: 0 0 40%;
	border-radius:50px;
    background-color: #05CD77;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--e-global-color-bd04a24);
    text-decoration: none;
    text-align: center;
padding:7px 10px;
}

/* Mobile */
@media (max-width: 767px) {

    .wp-block-preformatted {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 30px 20px;
    }
.wp-block-preformatted {
text-align:center;
	line-height:30px
}
    .wp-block-preformatted a {
        width: 100%;
        flex: 0 0 100%;
    }
}
/*==================form css */

.forminator-button {
    background: #1D4179;
    width: 100% !important;
    border-radius: 90px !important;
    color: #fff;
    padding: 10px !important;
}

.forminator-button-submit:hover{background:#05CD77 !important;color:#000;box-shadow: none;}

.forminator-input{    border: 1px solid #0000001A !important;
    background: #fff !important;
    padding: 15px !important;

}.forminator-textarea{border: 1px solid #0000001A!important;}
.forminator-button-upload{
    background: #1D4179;
    width:50% !important;
margin-top:10px !Important;
    border-radius: 90px !important;
    color: #fff;
    padding: 10px !important;
}.forminator-button-upload:hover{
    background: #05CD77;
    color: #000;
    border-color:#05CD77;
}.select2-selection {
    padding: 4px !important;
}

.forminator-design--default .forminator-repeater-action-icon {
    color: #575757 !important;
}

button.rpi-dot.active.s1 {
    background: #003998 !important;
    width: 35px !important;
}.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round {
    /* background: red !important; */
    background: #0039981C !important;
padding: 30px 30px 30px 30px !important;
border-radius:25px !Important;
}

/* Radio buttons: 4 items per column */
#radio-1 .forminator-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 12px;
}

/* Keep the heading across both columns */
#radio-1 .forminator-label {
    grid-column: 1 / -1;
}

/* Radio item */
#radio-1 .forminator-radio {
    display: flex;
    align-items: center;
    margin: 0 !important;
}
span#forminator-radiogroup-radio-1-6a8830cea3627-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #000 !important;
}
.forminator-label{
    color: #1D4179 !important;
    font-size: 16px !important;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;}



/* Checkbox group title/description */
#checkbox-1 .forminator-description {
    color: #1D4179 !important;
    font-size: 16px !important;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

/* Two-column checkbox layout */
#checkbox-1 .forminator-field[role="group"] {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 12px;
}

/* Keep the description across both columns */
#checkbox-1 .forminator-description {
    grid-column: 1 / -1;
}

/* Checkbox items */
#checkbox-1 .forminator-checkbox {
    margin: 0 !important;
    width: 100% !important;
}

/* Mobile: single column */
@media (max-width: 767px) {
    #checkbox-1 .forminator-field[role="group"] {
        grid-template-columns: 1fr;
        column-gap: 0;
        row-gap: 12px;
    }

    #checkbox-1 .forminator-description {
        font-size: 16px !important;
    }
}

/* ---------------------------------------------------------
   FONT
   --------------------------------------------------------- */

#html-1,
#html-2,
#html-1 *,
#html-2 * {
    font-family: "DM Sans", Sans-serif !important;
}


/* ---------------------------------------------------------
   MAIN CARD
   --------------------------------------------------------- */

#html-1 .forminator-field,
#html-2 .forminator-field {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 0 !important;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(15, 23, 42, 0.07);
}


/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

#html-1 .forminator-label,
#html-2 .forminator-label {
    display: block;
    margin: 0 !important;
    padding: 10px 20px !important;

    background: linear-gradient(
        135deg,
        #1e3a8a,
        #052F78
    );

    color: #ffffff !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.35;
    letter-spacing: 0.1px;
}


/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

#html-1 .forminator-field > p,
#html-2 .forminator-field > p {
    margin: 0 !important;
    padding: 10px 24px !important;

    color: #475569;

    font-size: 14px;
    line-height: 1.45;
}


/* ---------------------------------------------------------
   SECTION DIVIDERS
   --------------------------------------------------------- */

#html-1 .forminator-field > p:not(:first-of-type) {
    border-top: 1px solid #eef2f7;
}


/* ---------------------------------------------------------
   FIRST INTRODUCTION PARAGRAPH
   --------------------------------------------------------- */

#html-1 .forminator-field > p:first-of-type {
    padding-top: 18px !important;
    padding-bottom: 12px !important;
}


/* ---------------------------------------------------------
   IMPORTANT NOTICE ICON
   --------------------------------------------------------- */

#html-1 .forminator-field > p:first-of-type::before,
#html-2 .forminator-field > p:first-of-type::before {
    content: "ⓘ";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;

    margin-right: 7px;

    background: #dbeafe;
    color: #2563eb;

    border-radius: 50%;

    font-size: 13px;
    font-weight: 700;

    vertical-align: middle;
}


/* ---------------------------------------------------------
   FIRST SECTION HEADING
   --------------------------------------------------------- */

#html-1 .forminator-field > p:first-of-type strong {
    display: block;

    margin-bottom: 3px !important;

    color: #1e3a8a;

    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
}


/* ---------------------------------------------------------
   ALL STRONG TEXT
   --------------------------------------------------------- */

#html-1 .forminator-field strong,
#html-2 .forminator-field strong {
    color: #172554;
    font-weight: 700;
}


/* ---------------------------------------------------------
   GOOGLE ACCESS SECTIONS
   --------------------------------------------------------- */

#html-1 .forminator-field > p:nth-of-type(2),
#html-1 .forminator-field > p:nth-of-type(4) {
    background: #f8fafc;
}


/* ---------------------------------------------------------
   GOOGLE ANALYTICS & SEARCH CONSOLE
   Keep these sections compact
   --------------------------------------------------------- */

#html-1 .forminator-field > p:nth-of-type(5),
#html-1 .forminator-field > p:nth-of-type(6) {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 1.35;
}

#html-1 .forminator-field > p:nth-of-type(5) strong,
#html-1 .forminator-field > p:nth-of-type(6) strong {
    display: block;

    margin-bottom: 1px !important;

    color: #0f172a;

    font-size: 15px;
    line-height: 1.25;
}


/* ---------------------------------------------------------
   LOGIN SECTION
   --------------------------------------------------------- */

#html-1 .forminator-field > p:last-of-type {
    background: #f1f5f9;

    padding-top: 12px !important;
    padding-bottom: 14px !important;
}


/* ---------------------------------------------------------
   LINKS
   --------------------------------------------------------- */

#html-1 a,
#html-2 a {
    color: #2563eb !important;
    font-weight: 600;
    text-decoration: none;

    transition: color 0.2s ease;
}

#html-1 a:hover,
#html-2 a:hover {
    color: #1d4ed8 !important;
    text-decoration: underline;
}


/* ---------------------------------------------------------
   BR SPACING
   --------------------------------------------------------- */

#html-1 .forminator-field br,
#html-2 .forminator-field br {
    line-height: 1.1;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    #html-1,
    #html-2 {
        margin: 15px 0 !important;
    }

    #html-1 .forminator-field,
    #html-2 .forminator-field {
        border-radius: 12px;
    }

    #html-1 .forminator-label,
    #html-2 .forminator-label {
        padding: 14px 18px !important;
        font-size: 13px !important;
    }

    #html-1 .forminator-field > p,
    #html-2 .forminator-field > p {
        padding-left: 18px !important;
        padding-right: 18px !important;

        font-size: 13px;
        line-height: 1.45;
    }

    #html-1 .forminator-field > p:first-of-type {
        padding-top: 16px !important;
        padding-bottom: 10px !important;
    }

    #html-1 .forminator-field > p:nth-of-type(5),
    #html-1 .forminator-field > p:nth-of-type(6) {
        padding-top: 9px !important;
        padding-bottom: 9px !important;
    }
}
/*===========HOME PAGE Service ========  */

.service-alternating-grid .elementor-loop-container {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Row 1: item1 = 40%, item2 = 60% */
/* Row 2: item3 = 60%, item4 = 40% (opposite) */
/* Repeats every 4 items */

.service-alternating-grid .e-loop-item:nth-of-type(4n+2),
.service-alternating-grid .e-loop-item:nth-of-type(4n+3) {
    flex: 0 0 calc(45% - 15px) !important;
    width: calc(45% - 15px) !important;
}

.service-alternating-grid .e-loop-item:nth-of-type(4n+1),
.service-alternating-grid .e-loop-item:nth-of-type(4n+4) {
    flex: 0 0 calc(55% - 15px) !important;
    width: calc(55% - 15px) !important;
}
@media (max-width: 767px) {
    .service-alternating-grid .elementor-loop-container {
        flex-direction: column !important;
    }

    .service-alternating-grid .e-loop-item:nth-of-type(4n+1),
    .service-alternating-grid .e-loop-item:nth-of-type(4n+2),
    .service-alternating-grid .e-loop-item:nth-of-type(4n+3),
    .service-alternating-grid .e-loop-item:nth-of-type(4n+4) {
        flex: 0 0 100% !important;
        width: 100% !important;
    }
}
}
/*================Homepage two row icon css  */



/*=========EXTRA CSS====*/
.single-post br {
    display: none !important;
}
.postdata a {
    color: #B91C1C !important;
}.postdata a:hover {
    color: #05CD77 !important;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #B91C1C !important;
    color: #fff;
    text-decoration: none;
}

/* Desktop/tablet - 2 columns */
.tworow .elementor-icon-list-items {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 100px;
    row-gap: 12px;
}

.tworow .elementor-icon-list-item {
    display: flex !important;
    align-items: center;
    white-space: nowrap;
}

.tworow .elementor-icon-list-text {
    white-space: nowrap;
}

/* Mobile - 1 column */
@media (max-width: 767px) {
    .tworow ul.elementor-icon-list-items {
        display: grid !important;
        grid-template-columns: 1fr !important;
        column-gap: 0 !important;
        row-gap: 10px !important;
    }li .elementor-icon-list-icon {
    padding-top: 8px !important;
}
}
.post-faq-accordion {
    margin: 0px !important;
}
/*===========ABOUT=====*/

.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round {
    /* background: red !important; */
    /* background: red !important; */
    background: rgba(0, 57, 152, 0.11) !important;
}
.rpi .rpi-dots-wrap {
    padding-top: 25px !important;
}

.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round:hover {
    background-image: url("https://hostingnucleo.com/nj-local/wp-content/uploads/2026/09/Group.webp") !important;
    background-size:cover !important; 
    background-repeat: no-repeat !important; 
background-position:center center !important}
.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round:hover .wp-google-text{color:#fff !important;}
.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round:hover .wp-google-name{color:#fff !important;}
.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round:hover .wp-google-time{color:#fff !important;}
.rpi-flx.rpi-col12.grw-review-inner.grw-backgnd.grw-round:hover .rpi-stars::after {background-color:#fff !important;}

/* ====css custmoizer=== */

body:not(.elementor-editor-active) .elementor-widget-text-editor a,
body:not(.elementor-editor-active) .elementor-widget-theme-post-content a,
body:not(.elementor-editor-active) .entry-content a,
body:not(.elementor-editor-active) .wp-block-post-content a {
    color: #05CD77 !important;
}

/* Link hover color */
body:not(.elementor-editor-active) .elementor-widget-text-editor a:hover,
body:not(.elementor-editor-active) .elementor-widget-theme-post-content a:hover,
body:not(.elementor-editor-active) .entry-content a:hover,
body:not(.elementor-editor-active) .wp-block-post-content a:hover {
    color: #B91C1C !important;
}

/* Footer links - normal color */
body:not(.elementor-editor-active) .ftr a {
    color: #fff !important;
}

/* Footer links - hover color */
body:not(.elementor-editor-active) .ftr a:hover {
    color: #05CD77 !important;
}
/*====SERVICES PAGES SECTION==*/
/* 6-column grid */
.servicemaincard.e-con {
  display: grid !important;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  align-items: stretch;
}

/* Cards 1, 2, 3 = 3 cards in row 1 */
.servicemaincard.e-con > .servicecards {
  grid-column: span 2;
  width: auto !important;
}

/* Cards 4 and 5 = centered in row 2 */
.servicemaincard.e-con > .servicecards:nth-child(4) {
  grid-column: 2 / 4;
}

.servicemaincard.e-con > .servicecards:nth-child(5) {
  grid-column: 4 / 6;
}
@media (max-width: 1024px) and (min-width: 821px) {
  .servicemaincard.e-con {
    grid-template-columns: repeat(4, 1fr); /* 4 cols -> 2 cards per row */
  }

  /* reset every card to auto-flow, spanning 2 of 4 columns each */
  .servicemaincard.e-con > .servicecards {
    grid-column: span 2 !important;
  }

  /* card 5 is the odd one out — center it under cards 3 & 4 */
  .servicemaincard.e-con > .servicecards:nth-child(5) {
    grid-column: 2 / 4 !important;
  }
}
/* Mobile: stack cards */
@media (max-width: 820px) {
  .servicemaincard.e-con {
    grid-template-columns: 1fr;
  }

  .servicemaincard.e-con > .servicecards,
  .servicemaincard.e-con > .servicecards:nth-child(4),
  .servicemaincard.e-con > .servicecards:nth-child(5) {
    grid-column: 1 / -1;
  }
}

/* Forminator checkbox - 2 columns */
#checkbox-1 .forminator-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 10px;
}

/* Keep the description/title full width */
#checkbox-1 .forminator-description {
    grid-column: 1 / -1;
}

/* Checkbox items */
#checkbox-1 .forminator-checkbox {
    margin: 0 !important;
}#checkbox-1 .forminator-description {
    font-size: 15px !important;
    font-weight: 700 !important;
}

/* Mobile: single column */
@media (max-width: 767px) {
    #checkbox-1 .forminator-field {
        grid-template-columns: 1fr;
    }
}


.wp-google-text {
    font-family: "DM Sans", sans-serif !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.wp-gr .wp-google-time {
    font-family: "DM Sans", sans-serif !important;
    font-size: 14px !important;
}
.rpi-flx.rpi-col6 a {
    font-family: "Plus Jakarta Sans", Sans-serif !important;
}
.wp-gr .grw-review-inner>svg {
    position: absolute!important;
    top: 30px!important;
    right: 30px!important;
    width: 30px!important;
    height: 30px!important;
}


.e-n-accordion .elementor-element {
    border-width: 0px 1px 1px 1px !important;
}

@media (min-width: 1801px) {
    .elementor-113 .elementor-element.elementor-element-6a23db0:not(.elementor-motion-effects-element-type-background),
    .elementor-113 .elementor-element.elementor-element-6a23db0 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
        background-size: cover !important;
    }
}

.forminator-row.forminator-row-last {
    margin-bottom: 0px !important;
}
/* Change accordion icon to white on question hover */
.e-n-accordion-item-title:hover .e-closed svg path {
    stroke: white !important;
}
/* ============================================================
   POST FAQ ADMIN
   ============================================================ */

.post-faq-wrap {
	--faq-accent: #2271b1;
	--faq-accent-dark: #135e96;
	--faq-border: #e2e4e7;
	--faq-bg: #f6f7f7;
}

.post-faq-description {
	margin: 0 0 16px;
	color: #50575e;
	font-size: 13px;
}

.post-faq-rows {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.post-faq-row {
	background: #fff;
	border: 1px solid var(--faq-border);
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
	overflow: hidden;
	transition: box-shadow .15s ease, border-color .15s ease;
}

.post-faq-row:hover {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-color: #c3c4c7;
}

.post-faq-row-header {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 14px;
	background: var(--faq-bg);
	border-bottom: 1px solid var(--faq-border);
}

.post-faq-drag-handle {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	cursor: grab;
	opacity: .35;
	flex-shrink: 0;
}

.post-faq-drag-handle span {
	display: block;
	width: 14px;
	height: 2px;
	background: #1e1e1e;
	border-radius: 1px;
}

.post-faq-index-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 26px;
	height: 22px;
	padding: 0 6px;
	font-size: 11px;
	font-weight: 600;
	color: #fff;
	background: var(--faq-accent);
	border-radius: 999px;
	flex-shrink: 0;
}

.post-faq-row-title {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #1e1e1e;
	flex-grow: 1;
}

.post-faq-remove-row {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	background: transparent;
	border: none;
	color: #b32d2e;
	font-size: 12px;
	font-weight: 500;
	cursor: pointer;
	padding: 4px 8px;
	border-radius: 4px;
	transition: background .15s ease;
}

.post-faq-remove-row:hover {
	background: #fbeaea;
	color: #8a1f1f;
}

.post-faq-remove-row span[aria-hidden] {
	font-size: 16px;
	line-height: 1;
}

.post-faq-row-body {
	padding: 16px;
}

.post-faq-field {
	margin: 0 0 18px;
}

.post-faq-field:last-child {
	margin-bottom: 0;
}

.post-faq-field > label {
	display: block;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #50575e;
}

.post-faq-question-input {
	width: 100%;
	box-sizing: border-box;
	border-radius: 6px;
	border: 1px solid var(--faq-border);
	padding: 8px 10px;
	font-size: 14px;
	transition: border-color .15s ease, box-shadow .15s ease;
}

.post-faq-question-input:focus {
	border-color: var(--faq-accent);
	box-shadow: 0 0 0 1px var(--faq-accent);
	outline: none;
}


/* ============================================================
   WORDPRESS SIMPLE EDITOR
   ============================================================ */

.post-faq-answer-field .wp-editor-wrap {
	width: 100%;
}

.post-faq-answer-field .wp-editor-container {
	border: 1px solid #e2e4e7;
	border-radius: 6px;
	overflow: hidden;
}

.post-faq-answer-field .wp-editor-tools {
	margin: 0;
}

.post-faq-answer-field .mce-toolbar-grp {
	background: #f6f7f7;
	border-bottom: 1px solid #e2e4e7;
}

.post-faq-answer-field .mce-toolbar {
	padding: 4px;
}

.post-faq-answer-field .mce-btn {
	margin-right: 2px;
}

.post-faq-answer-field textarea.wp-editor-area {
	width: 100%;
	min-height: 160px;
	padding: 12px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
	resize: vertical;
	border: 0;
}

.post-faq-answer-field textarea.wp-editor-area:focus {
	outline: none;
	box-shadow: none;
}


/* ============================================================
   FOOTER
   ============================================================ */

.post-faq-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 18px;
	padding-top: 14px;
	border-top: 1px solid var(--faq-border);
}

.post-faq-add-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--faq-accent);
	color: #fff;
	border: none;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	border-radius: 6px;
	cursor: pointer;
	transition: background .15s ease, transform .1s ease;
}

.post-faq-add-btn:hover {
	background: var(--faq-accent-dark);
}

.post-faq-add-btn:active {
	transform: scale(.97);
}

.post-faq-add-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	font-size: 14px;
	line-height: 1;
}

.post-faq-count-label {
	font-size: 12px;
	color: #7c828d;
}


/* ============================================================
   ANIMATION
   ============================================================ */

.post-faq-row.post-faq-row-new {
	animation: postFaqRowIn .25s ease;
}

@keyframes postFaqRowIn {

	from {
		opacity: 0;
		transform: translateY(-6px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}

}

.post-faq-row.post-faq-row-removing {
	opacity: 0;
	transform: translateY(-4px);
	transition: opacity .18s ease, transform .18s ease;
}


/* ============================================================
   FRONT-END FAQ
   ============================================================ */

.post-faq-accordion {
	margin: 30px 0;
}

.post-faq-item {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	margin-bottom: 12px;
	overflow: hidden;
}

.post-faq-question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	border: none;
	cursor: pointer;
	padding: 16px 18px;
	font-size: 17px;
	font-weight: 600;
	text-align: left;
}

.post-faq-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	margin-left: 12px;
	transition: transform 0.7s ease;
}

.post-faq-item.active .post-faq-question {
	background: #f0f0f0;
}

.post-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.7s ease;
}

.post-faq-answer-inner {
	padding: 16px 18px;
	border-top: 1px solid #e2e2e2;
}


/* FAQ links */

.post-faq-answer-inner a {
	text-decoration: underline;
}

.post-faq-answer-inner a:hover {
	text-decoration: none;
}

.post-faq-answer-inner p:first-child {
	margin-top: 0;
}

.post-faq-answer-inner p:last-child {
	margin-bottom: 0;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 600px) {

	.post-faq-row-header {
		padding: 10px;
	}

	.post-faq-row-body {
		padding: 12px;
	}

	.post-faq-footer {
		flex-wrap: wrap;
		gap: 10px;
	}

}