body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: whitesmoke;
}
.top-div {
    height: 270px; /* Adjust this height as needed for content */
    /* background: linear-gradient(135deg, #ffffff, #f1f1f1); Soft gradient from white to light gray */
    box-shadow: 0 8px 20px rgba(72, 85, 255, 0.4); /* Soft blue shadow */
    background: linear-gradient(135deg, #9da6f7, #03024d);
    /* box-shadow: 0 8px 20px rgba(255, 255, 254, 0.884); */
    /* background: linear-gradient(135deg, #dcdde4, #c0c0c2); */
    padding-top: 100px; /* Add padding to prevent overlap with header */
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    margin-top: 0; /* Remove negative margin */
    position: fixed; /* Make header fixed */
    top: 0; /* Fix it to the top */
    width: 100%; /* Full width */
    z-index: 100; /* Ensure it’s above other elements */
    background: linear-gradient(135deg, #9da6f7, #03024d); 
    /* background: linear-gradient(135deg, #ffffff, #f1f1f1); 
    box-shadow: 0 8px 20px rgba(72, 85, 255, 0.4);  */

}
.logo-icon{
    /* background-color: black; */
    height: 135px;
}
.logo img {
    width: 100%;
    height: 100%;
}

.navbar-desktop {
    display: flex; /* Show navigation items in desktop view */
    margin: 5px;
}

.navbar-desktop .s-icons{
    /* width: 200px; */
    /* background-color: black; */
    height: 40px;
    margin-right: -440px;
    margin-top: -13px;
}

.navbar-desktop .s-icons  .s-icon img {
    height: 25px;
    margin: 10px;
}
.navbar-desktop ul {
    display: flex;
    gap: 10px; /* Space between navigation items */
    list-style-type: none;
    margin-top: 30px;
}

.navbar-desktop li a {
    text-decoration: none;
    color: orange;
    font-size: 20px;
    padding: 7px;
}
.navbar-desktop .dropdown .dropdown-content a {
    font-size: 16px;
    color: #03024d;
}
.navbar-desktop .dropdown .dropdown-content a:hover{
    color: orange;
}
.dropdown {
    overflow: hidden;
}
.navbar-desktop .dropdown .dropbtn {
    font-size: 20px;
    color: orange;
    padding: 10px;
}


.dropdown .dropbtn {
    border: none;
    outline: none;
    color: orange;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-size: 16px;
}

.dropdown-content a:hover {
    /* background-color: rgb(12, 3, 134); */
    color: rgb(243, 161, 8);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.menu-icon {
    font-size: 24px;
    cursor: pointer;
    color: orange;
    display: none; /* Hide by default */
    margin-right: 10px;
}


/* Media query for mobile view */
@media (max-width: 900px) {
    .navbar-desktop {
        display: none; /* Hide navigation items on mobile */
    }
    .menu-icon {
        display: block; /* Show hamburger menu on mobile */
    }
}

.navbar {
    position: fixed;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    margin-top: -120px;
    text-align: justify;
}

.navbar.open {
    transform: translateX(0);
}

.navbar ul {
    list-style-type: none;
    padding: 0;
    float: left;
}

.navbar li {
    margin: 5px;
}

.navbar a {
    color: orange;
    text-decoration: none;
    font-size: 15px;
}
.navbar .dropdown {
    width: 120px;
}

.navbar .dropdown-content{
    background-color: #03024d;

    /* margin-left: -30px; */
}
.navbar .dropdown-content a {
    padding: 5px;
}
.close-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}
.navbar ,.dropdown .dropbtn {
    font-size: 15px;
    padding: 2px;
}

/* ========================== header image section =============== */
.header-container {
    position: relative;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    height: 120px;
    /* border: 4px solid orange; */
    border-radius: 10px;
}

.quote-box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 10px;
    /* background-color: black; */
    margin-top: 60px;
}

.quote-text {
    font-size: 35px;
    color: white;
    padding: 20px;
    display: none; /* Hide all quotes initially */
    opacity: 0;
    transition: opacity 1s ease-in-out;
    font-style: italic;
}

@media(max-width:900px) {
 .top-div{
    height: 300px;
 }
    .quote-box{
        margin-top: 60px;
    }
    .quote-text{
        font-size: 27px;
    }
}

/* ================== servcies section ================== */
.service-head{
    width: 100%;
    margin: auto;
    text-align: center;
}

.service-head h3 {
    color: rgb(4, 4, 119);
    font-size: 34px;
    margin-top: 60px;
    font-weight: 500;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.service-head h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 24px;
    font-weight: 100;
    color: orange;
    margin-top: -10px;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; /* Adjust spacing between boxes */
    padding: 20px;
    box-sizing: border-box;
    width: 80%;
    margin: auto;
    margin-bottom: 80px;

}
.service-box{
    position: relative;
    flex: 1 1 calc(20% - 10px); /* 20% width with a little margin */
    margin: 10px; /* Spacing between boxes */
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    min-width: 150px; /* Ensures minimum width */
    height: 150px; /* Adjust height to accommodate icon and title */
    text-decoration: none;
    display: flex; /* Use Flexbox */
    flex-direction: column; /* Stack items vertically */
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Vertically center the content */
    background-color: white;
    color: black; /* Text color */
}

.service-icon {
    font-size: 80px; /* Increase icon size */
    color: #e9a94a; /* Beautiful orange color */
    margin-bottom: 10px; /* Space between icon and title */
    transition: transform 0.3s ease; /* Smooth animation for hover */
}

.service-box:hover .service-icon {
    transform: scale(1.2); /* Enlarge icon slightly on hover */
}

.service-title {
    font-size: 20px;
    margin-top: 8px;
    /* background-color: black; */
    /* width: 130px; */
    /* font-weight: bold; */
    /* color: rgb(12, 3, 134); */
    color: black;
}

@media (max-width:1000px) {
    .service-title {
        font-size: 15px;
        margin-top: 8px;
        color: rgb(12, 3, 134);
    }
    .service-head h3 {
        font-size: 23px;
        font-weight: 500;
    }
    .services {
        margin-bottom: 100px;
    }
}



/* ============ footer -================ */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    /* background-color: #333; */
    background: linear-gradient(135deg,#9da6f7, #03024d);
    color: orange;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.social-icons a {
    margin-right: 15px; /* Spacing between icons */
}

.social-icons img {
    width: 24px; /* Set appropriate icon size */
    height: 24px;
}

.copyright{
    margin-right: 25px;
}
@media(max-width:900px) {
    .copyright{
        font-size: 15px;
    }
}

