*{
    margin: 0;
    padding: 0;
    
}
.header{
    min-height: 100vh;
    width: 100%;
    background-image: url(images/back.jpg);
    background-position:center;
    background-size: cover;
    position:relative;
    
        
}
nav{
    display: flex;
    padding:2% 6%;
justify-content: space-between;
    align-items: center;
    
    
}
nav img{
    width:250px;
    
}
.nav-links{
    flex: 1;
    text-align: right;
    
}
.nav-links ul li {
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    
}
.nav-links ul li  a{
    color: dimgrey;
    text-decoration: none;
    font-size: 13px;
    
    
}
.nav-links ul li::after{

    content: '';
    width:0%;
    height: 2px;
    background:#f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
    
    
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color:grey;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
        text-align:center;
    
}
.text-box h1{
    font-size:62px;
    
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 20px;
     color:grey;
    
}
.hero-btn{
    display: inline-block;
    text-decoration:none;
    color:grey;
    border: 1px solid grey;
    padding:12px 34px;
    font-size: 20px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border:1px solid #f44336;
    background:#f44336;
    transition:1s;
    
}  
nav .fa{
    display: none;
}
@media(max-width: 700px) {
    .text-box h1 {
        font-size: 20px;
    }

    /* Stack menu items vertically */
    .nav-links ul li {
        display: block;
        padding: 15px 0;
    }

    /* Make the whole nav container slide in */
    .nav-links {
        position: absolute;
        background: skyblue;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 5;
        transition: 1s;
    }
    nav .fa{ display: block;
    color:black;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul {
        padding: 30px;
    }
}
.Services{
    width: 80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
    
}
h1{ font-size:36px;
font-weight: 600;


}
p{
    color: black;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
        padding:10px;
    
}
.row{ 
    
    
    margin-top:5%;
    display: flex;
    justify-content: space-between;


}
.footer {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    
}
.footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
        
}
    
.service-col{
    
    flex-basis: 31%;
    background: #d6ebf4;
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;

    
}
h3{ 
    
    text-align: centre;
    font-weight: 600;
    margin:10px;
    


}
.service-col :hover{
    box-shadow: 0 0 20px px rgba(0, 0, 0, 0.2);
}
    
@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}
        
.expertise{
    width:80%;
    margin: auto;
    text-align: center;
    padding-top: 100px;
}
.expertise-col{
    flex-basis: 31%;
    border-radius: 10px;
    margin-bottom: 5%;
    text-align: left;
}
     .expertise-col img  
{
    width: 100%;
    border-radius: 10 px;
}
        
        
  .expertise-col p 
{
    padding: 0;
}
.expertise-col h3{
    margin-top: 16px;
    margin-bottom: 15px;
    text-align: left;
    
}
.cta{
    margin: 100px auto;
    width: 80%;
    background-image:  url(images/cont.jpeg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
    
    
}
.cta h1{
    color: black;
    margin-bottom: 40px;
    padding: 0;
}     
@media(max-width: 700px)    {
    .cta.h1{
        font-size: 24px;
    }
    
}
.contact-details {
    display: flex;
    align-items: center;
    background: #f9fafb;
    padding: 20px;
    border-radius: 8px;
    max-width: 500px;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0,0,0,0.08);
    font-family: Arial, sans-serif;
    gap: 15px;
}

.contact-details img {
    max-width: 300px;
    height: auto;
    border-radius: 6px;
}

.contact-text {
    text-align: right;
    flex: 1;
}

.contact-text h4 {
    margin: 0 0 8px;
    font-size: 20px;
    color: #1f2937;
    letter-spacing: 1px;
}

.contact-text p {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
}

.contact-text a {
    color: #2563eb;
    text-decoration: none;
}

.contact-text a:hover {
    text-decoration: underline;
}

/* Mobile view (phones) */
@media (max-width: 600px) {
    .contact-details {
        flex-direction: column;
        text-align: center;
    }

    .contact-text {
        text-align: center;
    }

    .contact-details img {
        margin-bottom: 10px;
    }
}
.sub-header{
    
  min-height: 20vh;
    width: 100%;
    background-image: url(images/back.jpg);
    background-position:center;
    background-size: cover;
    position:relative;
    text-align: center;
    
}
.about-us{
    width: 80%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
        
}
.about-col img{
    width: 100%;
}
/* Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

/* Header Section */
.contact-header {
    text-align: center;
    padding: 40px 20px;
    background: #0f4c75;
    color: white;
}
.contact-header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}
.contact-header p {
    font-size: 1rem;
}

/* Main Contact Container */
.contact-container {
    display: flex;
    flex-wrap: wrap;
    padding: 40px;
    gap: 30px;
    background: #f9f9f9;
}

/* Contact Info */
.contact-info {
    flex: 1;
    min-width: 250px;
}
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-item i {
    font-size: 20px;
    color: #0f4c75;
    margin-right: 15px;
    background: #e6f2ff;
    padding: 12px;
    border-radius: 50%;
}
.contact-item h5 {
    font-size: 16px;
    font-weight: bold;
}
.contact-item p {
    font-size: 14px;
    color: #555;
}

/* Contact Form */
.contact-form {
    flex: 1;
    min-width: 300px;
}
.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.contact-form input,
.contact-form textarea {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
}
.contact-form button {
    background: #0f4c75;
    color: white;
    padding: 12px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}
.contact-form button:hover {
    background: #085078;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }
}
