:root {
    --primary: #001e30 !important;
    --secondary: #001a26 !important;
}

.main-screen-logo {
    vertical-align: middle;
    filter: brightness(0.5);
    border-radius: 69px;
    width: 62%;
    opacity: 0.56;
    margin-inline-start: 10em;
    margin-top: 0em;
}

/* 
.min-vh-100 {
    min-height: 100vh !important;
    background-color: #1c1f2fb8;
    backdrop-filter: opacity(0.1);
    mix-blend-mode: normal;
    backdrop-filter: blur(4px);
} 
    
section#home {
    background-image: url(https://assets.entrepreneur.com/content/3x2/2000/20181031205142-shutterstock-1031148421-crop.jpeg?format=pjeg&auto=webp&crop=16:9&width=675&height=380);
    background-repeat: no-repeat;
    background-size: cover;
}    
*/

.bg-color-tertiary,
.bg-tertiary {
    background-color: #48535970 !important;
}

#header a,
.header-nav-main.header-nav-main-square.header-nav-main-dropdown-no-borders.header-nav-main-effect-2.header-nav-main-sub-effect-1 {
    background-color: #485359ba !important;
    padding: 10px;
    border-radius: 50px;
}

.header-nav-main.header-nav-main-square.header-nav-main-dropdown-no-borders.header-nav-main-effect-2.header-nav-main-sub-effect-1 {
    padding: 0px;
}

.Oservices-container {
    display: flex;
    gap: 4px;
    max-width: 1200px;
    margin: 0 auto;
    height: 87vh;
    background: #fffcfc00;
    margin-top: 4em;
}

.Oservices-section {
    flex: 1;
    border-right: 3px solid #0b0c1259;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 27em;
}

.Oservices-section:last-child {
    border-right: none;
}

.Oservices-section-icon {
    width: 60px;
    height: 60px;
    border: 3px solid #000;
    border-radius: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.Oservices-section-icon::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    border-radius: 50%;
    position: relative;
}

.Oservices-section-icon::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 2px;
    background: #000;
    border-radius: 1px;
    transform: rotate(45deg);
    margin-left: 8px;
    margin-top: -2px;
}

.Oservices-section-title {
    font-size: 36px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-align: center;
    flex-shrink: 0;
    width: 13em;
    text-wrap: auto;
    line-height: 1.5em;
}

/* 
.Oservices-section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    text-align: center;
    flex-shrink: 0;
} */

.Oservices-section-content {
    font-size: 14px;
    line-height: 1.6;
    color: #ececec;
    text-align: left;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    display: flex;
}

.main-description-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sub-description-container p {
    min-width: 42vw;
    padding: 0em 1em 0em;
    text-wrap: initial;
}

.sub-description-container {
    width: 0px;
    overflow: hidden;
}

.Oservices-container:hover .sub-description-container {
    width: auto;
    overflow: initial;
}

p.main-description {
    width: 100%;
    text-wrap: initial;
    font-size: 1.7em;
}

.Oservices-section-content p {
    margin-bottom: 10px;
}

/* Hover effects */
.Oservices-container:hover .Oservices-section:not(:hover) {
    flex: 0.3;
    align-items: flex-start;
    padding: 10px 5px;
    min-width: auto;
}

.Oservices-container:hover .Oservices-section:not(:hover) .Oservices-section-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
}

.Oservices-container:hover .Oservices-section:not(:hover) .Oservices-section-icon::before {
    width: 14px;
    height: 14px;
}

.Oservices-container:hover .Oservices-section:not(:hover) .Oservices-section-icon::after {
    width: 8px;
    margin-left: 6px;
}

.Oservices-container:hover .Oservices-section:not(:hover) .Oservices-section-title {
    writing-mode: vertical-lr;
    text-orientation: mixed;
    font-size: 18px;
    margin-bottom: 10px;
    white-space: nowrap;
    transform: rotate(180deg);
}

.Oservices-container:hover .Oservices-section:not(:hover) .Oservices-section-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.Oservices-container:hover .Oservices-section:hover {
    flex: 2;
    min-width: 65vw;
}

.Oservices-container:hover .Oservices-section:hover .Oservices-section-content {
    opacity: 1;
}

/* Animation for smooth transitions */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.Oservices-section:hover .Oservices-section-content {
    animation: fadeIn 0.5s ease;
}

.values-row.values-gy-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin: 0;
    padding: 2em;
}

/* Icon box styling and animation */
.values-icon-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 5px 2px rgb(0 0 0 / 10%);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.6s ease forwards;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 23em;
    height: 12em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Staggered delays for each box */
.values-row>div:nth-child(1) .values-icon-box {
    animation-delay: 0.1s;
}

.values-row>div:nth-child(2) .values-icon-box {
    animation-delay: 0.2s;
}

.values-row>div:nth-child(3) .values-icon-box {
    animation-delay: 0.3s;
}

.values-row>div:nth-child(4) .values-icon-box {
    animation-delay: 0.4s;
}

.values-row>div:nth-child(5) .values-icon-box {
    animation-delay: 0.5s;
}

.values-row>div:nth-child(6) .values-icon-box {
    animation-delay: 0.6s;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover effect */
.values-icon-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Icon and title spacing */
.values-icon {
    margin-bottom: 15px;
}

.values-icon img {
    width: 70px;
    height: 70px;
}

.values-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
}

.values-icon-box p {
    text-wrap: unset;
    max-width: 90%;
    white-space: pre-wrap;
}

.mission-vision-container {
    max-width: 1004px;
    width: 50em;
    text-align: center;
    position: relative;
}

.mission-section-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 60px;
    position: relative;
}

.mission-section-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1e3a8a;
    border-radius: 2px;
}

.mission-cards-wrapper {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-card {
    position: absolute;
    width: 100%;
    max-width: 600px;
    background: #ffffff00;
    border-radius: 12px;
    padding: 50px 40px;
    box-shadow: 0 10px 30px rgba(30, 58, 138, 0.1);
    border: 1px solid #e2e8f0;
    transition: all 0.8s ease-in-out;
    opacity: 0;
    backdrop-filter: blur(3px);
    transform: translateY(20px);
}

.mission-card.active {
    opacity: 1;
    transform: translateY(0);
}

.mission-card-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 25px;
    background: #1e3a8a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    transition: transform 0.3s ease;
}

.mission-card.active .mission-card-icon {
    transform: scale(1.1);
}

.mission-card-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.mission-card-content {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #4a5568;
    max-width: 500px;
    margin: 0 auto;
    text-wrap: auto;
}

.mission-navigation-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.mission-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #cbd5e0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mission-dot.active {
    background: #1e3a8a;
    transform: scale(1.2);
}

.mission-dot:hover {
    background: #3b82f6;
}

.mission-progress-bar {
    width: 51%;
    height: 3px;
    background: #e2e8f0;
    border-radius: 2px;
    margin: auto;
    margin-top: 30px;
    overflow: hidden;
}

.mission-progress-fill {
    height: 100%;
    background: #1e3a8a;
    border-radius: 2px;
    width: 0%;
    animation: mission-progress 4s linear infinite;
}

@keyframes mission-progress {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.mission-toggle-button {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #1e3a8a;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.mission-toggle-button:hover {
    background: #1e40af;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .mission-section-title {
        font-size: 2rem;
    }

    .mission-card {
        padding: 40px 30px;
    }

    .mission-card-title {
        font-size: 1.5rem;
    }

    .mission-card-content {
        font-size: 1rem;
    }

    .mission-cards-wrapper {
        height: 350px;
    }
}

@media (max-width: 480px) {
    .mission-card {
        padding: 30px 25px;
    }

    .mission-section-title {
        font-size: 1.8rem;
        margin-bottom: 40px;
    }
}


/* Reset & basics */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,


/* Wrapper for columns and detail panel */
.sp-wrapper {
    display: flex;
    height: 100vh;
    transition: all 0.5s ease;
}

/* Columns container */
.sp-columns {
    display: flex;
    flex: 1;
}

.sp-column {
    flex: 1;
    border-right: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    transition: all 0.3s ease;
    width: 23em;
    min-width: 23em;
}

.sp-column:last-child {
    border-right: none;
}

.sp-hidden {
    display: none !important;
}

/* Column content */
.sp-circle { 
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 10px;
    margin-top: 4em;
    ;
}

.sp-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Detail panel container */
.sp-detail-container {
    width: 0;
    overflow: hidden;
    transition: 0.5s ease;
    background: #f9f9f9;
    border-left: 1px solid #333;
}

.sp-detail-container.sp-open {
    width: 39em;
}

.sp-details {
    display: none;
    height: 100%;
    padding: 20px;
}

.sp-details.sp-active {
    display: block;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sp-details h3 {
    margin-bottom: 10px;
}

.sp-details ul {
    padding-left: 20px;
}

/* Buttons */
.sp-actions {
    text-align: center;
}

.sp-btn {
    background: none;
    border: none;
    color: #06c;
    font-size: 1rem;
    cursor: pointer;
    padding: 8px;
}

.sp-btn:focus {
    outline: none;
}


.work-services {
    max-width: 800px;
    margin: 0 auto;
}

.work-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.work-services li {
    display: flex;
    align-items: flex-start;
    background: #fff;
    margin: 0.5rem 0;
    padding: 0.7rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    width: 35em;
}

.work-services li:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.work-icon {
    font-size: 2rem;
    color: #2d5f7e;
    margin-right: 1rem;
    min-width: 2.5rem;
    text-align: center;
}

.work-content {
    flex: 1;
}

.work-title {
    margin: 0 0 0.2rem;
    font-size: 1.0rem;
    color: #2d5f7e;
    display: flex;
    align-items: center;
}

.work-description {
    margin: 0;
    line-height: 1.6;
    color: #555;
    width: 43em;
    text-wrap: initial;
    font-size: 0.7em;
    padding-inline-end: 2em;
}

.sp-content h2 {
    width: 15em;
    color: white;
    text-wrap: initial;
    font-size: 18px;
    font-family: "Poppins", Arial, sans-serif !important;
    letter-spacing: revert;
    font-weight: 600;
    margin-top: 1em;
}

.sp-content p {
    line-height: 28.8px;
    line-height: 1.8rem;
    width: 19em;
    text-wrap: auto;
    color: #ddd;
    font-size: 0.9em !important;
    /* text-align: justify; */
}

.contact-us-section .mb-1 {
    color: white;
    ;
}

.contact-us-section .text-dark,
.contact-us-section .pt-5 {
    color: white !important;
}

.contact-us-section h2.text-color-light {
    margin-bottom: 0px !important;
    margin-top: 1em;
    font-size: 1.7em;
}

.contact-us-section .row.py-4 {
    padding-top: 0px !important;
}

.contact-us-section h2.text-color-light {
    margin-bottom: 0px !important;
    margin-top: 2em;
}

.sp-circle img {
    height: 3.5em;
}

.whyo-container {
    max-width: 1200px;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 60px 40px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    height: 100vh;
}

.whyo-section-title {
    text-align: center;
    margin-bottom: 50px;
}

.whyo-section-title h2 {
    font-size: 3rem;
    font-weight: 700;
    color: white;
    margin-bottom: 15px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-family: 'Poppins' !important;
}

.whyo-section-title .whyo-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.whyo-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.whyo-feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.whyo-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.whyo-feature-card:hover::before {
    left: 100%;
}

.whyo-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.whyo-feature-icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #00c6ff, #0072ff);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px rgba(0, 114, 255, 0.3);
    position: absolute;
}

.whyo-feature-icon::after {
    content: '✓';
    font-size: 24px;
    color: white;
    font-weight: bold;
}

.whyo-feature-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    font-family: "Poppins", Arial, sans-serif !important;
    margin-top: 8px;
}

.whyo-feature-description {
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 0px;
}

.whyo-cta-section {
    text-align: center;
    margin-top: 60px;
}

.whyo-cta-button {
    background: linear-gradient(135deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 16px rgba(238, 90, 36, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.whyo-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(238, 90, 36, 0.4);
}

@media (max-width: 768px) {
    .whyo-container {
        padding: 40px 20px;
    }

    .whyo-section-title h2 {
        font-size: 2.2rem;
        font-family: 'Poppins' !important;
    }

    .whyo-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .whyo-feature-card {
        padding: 25px;
    }
}

.whyo-floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.whyo-particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: whyo-float 6s ease-in-out infinite;
}

@keyframes whyo-float {

    0%,
    100% {
        transform: translateY(0px) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(180deg);
    }
}

h1,
h2,
h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
    font-family: "Poppins", Arial, sans-serif !important;
    font-weight: 600;
}

.sp-column {
    background-color: rgb(33 37 41) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    color: white;
    transition: background-color 0.3s ease;
}

/* Optional: Hover effect - reduce overlay opacity */
.sp-column:hover {
    background-color: rgb(12, 18, 25) !important;
    /* more transparent on hover */
}


.item-bg-1 {
    background-image: url(../../images/values-icons/azureconsultancy.jpg);
}

.item-bg-2 {
    background-image: url(../../images/values-icons/ArchDesignBg.png);

}

.item-bg-3 {
    background-image: url(../../images/values-icons/devbg.jpg);

}

.item-bg-4 {
    background-image: url(../../images/values-icons/ConsultancyBg.png);

}

.item-bg-5 {
    background-image: url(../../images/values-icons/powerplatform.png);

}

#mission-vision {
    font-family: "Poppins", Arial, sans-serif !important;
    background-color: #fffffff2 !important;
    background-size: cover;
    background-blend-mode: overlay;
    position: relative;
}

.custom-el-5 {
    top: -20px !important;
    left: 14px;
}

.custom-el-6 {
    bottom: -30px !important;
    right: 14px;
}

#about h2 {
    font-size: 2.1em !important;
    margin-bottom: 0.5em;
}

#about p {
    font-size: 0.9em !important;
}

.bulb-img {
    position: absolute;
    bottom: 2em;
    right: 2em;
    width: 8em;
    opacity: 0.5;

}

.contact-us-section .mb-4 {
    margin-bottom: 0.5rem !important;
}

.target-img {
    position: absolute;
    top: 2em;
    left: 2em;
    width: 22em;
    opacity: 0.3;
    mix-blend-mode: multiply;
}

a:hover {
    color: #2070c5 !important;
}

@keyframes tabPulseGlow {
    0% {
        transform: translateY(-50%) scale(1);
        background-color: #ffffff;
        /* light blue */
    }

    50% {
        transform: translateY(-25%) scale(1.05);
        background-color: #87a9c1;
        /* lighter blue */
    }

    50% {
        transform: translateY(-50%) scale(1.05);
        background-color: #476c86;
        /* lighter blue */
    }

    50% {
        transform: translateY(-50%) scale(1.05);
        background-color: #cceaff;
        /* lighter blue */
    }

    100% {
        transform: translateY(-50%) scale(1);
        background-color: #ffffff;
    }
}

.sp-hover-tab {
    position: absolute;
    top: 50%;
    right: -39px;
    transform: translateY(-50%);
    background-color: #e0f4ff;
    border-radius: 0px 8px 8px 0px;
    padding: 10px;
    cursor: pointer;
    height: 20vh;
    display: flex;
    align-items: center;
    z-index: 10;
    box-shadow: 2px 2px 10px 3px rgba(0, 153, 255, 0.15)    ;
    animation: tabPulseGlow 2.5s infinite ease-in-out;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}



.sp-hover-tab:hover {
    background-color: #f0f0f0;
}

.sp-hover-tab i {
    font-size: 18px;
    color: #333;
}