/* ==========================================================================
   FAQ ACCORDION DESIGN
   ========================================================================== */

.page-id-347 .common-outer {
    position: relative;
}

.page-id-347 .common-outer {
    padding-bottom: 0 !important;
}

.page-id-347 .common-outer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 380px;
    height: 380px;
    background-image: url(../images/gun-transparent.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.page-id-347 .common-outer::after {
    content: "";
    position: absolute;
    top: 90px;
    right: 0;
    width: 380px;
    height: 380px;
    background-image: url(../images/gun-transparent.svg);
    background-repeat: no-repeat !important;
    background-position: right;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
}

.genral-acc-outer .e-con-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.genral-section h2.elementor-heading-title {
    margin-top: 0px !important;
}

.genral-acc-outer h2.elementor-heading-title {
    color: var(--headingcolor) !important;
    text-align: center;
    margin-bottom: 20px !important;
}

.general-acc {
    width: 100%;
}

.e-n-accordion {
    display: flex;
    flex-direction: column;
    gap: 0px;
}


.e-n-accordion-item {
    border: none !important;
    border-bottom: 1px solid rgba(44, 74, 107, 0.15) !important;
    background-color: transparent;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0;
    overflow: hidden;
    position: relative;
}


.e-n-accordion-item:not([open]):hover {
    border-bottom-color: var(--primarycolor) !important;
}

.general-acc .e-n-accordion-item[open] {
    background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(0 0 0) 180%);
    border-bottom: none !important;
    box-shadow: 0 12px 30px rgba(190, 141, 17, 0.25), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.general-acc .e-n-accordion-item[open]::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -40px;
    width: 120px;
    height: 120px;
    background-image: url('../images/eagle-trans.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
    transition: 0.5s ease;
}

.general-acc .e-n-accordion-item::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -120px;
    width: 120px;
    height: 120px;
    background-image: url('../images/eagle-trans.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: 0.5s ease;
}


.general-acc .e-n-accordion-item-title {
    padding: 22px 10px 22px 30px !important;
    gap: 35px !important;
    list-style: none !important;
    outline: none !important;
    border: none !important;
    user-select: none;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}


.general-acc .e-n-accordion-item-title::-webkit-details-marker,
.general-acc .e-n-accordion-item-title::marker {
    display: none !important;
}

.general-acc .e-n-accordion-item-title-text {
    font-family: var(--font-Montserrat) !important;
    font-size: 22px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    color: var(--headingcolor) !important;
    transition: color 0.3s ease, transform 0.3s ease;
    text-align: left;
}

.general-acc .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-text {
    color: var(--primarycolor) !important;
}

.general-acc .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: var(--whitecolor) !important;
    font-weight: 600 !important;
}

.general-acc .e-n-accordion-item-title-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.general-acc .e-n-accordion-item-title-icon svg {
    display: none !important;
}

.general-acc .e-n-accordion-item-title-icon::before,
.general-acc .e-n-accordion-item-title-icon::after {
    content: "";
    position: absolute;
    background-color: var(--headingcolor);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 1px;
}

.general-acc .e-n-accordion-item-title-icon::before {
    width: 20px;
    height: 2px;
}

.general-acc .e-n-accordion-item-title-icon::after {
    width: 2px;
    height: 20px;
}

.general-acc .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon::before,
.general-acc .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon::after {
    background-color: var(--primarycolor);
}

.general-acc .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    transform: rotate(45deg);
}

.general-acc .e-n-accordion-item[open] .e-n-accordion-item-title-icon::before,
.general-acc .e-n-accordion-item[open] .e-n-accordion-item-title-icon::after {
    background-color: var(--whitecolor) !important;
}

.e-n-accordion-item div[role="region"] {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 60px 30px 30px !important;
    transition: opacity 0.3s ease;
    border: none !important;
}

.general-acc .e-n-accordion-item[open] div[role="region"] p {
    color: var(--whitecolor) !important;
    font-size: 15.5px !important;
    line-height: 1.7 !important;
    margin-bottom: 0 !important;
    opacity: 0.95;
}

.general-acc .e-n-accordion-item[open] div[role="region"] ol,
.general-acc .e-n-accordion-item[open] div[role="region"] ul {
    margin: 15px 0 0 0 !important;
    padding-left: 20px !important;
}

.general-acc .e-n-accordion-item[open] div[role="region"] ol li,
.general-acc .e-n-accordion-item[open] div[role="region"] ul li {
    color: var(--whitecolor) !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    margin-bottom: 8px !important;
    list-style-position: outside !important;
}

.general-acc .e-n-accordion-item[open] div[role="region"] ul li::before {
    filter: brightness(0) saturate(100%) invert(100%) !important;
}

@media (max-width: 767px) {}

@media (max-width: 375px) {}


/* ========================================================================== 
 western-u-s-firearm-selling
 ========================================================================== */

.page-id-992 .common-outer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.western-states-con {
    display: flex;
    justify-content: center;
}

.western-states-out {
    background: var(--greencolor);
    position: relative;
}

.western-states-list {
    background: #04040438;
    padding: 90px 20px 20px 20px;
    position: relative;
}

.western-states-list .wstern-list-inner {
    display: flex;
    gap: 0px;
}

.western-states-out::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/map-pattern.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.western-states-list::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/map-icon.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 20%;
    bottom: 40px;
}

.western-states-list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
}

.western-seller-outer .three-steps::before {
    display: none !important;
}

.western-process {
    background: var(--violetcolor);
}

.western-process h2 {
    color: var(--whitecolor) !important;
}

.western-process .e-con-inner {
    padding-bottom: 60px;
}

.western-process .three-steps .step-process .step-num span {
    background-color: var(--violetcolor) !important;
    color: #ffffff !important;
    border: 2px solid #fff !important;
}

.western-process .three-steps::before {
    background-image: url(../images/who-we-line.svg) !important;
    filter: brightness(0) invert(1) !important;
}

.western-gray-outer {
    padding: 60px 0 40px;
}

.western-gray-outer .e-con-inner {
    background: var(--selection);
    padding: 20px 0px;
    width: 100% !important;
    max-width: 100% !important;
}

.western-gray-outer .e-con-inner h2 {
    color: var(--blackcolor) !important;
}

.western-gray-outer .e-con-inner .gray-head {
    text-align: left;
    width: 50%;
}

.western-gray-outer .e-con-inner .gray-con {
    width: 50%;
    padding-right: 20px;
}

.ready-to-sell-outer {
    padding: 40px 0 60px;
}

.ready-to-sell-outer .e-con-inner {
    padding: 40px;
    background: #476F9A;
    max-width: 90% !important;

}

.ready-to-sell-outer .e-con-inner .ready-to-sell-heading p {
    width: 100%;
}

.ready-to-sell-outer .e-con-inner .ready-to-sell-heading p::after,
.ready-to-sell-outer .e-con-inner .ready-to-sell-heading p::before {
    display: none !important;
}

.ready-btn-outer {
    background: var(--whitecolor);
    padding: 40px;
}

.ready-primary {
    display: flex !important;
    align-items: center !important;
}

.ready-btn-outer .second-primary {
    display: flex !important;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}






/* ========================================================================== 
 single-service-page
 ========================================================================== */

.single-service-content {
    padding-bottom: 0;
    padding-top: 0;
}

.welcome-service-inner .e-con-inner {
    padding-bottom: 60px !important;
}

.single-service-content .firearm-outer {
    padding: 60px 0;
}


.firearm-outer .firearm-con {
    background: #ffffff38;
    padding: 20px;
}

.firearm-outer .firearm-con h3 {
    margin-top: 0;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.legal-service {
    display: flex;
    gap: 50px;
}

.legal-service .e-con-inner::before {
    position: absolute;
    content: "";
    background-image: url(../images/about-circle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 340px;
    height: 340px;
    background-position: center;
    top: 0;
    left: -161px;
    opacity: 0.5;
    z-index: -1;
}

.legal-service .e-con-inner .home-about-img::before {
    display: none !important;
}

.single-service-content .e-con-inner {
    padding-top: 50px;
    padding-bottom: 50px;
}

.single-service-content .inherited-service-outer::before {
    background-size: cover !important;
}

.single-service-content .inherited-content {
    width: 60%;
    background: #fff;
    padding: 30px;
}

.single-service-content .holding-service-outer {
    background: var(--headingcolor);
}

.single-service-content .holding-service-outer .e-con-inner {
    display: flex;
    flex-direction: row-reverse !important;
    gap: 50px;
}

.page-id-2523 .holding-service-outer .e-con-inner {
    display: flex;
    flex-direction: row !important;
    gap: 50px;
    padding: 50px 0;
}

.single-service-content .inherited-content h3 {
    margin-top: 0;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.single-service-content .found-service .found-left h2 {
    margin-top: 0px;

}

.single-service-content .found-content {
    padding: 30px;
}

.single-service-content .found-content h3 {
    margin-top: 0;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.found-service .e-con-inner {
    gap: 50px;
}

.page-id-2523 .found-service .e-con-inner {
    gap: 50px;
    padding: 50px 0;
}

.holding-service-outer .holding-service-con h3 {
    margin-top: 0;
    text-transform: capitalize;
    transition: 0.5s ease;
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.holding-service-con {
    gap: 0px;
}

.service-transferred .transferred-img-out {
    gap: 50px;
}

.service-transferred .e-con-inner::before {
    top: 50px;
    right: -50px;
    opacity: 0.2;
}

/* .legal-service .home-about-con ul {
    margin-left: 0 !important;
} */

.home-about.legal-service .e-con-inner .home-about-con .home-about-content {
    padding-left: 0px;
}

.single-service-content .home-about.legal-service {
    overflow: hidden;
}

.single-service-content .home-about.legal-service .e-con-inner {
    position: relative;
    overflow: visible;
}

.service-green p {
    margin-top: 25px;
}

.service-green {
    padding: 30px 10px;

}



.single-service-content .service-transferred {
    overflow: hidden;
}

.single-service-content .home-about .e-con-inner .home-about-con {
    padding-top: 30px !important;
}


/* .service-box {
    padding: 15px;
    border: 1px solid #7A7A7A;
} */
.service-box {
    background: #fff;
    padding: 9px 12px 9px 88px;
    box-shadow: 0 0 20px 0 #d3cdcd;
    position: relative;
    margin-top: 15px;
    z-index: 9;
}

.service-box::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    /* background-image: url(../images/test-icon1.svg); */
    /* background-image: url(../images/about-circle.svg); */
    background-image: url(../images/eagle-trans1.svg);
    /* background-image: url(../images/verify2.png); */
    background-repeat: no-repeat;
    left: 7px;
    object-fit: contain;
    top: 10px;
    z-index: 9;
    /* filter: brightness(0) saturate(100%) invert(63%) sepia(100%) saturate(435%) hue-rotate(358deg) brightness(86%) contrast(92%); */
    transition: 0.5s;
}

.service-box::after {
    position: absolute;
    content: '';
    height: 120px;
    top: 0;
    width: 96px;
    box-shadow: 0 4px 20px rgb(187, 174, 218);
    background: #7F71A1;
    /* z-index: 99; */
    border-radius: 0 0 100px 0;
    left: 0;
}

.get-start-out .get-start a {
    box-shadow: rgb(0 0 0 / 29%) 0px 1px 9px;

}

.service-box p:last-child {
    margin-bottom: 0 !important;
}

.quick-table-outer .quick-table-content table {
    width: 92%
}

.single-service-content .home-contact .e-con-inner {
    padding-bottom: 0 !important;
}



.single-service-content .home-about .e-con-inner {
    padding-bottom: 55px !important;
}


.appraisal-wrap h2 {
    color: #2c4a6b !important;
    margin-top: 0;
}

.postid-192 .surrender-head .e-con-inner {
    padding-top: 90px !important;
}

.postid-192 .surrender-head .e-con-inner::before {
    top: 45%;
}




/* .three-services h2.elementor-heading-title.elementor-size-default {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px !important;
    color: var(--whitecolor);
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 30px;
    text-decoration: none !important;
    line-height: 48px;
} */
.three-services h2.elementor-heading-title.elementor-size-default {
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px !important;
    color: var(--whitecolor);
    font-family: var(--font-Nunito) !important;
    font-weight: 600;
    font-size: 30px !important;
    text-decoration: none !important;
    line-height: 45px;
}

.three-services .service-item {
    padding: 50px 30px 105px 30px;
    position: relative;
    display: block;
    text-decoration: none !important;
    transition: 0.3s;
}

.three-services .appraisel {
    background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(0 0 0) 180%);
    width: 30%;
}

.three-services .appraisel:hover {
    background: linear-gradient(180deg, rgb(206 149 0) 40%, rgb(206 149 0) 180%)!important;
    width: 30%;
}

.three-services .service-item p {
    color: #fff !important;
    text-decoration: none !important;
}

.three-services.services-home-wrapper {
    display: flex;
    padding-top: 40px;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    flex-direction: unset;
}

.three-services.services-home-wrapper .collection {
    width: 30%;
    background: linear-gradient(rgb(218, 76, 3) 40%, rgb(0, 0, 0) 180%);
}

.three-services.services-home-wrapper .collection:hover {
    width: 30%;
    background: linear-gradient(rgb(218, 76, 3) 40%, rgb(218, 76, 3) 180% ) !important;
}


.three-services.services-home-wrapper .ammunition {
    width: 30%;
    background: linear-gradient(180deg, #0f8ec4 40%, rgb(0 0 0) 180%) !important
    
}

.three-services.services-home-wrapper .ammunition:hover {
    width: 30%;
    background: linear-gradient(180deg, #0f8ec4 40%, #0f8ec4 180%) !important
}

.three-services.services-home-wrapper .service-item::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../images/circle-btn.svg);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 38px;
    left: 38px;
    top: auto;
    right: auto;
    transition: 0.3s;
}

.three-services.services-home-wrapper .service-item:hover:before {
    transform: rotate(-55deg);
}

.three-services.services-home-wrapper .service-item::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -120px;
    width: 120px;
    height: 120px;
    background-image: url(../images/eagle-trans.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    opacity: 0;
    pointer-events: none;
    z-index: 0;
    transition: 0.5s ease;
}

.three-services.services-home-wrapper .service-item:hover::after {
    bottom: -40px;
    opacity: 0.5;
    transition: 0.5s ease;
}

.three-service-outer {
    padding-bottom: 15px;
}

.cp-safe {
    gap: 0;
}

.cp-families p {
    color: white !important;
}

.cp-families {
    margin-top: 0 !important;
}

.three-service-outer .e-con-inner {
    padding-bottom: 20px !important;
}

.home-about .e-con-inner .home-about-con .heading-three-tag h3 {
    line-height: 35px;
    font-family: "Montserrat" !important;
    text-transform: capitalize;
    font-weight: 500;
    padding-right: 10px;
    margin-top: 0;
    font-size: 24px;
    color: var(--blackcolor);
}

.page-id-1763 .common-outer {
    padding-top: 0;
}

.sft-about {
    padding-bottom: 40px !important;
}

.three-block-outer.three-clo-sec .e-con-inner .second-block {
    padding: 40px 20px;
    background: linear-gradient(rgb(90, 81, 113) 19%, rgb(136, 108, 33) 79%);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 44%;
    padding-bottom: 0;
}

.page-id-1763 .firearm-outer .handling-img {
    display: flex;
    justify-content: flex-end;
}

.page-id-1763 .firearm-outer .handling-content {
    margin-bottom: 50px !important;
}

.page-id-1763 .firearm-outer .e-con-inner {

    align-items: flex-end !important;
}

/* Hide conditional field for 'Other' estate role by default */
.estate-role-other-wrapper,
.firearm-1-type-other-wrapper,
.firearm-1-accessories-other-wrapper {
    display: none;
}