* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #f5f7f8;
    height: auto;
    overflow-x: hidden !important;
}

.skyshu {
    font-size: medium;
    color: white;
}

/* navbar */
.custom-navbar {
    background: rgba(26, 31, 54, 0.95);
    backdrop-filter: blur(10px);
    padding: 12px 0;
}

.custom-navbar .navbar-brand span {
    color: #fff;
    font-size: 1.2rem;
}

.custom-navbar .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
}

.custom-navbar .nav-link:hover {
    color: #0d6efd !important;
}

/* Navbar toggler icon color (WHITE) */
.custom-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
    font-size: medium;
}

.custom-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.custom-navbar .navbar-collapse {
    overflow-x: hidden;
}

/* css for logo*/
.SkyShuLogoBack {
    max-width: 120px;
    max-height: 120px;
    animation: rotate 20s linear infinite;
}

.SkyShuLogoFront {
    max-width: 100px;
    max-height: 100px;
    left: 10px;
    top: 10px;
}

/* fontStyle for company name */
.company-name {
    font-weight: bold;
    font-size: 2.8vw;
    color: #1a1f36;
}

/* company tagline */
.company-tagline {
    font-weight: bold;
    font-size: 3.5vw;
    color: #1a1f36;
}

/* consultation button */
.consultation-button {
    background-color: #1a1f36;
    color: #b6ccd7;
    border: none;
    border-radius: 100px;
    font-size: 1.5vw;
    width: 75%;
}

/* hero image */
.hero-image {
    width: 100%;
    height: auto;
    max-height: 500px;
}

/* our-development-sevices */
.our-development-sevices {
    background-color: #ededed;
}

/* sub-text */
.subtext {
    color: #1a1f36;
}

/* development-services-text */
.development-services-text {
    font-weight: bold;
    font-size: 6.5vw;
    color: #1a1f36;
    line-height: 1.2;
}

/* service-tagline */
.service-tagline {
    font-size: 3.5vw;
    color: #1a1f36;
}

/* service-text-div */
.service-text-div {
    padding: 8px;
    color: #1a1f36;
    max-height: 250px;
    background-color: #b8bcbf;
}

/* service-text */
.service-text {
    font-weight: bolder;
    font-size: 2vw;
}

/* service-subtext */
.service-subtext {
    font-size: 1.1vw;
    font-weight: 500;
}

/* client-succeess-img */
/* .client-succeess-img {
    width: 27vw;
} */

/* client-service-text */
.client-service-text {
    color: #1a1f36;
}

/* team-text */
.team-text {
    font-weight: bolder;
    font-size: 10vw;
    line-height: 1;
}

/* .team {
    background-color: #ededed;
}

/* team members section */
/* .team-members {
    background-color: #ededed;
} */

.team-member-card {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.service-card:hover {
    transform: translateY(-8px);
}

.team-member-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    max-height: 300px;
    object-position: top;
}

.team-member-name {
    font-size: 2.3vw;
    color: #1a1f36;
}

/* recent-project-text */
.recent-project-text {
    font-size: 7vw;
    line-height: 1;
}

/* recent-project-subtext */
.recent-project-subtext {
    font-size: 1.8vw;
    line-height: 1;
}

/* recent-project-img */
.recent-project-img {
    width: 80%;
}


.project-hero-img {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    object-fit: cover;
    display: block;
}

.project-img {
    border-radius: 20px;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.project-1,
.project-2,
.project-3 {
    flex: 1;
    min-width: 0;
}

/* contact section */
#contact {
    min-height: 100vh;
    background-image: url('../images/contact-img.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#contact .container-fluid {
    position: relative;
    z-index: 2;
}

.left-contact-div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 20px;
    z-index: 3;
    position: relative;
}

.left-contact-div p {
    font-size: 4.5vw;
    font-weight: bold;
    color: white;
    line-height: 1.3;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
    max-width: min(500px, 100%);
}

.right-contact-div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 40px 20px;
    z-index: 3;
    position: relative;
}

.contact-form {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px !important;
    width: 100%;
    max-width: 500px;
    backdrop-filter: blur(10px);
}

.contact-form input {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background-color: #f9f9f9;
    color: #1a1f36;
}

.contact-form input::placeholder {
    color: #999;
    font-weight: 500;
}

.contact-form input:focus {
    outline: none;
    border-color: #1a1f36;
    background-color: white;
    box-shadow: 0 0 0 4px rgba(26, 31, 54, 0.1);
}

.contact-form input[type="email"]:invalid {
    border-color: #ff6b6b;
}

.contact-form input[type="email"]:valid {
    border-color: #51cf66;
}

.contact-form input[type="submit"] {
    background: linear-gradient(135deg, #1a1f36 0%, #2d3456 100%);
    color: white;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
    border: none;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.contact-form input[type="submit"]:hover {
    background: linear-gradient(135deg, #2d3456 0%, #1a1f36 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 31, 54, 0.3);
}

.contact-form input[type="submit"]:active {
    transform: translateY(0);
}

/* Footer */
#footer {
    background: linear-gradient(135deg, #1a1f36 0%, #2d3456 100%);
    color: #b6ccd7;
    padding-top: 40px;
}

.footer-column {
    padding: 0 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-title {
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #b6ccd7;
}

.footer-text a {
    color: #b6ccd7;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-text a:hover {
    color: white;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b6ccd7;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: white;
    padding-left: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(182, 204, 215, 0.2);
    padding: 30px 20px;
    margin-top: 30px;
}

.footer-copyright {
    color: #b6ccd7;
    font-size: 0.9rem;
}

.social-links {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(182, 204, 215, 0.15);
    border: 1px solid rgba(182, 204, 215, 0.3);
    border-radius: 50%;
    color: #b6ccd7;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: bold;
}

.social-link:hover {
    background-color: #b6ccd7;
    color: #1a1f36;
    transform: translateY(-3px);
}

/* media queries */
@media (max-width: 250px) {
    * {
        margin: 0 !important;
        padding: 0 !important;
    }

    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100vw !important;
    }

    .container, .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .col, [class*="col-"] {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .company-name {
        font-size: 14px !important;
    }

    .company-tagline {
        font-size: 16px !important;
    }

    .consultation-button {
        font-size: 12px !important;
        width: 100% !important;
        padding: 10px !important;
    }

    .development-services-text {
        font-size: 18px !important;
    }

    .service-tagline {
        font-size: 16px !important;
    }

    .service-text {
        font-size: 14px !important;
    }

    .service-subtext {
        font-size: 10px !important;
    }

    .team-text {
        font-size: 20px !important;
    }

    .recent-project-text {
        font-size: 18px !important;
    }

    .recent-project-subtext {
        font-size: 12px !important;
    }

    .left-contact-div p {
        font-size: 14px !important;
    }

    .client-txt {
        font-size: 24px !important;
    }

    .team-member-name {
        font-size: 16px !important;
    }

    .navbar-brand {
        font-size: 16px !important;
    }

    .nav-link {
        font-size: 14px !important;
    }
}

@media (max-width: 576px) {
    .company-name {
        font-size: 1vw;
    }

    .company-tagline {
        font-size: 1.5vw;
    }

    .consultation-button {
        font-size: 0.8vw;
        width: 70%;
    }

    .development-services-text {
        font-size: 3vw;
    }

    .service-tagline {
        font-size: 1.5vw;
    }

    .service-text {
        font-size: 1vw;
    }

    .service-subtext {
        font-size: 0.6vw;
    }

    .team-text {
        font-size: 4vw;
    }

    .recent-project-text {
        font-size: 3vw;
    }

    .recent-project-subtext {
        font-size: 1vw;
    }

    .left-contact-div p {
        font-size: 2vw;
    }

    .client-txt {
        font-size: 6vw;
    }

    .team-member-name {
        font-size: 4vw;
    }
}

@media (max-width: 1200px) {
    .company-name {
        font-size: 1.5vw;
    }

    .company-tagline {
        font-size: 2vw;
    }

    .consultation-button {
        font-size: 1vw;
    }

    .development-services-text {
        font-size: 4vw;
    }

    .service-tagline {
        font-size: 2vw;
    }

    .service-text {
        font-size: 1.5vw;
    }

    .service-subtext {
        font-size: 0.8vw;
    }

    .team-text {
        font-size: 6vw;
    }

    .recent-project-text {
        font-size: 4vw;
    }

    .recent-project-subtext {
        font-size: 1.2vw;
    }

    .left-contact-div p {
        font-size: 3vw;
    }
}

@media (max-width: 800px) {
    .consultation-button {
        font-size: 2vw;
        padding-left: 8px;
        padding-right: 8px;
        width: 80%;
    }

    .hero-section {
        max-height: 70vh;
    }

    .client-success {
        height: auto !important;
        padding: 40px 0;
    }

    .client-succeess-img {
        width: 80%;
    }

    .team {
        height: auto !important;
        padding: 40px 0;
        margin-top: 0;
    }

    .team .row {
        height: auto !important;
    }

    .recent-project-img {
        width: 100%;
    }

    .project-hero-img {
        max-width: 100%;
        height: auto;
        display: block;
    }

    .skyshu {
        font-size: 3vw;
        color: white;
    }

    /* Contact Section */
    #contact {
        min-height: auto;
        background-attachment: scroll;
        padding: 40px 0;
    }

    .left-contact-div {
        min-height: auto;
        padding: 30px 20px;
        text-align: center;
    }

    .left-contact-div p {
        font-size: 2rem;
        margin-bottom: 20px;
    }

    .right-contact-div {
        min-height: auto;
        padding: 20px;
    }

    .contact-form {
        padding: 25px !important;
        max-width: 100%;
    }

    .contact-form input {
        padding: 12px 14px;
        margin-bottom: 14px;
        font-size: 0.95rem;
    }

    .contact-form p {
        font-size: 0.9rem !important;
        margin-bottom: 15px;
    }

    .social-links {
        justify-content: center;
    }

    .SkyShuLogoBack {
        max-width: 60;
        max-height: 60px;
    }

    .SkyShuLogoFront {
        max-width: 40px;
        max-height: 40px;
    }

    .service-tagline {
        font-size: 7vw;
    }

    .service-text {
        font-size: 5vw;
    }

    .service-subtext {
        font-size: 3vw;
    }

    .client-txt {
        text-align: center;
    }

    .team-member-name {
        font-size: 7vw;
    }

    .recent-project-subtext {
        font-size: 5vw
    }
}

/* animations */
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}