.email,
.email:hover,
.email:focus,
.email:active {
    color: #fff;
}
.blogdetail-section {
    padding: 60px 0;
    margin: 0;
    background: #f4f6f9;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.galleryitem {
    position: relative;
    cursor: pointer;
}

.galleryitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
    transition: 0.5s linear;
}

.galleryitem .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galleryitem:hover .hover {
    opacity: 1;
}

.galleryitem .hover i {
    border-radius: 50%;
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 45px;
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transform: scale(0);
    transition: all 300ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c83b33;
}

.galleryitem:hover .hover i {
    transform: scale(1);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.intro-text {
    font-size: 30px;
    line-height: 1.5;
}

.block-video .video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.block-video {
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
        box-shadow 0.3s;
    padding-left: 11.25pt;
    padding-bottom: 191.25pt;
    padding-right: 0.9375pc;
    padding-top: 14.375pc;
    position: relative;
}
.block-video .video-caption {
    text-align: center;
    position: relative;
}
.block-video .video-caption .caption-title {
    color: #fff;
    font-size: 52.5pt;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600;
}
.block-video .video-container iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 56.25vw;
    min-width: 177.77vh;
    min-height: 100vh;
}

.call,
.whatsapp {
    position: fixed;
    right: 10px;
}

.whatsapp {
    bottom: 90px;
    z-index: 999999;
}

.call {
    z-index: 9999;
    bottom: 145px;
}

.call img,
.whatsapp img {
    width: 3rem;
}

label.error,
.uploadresume {
    color: red;
    font-size: 14px;
    font-weight: 500;
}

.brand-circle {
    width: 250px;
    height: 250px;
    /* background: radial-gradient(circle, #111 0%, #000 100%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    padding: 21px;
}

.brand-circle:hover {
    transform: scale(1.05);
}

.divider-short {
    content: "";
    left: 0;
    width: 40px;
    height: 5px;
    background: #3c3b3a;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.milestone {
    border-bottom: 1px solid #d1d1d1;
    padding-top: 50px;
    padding-bottom: 50px;
}
.milestone:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.custom-file-upload {
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}
.custom-file-upload:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

/* Mobile only (0px to 767px) */
@media screen and (max-width: 767px) {
    .block-video {
        padding: 150px 0px 180px 0px;
    }
    .block-video .video-caption .caption-title {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .mobile-vision {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* Tablet + Desktop (768px and up) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .block-video {
        padding: 150px 0px 180px 0px;
    }
    .block-video .video-caption .caption-title {
        font-size: 45px;
    }
}

.logo {
    height: 50px;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
    margin-top: 19px;
}

.feature-mobile-icon {
    width: 80px;
    height: 60px;
    background-color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 2rem;
    margin-top: 19px;
}

.feature-text {
    margin-left: 10px !important;
}

.feature-section {
    margin-bottom: 40px;
    padding: 20px;
}

.feature-section h5 {
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.feature-section p {
    color: #666;
    line-height: 1.6;
}

.brand-box {
    border: 2px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 10px;
    background: white;
}

.registration-code {
    background-color: #212529;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    border: none;
    font-size: 1.1rem;
    margin-bottom: 40px;
}

.download-btn {
    margin: 10px;
    transition: transform 0.2s;
}

.download-btn:hover {
    transform: scale(1.05);
}

.main-heading {
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.lead-text {
    color: #666;
    margin-bottom: 40px;
    font-size: 1.2rem;
}

.app-store-section {
    padding: 0px 0 !important;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.download-btn {
    display: inline-block;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.download-btn img {
    display: block;
    width: 200px;
    height: auto;
}

.download-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.app-store-section {
    padding: 0px 0;
}