.services-locations {
            margin-top: 10px;
            margin-bottom: 20px;
            font-weight: bold;
            font-size: 1.5em;
            text-align: center;
        }

        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
            margin-top: 20px;
			margin-bottom:20px;
        }

        .location-link {
            display: flex;
            align-items: center;
            padding: 12px 16px;
            background-color: #f5f5f5;
            border: 1px solid #ddd;
            border-radius: 4px;
            text-decoration: none;
            color: #333;
            transition: all 0.3s ease;
        }

        .location-link:hover {
            background-color: #e0e0e0;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        .location-icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            fill: #1aadb2;
        }

        .location-text {
            font-size: 0.95em;
            font-weight: 500;
        }

        @media (max-width: 768px) {
            .locations-grid {
                grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
                gap: 10px;
            }
            
            .location-link {
                padding: 10px 12px;
            }
        }
	
	h3.services-locations{
		text-align:center;
		color: #0e4273;
	}
#slider-section{
    padding-top: 106px;
}
a:hover {
	color: #00c3ad;
}
hr {
    border: 1px solid #dcd7d7f7;
    margin: 15px auto 15px auto;
    width: 100%;
    float:left;
}
.top-widgets-left ul, .top-widgets-right ul {
	margin-bottom: 0;
}
select#id, input#zipcode {
    float: left;
}
.state-form-10 select {
    height: auto !important;
    padding: 4px 4px !important;
    margin: 0px 6px 0px 0px !important;
    width: 130px !important;
    border: 1px solid grey;
}
form.state-form.state-form-10 h4, form.state-form-10.zip-code-area h4 {
    float: left;
    width: 100%;
    font-weight: bold;
}
.zip-code-area input{
    background-color: #fff;
    color: #000 !important;
    width: 100px;
    padding: 2px 4px !important;
    text-align: center;
    margin: 1px 6px 1px auto;
    border-radius: 0px !important;
}
form.state-form-10.zip-code-area {
    float: left;
    width: 100%;
    margin-bottom: 22px;
}
.state-form {
    float: left;
    width: 100%;
}
button#button-2 {
    padding: 4px;
    border: none;
    margin: 2px auto;
    border-radius: 0px !important;
    width: 100px;
}
.state-form {
    margin-top: 0;
    margin-bottom: 10px;
}
.row {
    margin-right: auto;
    margin-left: auto;
}
.video-div h3 {
    font-size: 26px;
    font-weight: bold;
    color: #0e4273;
}
/*************/
ul.location-list {
    /*border: 1px solid #f2f2f2;*/
    padding: 10px 0px;
    /*box-shadow: 2px 2px 2px #f2f2f2;*/
}
ul.location-list li{
    list-style: none;
    padding: 4px 10px;
}
ul.location-list li:hover {
    background: #f2f2f2;
}
ul.location-list li a {
    color: #054073;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    list-style: none;
}
ul.location-list li:before {
    content: '\f061';
    font-family: 'FontAwesome';
    color: #0e4273;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 500;
}
.loc-temp {
    float: left;
}
/************/

@media (min-width: 992px){
.right-row {
    width: 50%;
}
}
@media screen and (max-width: 992px) {
.row.address-wrapper.col-md-3 {
	width: 25% !important;
	float: left !important;
}
}

@media screen and (max-width: 768px) {
.row.address-wrapper.col-md-3 {
	width: 50% !important;
	float: left !important;
}
}
		body{
			font-family: "Montserrat", Sans-serif;
			font-weight: 600;
		}
		ul.custom-service li{
			list-style: disc !important;
		}
    .container {
	    width: 95%;
	}
    #slider-section{
        padding-top: 106px;
    }
    a:hover {
    	color: #00c3ad;
    }
	hr {
        border: 1px solid #dcd7d7f7;
        margin: 5px auto 10px auto;
        width: 100%;
    }
    .top-widgets-left ul, .top-widgets-right ul {
    	margin-bottom: 0;
    }
    .row {
	    margin-right: auto;
	    margin-left: auto;
	}
	a.active {
	    font-size: 18px !important;
	    font-weight: bold;
	    color: #0e4273;
	}
	.li-address.post p {
	    text-transform: initial;
	}
    .video-div h3 {
        font-size: 26px;
        font-weight: bold;
        color: #0e4273;
    }
		
				/* Hero Section Styles */
.hero-section {
    background-image:url('https://facednatest.com/wp-content/themes/HighendWP/images/facedna-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.hero-title{
	color:#fff !important;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px 0;
}
		
.hero-buttons .hero-btn{
	background: #04acb5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
	text-decoration: none !important;
	font-size:16px;
	}
	.hero-buttons	.hero-btn a:hover{
	    text-decoration: none !important;
		color:#fff !important;
	}

.hero-call-text {
    font-size: 24px;
    font-weight: bold;
    color: #00c3ad;
    margin: 10px 0;
}
		


.hero-phone {
    font-size: 60px;
    font-weight: bold;
    color: #0e4273;
    margin: 20px 0 0 0;
}

.hero-phone a {
    color: #0e4273;
    text-decoration: none;
}

.hero-phone a:hover {
    color: #00c3ad;
    text-decoration: none;
}
		
			.main-page {
    box-shadow: 0px 10px 25px 5px rgba(0, 0, 0, 0.06);
    padding: 10px;
    margin-top:20px;
    border-radius: 3px;
}
		.mainn-page h5{
		padding:10px !important;
		}
		
/* Hero Section Styles */
.hero-section {
    background-image:url('https://facednatest.com/wp-content/themes/HighendWP/images/facedna-header.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 20px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.hero-title{
	color:#fff !important;
}

.hero-subtitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px 0;
}
		
.hero-buttons .hero-btn{
	background: #04acb5;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
	text-decoration: none !important;
	font-size:16px;
	}
	.hero-buttons	.hero-btn a:hover{
	    text-decoration: none !important;
		color:#fff !important;
	}

.hero-call-text {
    font-size: 24px;
    font-weight: bold;
    color: #00c3ad;
    margin: 10px 0;
}
		


.hero-phone {
    font-size: 60px;
    font-weight: bold;
    color: #0e4273;
    margin: 20px 0 0 0;
}

.hero-phone a {
    color: #0e4273;
    text-decoration: none;
}

.hero-phone a:hover {
    color: #00c3ad;
    text-decoration: none;
}
		
		/*how we do it css*/
		
	.how-we-do-it-section {
    background-color: #f5f5f5;
    padding: 50px 0;
   
}

.how-we-do-it-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 42px;
    font-weight: bold;
    color: #0e4273;
    margin: 0;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #000000;
}

.process-card {
        background: linear-gradient(135deg, #064073 0%, #00abb1 100%);
    padding: 50px 20px;
    text-align: center;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
	border-radius:3px;
}

.process-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.process-number {
    font-size: 80px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    margin-bottom: 20px;
}

.process-title {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 20px 0;
    letter-spacing: 1px;
}

.process-description {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .how-we-do-it-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .process-card {
        min-height: 300px;
        margin-bottom: 20px;
    }
    
    .process-number {
        font-size: 60px;
    }
    
    .process-title {
        font-size: 18px;
    }
    
    .process-description {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section-title {
        font-size: 28px;
    }
    
    .process-card {
        padding: 40px 20px;
        min-height: 280px;
    }
    
    .process-number {
        font-size: 50px;
    }
}

/* Responsive styles for hero section */
@media (max-width: 768px) {
    .hero-section {
        padding: 40px 15px;
    }
    
    .hero-subtitle,
    .hero-call-text {
        font-size: 18px;
    }
    
    .hero-phone {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .hero-subtitle,
    .hero-call-text {
        font-size: 16px;
    }
    
    .hero-phone {
        font-size: 28px;
    }
}