@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


*{
    font-family: Montserrat;
}
.fixed-top {
    background-color: white !important; 
    opacity: 1 !important; 
    z-index: 1050; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
}

.small-text{
    font-size: small;
}

.border-rad{
    border-radius: 1rem;
}
.border-halfrad{
    border-radius: 0.5rem;
}

.custom{
    background-color: #17365D;
}
.btn-bd-primary {
    --bs-btn-font-weight: 600;
    background-color: #17365D;
    color: #fff;
    border-radius: 6px;
    font-family: Montserrat;
  }
.nav-link, h5{
    color: black;
    font-family: Montserrat;
}
.ubuntu{
    font-family: Ubuntu;
    color: black;
}
.green-text{
    color: #29CC6A;
    font-weight: 500;
}
.grey-text{
    color: #80879F;
}
.light-text{
    color: #949BC3;
}
.lightergreytext{
    color: #CED0D9;
}
.text{
    font-family: Montserrat;
    font-weight: light;
}
.notosans{
    font-family: Noto Sans;
}
.montserrat{
    color: black;
    font-family: Montserrat;
    font-weight: 800;
}
.casestudy-title{
    color: #17365D;
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.24px;
}
.casestudy-desc{
    color: rgba(6, 28, 55, 0.50);
font-family: "Noto Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.24px;
}
.left-text{
    color: #061C37;

font-family: Montserrat;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 40px; /* 125% */
letter-spacing: -0.48px;
}
.value-proposition-text{
    color: #516886;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.21px;
}
.title{
    color: var(--Text-light, #F9F9FF);
font-family: Montserrat;
font-size: 44px;
font-style: normal;
font-weight: 400;
line-height: 48px; 
letter-spacing: -0.66px;
}
.bg-gradient{
    
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.90) 0%, rgba(0, 0, 0, 0.92) 35%, rgba(0, 0, 0, 0.89) 66.5%, rgba(0, 0, 0, 0.00) 100%);
}
.card-title{
    font-weight: 600;
}

.carousel-indicators button {
    border: none !important;
    padding: 0 !important;
}

.carousel-indicators button.active {
    background-color: #29CC6A !important;
}

.carousel-btn:focus,
.carousel-btn:active,
.carousel-dot:focus,
.carousel-dot:active {
    outline: none !important;
    box-shadow: none !important;
}


.green-square {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #29CC6A;
    margin-left: 4px;
}
.filter-black {
    filter: invert(1) grayscale(100);
} 





.carousel-indicators {
    margin: 0 10px !important;
    width: auto !important;
}

.carousel-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: white !important;
    margin: 0 4px !important;
    opacity: 1 !important;
}

.carousel-indicators button.active {
    background-color: #29CC6A !important;
} 


.service-card {
    padding: 20px;
    height: 100%;

}

.icon-container {
    background-color: #17365D;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-icon {
    width: 40px;
    height: 40px;
}

.service-title {
    color: #17365D;
    font-size: 1.25rem;
    font-weight: 500;
}

.list-unstyled li {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
}

.social-icon {
    width: 24px;
    height: 24px;
}


.light{
    font-weight: lighter;
}


/******************solutions********************************/

.hero-section {
    position: relative;
    height: 410px;
    overflow: hidden;
    margin-top: 0%;
}

.hero-image {
    position: absolute;
    background-image: url('./images/image.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.hero-overlay {
    background: linear-gradient(
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5)
    );
    z-index: 2;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
    opacity: 1;
}

.breadcrumb-item.active {
    color: white !important;
    opacity: 1;
}

/* Make hero section responsive */
@media (max-width: 768px) {
    
    .hero-section h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    
    
    .hero-section h1 {
        font-size: 2rem;
    }
} 
.sol-text{
    color: #17365D;
}

/**************************ABOUT US*****************************************/

.hero-image-two {
    position: absolute;
    background-image: url('./images/assets_images/aboutus_bg.png');
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.hero-section-two {
    position: relative;
    height: 100vh; 
    overflow: hidden;
}

.hero-overlay {
    z-index: 2;
}

.text-container {
    padding: 20px; 
    width: 60%;
}
@media (max-width: 990px) {
    .text-container {
        width: 100%; 
    }
}

.container {
    position: relative;
    z-index: 3; 
    padding: 20px; 
}

.custom-icon {
    color: black; 
}

/************CASE STUDY CSS***********************/

.hero-section-three {
    position: relative;
    height: 360px; 
    overflow: hidden;
}

.hero-image-three {
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.white-container {
    background-color: white;
    position: relative;
    padding: 10rem;
}
@media (max-width: 990px) {
    .white-container {
        padding: 5rem; 
    }
}
@media (max-width: 768px) {
    .white-container {
        padding: 2rem; 
    }
}
@media (max-width: 480px) {
    .white-container {
        padding: 0.3rem; 
    }
}
.hero-image-cs1{
        background-image: url('./images/CaseStudies/Transforming\ a\ Leading\ American\ Telecommunication\ Giant.jpg');
}
.hero-image-cs2{
    background-image: url('./images/CaseStudies/Building\ Data\ Ingestion\ Pipelines\ and\ DevOps\ Infrastructure.jpg');
}
.hero-image-cs3{
    background-image: url('./images/CaseStudies/Data\ Migration\ System\ Consolidation\ and\ AIOps\ Implementation.jpg');
}
.hero-image-cs4{
    background-image: url('./images/CaseStudies/E-commerce\ Development\ for\ a\ Leading\ Footwear.jpg');
}
.hero-image-cs5{
    background-image: url('./images/CaseStudies/A\ Growing\ AI-based\ SaaS\ Company.jpg');
}
.hero-image-cs6{
    background-image: url('./images/CaseStudies/LLM-Based\ Customer\ Support\ Agents.jpg');
}
.hero-image-cs7{
    background-image: url('./images/CaseStudies/Mainframe-to-ERP\ Transformation\ with\ SAPOne.jpg');
}
.hero-image-cs8{
    background-image: url('./images/CaseStudies/Robust\ Data\ Analytics\ Solution\ for\ an\ American\ Cold-Chain.jpg');
}
.hero-image-cs9{
    background-image: url('./images/CaseStudies/Health\ and\ Wellness\ Startup.jpg');
}
.wrap{
    text-wrap: nowrap;
}

/* CSS for hover effect */
.hover-effect {
    text-decoration: none; 
    transition: color 0.3s ease; 
}

.hover-effect:hover {
    color: #949BC3; 
    text-decoration: underline; 
}


  .dropdown-item{
    font-size: small;
  }

  img {
    pointer-events: none;
}
img {
    transform: scale(0.95); /* size decrease */
    transform-origin: center; 
}
