/* AI MAM*/
/* Main Content */
.aimam-content {
    /* padding: 0 107px; */
}


/* Video Section */
.aimam-content .video-section {
    background: #D8D6FF;
    padding: 50px 90px 90px;
    text-align: center;
    margin-bottom: 0;
}

.aimam-content .video-title {
    font-size: 60px;
    font-weight: bold;
    color: #605BFF;
    margin-bottom: 50px;
}

.aimam-content .video-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    aspect-ratio: 16/9;
    background: #d8d6ff;
}

.aimam-content .video-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.aimam-content .video-placeholder img{
    display:flex;
    width:100%;
}

/* Content Sections */
.aimam-content .content-section {
    background: linear-gradient(to bottom, #F3F3FF, #E7E7FF);
    padding: 110px 90px;
    text-align: center;
}

.aimam-content .section-title {
    font-size: 60px;
    font-weight: bold;
    color: #605BFF;
    margin-bottom: 110px;
}

.aimam-content .section-description {
    font-size: 20px;
    line-height: 1.8;
    margin: 80px auto 80px auto;
    color: #000;
}
.aimam-content .section-description p{
    padding-top:50px;
}
strong{
    font-weight:600;
}

/* Cards Grid */
.aimam-content .cards-grid {
    display: grid;
    gap: 110px;
    margin-top: 40px;
    justify-content: center;
    align-items: center;
    justify-items: center;
    box-sizing: border-box;
}
.aimam-content .cards-grid-features {
    display: grid;
    gap: 20px 10px;
    margin-top: 40px;
    justify-items: center;
}
.aimam-content .cards-grid.four-cols {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.aimam-content .cards-grid-features.two-rows {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.aimam-content .card-features {
    display: flex;
    width: 100%;
    background: white;
    border: 2px solid #605BFF;
    border-radius: 15px;
    padding: 45px 30px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
    position: relative;
    gap: 20px;
    text-align: left;
    align-items: center;
}

.aimam-content .card-features:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(96, 91, 255, 0.2);
}

.aimam-content .card-icon {
    /* width: 50px; */
    /* height: 50px; */
    /* margin: 0 auto 20px auto; */
    border-radius: 10px;
}

.aimam-content .card-title {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.aimam-content .card-description {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}

/* Service Cards */
.aimam-content .service-card {
    width: 285px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.aimam-content .service-card:hover {
    transform: translateY(-10px);
}

.aimam-content .service-card-image {
    /* width: auto; */
    max-height: 405px;
    position: relative;
    box-sizing: border-box;
}
.aimam-content .service-card-image img{
    border-radius: 20px;
    object-fit: cover;
}

.aimam-content .service-card-content {
    position: relative;
    display: flex;
    max-width: 285px;
    min-height: 230px;
    padding: 30px 20px;
    background: #fff;
    flex-direction: column;
    border-radius: 16px;
    text-align: left;
}

.aimam-content .service-card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    height: 50px;
    color: #333;
}

.aimam-content .service-card-description {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
    margin-bottom: 20px;
}
.aimam-content .service-arrow{
    position:absolute;
    right: 20px;
    bottom: 20px;
}
.aimam-content .service-arrow span{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    margin-left: auto;
    justify-content: center;
}
.purple{
    background: #605bff url(http://www.viking-lab.com/theme/vikinglab/img/cont-img/arr-up.png) no-repeat;
    background-position: 50%;
}
.d-green{
    background: #385723 url(http://www.viking-lab.com/theme/vikinglab/img/cont-img/arr-up.png) no-repeat;
    background-position: 50%;
}
.sky-blue{
    background: #5b93ff url(http://www.viking-lab.com/theme/vikinglab/img/cont-img/arr-up.png) no-repeat;
    background-position: 50%;
}
.d-purple{
    background: #7030a0 url(http://www.viking-lab.com/theme/vikinglab/img/cont-img/arr-up.png) no-repeat;
    background-position: 50%;
}

/* Strengths Section */
.aimam-content .strengths-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.aimam-content .strength-item {
    display: flex;
    gap: 30px;
    padding: 34px;
    background: #fff;
    border-radius: 144px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    flex-direction: row;
    align-items: center;
}
.aimam-content .strength-item:nth-child(2){
    background:#605bff;
    color:#fff;
}

.aimam-content .strength-icon {
    width: 192px;
    height: 192px;
    min-width: 192px;
    border-radius: 192px;
    display: block;
}

.aimam-content .strength-icon.ai {background: #fff url('http://www.viking-lab.com/theme/vikinglab/img/cont-img/img-strengths__01.png') no-repeat;}
.aimam-content .strength-icon.ux { background: url('http://www.viking-lab.com/theme/vikinglab/img/cont-img/img-strengths__02.png') no-repeat; }
.aimam-content .strength-icon.global { background: url('http://www.viking-lab.com/theme/vikinglab/img/cont-img/img-strengths__03.png') no-repeat; }
.aimam-content .strength-icon.security { background: url('http://www.viking-lab.com/theme/vikinglab/img/cont-img/img-strengths__04.png') no-repeat; }

.aimam-content .strength-content h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
}

.aimam-content .strength-content p {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    margin: 0;
}


.aimam-content .list-btn {
    background: transparent;
    border: 1px solid #ebebeb;
    color: #ebebeb;
    padding: 15px 25px;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.aimam-content .list-btn:hover {
    background: #605BFF;
    border-color: #605BFF;
    color: white;
}

/* Contact Section */
.aimam-content .contact-section {
    text-align: center;
    padding: 100px 0;
    border-top: 1px solid #eee;
}

.aimam-content .contact-title {
    font-size: 80px;
    font-weight: bold;
    color: black;
    line-height: 1.1;
    margin-bottom: 40px;
}

.aimam-content .contact-line {
    width: 457px;
    height: 1px;
    background: #eee;
    margin: 40px auto;
}

.aimam-content .brand-name {
    font-size: 250px;
    font-weight: bold;
    color: black;
    letter-spacing: 0.24px;
    margin: 60px 0;
}

.aimam-content .brand-lab {
    font-weight: 100;
}


/* Responsive Design */
@media (max-width: 1200px) {            
    .aimam-content .section-title, .aimam-content .video-title {
        font-size: 48px;
    }
    
    .aimam-content .contact-title {
        font-size: 60px;
    }
    
    .aimam-content .brand-name {
        font-size: 180px;
    }
    .aimam-content .cards-grid.four-cols {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {          
    .pc_only{display:none}
    .aimam-content .content-section{
        padding: 50px;
    }
    .aimam-content .section-title, .aimam-content .video-title {
        font-size: 36px;
        margin-bottom: 50px;
    }
    
    .aimam-content .contact-title {
        font-size: 48px;
    }
    
    .aimam-content .brand-name {
        font-size: 120px;
    }
    
    .aimam-content .cards-grid.four-cols {
        grid-template-columns: 1fr 1fr;
        gap: 21px;
    }
    
    .aimam-content .cards-grid.two-rows {
        grid-template-columns: 1fr;
    }
    
    .aimam-content .strengths-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .aimam-content .strength-item {
        flex-direction: column;
        text-align: center;
        box-sizing: border-box;
        padding-bottom: 80px;
    }
    
    .aimam-content .nav-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }
    
    .aimam-content .section-description {
        font-size: 18px;
        margin-top: 0;
    }
    .aimam-content .section-description p{
        padding-top: 24px;
    }
    .aimam-content .card-title, .aimam-content .service-card-title {
        font-size: 18px;
    }
    
    .aimam-content .card-description, .aimam-content .service-card-description {
        font-size: 16px;
    }
    .aimam-content .cards-grid-features.two-rows {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .aimam-content .card-features{
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .aimam-content .video-section{
        padding: 30px 10px;
    }
    .aimam-content .zpage-title {
        font-size: 48px;
    }
    
    .aimam-content .section-title, .aimam-content .video-title {
        font-size: 28px;
        margin: 20px auto;
    }
    
    .aimam-content .contact-title {
        font-size: 36px;
    }
    
    .aimam-content .brand-name {
        font-size: 80px;
    }
    
    .aimam-content .content-section {
        padding: 40px 20px;
    }
    
    .aimam-content .card {
        padding: 20px 15px;
    }
    .aimam-content .cards-grid.four-cols {
        grid-template-columns: 1fr;
        gap: 50px;
    }
    .aimam-content .cards-grid-features.two-rows {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
    .aimam-content .strengths-grid {
        grid-template-columns: 1fr;
    }
    .aimam-content .service-card-content {
        padding: 30px 15px;
        min-height: 150px;
    }
}