@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap');

.carvaanPlugPlayPage.kidsPage {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    background-color: #ffbd11;
}

.carvaanPlugPlayPage.kidsPage .carPlugPLayKidsPage {
    width: 100%;
    position: relative;
}
.carvaanPlugPlayPage.kidsPage .absoluteBottomContainer{
    position: absolute;
    bottom:0;
}
.carvaanPlugPlayPage.kidsPage .absoluteTopmContainer{
    position: absolute;
    bottom:0;
}
.carvaanPlugPlayPage.kidsPage .section {
    width: 100%;
    position: relative;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section 1: Header/Logo - Yellow Background */
.carvaanPlugPlayPage.kidsPage .firstSection {
    background-color: #ffbd11;
}

.carvaanPlugPlayPage.kidsPage .firstSection .slide-background {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.carvaanPlugPlayPage.kidsPage .firstSection .logo-container {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 3%;
}

.carvaanPlugPlayPage.kidsPage .firstSection .logo-container img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.carvaanPlugPlayPage.kidsPage .firstSection .product-container {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 24%;
    right: 15%;
    bottom: -10%;
}

.carvaanPlugPlayPage.kidsPage .firstSection .product-image {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.kidsPage .firstSection .plug-play {
    position: absolute;
    bottom: 10%;
    right: 6%;
    z-index: 2;
    width: 8%;
}

.carvaanPlugPlayPage.kidsPage .firstSection .plug-play img {
    width: 100%;
    max-width: 200px;
    height: auto;
}

/* Section 2: Pre-loaded Content - Brown Background */
.carvaanPlugPlayPage.kidsPage .secondSection {
    background-color: #8B4513;
    color: #FFBD11;
    overflow: hidden;
    min-height: auto;
}

.carvaanPlugPlayPage.kidsPage .secondSection .slide-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.carvaanPlugPlayPage.kidsPage .secondSection .content-wrapper {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 1% 0 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.carvaanPlugPlayPage.kidsPage .secondSection h1 {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2%;
    color: #FFBD11;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.carvaanPlugPlayPage.kidsPage .secondSection .subheadline {
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #FFBD11;
}

.carvaanPlugPlayPage.kidsPage .secondSection .product-image-2 {
    width: 40%;
    height: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20%;
}

.carvaanPlugPlayPage.kidsPage .secondSection .rhymes-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    margin-top: 4%;
    flex-wrap: wrap;
}

.carvaanPlugPlayPage.kidsPage .secondSection .rhyme-item {
    text-align: center;
}

.carvaanPlugPlayPage.kidsPage .secondSection .rhyme-item img {
    width: 100%;
    max-width: 200px;
    min-width: 150px;
    height: auto;
    margin-bottom: 1.5%;
}

.carvaanPlugPlayPage.kidsPage .secondSection .rhyme-item p {
    color: white;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 600;
}

/* Section 3: Perfect Companion - Yellow Background */
.carvaanPlugPlayPage.kidsPage .thirdSection {
    background-color: #ffbd11;
}

.carvaanPlugPlayPage.kidsPage .thirdSection .slide-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.carvaanPlugPlayPage.kidsPage .thirdSection .content-wrapper {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0;
    width: 100%;
    top: 5%;
}

.carvaanPlugPlayPage.kidsPage .thirdSection h1 {
    font-size: 4rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #764233;
}

.carvaanPlugPlayPage.kidsPage .thirdSection .subheadline {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 4%;
    color: #764233;
}

.carvaanPlugPlayPage.kidsPage .thirdSection .plug-insets {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3%;
    margin-top: 5%;
    flex-wrap: wrap;
}

.carvaanPlugPlayPage.kidsPage .thirdSection .plug-inset {
    width: 18%;
    max-width: 250px;
    min-width: 150px;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 8px solid white;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
}

.carvaanPlugPlayPage.kidsPage .thirdSection .plug-inset img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Section 4: Easy to Use - Brown Background */
.carvaanPlugPlayPage.kidsPage .fourthSection {
    background-color: #8B4513;
    color: white;
}

.carvaanPlugPlayPage.kidsPage .fourthSection .slide-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.carvaanPlugPlayPage.kidsPage .fourthSection .content-wrapper {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0;
    width: 100%;
    top: 0;
}

.carvaanPlugPlayPage.kidsPage .fourthSection h1 {
    font-size: 3rem;
    padding-top: 3%;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    color: #FFBD11;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.carvaanPlugPlayPage.kidsPage .fourthSection .product-container {
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 44%;
    margin: 0 auto;
}

.kidsPage .fourthSection .easy-to-use-image {
    width: 100%;
    height: auto;
}

/* Section 5: Specifications - Yellow Background */
.carvaanPlugPlayPage.kidsPage .fifthSection {
    background-color: #ffbd11;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .slide-background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: 0;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .content-wrapper {
    position: absolute;
    z-index: 2;
    text-align: center;
    padding: 0;
    width: 50%;
    top: auto;
    right: 5%;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .product-image-5 {
    width: 100%;
    max-width: 600px;
    height: auto;
    margin: 4% auto;
    display: block;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    gap: 3%;
    margin: 5% auto;
    max-width: 1200px;
    padding: 0 2%;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .feature-item {
    text-align: center;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .feature-item img {
    width: 100%;
    max-width: 120px;
    min-width: 80px;
    height: auto;
    margin-bottom: 2%;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .feature-item p {
    font-size: 1.1rem;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

.carvaanPlugPlayPage.kidsPage .fifthSection .specifications {
    margin-top: 5%;
    text-align: left;
}


.carvaanPlugPlayPage.kidsPage .fifthSection .specifications p {
    font-size: 1.6rem;
    color: #333;
    margin-bottom: 1.5%;
    line-height: 1.6;
}

/* Responsive Design */
@media screen and (min-width: 1400px) and (max-width: 1602px)/* and (orientation: portrait) */{
    .carvaanPlugPlayPage.kidsPage .fourthSection .product-container{width: 50%;}
}
@media screen and (min-width: 1603px) and (max-width: 1919px)/* and (orientation: portrait) */{
    .carvaanPlugPlayPage.kidsPage .fourthSection .product-container{width: 60%;}
}
@media screen and (min-width: 1920px) and (max-width: 2600px)/* and (orientation: portrait) */{
    .carvaanPlugPlayPage.kidsPage .fourthSection .product-container{width: 70%;}
}