/*

Theme Name: Federal Prison

Theme URI: https://generatepress.com

Description: Child theme for GeneratePress

Template: generatepress

Author: Federal Prison Team

Version: 1.0

*/


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea {
    font-family: 'Poppins', sans-serif;
}

body
{
	background:#fff !important;
	font-family: 'Poppins', sans-serif;
}


.package-card-service img {
    position: relative;
    width: 190px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.package-card-service {
    border: 1px solid #0e2a57;
    border-radius: 6px;
    text-align: center;
    padding: 25px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*background: url(/wp-content/uploads/2026/06/opacty.png) center center no-repeat;
    background-size: 63%;*/
}
.package-card-service h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 10px;
    font-weight: 600;
}
.package-card-service .price {
    font-size: 28px;
    font-weight: 700;
    color: #0e2a57;
    margin-bottom: 15px;
}
.package-grid-service {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .package-grid-service {
        grid-template-columns: 1fr;
    }
}



.footer-logo img {
    max-width: 180px !important;
    margin-bottom: 20px;
}

.footer-logo {
    text-align: center;
}

.fa-angle-left:before {
    position:relative;
    top: -3px;
    right: -3px;
}

.fa-angle-right:before {
    position: relative;
    top: 2px;
    right: 2px;
}

.header-buttons {
    position: absolute;
    right: 274px;
    top: 19px;
    z-index: 999;
    display: flex;
    gap: 12px;
}

.inside-header {
    padding: 20px 15px;
    box-sizing: border-box;
}

.site-logo {
    position: absolute;
    top: 0px;
    z-index: 99;
}

.contact-number {
    position: fixed;
    top: 14%;
    right: 0;
    z-index: 999;
    background: #c8953f;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}
.contact-number a
{
	color:#fff;
	text-decoration:none;
}

.contact-number a:hover
{
	text-decoration:underline;
}
.grid-container {
    max-width: 1300px;
}

.container.grid-container {
    width: 100%;
    max-width: 100%;
}

.container-con {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.header-buttons .btn {
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

a.btn.payment-btn:hover,a.btn.consult-btn:hover {
    background: #1D3458;
	color:#fff;
}

.payment-btn{
	background:#b88933;
	color:#fff;
}

.consult-btn{
	background:#0c4ea2;
	color:#fff;
	border:2px solid #1d7fff;
}

.payment-btn:hover,
.consult-btn:hover{
	opacity:0.9;
}

.nav-float-right #site-navigation {
    margin-left: 29%;
}

.hero-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-image img {
    width: 500px;
}

.main-navigation a {
    font-size: 18px;
}

.custom-law-footer{
    background:#07265c;
    padding:60px 0 25px;
    color:#fff;
}

.footer-container{
    max-width:1300px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:50px;
    padding:0 20px;
}

.footer-left {
    flex: 1;
    max-width: 220px;
}

.footer-logo img{
    max-width:90px;
    margin-bottom:20px;
}

.footer-left p{
    color:#cfd6e4;
    font-size:14px;
    line-height:1.8;
    max-width:240px;
}

.footer-center{
    flex:1;
    text-align:center;
}

.footer-center h2{
    color:#fff;
    font-size:42px;
    font-weight:600;
    line-height:1.3;
    margin-bottom:25px;
}

.footer-social{
    display:flex;
    justify-content:center;
    gap:20px;
}

.footer-social a{
    color:#fff;
    font-size:22px;
    text-decoration:none;
}

.footer-right{
    width:280px;
}

.footer-box{
    background:#d9a441;
    padding:15px 20px;
    border-radius:6px;
    margin-bottom:15px;
}

.footer-box span{
    display:block;
    font-size:13px;
    color:#fff;
}

.footer-box h4{
    margin:5px 0 0;
    color:#fff;
    font-size:18px;
}

.footer-bottom{
    max-width:1300px;
    margin:40px auto 0;
    padding:20px;
    border-top:1px solid rgba(255,255,255,.15);
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-menu{
    display:flex;
    list-style:none;
    margin:0;
    padding:0;
    gap:40px;
}

.footer-menu a{
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.footer-copy{
    font-size:13px;
    color:#cfd6e4;
}

.site-content
{
	display:block;
}

/*Banner-Section*/

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family: 'Poppins', sans-serif;
}

.hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    /*background: url(/wp-content/uploads/2026/06/banner.png) center center / cover no-repeat;*/
	background:rgb(7 13 24);
    overflow: hidden;
    width: 100%;
}

.package-card img {
    position: relative;
    width: 90px;
    top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.overlay{
    /*position:absolute;
    inset:0;*/
    background:rgba(15,35,75,0.55);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:100%;
    padding-left:60px;
    color:#fff;
}

.logo{
    width:130px;
    margin-bottom:30px;
}

.tagline{
    font-size:20px;
    margin-bottom:20px;
    font-weight:400;
}

.hero h1{
    font-size:58px;
    line-height:1.15;
    font-weight:500;
    margin-bottom:10px;
}

.btn{
    display:inline-block;
    background:#c8953f;
    color:#fff;
    text-decoration:none;
    padding:16px 32px;
    border-radius:6px;
    transition:0.3s;
}

.btn:hover{
    background:#b5832f;
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
    z-index: 1;
    pointer-events: none;
}

.hero .hero-content {
    position: relative;
    z-index: 2;
}
.hero::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
/*Banner-Section*/

/*About-Section*/

.about-section{
    padding:80px 20px;
    text-align:center;
    background:#ffffff;
}

.container{
    max-width:1300px;
    margin:0 auto;
}

.section-title{
    font-size:54px;
    font-weight:700;
    color:#0c295c;
    margin-bottom:40px;
    line-height:1.2;
}

.about-heading{
    font-size:36px;
    font-weight:700;
    color:#0c295c;
    margin-bottom:25px;
}

.about-text{
    max-width:700px;
    margin:0 auto 20px;
    color:#555;
    font-size:15px;
    line-height:1.9;
}

.learn-btn{
    display:inline-block;
    margin-top:20px;
    padding:12px 30px;
    background:#17386c;
    color:#fff;
    text-decoration:none;
    border-radius:5px;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.learn-btn:hover{
    background:#0d2b59;
}

.services-section{
    padding:0px 20px 0px ;
    text-align:center;
}

.icon img {
    width: 60px;
}
/*About-Section*/


.mission-disclaimer {
    padding: 80px 20px;
}

.mission-disclaimer .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.mission-disclaimer .box {
    flex: 1;
}

.mission-disclaimer h2 {
    font-size: 42px;
    font-weight: 700;https://ybs.44d.mytemp.website/federal-prison/wp-admin/edit.php?post_type=page
    color: #0f2b57;
    margin-bottom: 25px;
    text-align: center;
}

.mission-disclaimer p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: center;
    margin-bottom: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mission-disclaimer .container {
        flex-direction: column;
        gap: 50px;
    }

    .mission-disclaimer h2 {
        font-size: 32px;
    }

    .section-title{
        font-size:38px;
    }

    .about-heading{
        font-size:28px;
    }

    .about-text{
        font-size:14px;
        line-height:1.8;
    }
    .hero{
        min-height:600px;
    }

    .hero-content{
        padding:30px;
    }

    .hero h1{
        font-size:38px;
    }

    .tagline{
        font-size:16px;
    }

    .footer-container{
        flex-direction:column;
        text-align:center;
    }

    .footer-left p{
        max-width:100%;
    }

    .footer-right{
        width:100%;
    }

    .footer-bottom{
        flex-direction:column;
        gap:20px;
    }

    .footer-menu{
        flex-wrap:wrap;
        justify-content:center;
    }

    .footer-center h2{
        font-size:32px;
    }
}

/* HOW IT WORKS */

.how-it-works{
    padding:80px 20px 120px;
}

.how-container{
    max-width:1300px;
    margin:auto;
    background:#e5ddd0;
    border-radius:8px;
    text-align:center;
    padding:40px 40px 120px;
    position:relative;
}

.how-container h2{
    font-size:56px;
    color:#0d2b5c;
    margin-bottom:10px;
    font-weight:700;
}

.sub-title{
    color:#c48b2b;
    font-size:28px;
    font-weight:500;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    width: 100%;
    bottom: -126px;
}

.step-card{
    width:280px;
    background:#0d2b5c;
    color:#fff;
    border-radius:6px;
    padding:30px 20px;
}

.step-card .icon{
    font-size:40px;
    margin-bottom:15px;
}

.step-card h3{
    font-size:24px;
    margin-bottom:10px;
}

.step-card p{
    font-size:14px;
    line-height:1.6;
}


/* WHY CHOOSE US */

.why-choose-us {
    position: relative;
    padding: 50px 20px 50px;
    margin-top: 90px;
}

.why-choose-us .overlay {
    position: absolute;
    inset: 0;
    background: url(/wp-content/uploads/2026/06/why-faimily.png) center center / cover no-repeat;
}

.why-choose-us .content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.why-choose-us h2 {
    margin-bottom: 50px;
    font-weight: bold !important;
    color: #0C244B;
    font-size: 65px;
}

.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
    max-width: 1300px;
    margin: 0 auto;
}

.feature {
    text-align: center;
}

.feature-icon {
    margin-bottom: 15px;
}

.feature-icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
}

.feature p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
}

/* Bottom row center */
.feature:nth-child(5) {
    grid-column: 2;
}

.feature:nth-child(6) {
    grid-column: 3;
}

.help-section {
    padding: 90px 20px;
}

.help-title {
    text-align: center;
    font-size: 56px;
    font-weight: 700;
    color: #0f2959;
    margin-bottom: 60px;
    line-height: 1.2;
}

.help-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.help-card {
    position: relative;
    min-height: 290px;
    border: 1px solid #d8b77a;
    border-radius: 4px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.card-overlay{
    position: absolute;
    inset: 0;
}

.card-content {
    position: relative;
    z-index: 2;
    padding: 28px 22px;
    text-align: center;
}

.card-content h3 {
    color: #0f2959;
    font-size: 23px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
}

.card-content p {
    color: #222;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}
.hero h1 {
    width: 60%;
    font-weight: bold;
}


.wpcp-carousel-section.nav-vertical-center .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    background: #0C244B !important;
    font-size: 44px !important;
    padding: 30px !important;
    border-radius: 50%;
}

#sp-wp-carousel-free-id-394.sp-wpcp-394 .swiper-button-prev i, #sp-wp-carousel-free-id-394.sp-wpcp-394 .swiper-button-next i
{
	color:#fff !important;
}
#sp-wp-carousel-free-id-394.sp-wpcp-394 .wpcp-swiper-dots .swiper-pagination-bullet.swiper-pagination-bullet-active
{
	 background: #0C244B !important;
}
.wpcp-single-item {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 10px;
}

.swiper-slide {
    width: 500px !important;
    height: auto;
}

.wpcp-product-carousel .wpcp-single-item .wpcp-product-title {
    margin: 0;
    font-size: 29px !important;
    line-height: 40px !important;
    font-weight: 500;
}

.wpcp-product-price {
    margin: 10px 0;
    color: #B7893D;
    text-align: center;
}

.wpcp-product-price span {
    font-weight: 600;
    font-size: 40px;
    line-height: 30px;
}

p.bottom-tagline {
    font-size: 22px;
    width: 60%;
}

.wpcp-carousel-section.wpcp-product-carousel .wpcp-cart-button a.button {
    background: #b7893d;
    color: #fff;
    border: 1px solid #d1d1d1;
    font-weight: 500;
    padding: 11px 25px;
    line-height: 25px;
    display: inline-block;
    font-size: 16px;
    margin: 10px 0;
}


img.skip-lazy {
    height: 100px;
    display: flex;
    position: relative;
    width: 239px;
    background: #040c18;
}
.wpcp-carousel-section .wpcp-slide-image
{
	background: #040c18;
}

/* services */

.services-package {
    padding: 80px 0;
    background: #fff;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.package-card {
    border: 1px solid #0e2a57;
    border-radius: 6px;
    text-align: center;
    padding: 25px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: url(/wp-content/uploads/2026/06/opacty.png) center center no-repeat;
    background-size: 63%;
}

.package-card h3 {
    font-size: 24px;
    line-height: 1.3;
    color: #111;
    margin-bottom: 10px;
    font-weight: 600;
}

.package-card .price {
    font-size: 28px;
    font-weight: 700;
    color: #0e2a57;
    margin-bottom: 15px;
}

.package-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 20px;
}

.package-btn {
    display: inline-block;
    background: #0e2a57;
    color: #fff;
    padding: 10px 25px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    width: 180px;
    margin: 0 auto;
}

.package-btn:hover {
	text-decoration:underline;
	color:#fff !important;
}

.package-bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.package-featured {
    max-width: 500px;
    width: 100%;
}

.mission-service {
    padding: 50px 20px;
}

.mission-service h2 {
    font-size: 65px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
    color: #0C244B;
}

.mission-service p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
    text-align: center;
    width: 70%;
    margin: 20px auto;
}

.mission-service .box-service {
    flex: 1;
}

.service h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 60px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0C244B;
}

.service {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2026/06/service-banner.png) center center / cover no-repeat;
    overflow: hidden;
    width: 100%;
}

.footer-box a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
a.number {
    font-size: 20px;
}

.footer-box a:hover {
    color: #07265c;
    text-decoration: underline;
}

.container-service {
    max-width: 1300px;
    margin: 0 auto;
	padding:0 20px;
}


/*Banner-Section*/
.about{
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background: url(/wp-content/uploads/2026/06/Rectangle-422.png) center center / cover no-repeat;
    overflow: hidden;
    width: 100%;
}

.about-content{
    position:relative;
    z-index:2;
    max-width:100%;
    text-align:center;	  
}


.about h1{
    font-weight: 600;
    font-size: 55px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
		color: #0C244B;
}
.about p{
font-weight: 400;
font-style: Regular;
font-size: 23px;
line-height: 45px;
letter-spacing: 0%;
text-transform: capitalize;
}

/*Banner-Section*/


.about-law-section {
    padding: 90px 0;
}

h2.faq-title {
    font-weight: 300;
    font-size: 55px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
	  text-align:center;
}

section.faq-section {
    padding: 50px 0;
}

.about-law-wrap {
    display: flex;
    align-items: center;
    gap: 70px;
}

.about-law-image {
    position: relative;
    width: 42%;
}

.about-law-image img {
    width: 100%;
    display: block;
}

.law-badge {
    position: absolute;
    top: -35px;
    right: 20px;
    width: 70px;
    height: 70px;
}

.law-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about-law-content {
    width: 58%;
}

.about-law-content .sub-title {
    display: block;
    font-size: 25px;
    color: #c89b57;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.4;
}

.about-law-content h2 {
    font-size: 53px;
    line-height: 1.15;
    color: #0f2d5c;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-law-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #555;
    margin-bottom: 25px;
}

/*inner-pages*/

/* Section Headings */
.wpcf7-form h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 20px;
    color: #0f2d5c;
    text-transform: uppercase;
}

/* Inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-sizing: border-box;
}

.wpcf7-form textarea {
    height: 140px;
    resize: vertical;
}

/* Radio Buttons */
.wpcf7-form .wpcf7-radio {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

/* Documents Provided Checkboxes */
.wpcf7-form .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
    margin: 15px 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.wpcf7-form .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

/* Acknowledgement Checkboxes */
.wpcf7-acceptance {
    display: block;
    margin-bottom: 12px;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

/* Labels */
.wpcf7-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #222;
}

/* Submit Button */
.wpcf7-submit {
    background: #c89b57;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    opacity: 0.9;
}
input[type="radio"] {
    width: 20px;
    height: auto;
}

.wpcf7-form .wpcf7-radio {
    display: flex;
    gap: 0px;
    margin: 10px 0 0px;
    width: 20%;
}
input[type="checkbox"] {
    width: 25px;
    height: 25px;
}
input.wpcf7-form-control.wpcf7-file {
    border: 0;
	  height:auto;
}

.sign {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sign h4 {
    margin: 0 !important;
}

.sign input
{
	height:50px;
}

.client-acknow h4 {
    margin: 0 0 20px;
    color: #0f2d5c;
    font-size: 20px;
    font-weight: 700;
}

.client-acknow .ack-item {
    margin-bottom: 15px;
}

.client-acknow .wpcf7-list-item {
    margin: 0;
    display: block;
}
input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
}

.client-acknow label {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 15px;
}

.client-acknow .wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
}

.client-acknow input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.client-acknow .ack-item:last-child {
    margin-bottom: 0;
}
/* Mobile */
@media (max-width: 768px) {

    .wpcf7-form .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }

    .wpcf7-form .wpcf7-radio {
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

}


.wharfside-container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
}

.federal-prison h1 {
    font-size: 36px;
    line-height: 45px;
}

.federal-prison-content h2 {
    font-size: 30px;
    line-height: 40px;
}

.federal-prison-content h3 {
    font-size: 25px;
    line-height: 35px;
}

.federal-prison-content h4 {
    font-size: 20px;
    line-height: 30px;
}

.federal-prison-content h5 {
    font-size: 18px;
    line-height: 28px;
}

.federal-prison-content h6 {
    font-size: 16px;
    line-height: 25px;
}

.federal-prison-content ol li {
    list-style: decimal;
}

.federal-prison-content ul li {
    list-style: disc;
}

.federal-prison-content ol,
.federal-prison-content ul {
    padding-left: 0px;
}

.federal-prison {
    font-size: 17px;
    padding-top: 90px;
    padding-bottom: 20px;
    line-height: 25px;
}

.federal-prison-container {
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
    padding: 0px;
}
ul.motion-inner li
{
	list-style:none;
	margin:0;
}
ul.motion-inner {
    margin: 0 30px;
}
/*inner-pages*/

/* Tablet */
@media (max-width: 991px) {

    .about-law-wrap {
        flex-direction: column;
        gap: 40px;
    }

    .about-law-image,
    .about-law-content {
        width: 100%;
    }

    .about-law-content h2 {
        font-size: 46px;
    }

    .about-law-content .sub-title {
        font-size: 22px;
    }
}

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

    .about-law-content h2 {
        font-size: 34px;
    }

    .about-law-content .sub-title {
        font-size: 18px;
    }

    .about-law-content p {
        font-size: 15px;
    }
}

/* FAQ Container */
div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
    float: right !important;

}

/* Hide default "a" icon */
.ewd-ufaq-post-margin-symbol span {
    display: none !important;
}

/* Default + icon */
.ewd-ufaq-post-margin-symbol::before {
    content: "+";
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    color: #0f2d5c;
    line-height: 1;
}

/* Open FAQ = - icon */
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol::before,
.ewd-ufaq-faq-open .ewd-ufaq-post-margin-symbol::before {
    content: "-";
}

/* FAQ Container */
.ewd-ufaq-post-margin{
    border: none !important;
    margin-bottom: 15px !important;
    box-shadow: none !important;
}

/* Question */
.ewd-ufaq-faq-title{
    background: transparent !important;
    border-left: 3px solid #16325c;
    padding: 15px 20px !important;
    font-size: 18px !important;
    font-weight: 500;
    color: #111 !important;
}

/* Open Question */
.ewd-ufaq-faq-title.active,
.ewd-ufaq-faq-title:hover{
    color: #16325c !important;
}

/* Answer Box */
.ewd-ufaq-faq-body{
    background: #c99942 !important;
    color: #fff !important;
    padding: 15px 20px !important;
    margin-left: 3px;
}

/* Arrow */
.ewd-ufaq-symbol{
    float: right;
    color: #111 !important;
    font-size: 18px !important;
}
.faq-heading{
    text-align:center;
    margin-bottom:40px;
}

.faq-heading h2{
    font-size:48px;
    font-weight:400;
    color:#222;
}

.faq-heading span{
    color:#16325c;
    font-weight:700;
}
.ewd-ufaq-faq-title-text
{
	font-weight: 500;
	font-style: Medium;
	font-size: 24px;
	line-height: 35px;
	letter-spacing: 0%;
	color:#000;
}
.ewd-ufaq-post-margin.ewd-ufaq-faq-post p
{
	margin-bottom:0;
}
.faq-container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
	 padding:0 20px;
	box-sizing:border-box;
}
.service::before,.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

/*contact-page*/

.contact {
position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    background: url(/federal-prison/wp-content/uploads/2026/06/contact.png) center center / cover no-repeat;
    overflow: hidden;
    width: 100%;
}

.contact h1 {
    font-weight: 600;
    font-size: 55px;
    line-height: 27px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #0C244B;
}
.contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 0.25) 70%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
    pointer-events: none;
}

.contact-form h3 {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.contact-form p {
    font-weight: 400;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0%;
    text-transform: capitalize;
	  margin:10px 0;
}

.contact-form span {
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0%;
    text-transform: capitalize;
}

form.wpcf7-form.init p
{
	margin:20px 0;
}
.contact-form {
    padding: 90px 20px;
	  background: url(/wp-content/uploads/2026/06/contact-bg.png) center center / cover no-repeat;
	 box-sizing:border-box;
}
.underline {
    border: 3px solid #B7893D;
    width: 223px;
    margin-bottom: 20px;
}

.wpcf7-form input,
.wpcf7-form textarea{
    width:100%;
    padding:12px;
    border:1px solid #cfcfcf;
    margin-bottom:12px;
}

.wpcf7-list-item{
    display:inline-block;
    width:32%;
    margin-bottom:12px;
}

.wpcf7-submit{
    background:#0d2b57;
    color:#fff;
    border:none;
    padding:12px 30px;
    cursor:pointer;
}

.wpcf7-form-control-wrap[data-name="service-category"] .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
}

.wpcf7-form-control-wrap[data-name="service-category"] .wpcf7-list-item {
    display: flex;
    align-items: center;
    margin: 0;
    width: 100%;
}

.wpcf7-form-control-wrap[data-name="service-category"] .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    cursor: pointer;
}

.wpcf7-form-control-wrap[data-name="service-category"] input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin: 0;
}
@media (max-width: 768px) {
    .wpcf7-form-control-wrap[data-name="service-category"] .wpcf7-form-control {
        grid-template-columns: 1fr;
    }
}

.wpcf7-form input, .wpcf7-form textarea {
    width: 100%;
    height: 50px;
    border: 1px solid #0C244B;
    padding: 0 12px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 8px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}
.wpcf7-form textarea {
    height: 180px;
    padding: 12px;
    margin: 20px 0;
}

.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: #444;
    opacity: 1;
}

.wpcf7-form h4 {
    margin: 25px 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
div#wpcf7-f582-o1 {
    margin: 50px 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 180px;
    height: 50px;
    border: 1px solid #0C244B;
    padding: 0 12px;
    font-size: 27px;
    margin-bottom: 8px;
    box-sizing: border-box;
    background: #0C244B;
    border-radius: 10px;
	  color:#fff;
}

span.wpcf7-list-item span {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.wpcf7-form-control-wrap[data-name="service-category"] input[type="checkbox"] {
    width: 18px;
    height: 18px;
}

/* Section Headings */
.wpcf7-form h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 35px 0 20px;
    color: #0f2d5c;
    text-transform: uppercase;
}

/* Inputs */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form textarea {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid #d7d7d7;
    background: #fff;
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    box-sizing: border-box;
}

.wpcf7-form textarea {
    height: 140px;
    resize: vertical;
}

/* Radio Buttons */
.wpcf7-form .wpcf7-radio {
    display: flex;
    gap: 20px;
    margin: 10px 0 20px;
}

.wpcf7-form .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

/* Documents Provided Checkboxes */
.wpcf7-form .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px 20px;
    margin: 15px 0;
}

.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
    width: 100%;
}

.wpcf7-form .wpcf7-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.4;
}

/* Acknowledgement Checkboxes */
.wpcf7-acceptance {
    display: block;
    margin-bottom: 12px;
}

.wpcf7-acceptance label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.5;
}

/* Labels */
.wpcf7-form label {
    display: block;
    font-weight: 500;
    margin-bottom: 8px;
    color: #222;
}

/* Submit Button */
.wpcf7-submit {
    background: #c89b57;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.3s;
}

.wpcf7-submit:hover {
    opacity: 0.9;
}
input[type="radio"] {
    width: 20px;
    height: auto;
}

.wpcf7-form .wpcf7-radio {
    display: flex;
    gap: 0px;
    margin: 10px 0 0px;
    width: 20%;
}
input[type="checkbox"] {
    width: 25px;
    height: 25px;
}
input.wpcf7-form-control.wpcf7-file {
    border: 0;
	  height:auto;
}

.sign {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sign h4 {
    margin: 0 !important;
}

.sign input
{
	height:50px;
}

.client-acknow h4 {
    margin: 0 0 20px;
    color: #0f2d5c;
    font-size: 20px;
    font-weight: 700;
}

.client-acknow .ack-item {
    margin-bottom: 15px;
}

.client-acknow .wpcf7-list-item {
    margin: 0;
    display: block;
}
input.wpcf7-form-control.wpcf7-text {
    margin-bottom: 0;
}

.client-acknow label {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 15px;
}

.client-acknow .wpcf7-list-item {
    display: block;
    margin-bottom: 12px;
}

.client-acknow input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    flex-shrink: 0;
}

.client-acknow .ack-item:last-child {
    margin-bottom: 0;
}
/* Mobile */
@media (max-width: 768px) {

    .wpcf7-form .wpcf7-checkbox {
        grid-template-columns: 1fr;
    }

    .wpcf7-form .wpcf7-radio {
        flex-direction: column;
        gap: 10px;
    }

}
@media (max-width: 1025px) {
	.contact-form {
    padding: 60px 15px;
    box-sizing: border-box;
}
}
@media (max-width: 992px) {
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
}
}
/*contact-page*/

/* Home slider*/


/* Navigation Wrapper */
.wpcp-carousel-section .swiper-button-prev,
.wpcp-carousel-section .swiper-button-next {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    margin: 0 10px;
}

/* Center alignment */
.wpcp-carousel-section .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}
.wpcp-prev-button,
.wpcp-next-button {
    position: relative !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    margin: 0 8px;
}

.wpcp-button-wrap,
.wpcp-nav,
.sp-wpcp-button-wrap {
    text-align: center;
    width: 100%;
}

.fa-angle-right:before{
    content: "\f105";
    display: inline-block;
    transform: rotate(180deg);
}
.fa-angle-left:before
{
	 content: "\f105";
    display: inline-block;
    transform: rotate(180deg);
}
.fa-angle-left:before {
    content: "\f105";
    display: inline-block;
    transform: rotate(359deg);
}

.wpcp-carousel-section.nav-vertical-center .swiper-button-next, .wpcp-carousel-section.nav-vertical-center .swiper-button-prev {
    margin-top: 90px;
}
.wpcp-carousel-section.nav-vertical-center {
    margin: 0 0px;
}

/*home slider */

.federal-prison {
    background: url(/wp-content/uploads/2026/06/opacty.png) center center no-repeat;
    background-size: contain;
}

/* Tablet */
@media (max-width: 991px) {
    .package-grid {
        grid-template-columns: 1fr;
    }

    .package-featured {
        max-width: 100%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .package-card h3 {
        font-size: 20px;
    }

    .package-card .price {
        font-size: 24px;
    }
}


/* Tablet */
@media (max-width: 991px) {
    .help-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .help-title {
        font-size: 42px;
    }
	
	.site-header {
    padding: 0px 0;
}
}

/* Mobile */
@media (max-width: 767px) {
    .help-grid {
        grid-template-columns: 1fr;
    }

    .help-title {
        font-size: 34px;
    }

    .help-card {
        min-height: auto;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .features {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature:nth-child(5),
    .feature:nth-child(6) {
        grid-column: auto;
    }
}

@media (max-width: 480px) {
    .features {
        grid-template-columns: 1fr;
    }
}


/* RESPONSIVE */

@media(max-width:991px){

    .steps{
        position:static;
        transform:none;
        flex-direction:column;
        margin-top:40px;
    }

    .step-card{
        width:100%;
    }

    .how-container{
        padding-bottom:50px;
    }

    .features{
        grid-template-columns:repeat(2,1fr);
    }

    .how-container h2,
    .why-choose-us h2{
        font-size:42px;
    }
}

@media(max-width:768px){

    .features{
        grid-template-columns:1fr;
    }

    .how-container h2,
    .why-choose-us h2{
        font-size:34px;
    }

    .sub-title{
        font-size:22px;
    }
}
@media (max-width: 1200px) {
.header-buttons {
    right: 20px;
}
}
@media (max-width: 1670px) {
.header-buttons {
    right: 225px;
}
	}
@media (max-width: 1620px) {
.header-buttons {
    right: 193px;
}
}
@media (max-width: 1540px) {
    .header-buttons {
        right: 168px;
    }
}
@media (max-width: 1500px) {
    .header-buttons {
        right: 155px;
    }
}
@media (max-width: 1365px) {
    .header-buttons {
       right: 46px;
    }
}
@media (max-width: 1200px) {
.nav-float-right #site-navigation {
    margin-left: 24%;
}
.header-buttons .btn {
    padding: 9px 15px;
    font-size: 17px;
}
}
@media (max-width: 1025px) {
    .nav-float-right #site-navigation {
        margin-left: 22%;
    }
	 .header-buttons .btn {
        padding: 10px 10px;
        font-size: 16px;
    }
	body .swiper-slide {
    width: 100% !important;
    height: auto;
}
	.site-logo img.header-image {
    width: 150px !important;
    height: auto;
}
    .hero h1,p.bottom-tagline,.right-image img {
        width: 100%;
        text-align: center;
    }
	.right-image {
    margin: 0 auto;
}
.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 0;
}
	.mission-service p {
    width: 100%;
}
	.about-law-section {
    padding: 90px 20px !important;
    box-sizing: border-box;
}
	.mission-service {
    padding: 20px 20px;
}
	.hero-flex {
    flex-wrap: wrap;
}
	    .tagline {
        font-size: 16px;
        text-align: center;
    }
	    .hero-content {
        padding: 30px;
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .header-buttons {
        right: 20px;
    }
	.package-btn {
    width: 100%;
}
	.btn {
    margin: 0 auto;
    transition: 0.3s;
    width: 100%;
    text-align: center;
}
}
@media (max-width: 950px) {
    .nav-float-right #site-navigation {
        margin-left: 20%;
    }
}
@media (max-width: 900px) {
.main-navigation .main-nav ul li a {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-center h2 {
    font-size: 38px;
}
}
@media (max-width: 860px) {
    .main-navigation .main-nav ul li a {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 768px) {
    .header-buttons {
        display: none;
    }
	 .nav-float-right #site-navigation {
        margin-left: 0;
        position: relative;
        top: 66px;
    }
.main-navigation.toggled .main-nav>ul {
    background: #fff;
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: #102340;
    color: #ffff !important;
}
}
@media (max-width: 850px) {
    .header-buttons {
        display: none;
    }
	    .nav-float-right #site-navigation {
        margin-left: 0%;
    }
	.mobile-menu-control-wrapper {
    display: block;
}
}