
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-dark);
}

.btn.btn-primary:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-dark) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-dark {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-dark:hover {
    box-shadow: inset 200px 0 0 0 var(--bs-primary);
    color: var(--bs-dark) !important;
}





/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
   
}

@media (max-width: 769px){
    .navbar .navbar-nav {
    overflow-y: auto;
    max-height: 300px;
}}
.navbar .navbar-nav .nav-link {
    padding: 15px;
    color:  rgb(255, 232, 205);
    font-weight: 500;
    font-size: 16px;
    outline: none;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active  {
    color: rgb(245, 245, 245);
    transition: .5s;
    text-decoration: underline; 
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown-menu a {
    /* Add your styles here */
    font-size: 0.87rem;
}

.dropdown-menu a:nth-child(5) {
    /* Add your styles here */
    font-size: 0.87rem;
}

@media (min-width: 992px) {
.dropdown-menu a {
    /* Add your styles here */
    font-size: 0.87rem;
    
}


.dropdown-menu a:nth-child(5) {
    /* Add your styles here */
    font-size: 0.87rem;
}
}

.dropdown .dropdown-menu a:hover,
.dropdown .dropdown-menu a.active {
    background: #312d2a;
    color: white;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

.navbar-toggler {
    
   
    padding: 5px 12px;
   
}

/*** Navbar End ***/



/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, .1);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 30px 30px 0;
    transition: .5s;
    opacity: 1;
}


.carousel-control-next {
    width: 80px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 30px 0 0 30px;
    transition: .5s;
    opacity: 1;
}

#carouselId .carousel-indicators li,
#carouselId .carousel-indicators li {
    width: 24px;
    height: 24px;
    background: var(--bs-dark);
    border: 2px solid var(--bs-primary);
    border-radius: 24px;
    margin: 0 10px 30px 10px;
}

#carouselId .carousel-indicators li.active {
    background: var(--bs-primary) !important;
}

@media (max-width: 768px) {
    .carousel-item {
        width: 100%;
        height: 400px;
    }

    .carousel-item img {
        height: 400px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
    
}

 .page-header {
    background: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .1)), url(../img/banner2.jpg) center center no-repeat; 
    background-size: cover;
    margin-bottom: 3rem;
    color: #a01a1a;
    width: 100%;
    height: 700px;
} 

@keyframes scaleTitle {
    0%, 100% {
        transform: scale(1); /* Normal size */
    }
    50% {
        transform: scale(1.065); /* Slightly larger */
    }
}


    .page-header h1 {
        animation: scaleTitle 3s ease-in-out infinite;
        font-size: 40px; 
        color: #ffffff;
    }

    .page-header p {
        font-size: 18px; 
        font-weight: 80;
         color: #dfd4b3;
    }

    @media (max-width: 792px) { /* Apply styles for screens larger than 992px (PC screens) */
        .page-header {
             /* Adjust this value as needed */
            margin-bottom: 1.5rem;
            
        }
        .page-header h1 {
            margin-top: 70px; /* Adjust the margin from the top for the header */
            font-size: 30px; 
        }
        .page-header p {
            font-size: 16.5px; 
        margin-top: 40px;
        font-weight: 305;
        }
    }

@media (min-width: 992px) { /* Apply styles for screens larger than 992px (PC screens) */
    .page-header {
        padding-top: 150px; /* Adjust this value as needed */
        margin-bottom: 3rem;
    }

    .page-header h1 {
        margin-top: 170px; /* Adjust the margin from the top for the header */
    }

    .page-header p {
        margin-top: 30px; /* Adjust the margin from the top for the paragraph */
    }
}

.custom-contact-button {
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: #312d2a; /* Main background color */
     border: 3px solid #312d2a;  
    border-radius: 5px;
    transition:  0.5s ease;
    text-decoration: none; /* Removes underline from link */
    display: inline-block; /* Makes the button size fit the content */
}

.custom-contact-button:hover {
    background-color:#f3dece; /* Background color on hover */
    color:#29585D;
    border: 2px solid #312d2a;  
}



/*** Carousel End ***/


/* advantages */
.containers{
    justify-content: center;
     
    }

  .custom-software-benefits {
    font-size: 32px; /* Default size for larger screens */
    margin-bottom: 17px;
    color: #333;
    font-weight: 600;
  }

  /* For mobile devices */
  @media (max-width: 768px) {
    .custom-software-benefits {
      font-size: 24px; /* Smaller size for mobile devices */
     
    }

    .single_features {
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        transition: box-shadow 0.3s ease;
        height: 21rem;
        margin-bottom: 1.8rem;
       
    }
  }




.single_features {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    height: 250px;
    margin-left: 1.5rem;
    
   
}

.single_features:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.icon-container {
    margin-bottom: 20px; /* Space between icon and title */
}

.feature-icon {
    width: 90px; /* Adjust the size as needed */
    height: 90px;
    object-fit: contain; /* Ensure the icon scales correctly */
     /* Background color for the icon */
     /* Make the icon circular */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Center the icon */
}

.features_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #29585D;
}

.single_features p {
    font-size: 16px;
    color: #312d2a;
}

@media (max-width: 768px) {
    .containers{
        width: 99.5%;
    }
}



/* Initial state before scrolling (elements are translated down and invisible) */






/* advantage erp starts */
 
/* .ERP-containers {
    padding-left: 19px;
} */

.containers-erp{
justify-content: center;
 
}

.ERP_single_features {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    height: 250px;
    margin-left: 1.5rem;
}

.ERP_single_features:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ERP_icon-container {
    margin-bottom: 20px; /* Space between icon and title */
}

.ERP_feature-icon {
    width: 90px; /* Adjust the size as needed */
    height: 90px;
    object-fit: contain; /* Ensure the icon scales correctly */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto; /* Center the icon */
}

.ERP_features_title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    color: #29585D;
}

.ERP_single_features p {
    font-size: 16px;
    color: #312d2a;
}

@media (max-width: 768px) {
    .containers {
        width: 99.5%;
    }
}

/* For mobile devices */

/* For PC devices */
@media (min-width: 769px) {
    .row > .col-lg-4:nth-child(n+18):not(:last-child) {
        display: none;
    }
}

/* see more */
.ERP_single_features_see_more {
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    transition: box-shadow 0.3s ease;
    height: 250px;
    background-color: #dfe0e0;
    margin-left: 1.5rem;
}

.ERP_single_features_see_more:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ERP_single_features_see_more p {
    font-size: 16px;
    color: #312d2a;
}

.ERP_see-more-link {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #fff8d1ea; /* Text color */
    background-color: #29585D; /* Background color */
    padding: 10px 20px; /* Padding around the text */
    border-radius: 5px; /* Rounded corners */
    margin-top: 10px;
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s ease;
    
}

.ERP_see-more-link:hover {
    background-color: #1e474a; /* Darker background on hover */
    color: #fff;
}

@media (max-width: 768px) {

    .ERP_see-more-link {
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        color: #29585D; /* Text color */
        background-color: #eceed0; /* Background color */
        padding: 10px 20px; /* Padding around the text */
        border-radius: 5px; /* Rounded corners */
        margin-top: 10px;
        text-decoration: none; /* Remove underline */
        transition: background-color 0.3s ease;
        
    }

    .ERP_single_features_see_more {
        padding: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        transition: box-shadow 0.3s ease;
        height: 17rem;
        background-color: #29585D;
    }

    .ERP_single_features_see_more p {
        font-size: 16px;
        color: #fff
    }

    .ERP-single-features_see_more {
        height: auto;
    }
    
    .ERP_see-more-link:hover {
        background-color: #ffffff; /* Darker background on hover */
        color: #294864;
    }
    
}
/* advantage erp ends */


/* modules start */
.erp-cards-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.erp-card {
    background-color: #e0f5eb;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.erp-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.erp-card:hover::before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: rgba(0, 255, 42, 0.2);
    transform: rotate(45deg);
    animation: erp-ripple-effect 1s linear forwards;
}

@keyframes erp-ripple-effect {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(4);
        opacity: 0;
    }
}

.erp-icon-container img {
    width: 90px;
    height: 90px;
    margin-bottom: 10px;
}

.erp-card-title {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.erp-more-module-button {
    display: flex; /* Use flexbox */
    justify-content: center; /* Horizontally center content */
    align-items: center; /* Vertically center content */
}


.erp-custom-button {
    margin: 40px auto;
    padding: 12px 30px;
    background-color: #296324;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
    justify-content: center;
    box-shadow: 0 5px 8px rgba(55, 65, 57, 0.2);
}

.erp-custom-button:hover {
    background-color: #287e21;
    color: white;
}

.erp-custom-button img {
    margin-left: 10px;
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .erp-cards-container {
        grid-template-columns: repeat(2, 1fr);
        width: 90%;
    }
    .erp-card {
        height: 200px;
        
    }
}

@media (max-width: 480px) {
    .erp-cards-container {
        grid-template-columns: 1fr;
        width: 90%
    }
    .erp-card {
        height: 180px;
    }
}


/* modules end */

/* modules page */

.erp-module-card-container {
    display: flex;
    justify-content: center;
    padding: 20px;
    perspective: 1000px; /* Adds 3D perspective */
}

.erp-module-card {
    width: 80%; /* Occupies 80% of the screen width */
    display: flex;
    flex-direction: row;
    border: 5px solid #296324; /* Thick border for the parent card */
    border-bottom:1px solid #296324; 
    border-top:1px solid #296324;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.6s ease, box-shadow 0.6s ease;
}

@media (min-width: 768px) {
.erp-module-card:hover {
    /* transform: rotateY(5deg); Slight 3D tilt on hover */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}
.erp-module-section-middle:hover {
    transform: scale(1.05); /* Grow on hover */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}
}

/* Common styles for each section */
.erp-module-section {
    flex: 1; /* Each section takes equal space */
    padding: 20px;
    border-left: 5px solid #296324; /* Border between sections */
    transition: transform 0.6s ease, box-shadow 0.6s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.erp-module-section-left {
    background-color: #f7f7f7;
}

.erp-module-section-middle {
    background-color: #e7e7f7;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Shadow effect */
    transform: translateY(0); /* Initial state for animation */
    transform: scale(1.05);
}

.erp-module-section-right {
    background-color: #f7f7f7;
}



.erp-module-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #296324;
    margin-top: 10px;
}

.erp-module-section p {
    font-size: 1rem;
    color: #666;
    text-align: left;
}

.erp-module-card img {
    width: 94px; /* Adjust width as needed */
    height: 94px; /* Maintain aspect ratio */
   
}

/* Responsive design for mobile devices */
@media (max-width: 768px) {
    .erp-module-card {
        flex-direction: column; /* Stack sections vertically on mobile */
        border-left:1px solid #296324; 
        border-right:1px solid #296324;
    }

    .erp-module-card img {
        width: 85px; /* Adjust width as needed */
        height: 85px; /* Maintain aspect ratio */
       
    }
    

    .erp-module-section {
        border-left: none;
        border-top: 5px solid #fff; /* Adjust border for vertical stacking */
    }

    .erp-module-card-container {
        perspective: none; /* Disable 3D effect on mobile */
    }

    .erp-module-section-left {
        background-color: #f7f7f7;
        padding-top: 0%;
    }

    .erp-module-section {
        flex: 1; /* Each section takes equal space */
        padding: 20px;
        border-top: 5px solid #296324; /* Border between sections */
        transition: transform 0.6s ease, box-shadow 0.6s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}


/* modules pge end */


/* ai for erp page */
.ai-intro-and-par{
justify-content: center;

}

.ai-erp-title {
    font-size: 32px;
    margin-bottom: 17px;
    color: #333;
    font-weight: 600;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    
}

.ai-erp-intro {
    font-size: 18px;
    color: #555;
    margin-bottom: 20px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    
}

@media (min-width: 768px){
    .ai-erp-title {
        font-size: 32px;
        margin-bottom: 17px;
        color: #333;
        font-weight: 600;
        margin-left: 8rem;
    }
    
    .ai-erp-intro {
        font-size: 18px;
        color: #555;
        margin-bottom: 20px;
        margin-left: 8rem;
    }

}

.ai-erp-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
    position: relative;
}

.ai-erp-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.ai-erp-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ai-erp-card-title {
    font-size: 20px;
    font-weight: 600;
    color: #29585D;
}

.ai-erp-toggle-button {
    margin-top: -10px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 44px;
    font-weight:bolder;
    color: #29585D;
    transition: transform 0.3s ease;
}

@media (min-width: 768px){
    .container-ai-erp {
        width: 80%;
        margin-left: 8.7rem;
      
    }
    

    .ai-erp-toggle-button {
        margin-right: 40px;
        margin-top: -10px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        font-size: 44px;
        font-weight:bolder;
        color: #29585D;
        transition: transform 0.3s ease;
    }   

    .ai-erp-card {
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
        transition: box-shadow 0.3s ease;
        position: relative;
       
    }

}

.ai-erp-card-body {
    margin-top: 20px;
}

.ai-erp-list {
    list-style-type: none;
    padding: 0;
}

.ai-erp-list li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #312d2a;
}

/* Rotate the icon when the card is expanded */
/* .ai-erp-toggle-button.rotate {
    transform: rotate(90deg);
} */


/* ai for erp end */



/* website process */

.web-title-container-tit{
    display: flex;
    justify-content: center;
}

.web-development-title {
    font-size: 2.5rem;
    font-weight: bold;
    
    margin-top: 50px;
    color: #296324;
    opacity: 0;
    position: relative; /* Ensure z-index works */
    z-index: 10; /* High z-index to keep it on top */
    transition: opacity 0.5s ease;
    transform-style: preserve-3d; /* Enable 3D transforms */
}

/* 3D spin animation in the opposite direction */
@keyframes spin3D {
    0% {
        transform: perspective(600px) rotateY(0deg);
    }
    100% {
        transform: perspective(600px) rotateY(-360deg); /* Negative value for opposite direction */
    }
}

/* Initial spin animation when scrolled into view */
.web-development-title.spin-animation {
    animation: spin3D 1s ease-in-out;
}

/* Continuous 3D spin with a 15-second gap */
.web-development-title.spin-ongoing {
    animation: spin3D 2s ease-in-out ;
    animation-delay: 15s; /* 15-second delay before starting the spin */
}

/* Scroll event trigger */
.is-visible {
    opacity: 1;
}



/* General Styles */
.web-development-container {
    position: relative;
    height: 600px; /* Adjust height as needed */
    margin-top: 50px;
}

.web-development-card-content {
    border: 1px solid #287e21;
    padding: 20px;
    background-color: #296324;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
}



.web-development-card-title {
    background-color: #ffffff;
    color: #296324;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 8px 8px 0 0;
    font-weight: bold;
    font-size: 1.04rem;
}

.web-development-card-list {
    list-style-type: none;
    padding-left: 0;
    
}

.web-development-card-list li {
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 540;
    font-size: 1.03rem;
   
}

/* Hover Effects */
.web-development-card:hover .web-development-card-content {
    transform: scale(1.05);
    

    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Positioning on PC */
.web-development-top-left {
    top: 0px;
    left: -3%;
}

.web-development-top-right {
    top: 0px;
    right: -3%;
}

.web-development-middle {
    top: 22%;
    left: 33.4%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transform: scaleX(1.7);
    
    transform: scaleY(1.5);
}

.web-development-bottom-left {
    bottom: 20px;
    left: -3%;
    top: 43%;
}

.web-development-bottom-right {
    top: 43%;
    bottom: 20px;
    right: -3%;
}

@media (min-width: 968px) {
.web-development-container{
    margin-bottom: 1rem;
}}

/* Responsive Layout */
@media (max-width: 968px) {
    .web-development-card {
        margin-bottom: 20px;
        position: static !important;
        transform: none !important;
    }

    .web-development-card-content {
        transition: transform 0.3s ease;
    }

    .web-development-container {
        height: auto;
    }
}



/* website process */

/*** Contact Start ***/
.contact-link a i,
.contact-link a h5,
.contact-link a.h5 {
    transition: .5s;
}

.contact-link a i:hover,
.contact-link a h5:hover,
.contact-link a.h5:hover {
    color: var(--bs-primary) !important;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {
    background: #29585dd7 ;
    background-size: cover;
    color: rgba(255, 255, 255, .7);
    margin-top: 6rem;
}

.footer-item,
.footer-item a {
    color: rgba(255, 255, 255, .7);
    text-transform: capitalize;
}

/*** Footer End ***/


/*** Copywright Start ***/

.copyright {
    background-color: #312d2a;
}

.copyright .copyright-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright .copyright-icon {
    width: 44px; 
    height: 44px; 
    display: flex;
    align-items: center; 
    justify-content: center;
}

/*** Copywright End ***/


/* Initial state: translate the cards slightly upward and make them invisible */
.ERP_single_features {
    opacity: 0;
    transform: translateY(50px); /* Slide from the bottom */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  /* When the card is visible in the viewport, fade in and slide into place */
  .ERP_single_features.slide-in {
    opacity: 1;
    transform: translateY(0); /* Move back to the original position */
  }

  /* Initial state: make the cards small, behind, and invisible */
.erp-card {
    opacity: 0;
    transform: scale(0.5); /* Start small */
    z-index: -1;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, z-index 0.5s ease-out;
  }
  
  /* When the card is visible, make it pop out to full size */
  .erp-card.pop-in {
    opacity: 1;
    transform: scale(1); /* Grow to normal size */
    z-index: 1; /* Bring it to the front */
  }


  /* Initial state: set the opacity to 0 and move the card down */
.ai-erp-card {
    opacity: 0;
    transform: translateY(30px); /* Slide down */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  
  /* When the card is visible, fade in and slide up */
  .ai-erp-card.slide-in {
    opacity: 1;
    transform: translateY(0); /* Move back to the original position */
  }

  /* Optional styling for visibility during typing */


  /* Initial state: hidden and slightly below */
.erp-module-card {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  }
  
  /* Final state: visible and in place */
  .erp-module-card.show {
    opacity: 1;
    transform: translateY(0);
  }
  

  /* index page */
 /* development service */
 .development-service-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row for larger screens */
    gap: 20px; /* Gap between cards */
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.development-service-card {
    background-color: #296324;
    border-radius: 10px;
    border: 5px solid #312d2a; /* Card border */
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Add vertical stripes */
.development-service-card::before, 
.development-service-card::after {
    content: '';
    position: absolute;
    top: 0;
    width: 6px; /* Width of the stripes */
    height: 100%; /* Full height of the card */
    background-color: #fff; /* Stripe color */
    opacity: 0.89; /* Opacity to make the stripes semi-transparent */
}

.development-service-card::before {
    right: 30px; /* First stripe */
}

.development-service-card::after {
    right: 10px; /* Second stripe */
}

.development-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.development-service-icon-container img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.development-service-card-title {
    font-size: 20px;
    color: #ffffff;
    margin-top: 15px;
}

.development-service-custom-button {
    padding: 12px 30px;
    width: 180px;
    background-color: #312d2a;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 25px;
    transition: background-color 0.3s ease-in-out;
    justify-content: center;
    box-shadow: 0 5px 8px rgba(55, 65, 57, 0.2);
    display: inline-flex;
    align-items: center;
    margin-top: 20px;
}

.development-service-custom-button:hover {
    background-color: #413b37;
    color: white;
    transform: scale(1.08);
    transition: transform 0.3s ease;
}

/* Media Queries */
@media (max-width: 768px) {
    .development-service-cards-container {
        grid-template-columns: 1fr;
        gap: 1px;
        width: 90%;
    }
    .development-service-card {
        height: 250px;
        transform: scale(0.88);
    transition: transform 0.3s ease;
    }
    
}

@media (max-width: 480px) {
    .development-service-cards-container {
        grid-template-columns: 1fr; /* Ensure 1 card per row */
        gap: 1px;
        width: 90%;
    }
    .development-service-card {
        height: 250px;
        transform: scale(0.88);
    transition: transform 0.3s ease;
    }
}


.development-service-card {
    opacity: 0;
    transform: translateY(50px); /* Start the card 50px below its position */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animate both opacity and position */
}

.development-service-card.slide-up {
    opacity: 1;
    transform: translateY(0); /* Slide the card to its final position */
}



/* service */

.service-item {
    position: relative;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2); /* Increased box shadow */
    
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 8px;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    border-radius: 10px;
}

.service-item .service-img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    z-index: 1;
}

.service-item .service-img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s ease-out;
    z-index: 2;
}

.service-item:hover .service-img::after {
    width: 0;
    left: auto;
    right: 0;
}

.service-item .service-text .service-icon {
    width: 140px;
    height: 140px;
    padding: 15px;
    margin-top: -70px;
    margin-bottom: 40px;
    background: #296324;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 60px rgba(0, 0, 0, .1);
}




.service-item .service-text h5,
.service-item .service-text p {
    transition: .5s;
    color: #296324;
    
}

.service-text p {
    font-weight: 530;
}



.service-item:hover .service-text h5,
.service-item:hover .service-text p {
    color: #FFFFFF;


}

.service-item .service-text .btn {
    color: var(white);
    background: #312d2a;
    box-shadow: 0 0 45px rgba(0, 0, 0, .25);
    width: 180px;
    
    font-weight: bold;
}

.service-item .service-text .btn:hover {
    color: white;
    background: var(white);
}

.custom-mart-button{
    color:#ffffff
}

.custom-mart-button:hover {
    color: white; /* Text color on hover */
    
}

.service-text .btn:hover {
    color: white;
    background-color: #296324;
    transform: scale(1.08);
    transition: transform 0.3s ease;
}


.scale-title {
    animation: scaleTitle 3s ease-in-out infinite;}



    .service-item {
        opacity: 0;
        transform: scale(0.8); /* Shrink the element initially */
        transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }
    
    .service-item.pop-in {
        opacity: 1;
        transform: scale(1); /* Return to normal size when animated */
    }

    

   /* 04.ABOUT css 
    ===========================*/
    
/* General Container */
.about-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 50px;
    margin: 0 auto;
    background-color: #f4f4f4;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* Left Section */
.about-left {
    flex: 1;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-right: 20px;
    position: relative;
}

.about-left h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.about-left p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
}

.about-left .custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #296324;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about-left .custom-button:hover {
    background-color: #1e4725;
    color: #fff;
}

/* Right Section */
.about-right {
    flex: 1;
    padding: 20px;
    background-color: #e9f2e9;
    border-radius: 12px;
}

.about-right h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

.card {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

/* Mission, Vision, Goals Specific Colors */
.mission h3 {
    background-color: #296324;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.vision h3 {
    background-color: #446e44;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.goals h3 {
    background-color: #648864;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

/* Card Hover Effect */
.card:hover {
    transform: scale(1.05);
    background-color: #f8f8f8;
}

/* Mobile View */
@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        padding: 20px;
    }

    .about-left, .about-right {
        margin-right: 0;
    }

    .card {
        margin-bottom: 20px;
    }
}


    /*===========================*/


    /* about mart  page*/
    
/* Container and General Layout */
.mv-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 40px 20px;
}

/* Card Styles */
.mv-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px;
    flex-basis: 300px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mv-title-card{
    background-color: #296324;
    border-radius: 8px;
    border: 4px solid #312d2a;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 15px;
    flex-basis: 300px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

@media (min-width:770px){

    .mv-title{
        margin-top: 8rem;
        display: inline-block;
        vertical-align: middle;
    }

    
}

@media (max-width:770px){
    .mv-title-card{
        
        flex-basis: 30px;
        text-align: left;
        transition: transform 0.3s ease, box-shadow 0.3s ease; 
    }

    .mv-title{
    color: white;
    }
}

.mv-title{
    color: white;
    }

.mv-card-title h3 {
    color: white;
}


.mv-card-title {
    background-color: #296324; /* Replace with your desired color */
    color: white;
    border: 3px solid #312d2a;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    margin-bottom: 15px;
    text-align: center;
}

/* Hover and Animation */
.mv-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
}

/* Slide-in Effect */
.mv-card {
    opacity: 0;
    transform: translateX(-100%);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.mv-card.visible {
    opacity: 1;
    transform: translateX(0);
}

/* List Styles */
.mv-card ul {
    list-style: none;
    padding-left: 0;
}

.mv-card ul li {
    margin-bottom: 10px;
    color: #555;
    font-size: 1em;
}



/* Responsive Layout */
@media (max-width: 768px) {
    .mv-container {
        flex-direction: column;
        align-items: center;
    }

    .mv-card {
        width: 100%;
        max-width: 90%;
    }
}

/* Ensure horizontal layout on larger screens */
@media (min-width: 768px) {
    .mv-container {
        justify-content: space-around;
        flex-wrap: nowrap;
    }
}


/* List Styles */
.mv-card ul {
    list-style-type: disc; /* This adds dots in front of list items */
    padding-left: 20px;    /* Add padding to align the text */
}

.mv-card ul li {
    margin-bottom: 10px;
    color: #312d2a;
    font-size: 1.1em;
}


/* mision vision end */

/* value start */
.about-page-development-service-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 cards per row for larger screens */
    gap: 20px; /* Gap between cards */
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
}

.about-page-development-service-card {
    background-color: #296324;
    border-radius: 10px;
    border: 5px solid #312d2a; /* Card border */
    box-shadow: 10px 8px 16px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    height: 320px; /* Adjusted to accommodate paragraph */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Add one vertical stripe */
.about-page-development-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px; /* Stripe on the right side */
    width: 6px; /* Width of the stripe */
    height: 100%; /* Full height of the card */
    background-color: #fff; /* Stripe color */
    opacity: 0.89; /* Opacity to make the stripe semi-transparent */
}

.about-page-development-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-page-development-service-icon-container img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
}

.about-page-development-service-card-title {
    font-size: 20px;
    color: #296324;
    border-top-left-radius: 25px; /* Top-left corner */
    border-top-right-radius: 1px; /* Top-right corner */
    padding-top: 16px;
    margin-top: 15px;
    display: inline-block;
    background-color: #ffffff;
}

/* Paragraph text */
.about-page-development-service-card-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

/* Media Queries */
@media (max-width: 768px) {
    .about-page-development-service-cards-container {
        grid-template-columns: 1fr;
        gap: 1px;
        width: 90%;
    }
    .about-page-development-service-card {
        height: 300px; /* Adjust for smaller screens */
        transform: scale(0.88);
        transition: transform 0.3s ease;
    }
}

@media (max-width: 480px) {
    .about-page-development-service-cards-container {
        grid-template-columns: 1fr; /* Ensure 1 card per row */
        gap: 1px;
        width: 90%;
    }
    .about-page-development-service-card {
        height: 280px;
        transform: scale(0.88);
        transition: transform 0.3s ease;
    }
}

/* Initial state: card is hidden and slightly below its final position */
.about-page-development-service-card {
    opacity: 0;
    transform: translateY(50px); /* Start 50px lower */
    transition: opacity 0.6s ease-out, transform 0.6s ease-out; /* Animation for both opacity and position */
}

/* Final state: card slides up to its correct position and fades in */
.about-page-development-service-card.slide-up {
    opacity: 1;
    transform: translateY(0); /* Move to its normal position */
}


.contact-page-container {
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Contact Cards */
.contact-cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 300px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-icon {
    font-size: 40px;
    color: #296324;
    margin-bottom: 15px;
}

.contact-info h4 {
    font-size: 18px;
    margin: 0 0 10px;
}

.contact-info p {
    font-size: 16px;
    color: #555;
}

.contact-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Form Container with Background Image and Transparent Overlay */




/* Alert Box */


@keyframes slideUp {
    from {
        bottom: -100px;
    }
    to {
        bottom: 20px;
    }
}

/* Media Queries for Responsiveness */
@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
        align-items: center;
    }

    .contact-card {
        width: 90%;
        margin-bottom: 20px;
    }

    
}




/* from */

.contact_area {
    position: relative;
    z-index: 5; }
    .contact_area::before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(43, 42, 61, 0.9);
      z-index: -1; }
  
  p.form-message.success, p.form-message.error {
    font-size: 16px;
    color: #2B2A3D;
    background: #F9F9F9;
    padding: 10px 15px;
    margin-top: 30px;
    background-color: #fff;
    margin-left: 15px; }
    p.form-message.success.form-message.error, p.form-message.error.form-message.error {
      color: #f00; }
  
  .single_form {
    margin-top: 30px; }
    .single_form input,
    .single_form textarea {
      width: 100%;
      height: 55px;
      border: 3px solid #29585D;
      padding: 0 25px;
      font-size: 16px;
      color: #fff;
      background: none;
      -webkit-transition: all 0.3s ease-out 0s;
      -moz-transition: all 0.3s ease-out 0s;
      -ms-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s; }
      .single_form input:focus,
      .single_form textarea:focus {
        border-color: #fff; }
    .single_form textarea {
      height: 170px;
      resize: none;
      padding-top: 15px; }

      .contact-page-btn {
        display: inline-block;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 0;
        padding: 0 40px;
        font-size: 16px;
        height: 55px;
        line-height: 55px;
        border-radius: 0;
        color: #fff;
        cursor: pointer;
        z-index: 5;
        -webkit-transition: all 0.4s ease-out 0s;
        -moz-transition: all 0.4s ease-out 0s;
        -ms-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        background-color: #296324; }
        .contact-page-btn:hover {
          background-color: #046d04;
          color: #fff; }

          
          /*popup 
          /* */ 

          .popup {
            position: fixed;
            bottom: -100px;
            left: 50%;
            transform: translateX(-50%);
            padding: 15px 30px;
            background-color: rgba(0, 0, 0, 0.8);
            color: white;
            font-size: 16px;
            border-radius: 8px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            z-index: 9999;
            opacity: 0;
            transition: all 0.5s ease-in-out;
        }
        
        .popup.success {
            background-color: #28a745; /* Success background */
        }
        
        .popup.error {
            background-color: #dc3545; /* Error background */
            
        }
        
        .popup.show {
            bottom: 30px;
            opacity: 1;
        }
        

        /* index page programing languages */

        /* General Container Styling */
/* General Container Styling */
/* General container styling */
/* General container styling */
.development-toolkit-container {
    text-align: center;
}

.development-toolkit-card {
    /* Different background color */
   
    padding: 20px;
   
}

.development-toolkit-list {
    list-style-type: disc; /* Use bullet points */
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap to next line */
    justify-content: center; /* Center the items */
}

.development-toolkit-list li {
    flex: 0 0 45%; /* 2 items per row on mobile */
    margin: 5px 2.5%; /* Margin between items */
    padding: 10px;
    font-weight: 570;
    color: #046d04;
     /* Background for list items */
   
}

/* Media Query for PC view */
@media (min-width: 768px) {
    .development-toolkit-list li {
        flex: 0 0 18%; /* 5 items per row on larger screens */
        margin: 10px; /* Margin between items */
    }
}


/* why choose us */

/* General styling */
/* General Layout */
.why-us-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 40px 20px;
  }
  
  .why-us-left {
    flex-basis: 48%;
    padding-right: 20px;
  }
  
  .why-us-left-title {
    font-size: 2.5rem;
    color: #296324;
  }
  
  .why-us-left-description {
    color: #555;
    font-size: 1.1rem;
  }
  
  .why-us-right {
    flex-basis: 48%;
  }
  
  .why-us-right-title {
    color: #296324;
    font-size: 1.8rem;
  }
  
  .why-us-right-list {
    list-style: none;
    padding-left: 0;
  }
  
  .why-us-right-list-item {
    color: #312d2a;
    font-size: 1.1em;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  
  .why-us-right-list-item-icon {
    color: #296324;
    margin-right: 10px;
  }
  
  @media (max-width: 768px) {
    .why-us-container {
      flex-direction: column;
    }
  
    .why-us-left,
    .why-us-right {
      flex-basis: 100%;
      padding-right: 0;
    }
  }

  
/* why choose us end */

.text-primary {
    color: #296324;
}