@CHARSET "UTF-8";
.whychooseus-section{
	margin-top: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.whychooseus-section .choose-content{width: 80%}
 .whychooseus-section .choose-content .container {
            width: 100%;
          
            overflow: hidden;
        }
        
        .whychooseus-section .choose-content .header  {
           position: relative;
           /*  padding: 20px; */
            display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
        	text-align: center;
        }
        
        .whychooseus-section .choose-content .header  h1 {
            
            margin-bottom: 15px;
            font-size: 48px;
font-weight: bold;
line-height: 48px;
text-align: center;
letter-spacing: 0em;

font-variation-settings: "opsz" auto;
color: rgba(2, 100, 90, 0.9686);
        }
        
       .whychooseus-section .choose-content  .buttons {
       	margin-top: 20px;
       		width: 700px;
            display: flex;
           justify-content: space-between;
    		align-items: center;
        }
        
      .whychooseus-section .choose-content   .btn {
            /* padding: 12px 25px; */
           /*  background: #3498db; */
            color: white;
            border: none;
            border-radius: 50px;
            cursor: pointer;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
      		flex: 1;
            /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
        }
        
      .whychooseus-section .choose-content   .btn:hover {
            /* background: #2980b9; */
            /* transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); */
        }
        
      .whychooseus-section .choose-content   .btn.active {
            /* background: #e74c3c; */
           /*  transform: translateY(-2px);
            box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); */
        }
        .whychooseus-section .choose-content .label{
			font-size: 24px;
font-weight: 500;
line-height: 28px;
text-align: center;
text-transform: capitalize;
letter-spacing: 0em;
 white-space: nowrap;
font-variation-settings: "opsz" auto;
color: #999999;
        }
        .whychooseus-section .choose-content .active .label{color: rgba(2, 100, 90, 0.9686);}
        
/* 背后的连接线 */
.whychooseus-section .choose-content .variant-dot0::before {
      content: '';
            position: absolute;
            top: 50%;
            left: 50%;
           	right: 0%;
            height: 1px;
            background: #D8D8D8;
            transform: translateY(-50%);
            z-index: 1;
            border-radius: 2px;
} 
.whychooseus-section .choose-content .variant-dot1::before {
      content: '';
            position: absolute;
            top: 50%;
            left: -50%;
           	right: -50%;
            height: 1px;
            background: #D8D8D8;
            transform: translateY(-50%);
            z-index: 1;
            border-radius: 2px;
}
.whychooseus-section .choose-content .variant-dot2::before {
      content: '';
            position: absolute;
            top: 50%;
            left: 0%;
           	right: 50%;
            height: 1px;
            background: #D8D8D8;
            transform: translateY(-50%);
            z-index: 1;
            border-radius: 2px;
}
       
 .whychooseus-section .choose-content .variant-dot{ position: relative;margin-top: 20px;display: flex;
            justify-content: center;
            align-items: center;}
/* 圆点外圈 */
.whychooseus-section .choose-content .dot-outer {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #999999;
    border-radius: 50%;
    background-color: white;
    transition: all 0.3s ease;
    z-index: 3;
}

/* 实心圆点 */
.whychooseus-section .choose-content .dot-inner {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #999999;
    border-radius: 50%;
    transition: all 0.3s ease;
    z-index: 4;
}

.whychooseus-section .choose-content .active .dot-outer{border: 1px solid rgba(2, 100, 90, 0.9686);}
.whychooseus-section .choose-content .active .dot-inner{background-color: rgba(2, 100, 90, 0.9686);}
        
       .whychooseus-section .choose-content  .content {
            display: flex;
            padding: 30px 0px;
            gap: 0px;
        }
        
       .whychooseus-section .choose-content  .image-container {
       	margin-top: 20px;
       		width: 50%;
            flex: 1;
            position: relative;
            height: 500px;
            overflow: hidden;
        }
        
       .whychooseus-section .choose-content  .image-stack {
            position: relative;
            width: 100%;
            height: 100%;
        }
        
       .whychooseus-section .choose-content  .image-item {
            position: absolute;
            width: 495px;
			height: 375px;
            	border-radius: 15px;
            overflow: hidden;
            
            transition: all 0.5s ease;
            opacity: 0.7;
        }
        
       .whychooseus-section .choose-content  .image-item img {
           /* width: 420.75px;
			height: 318.75px; */
        width: 495px;
			height: 375px;
            object-fit: cover;
       	border-radius: 15px;
       		box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.3);
       	opacity: 0.7;
        }
        
       .whychooseus-section .choose-content  .image-item:nth-child(1) {
          
            top: 0;
            left: 36px;;
            z-index: 1;
            /* transform: rotate(-5deg); */
        }
       
        .whychooseus-section .choose-content .image-item:nth-child(2) {
            top: 120px;
            right: 0;
            z-index: 2;
            /* transform: rotate(3deg); */
        }
        
      .whychooseus-section .choose-content   .image-item:nth-child(3) {
           height: 327px;
            top: 120px;
            left: 0;
            z-index: 3;
           /*  transform: rotate(-2deg); */
        }
         .whychooseus-section .choose-content  .image-item:nth-child(3) img {
           height: 327px;
        }
       .whychooseus-section .choose-content  .image-item.active {
            opacity: 1;
            /* transform: translateX(10%) rotate(0deg); */
            z-index: 10;
            /* width: 90%;
            height: 90%; */
           
        }
        
        .whychooseus-section .choose-content  .image-item.active img{opacity: 1;width: 495px;
			/*height: 375px;*/}
        
      .whychooseus-section .choose-content   .text-content {
      	    width: 50%;
            /*flex: 1;*/
            padding: 40px 0px 0px 45px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
       .whychooseus-section .choose-content  .text-item {
            display: none;
        }
        
      .whychooseus-section .choose-content   .text-item.active {
            display: block;
            animation: fadeIn 0.5s ease;
        }
        
      .whychooseus-section .choose-content   .text-item h2 {
            color: #2c3e50;
            margin-bottom: 15px;
            font-size: 28px;
        }
        
       .whychooseus-section .choose-content  .text-item p {
            margin-bottom: 15px;
            font-size: 18px;
font-weight: normal;
line-height: 36px;
letter-spacing: 0em;
       	min-height: 300px;
       	height: auto;
color: #333333;
        }
        
       .whychooseus-section .choose-content  .text-item ul {
            margin-left: 20px;
            color: #34495e;
            line-height: 1.6;
        }
        
       .whychooseus-section .choose-content .btn-green-radius{border-radius: 32.5px;}
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        @media (max-width: 768px) {
        .whychooseus-section{margin-top: 20px;padding-left: 10px;padding-right: 10px;}
        	.whychooseus-section .choose-content{width: 100%;}
          .whychooseus-section .choose-content   .content {
                flex-direction: column;padding: 0px;display: block;height: auto;
            }
            .whychooseus-section .choose-content .header h1{font-size: 20px;}
            .whychooseus-section .choose-content .buttons {
    margin-top: 10px;
    width: 100%;}
            .whychooseus-section .choose-content .label{font-size: 14px;}
          .whychooseus-section .choose-content   .image-container {
                height: 300px;
            }
            
          .whychooseus-section .choose-content   .buttons {
                flex-wrap: wrap;
            }
            .whychooseus-section .choose-content .image-container, .whychooseus-section .choose-content .text-content {
    width: 100%;
}
.whychooseus-section .choose-content .text-content {padding: 0px;}
.whychooseus-section .choose-content .image-container {
        height: 500px;
    }
.whychooseus-section .choose-content .text-item p{font-size: 14px;line-height: normal;min-height: 0;}
        }