
/* ========== WHY CHOOSE SECTION ========== */
.whyChoose-section {
    padding: 80px 0;
    background: radial-gradient(circle at top left, #e9f1ff 0, #ffffff 55%, #f5f8ff 100%);
    font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Align content vertically */
/*.whyChoose-section .row {*/
/*    align-items: center;*/
/*}*/

/* Right box (accordion wrapper) */
.whyChoose-text-box {
    background: #ffffff;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 18px 40px rgba(10, 83, 190, 0.12);
    border: 1px solid rgba(10, 83, 190, 0.07);
}
.whyChoose-text-box .accordion-button:not(.collapsed)::after {
    background-image: url(../images/down-arrow-white.svg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

/* Title */
.whyChoose-text-box h4 {
    font-size: 26px;
    font-weight: 700;
    color: #0a53be;
    margin-bottom: 24px;
    position: relative;
    display: inline-block;
}

.whyChoose-text-box h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 45px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0a53be, #18a4ff);
}

/* Accordion base style override (Bootstrap) */
.whyChoose-text-box .accordion {
    --bs-accordion-border-radius: 14px;
    --bs-accordion-border-color: transparent;
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-bg: transparent;
}

/* Each item card */
.whyChoose-text-box .accordion-item {
    border-radius: 14px !important;
    border: none;
    margin-bottom: 14px;
    overflow: hidden;
    background: #f7f9ff;
    box-shadow: 0 8px 20px rgba(15, 57, 141, 0.08);
}

/* Button (question) */
.whyChoose-text-box .accordion-button {
    background: #f7f9ff;
    padding: 14px 18px;
    font-weight: 600;
    font-size: 15px;
    color: #123057;
    border: none;
    box-shadow: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Small left accent bar */
.whyChoose-text-box .accordion-button::before {
    content: "";
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: linear-gradient(180deg, #0a53be, #18a4ff);
    display: inline-block;
}

/* Arrow icon */
.whyChoose-text-box .accordion-button::after {
    width: 20px;
    height: 20px;
    background-color: #e1ebff;
    border-radius: 999px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
}
.whyChoose-text{
    padding: 10px 0px;
}
.whyChoose-text ul{
    list-style-type: none;
}

.list-box ul{
    position: relative;
    list-style-type: none;
    margin-bottom: 15px;
}
.list-box ul li{
   padding-left: 30px;
}
.list-box ul li::before{
    content: "\e426";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0px;
    color: var(--theme);
    /*color: #0f2c4d;*/
}

.whyChoose-text h4{
    font-size: 22px;
}

/* Active/open state */
.whyChoose-text-box .accordion-button:not(.collapsed) {
    background: linear-gradient(90deg, #0a53be 0, #1c7be0 100%);
    color: #ffffff;
}

.whyChoose-text-box .accordion-button:not(.collapsed)::before {
    background: #ffffff;
}

.whyChoose-text-box .accordion-button:not(.collapsed)::after {
    background-color: rgba(255, 255, 255, 0.18);
}

/* Answer text */
.whyChoose-text-box .accordion-body {
    padding: 0 18px 16px 26px;
    font-size: 14px;
    color: #4b5a73;
    line-height: 1.7;
}



/* Remove last bottom margin */
.whyChoose-text-box .accordion-item:last-child {
    margin-bottom: 0;
}

/* Left side (you can put image/illustration later) */
.whyChoose-section .col-lg-6:first-child {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .whyChoose-section .col-lg-6:first-child {
        padding-right: 40px;
    }
}

/* Make section nice on small screens */
@media (max-width: 767.98px) {
    .whyChoose-section {
        padding: 50px 0;
    }

    .whyChoose-text-box {
        padding: 22px 18px;
    }

    .whyChoose-text-box h4 {
        font-size: 22px;
    }

    .whyChoose-text-box .accordion-button {
        font-size: 14px;
    }
}

.text{
    margin-bottom: 10px;
}
.ourClients-section{
    padding: 15px 0px;
}

.brand-3-box img{
    width: 80px;
}

.contactDetails-box{
    background-color: #002455;
    padding: 20px;
    border-radius: 10px;
}

/*ERP Css*/

.section-businesses{
    padding: 20px 0px;
    transition: color 0.3s ease;
}
.section-businesses.bg-effect {
    color: #ffffff;
}

.section-businesses.bg-effect h1,
.section-businesses.bg-effect h2,
.section-businesses.bg-effect h3,
.section-businesses.bg-effect h4,
.section-businesses.bg-effect h5,
.section-businesses.bg-effect h6,
.section-businesses.bg-effect p,
.section-businesses.bg-effect a,
.section-businesses.bg-effect span,
.section-businesses.bg-effect ul,
.section-businesses.bg-effect li {
    color: #ffffff;
}


.section-businesses.bg-no-effect {
    color: #111111;
}

.section-businesses.bg-no-effect h1,
.section-businesses.bg-no-effect h2,
.section-businesses.bg-no-effect h3,
.section-businesses.bg-no-effect h4,
.section-businesses.bg-no-effect h5,
.section-businesses.bg-no-effect h6,
.section-businesses.bg-no-effect p,
.section-businesses.bg-no-effect a,
.section-businesses.bg-no-effect span,
.section-businesses.bg-no-effect ul,
.section-businesses.bg-no-effect li {
    color: #111111;
}


.bg-effect {
    position: relative;
    padding: 30px 0;
    background-image: url("../imgs/bg-1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    /*height: 400px;*/
}

/* Dark overlay for readability */
.bg-effect::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(5, 15, 35, 0.65);
    z-index: 1;
}

/* Animated layer */
.bg-effect::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../imgs/bg-1.jpg");
    background-size: 120%;
    background-position: 0 0;
    /*opacity: 0.35;*/
    animation: pixelFloat 25s linear infinite;
    z-index: 0;
}

/* Keep content above animation */
.bg-effect > * {
    position: relative;
    z-index: 2;
}

/* Animation */
@keyframes pixelFloat {
    0% {
        background-position: 0 0;
        transform: scale(1);
    }
    50% {
        background-position: 50px 100px;
        transform: scale(1.05);
    }
    100% {
        background-position: 0 0;
        transform: scale(1);
    }
}

.text-boxAnd-list ul{
    list-style-type: none;
    position: relative;
}
.text-boxAnd-list h1{
    color: #fff;
    font-size: 28px;
    margin-bottom: 10px;
}
.text-boxAnd-list h3{
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.text-boxAnd-list ul li{
    margin-bottom: 10px;
    padding-left: 15px;
    color: #fff;
}
.text-boxAnd-list ul li i{
    color: var(--theme);
    margin-right: 10px;
}
/**/
/* ================================
   BRICK BACKGROUND MOVE EFFECT
   ================================ */

.bg-effect2 {
    position: relative;
    padding: 30px 0;
    overflow: hidden;

    /* Background Image */
    background-image: url("../imgs/grey-brick-pattern-background_10.jpg");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;

    /* Animation */
    animation: bricksMove 40s linear infinite;
}

/* Smooth Left → Right Motion */
@keyframes bricksMove {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 1200px 0;
    }
}

/* ================================
   DEPTH / LIGHT SHADOW OVERLAY
   ================================ */

.bg-effect2::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.06),
            rgba(0, 0, 0, 0.12),
            rgba(255, 255, 255, 0.06)
    );
}

/* ================================
   CONTENT SAFETY
   ================================ */

.bg-effect2 > * {
    position: relative;
    z-index: 2;
}

/* ================================
   OPTIONAL: SLOWER ON MOBILE
   ================================ */

@media (max-width: 768px) {
    .bg-effect2 {
        animation-duration: 60s;
    }
}

/* ================================
   OPTIONAL: DISABLE FOR LOW POWER
   ================================ */

@media (prefers-reduced-motion: reduce) {
    .bg-effect2 {
        animation: none;
        background-position: center;
    }
}

.project-3-area{
    padding: 50px 0px;
}

.portfolio-box{
    padding: 10px;
    background-color: #FFF;
    border-radius: 5px;
    text-align: center;
}

.portfolio-box h3{
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0;
}

.ourClientLogos {
    max-width: 100%;
    height: 80px;          /* fixed logo height */
    object-fit: contain;  /* keeps aspect ratio */
    display: block;
    margin: auto;
}
