body {
	background: #fff;
    font-family: Arial, sans-serif;
	font-size: 18px; 
	font-weight: 400;
	color: #1d252d;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	overflow: auto;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	font-family: Verdana, Tahoma, Arial, san-serif;
    font-size: 16px; 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.black-link {
    color: #1d252d; /* Changes all links to red */
}

.red-link {
    color: #FF0000; /* Changes all links to red */
}

.red-link:hover {
    color: #8B0000; /* Optional: Changes link color when hovered */
}

/* Style for Static Call Now Button on right bottom */
.static-call-now-button {
	position: fixed;
	bottom: 20px;  /* Distance from the bottom */
	right: 20px;   /* Distance from the right */
	background-color: #ff3333;  /* Red color for the button */
	color: #ffffff;  /* White text color */
	padding: 15px 20px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	text-align: center;
	z-index: 1000;  /* Ensures it's above other elements */
	transition: background-color 0.3s ease;
  }
  
  /* Hover Effect */
  .static-call-now-button:hover {
	background-color: #cc0000;  /* Darker red on hover */
  }
/* End of Static Call Now Button on right bottom */

header {
	width: 30%;
	min-height: 50px;
	padding: 25px 0px 0px 50px;
	text-align: center;
} 

header img {
    max-width: 65%;
    height: auto;
	text-align: center;
	width: auto;
	padding: 0 0 10px 0;
}

/* Image structure for the whole page */
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
}


/* Style for the hamburger menu */
.hamburger-menu {
    display: none; /* Hidden by default on larger screens */
    font-size: 40px; /* Increase the font size for a larger icon */
    cursor: pointer;
    padding: 0px; /* Add more padding around the icon */
    width: 60px; 
    height: 50px;
    text-align: center; /* Center-align the icon */
    line-height: 30px; /* Adjust line-height for vertical centering */
}

/* Make the navigation links horizontal on larger screens */
nav ul {
    display: flex;
    justify-content: center;
    padding-left: 0;
}

/* Style the list items */
nav ul li {
    text-align: center;
    margin: 0;
    width: 100%;
}

/* Style for the anchor links */
nav ul li a {
    background: #fff;
    display: block;
    padding: 5% 12%;
    font-weight: bold;
    font-size: 18px;
	color: #808080;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.3s ease;
}

nav ul li.active a {
    /* background-color: #1A1A1A; */
	background-color: #fff;
    color: #1A1A1A;    
}

nav ul li a:hover {
    background-color: #1A1A1A;
    color: #fff;
}
/* Navigation  Menu */

/* Emergency Bar */
.emergency-bar {
    background: #1A1A1A; /* Bright red-orange background */
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 1rem;
}

.emergency-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 20px 15px;
}
.emergency-bar h2 {
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-style: normal;
    margin: 0;
	gap: 20px; /* Add space between the text and the button */
    /* font-size: 1rem; */
    display: flex;
    align-items: center; /* Align text and button vertically */
    justify-content: center; /* Center the content horizontally */
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.emergency-bar a.emergency-call-now-button {
    display: inline-block;
    background: #ff3333; /* Bright red background for the button */
    color: #fff; 
	font-size: 0.90rem;
    /* font-weight: bold; */
    padding: 5px 50px;
    text-decoration: none;
    margin-left: 10px;
	border-radius: 2px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.emergency-bar a.emergency-call-now-button:hover {
    background: #cc0000;
}



/* Beginning of Main Banner*/
.main-banner {
    background-image: url('https://bushwicklocksmith247.com/images/falcon-locksmith-main-banner.jpg');
}
.emergency-banner {
	background-image: url('https://bushwicklocksmith247.com/images/falcon-locksmith-emergency-services-banner.jpg');
}
.services-banner {
	background-image: url('https://bushwicklocksmith247.com/images/falcon-locksmith-services-banner.jpg');
}
.contactus-banner {
	background-image: url('https://bushwicklocksmith247.com/images/falcon-locksmith-contactus-banner.jpg');
}

.emergency-banner button {
	background-color: #DF1417;
}

.falcon-locksmith-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Create a darker overlay */
.falcon-locksmith-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Styling for the content inside the banner */
.banner-content {
    text-align: center;
    color: white;
    padding: 20px;
    z-index: 2;
}

/* Ensure text and button have good spacing and are centered */
.banner-content h1, h5, button {
    margin: 10px 0;
}

/* Styling for the h1 element (spacing for larger screens) */
.banner-content h1 {
	margin: 0 5em;
    font-size: 3rem; /* Adjust the size of the font */
    line-height: 1.5; /* Adjust line height to prevent text from being too close */
}

.banner-content h5 {
	margin: 2em 0 2em 0;
	font-size: 1.5rem; /* Adjust the size of the font */
}

.banner-content p {
	font-family: Verdana, Tahoma, Arial, san-serif;
    font-size: 16px; 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Button styling */
.banner-content button {
	margin: 30px 0 0 0;
    padding: 20px 30px;
    font-size: 20px;
	font-weight: bold;
    background-color: #DF1417;
	/* background-color: DF1417;  #333; */
    border: none;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
}

.banner-content button:hover {
    background-color: #ff3333;
}
/* End of Main Banner*/


#top-services {
	padding: 50px 0px 60px 0px;
	/* max-width: 1300px; */
	width: 100%;
	background: #FFFFFD;
}

#top-services h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
    text-align: center;
    line-height: 1; /* Adjust line height to prevent text from being too close */
}

#top-services p {
	color: #1A1A1A;
	text-align: center;
}

.top-services-section {
	margin: 50px 2% 50px 2%;
	background:E5E4E2;
	width: 29%;
	float: left;
}
.top-services-section h3 {
	font-size: 1.3rem;
	color: #FFFFFD;
	background-color:#333;
	padding:10px 7px 10px 7px;
	margin:2%;
	font-weight:100;
	text-align: center;
}
.top-services-section p {
	color:#333;
	/* text-align:center; */
    text-align: left !important; /* Force the alignment */
	padding: 0;
}
.top-services-section img {
	padding:0px;
	margin:0px;
}

.top-services-section ul {
	list-style: none; 
	padding-left: 20px;
}

.top-services-section li {
	margin-bottom: 5px;
	font-family: Verdana, Tahoma, Arial, san-serif;
	/* font-size: 18px;  */
	color: #1d252d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}
.top-services-section span {
	color: black;
}

.customer-reviews-banner {
	background-color: #fff;
	text-align: center;
	padding: 30px 0 0 0;
}
.customer-reviews-content {
	padding: 30px 3em 0 3em;
}
.customer-reviews-content h1 {
	font-size: 2.5rem;
    /* margin-bottom: 30px; */
    color: #333;
    text-align: center;
    line-height: 1; /* Adjust line height to prevent text from being too close */
}
.customer-reviews-content img {
	width: 40%;
}
.customer-reviews-content h4 {
	margin: 0 0 50px 0;
}
.customer-reviews-content P {
    font-family: Verdana, Tahoma, Arial, san-serif;
    font-size: 16px; 
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.customer-satisfaction-guaranteed img {
	margin:0px 0px -80px 40%;
	width:20%;
}
.five-start-rated-business {
	background-color:#333;
	margin:30px 0px 0px 0px;
	padding:50px 0px 20px 0px;
	text-align:center;
}
.five-start-rated-business h1 {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:35px;
	color: #FFFFFD;	
	text-transform:uppercase;	
	font-weight:400;
}
.five-start-rated-business p {
	padding:10px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:25px;
	color: #FFFFFD;	
	font-weight:400;
	line-height: 1; /* Adjust line height to prevent text from being too close */
}
.five-start-rated-business img {
	padding: 30px 0 30px 0;
	width: 30%;
}

/* Why Choose Falcon Locksmith secion */
#trusted-locksmith-services {
    padding: 50px 2%;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

#trusted-locksmith-services h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    color: #333;
	text-align: center;
	line-height: 1; /* Adjust line height to prevent text from being too close */
}

.trusted-locksmith-services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.trusted-locksmith-services-item {
    display: flex;
    flex: 1 1 calc(33.333% - 20px); /* 3 items per row with gap */
    background: #fff;
    padding: 20px;
    /* border-radius: 8px; */
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    align-items: center;
    justify-content: flex-start;
	background-color: white;
}

.trusted-locksmith-services-item img {
	max-width: 40px;
    margin-right: 10px;
}

.trusted-locksmith-services-item h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #1a1a1a;
	padding: 0 0 0 20px;
}

.trusted-locksmith-services-item p {
    margin: 5px 0 0;
    /* font-size: 0.95rem; */
    color: #666;
	padding: 0 0 0 20px;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 16px; 
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Why Choose Falcon Locksmith secion */

/* Request a Quote Bar */
.request-a-quote-bar {
    background: #333; /* Bright red-orange background */
    color: white;
    padding: 50px 0;
    text-align: center;
    font-size: 1rem;
}

.request-a-quote-bar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px 20px 15px;
}
.request-a-quote-bar h2 {
	flex-direction: column; /* Stack text and button vertically on small screens */
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	font-style: normal;
    margin: 0;
	gap: 50px; /* Add space between the text and the button */
    /* font-size: 1.2rem; */
    display: flex;
    align-items: center; /* Align text and button vertically */
    justify-content: center; /* Center the content horizontally */
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.request-a-quote-bar a.quote-call-now-button {
    display: inline-block;
    background: #ff3333; /* Bright red background for the button */
    color: #fff; 
	font-size: 1rem;
    /* font-weight: bold; */
    padding: 10px 50px;
    text-decoration: none;
    margin-left: 10px;
	border-radius: 2px;
    transition: background 0.3s ease, transform 0.2s ease;
}

.request-a-quote-bar a.quote-call-now-button:hover {
    background: #cc0000;
}

/* Residential & Commercial List Services */
.text-image-section {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 50px 0; */
	padding: 0;
}

.text-content {
    flex: 1;
    padding: 20px 20px 20px 50px;
    text-align: left;
    z-index: 2; /* Ensures text is above background in mobile */
}

.text-content h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.text-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.text-content ul {
    list-style-type: none;
    padding: 0;
}

.text-content ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.text-content ul li::before {
    content: '✔';
    position: absolute;
    left: 0;
    color: #ff6f61;
    font-size: 18px;
}

/* Background image for desktop */
.background-image {
    flex: 1;
    background-size: cover;
    background-position: center;
    height: 500px;
    display: block; /* Ensures it displays properly */
}


/* For multiple sections: Add specific background images */
.section-1 .background-image {
    background-image: url('https://bushwicklocksmith247.com/images/services_keyextraction.png');
}

.section-2 .background-image {
    background-image: url('https://bushwicklocksmith247.com/images/commercial-locksmith-services.jpg');
}

.williamsburg_map {
	padding: 30px 0 0 0;
	width: 29%;
	float: left;
	margin:0px;
	background:white;
	width: 100%;
	overflow: hidden;
}

.williamsburg_map h1 {
	text-align: center;
	line-height: 1; /* Adjust line height to prevent text from being too close */
}

.williamsburg_map iframe {
	margin:1% 1% 1% 1%;
	width:98%;
}

.blank {
	padding:0px 0px 100px 0px;
	margin:-70px 0px 0px 0px;
	background-color:#E5E4E2;
}

.tags {
	width:100%;
	margin: 10px 0px 0px 0px;
	background-color:#333;
	width: 100%;
	overflow: hidden;
	padding: 15px 0px 15px 0px;
	text-align:center;
}
.st_col {
	width: 19%;
	float: left;
	margin: 1% 1% 2% 15%;
	text-align: left;
}
.st_col  ul, li{
	margin: 0px 0px 0px 10px;
	font-size:15px;
	color:666362;
	list-style-type:none;
}
.nd_col {
	width: 19%;
	float: left;
	margin: 2% 1% 2% 5%;
	text-align: left;
}
.nd_col  ul, li{
	margin: 0px 0px 0px 10px;
	font-size:15px;
	color:#666362;
}
.rd_col {
	width: 19%;
	float: left;
	margin: 2% 1% 2% 5%;
	text-align: left;	
}
.rd_col ul, li {
	margin: 0px 0px 0px 10px;
	font-size:15px;
	color:#666362;	
}

.contactus {
	width: 29%;
	float: left;
	margin: 2%;
	text-align: center;
}
.contactus h1 {
	color: #666362;
	padding:10px 7px 10px 7px;
	margin:2%;
	font-size:17px;
	
}
.contactus img {
		width: 29%;
}
.connect {
	width: 29%;
	float: left;
	margin: 2%;
	text-align: center;
	font-size:17px;
}
.connect p {
	color: #666362;
	padding:10px 7px 40px 7px;
	margin:2%;
	font-size:17px;
	font-weight:600;
}
.credit_cards {
	width: 29%;
	float: left;
	margin: 2%;
	text-align: center;
}
.credit_cards h3 {
	color: #666362;
	padding:10px 7px 10px 7px;
	margin:2%;
	font-size:17px;
}
.copy_right {
	text-align:center;
	width:62%;
}
.copy_right p {
	font-size:12px;
	color:gray;
	text-align:center;
	float:right;
}

footer {
	background: black;
	width: 100%;
	overflow: hidden;
	border-top-style: solid;
	border-top-color:#FF0000;
	border-top-width: 2px;
}
footer p, footer h3 {
	color: F1F0D1;
}
footer p, a {
	color: #F1F0D1;
	text-decoration: none;
}


/*  ****************** EMERGENCY PAGE *********** */
.emergency-page-services {
	font-family: Arial, sans-serif;
	padding: 50px 20px 20px 50px;
  }
  
  .emergency-page-services h1 {
	text-align: center;
	margin-bottom: 20px;
	font-size: 2.5rem;
    color: #333;
    text-align: center;
    line-height: 1; /* Adjust line height to prevent text from being too close */
  }

  .emergency-page-services p {
	text-align: center;
  }
  
  .emergency-page-services 
  .emergency-page-services-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
  }
  
  .emergency-page-services-text-section {
	text-align: left !important;
	flex: 1;
  }
  
  .emergency-page-services-text-section p,
  .emergency-page-services-text-section ul {
	text-align: left !important;

	margin-bottom: 15px;
  }
  
  .emergency-page-services-text-section ul {
	list-style-type: disc !important; /* Ensures the dots appear */
	padding-left: 20px;
  }

  .emergency-page-services-text-section li {
	margin-bottom: 5px;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 16px; 
	color: #1d252d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

  .emergency-page-services-call-now-button {
	display: block; 
	margin: 20px auto;
	padding: 15px 20px;
    background-color: #DF1417;
	font-weight: bold;
	color: white;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
  }
  
  .emergency-page-services-call-now-button:hover {
    background-color: #ff3333;
  }
  
  .emergency-page-services-image-section {
	padding: 60px 0 0 0;
	flex: 1;
	text-align: center;
  }
  
  .emergency-page-services-image-section img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
  }


  /* ********* SERVICE PAGE ************ */
  .services-page {
	font-family: Arial, sans-serif;
	padding: 50px 20px 20px 50px;
}

.services-page h1 {
	text-align: center;
	margin-bottom: 20px;
}

.services-page .services-page-content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.services-page-content {
	padding: 10px 0 70px 0;
}

.services-page-text-section {
	flex: 1;
}

.services-page-text-section p,
.services-page-text-section ul {
	margin-bottom: 15px;
}

.services-page-text-section ul {
	list-style-type: disc !important; /* Ensures the dots appear */
	padding-left: 20px;
}

.services-page-text-section li {
	margin-bottom: 5px;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px; 
	color: #1d252d;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.services-page-call-now-button {
	display: block; 
	margin: 20px auto;
	padding: 15px 20px;
    background-color: #DF1417;
	font-weight: bold;
	color: white;
	border: none;
	border-radius: 5px;
	text-decoration: none;
	font-size: 16px;
	cursor: pointer;
}

.services-page-call-now-button:hover {
    background-color: #ff3333;
}

.services-page-image-section {
	padding: 10px 0 0 0;
	flex: 1;
	text-align: center;
}

.services-page-image-section img {
	max-width: 70%;
	height: auto;
	border-radius: 10px;
}

/* ******** PRIVACY PROLICY ***** */
.privacy-policy-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Headings styling */
.privacy-policy-container h1 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
    text-align: center;
}

.privacy-policy-container h2 {
    font-size: 1.5rem;
    margin-top: 40px;
    margin-bottom: 10px;
    color: #0056b3;
    /* border-bottom: 2px solid #ddd; */
    padding-bottom: 5px;
}

/* Paragraph styling */
.privacy-policy-container p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #555;
}

/* Unordered list styling */
.privacy-policy-container ul {
    margin-left: 20px;
    margin-bottom: 15px;
    color: #555;
}

.privacy-policy-container ul li {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 8px;
	list-style-type: disc !important; /* Ensures the dots appear */
}

/* Strong text emphasis */
.privacy-policy-container strong {
    color: #333;
    font-weight: bold;
}

/* Contact information styling */
.privacy-policy-container p strong {
    color: #0056b3;
}

.privacy-policy-container p:last-of-type {
    margin-bottom: 0;
}

/* Links styling (if needed) */
.privacy-policy-container a {
    color: #0056b3;
    text-decoration: none;
}

.privacy-policy-container a:hover {
    text-decoration: underline;
}






.copy_right {
    display: flex;
    flex-direction: column; /* Arrange items in a vertical column */
    align-items: center; /* Center align items horizontally */
}

.copy_right p:first-child {
    order: 2; /* Move the first paragraph (copyright) to the second position */
}

.copy_right p:last-child {
    order: 1; /* Move the last paragraph (privacy policy) to the first position */
}

/* Optional: Styling for spacing and appearance */
.copy_right p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #555;
}

.copy_right a {
    color: #0056b3;
    text-decoration: none;
}

.copy_right a:hover {
    text-decoration: underline;
}




/********MEDIA!!!!************/
@media screen and (max-width: 478px) {
	body {
		font-size:13px;
	}
}
@media screen and (max-width: 740px) {
	.main-banner {
		background-position: center;

	}
    .falcon-locksmith-banner {
        background-position: center;
    }

    .banner-content {
        padding: 10px;
    }
	.banner-content h1 {
		margin: 0 1em;
		font-size: 3rem; /* Adjust the size of the font */
		line-height: 1.5; /* Adjust line height to prevent text from being too close */
	}

    /* Adjust h1 for mobile devices */
    .banner-content h1 {
        font-size: 2.5rem; /* Reduce font size for smaller screens */
        line-height: 1.4; /* Increase line height for mobile for better spacing */
        padding: 10px 0; /* Add vertical padding to create more space between lines */
    }

    /* Optional: You can also adjust the font size and line height for the h5 */
    .banner-content h5 {
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 5px 0;
    }


	header {
		width: 100%;
		padding: 1em 0 1em 0;
		text-align: center;
	}
	header img {
		max-width: 40%;
		text-align: center;
		padding: 0;

	}
	.emergency-bar h2 {
        flex-direction: column; /* Stack text and button vertically on small screens */
        text-align: center; /* Ensure text is centered */
    }
    .emergency-bar a.emergency-call-now-button {
        margin-left: 0; /* Remove left margin when the button is below the text */
        margin-top: 10px; /* Add some space between the text and the button */
    }
	.hamburger-menu {
        display: block; /* Show the hamburger menu on small screens */
    }

    nav ul {
        display: none; /* Hide the navigation links by default */
        flex-direction: column; /* Stack the navigation items vertically */
        width: 100%;
        padding-left: 0;
    }

    nav ul li {
        width: 100%;
        border-top: none;
    }

    nav ul li a {
        padding: 8px 0;
        font-size: 16px;
        color: #808080;
    }

    nav ul li.active a {
        background-color: #fff;
        color: #1d252d;    
    }
	/* Show navigation when menu is toggled */
	nav ul.show {
		display: flex; /* Display navigation when toggled */
	}
	#top-services p {
		padding: 1em 3em 2em 3em;
		font-family: Verdana, Tahoma, Arial, san-serif;
		font-size: 16px; 
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.top-services-section ul {
		padding-left: 60px;
	}
	.top-services-section {
		padding: 40px 0 30px 0;
		float: left;
		width: 100%;
		margin: 0;
	}
	.top-services-section p {
		padding: 0;
		margin:10px 0px -20px 0px;
		font-family: Verdana, Tahoma, Arial, san-serif;
		font-size: 16px; 
		text-rendering: optimizeLegibility;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.customer-satisfaction-guaranteed img {
		width:50%;
		margin:0px 0px -70px 25%;
	}
	.five-start-rated-business img {
		padding: 30px 0 30px 0;
		width: 60%;
	}

    .text-image-section {
        flex-direction: column;
        position: relative;
    }

    .background-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .background-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 2;
    }

    .text-content {
        color: white;
        text-align: left; /* Ensures proper alignment */
        position: relative;
        padding: 50px 20px 50px 30px;
        z-index: 3;
    }

    .text-content ul {
        padding: 0;
        margin: 0;
    }

    .text-content ul li {
        position: relative;
        padding-left: 25px; /* Adjusted padding for better alignment */
        margin-bottom: 10px;
        display: flex; /* Aligns ✔ and text in a row */
        align-items: center;
        gap: 5px; /* Adds small spacing between ✔ and the text */
		color: white;
    }

    .text-content ul li::before {
        content: '✔';
        position: static; /* Removes absolute positioning */
        color: #ff6f61;
        font-size: 18px;
    }

    .trusted-locksmith-services-item {
        flex: 1 1 100%; /* Stack items vertically */
    }

    .trusted-locksmith-services-grid {
        gap: 15px;
    }
	.request-a-quote-bar h2 {
        flex-direction: column; /* Stack text and button vertically on small screens */
        text-align: center; /* Ensure text is centered */
    }
    .request-a-quote-bar a.quote-call-now-button {
        margin-left: 0; /* Remove left margin when the button is below the text */
        margin-top: 10px; /* Add some space between the text and the button */
    }

	.blank {
		display:none;
	}
	.left-col {
		width: 100%;
	}
	.sidebar {
		width: 100%;
	}
	.lock_out img {
		padding:0px 5px 0px 0px;
		margin:20px 0px 20px 0px; /* before -50 */
		width:50%;
	}
	.click_to_call h1{
		padding:12px 5px;
		width:60%;
		margin:50px 5px 0px 20%;
	}
	.about_us {
		width: 99%;
		margin: 20px 1% 1% 1%;
	}
	.about_us p {
		text-align:center;
		padding:20px 10px 0px 10px;
	}
	.welcome_img img {
		margin: 0px;
		width: 95%;
		padding: 0px 0px 50px 2%;
	}
	.emergency_banner img {
		display:none;
	}
	.call_us img {
		width:70%;
		padding:0px;
		margin:0px 0px 0px 15%;
		
	}
	.tags {
		display: none; /* Hides the .tags section on devices with a screen width of 768px or less */
	  }
	.contactus {
		width:70%;
		padding: 40px 0px 5px 15%;
	}

	.connect {
		width:98%;
	}
	.connect p {
		padding: 10% 0px 5px 0px;
	}
	.connect img {
		width: auto; /* Allow the width to adjust based on the image's aspect ratio */
		max-width: 100%; /* Make sure it doesn't exceed the container's width */
		height: auto; /* Maintain the image's aspect ratio */
		padding: 0px 0px 10% 0px;
	}
	.credit_cards {
		width:98%;
	}
	.credit_cards p {
		padding: 10% 0px 5px 0px;
	}
	.credit_cards img {
		width:50%;
		padding:0px 0px 10% 0px;
	}
	.copy_right {
		text-align:center;
		width:75%;
	}

	/* **** EMERGENCY PAGE **** */
	.emergency-page-services {
	padding: 50px 20px 80px 30px;
	}
	.emergency-page-services .emergency-page-services-content {
	flex-direction: column;
	}
	
	.emergency-page-services-text-section {
	order: 1;
	}
	
	.emergency-page-services-image-section {
	padding: 0;
	order: 2;
	}

	/* service page */
	.services-page {
        padding: 50px 20px 80px 30px;
    }
    
    .services-page .services-page-content {
        flex-direction: column;
    }
    
    .services-page-text-section {
        order: 1;
    }
    
    .services-page-image-section {
        order: 2;
    }

	/* privacy policy page */
	.privacy-policy-container {
        padding: 15px;
    }

    .privacy-policy-container h1 {
        font-size: 1.8rem;
    }

    .privacy-policy-container h2 {
        font-size: 1.3rem;
    }

    .privacy-policy-container p,
    .privacy-policy-container ul li {
        font-size: 0.95rem;
    }
}