.service-list1 {
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.service-list1 li {
    font-size: 1rem;
    line-height: 1.6;
    color: #dadada;
    padding: 8px 0 8px 20px;
    position: relative;
}

.service-list1 li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 8px;
    color: #b8976a;
    font-size: 1.4rem;
}



.premium-problems-section {
 background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.premium-card-dark {
    background: #22416b;
    border-radius: 30px;
    overflow: hidden;
   
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}


.premium-card-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
   
    transition: left 0.8s;
}



.premium-card-header {
    background-color: #1f3b5f;
   color: #ffffff;
    padding: 3.5rem 3.5rem 2.5rem;
    position: relative;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, transparent, #214068
, transparent) 1;
}





.premium-title {
    color: #f6f6f6;
   
    font-size: 2.2rem;
    
    margin: 0;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 20px rgba(212, 165, 116, 0.3);
    position: relative;
    display: inline-block;
}

.title-underline {
    width: 120px;
    height: 4px;
    background: #152943
;
    margin-top: 1.5rem;
    border-radius: 2px;
    position: relative;
}



.premium-card-body {
    padding: 3.5rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
    backdrop-filter: blur(10px);
}

.premium-intro {
    color: #e8e8e8;
    font-family: 'Inter', sans-serif;
    font-size: 1.15rem;
    line-height: 2;
    font-weight: 300;
    margin-bottom: 2rem;
    text-align: justify;
    position: relative;
    padding-left: 25px;
    border-left: 3px solid#ffffff
;
}

.service-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid#152943
;
    border-radius: 20px;
    padding: 2rem 1.8rem;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background:#152943
;
    opacity: 0;
    transition: opacity 0.4s;
}

.service-box:hover {
    transform: translateY(-8px);
    border-color: #152943
;
    background: #152943;
    box-shadow: 
      #152943
;
}

.service-box:hover::before {
    opacity: 1;
}


.service-box:hover .box-number {
    color: #152943
;
    transform: scale(1.1);
}

.premium-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.premium-list li {
    color: #f5f5f5;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.3rem;
    padding-left: 0;
    line-height: 1.8;
    position: relative;
    transition: all 0.3s;
    display: flex;
    align-items: flex-start;
}

.premium-list li:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.list-icon {
    color: #ffffff
;
    font-size: 1.2rem;
    margin-right: 12px;
    display: inline-block;
    transition: all 0.3s;
    flex-shrink: 0;
}

.premium-list li:hover .list-icon {
    transform: scale(1.3) rotate(90deg);
    color: #152943
;
}

.premium-link {
    color: #0096b4
;
    text-decoration: none;
    position: relative;
    font-weight: 500;
    transition: all 0.3s;
}





.premium-link:hover::after {
    width: 100%;
}

.premium-card-footer {
    height: 6px;
    background: linear-gradient(90deg, transparent, #d4a574, #f0c98d, #d4a574, transparent);
    position: relative;
}





.expertise-box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(225, 225, 225, 0.2);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    height: 100%;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.expertise-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #152943
;
    transition: left 0.6s;
}

.expertise-box:hover::before {
    left: 100%;
}

.expertise-box:hover {
    transform: translateY(-10px);
    border-color: #152943
;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.1) 0%, rgba(212, 165, 116, 0.05) 100%);
    box-shadow: 
        0 25px 70px rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(212, 165, 116, 0.3);
}



.expertise-box:hover .expertise-icon {
    opacity: 1;
    transform: rotate(15deg) scale(1.1);
}

.experience-badge {
    margin-top: 3rem;
    text-align: center;
}

.badge-content {
    display: inline-block;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.2) 0%, rgba(212, 165, 116, 0.1) 100%);
    border: 2px solid rgba(212, 165, 116, 0.4);
    border-radius: 100px;
    padding: 1.5rem 3rem;
    position: relative;
    overflow: hidden;
}

.badge-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 165, 116, 0.2) 0%, transparent 70%);
    animation: rotate 8s linear infinite;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}



/* Responsive Design */
@media (max-width: 768px) {
    .premium-title {
        font-size: 2rem;
    }
    
    .premium-card-header,
    .premium-card-body {
        padding: 2rem 1.5rem;
    }
    
    .service-box,
    .expertise-box {
        padding: 1.5rem;
    }
    
    .box-number {
        font-size: 2rem;
    }
    
    .badge-number {
        font-size: 2.5rem;
    }
    
    .badge-content {
        padding: 1rem 2rem;
    }
}