/* Hide existing menu icon */
.mob-nav-btn {
    background: none !important; /* Remove the current icon */
    border: none !important;
    color: transparent !important;
}
.footer-bottom .section-boxed {
    display: flex;
    justify-content: space-between; /* Moves menu left, icons right */
    align-items: center;
    padding: 10px 20px;
}
h2.section-title {
  font-size: 36px !important;
}

.footer-nav {
    order: 1; /* Ensures it stays on the left */
}
@media (max-width: 600px) {
  .services-box {
    width: 85% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 2% !important;
    padding-right: 2% !important;
    box-sizing: border-box !important;
  }
}

.footer-social {
    order: 2; /* Pushes to the right */
    display: flex;
    align-items: center;
}
@media (max-width: 600px) {
  .content-box {
    width: 96% !important;         /* Make it wider on mobile */
    margin-left: auto !important;  /* Center horizontally */
    margin-right: auto !important;
    padding-left: 2% !important;   /* Optional: equalize padding */
    padding-right: 2% !important;
    padding-top: 1em !important;   /* Adjust as needed */
    padding-bottom: 1em !important;
  }
}

/* If you need to adjust icon size */
.footer-social img {
    width: 30px;
    height: auto;
}
/* Insert a new black hamburger menu icon from the internet */
.mob-nav-btn::before {
    content: url('https://upload.wikimedia.org/wikipedia/commons/b/b2/Hamburger_icon.svg'); /* Example: Wikipedia's hamburger */
    display: block;
    width: 30px; /* Adjust size as needed */
    height: auto;
}

/* Ensure proper alignment */
.mob-nav-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.section-full-width, .section-custom {
    border: none !important;  /* Removes the border */
    padding: 10px 20px !important;  /* Slight left/right padding */
    margin: 0 !important;   /* Remove extra margins */
}
.content-box {
    background-color: #FF9E7A !important; /* Force orange background */
    padding: .5% !important; /* Apply 1% padding */
    width: 92% !important; /* Maintain width */
    min-height: 400px !important; /* Keep min height */
    box-shadow: none !important; /* Remove unwanted shadow */
}


.section-full-width > *, 
.section-custom > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Fix white space between sections */
.section-full-width + .section-full-width, 
.section-custom + .section-custom {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Ensure full-width sections span correctly */
.section-full-width, .section-custom {
    width: 100% !important;
    box-sizing: border-box;
}
#logo-container img {
    height: 60px;
}
#logo-container img {
    width: 400px;
	}

bgsection{
	display: inline;
}
@media (max-width: 450px){
	.links{
	pointer-events: none;
}
	#about-us-video{
		height:200px;
	}
	#about-content{
/* 		text-align: left;
		font-size: 12pt; */
	}
	#out-clients-bg{
		opacity: 0;
	}
}
#test{
	padding-left:0px;
	padding-right:0px;
}

.page-id-9741 #header {
    display: none;
}
.page-id-9741 #footer {
	display: none;
}
.page-id-9741{
	background-color: white;
}
.page-id-10707 #header {
    display: none;
}
.page-id-10707 #footer {
	display: none;
}
.page-id-10707{
	background-color: white;
}
.woocommerce #main-container a.button,
#main-container .woocommerce a.button,
.woocommerce-page #main-container a.button,
.woocommerce #main-container button.button,
.woocommerce-page #main-container button.button,
.woocommerce #main-container input.button,
.woocommerce-page #main-container input.button,
.woocommerce #main-container #respond input#submit,
.woocommerce-page #main-container #respond input#submit,
.woocommerce #main-container #content input.button,
.woocommerce-page #main-container #content input.button {
  background: #359bb4;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 0px;
  letter-spacing: normal;
  padding: 12px 25px;
  text-shadow: none;
  font-family: Oswald, 'Open Sans', Helvetica, Arial, sans-serif;
  box-shadow: none;
  font-size: 13px;
  color: black !important;
}
#main-container button,
#main-container .button,
#main-container input[type="submit"],
#main-container input[type="button"],
#main-container #submit {
  color: black !important;
}
.service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 columns per row */
    gap: 20px; /* Space between cards */
    padding: 20px;
    max-width: 1000px; /* Keeps layout centered */
    margin: 0 auto; /* Centers the section */
}

/* Individual service card */
.service-card {
    background: #fff;
    border: 3px solid #FF9E7A;
    border-radius: 8px;
    padding: 15px;
		margin: 1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
@media (max-width: 600px) {
 .service-card {
    background: #fff;
    border: 3px solid #FF9E7A;
    border-radius: 8px;
    padding: 5px;
		margin: 1px;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #000 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	}
	.service-cards {
    display: grid;
    padding: 1px;
}
}

/* Ensure consistent spacing under titles */
.service-card h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: lowercase;
    color: #000 !important;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Adjust paragraph styles */
.service-card p {
    font-size: 13.5px;
    line-height: 1.3;
    color: #333 !important;
    margin-bottom: 0;
}

/* Responsive Fix: Switch to 1 Column on Smaller Screens */
@media (max-width: 768px) {
    .service-cards {
        grid-template-columns: 1fr; /* 1 column per row */
    }
}

.button-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Forces 3 columns */
    gap: 20px; /* Space between cards */
    padding: 20px;
    max-width: 1000px; /* Ensures proper width */
    margin: 0 auto; /* Centers the section */
    justify-content: center;
}
/* Ensure all custom-button-para elements align at the same height */
@media (max-width: 768px) {
    .button-container {
        grid-template-columns: 1fr; /* Switch to 1 column */
    }
}
.custom-button-para {
    flex-grow: 1; /* Allows paragraphs to expand equally */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 120px; /* Adjust height to keep all text aligned */
    text-align: center;
}

/* Ensure the button list aligns properly and maintains uniform height */
.custom-buttons-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none;
    min-height: 100px; /* Ensures lists align and have equal height */
}

/* Ensure list items have proper alignment */
.custom-buttons-list li {
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding: 5px 0; /* Adds uniform spacing */
}

/* Adjust button container to keep everything structured */
.custom-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Ensures content fills space */
    align-items: center;
    padding: 20px;
    min-height: 450px; /* Ensures buttons have equal height */
}
.custom-button {
    background: #666 !important; /* Dark gray background */
    color: #fff !important; /* White text */
    border: 3px solid #FF9E7A !important; /* Orange border */
    border-radius: 8px !important; /* Rounded edges */
    padding: 20px !important; /* Consistent padding */
    text-align: center !important;
    font-size: 16px !important; /* Consistent text size */
    font-weight: normal !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    min-height: 300px !important; /* Ensures uniform height */
    text-decoration: none !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Ensure titles have the same vertical positioning */
.custom-button h3 {
    font-size: 18px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    color: #fff !important;
    min-height: 50px !important; /* Ensures all titles start at the same position */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Ensure content aligns properly under title */
.custom-button p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
}

/* Keep bullet points aligned */
.custom-button ul {
    list-style-type: disc;
    padding-left: 20px !important; /* Align bullets properly */
    text-align: left !important;
    margin: 0 auto !important;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .custom-button {
        min-height: auto !important; /* Allow natural height on tablets */
    }
}

@media (max-width: 768px) {
    .custom-button {
        max-width: 90% !important;
        min-height: auto !important;
    }
}
.service-button-container {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.service-button {
    background: #666 !important; /* Dark gray background */
    color: #fff !important; /* White text */
    border: 3px solid #FF9E7A !important; /* Orange border */
    border-radius: 8px !important; /* Rounded edges */
    padding: 15px 30px !important; /* Ensures padding applies */
    max-width: 700px !important; /* Prevents button from stretching */
    text-align: center;
    text-decoration: none !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Fix text styling */
.service-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-title {
    font-size: 22px !important;
    font-weight: normal !important;
}

.service-subtext {
    font-size: 16px !important;
    font-weight: normal !important;
    margin-top: 5px !important;
}

/* Hover Effect */
.service-button:hover {
    background: #555 !important; /* Slightly darker on hover */
    color: #fff !important;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .service-button {
        max-width: 90% !important;
        padding: 12px 20px !important;
    }

    .service-title {
        font-size: 20px !important;
    }

    .service-subtext {
        font-size: 14px !important;
    }
}
.service-inquiry {
    background: #5A5A5A; /* Dark Gray Background like other cards */
    border: 3px solid #FF9E7A; /* Orange Border */
    border-radius: 8px; /* Rounded edges */
    padding: 15px; /* Adjusted padding */
    text-align: center;
    color: #ffffff;
    font-size: 14pt;
    width: 50%; /* Make it a bit tighter */
    margin: 20px auto; /* Centers it */
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
}

.service-inquiry h3 {
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-inquiry-button {
    display: inline-block;
    background: #FF9E7A; /* Orange Button */
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 14pt;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.service-inquiry-button:hover {
    background: #E07B5A; /* Slightly darker orange */
}
.faq-full-list {
    text-align: center;
    margin-top: 20px;
}

.faq-button {
    display: inline-block;
    background: #5A5A5A; /* Dark Gray Background */
    color: #ffffff;
    text-decoration: none;
    padding: 12px 24px;
    font-size: 14pt;
    font-weight: bold;
    border: 3px solid #FF9E7A; /* Orange Border */
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.faq-button:hover {
    background: #E07B5A; /* Slightly darker orange */
    border-color: #E07B5A;
}