﻿/*sahil begin*/

/*home page */
/*process section */
.process-section {
    padding: 80px 0;
    background-color: #EBF7FF;
}
.process-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.process-image img {
    width: 100%;
}

/*side bar*/

/*Dashboard img adverisement */
#heroCarousel {
    position: relative;
    border: 4px solid transparent;
    z-index: 1;
}

    #heroCarousel::before {
        content: "";
        position: absolute;
        top: -4px;
        left: -4px;
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        background: linear-gradient(90deg, #0f3d66, /* Deep navy blue (original) */
        #135995, /* Rich blue (original) */
        #1a73e8, /* New vibrant highlight blue */
        #3a7ca5, /* Original soft blue */
        #a6b1ba, /* Original gray-blue */
        #d3d3d3 /* Original light gray */
        );
        background-size: 400% 400%;
        border-radius: 6px;
        z-index: -1;
        animation: flowing-border 6s linear infinite;
        filter: blur(4px);
        opacity: 0.7;
        border: 6px solid transparent;
        pointer-events: none;
    }

@keyframes flowing-border {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* Make sure carousel-caption is on top */
.carousel-caption {
    z-index: 10;
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
}

/* Download Button with RGB animation */
.btn-download-vector {
    display: inline-block;
    padding: 12px 28px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(270deg, #ff00f3, #00f0ff, #fffd00, #0077cc, #135995);
    background-size: 1000% 1000%;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: rgbFlow 6s ease infinite;
}

    .btn-download-vector:hover {
        transform: scale(1.05);
    }

/* Background animation */
@keyframes rgbFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/*Dashboard img end*/

.mSideBarLogo img {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.mNavSideBar-Sub-Menu {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #052057;
    text-decoration: none;
}

    .mNavSideBar-Sub-Menu:hover {
        color: #007bff;
        background: rgba(0, 123, 255, 0.1);
        border-radius: 5px;
    }

.mNavSideBar-Sub-Menu-LI-Item {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #485066;
    text-decoration: none;
    background: 0 0;
    border: 0;
}

    .mNavSideBar-Sub-Menu-LI-Item:hover {
        color: var(--BAP);
        font-weight: 500;
        font-size: 1rem;
    }

    .mNavSideBar-Sub-Menu-LI-Item.active {
        color: var(--BAP);
        font-weight: 500;
        font-size: 1rem;
    }


.mSideNav-icon {
    color: darkgrey;
    margin-right: 10px;
    font-size: 15px;
}

.sidebar-custom {
    width: 250px !important;
    min-width: 150px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 0 6px rgba(0,0,0,0.1);
}

.mSideBarLogo img {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Keyframes for subtle tilt animation */
@keyframes tiltIcon {

    50% {
        transform: rotate(50deg);
    }
}

.mNavSideBar-Sub-Menu:hover img {
    animation: zoomInOut 1.2s ease-in-out infinite;
}


    /* Apply animation to only Settings icon on hover */
    .mNavSideBar-Sub-Menu:hover img[src*="settings.svg"] {
        animation: tiltIcon 0.6s ease-in-out;
        transform-origin: center;
    }

    .mNavSideBar-Sub-Menu:hover img[src*="helpCentre.svg"] {
        animation: tiltIcon 0.6s ease-in-out;
        transform-origin: center;
    }

#sidebar .nav-link {
    font-size: 1rem;
    color: black;
    border-radius: 0.375rem;
    padding: 6px 10px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

#sidebar .caret {
    font-size: 0.75rem;
    transition: transform 0.2s ease;
}

/*page services start */
/*section it-solution*/
.it-solutions {
    background-image: url('/xAR/img/web/white-bg-section.jpg');
    background-size: cover;
    background-position: center;
    /*    display: flex;
    border-radius: 1rem;
    padding: 3rem 2rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    overflow: hidden;*/
    background-color: #f8f9fa;
    padding: 100px 100px;
    padding-top: 100px; /* Adds 100px space on top */
    padding-bottom: 100px;
}
.it-solutions button {
        background-color: #0066b2;
        color: white;
        padding: 12px 24px;
        border: none;
        border-radius: 4px;
        font-weight: 600;
        cursor: pointer;
}


/*principle section */
.principles-section {
    padding: 80px 0;
    background-color: #EBF7FF;
}

.principles-header {
    margin-bottom: 50px;
}

.principles-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

/* Principles Left Column */
.principles-left {
    flex: 0 0 40%;
}

.principle-item {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .principle-item:hover, .principle-item.active {
        background-color: #e9f0f8;
    }

    .principle-item.active {
        border-left: 4px solid #0054a6;
    }

.principle-number {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0054a6;
    color: white;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 15px;
}

.principle-title {
    font-weight: 600;
    color: #333;
}

/* Principles Right Column */
.principles-right img {
    width: 100%;
}

.principle-card {
    padding: 25px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

    .principle-card h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #333;
    }

    .principle-card p {
        font-size: 14px;
        color: #666;
        max-width: 80%;
    }

    /* Individual card styling */
    .principle-card.scalable {
        background-color: #f0fbf8;
    }

    .principle-card.technology {
        background-color: #fff5f0;
    }

    .principle-card.security {
        background-color: #fff9e6;
    }

    .principle-card.needs {
        background-color: #f8f0ff;
    }

/* Card icons styling */
.card-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    border-radius: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* These background URLs should be replaced with actual image paths */
.scalable-icon {
    background-color: #4de6c1;
    background-image: url('/xAR/img/web/clock-services.jpg');
}

.technology-icon {
    background-color: #ff9e6d;
    /* Replace with actual image: background-image: url('path/to/technology-icon.svg'); */
}

.security-icon {
    background-color: #ffce56;
    /* Replace with actual image: background-image: url('path/to/security-icon.svg'); */
}

.needs-icon {
    background-color: #e190e3;
    /* Replace with actual image: background-image: url('path/to/needs-icon.svg'); */
}


@media screen and (max-width: 767px) {

    .principles-text h2 {
        font-size: 20px;
    }

    .principle-card p {
        max-width: 100%;
    }

    .principles-content {
        flex-direction: column;
    }

    .principles-right {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 992px) {

    .it-solutions {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .homeheadline {
        font-size: 28px;
    }

    .it-solutions {
        padding: 50px 20px;
    }

    .principles-section {
        padding: 50px 0;
    }

    .principles-text h2 {
        font-size: 1.75rem;
    }

    .principles-right {
        grid-template-columns: 1fr;
    }

    .principle-card p {
        max-width: 100%;
    }
    .content-wrapper {
        margin: 0 1rem;
    }
}

    /*page services end*/

/*    about use page */

/*top  section */
.top-section {
    background-image: url('/xAR/img/web/Top-Background.jpg'); /* Replace with your actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 100px;
    text-align: center;
    position: relative;
    min-height: 400px; /* Adjust based on your needs */
}

.top-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.top-heading {
    font-family: sans-serif;
    color: #0a2351;
    margin-bottom: 20px;
    font-weight: bold;
    font-weight: 600;
    font-size: 60px;
    line-height: 100%;
    text-align: center;
}

.top-description {
    font-family: sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #0a2351;
    margin-bottom: 30px;
    text-align: center;
}

.get-started-btn {
    background-color: #0a2351;
    color: white;
    border: none;
    margin-top: 2%;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.get-started-btn:hover {
        background-color: #071c42;
    }
/* Responsive styles */



@media (max-width: 768px) {
    .top-heading {
        font-size: 26px;
    }

    .top-description {
        font-size: 16px;
    }

    
}

@media (max-width: 480px) {
    .top-section {
        padding: 40px 20px;
        background-image: url(/xAR/img/web/Top-Background.jpg);
        min-height: 200px;
    }

    top-heading {
        font-size: 36px;
    }

    .top-description {
        font-size: 12px;
    }

    .get-started-btn {
        padding: 10px 20px;
        font-size: 12px;
    }
}

.mSendBtn {
    background-color: #0066b2;
    color: white;
    border: none;
    border-radius: 4px;
}
/*job section*/
.mjob_body{
    margin-top:60%;
}
.mjob_footer {
    margin-top: 15%;
}

/*product page css */

.product-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    gap: 50px;
    flex-wrap: wrap; /* allow wrapping on small screens */
}

/* Left Image Section */
.product-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    max-width: 250px;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}

/* Right Section */
.product-right {
    flex: 1;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Heading */
.product-subtitle {
    color: #135995;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.product-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #052057;
}

.product-line {
    width: 60px;
    border: 2px solid #1a73e8;
    margin-top: 0px;
    margin-bottom: 30px;
}



/* Features Grid */
.product-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.feature-box {
    text-align: left;
}

.feature-icon {
    width: 50px;
    height: 50px;
    margin-left: 0;
    margin-bottom: 10px;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: black;
}

.feature-box p {
    font-size: 14px;
    color: #555;
}



/* Tablets */
@media (max-width: 992px) {
    .product-container {
        padding: 30px;
        gap: 30px;
        height: auto;
    }

    .product-title {
        font-size: 28px;
    }

    .product-features {
        grid-template-columns: 1fr; /* stack features in one column */
    }
}

/* Large Phones */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column; /* stack image and content vertically */
        text-align: center;
        height: auto;
    }

    .product-right {
        text-align: center;
        align-items: center;
    }

    .product-title {
        font-size: 24px;
    }

    .feature-box {
        text-align: center;
    }

    .feature-icon {
        margin: 0 auto 10px auto;
    }
}

/* Small Phones (iPhone SE, small Androids) */
@media (max-width: 480px) {
    .product-container {
        padding: 20px;
        gap: 20px;
    }

    .product-subtitle {
        font-size: 16px;
    }

    .product-title {
        font-size: 20px;
    }

    .feature-box h4 {
        font-size: 16px;
    }

    .feature-box p {
        font-size: 13px;
    }

    .feature-icon {
        width: 50px;
        height: 50px;
    }



    .product-features {
        grid-template-columns: 1fr;
    }
}

/* Very Large Screens (4K monitors) */
@media (min-width: 1600px) {
    .product-title {
        font-size: 40px;
    }

    .product-subtitle {
        font-size: 22px;
    }

    .feature-box h4 {
        font-size: 20px;
    }

    .feature-box p {
        font-size: 15px;
        padding: 30px;
    }

    .product-image {
        max-width: 400px;
        height: auto;
    }
}



/*sandesh code vector page */
.main-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
    box-sizing: border-box;
}

.Main {
    width: 100%;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.apk-icon {
    width: 100%;
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.title {
    font-size: 2.5rem;
    font-weight: 600;
    margin: 8px 0;
    color: white;
    line-height: 1.2;
}

.subtitle {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: white;
}

.APK_Btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-button {
    background-color: #fff;
    color: #0072ff;
    padding: 14px 30px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 480px) {
    .apk-icon {
        max-width: 300px;
        margin-top: 10px;
    }

    .title {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .download-button {
        font-size: 1rem;
        padding: 12px 24px;
        width: 90%;
    }

    .logo {
        height: 35px;
    }

    .navbar {
        height: 56px;
        padding: 0 16px;
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .apk-icon {
        max-width: 350px;
    }

    .title {
        font-size: 2.2rem;
    }

    .subtitle {
        font-size: 1rem;
    }

    .download-button {
        font-size: 1.05rem;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .apk-icon {
        max-width: 400px;
    }

    .title {
        font-size: 2.4rem;
    }

    .subtitle {
        font-size: 1.15rem;
    }

    .download-button {
        font-size: 1.1rem;
    }
}


@media (min-width: 1025px) and (max-width: 1366px) {
    .apk-icon {
        max-width: 420px;
    }

    .title {
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.2rem;
    }

    .download-button {
        font-size: 1.15rem;
    }
}


@media (min-width: 1367px) {
    .apk-icon {
        max-width: 450px;
    }

    .title {
        font-size: 2.6rem;
    }

    .subtitle {
        font-size: 1.25rem;
    }

    .download-button {
        font-size: 1.2rem;
    }
}

/*vektor page code */

.download-page {
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #2E8BC0;
    color: white;
}

.download-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.1);
}

    .download-container img {
        width: 100%;
        max-width: 450px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .download-container h1 {
        font-size: 2.5rem;
        font-weight: 600;
        margin: 8px 0;
        line-height: 1.2;
    }

    .download-container p {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }

.download-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.download-button {
    background-color: #0072ff;
    color: white;
    padding: 14px 30px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1.1rem;
    cursor: pointer;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.popup {
    background: white;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    width: 350px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.3);
    animation: fadeIn 0.3s ease-in-out;
}

    .popup h3 {
        margin: 0 0 10px;
        font-size: 20px;
        color: #333;
    }

    .popup p {
        margin: 0 0 20px;
        font-size: 15px;
        color: #555;
    }

.popup-actions {
    display: flex;
    justify-content: space-around;
}

.popup-btn {
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s;
}

    .popup-btn.confirm {
        background-color: #2E8BC0;
        color: white;
    }

    .popup-btn.cancel {
        background-color: #ccc;
        color: #333;
    }

    .popup-btn:hover {
        opacity: 0.9;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}


/*end sandesh code */