body{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
/* Styles for Navbar */
.navbar {
    padding: 10px 20px;
    position: relative;
}

.logo {
    width: 84px; /* Adjust size as needed */
    height: auto;
}

.navbar-nav .nav-link {
    font-weight: bold;
    color: #333;
    margin: 0 15px;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #E8BC0B; /* Optional hover color */
}

.contact-btn {
    font-weight: bold;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.contact-btn:hover {
    color: #fff;
    background-color: #E8BC0B; /* Optional hover effect */
    border-color: #E8BC0B;
}
/* Hero Section */
.hero-section {
    background-image: url('../images/banner-img.svg'); /* Background image */
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
}

.container {
    position: relative;
    z-index: 1;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    animation: fadeIn 2s ease-in-out;
}

.highlight {
    background-color: #333;
    padding: 0 10px;
    border-radius: 5px;
}

.hero-description {
    font-size: 1.2rem;
    max-width: 600px;
    margin-top: 20px;
    animation: fadeIn 3s ease-in-out;
}

/* Fade-in animation */
@keyframes fadeIn {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Text Animation */
.hero-title span {
    display: inline-block;
    animation: slideIn 1s ease-in-out forwards;
}

/* Title Slide-in Animation */
@keyframes slideIn {
    from { transform: translateX(-100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}


/* styles.css */

.custom-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border: none;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Dark header section with icon and title */
.card-header {
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    border: 0;
}
.card-header.bg-white .card-title{
    color: #333;
}
.card-icon {
    font-size: 40px;
    color: #fff;
    width: 73px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.card-title {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.card-body {
    padding: 20px;
    background-color: #f8f8f8;
}

.card-text {
    color: #666;
    font-size: 14px;
}


/* Progress Bar Styling */
.progress {
    height: 10px;
    background-color: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

.progress-bar {
    background-color: #333;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0; /* Start with 0% width for animation */
    height: 100%;
    border-radius: 5px;
    transition: width 1.5s ease-in-out;
    position: relative;
}

/* Animation for progress percentage */
.progress-bar.animated-progress::after {
    content: attr(data-value) '%';
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 12px;
}
.badge-icon{
    background-color: #D9D9D9;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service {
    background-image: linear-gradient(180deg, #f8f8f8 41.3%, #fff 26%);
    display: flex;
}

/* video css  */
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.thumbnail, .video {
    display: block;
    cursor: pointer;
    width: 100%;
}
.thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* .video {
    display: none;
} */

.play-pause-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-pause-button.hidden {
    display: none;
}
.videoSection {
    background: #494949;
}
.filterImg{
    filter: brightness(1000);
}
.agsoluteCard {
    position: absolute;
    left: -33px;
}
.choose-card{
    box-shadow: 0px 7px 13px 4px #00000008;
}
/* video css  */
footer{
    background-image: url("./images/footer-bg.svg"), linear-gradient(#000, #000);
    background-position: left bottom;
    background-size: auto;
    background-repeat: no-repeat;
}
.footerText{
    color: #C3C3C3;
}
.footer-icon {
    background: #D9D9D9;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-icon img{
    width: 20px;
}
.copy-right {
    border-top: 1px solid #ffffff4f;
}

@media (max-width:767px) {
    .agsoluteCard {
        left: 0;
        position: relative;
        gap: 2px !important;
    }
    .choose-card {
        box-shadow: 0px 7px 13px 4px #00000008;
        padding: 10px 6px !important;
    }
    .choose-card p {
        font-size: 14px;
        line-height: 18px;
    }
    .choose-card img {
        height: 34px;
    }
    .choose-card h5 {
        font-size: 17px;
        margin-top: 7px !important;
        margin-bottom: 2px !important;
    }
    .smIcon {
        gap: 10px !important;
    }
    .footerText {
        color: #C3C3C3;
        font-size: 14px;
    }
    .badge-box{
        gap: 4px !important;
    }
    .badge-box h6{
        font-size: 15px;
    }
    .hero-title {
        font-size: 22px;
        font-weight: 500;
        line-height: 29px;
    }
    .hero-section {
        height: auto;
        padding: 31px 0px 15px 0px;
    }
    .main-title h2 {
        font-size: 20px;
    }
}