.elementor-3624 .elementor-element.elementor-element-1644c6e{margin-top:41px;margin-bottom:0px;}.elementor-3624 .elementor-element.elementor-element-1981df0 > .elementor-widget-container{margin:0px 0px -9px 0px;}.elementor-3624 .elementor-element.elementor-element-1981df0{text-align:center;}.elementor-3624 .elementor-element.elementor-element-1981df0 .elementor-heading-title{font-weight:600;text-transform:uppercase;color:#008DD2;}.elementor-3624 .elementor-element.elementor-element-0e6c75e > .elementor-container{max-width:669px;min-height:0px;}@media(max-width:767px){.elementor-3624 .elementor-element.elementor-element-1981df0 .elementor-heading-title{font-size:28px;}}/* Start custom CSS for html, class: .elementor-element-834122c */.animated-book {
        width: 90vw;
        max-width: 100%;
        aspect-ratio: 1 / 1.4142; /* A4 ratio */
        perspective: 2000px;
      }

      .animated-pages {
        width: 100%;
        height: 100%;
        position: relative;
      }

      .animated-page {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform-origin: left;
        transform-style: preserve-3d;
        transition: transform 0.6s ease;
        backface-visibility: hidden;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
        overflow: hidden;
        background: white;
      }

      .animated-page img {
        width: 100%;
        height: 100%;
        object-fit: contain;
      }

      .animated-controls {
        justify-content: center;
        margin-top: 20px;
        display: flex;
        gap: 20px;
        
      }

      .animated-controls button {
        background: white;
        border: 2px solid #333;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        color: black;
      }

     .animated-controls button:hover{
         background: white;
         color: black;
         border: 2px solid #333;
     }

      @media (max-width: 480px) {
        .animated-controls button {
          width: 40px;
          height: 40px;
        }
      }/* End custom CSS */