body {
    margin: 0;
    background-color: #ffffff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a,
button {
    cursor: pointer;
}

/* -------------------------------- laptop -------------------------------- */

.laptop-page {
    height: fit-content;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}

#laptop-divider-page {
    height: 1px;
    width: 100%;
    margin-bottom: 15px;
    background-color: #ffffff;
}

.laptop-block {
    margin: 40px 0;
}

.laptop-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: fit-content;
    /* background-color: #fbc139; */
}

.laptop-pic {
    width: 55%;
    display: block;
    /* background-color: #f839fb; */
}

.laptop-pic img {
    width: 100%;
    height: auto;
    display: block;
}

.laptop-download-container {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    width: 45%;
    z-index: 10;
    text-align: left;

    /* added below */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: #5639fb; */
}

.laptop-download-container h1 {
    color: #000000;
    font-size: 2vw;
    margin: 0;
    text-align: center;
}

.laptop-download-container h4 {
    color: #2c2c2c;
    font-size: 1vw;
}

.laptop-download-frame {
    height: fit-content;
    width: 60%;
    display: flex;
    gap: 10%;
    justify-content: end;
    margin-bottom: 50px;
    /* background-color: #39fb8d; */
}

.laptop-download {
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.laptop-download img {
    height: auto;
    width: 100%;
    cursor: pointer;
}

/* laptop header */

.laptop-header-main {
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    z-index: 100;
    position: fixed;
    top: 0;
}

.laptop-header-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-left: 5%;
    height: 100%;
}

.laptop-header-logo {
    width: 60%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.laptop-header-logo img {
    display: block;
    width: auto;
    height: 90%;
}

.laptop-header-job {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-right: 5%;
    height: 100%;
}

/* laptop footer */

.laptop-footer {
    height: 50px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.laptop-p {
    margin: 0;
    height: 100%;
    color: #000000;
    font-size: 20px;
    line-height: 50px;
}

#laptop-divider-footer {
    height: 1px;
    width: 100%;
    background-color: #000000;
}

/* laptop content start */

.laptop-mobile{
    height: fit-content;
    width: 70%;
    margin: 0 auto;
    display: flex;
}

.laptop-mobile h4{
    height: fit-content;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.laptop-coach_text, .laptop-trainee_text{
    height: fit-content;
    width: 50%;
}

.laptop-coach, .laptop-trainee{
    height: fit-content;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.laptop-coach h1, .laptop-coach h2, .laptop-coach h3, .laptop-trainee h1, .laptop-trainee h2, .laptop-trainee h3, .laptop-content h2 {
    margin: 0;
}

.laptop-coach h1, .laptop-trainee h1{
    width: 100%;
    color: rgb(0, 0, 0);
    font-size: 2vw;
}

.laptop-title{
    width: 100%;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 1vw;
}

.laptop-content{
    height: fit-content;
    width: 33%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* -------------------------------- phone -------------------------------- */

.phone-page {
    height: fit-content;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 170px;
}

.phone-page h1 {
    margin: 0;
    color: #ffffff;
    font-size: 80px;
}

.phone-page h4 {
    margin: 0;
    color: #d2d2d2;
    font-size: 30px;
}

#phone-divider-page {
    height: 5px;
    width: 100%;
    margin: 20px 0;
    background-color: #ffffff;
}

.phone-block {
    height: 3vw;
}

.phone-row-mobile {
    height: fit-content;
    width: 90%;
    margin: 0 auto;
    display: flex;
}

.phone-download {
    height: fit-content;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.phone-download img {
    height: auto;
    width: 90%;
    cursor: pointer;
}

/* phone header */

.phone-header-main {
    width: 100%;
    height: 140px;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 100;
}

.phone-header-logo {
    width: 250%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phone-header-logo img {
    display: block;
    max-height: 70%;
    max-width: 90%;
}

/* phone footer */

.phone-footer {
    height: 100px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}

.phone-p {
    margin: 0;
    height: 100%;
    color: #000000;
    font-size: 40px;
    line-height: 100px;
}

#phone-divider-footer {
    height: 5px;
    width: 100%;
    background-color: #000000;
}

/* phone content start */

.phone-column-mobile{
    height: fit-content;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.phone-column-mobile h1{
    color: rgb(0, 0, 0);
    font-size: 6vw;
    text-align: center;
    width: 100%;
    margin: 0;
    margin-top: 5vw;
}

.phone-column-mobile h2{
    color: rgb(0, 0, 0);
    font-size: 5vw;
    width: 100%;
    margin: 0;
}

.phone-column-mobile h3{
    color: rgb(0, 0, 0);
    font-size: 4vw;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.phone-column-mobile h3 .icon {
    flex-shrink: 0;
    margin-right: 8px;
}

.phone-column-mobile h3 .text {
    text-align: left;
    line-height: 1.5;
}

.phone-column-mobile ul{
    width: 90%;
    margin: 0 auto;
    padding-left: 20px;
    text-align: left;
}

.phone-column-mobile li{
    font-size: 3vw;
    color: #282828;
}

/* Slideshow Specific Styles */
.slideshow-container {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
}

.slide-animation {
    display: none; 
    animation-name: fade;
    animation-duration: 1.0s; /* Faster fade to match 5s interval */
}

/* Grouped Controls: Arrows + Dots */
.dot-and-arrow-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    gap: 15px;
    z-index: 10;
}

.prev, .next {
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1588fb; /* Primary Blue */
    font-weight: bold;
    font-size: 24px;
    transition: 0.3s ease;
    user-select: none;
    text-decoration: none;
    background-color: transparent;
}

.prev:hover, .next:hover {
    border-color: #1588fb;
    background-color: rgba(21, 136, 251, 0.05);
}

.dot {
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #fd9719; /* Secondary Orange */
}

@keyframes fade {
    from { opacity: .4 } 
    to { opacity: 1 }
}


/* --- Phone Slideshow Styles --- */

.phone-slide-animation {
    display: none; /* Controlled by JS */
    animation-name: fade;
    animation-duration: 1.0s;
}

.phone-container {
    width: 100%;
    display: flex;
    flex-direction: column; /* Stack image on top of text */
    align-items: center;
}

.phone-pic {
    width: 100%;
}

.phone-pic img {
    width: 100%;
    height: auto;
}

.phone-text-container {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.phone-text-container h1 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 7vw;
}

.phone-text-container h4 {
    color: #2c2c2c;
    margin: 0;
    font-size: 4.5vw;
    line-height: 1.4;
}

/* Adjust the controller padding for mobile touch */
.phone .dot-and-arrow-container {
    padding: 20px 0;
}

.phone .prev, .phone .next {
    font-size: 35px; /* Bigger arrows for thumbs */
    padding: 10px;
}