body {
    background: #f3f3f3;
}

.section-container {
    margin: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.slider-main {
    background: #333;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    height: 500px;
    position: relative;
    z-index: 100;
}

.slide-main {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide-main.active {
    display: block;
    opacity: 1;
}

.slider-main h1 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #fff;
}

.slider-main p {
    margin-bottom: 20px;
}

.slider-main ul {
    list-style-type: none;
    padding: 0;
}

.slider-main ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.slider-main ul li::before {
    content: '●';
    color: #0abbe7;
    margin-right: 10px;
}

.slider-main-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-main-controls button {
    background: #0abbe7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 5px;
}

.slider-main-controls button:hover {
    background: #0abbe7;
}

.half-colored {

    background-color: #f0f0f0;
    position: relative;
}

.half-colored::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #0abbe7;
}

.section-second-container {
    color: #333;
    ;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 60vw;
    margin-right: 50px;
    text-align: justify;
}

.set-flex {
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
    ;
}

.detail-card-section {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.detail-card-section.active {
    display: block;
    opacity: 1;
}


.detail-card-section ul li::before {
    content: '●';
    color: #fff;
    margin-right: 10px;
}

.our-models {
    margin: 20px 0px;
    padding: 30px;
}

.our-models .head {
    display: flex;
    justify-content: center;
    margin: 20px 10px;
}

.our-models .head h1 {
    font-size: 40px;
    font-weight: 700;
}

.contact-info-wrap .service-card .info-content h6 {
    font-size: 15px;
    min-height: 40px;
}


.tassei-tech-why-choose {
    background-color: #fff;
    margin-top: 0;

}

.tassei-tech-why-choose .section-title {
    margin-bottom: 30px;
}

.tassei-tech-why-choose .title {
    font-size: 2.5em;
    color: #333;
}

.why-choose-description .title {
    font-weight: 600;
    font-size: 32px;
    color: #333;
}

.tassei-tech-why-choose .subtitle {
    margin-top: 20px;
    font-size: 1.2em;
    color: #666;
    text-align: justify;
}

.tassei-tech-why-choose .why-choose-list .title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}

.why-choose-list ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 20px;
}

.why-choose-list li {
    display: inline;
    align-items: center;
    margin-bottom: 15px;

}

.why-choose-list .why-icon {
    font-size: 2.0em;
    color: #0abbe7;
    margin-right: 10px;
}

.why-choose-list .why-text {
    font-size: 1.8em;
    color: #333;
    margin-right: 5px;
}

.why-choose-description p {
    margin-bottom: 15px;
    font-size: 1.2em;
    color: #555;
}

.col-lg-12 .why-choose-description {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.mvp {
    margin: 20px 0px;
    padding: 20px;
}

.mvp h2 {
    text-align: center;
    font-weight: 600;
}

.mvp .contents p {
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.mvp-container {
    display: flex;
}

.mvp .benefits,
.mvp .steps {
    margin: 10px;
    padding: 20px;
    width: 50%;
}

.mvp .benefits h4,
.steps h4 {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.mvp .benefits h4 {
    margin-bottom: 35px;
}

.mvp .benefits h4 span {
    margin-left: 10px;
}

.mvp .benefits ul,
.steps ol {
    width: fit-content;
    padding: 0px 10px;
    padding-left: 15px;
    font-size: 18px;
    line-height: 2.5;
    background-color: #aaeaff2d;
    border: 3px solid #0abbe7;
}

.mvp .benefits li p {
    padding-left: 25px;
}

.mvp .benefits li::before {
    content: "➤";
    margin-right: 10px;
    font-weight: bold;
}

.mvp .steps h4 i {
    margin-left: 10px;
}

.mvp .steps ol {
    line-height: 2.5;
    font-size: 18px;
}

.mvp .steps li p {
    padding-left: 25px;
}

.mvp .steps li::before {
    content: "➤";
    font-weight: bold;
    margin-right: 10px;
}

.mvp .conc {
    font-size: 18px;
    text-align: justify;
}

.tassei-product-development {
	padding: 50px 0;
	background: #f9f9f9;
}
  
.tassei-product-development .section-title .title {
	font-size: 2rem;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 0rem;
}
  
.tassei-product-development .section-title .subtitle {
	font-size: 1.1rem;
	color: #555;
	margin-bottom: 40px;
}
  
.features-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
  
.features-row .feature-card {
	background: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  
.features-row .feature-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}
  
.features-row .feature-icon {
	font-size: 2.5rem;
	color: #2d5d7b;
	margin-bottom: 15px;
}
  
.features-row .feature-card h4 {
	font-size: 1.3rem;
	color: #333;
	margin-bottom: 10px;
}
  
.features-row .feature-card p {
	color: #666;
	font-size: 1rem;
}
  
.why-choose-tassei {
	margin-top: 50px;
	text-align: left;
}
  
.why-choose-tassei .title {
	font-size: 1.8rem;
	margin-bottom: 20px;
	color: #333;
}
  
.why-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
  
.why-list li {
	display: flex;
	align-items: center;
	font-size: 1rem;
	color: #555;
	margin-bottom: 15px;
}
  
.why-list li i {
	font-size: 1.2rem;
	color: #28a745;
	margin-right: 10px;
}
  


@media screen and (max-width: 1199px) {
    .mvp .benefits h4 {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1071px) {
    .mvp .benefits h4 {
        margin-bottom: 0px;
    }
}


@media screen and (max-width:991px) {
    .why-choose-list ul {
        grid-template-columns: repeat(2, auto);
    }

    .mvp .benefits h4 {
        margin-bottom: 10px;
    }

    .mvp-container {
        flex-direction: column;
    }

    .mvp .benefits,
    .mvp .steps {
        width: 100%;
    }

    .service-sec-ul {
        grid-template-columns: repeat(4, auto) !important;
        margin-left: 0px;
    }

    .service-sec3-card {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .why-choose-list .why-icon {
        font-size: 1.5em;
    }

    .why-choose-list .why-text {
        font-size: 1.3em;
    }

    .service-sec3-card {
        width: 100%;
        margin-left: 15%;
    }
}

@media screen and (max-width:575px) {
    .pe-service-sec {
        grid-template-columns: repeat(2, auto) !important;
        margin-left: 15%;
    }

    .service-sec3-card {
        margin-left: 35%;
    }
}

@media screen and (max-width:499px) {
    .why-choose-list ul {
        margin-left: 15px;
        grid-template-columns: repeat(1, auto);
    }

    .why-choose-list .why-icon {
        font-size: 2.0em;

    }

    .why-choose-list .why-text {
        font-size: 1.5em;
    }

    .pe-service-sec {
        margin-left: 12%;
    }

    .pe-row {
        width: 98%;
    }
    .tassei-product-development{
        padding: 0 30px;
    }
}

@media screen and (min-width: 1363px) {
    .mvp .benefits h4 {
        margin-bottom: 2px;
    }
}