/*
Theme Name:   happyparakeets
Theme URI:    http://example.com/my-parent-theme
Author:       Pankaj Sharma
Author URI:   http://example.com
Description:  A brief description of your theme
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         example, theme
Text Domain: simka 
*/

/*
.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-item {
    border: 1px solid #ddd;
    padding: 10px;
    width: calc(33.333% - 20px); 
    box-sizing: border-box;
}

.product-item img {
    max-width: 100%;
    height: auto;
}

.product-item h2 {
    font-size: 1.2em;
    margin: 10px 0;
}

.product-item p {
    font-size: 1.1em;
    color: #333;
}


body{
    margin-top:20px;
    background:#eee;
}
.ui-w-40 {
    width: 40px !important;
    height: auto;
}

.card{
    box-shadow: 0 1px 15px 1px rgba(52,40,104,.08);    
}

.ui-product-color {
    display: inline-block;
    overflow: hidden;
    margin: .144em;
    width: .875rem;
    height: .875rem;
    border-radius: 10rem;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.15) inset;
    vertical-align: middle;
}

*/








#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #eb797a !important;
}






/* Carousel Items */

section#main-carousel {
    padding: 0px;
}


.kb-carousel .carousel-item {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel .carousel-item.active {
    transition: transform .6s ease-in-out 0s, opacity ease-in-out .6s;
}

.kb-carousel > .carousel-inner > .carousel-item > img,
.kb-carousel > .carousel-inner > .carousel-item > a > img {
    opacity: 0.8;
    animation: kenburns 40000ms linear 0s infinite alternate;
}

.kb-carousel .carousel-item-next.carousel-item-start .carousel-caption,
.kb-carousel .carousel-item-prev.carousel-item-end .carousel-caption {
    z-index: 0;
    opacity: 0;
}

/* Carousel Captions */
.kb-caption {
    right: 0px;
    left: 0%;
    bottom: 30%;
    padding: 0;
    width: 100%;
    max-width: 600px;
    z-index: 999;
}

.kb-caption-left {
    margin-right: auto;
}

.kb-caption-right {
    margin:  0px auto;
}

.kb-caption-center {
    margin: auto;
}

.kb-caption h1,
.kb-caption h3 {
    padding: 0.5rem 0;
    margin-bottom: 0;
}

.kb-caption h1 {
    animation-delay: 1s;
    color: #1aaaa5;
    text-transform: uppercase;
    font-size: 55px;
    letter-spacing: 2px;
    font-weight: 400;
}

.kb-caption p {
    animation-delay: 1.5s;
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
}
.slider button.btn.btn-outline-primary {
    padding: 10px 30px;
    border-color: #1ba9a3;
    color: #fff;
    font-size: 15px;
}
.slider button.btn.btn-outline-primary:hover {
    background: #1ba9a3;
    border-color: #1ba9a3;
}

.carousel-item{
    position: relative;
}

/* .carousel-item:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0, 0.6);
    height: 100%;
    width: 100%;
    pointer-events: none;
} */

/* Controls */
.kb-control-prev,
.kb-control-next {
    width: 3.5rem;
    height: 3.5rem;
    margin: auto 0;
    opacity: 0;
    color: #fff;
    background: rgb(255 51 139 / 43%);
}

.kb-carousel:hover .kb-control-prev,
.kb-carousel:hover .kb-control-next {
    opacity: 1;
}

.kb-control-prev {
    left: 1%;
}

.kb-control-next {
    right: 1%;
}

.kb-control-prev:hover,
.kb-control-prev:focus,
.kb-control-next:hover,
.kb-control-next:focus {
    color: #fff;
/*     background: rgb(255 51 139 / 100%); */
}

/* Support for dark mode */
[data-bs-theme = "dark"] .carousel .carousel-control-next-icon,
[data-bs-theme = "dark"] .carousel .carousel-control-prev-icon {
    filter: none;
}








@media (min-width: 768px) {
    .about .content {
        padding: 30px;
        margin-left: 8px !important;
    }
}

@media (max-width: 1366px) {
    .creative-notebook .container {
        min-height: 350px;
        background-size: cover;
        justify-content: center;
    }
}


    .sale-section {
      padding: 20px 10px;
    }

    .sale-section h2 {
      font-size: 28px;
      margin-bottom: 20px;
      color: #333;
      text-align: center;
    }

    .sale-items {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 25px;
    }

    .sale-item {
      width: 120px;
      text-align: center;
    }

    .sale-item img {
      width: 120px;
      height: 120px;
      object-fit: cover;
      border-radius: 50%;
      border: 3px solid #eee;
      transition: transform 0.3s, border-color 0.3s;
    }

    .sale-item img:hover {
      transform: scale(1.05);
      border-color: #eb797a;
    }

    .sale-item p {
      margin-top: 10px;
      font-size: 14px;
      color: #444;
      font-weight: 500;
    }




        /* Ensure all sub-menus open on hover */
.mega-menu li.mega-menu-item {
    position: relative;
}

.mega-menu li.mega-menu-item:hover > ul.mega-sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mega-menu ul.mega-sub-menu {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}


.product-thumbnail{
    cursor: pointer;
}




.mobile-menu {
    display: none;
}

.mega-menu-main-menu #mega-menu-wrap-main-menu {
display: none;
}
.mega-menu-main-menu .menu_wrapper:has(.responsive-menu-toggle.active) #mega-menu-wrap-main-menu {
display: block;
}


/* Show the mobile menu and hide the desktop menu on smaller screens */
@media (max-width: 768px) {
    .mobile-menu {
        display: block;
    }

  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block !important;
    /* display: none !important; */
  }
  #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-mobile-menu #mega-menu-mobile-menu li.mega-menu-megamenu.mega-menu-item ul.mega-sub-menu {
    display: none !important;
    /* display: none !important; */
  }

  .carousel-caption.kb-caption.kb-caption-right img {
    display: none !important;
}
    .desktop-menu {
        display: none;
    }
}


.third_level_menu .mega-sub-menu .mega-description-group{
  display: none !important; 
} 

.mega-menu-description {
    display: none !important; 
}

.relative-submenu {
    display: none;
    position: absolute;
    background: #fff; 
    border: 1px solid #ccc; 
    padding: 10px; 
    z-index: 1000; 
}

.relative-submenu .mega-menu-description {
    display: block !important; 
}


div.hoverText{
  /* position: absolute; */
    top: 0px !important;
    left: 0px !important;
    z-index: 9 !important;
    background: rgba(255, 255, 255, .9);
    /* background: rgb(219 217 217 / 90%); */
    padding: 20px;
}

.text-position {
  position: static !important;
}


.third_level_menu {
    position: relative;
    /* padding-right: 20px;  */
}

/* Styling the info icon */
.info-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    cursor: pointer;
}


nav.learn-press-breadcrumb {
    display: flex;
    position: relative;
    padding: 0 !important;
    list-style: none;
}

.woocommerce-products-header nav.learn-press-breadcrumb li a{
    list-style: none;
    color: #000;
    font-size: 17px;
    font-weight: 600;
}

.woocommerce-products-header nav.learn-press-breadcrumb li {
    color: #c16465 !important;
}


.color-swatches {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.color-swatch {
    width: 32px;
    height: 32px;
    border-radius: 50%; /* for round shape */
    border: 2px solid #ddd;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    display: inline-block;
}

.color-swatch:hover {
    border-color: #666;
}

.color-swatch.selected {
    border-color: #000;
    box-shadow: 0 0 0 2px #000;
}

.hidden-dropdown {
    display: none;
}



.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
    background-color: #ffffff !important;
    color: #000000 !important;

}


svg.svg-inline--fa.fa-star.fa-w-18 {
    color: #ffa905 !important;
}


.feel-ininspired .bapf_head h3 {
    color: #000;
    font-weight: 600;
    font-size: 19px;
}




.woocommerce form .show-password-input::before, .woocommerce-page form .show-password-input::before {
    height: 0px; 
    width: 22px;
}




/* Modal background */
#shippingModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Modal content box */
#shippingModalContent {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 12px;
    width: 400px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.4);
    animation: zoomIn 0.3s ease;
    font-family: Arial, sans-serif;
}

#shippingModalContent p {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

/* Buttons */
#shippingModal button {
    padding: 10px 25px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 10px;
    color: #fff;
    background: linear-gradient(45deg, #f7ba96, #eb797a);
    transition: all 0.3s ease;
}

#shippingModal button:hover {
    opacity: 0.85;
}

/* Animation for modal */
@keyframes zoomIn {
    0% { transform: scale(0.6); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}


#place_order{
    background-color: #eb797a !important
}

#place_order:hover{
    background-color: #eb797a !important
}

.single_add_to_cart_button{
    background-color: #eb797a !important    
}

.single_add_to_cart_button:hover{
    background-color: #eb797a !important    
}

#billing_address, #billing_first_name_field, #billing_last_name_field, .woocommerce-billing-fields {
/*     display: none !important; */
}

#customer_details { 
/*     display: none !important;  */
}

a.mega-menu-link:hover{
    background-color: #eb797a !important;
}














/* WooCommerce Order Tracking Form */
.woocommerce-form.track_order {
  max-width: 800px;
  margin: 40px auto;
  background: #f8f8f8;
  padding: 25px 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.woocommerce-form.track_order .button {
  background: #eb797a;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 25px;
  transition: 0.3s;
}

.woocommerce-form.track_order .button:hover {
  background: #dc3545;
}





/* ---New product layout--------- */

.bs-section-custom {
    padding: 40px 0;
    background: #fff;
}

.bs-title-custom {
    text-align: center;
    margin-bottom: 30px;
}

.bs-title-custom h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.bs-title-custom h2 span {
    color: #d4af37;
}

.bs-tabs-custom {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
}

.bs-tabs-custom .nav-link {
    border: none;
    background: none;
    color: #666;
    font-weight: 500;
    padding: 10px 20px;
    margin: 0 4px;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    font-size: 14px;
}

.bs-grid-custom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 20px;
}

.bs-card-custom {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: inherit;
    display: block;
}

.bs-card-custom:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.12);
}

.bs-badge-custom {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #d4af37;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 11px;
    font-weight: 600;
    z-index: 3;
}

.bs-image-container-custom {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.bs-image-front-custom,
.bs-image-back-custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*     height: 100%; */
	height:auto;
    object-fit: cover;
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.bs-image-front-custom {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.bs-image-back-custom {
    opacity: 0;
    transform: scale(1.05);
    z-index: 2;
}

.bs-card-custom:hover .bs-image-front-custom {
    opacity: 0;
    transform: scale(1.05);
}

.bs-card-custom:hover .bs-image-back-custom {
    opacity: 1;
    transform: scale(1);
}

.bs-rating-custom {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.95);
    padding: 4px 8px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 3px;
    z-index: 3;
}

.bs-rating-custom i {
    color: #ffc107;
    font-size: 12px;
}

.bs-info-custom {
    padding: 15px;
}

.bs-title-inner-custom {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 4px !important;
    line-height: 1.3;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bs-pricing-custom {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.bs-price-current-custom {
    font-size: 16px;
    font-weight: 700;
    color: #d4af37;
}

.bs-price-original-custom {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
}

.bs-actions-custom {
    display: none;
}

.bs-tab-pane-custom {
    display: none;
}

.bs-tab-pane-custom.active {
    display: block;
}

.bs-no-back-image-custom .bs-image-back-custom {
    display: none;
}

.bs-no-back-image-custom:hover .bs-image-front-custom {
    opacity: 1;
    transform: scale(1);
}

@media (max-width: 1024px) {
    .bs-grid-custom {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .bs-image-container-custom {
        height: 280px;
    }
}

@media (max-width: 768px) {
    .bs-section-custom {
        padding: 30px 0;
    }
    
    .bs-tabs-custom {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    
    .bs-tabs-custom .nav-link {
        padding: 6px 12px;
        font-size: 13px;
        margin: 0 2px;
    }
    
    .bs-image-container-custom {
        height: 280px;
    }
    
    .bs-title-custom {
        margin-bottom: 20px;
    }
    
    .bs-title-custom h2 {
        font-size: 24px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .bs-grid-custom {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .bs-grid-custom {
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .bs-image-container-custom {
        height: 280px;
    }
    
    .bs-info-custom {
        padding: 12px;
    }
    
    .bs-title-inner-custom {
        font-size: 14px;
        height: 25px;
        margin-bottom: 4px;
    }
    
    .bs-price-current-custom {
        font-size: 15px;
    }
    
    .bs-price-original-custom {
        font-size: 12px;
    }
}



.slick-list.draggable {
    height: 455px !important;
}


@media (min-width: 768px) {
  .woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-bottom-bottom.woo-variation-gallery-product-type-variable.wvg-loaded {
    min-height: 750px !important;
  }
	
  .woo-variation-gallery-wrapper.woo-variation-gallery-thumbnail-position-bottom-bottom.woo-variation-gallery-product-type-simple.wvg-loaded {
    min-height: 700px !important;
}
}








.flashcards .member {
	margin: 2px 2px 5px 2px !important;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
}

.flashcards .member:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.flashcards .member .member-img {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.sale-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #d4af37;
    color: white;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    z-index: 2;
}

.product-image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-front-image,
.product-back-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

.product-back-image {
    opacity: 0;
}

.flashcards .member:hover .product-front-image {
    opacity: 0;
}

.flashcards .member:hover .product-back-image {
    opacity: 1;
}

.flashcards .member .member-info {
    padding: 15px;
    text-align: left;
}

.flashcards .member .member-info h4 {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.price-container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.original-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.sale-price {
    font-size: 16px;
    font-weight: 600;
    color: #eb797a;
}

.regular-price {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.product-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.flashcards .swiper-pagination {
    margin-top: 30px;
    position: relative;
}

.flashcards .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #e59bac;
    opacity: 1;
}

.flashcards .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #eb797a;
}

/* Reduced Gap Between Columns */
.flashcard-slider .swiper-slide {
    padding: 0 8px; /* Slightly increased for better spacing */
}

/* Responsive Styles */
@media (max-width: 1199px) {
    .flashcards {
        padding: 50px 0;
    }
    
    .section-title h2 {
        font-size: 28px;
    }
    
    .flashcard-slider .swiper-slide {
        padding: 0 6px;
    }
}

@media (max-width: 991px) {
    .flashcards {
        padding: 40px 0;
    }
    
    .flashcards .member .member-img {
        height: 250px;
    }
    
    .flashcards .member .member-info {
        padding: 12px;
    }
    
    .flashcard-slider .swiper-slide {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .flashcards {
        padding: 30px 0;
    }
    
    .section-title {
        margin-bottom: 30px;
    }
    
    .section-title h2 {
        font-size: 24px;
    }
    
    .flashcards .member .member-img {
        height: 250px;
    }
    
    .flashcards .member .member-info h4 {
        font-size: 15px;
        height: 25px;
    }
    
    .flashcard-slider .swiper-slide {
        padding: 0 4px;
    }
}

@media (max-width: 575px) {
    .flashcards .member .member-img {
        height: 250px;
    }
    
    .flashcards .member .member-info {
        padding: 10px;
    }
    
    .flashcard-slider .swiper-slide {
        padding: 0 3px;
    }
}




/* ===== Mobile Footer Navigation ===== */
.mobile-footer-nav {
  position: fixed;
  bottom: -60px; /* hidden by default */
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 6px 0;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0,0,0,0.05);
  transition: bottom 0.3s ease;
}

.mobile-footer-nav.show {
  bottom: 0; /* visible on scroll */
}

.mobile-footer-nav .nav-item {
  text-align: center;
  color: #555;
  font-size: 13px;
  text-decoration: none;
  position: relative;
  flex: 1;
  transition: all 0.3s ease;
}

.mobile-footer-nav .nav-item i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}

.mobile-footer-nav .nav-item.active,
.mobile-footer-nav .nav-item:hover {
  color: #d4af37;
}

.mobile-footer-nav .cart-badge {
  position: absolute;
  top: -3px;
  right: 30%;
  background: #eb797a;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
}

/* ===== Floating WhatsApp Button ===== */
.whatsapp-btn {
  position: fixed;
  bottom: 70px;
  right: 15px;
  background: #25d366;
  color: white;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
  z-index: 10000;
  text-decoration: none;
  transition: 0.3s ease;
}

.whatsapp-btn:hover {
  background: #d4af37;
  color: #fff;
}

/* Hide on Desktop */
@media(min-width:768px){
  .mobile-footer-nav, .whatsapp-btn {
    display: none;
  }
	

	
}


.creative-notebook-sim{
	cursor:pointer;
}

.woocommerce-products-header{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}



.creative-notebook-sim {
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    cursor: pointer;
}

/* Tablet */
@media (max-width: 768px) {
    .creative-notebook-sim {
        height: 35vh;
        background-position: top center;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .creative-notebook-sim {
        height: 25vh;
    }
}

