/* Hero Section */
.hero {
    height: 90vh;
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/bg.jpg') center/cover no-repeat;
}

/* Services */
.service-card {
    transition: 0.3s;
    border-radius: 10px;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* CTA */
.cta {
    background: linear-gradient(45deg, #0d6efd, #6610f2);
    padding: 60px 0;
}

img.homepage1-image {
    width: 235px;
}

/* Responsive */
@media (max-width: 768px) {
    .hero {
        height: 70vh;
    }
}



.u-repeater.u-repeater-1 {
    display: grid;
}

.u-section-1 {
    background-image: url("https://srv1339-files.hstgr.io/ca2a3a051060e6fc/files/public_html/assets/images/home/skss-banner.png");
    background-position: 50% 50%;
}


a.nav-link.nav-animate {
    color: black;
}

button.navbar-toggler {
    background: orange;
}

/* Smaller devices */
@media (max-width: 600px) {
    img.homepage1-image {
        width: 115px;
        height: 180px;
    }

}


img.call-image {
    width: 100px;
    height: 100px;
    margin: -20px;
}


/* WhatsApp */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

.whatsapp-float img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Back to Top */
.top-btn {
    position: fixed;
    bottom: 20px;
    /* above WhatsApp */
    right: 20px;
    background: #ee8a02;
    color: #000;
    border: none;
    padding: 12px 15px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;
}

.top-btn:hover {
    background: #333;
}


/* Small devices (mobile) */
@media (max-width: 600px) {
    .whatsapp-float img {
        width: 45px;
        height: 45px;
    }

}



/* Mobile view */
@media (max-width: 600px) {
    .u-section-8 .u-text-2 {
        font-size: 12px;
        line-height: 1.3;
        margin: 0px 0px 0;
    }
}


img.our-service-image {
    width: 100%;
    height: 180px;
}

h2.u-text.u-text-1 {
    color: #2c3e50;
    margin-top: 20px;
}


/*background client compny logo*/
#carousel_8bd4 {
    position: relative;
    overflow: hidden;
}

/* Logo background container */
.logo-background {
    position: absolute;
    top: 60px;
    left: 0;
    width: 200%;
    /* make wide enough to scroll */
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

/* Track holding logos in a row */
.logo-track {
    display: flex;
    gap: 50px;
    /* spacing between logos */
    width: max-content;
    animation: scrollLogos 40s linear infinite;
    /* infinite scroll */
    opacity: 0.2;
    /* subtle background effect */
}

/* Logos */
.logo-track img {
    height: 150px;
    /* adjust as needed */
    object-fit: contain;
}

/* Animation for continuous scroll */
@keyframes scrollLogos {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
        /* move half width for seamless loop */
    }
}

/* Keep main content above logos */
#carousel_8bd4 .u-sheet {
    position: relative;
    z-index: 1;
}


/*animation*/
.customAnimationOut {
  opacity: 1 !important;
  transform: none !important;
}




/*management team css*/
/* Section Styles */
.management-team-section {
    padding: 60px 20px;
    background-color: #2c3e50;
    text-align: center;
}

.management-team-section .section-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
    animation: fadeInDown 1s ease forwards;
}

/* Team Members Grid */
/* Individual Member Card */
.team-member {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 260px;
    transition: transform 0.3s, box-shadow 0.3s;
    animation: fadeInUp 1s ease forwards;
    margin-bottom: 20px;
}

/* Hover Effect */
.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

/* Team Photo */
.team-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
    border: 3px solid #007bff;
    /* highlight border */
}

/* Name & Position */
.team-name {
    font-size: 20px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 5px;
}

.team-position {
    font-size: 16px;
    color: #555;
}

/* Animations */
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}



section#carousel_07dd {
    color: #ffffff;
    background-color: #f4b82a;
}

section.u-clearfix.u-palette-5-dark-3.u-section-3 {
    color: #ffffff;
    background-color: #2c3e50;
}


section#carousel_5e76 {
    color: #ffffff;
    background-color: #2c3e50;
}

h2.u-text.u-text-palette-4-base.u-text-1 {
    color: white;
    font-size: 20px;
}





/*about css home page*/
/* Section styling */
.about-section {
    background: #f4b82a;
    color: #fff;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.about-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.about-image img {
    width: 100%;
    max-width: 450px;
}

/* Initial animation states */
.animate-left {
    opacity: 0;
    transform: translateX(-150px);
    transition: all 0.8s ease-out;
}

.animate-right {
    opacity: 0;
    transform: translateX(150px);
    transition: all 0.8s ease-out;
}

/* Visible state */
.visible {
    opacity: 1;
    transform: translateX(0);
}

.about-content {
    flex: 1;
}

.about-content h2 {
    margin-bottom: 15px;
}

.about-content ul {
    padding-left: 20px;
    list-style: disc;
    margin: 15px 0;
}



/*our service css home page */
.services-section {
    background: #f4b82a;
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.services-section h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #2c3e50;
}

/* Row & Column Layout */
.services-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.service-item {
    flex: 1 1 22%;
    max-width: 250px;
    background: #2c3e50;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    /* slower animation */
}

.service-item img {
    max-width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.service-item p {
    font-size: 1rem;
    color: #fff;
    margin: 0;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.service-item:hover img {
    transform: scale(1.05);
}

/* Fade-up animation */
.fade-up.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media(max-width:1024px) {
    .service-item {
        flex: 1 1 45%;
    }
}

@media(max-width:768px) {
    .service-item {
        flex: 1 1 90%;
    }

    .services-section h2 {
        font-size: 2rem;
    }
}



/*registion css*/
.side-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 60px;
}

/* Left */
.left-box{
    flex: 1;
    color: #fff;
}

.left-box h2{
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* List */
.left-box ul{
    padding-left: 18px;
}

.left-box li{
    margin-bottom: 10px;
    font-size: 16px;
}

/* Right */
.right-box{
    flex: 1;
    text-align: center;
}

.right-box img{
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

/* Responsive (stack only on small screens) */
@media (max-width: 768px){
    .side-wrapper{
        flex-direction: column;
        text-align: center;
    }

    .left-box ul{
        display: inline-block;
        text-align: left;
    }
}


.custom-container {
    display: flex;
    align-items: center;     
    justify-content: space-between;
    gap: 30px;             
}

/* Left and right boxes */
.content-box,
.image-box {
    flex: 1;                
}

/* Image responsiveness */
.image-box img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Optional: mobile responsive */
@media (max-width: 768px) {
    .custom-container {
        flex-direction: column;  
        text-align: center;
    }
}



