@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

:root {
  --primary-color: #f6703d;
  --secondary-color: #f1f1f1;
  --grey-color: grey;
  --black-color: black;
  --box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(140, 143, 145, 0.32) 0px 2px 16px 0px;
  --primary-lite: blanchedalmond;
}
body {
  font-family: "Lato", sans-serif;
  margin: 0%;
  padding: 0%;
  box-sizing: border-box;
}
/*Finance into section style start*/
.finance-intro {
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
    .image-container img {
        width: 100%;
        height: 90vh; 
        object-fit: cover; 
    }
    
    .finance-textoverlay-container {
        position: absolute;
        overflow: hidden;
        max-width: 100%;
        max-height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); 
        text-align: center; 
        color: var(--secondary-color); 
    }
    
    .finance-textoverlay-container h2 {
        font-size: 2.5rem;
        margin-bottom: 20px; 
    }
    
    .finance-textoverlay-container p {
        font-size: 1.2rem; 
        margin-bottom: 30px;
    }
    
    .finance-textoverlay-container a.btn {
        background-color: var(--primary-color);
        border:var(--secondary-color);
        font-size: 1.2rem; 
        padding: 12px 24px; 
        border-radius: 25px; 
    }
    
    .finance-textoverlay-container a.btn:hover{
        background-color: var(--black-color);
        color:var(--secondary-color);
        box-shadow: var(--box-shadow);
    }
}
/*Finance into section style ends*/

/* Finance client section */
.finance-client {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
}
.finance-client h2{
    color: var(--primary-color);
    font-weight: bold;
}
.client-logos {
    margin-top: 20px;
    display: flex;
    left-content: center; 
    align-items: center; 
}

.client-logos img {
    max-width: 100px; 
    margin: 0 20px; 
}

/* Finance content section */
.finance-content-section {
    padding: 50px 0;
}

.finance-content-section h2 {
    color: var(--primary-color); 
    text-align: center;
    font-weight: bold;
}

.finance-content-section p {
    text-align: center;
    color: #555; 
}

.services {
    display: flex;
    flex-wrap: wrap;
    left-content: center;
    gap: 20px;
    margin-top:8%;
}

.service-item {
    text-align: center;
    width: 200px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #f8f9fa;
}

.service-item i {
    font-size: 24px;
    margin-bottom: 10px;
    color: var(--primary-color);
}

.service-item p {
    margin: 0;
}

.service-item:hover {
    background-color: #e9ecef;
}


.finance-content-section img {
    max-width: 100%; 
    height: auto;
}

/* Software Service for all types of financial services clients */
.software-service-financial-types {
    background-color:var(--secondary-color); 
    padding: 50px 0;
    text-align: center;
}

.software-icons {
    margin-top: 20px;
}

.software-icons i {
    font-size: 2.5rem; 
    margin: 0 10px;
    color: #555; 
}

@media (max-width: 768px) {
    .client-logos{
        flex-direction: column;
        gap:20px;
    }
}
/*Software Service for all types of financial services clients style start */
.software-service-financial-types {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.software-service-financial-types h2 {
    color: var(--primary-color);
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.software-service-financial-types p {
    color: #555;
    text-align: center;
    margin-bottom: 40px;
}

.software-icons {
    display: flex;
    flex-wrap: wrap;
    left-content: center;
    gap: 20px;
}

.software-item {
    text-align: center;
    width: 200px;
    padding: 20px;
    border: 1px solid var(--primary-lite);
    border-radius: 8px;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.software-item:hover {
    background-color: #e9ecef;
    cursor: pointer;
}

.software-item i {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.software-item span {
    display: block;
    text-align: center;
    color: #555;
}

/*Software Service for all types of financial services clients style end */

/* Why Why choose Yottron as your financial services software development company style start */
.why-choose-financial-service-with-yottron{
    margin-top: 2%;
    margin-bottom: 5rem;
    width: 100%;
}
.why-choose-financial-service-with-yottron{
   
      

     h2{
        font-size: 24px;
        margin-bottom: 10px;
        padding:20px;
        margin:10px;
        color: var(--primary-color);
        font-weight: bold;
        text-align: center;

    }
 
    .left-content-container ul li{
        list-style: none;
        margin:1rem;
    }
    .left-content-container ul li i{
       color:var(--primary-color);
       padding-left:0 20px;
    }
    .right-content-container ul li{
        list-style: none;
        margin: 1rem;
    }
    .right-content-container ul li i{
        color:var(--primary-color);
        padding-left:0 20px;
     }
}



/* Why Why choose Yottron as your financial services software development company style end */