
/* Hero Section */
.heroabt {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

#hero-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-divider {
    width: 80%; /* Adjust width */
    height: 4px; /* Thin line */
    background-color: white; /* White color */
    margin: 40px auto; /* Spacing above and below */
    opacity: 0.6; /* Slight transparency */
}

.section-spacing {
    margin: 10px 0; /* Adds space above and below */
}
/* Intro section  start*/

.company-intro {
    background: url('/images/whower.jpg') no-repeat center center/cover;
    padding: 80px 0;
    color: white;
    text-align: center;
    position: relative;
}

.company-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay for better readability */
}

.company-intro .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

.company-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}

.company-intro h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #1e1c1b;
    margin: 10px auto;
}

.company-intro p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* Key Points Section */
.key-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.point {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    padding: 20px;
    width: 260px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.point:hover {
    transform: translateY(-10px);
    background: rgba(22, 18, 15, 0.9);
}

.point i {
    font-size: 2.5rem;
    color: #150f0c;
    margin-bottom: 15px;
}

.point h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.point p {
    font-size: 1rem;
    line-height: 1.5;
}











/* Intro sec end */


/* Panel Expertise Section */
.panel-expertise {
    /* background: url('../images/panel-bg.jpg') center/cover no-repeat; */
    background: rgb(66, 64, 64);
    color: white;
    text-align: center;
    padding: 80px 0;
}

.panel-expertise .section-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.panel-expertise .section-intro {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 40px;
}

.panel-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.panel-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 30px;
    width: 30%;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.panel-card:hover {
    transform: translateY(-5px);
}

.panel-card img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.panel-card h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.panel-card p {
    font-size: 1rem;
    margin-bottom: 15px;
}

.panel-card ul {
    list-style: none;
    padding: 0;
}

.panel-card ul li {
    font-size: 1rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
}

.panel-card ul li::before {
    content: "✔";
    color: black;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.analytics-container {
    margin-top: 60px;
}

.analytics-container h3 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.analytics-visuals {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap;
}

.analytics-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    width: 180px;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.analytics-item .analytics-number {
    font-size: 2rem;
    font-weight: bold;
    color: black;
}

.analytics-item p {
    margin-top: 10px;
    font-size: 1rem;
}




/* end */



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.overlay h1 {
    font-size: 3rem;
}

.overlay p {
    font-size: 1.5rem;
}

.mission-vision {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.mission-vision .container {
    max-width: 1200px;
    margin: auto;
}

.mission-vision-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.mission, .vision, .values {
    display: flex;
    align-items: center;
    gap: 30px;
}

.image-container {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-content {
    max-width: 600px;
}

.text-content h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.text-content p {
    font-size: 16px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mission, .vision, .values {
        flex-direction: column;
        text-align: center;
    }
    .image-container {
        width: 100px;
        height: 100px;
    }
}


/* Testimonials */
.testimonials {
    background: #ddd;
    padding: 50px;
    text-align: center;
}

.swiper-slide {
    background: white;
    padding: 20px;
    border-radius: 10px;
}


/* ribbon */

.company-highlights-ribbon {
    position: relative;
    display: flex;
    align-items: center;
    background: #2f3031; /* Dark Blue */
    color: white;
    padding: 5px 10px; /* Reduced height */
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.company-highlights-ribbon:hover {
    background: #050607; /* Slightly darker blue on hover */
}

.company-highlights-ribbon a {
    text-decoration: none;
    color: white;
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    transition: all 0.3s ease;
}

.company-highlights-ribbon a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
}

.company-highlights-ribbon a:hover::after {
    width: 30%;
    left: 75%;
}

.moving-hand {
    display: inline-block;
    margin-left: 8px;
    font-size: 20px;
    animation: moveHand 1s infinite alternate ease-in-out;
}

.click-here-text {
    font-size: 16px;
    font-weight: bold;
    color: #ffcc00; /* Highlight color */
    margin-left: 5px;
    animation: blinkText 1.5s infinite;
}

@keyframes moveHand {
    0% { transform: translateX(0); }
    100% { transform: translateX(8px); }
}

@keyframes blinkText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}


@media screen and (max-width: 768px) {
   
    .overlay h1 {
        font-size: 1.5rem;
    }
    
    .overlay p {
        font-size: 0.9rem;
    }

    .company-highlights-ribbon {
        
        font-size: 14px;
    }
    .company-intro p {
        font-size: 0.9rem;
        
    }
    
    .swiper-slide  p{
        margin-right: 100px;
        
    }

    .panel-expertise .section-title {
        margin-left: 10%;
        margin-right: 10%;
    }
    
    .panel-expertise .section-intro {
        margin-left: 10%;
        margin-right: 10%;
    }
}
