/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* General Styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0056b3;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.navbar .logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
}

.nav-links li a:hover {
    background-color: #ff6600;
    border-radius: 5px;
}

/* Hero Section */
.hero {
    background: url('ab.jpeg') no-repeat center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
}

.hero-content h2 {
    /* font-size: 6rem; */
    animation: fadeIn 1.5s ease;
    font-size: 7.7rem;
    animation: fadeIn 1.5s ease;
    text-shadow: 2px 3px #74430c;
    color: #f2ed10;
}

.hero-content p {
    font-size: 1.2rem;
    margin: 1rem 0;
}

.cta-button {
    padding: 0.7rem 1.5rem;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: #ffa500;
}

/* Service Sections */


.service-section:hover {
    transform: translateY(-10px);
}

.service-section h2 {
    font-size: 2rem;
    color: #0056b3;
    margin-bottom: 1rem;
}

.service-section p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    color: #666;
}

.service-button {
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.service-button:hover {
    background-color: #003f7f;
}

/* Contact Section */
.contact-section {
    background-color: #f4f4f4;
    padding: 3rem 2rem;
    text-align: center;
}

.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.contact-form {
    display: flex;
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}

.contact-form input, .contact-form textarea, .contact-form button {
    padding: 0.8rem;
    margin: 0.5rem 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1rem;
}

.contact-form button {
    background-color: #0056b3;
    color: #fff;
    cursor: pointer;
    transition: background 0.3s;
}

.contact-form button:hover {
    background-color: #003f7f;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

/* Keyframes */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

/* General Styling */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Navbar */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0056b3;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.navbar .logo {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    display: flex;
    list-style: none;
}

.nav-links li a {
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: background 0.3s;
    font-size: 0.8rem;
    font-family: system-ui;
}

.nav-links li a:hover {
    background-color: #ff6600;
    border-radius: 5px;
}
li{list-style: none;}
/* Hero Section */
.hero {
    background: url('ab.webp') no-repeat center/cover;
    /* background-size: contain; */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    backdrop-filter: none;
}

.hero-content h2 {
    font-size: 5rem;
    animation: fadeIn 1.5s ease;
    text-shadow: 2px 3px #494545;
}
h1{


    font-size: 4rem;
}

.hero-content p {
    font-size: 1.2rem;
    margin: 1rem 0;
}

.about{
margin-top: 50px;
    /*height: 30vh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
        padding: 4%;
}

.cta-button {
   padding: 0.6rem .5rem;
    background-color: #ffffffeb;
    color: #1283f7;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    outline: none;
    border: none;
    border: 4px solid #1283f7;
    font-family: inherit;
}

.cta-button:hover {
    background-color: #0059b3;
}

/* Service Sections */

.service-section:nth-child(even) {
    background-color: #ffffff;
}

.service-section:hover {
    transform: translateY(-10px);
}

.service-image {
      width: 100%;
    max-width: 300px;
    border-radius: 10px;
    margin-bottom: 1rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.8);
    border-bottom-right-radius: 70px;
    border-top-left-radius: 59px;
}

.service-section h2 {
    font-size: 2rem;
    color: #0056b3;
    margin-bottom: 1rem;
}

.service-button {
    margin-top: 1rem;
    padding: 0.5rem 1.5rem;
    background-color: #0056b3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
    margin: 20px;
}

.service-button:hover {
    background-color: #003f7f;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 2rem;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}

.footer-content .company-info, .quick-links, .help {
    flex: 1 1 30%;
    padding: 1rem;
}

.footer-bottom {
    margin-top: 1rem;
}


.quick-links a{
color: #dadada;
}


.service-content {
    padding: 4rem 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    background-color: #f0f8ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.service-content div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
/* Responsive Design */
@media (max-width: 768px) {
    
   
    .navbar {
        flex-direction: row;
    }

    .nav-links {
        flex-direction: column;
                display: none;
    }

    .hero-content h2 {
        font-size: 2rem;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }
           .humberger_menu {
    
        
        display:block;
    }
    
    
.service-content {
 
    flex-direction: column;
}
}
@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 1.5rem;
    }
           .humberger_menu {
    
        
        display:block;
    }
.service-content {
 
    flex-direction: column;
}

    .footer-content div {
        margin: 1rem 0;
    }
}

/*navbar menu hum*/


.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0056b3;
    color: white;
    padding: 10px 20px;
}

.navbar .logo {
    font-size: 1.5rem;
}

.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
}

.humberger_menu {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    color: white;
}

/* Mobile view */
@media (max-width: 768px) {
    .nav-links {
              display: none;
        flex-direction: column;
        background-color: #0056b3;
        position: absolute;
        top: 56px;
        right: 0;
        width: 47%;
        text-align: center;
        /* border-top: 1px solid #ffffff38; */
        height: 100vh;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
    
    }
    .humberger_menu {
    
        
        display:block;
    }

    .nav-links.active {
               display: flex
;
        align-items: center;
        justify-content: center;
    }

    .humberger_menu {
        display: block;
    }
}
.humberger_menu {
       height: auto;
    width: 100%;
    /* background-color: white; */
    border-radius: 2px;
    transition: all 0.3s ease;
    margin: 4px;
    max-width: 34px;
}

.humberger_menu span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 3px;
    transition: all 0.3s ease;
        margin: 4px;
}

