body {
    background-color: #f1f1f1;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Raleway', sans-serif;
}


/* Nav Start */
nav {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1000;
}

nav ul {
    display: flex;
    list-style: none;
}

.nav-links {
    display: flex;
    list-style: none;
    justify-content: center;
    order: 1;
    margin-right: auto;
    order: 2;
    margin: 0;
    padding: 0;
}

.nav-links.active {
    display: flex;
}

.nav-links li {
    margin: 0 20px;
}

.nav-links li a {
    color: black;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.nav-links li a:hover {
    color: #ffd700;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2rem;
}

nav ul li a:hover {
    color: goldenrod;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-image {
    order: 1;
}

.logo-image img {
    max-width: 150px;
    height: auto;

}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    margin-left: auto;
    order: 3;
}

.hamburger .bar {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 3px 0;
    transition: all 0.3s ease;
}


@media screen and (max-width: 600px) {
    .nav-links {
        display: none;
        flex-direction: column;
        font-size: 1.5rem;
        text-align: center;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        padding: 10px;
        z-index: 1000;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: block;
        margin-left: auto;
        align-items: end;
        padding-left: 100%;
    }

    .navbar .container {
        display: flex;
        align-items: center;
    }

    .logo-image {
        order: 1;
    }

    .nav-links {
        order: 2;
    }
}

/* Nav End */

/* Header Start */
.hero {
    height: 100vh;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    position: relative;
}

.hero-title {
    font-family: 'Lobster', cursive;
    font-size: 4rem;
    margin-bottom: 10px;
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 20px;
    animation: slideRight 24s linear infinite;
    white-space: nowrap;
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        transform: translateX(100%);
    }
}

.btn {
    padding: 15px 30px;
    background-color: goldenrod;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn:hover {
    background-color: blue;
    transform: scale(1.05);
    border: goldenrod;
}


header {
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 0 30px #000;
    text-align: center;
}

header li {
    display: inline;
    padding-left: 45px;
}

header li a {
    color: #333;
    text-decoration: none;
    padding: 13px;
    transition: .3s ease;
}

header li a:hover {
    color: royalblue;
}

header ul #contact a {
    color: #fff;
    background-color: #333;
    border-radius: 30px;
    float: right;
    position: relative;
    top: -15px;
    transition: .3s ease;
}

header ul #contact a:hover {
    background-color: goldenrod;
}

header li img {
    width: 120px;
    float: left;
    margin-top: -55px;
    mix-blend-mode: multiply;
}

.active {
    color: royalblue;
}


@media screen and (max-width: 800px) {
    .hero {
        height: auto;
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 1000px) {
    .hero {
        height: auto;
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 400px) {
    .hero {
        height: auto;
        padding: 40px 20px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn {
        padding: 10px 20px;
        font-size: 1rem;
    }
}

/* Header End */


/** About Us Start **/
.about-container {
    background: url('images/production.jpeg') no-repeat left;
    background-size: 55%;
    background-color: #fff;
    overflow: hidden;
    margin-top: 30px;
    padding: 100px 0;
}

.inner-section {
    width: 55%;
    float: right;
    background-color: #fff;
    padding: 100px;
    box-shadow: 0 0 30px #000;
    text-align: left;
}

.inner-section h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
    color: blue;
}

.about-text {
    font-size: 15px;
    color: black;
    line-height: 30px;
    text-align: justify;
}

.about-button button {
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    border: none;
    border-radius: 20px;
    padding: 8px;
    width: 200px;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
}

.about-button button:hover {
    transition: 1s;
    background-color: goldenrod;
}


@media screen and (max-width: 1000px) {
    .about-container {
        background-size: cover;
        padding: 60px 20px;
        background-position: center;
    }

    .inner-section {
        width: 90%;
        margin: auto;
        padding: 60px;
    }

    .inner-section h1 {
        font-size: 28px;
    }

    .about-text {
        font-size: 14px;
        line-height: 1.6;
    }
}


@media screen and (max-width: 600px) {
    .about-container {
        padding: 20px;
        background-size: cover;
        background-position: center;
    }

    .inner-section {
        width: 100%;
        padding: 30px;
        box-shadow: none;
        float: none;
        text-align: center;
    }

    .inner-section h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .about-text {
        font-size: 14px;
        line-height: 1.6;
        padding: 0 10px;
        text-align: center;
    }

    .about-button button {
        font-size: 14px;
        padding: 10px;
        width: 160px;
    }
}

/** About Us End **/


/* Mission & Vision Start */
.ms-container {
    display: flex;
    align-items: flex-start;
    background: #fff;
    gap: 20px;
    justify-content: center;
}

.circle {
    position: relative;
    border-radius: 5px;
    border: 2px solid #ffd700;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.6),
        0 0 30px rgba(255, 215, 0, 0.4),
        0 0 40px rgba(255, 215, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    text-align: center;
    min-height: 300px;
    max-width: 250px;
}

.circle h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: blue;
}

.circle img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-top: 30px;
    margin-bottom: 15px;
}

.description {
    line-height: 1.5;
    font-size: 1em;
    margin-top: 10px;
}


@media (max-width: 768px) {
    .ms-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }

    .circle {
        width: 90%;
        max-width: 100%;
        min-height: auto;
        box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
        padding: 20px 15px;
        margin: 10px 0;
    }

    .circle h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
        color: #003366;
    }

    .circle img {
        width: 100px;
        height: 100px;
        margin: 15px 0;
        border-radius: 50%;
    }

    .description {
        font-size: 1rem;
        line-height: 1.4;
        text-align: center;
    }
}

/* Mission & Vision End */



/* Services Section */
#services {
    background-color: #f8f9fa;
    padding: 100px 0;
    text-align: center;
}

#services h2 {
    font-size: 2.5rem;
    color: blue;
    margin-bottom: 30px;
}

#services ul {
    list-style: none;
    text-align: left;
    width: 70%;
    margin: 0 auto;
}

#services ul li {
    padding: 15px;
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    margin-bottom: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

#services ul li:hover {
    transform: translateY(-5px);
    background-color: goldenrod
}

@media (max-width: 768px) {
    #services {
        padding: 50px 0;
    }

    #services h2 {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    #services ul {
        width: 90%;
        padding: 0 10px;
    }

    #services ul li {
        padding: 12px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #services h2 {
        font-size: 1.75rem;
    }

    #services ul {
        width: 100%;
    }

    #services ul li {
        padding: 10px;
        font-size: 0.9rem;
    }
}

/** Services End**/



/**Our-Approach-Start**/
.approach-section {
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 255, 0.884);
    padding: 40px 20px 20px;
}

.approach-section h2 {
    margin-top: 20px;
    color: #fff;
    font-size: 2rem;
    margin-top: 30px;
    margin-top: 10px;
}

.approach-section .text1 {
    color: #fff;
}

.squares-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

.square {
    background-color: goldenrod;
    color: #000;
    border: 2px solid goldenrod;
    border-radius: 5px;
    padding: 20px 10px 10px;
    width: 100px;
    text-align: center;
    font-size: 0.9em;
    margin-bottom: 30px;
    cursor: pointer;
}

.arrow {
    font-size: 1.5em;
    color: goldenrod;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .approach-section h2 {
        font-size: 1.8rem;
        margin-top: 10px;
    }

    .squares-container {
        flex-direction: column;
        align-items: center;
    }

    .square {
        width: 80%;
        font-size: 1em;
        padding: 10px;
    }

    .arrow {
        display: none;
    }
}

/**Our-Approach-End**/


/* Contact Us Start */
#contact-us {
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.left-side .details a {
    text-decoration: none;
    transition: all 2s ease;
}

.left-side .details a:hover {
    color: goldenrod;
}

.contact-container {
    width: 80%;
    background: #fff;
    padding: 20px 60px 40px 40px;
    box-shadow: 0 5px 10px rgb(0, 0, 0.5);
    margin-top: 50px;
    margin-bottom: 50px;

}

.contact-container .contact-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*left side*/
.contact-container .contact-content .left-side {
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    position: relative;
}

.contact-content .left-side::before {
    content: '';
    position: absolute;
    height: 70%;
    width: 2px;
    right: -15px;
    top: 50%;
    transform: translateY(-40%);
    background: black;
}

.contact-content .left-side .details {
    margin: 14px;
    text-align: center;
}

.contact-content .left-side .details i {
    font-size: 30px;
    margin-bottom: 10px;
    color: black;
}

.contact-content .left-side .details .topic {
    font-size: 18px;
    font-weight: 500;
}

.contact-content .left-side .details .text-one,
.contact-content .left-side .details .text-two {
    font-size: 14px;
    color: #333;
}

/*right side*/
.contact-content .right-side .topic-text {
    font-size: 23px;
    font-weight: 600;
    color: black;
}

.contact-content .right-side .input-box {
    font-size: 23px;
    font-weight: 600;
}

.contact-container .contact-content .right-side {
    width: 75%;
    margin-left: 75px;
}

.right-side .input-box {
    height: 50px;
    width: 100%;
    margin: 12px 0;
}

.right-side .input-box input,
.right-side .input-box textarea {
    height: 100%;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    resize: none;
}

.right-side .message-box {
    min-height: 110px;
    margin-top: 6px;
}

.right-side .button {
    display: inline-block;
    margin-top: 20px;
}

.right-side .button input[type="button"] {
    color: #fff;
    font-size: 14px;
    background: black;
    border: none;
    border-radius: 6px;
    outline: none;
    padding: 8px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button input[type="button"]:hover {
    background: goldenrod;
}

@media(max-width: 950px) {
    .contact-container {
        width: 90%;
        padding: 20px 35px 40px 35px;
    }
}

@media (max-width: 820px) {
    .contact-container .contact-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-container .contact-content .left-side,
    .contact-container .contact-content .right-side {
        width: 100%;
        margin-left: 0;
    }

    .contact-content .left-side::before {
        display: none;
    }
}


@media (max-width: 600px) {

    .right-side .input-box input,
    .right-side .input-box textarea {
        padding: 5px 10px;
        font-size: 13px;
    }

    .right-side .input-box {
        height: 40px;
    }

    .right-side .message-box {
        height: 100px;
        font-size: 14px;
    }

    .right-side .button input[type="button"] {
        font-size: 13px;
        padding: 8px 12px;
        width: 100%;
    }

    .button input[type="button"]:hover {
        background: goldenrod;
    }

}

/* Contact Us End */


/* Footer Start */
.footer {
    color: #fff;
    background-color: #2c2c2c;
    text-align: left;
    padding: 40px 20px;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
}

.footer h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.contact-info {
    margin: 15px 0;
}

.social-links {
    margin: 15px 0;
}

.social-links a {
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
}

.social-links a:hover {
    text-decoration: #f39c12;
}

.footer p {
    margin: 10px 0;
    font-size: 0.9rem;
}

@media screen and (max-width: 600px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer p {
        font-size: 0.8rem;
        margin: 5px 0;
    }

    .footer {
        padding: 20px 10px;
    }
}

/* Footer End */



/* Back-to-top button start */
#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: goldenrod;
    color: white;
    padding: 8px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 24px;
}

#back-to-top:hover {
    background-color: black;
}

/* Back-to-top button end */