.container {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
}


.section-heading {
    text-align: center;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    color: #2c3e50; 
    font-weight: bold;
    border-bottom: 3px solid #3498db;
    display: inline-block;
    padding-bottom: 0.5rem;
}


 /* header {
    background-color: #003366;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
    position: fixed; 
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
} */

 header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} 

header h1 {
    font-size: 2.25rem; 
    margin: 0;
    font-weight: 800;
    letter-spacing: 1px; 
}


#hero {
    background: linear-gradient(135deg, #004080, #0099ff);
    color: #ffffff; 
    padding: 100px 20px; 
    text-align: center;
    position: relative;
    overflow: hidden;
}

#hero .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#hero h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); 
}

#hero p {
    font-size: 1.25rem; 
    margin-bottom: 30px;
    line-height: 1.8;
}

.cta-button {
    background-color: #ff6600; 
    color: #ffffff; 
    padding: 14px 30px;
    font-size: 1.125rem;
    text-decoration: none;
    border-radius: 50px; 
    font-weight: 700; 
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.cta-button:hover {
    background-color: #e65c00;
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); 
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}


.service-item {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    flex: 1 1 calc(25% - 1.5rem);
    margin: 1rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}


.service-item h3 {
    font-size: 1.9rem;
    margin-bottom: 1rem;
    color: #3498db; 
    font-weight: bold;
}


.service-item p {
    font-size: 1.1rem;
    color: #7f8c8d; 
    line-height: 1.6;
}

.process-steps {
    margin-top: 1.5rem;
    background-color: #ecf0f1;
    padding: 1rem;
    border-radius: 8px;
}

.process-steps h4 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: bold;
}

.process-steps ol {
    margin-left: 1.5rem;
    color: #34495e;
}

.process-steps li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.5rem;
}

.process-steps li::before {
    content: "\2022"; 
    font-size: 1.5rem;
    color: #3498db;
    position: absolute;
    left: 0;
    top: 0;
}

.schedule-call {
    background-color: #f9f9f9;
    padding: 50px 0;
}

.schedule-call .container {
    text-align: center;
}

.schedule-call .section-heading {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.schedule-call p {
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 20px;
}

.schedule-call .link-primary {
    color: #3498db;
    text-decoration: none;
    font-weight: bold;
}

.schedule-call .link-primary:hover {
    text-decoration: underline;
}

.schedule-call .button-schedule {
    display: inline-block;
    padding: 15px 30px;
    background-color: #3498db;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background-color 0.3s;
}

.schedule-call .button-schedule:hover {
    background-color: #2980b9;
}

.contact-info {
    background: #f0f4f8; 
    color: #333; 
    padding: 60px 20px;
    border-top: 5px solid #007bff; 
    position: relative;
}

.contact-info .container {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info .section-heading {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    color: #007bff; 
    text-transform: uppercase;
}

.contact-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.contact-item {
    background: #ffffff; 
    border-radius: 10px;
    padding: 30px;
    max-width: 320px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

.contact-item:hover {
    background: #f8f9fa; 
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.contact-item .contact-icon {
    font-size: 3rem;
    color: #007bff; 
    margin-bottom: 20px;
}

.contact-item h3 {
    font-size: 1.75rem;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-item p {
    font-size: 1.125rem;
    margin: 5px 0;
}

.contact-item a {
    color: #007bff; 
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: #0056b3; 
}

.footer {
    background-color: #3498db;
    color: #ffffff; 
    padding: 40px 20px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-section {
    flex: 1;
    margin: 0 20px;
    min-width: 200px;
}

.footer-section.logo h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.footer-section.logo p {
    font-size: 1rem;
    color: #ffffff; 
}

.footer-section.links h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.footer-section.links ul {
    list-style: none;
    padding: 0;
}

.footer-section.links ul li {
    margin-bottom: 8px;
}

.footer-section.links ul li a {
    color: #ffffff; 
    text-decoration: none;
}

.footer-section.links ul li a:hover {
    text-decoration: underline;
}

.footer-section.social h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    color: #ffffff; 
    background-color: #333;
    border-radius: 50%;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons .social-icon.facebook:hover {
    background-color: #3b5998;
}

.social-icons .social-icon.twitter:hover {
    background-color: #1da1f2;
}

.social-icons .social-icon.linkedin:hover {
    background-color: #0077b5;
}

.social-icons .social-icon.instagram:hover {
    background-color: #e4405f;
}

.footer-section.newsletter h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.newsletter form {
    display: flex;
    gap: 10px;
}

.newsletter input[type="email"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    flex: 1;
    font-size: 1rem;
}

.newsletter button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: #ffffff; 
    color: #3498db;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
}

.newsletter button:hover {
    background-color: #3498db; 
    color: #ffffff; 
}

.footer-bottom {
    background-color: #2980b9; 
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p {
    font-size: 1rem;
    margin: 0;
}
.home-icon {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    font-size: 24px;
    color: #000;
    background: #fff; 
    border-radius: 50%; 
    padding: 10px; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.3); 
    text-decoration: none;
  }
  
  .home-icon:hover {
    color: #007bff; /* Color change on hover */
  }