body{
    background-color: #e6e6e6;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0px;
}
h1{
    color: #ffffff;
    text-align: left;
    font-size: 2rem;
    position: absolute;
    margin-top: 15%;
    margin-left: 10%;
}
h2{
    color: #ffffff;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 20px;
    padding: 10px;
    position: absolute;
    margin-top: 15%;
    margin-left: 45%;
}
footer{
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #0471A6;
    color: white;
}
.hero {
    text-align: center;
    margin-bottom: 0px;
    background-image: url('images/background.png'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-top: 30px;
    height: 100vh;
}

.hero2 {
    text-align: center;
    margin-bottom: 0px;
    background-image: url('images/background.png'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 0px;
    padding-top: 30px;
    height: 8vh;
}
.hero p1{
    font-size: 2rem;
    color: #eeeeee;
    margin-top: 10px;
}
.home {
    text-decoration: none;
    color: #eeeeee;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 20px;
}
.about, .services, .contact, .templates, .our-process, .pricing {
    text-decoration: none;
    color: #eeeeee;
    font-weight: bold;
    font-size: 1rem;
    margin-left: 20px;
    margin-top: 40px;
}
.about:hover, .services:hover, .contact:hover, .templates:hover, .our-process:hover, .pricing:hover {
    font-size: 1.5rem;
    transition: 0.3s ease-in-out;
    color: #ffffff;
}

.hero img {
    position: absolute;
    width: 10%;
    margin-top: 20%;
    margin-left: 15%;
    display: block;
}
h3{
    color: #3d3d3d;
    text-align: center;
    font-size: 2rem;
    padding: 10px;
}
.abt-content{
    color: #3d3d3d;
    text-align: center;
    font-size: 1.2rem;
    padding: 20px;
    margin-top: 20px;
    margin-left: 100px;
    margin-right: 100px;
}
.about-content {
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    background-color: rgb(238, 238, 238);
}
.abt-link{
    text-decoration: none;
    color: #3d3d3d;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 20px;
    background-color: rgb(238, 238, 238);
    padding: 10px;
    border-radius: 20px;
    outline: black solid;
    outline-width: 3px;
}
.abt-link:hover {
    color: #3d3d3d;
    transition: 0.3s ease-in-out;
    background-color: rgb(207, 207, 207);
}
.spacer {
    height: 1.5vh; /* Adjust the height as needed */
    background-color: #0471A6;
    width: 100%;
}

/* Contact Section Styles */
.contact-content {
    max-width: 800px;
    margin: 40px auto 0 auto;
    padding: 18px 18px;
    text-align: center;
}

.contact-content h3 {
    color: #3d3d3d;
    font-size: 2rem;
    margin-bottom: 16px;
    text-align: center;
}

.contact-content p {
    color: #555;
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.services-content {
    background: #f5f5f5;
    padding: 32px;
    text-align: center;
}
.services-content p4{
    color: #555;
    font-size: 1.1rem;
}
.process{
    display: block;
    background: rgb(238, 238, 238);
    padding: 32px 24px;
    text-align: center;
    list-style-type: none;
}
ol{
    color: #555;
    font-size: 1.1rem;
    list-style-type: none;
}
.service-item {
    display: inline-block;
    width: 30%;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.service-item img {
    max-width: 100%;
    height: 500px;
    border-radius: 8px;
}
.service-item2 {
    display: inline-block;
    width: 25%;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.service-item2 img {
    max-width: 50%;
    height: 20vh;
    border-radius: 8px;
}
.process p4{
    color: #555;
    font-size: 1.1rem;
}
.pricing2 {
    padding: 32px;
    text-align: center;
}
.pricing-item {
    display: inline-block;
    width: 20%;
    height: 750px;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pricing-item2 {
    display: inline-block;
    width: 20%;
    height: 650px;
    margin: 10px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.pricing-item2-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.pricing2 h3 {
    color: #3d3d3d;
    font-size: 2rem;
    margin-bottom: 12px;
}
.pricing2 p4 {
    color: #555;
    font-size: 1.1rem;
    width: 50vh;
}
.pricing2 img{
    max-width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
}
p5 {
    font-weight: bold;
    color: #555;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: left;
}
p9 {
    font-weight: bold;
    color: green;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: left;
}
p10 {
    font-weight: bold;
    color: red;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: left;
}
.pricing-item ul{
    padding: 0;
    margin: 50px;
}
p6{ 
    font-weight: bold;
    color: #555;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: center;
}
.pricing-item2 img {
    max-width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
}
p7 {
    font-weight: bold;
    color: green;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: center;
    background-color: #e6e6e6;
    border-radius: 15px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.btn{
    display: block;
    background-color: #0471A6;
    color: white;
    padding: 15px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 20px auto;
    width: 30vh;
}
.btn:hover {
    background-color: #035a8c;
}
.templates{
    padding: 20px;
    text-align: center;
    margin: 20px auto;
    width: 75%;
}
.templates2{
    background-color: #ffffff;
    text-align: center;
}
.template-item img {
    max-width: 100%;
    height: 100px;
    margin: 0;
}
.template-item p6{
    font-weight: bold;
    color: #555;
    font-size: 1.1rem;
    margin-top: 20px;
    padding: 15px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 60%;
}
p8 {
    font-weight: bold;
    color: #555;
    font-size: 1rem;
    padding: 5px;
    margin-top: 20px;
    display: block;
    text-align: center;
    margin: 20px auto;
    width: 80%;
}
.team-member {
    text-align: center;
    display: inline-block;
    width: 20%;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin: 25px;
}
.team-member img {
    max-width: 100%;
    height: 150px;
    border-radius: 8px;
}
.our-team {
    padding: 32px;
    text-align: center;
    background-color: #f5f5f5;
}

/* Privacy Policy Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    overflow: auto;
}

.modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 32px 24px 24px 24px;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    position: relative;
    text-align: left;
}

.modal-content h2, .modal-content h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.modal-content ul {
    padding-left: 20px;
    margin-bottom: 16px;
}

.modal-content p, .modal-content ul, .modal-content li {
    font-size: 1rem;
    line-height: 1.6;
}

.close {
    color: #888;
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.2s;
}

.close:hover,
.close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

footer a {
    color: inherit;
    text-decoration: underline;
}
.linkedin {
    color: #0471A6;
    text-decoration: none;
    font-size: 1rem;
    margin-top: 10px;
    display: block;
}