@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Boldonse&family=Hubot+Sans:ital,wght@0,200..900;1,200..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Londrina+Shadow&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color-scheme: dark;
    font-family: "Inter", sans-serif;
}

body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

a {
    color: white;
    text-decoration: none;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
}

.nav .logo img {
    width: 60px;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav .logo h1 {
    text-transform: uppercase;
    font-size: 13px;
}

.nav .logo p {
    font-size: 12px;
}

@media (max-width: 767px) {
    .nav .logo h1 {
        text-transform: uppercase;
        font-size: 10px;
    }
    
    .nav .logo p {
        font-size: 8px;
    }

    .nav .logo img {
        width: 40px;
    }
}

@media (max-width: 480px) {
    .nav .logo h1 {
        text-transform: uppercase;
        font-size: 8px;
    }
    
    .nav .logo p {
        font-size: 6px;
    }

    .nav .logo img {
        width: 30px;
    }
}

.nav .nav-links a {
    display: flex;
    align-items: center;
    background-color: green;
    padding: 10px 20px;
    gap: 10px;
}

.Contact-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}


.Contact-btn button {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 10px 30px;
    color: black;
    border-radius: 50px;
    font-family: "Boldonse", system-ui;
    cursor: pointer;
}

@media (max-width: 767px) {
    .Contact-btn button {
        background-color: rgb(255, 255, 255);
        border: none;
        padding: 10px 30px;
        color: black;
        border-radius: 50px;
        font-family: "Boldonse", system-ui;
        cursor: pointer;
        font-size: 10px;
    }
}

.social i {
    font-size: 20px;
    background-color: white;
    color: black;
    padding: 10px 10px;
    border-radius: 50px;
}

.hero {
    background-image: url(assets/images/hero3f.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    font-family: "Black Han Sans", sans-serif;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-content {
    background-color: transparent;
    margin: 0 5%;
    width: 100%;
}

.hero-button {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: darkkhaki; */
    margin-top: 20px;
    gap: 20px;
}

.line1 {
    width: 50%;
    margin: 20px 0%;
    opacity: 0.5;
}

.btn1 {
    background-color: rgb(255, 255, 255);
    border: none;
    padding: 15px 80px;
    color: black;
    border-radius: 50px;
    font-family: "Boldonse", system-ui;
    cursor: pointer;
}

@media (max-width: 480px) {
    .btn1 {
        background-color: rgb(255, 255, 255);
        border: none;
        padding: 10px 40px;  /* Reduced padding */
        color: black;
        border-radius: 50px;
        font-size: 10px;
        font-family: "Boldonse", system-ui;
        cursor: pointer;
    }
}

/* Added medium screen breakpoint */
@media (max-width: 768px) {
    .btn1 {
        padding: 12px 60px;
        font-size: 12px;
    }
}

.hero h1 {
    font-family: "Boldonse", system-ui;
    font-size: clamp(2.5rem, 6.5vw, 8rem);
    line-height: 1.5;
    letter-spacing: 0.3rem;
    max-width: 90%;
}

.hero p {
    font-size: 25px;
    letter-spacing: -0.02em;
    max-width: 90%;
    font-family: "Inter", sans-serif;
}

/* Mobile-first adjustments */
@media (max-width: 767px) {
    .hero h1 {
        font-size: clamp(2rem, 4.5vw + 1rem, 3.5rem);
        line-height: 1.5;
    }

    .hero p {
        font-size: 20px;
        letter-spacing: -0.02em;
        max-width: 90%;
        font-family: "Inter", sans-serif;
    }
}

/* Desktop refinement */
@media (min-width: 1440px) {
    .hero h1 {
        font-size: clamp(6rem, 0.5vw + 5.5rem, 8rem);
    }
}

.sliding-text {
    position: absolute;
    bottom: 0px;
}

.text-marquee {
    position: relative;
    display: flex;
    align-items: center;
    overflow-x: hidden;
    backdrop-filter: blur(5px);
}

.text-single {
    position: relative;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    will-change: transform;
}

.text {
    padding: 0;
    font-size: 6.4rem;
    display: inline-block;
    margin-right: 2rem;
    font-family: "Hubot Sans", sans-serif;
    font-weight: bold;
}

.about-us-section {
    background-image: url(assets/images/aboutbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0rem 5%;
    width: 100%;
}

.about {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 5rem;
}

.about h1 {
    text-align: center;
    font-family: "Boldonse", system-ui;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 3rem;
    border-right: 5px solid #fff;
    padding-right: 10px;
}

.about p {
    text-align: center;
    width: 500px;
    opacity: 0.8;
}

.line2 {
    margin: 20px 0%;
    opacity: 0.5;
}

.about-main p {
    text-align: center;
    font-size: 18px;
    opacity: 0.9;
}

/* Mobile-first adjustments */
@media (max-width: 767px) {
    .about-main p {
        text-align: justify;
        font-size: 18px;
        opacity: 0.9;
    }

}

.about-us-section img {
    width: 100%;
    border-radius: 20px;
    margin-top: 30px;
}

.services-section {
    background-image: url(assets/images/gallery.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 5rem 5%;
    width: 100%;
}

.services {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.service-title {
    text-align: center;
    margin-bottom: 5rem;
}

.service-title h1 {
    font-family: "Boldonse", system-ui;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 3rem;
}

.service-title p {
    font-family: "Inter", sans-serif;
    opacity: 0.8;
}

.service-box {
    background-color: rgb(0, 0, 0);
    width: fit-content;
    width: 400px;
    padding: 20px;
    border-radius: 25px;
    border: 2px solid #383939;
    background-image: url(assets/images/aboutbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all ease 0.5s;
}

.service-box:hover {
    -webkit-box-shadow: 0px 0px 285px 0px #153339;
    -moz-box-shadow: 0px 0px 285px 0px #153339;
    box-shadow: 0px 0px 285px 0px #153339;
}

.service-box h1 {
    font-family: "Boldonse", system-ui;
    line-height: 1.5;
    margin: 20px 0;
}

.service-box p {
    font-family: "Inter", sans-serif;
    opacity: 0.8;
}

.service-box img {
    width: 100%;
    border-radius: 20px;
}

.gallery-section {
    padding: 5rem 5%;
    background-image: url(assets/images/gallery.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.gallery-title {
    text-align: center;
    margin-bottom: 3rem;
}

.gallery-title h1 {
    font-family: "Boldonse", system-ui;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 3rem;
}

.gallery-title p {
    font-family: "Inter", sans-serif;
    opacity: 0.8;
}

.gallery-container {
    columns: 3;
    column-gap: 20px;
    margin: 0 auto;
}

.gallery-item {
    break-inside: avoid;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .gallery-container {
        columns: 2;
    }
}

@media (max-width: 768px) {
    .gallery-container {
        columns: 2;
        column-gap: 15px;
    }

    .gallery-item {
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .gallery-container {
        columns: 1;
    }

    .gallery-section {
        padding: 3rem 5%;
    }

    .gallery-title h1 {
        font-size: 2rem;
    }
}

.testimonial-section {
    background-image: url(assets/images/about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-container {
    background-color: #0c0c0c;
    color: white;
    border-radius: 15px;
    margin: 20px auto;
    padding: 50px 80px;
    max-width: 768px;
    position: relative;
}

.fa-quote {
    color: rgba(255, 255, 255, 0.3);
    font-size: 28px;
    position: absolute;
    top: 70px;
}

.fa-quote-left {
    left: 40px;
}

.fa-quote-right {
    right: 40px;
}

.testimonial {
    line-height: 28px;
    text-align: justify;
}

.user {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user .user-image {
    border-radius: 50%;
    height: 75px;
    width: 75px;
    object-fit: cover;
}

.user .user-details {
    margin-left: 10px;
}

.user .username {
    margin-top: 50px;
}

.user .role {
    font-weight: normal;
    margin: 10px 0;
}

.progress-bar {
    background-color: white;
    height: 4px;
    width: 100%;
    margin-bottom: 30px;
    animation: grow 10s linear infinite;
    transform-origin: left;
}

@keyframes grow {
    0% {
        transform: scaleX(0);
    }
}

@media (max-width: 768px) {
    .testimonial-container {
        padding: 20px 30px;
    }

    .fa-quote {
        display: none;
    }
}

.google-map iframe {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
    transition: all ease 0.5s;
}

.google-map iframe:hover {
    filter: grayscale(0%);
}

.testimonial-section {
    padding: 5rem 5%;
    background-image: url(assets/images/aboutbg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonial-section h1 {
    font-family: "Boldonse", system-ui;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-size: 3rem;
    text-align: center;
}

/* Mobile-first adjustments */
@media (max-width: 767px) {
    .testimonial-section h1 {
        font-size: 1.5rem;
    }

}

.testimonial-section p {
    font-family: "Inter", sans-serif;
    text-align: center;
}

.border-shape {
    background: #ffbe00 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 3px;
    left: 0;
    margin: 20px auto;
    position: relative;
    right: 0;
    text-align: center;
    top: 0;
    width: 80px;
}

.border-shape::before {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 1px;
    width: 100px;
}

.border-shape::after {
    background: #ffbe00 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    right: 80px;
    text-align: center;
    top: 1px;
    width: 100px;
}



/*FOOTER*/
footer {
    width: 100%;
    background-image: url(assets/images/footer.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.top_header {
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.top_header section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.top_header span {
    padding: 0 1rem;
}

.top_header .fa {
    color: #ffbe00;
    font-size: 35px;
}

footer .border-shape {
    width: 40%;
}

footer .border-shape::before {
    width: 100%;
    left: 120px;
}

footer .border-shape::after {
    width: 100%;
    right: 120px;
}

footer .bottom_content section {
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: Center;
}

.bottom_content a {
    margin: 0 20px;
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s;
}

.bottom_content a:hover {
    color: rgba(255, 255, 255, 1);
}


.copyright {
    padding: 0.8em 0;
    background-color: #1e1e1e;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}



@media (max-width:820px) {
    .top_header {
        padding: 1rem;
        display: block;
    }

    .top_header section {
        margin: 40px 0;
        align-items: left;
        justify-content: left;
    }

    footer .bottom_content section {
        padding: 1rem;
        display: block;
    }

    footer .bottom_content section a {
        padding: 1rem;
        font-size: 12px;
        margin: 0 5px;
        display: inline-block;
    }
}

.footerlogo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.footerlogo img {
    width: 100px;
}
