/* Background Colors */
@font-face {
    font-family: 'Palatino';
    src: url("/static/jp_industries/fonts/palr45w.ttf");
    font-display: swap;
    font-weight: 100;
    font-style: normal;
}
html{
    font-size: 16px;
}
.bg-white {
    background-color: #FFFFFF;
}

.bg-light-gray {
    background-color: #F5F5F5;
}

.bg-soft-gray {
    background-color: #E0E0E0;
}

.bg-medium-gray {
    background-color: #B0B0B0;
}

.bg-dark-gray {
    background-color: #606060;
}

.bg-darker-gray {
    background-color: #404040;
}

.bg-almost-black {
    background-color: #202020;
}

.bg-black {
    background-color: #000000;
}

/* Neon Blue Radial Gradient Background */
.neon-blue-gradient {
    background: radial-gradient(circle at 90% 50%, #0ff, #00f, #003); /* Center shifted to the right */
    color: #fff; /* Adjust text color for readability */
    padding: 30px; /* Add padding to enhance the gradient effect */
    /* border-radius: 8px; /* Optional: adds rounded corners */
    /*box-shadow: 0 0 15px rgba(0, 255, 255, 0.5); /* Optional: glowing effect */
}

.libre-franklin-variable {
    font-family: "Libre Franklin", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
  }

body {
    padding-top: 56px;
    font-family: 'Palatino', 'Libre Franklin', sans-serif;
    /* Adjust this value to the height of the navbar */
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*font-family: 'Open Sans', sans-serif;*/
    font-weight: 600;
}

.custom-text{
    font-size: 2.0rem;
}

footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}

.footer-logo {
    max-width: 120px;
    width: 100%;
}

.hero {
    background-color: #e9ecef;
    position: relative;
    padding: 100px 0;
    text-align: center;
    overflow: hidden;
    background: url('/static/jp_industries/images/american-flag.jpg') no-repeat center center;
    background-size: cover;
}

.landscaping {
    color: white;
    position: relative;
    padding: 60px 0;
    text-align: center;
    overflow: hidden;
    background: url('/static/jp_industries/images/landscaping-2.png') no-repeat center center;
    background-size: cover;
    z-index: 2;
}

.landscaping .container {
    position: relative;
    z-index: 2;
    color: white;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay with 50% opacity */
    /* Subtle background image */
    z-index: 1;
}

.hero .container {
    position: relative;
    z-index: 2;
    /* Ensure content is above the background */
    color: white;
    /* Set text color to contrast with the overlay */
}

.hero h1 {
    font-size: 3rem;
}

.hero p {
    font-size: 1.5rem;
}

.navbar-brand img {
    height: 60px;
}

.hero-logo {
    /* max-width: 200px; */
    /* Default max width */
    width: 100%;
    height: auto;
    /* Ensures responsiveness */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Subtle shadow effect */
}

.flex-container {
    display: flex;
    align-items: center;
    /* Vertically centers the content */
    justify-content: space-between;
    /* Adds space between the text and image */
}

.text-content {
    flex: 1;
    /* Allows text to take available space */
    padding-right: 20px;
    /* Adds space between text and image */
}

.image-content {
    flex: 0 0 auto;
    /* Keeps the image at its natural size */
}

.img-fluid {
    max-width: 100%;
    /* Adjust the size of the image as needed */
    height: auto;
}

.float-left {
    float: left;
    margin-right: 15px; /* Space between the image and the text */
    margin-bottom: 10px; /* Optional, to add space below the image */
    max-width: 150px; /* Optional, to control the size of the image */
}

.row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-row {
    padding-top: 45px;
    padding-bottom: 45px;
}

.full-width-section {
    width: 100%;
    /* Ensures the background stretches fully across the viewport */
    margin: 0;
    /* Removes default margins */
    padding: 0;
    /* Ensures no padding distorts the full-width effect */
}

/* Sub-Hero Section Styling */
.sub-hero {
    background: url('/static/jp_industries/images/sub-hero-bg.png'); /* Add subtle pattern */
    background-size: cover;
    padding: 0px 0; /* Add more padding for better spacing */
    border-top: 2px solid #d1d5da; /* Slightly darker border for emphasis */
    position: relative;
    overflow: hidden;
}

/* Decorative Accent Line */
.sub-hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(to right, #007bff, #5e72e4);
    border-radius: 2px;
    margin-top: -20px; /* Position above the header */
}

/* Header Text Styling */
.sub-hero-title {

    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    letter-spacing: 0.5px; /* Slightly increased spacing for a modern look */
}

/* Container styling (optional) */
.profile-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    padding-bottom: 20px;
}

/* Rectangle profile image styling */
.profile-image {
    width: 180px; /* Set width for a rectangular shape */
    height: 220px; /* Set height for a rectangular shape */
    border-radius: 10px; /* Adds subtle rounded corners for elegance */
    object-fit: cover; /* Ensures the image fills the rectangle without distortion */
    border: 2px solid #ddd; /* Adds a subtle border */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Adds a soft shadow for a floating effect */
}
.founder-image{
    display: inline-block;
    border: 5px double #2C3E50; /* Double border with a dark, elegant color */
    padding: 1px; /* Space between the image and the border */
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.3); /* Subtle shadow for a sophisticated 3D effect */
    max-width: 350px; /* Ensure responsiveness */
    background-color: #F7F4E3; /* Optional: adds a light, gold-tinted background */
}


.card-icon {
    width: 60px;
    /* Adjust width as needed */
    height: auto;
    /* Maintain aspect ratio */
    margin: 0 auto;
    /* Center the icon horizontally */
    display: block;
    /* Ensures the image block format */
}

.card {
    border: 1px solid #ddd;
    /* Subtle border for definition */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow effect */
    transition: transform 0.2s ease;
    /* Smooth hover effect */
    min-height: 200px;
    /* Set a minimum height to keep cards uniform */
}

.card:hover {
    transform: scale(1.05);
    /* Slightly enlarges the card on hover */
}

.accordion-button {
    background-color: #f8f9fa;
    color: #333;
}

.accordion-button:not(.collapsed) {
    background-color: #e2e6ea;
    color: #000;
}

.accordion-body {
    padding: 20px;
    background-color: #f0f4f8;
}



ul {
    list-style-type: disc;
    /* Standard bullet points */
    padding-left: 20px;
    /* Indentation for bullet lists */
}

ul li {
    margin-bottom: 10px;
    /* Space between list items */
    line-height: 1.6;
    /* Improved readability */
}

ul ul {
    list-style-type: circle;
    /* Nested lists have different bullet style */
    padding-left: 20px;
}

/* Elegant Image Border Style */
.elegant-border {
    border: 2px solid #ddd;
    /* Light gray border */
    border-radius: 8px;
    /* Rounded corners */
    padding: 5px;
    /* Space between the image and the border */
    background-color: #fff;
    /* Background to make the border stand out */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Subtle shadow for depth */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth hover effect */
}

/* Hover Effect */
.elegant-border:hover {
    transform: scale(1.02);
    /* Slight enlargement on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    /* Enhanced shadow on hover */
}

.navbar .btn {
    font-size: 1.5rem;  /* Match the text size of nav links */
    padding: .375rem .75rem;  /* Adjust padding to look like a button */
    line-height: 1.5;  /* Adjust line height to match nav links */
    color: white;  /* Ensure text is white */
    text-transform: none;  /* Remove any text transformation */
    border-radius: .25rem;  /* Keep button border radius */
}

.navbar .btn:hover {
    background-color: #0056b3;  /* Hover effect for the button */
    color: white;
}

@media (max-width: 575px) {
    .hero-logo {
        max-width: 150px !important;
        /* Use !important to override .img-fluid */
        width: auto !important;
        /* Prevents the image from stretching */
        height: auto !important;
        /* Keeps aspect ratio */
    }
    .custom-navbar-padding {
        padding-left: 15px;
        padding-right: 15px;
    }


}
@media (max-width: 449px){
    .custom-text{
        font-size: 1.3rem;
    }
}

@media (min-width: 576px) {
    .hero-logo {
        max-width: 150px;
        /* Smaller screens */
    }


}

@media (min-width: 768px) {
    .hero-logo {
        max-width: 200px;
        /* Medium screens */
    }
    .custom-navbar-padding {
        padding-left: 25px;
        padding-right: 25px;
    }

    
}

@media (min-width: 992px) {
    .hero-logo {
        max-width: 250px;
        /* Large screens */
    }
    .custom-navbar-padding {
        padding-left: 30px;
        padding-right: 30px;
    }

    
}

@media (min-width: 1200px) {
    .hero-logo {
        max-width: 300px;
        /* Extra large screens */
    }
    .custom-navbar-padding {
        padding-left: 50px;
        padding-right: 50px;
    }
    
}