.left_bar {
    width: 12vw;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    border-right: 1px solid;
    z-index: 2000;
  }
  .right_bar {
    width: 6vw;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    border-left: 1px solid;
    z-index: 2000;
  }
  .page_side_bar {
    border-color: var(--border_light_bg);
  }
  .body_dark_bg .page_side_bar {
    border-color: var(--border_dark_bg);
  }
  .body_light_bg .page_side_bar {
    border-color: var(--border_light_bg);
  }
  .nav_dark_bg .page_side_bar {
    border-color: var(--border_dark_bg);
  }
  .side_bar_flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
  .nav_logo_left {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    color: inherit;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.4em;
    padding: 0.5em 0;
    height: 70px;
  }
  .body_dark_bg .nav_logo_left {
    color: #ffffff;
  }
  .body_light_bg .nav_logo_left {
    color: #000000;
  }
  .nav_logo_left .logo_text {
    text-align: center;
    line-height: 1.4;
  }
  .nav_dark_bg .nav_logo_left:hover {
    color: #ffffff;
  }
  .nav_dark_bg .nav_logo_left {
    color: #f9f9f9;
  }
  .logo_only_mobile {
    width: 40px;
    height: 40px;
    display: none;
  }
  .logo_svg {
    width: 100%;
    height: 100%;
  }
  .body_dark_bg .logo_svg {
    fill: #ffffff;
  }
  .body_light_bg .logo_svg {
    fill: #242424;
  }
  .nav_dark_bg .logo_svg {
    fill: #f9f9f9;
  }
  .theme_btn_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .theme_btn {
    font-size: 1em;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--primary);
    padding: 14px 40px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    letter-spacing: 0.04em;
    transition: 0.15s all ease;
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.4);
  }
  .theme_btn:hover {
    padding: 18px 50px;
  }
  .cap {
    text-transform: uppercase;
  }
  .menu_btn {
    width: 45px;
    cursor: pointer;
    transition: 0.2s all ease;
    height: 70px;
  }
  .menu_btn:hover {
    color: #ffffff;
  }
  .menu_hamburger {
    width: 100%;
  }
  .menu_ham {
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: 0.15s all ease-in-out;
    margin: 10px 0;
  }
  .body_light_bg .menu_ham {
    background-color: #242424;
  }
  .nav_dark_bg .menu_ham {
    background-color: #ffffff;
  }
  .menu_btn:hover .menu_ham {
    margin: 18px 0;
  }
  .menu_btn_close:hover .menu_ham {
    margin: 0;
  }
  .menu_btn_close .menu_ham {
    margin: 0;
    height: 1px;
    border-radius: 0;
  }
  .scroll_down_icon {
    margin-bottom: 3em;
  }
  .scroll_icon_svg {
    width: 50px;
    height: auto;
    fill: #ddd;
  }
  .body_dark_bg .scroll_icon_svg {
    fill: var(--border_light_bg);
  }
  .body_light_bg .scroll_icon_svg {
    fill: var(--border_dark_bg);
  }
  
  /* Menu section */
  .menu_section {
    min-height: 100vh;
    width: 100%;
    background-color: #121418;
    position: fixed;
    left: 0;
    right: 0;
    top: -150%;
    z-index: 1000;
    transition: 0.4s all ease-in-out;
  }
  .menu_section_opened {
    top: 0;
    transform: translate(0%, 0);
  }
  .ms_nav_wrap {
    padding-top: 4em;
    padding-bottom: 4em;
    height: 100vh;
    overflow-y: auto;
  }
  .ms_flex_left {
    width: 60%;
  }
  .menu_link {
    font-size: calc(1em + 1vw);
    font-weight: 600;
    color: #7c838f;
    padding: 0.6em 1em;
    text-transform: uppercase;
    transition: 0.15s all ease;
  }
  .menu_link:hover {
    padding-left: 1.4em;
    color: #ffffff;
  }
  .menu_link.active {
    color: #ffffff;
  }
  .ms_flex_right {
    width: 40%;
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .ms_fr_contact p {
    color: #ccc;
    font-size: 0.95rem;
    font-weight: 300;
    line-height: 1.2;
  }
  .ms_fr_contact a {
    color: #fff;
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.5;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 1.8em;
    margin-top: 5px;
  }
  .ms_fr_contact a:hover {
    color: #1db7ff;
  }
  .ms_fr_social {
    text-align: center;
  }
  .ms_social_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px 10px;
    opacity: 0.7;
  }
  .ms_social_icon:hover {
    opacity: 1;
  }
  .ms_social_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /* Hero section */
  .hero_section {
    width: 100%;
    height: 110vh;
    position: relative;
  }
  .hero_section_bg_img {
    background: url("../../images/f_v2/10.jpg") no-repeat center;
    background-size: cover;
  }
  .angel_hero {
    background: url("../../images/f_v2/10.jpg") no-repeat center;
    background-size: cover;
  }
  .contact_hero {
    background: url("../../images/f_v2/12.jpg") no-repeat center;
    background-size: cover;
  }
  .hero_port_img_wrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hr_port_img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #gradient-canvas {
    width: 100%;
    height: 100%;
    --gradient-color-1: #ef008f;
    --gradient-color-2: #6ec3f4;
    --gradient-color-3: #7038ff;
    --gradient-color-4: #ffba27;
    z-index: 0;
  }
  .hero_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0, 0.15);
    background: linear-gradient(180deg, rgb(0 0 0 / 30%) 0%, rgb(0 0 0 / 0%) 19%, rgb(0 0 0 / 70%) 100%);
  }
  .hero_desk_img_box {
    width: 360px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%;
  }
  .hero_desk_img_box .fvcenter {
    height: 100%;
  }
  .hero_desk_img_box img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 6px;
  }
  .hero_content_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 1em 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero_logo {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
  }
  .hero_logo_img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .hero_logo_mobile {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    color: inherit;
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 0.4em;
    padding: 0.5em 0;
    display: none;
  }
  
  .hero_title_box {
    text-align: left;
    padding-bottom: 15vh;
  }
  .hero_tit {
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-size: 3em;
    color: #ffffff;
    text-shadow: 0 0 1px #000000;
    padding-bottom: 20px;
    letter-spacing: 0px;
  }
  .hero_btn_wrap{
    gap: 20px;
  }
  .hero_btn {
    font-size: 1em;
    display: inline-block;
    background-color: var(--primary);
    padding: 1em 2em;
    border-radius: 3px;
    margin-top: 1em;
    letter-spacing: 1px;
  }
  .hero_btn:hover {
    background-color: var(--primary_hover);
  }
  
  /* Section styles */
  .page_section {
    min-height: 100vh;
    width: 100%;
  }
  .section_view_port {
    padding-left: 12vw;
    padding-right: 6vw;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .sec_no_h_pad {
    padding: 2em 0;
  }
  .sec_h_pad {
    padding-left: 12vw;
    padding-right: 6vw;
  }
  .body_dark_bg .page_section {
    border-bottom: 1px solid var(--border_dark_bg);
  }
  .body_light_bg .page_section {
    border-bottom: 1px solid var(--border_light_bg);
  }
  .uc {
    text-transform: uppercase;
  }
  .sec_tit {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 50px;
    align-items: center;
  }
  .st_before {
    display: block;
    width: 15px;
    height: 40px;
    margin-right: 20px;
    border-radius: 0 4px 4px 0;
    background-color: #ff004c;
  }
  .sec_tit .sec_tit_text {
    font-family: "Audiowide", sans-serif;
    font-weight: 600;
    color: inherit;
    font-size: 2.2em;
    letter-spacing: 0.05em;
    padding: 0;
    margin: 0;
    line-height: 1;
    text-transform: uppercase;
  }
  .sec_text {
    font-size: 1.2em;
    line-height: 1.5;
    color: inherit;
    font-weight: 300;
  }
  .sec_text_hd {
    font-size: 1.4em;
    font-weight: 500;
  }
  .content_wrapper {
    padding: 0 35px;
  }
  .sec_fw_btn_box {
    padding: 2em 0;
  }
  .sec_cta_btn {
    display: inline-block;
    padding: 1em 2em;
    border: 1px solid var(--primary);
    border-radius: 4px;
    color: var(--primary);
    transition: 0.2s all ease;
    letter-spacing: 1px;
    font-size: calc(0.3em + 1vw);
  }
  .sec_cta_btn:hover {
    color: #ffffff;
    border: 1px solid var(--primary_hover);
    background-color: var(--primary_hover);
  }
  
  .spinner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    vertical-align: center;
  }
  .spinner img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  .form_error {
    font-size: 0.95em;
    color: #e74b4b;
    margin-top: -12px;
  }
  .form_info {
    margin-top: 15px;
    font-size: 13px;
  }
  
  /* Heading 1 */
  .h1_sec_rel {
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin: 2em 0;
  }
  .h1_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
  }
  .h1_bg_v2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../../images/v3/h1_bg_desk.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
  }
  .h1_bg_item {
    flex-grow: 1;
    height: 100%;
    background-color: #2b3038;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .h1_bg_item.item_one {
    background-image: url("../../images/IMG_4765.JPG");
  }
  .h1_bg_item.item_two {
    background-image: url("../../images/ed_4636.jpg");
  }
  .h1_bg_item.item_three {
    background-image: url("../../images/hand_w_ironman.jpg");
  }
  .h1_sec_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 40px;
  }
  .h1_text_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .h1_text {
    width: 700px;
    color: #ffffff;
    font-size: 3.6em;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    text-align: center;
  }
  
  /* Welcome style */
  .full_w_img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
  }
  .welcome_text {
    padding-left: 25%;
    text-align: justify;
  }
  .hm_about_hand_img {
    width: 360px;
    height: 420px;
    background-color: #121212;
    border-radius: 8px;
  }
  .hm_about_hand_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
  }
  .hm_about_hand_text {
    width: calc(100% - 400px);
    padding: 20px 30px;
    text-align: justify;
  }
  .why_section {
    padding-bottom: 2em;
  }
  .why_flex {
    position: relative;
  }
  .why_content {
    width: calc(100% - 420px);
  }
  .why_sticky {
    width: 380px;
    height: 85vh;
    background-color: #2c2c2c;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .why_sticky img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .why_item {
    padding: 4em 35px;
  }
  .body_dark_bg .why_item.bord_top {
    border-top: 1px solid var(--border_dark_bg);
  }
  .body_light_bg .why_item.bord_top {
    border-top: 1px solid var(--border_light_bg);
  }
  .body_dark_bg .why_item {
    border-right: 1px solid var(--border_dark_bg);
    border-bottom: 1px solid var(--border_dark_bg);
  }
  .body_light_bg .why_item {
    border-bottom: 1px solid var(--border_light_bg);
    border-right: 1px solid var(--border_light_bg);
  }
  .why_item_tit {
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-size: calc(1.5em + 1vw);
    color: var(--secondary);
  }
  .why_desc_flex {
    padding-left: 6em;
  }
  .why_desc_flex .bar {
    width: 80px;
    height: 1px;
    background-color: var(--secondary);
    margin-right: 20px;
  }
  .why_desc_flex .text {
    width: calc(100% - 100px);
  }
  
  /* Home Slider */
  .key_f_box {
    padding: 3em 0;
  }
  .splide__slide {
    width: 500px;
    min-height: 500px;
    height: auto;
    padding: 0 100px 0 0;
  }
  .splide_inner {
    width: 100%;
    height: 400px;
    position: relative;
    cursor: grab;
  }
  .splide_inner_img {
    width: 100%;
    height: 100%;
    background-color: #2b3038;
    border-radius: 10px;
  }
  .splide_inner img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
  }
  .splide_inner p {
    font-weight: 500;
    font-size: 40px;
    color: inherit;
    position: absolute;
    /*left: 40px;
      bottom: -30px;*/
  }
  
  /* Video section */
  .video_section {
    background-color: #121212;
  }
  .video_frame {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    height: 100%;
  }
  .video_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 4px solid #000;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .video_play_btn_box {
    width: auto;
    margin: auto;
    height: 100%;
  }
  .play_btn {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgb(21, 122, 218);
    cursor: pointer;
  }
  .play_btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .l_video {
    width: 100%;
    height: 110vh;
    border-radius: 4px;
    object-fit: cover;
  }
  
  .rail_parent {
    height: 100%;
    position: relative;
    padding-top: 0em;
    transform: rotate(-10deg) translateY(100px);
  }
  .rail_section {
    overflow: hidden;
  }
  .rail_content_card {
    position: relative;
    z-index: 100;
    width: calc(30em + 20vw);
    margin: -260px auto 0 auto;
    padding: 30px;
    border: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
  }
  .rail_info_text {
    text-align: justify;
    padding: 4em 0;
    font-size: 1.5em;
    color: #f0f0f0 !important;
  }
  .rail_track {
    z-index: -1;
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-2%);
  }
  .rail {
    font-size: 10em;
    color: inherit;
    display: flex;
    margin: 0;
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
  }
  .dib {
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
  }
  .rl_stroke {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
  }
  .body_light_bg .rl_stroke {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
  }
  .body_dark_bg .rl_stroke {
    color: transparent;
    -webkit-text-stroke: 1px #ffffff;
  }
  
  /* Home Gallery */
  .hm_gallery_container {
    width: 100%;
    margin-bottom: 2em;
  }
  .g_frame {
    width: 32%;
    min-width: 300px;
    height: 250px;
    margin: 6px 6px;
    border-radius: 6px;
    position: relative;
    padding: 0px;
    background-color: #000000;
  }
  .g_meta_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 6px;
    cursor: pointer;
    background: linear-gradient(
      180.07deg,
      rgba(255, 255, 255, 0) 0.06%,
      rgba(27, 28, 30, 0.37) 64.72%,
      rgba(31, 32, 35, 0.62) 99.94%
    );
  }
  .g_meta_box p {
    font-size: 17px;
    color: #ffffff;
    padding: 20px 20px;
  }
  .ga-img {
    height: 100%;
  }
  .g_frame .ga-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
  }
  
  /* Home Contact */
  
  .hm_contact_form {
    width: 48%;
    padding: 0 1em 0 0;
  }
  .hm_contact_form .head {
    font-size: 2em;
  }
  .hm_contact_form .text {
    font-size: 1em;
  }
  .hm_contact_form .con_form {
    padding-top: 1em;
  }
  .con_label {
    font-size: 0.9em;
    font-weight: 600;
    padding-bottom: 6px;
    letter-spacing: 0.04em;
    display: block;
  }
  .con_inp {
    box-sizing: border-box;
    font-size: 1.2em;
    font-family: inherit;
    color: inherit;
    width: 100%;
    border: 1px solid rgba(194, 194, 194, 0.288);
    border-radius: 3px;
    padding: 15px 15px;
    background-color: rgba(255, 255, 255, 0.438);
    margin-bottom: 20px;
  }
  .con_inp:focus {
    outline: none;
    border-color: var(--primary_hover);
    background-color: rgba(255, 255, 255, 0.438);
  }
  .body_light_bg .con_inp:focus {
    background-color: var(--light_bg);
  }
  .body_dark_bg .con_inp:focus {
    background-color: var(--dark_bg);
  }
  .body_light_bg .con_inp {
    border: 1px solid var(--border_light_bg);
    background-color: var(--light_bg);
  }
  .body_dark_bg .con_inp {
    border: 1px solid var(--border_dark_bg);
    background-color: var(--dark_bg);
  }
  .con_form_btn {
    background-color: rgba(0, 0, 0, 0);
    border: none;
  }
  .con_item_box {
    padding: 3em 0 1em 0;
  }
  .con_item {
    padding-bottom: 20px;
  }
  .hm_contact_details {
    width: 49%;
    padding-left: 1em;
  }
  .con_item_icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
  .con_item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .con_link {
    font-size: 1em;
    letter-spacing: 0.02em;
    color: inherit;
    padding: 8px 0;
    text-decoration: underline;
  }
  .con_link:hover {
    color: var(--primary_hover);
  }
  
  /* Footer */
  .footer {
    color: #ffffff;
    width: 100%;
    background-color: #121212;
    padding-top: 60px;
  }
  .ft_flex_wrap{
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    min-height: 60vh;
  }
  .footer_social{
    width: calc(30% - 20px);
    padding-left: 40px;
  }
  .ft_social_icon{
    margin-bottom: 5em;
  }
  .ft_top_col{
    width: 35%;
  }
  .ft_col_label{
    font-size: 1.2em;
    font-weight: 500;
    color: #c2c2c2;
    padding-bottom: 20px;
  }
  .ft_col_link{
    font-size: 2em;
    color: #838383;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .ft_col_link.sml{
    font-size: 1em;
  }
  .ft_social_icon {
    width: 36px;
    height: 36px;
    margin-bottom: 30px;
  }
  .ft_social_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .ft_copyright {
    padding: .5em 0.5em;
    text-align: center;
  }
  .ft_cpy_text {
    font-size: 0.85em;
    font-weight: 300;
    color: #f9f9f9;
    letter-spacing: 0.03em;
  }
  .ft_brand_canal{
    width: 100%;
    gap: 20px;
  }
  .ft_brand_canal{
    width: 100%;
    max-width: 1650px;
    font-family: "Audiowide", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05em;
    color: #4e4e4e;
    text-align: center;  
    white-space: nowrap; 
    overflow: hidden;        
    text-overflow: ellipsis;   
    font-size: 9vw; /* Adjust as needed */
  }
  
  /* Gallery Page */
  .sub_page_hero {
    text-align: center;
  }
  .sub_pg_hero_tit {
    font-size: calc(2em + 1vw);
    font-weight: 600;
    color: inherit;
    letter-spacing: 0.05em;
    padding: 0;
    line-height: 1;
    padding: 1em 0;
  }
  .gallery_info {
    width: 700px;
    text-align: center;
  }
  .sub_page_banner_hero {
    width: 100%;
    text-align: center;
  }
  .sub_page_banner_box {
    width: 100%;
    max-width: 1000px;
    height: 80vh;
    margin: 0 auto;
    position: relative;
    margin-top: 2em;
    margin-bottom: 1em;
  }
  .sub_page_bnr_img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: url("../../ga/v3/g6.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
  }
  .sub_page_bnr_tit_box {
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    right: 0;
  }
  .sub_page_bnr_tit_box .sub_pg_hero_tit {
    color: #ffffff !important;
  }
  
  /* Buy hand page */
  .bh_flex {
    padding: 2em 0;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    min-height: 60vh;
  }
  .bh_flex_img {
    width: 50%;
    height: 400px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    z-index: 10;
  }
  .bh_flex_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
  }
  .bh_tit span {
    padding: 15px 0;
    display: block;
    font-weight: 400;
    font-size: 0.72em;
  }
  .bh_text_box {
    border-radius: 10px;
    padding: 2em 1em;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
  }
  .bh_text {
    font-size: 1em;
    color: #000000;
    line-height: 1.5;
  }
  .bh_text span {
    padding-bottom: 15px;
    display: inline-block;
  }
  .bh_text a {
    display: inline-block;
    font-weight: 600;
    text-decoration: underline;
    color: #3271e6;
  }
  .bh_text a:hover {
    color: #1757cf;
  }
  .bh_form_tit {
    font-size: 1.6em;
    font-weight: 600;
    color: #242424;
    padding-bottom: 1em;
  }
  .bh_top_flex {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .bh_left {
    width: 49%;
    font-size: calc(0.5em + 1vw);
    padding: 0 1em 0 1em;
  }
  .cp_flex {
    width: 100%;
    max-width: 1000px;
    padding: 1em 0;
    margin: 0 auto;
    min-height: 60vh;
  }
  .con_tit {
    font-size: inherit;
    line-height: 1.5;
    font-weight: 600;
    font-size: 2.2em;
    color: #121212;
    border-bottom: 2px solid #000000;
  }
  .con_tit_text {
    padding: 15px 0;
    display: block;
    font-weight: 400;
    font-size: 1em;
  }
  .con_page_link {
    font-size: 1.1em;
    letter-spacing: 0.02em;
    padding: 8px 0 4px 0;
    border-bottom: 2px solid #000000;
  }
  .con_page_link:hover {
    color: var(--primary_hover);
  }
  .con_page_item_box {
    padding: 1.4em 0;
  }
  .cp_left {
    width: 50%;
    padding: 0 1em;
  }
  .cp_right,
  .bh_right {
    width: 48%;
  }
  
  /* Info Modal */
  .info_modal_container {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
  }
  .info_modal_flex {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .im_content {
    width: 96%;
    max-width: 500px;
    background-color: #121212;
    border-radius: 6px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
    padding: 2em 2em 1em 2em;
  }
  .im_tit {
    font-size: 1.6em;
    font-weight: 500;
    color: #f9f9f9;
    padding-bottom: 15px;
  }
  .im_msg {
    font-size: 0.92em;
    font-weight: 300;
    color: #9fd0e7;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .im_close_btn {
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    cursor: pointer;
    color: #aab0b8;
    padding: 1em 0;
  }
  .im_close_btn:hover {
    color: #ffffff;
  }
  .page_bg_with_logo {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
    z-index: 0;
  }
  .page_with_logo_cc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .pg_bg_logo_svg {
    width: 100%;
    max-width: 500px;
    height: 500px;
    object-fit: contain;
    fill: rgba(27, 228, 255, 0.699);
    filter: blur(3.2em);
    overflow: hidden;
  }
  
  /* Product page */
  .ah_intro_box {
    padding: 2em 0;
  }
  .ah_intro_tit {
    font-size: 1.5em;
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    letter-spacing: 0.03em;
  }
  .ah_intro_text {
    font-size: 3em;
    font-family: "Orbitron", sans-serif;
    font-weight: 900;
    color: inherit;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    letter-spacing: 0.03em;
  }
  .ah_intro_img {
    width: 100%;
    max-width: 1000px;
    height: 75vh;
    margin: auto;
    border-radius: 20px;
  }
  .ah_intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .ah_center_full_text {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 0.02em;
    padding: 30px 20px;
    color: inherit;
    border-top: 3px solid #000000;
    border-bottom: 3px solid #000000;
  }
  .ah_center_full_text span {
    color: var(--secondary);
  }
  .ah_sbys_section {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .ah_sbys_img {
    width: 500px;
    height: auto;
    border-radius: 20px;
  }
  .ah_sbys_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
  }
  .ah_sbys_flex {
    padding-bottom: 80px;
  }
  .ah_sbys_info {
    width: calc(100% - 510px);
    padding: 2em 2em;
  }
  .imgleft {
    padding-right: 10%;
  }
  .imgright {
    padding-left: 10%;
    flex-direction: row-reverse;
  }
  .sbys_tit {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 1.2em;
  }
  .sbys_text {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .ah_thmb_toggle_btn {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #888ea0;
    border-radius: 4px;
    font-size: 14px;
    color: inherit;
    padding: 8px 14px;
    margin: 10px 5px;
    cursor: pointer;
    letter-spacing: 0.03em;
  }
  .ah_thmb_toggle_btn.active {
    color: var(--secondary);
    border: 1px solid var(--secondary);
  }
  .ah_thmb_toggle_btn:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .ah_grp_tit {
    font-size: 3em;
    font-weight: 500;
    color: inherit;
    padding: 30px 10px;
    text-align: center;
  }
  .ah_grip_flex {
    padding-top: 1.5em;
  }
  .ah_grip_card {
    width: 100%;
    max-width: 300px;
    margin: 10px 10px;
  }
  .ah_gc_img {
    width: 100%;
    height: 300px;
  }
  .ah_gc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .ah_gc_name {
    font-size: 1.1em;
    font-weight: 500;
    color: inherit;
    text-align: center;
    line-height: 1.4;
    padding-top: 10px;
  }
  .main_arrow_btn {
    width: fit-content;
    padding: 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .main_arrow_btn.hero_btn {
    background-color: #2d3138;
    border-radius: 10px;
    padding: 10px 30px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
  }
  .mab_text {
    font-size: 1.1em;
    font-weight: 500;
    color: inherit;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .main_arrow_btn.hero_btn .mab_text {
    color: #ffffff;
  }
  .mab_icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #121212;
    margin-left: 15px;
    transition: 0.2s;
  }
  .mab_icon {
    border: 2px solid #0092e7;
  }
  .mab_icon img {
    width: 26px;
    height: auto;
    object-fit: contain;
  }
  .main_arrow_btn:hover > .mab_icon {
    margin-left: 30px;
    border: 2px solid #f0560e;
  }
  .ag_dspecHead {
    font-size: 2.6em;
    font-weight: 400;
    padding: 30px 20px 40px 20px;
  }
  .ah_spec_list_box {
    padding-bottom: 50px;
  }
  .ag_dspecHead span {
    color: var(--secondary);
    font-weight: 500;
  }
  .ah_spec_item {
    padding: 1.5em 0;
    width: 100%;
    border-bottom: 1px solid #535353;
  }
  .ah_spec_label {
    font-family: "Audiowide", sans-serif;
    font-weight: 500;
    color: inherit;
    text-transform: uppercase;
    font-size: 1.6em;
    width: 450px;
    padding-left: 20px;
  }
  .ah_spec_val {
    width: calc(100% - 455px);
    font-size: 1.5em;
    line-height: 1.4;
    font-weight: 300;
    padding-left: 30px;
  }
  .tpos_img_box {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .tpos_img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .tpos_img_non_opp {
    display: none;
  }
  .anim_test_container {
    width: 100%;
    height: 80vh;
    padding: 8em 15%;
    background-color: #000000;
  }
  .footer__heading-wrap {
    margin-top: -25px;
    margin-bottom: 88px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .footer__heading-anim {
    position: relative;
    bottom: 0;
    opacity: 1;
    animation: move 7s infinite;
  }
  .footer__heading {
    margin-bottom: 0;
    padding-bottom: 0px;
    font-size: 53px;
    line-height: 1.05em;
  }
  .footer__heading.mod--2 {
    position: absolute;
    left: 0;
    top: 100%;
  }
  .footer__heading.mod--3 {
    position: absolute;
    left: 0;
    top: 200%;
  }
  @keyframes move {
    0% {
      bottom: 120px;
    }
  
    3% {
      bottom: 0px;
    }
  
    33% {
      bottom: 0px;
    }
  
    36% {
      bottom: 60px;
    }
  
    66% {
      bottom: 60px;
    }
  
    69% {
      bottom: 120px;
    }
  
    100% {
      bottom: 120px;
    }
  }
  @keyframes color {
    0% {
      background-color: #f45270;
    }
  
    2% {
      background-color: #34cfca;
    }
  
    33% {
      background-color: #34cfca;
    }
  
    35% {
      background-color: #e3ed45;
    }
  
    66% {
      background-color: #e3ed45;
    }
  
    69% {
      background-color: #f45270;
    }
  
    100% {
      background-color: #f45270;
    }
  }
  @keyframes textColor {
    0% {
      color: #f45270;
    }
  
    2% {
      color: #34cfca;
    }
  
    33% {
      color: #34cfca;
    }
  
    35% {
      color: #e3ed45;
    }
  
    66% {
      color: #e3ed45;
    }
  
    69% {
      color: #f45270;
    }
  
    100% {
      color: #f45270;
    }
  }
  .fh {
    animation: textColor 7s infinite;
  }
  
  .mod--footer2 {
    animation: color 7s infinite;
  }
  .footer__heading a {
    text-decoration: underline;
    color: #e5e5e5;
    padding-top: 10px;
    font-weight: normal;
  }
  
  /* v2 style */
  .hero_btn_v2 {
    font-size: 1.1em;
    color: #000000;
    background-color: #fefff6;
    padding: 20px 40px;
    border-radius: 30px;
    min-width: 200px;
    font-weight: 500;
    transition: 0.12s all ease;
  }
  .body_light_bg .hero_btn_v2 {
    color: #ffffff;
    background-color: #000000;
  }
  .body_dark_bg .hero_btn_v2 {
    color: #000000;
    background-color: #fefff6;
  }
  .hh_t_grp {
    padding-top: 20px;
    width: calc(100% - 600px);
  }
  .hh_img {
    width: 590px;
    height: 620px;
    min-height: 80vh;
    background-color: #f0f0f0;
    border-radius: 10px;
  }
  .hh_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .home_hand_tit {
    font-size: 3.5em;
    font-weight: 400;
    margin: 0;
    line-height: 1.3;
    color: inherit;
  }
  .hh_sp_sml {
    font-size: 1.2em;
    line-height: 1.4;
    opacity: 0.8;
    padding: 20px 20px 20px 0;
  }
  .v2_btn {
    font-size: 1.1em;
    color: #000000;
    background-color: #fefff6;
    padding: 20px 40px;
    border-radius: 30px;
    min-width: 200px;
    font-weight: 500;
    transition: 0.12s all ease;
    border: none;
    text-align: center;
  }
  .v2_btn.discover_btn {
    margin-right: 20px;
  }
  .body_light_bg .v2_btn {
    color: #ffffff;
    background-color: #000000;
  }
  .body_dark_bg .v2_btn {
    color: #000000;
    background-color: #fefff6;
  }
  .v2arrow_btn {
    font-size: 1.2em;
    padding: 16px 0;
    font-weight: 500;
    transition: 0.12s all ease;
    color: inherit;
  }
  .v2arrow_btn:hover {
    text-decoration: underline;
  }
  .hh_btn_box .v2_btn_dark {
    margin-right: 30px;
  }
  .hh_key_param_grp {
    margin-top: 25px;
  }
  .body_dark_bg .hh_key_param_grp {
    border-top: 1px solid var(--border_dark_bg);
  }
  .body_light_bg .hh_key_param_grp {
    border-top: 1px solid var(--border_light_bg);
  }
  .hh_key_param {
    font-size: 1.5em;
    color: inherit;
    padding: 25px 20px;
    width: 33%;
    text-align: center;
  }
  .body_dark_bg .hh_key_param.mid {
    border-left: 1px solid var(--border_dark_bg);
    border-right: 1px solid var(--border_dark_bg);
  }
  .body_light_bg .hh_key_param.mid {
    border-left: 1px solid var(--border_light_bg);
    border-right: 1px solid var(--border_light_bg);
  }
  .hh_section.section_view_port {
    padding-bottom: 0 !important;
  }
  /* Home Ready to try section */
  
  .ready_to_try_flex {
    width: 100%;
    height: 100vh;
  }
  .rtr_left {
    width: 50%;
  }
  .rtr_head {
    font-size: 8.5em;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: -0.08em;
    color: inherit;
    line-height: 0.8;
    margin: 0;
    padding-bottom: 10px;
  }
  .rtr_head span {
    color: var(--secondary);
  }
  .rtr_right {
    width: 49%;
  }
  .circle_tx_wrap {
    position: relative;
    width: var(--d-outer);
    height: var(--d-outer);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ctw_logo {
    position: absolute;
    width: var(--d-inner);
    height: var(--d-inner);
    background: url("../icons/logo_white_100.svg");
    background-size: cover;
    border-radius: 50%;
    opacity: 0.95;
    filter: contrast(1.5);
  }
  .circle_text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
  }
  @keyframes rotateText {
    0% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(0deg);
    }
  }
  .circle_text p span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 var(--radius);
  }
  
  .image_scale {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .grow_over_card_flex{
    width: 100%;
    gap: 40px;
    position: absolute;
    padding-bottom: 16px;
  }
  
  .gro_over_card{
    width: 40%;
    padding: 40px 40px;
    min-height: 500px;
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(46px);
  }
  .tagline_beta{
    text-align: start;
    font-size: 2em;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.3;
    padding-bottom: 30px;
  }

  .tagline_btn {
    width: fit-content;
    max-width: 400px;
    text-align: center;
    transition: 0.2s;
    background-size: 200% auto;
    border-radius: 4px;
    margin: 20px auto 0 auto;
    text-transform: uppercase;
    padding: 20px 40px;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #ff2157 0%,
      #f06027 51%,
      #ff2157 100%
    );
  }
  .tagline_btn:hover {
    background-position: right center;
  }
  .image_scale > div {
    width: 100%;
  }
  .grow_img {
    width: 100%;
    height: 120vh;
    object-fit: cover;
  }
  
  #grow-tagline {
    transform: translateY(60px);
  }
  
  #grow {
    transform: scale(0.5);
  }
  .ht_box > p > div {
    background: linear-gradient(
      to right,
      rgb(255, 255, 255) 50%,
      rgb(37, 37, 37) 50%
    );
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    margin-left: 50px;
    line-height: auto;
    font-size: 3.6em;
  }
  .ht_box {
    margin-bottom: 40px;
  }
  .git_flex {
    width: 100%;
    padding: 0 20px;
  }
  .git_left {
    width: 400px;
  }
  .git_tit {
    font-size: 4em;
    font-weight: 400;
    line-height: 1.4em;
    margin-bottom: 40px;
  }
  .git_matrix_wrap{
    width: 100%;
    position: relative;
  }
  .git_matrix {
    width: 100%;
  }
  .git_matrix_wrap .bok_tbox_beta_tit{
    position: absolute;
    color: #ffffff;
    top: 50px;
  }
  .gitDot {
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 30px;
    opacity: 0.2;
    margin-bottom: 30px;
    transition: all 0.55s cubic-bezier(0.23, 1, 0.32, 1);
  }
  .git_right {
    width: fit-content;
    min-width: calc(100% - 585px);
    max-width: calc(100% - 485px);
  }
  .git_item{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .git_item.last{
    border: none;
  }
  .git_item.mid {
    margin: 20px 0;
  }
  .git_item_label {
    font-size: 2.1em;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .git_link {
    font-size: 1.05em;
    letter-spacing: 0.02em;
    font-weight: 300;
    color: #d1d1d1;
    padding: 4px 0;
  }
  .git_item img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 15px;
  }
  .git_item_t {
    width: calc(100% - 51px);
  }
  .map_wrap{
    padding-top: 20px;
    width: 100%;
  }
  .map_info{
    width: 48%;
  }
  .map_frame{
    width: 50%;
  }
  .map_frame iframe{
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 0px 30px 0px rgba(183,183,183,0.4);
  }
  .page_section.hero_section.contact_hero_sec {
    height: 80vh;
    min-height: 80vh;
  }
  
  /* Angel Hand Page */
  .hero_section.sh_hero {
    height: 100vh;
  }
  .sh_tit_box {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .sh_overlay {
    background: rgb(0, 0, 0, 0.15);
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6643032212885154) 0%,
      rgba(255, 255, 255, 0) 47%,
      rgba(0, 0, 0, 0.6727065826330532) 100%
    );
  }
  .AH_section {
    padding-top: 70px;
  }
  .sub_hero_tit {
    font-size: 7em;
    font-weight: 900;
    opacity: 1;
    letter-spacing: -0.08em;
    color: #ffffff;
  }
  .sub_hero_tit span {
    background-image: linear-gradient(
      to right,
      #0952f1,
      #0099ff,
      #ff004c,
      #fed90f
    );
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0px;
    background-clip: text;
    -webkit-background-clip: text;
    padding: calc(--stroke-width / 2);
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: calc(1em / 16);
  }
  .ag_fw_text {
    font-size: 2em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    border-top: 4px solid #02ffea;
    border-bottom: 4px solid var(--secondary);
    padding: 16px 0;
  }
  .ag_fw_text span {
    font-weight: 700;
    color: var(--primary);
  }
  .AH_bg_frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .AH_bg_frame img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .AH_bgcircle_flex {
    width: 100%;
    height: 100%;
  }
  .AH_bgC-outer {
    width: 75vw;
    height: 75vh;
    background-color: #1db7ff;
    border-radius: 50%;
    filter: blur(17.2em);
    transition: background-color 0.2s ease;
  }
  .AH_bgC-inner {
    width: 42vw;
    height: 42vh;
    background-color: #fd0564;
    border-radius: 50%;
    filter: blur(6em);
  }
  .AH_HM_bg_frame {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .AH_HM_bgcircle_flex {
    width: 100%;
    height: 100%;
  }
  .AH_HM_bgC-outer {
    width: 75vw;
    height: 75vh;
    background-color: #00ffff;
    border-radius: 50%;
    filter: blur(17.2em);
    transition: background-color 0.2s ease;
  }
  .AH_HM_bgC-inner {
    width: 42vw;
    height: 42vh;
    background-color: #ff321d;
    border-radius: 50%;
    filter: blur(6em);
  }
  .AH_contentWrap {
    position: relative;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(46px);
  }
  .ag_row {
    width: 100%;
    padding: 20px 0;
  }
  .ag_r_img {
    width: 500px;
    height: 500px;
  }
  .ag_r_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .ag_r_info {
    width: calc(100% - 505px);
    padding: 0 25px;
  }
  .ag_ri_tit {
    font-size: 2.8em;
    font-weight: 400;
    padding-bottom: 26px;
  }
  .ag_ri_txt {
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.3em;
    text-align: justify;
  }
  .ag_row.even .ag_r_img {
    order: 2;
  }
  .ag_row.even .ag_r_info {
    order: 1;
  }
  .ah_tmb_btn_wrap {
    padding-top: 30px;
  }
  .ah_tmb_btn {
    font-size: 15px;
    font-weight: 400;
    background-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    border: 1px solid #3e3e45;
    border-radius: 26px;
    padding: 12px 26px;
    margin: 5px 8px;
    box-shadow: 0px 0px 28px -3px rgb(82 85 111 / 88%);
  }
  .ah_tmb_btn.active {
    background-color: #000000;
  }
  .ah_tmb_img_holder {
    position: relative;
  }
  .ah_tmb_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
  }
  .ah_tmb_img.visible {
    opacity: 1;
  }
  #ahTmbNonOpp {
    opacity: 1;
  }
  .ah_elb_way{
    font-size: 1.5em;
    padding-top: 20px;
    opacity: .9;
  }
  .ah_elb_way .ah_elb_way_btn{
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    background-color: var(--secondary);
    color: #000000;
    padding: 15px 30px;
    border-radius: 30px;
    margin-left: 15px;
    text-align: center;
  }
  .elb_full_width{
    width: 100%;
  }
  .elb_full_width_img img{
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  .alb_full_width_tit{
    font-size: 2.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-align: center;
    border-top: 4px solid #02ffea;
    border-bottom: 4px solid var(--secondary);
    padding: 30px 0;
    margin-top: -260px;
    margin-bottom: 100px;
  }
  .elb_flex{
    gap: 20px;
  }
  .elb_flex.rev{
    flex-direction: row-reverse;
  }
  .elb_img_box{
    width: 100%;
    max-width: 640px;
  }
  .elb_img_box img{
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .elb_info_box{
    width: calc(100% - 660px);
    padding: 30px 0;
  }
  .elb_info_tit{
    font-size: 2em;
    font-weight: 600;
    padding-bottom: 20px;
  }
  .elb_info_text{
    font-size: 1.1em;
    font-weight: 300;
    opacity: .9;
    line-height: 1.3;
    text-align: justify;
  }
  
  .book_card {
    width: 100%;
    min-height: 500px;
    background-color: #ffffff;
    border-radius: 6px;
    margin: 50px 0px;
  }
  .book_form {
    width: 50%;
    padding: 40px 30px;
  }
  .book_tbox {
    width: 49%;
  }
  .bf_tit {
    font-size: 1.8em;
    padding-bottom: 16px;
    color: #252525;
  }
  .bf_hint {
    font-size: 15px;
    color: #4d4d4d;
    padding-bottom: 16px;
  }
  .bf_inp_label {
    font-size: 15px;
    padding-bottom: 6px;
    color: #242424;
  }
  .bf_inp {
    width: 100%;
    padding: 15px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
  .bf_inp.error {
    border-color: var(--error_red);
  }
  .bf_inp_err {
    font-size: 13px;
    font-weight: 500;
    color: var(--error_red);
  }
  .bf_inp_grp {
    margin-bottom: 12px;
  }
  .book_tbox{
    padding: 30px 0;
  }
  .bok_tbox_beta_tit{
    font-size: 1.5em;
    font-weight: 500;
    color: #252525;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .bok_tbox_beta_tit span{
    display: inline-block;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 700;
    color: #000000;
    background-color: #ffe002;
  }
  .book_tbox_tit {
    font-family: "Audiowide", sans-serif;
    font-size: 4rem;
    text-transform: uppercase;
    color: #252525;
    line-height: 1.3;
  }
  .bf_btn_box {
    margin: 20px 0;
  }
  .bf_btn {
    width: 100%;
    max-width: 400px;
    text-align: center;
    transition: 0.2s;
    background-size: 200% auto;
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
    padding: 10px 30px;
    min-height: 55px;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #ff2157 0%,
      #f06027 51%,
      #ff2157 100%
    );
  }
  .bf_btn:hover {
    background-position: right center;
  }
  .btbox_or {
    font-size: 1.2em;
    color: #242424;
    padding: 18px 0;
  }
  .book_contact_btn {
    font-size: 1.1em;
    color: #000000;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 30px;
    min-width: 200px;
    font-weight: 500;
    transition: 0.12s all ease;
    border: 1px solid #000000;
    width: fit-content;
    text-align: center;
  }
  ._toaster {
    width: 100%;
    position: fixed;
    height: fit-content;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6000;
    padding: 0 20px;
    transition: 0.2s all ease;
    cursor: default;
  }
  .tstMsg {
    width: fit-content;
    min-width: 450px;
    text-align: center;
    padding: 15px 20px;
    background-color: #121212;
    color: #f0f0f0;
    font-size: 1em;
    line-height: 1.3em;
    margin: 20px auto;
    transition: 0.2s all ease;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.18);
    cursor: pointer;
  }
  .uploading_gif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: center;
  }
  .uploading_gif img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }
  .uploading_gif p {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    margin-left: 14px;
    min-width: 40px;
  }
  ._dialog {
    width: 100%;
    max-width: 400px;
    border: none;
    padding: 0;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.18);
    border-radius: 8px;
  }
  .dialogBody {
    padding: 20px 20px;
  }
  ._dImg {
    width: 54px;
    height: 54px;
    object-fit: contain;
    margin: 10px 0 20px 0;
    display: none;
  }
  .dialogTit {
    font-size: 1.3em;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px;
    color: #1f1f1f;
  }
  .dialogMsg {
    font-size: 15px;
    color: #2b3038;
    line-height: 1.2;
    text-align: center;
    padding-bottom: 5px;
  }
  .dialBtnBox {
    padding: 12px 20px;
    border-top: 1px solid #e2e2e2;
  }
  .dialBtn {
    font-size: 15px;
    font-weight: 500;
    background-color: #000000;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 4px;
    min-width: 100px;
    border: none;
  }
  ._dialog._w .dialBtn {
    background-color: #ff462e;
  }
  ._dialog._e .dialBtn {
    background-color: var(--error_red);
  }
  .menu_book_btn {
    width: fit-content;
    max-width: 400px;
    text-align: center;
    transition: 0.2s;
    background-size: 200% auto;
    border-radius: 4px;
    padding: 16px 50px;
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-left: 2em;
    margin-top: 15px;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #ff2157 0%,
      #f06027 51%,
      #ff2157 100%
    );
  }
  .menu_book_btn:hover {
    background-position: right center;
  }
  .nav_book_btn {
    width: fit-content;
    max-width: 400px;
    position: fixed;
    top: 15px;
    right: 100px;
    z-index: 1000;
    text-align: center;
    transition: 0.2s;
    background-size: 200% auto;
    border-radius: 4px;
    padding: 12px 20px;
    font-size: 15px;
    letter-spacing: 0.02em;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(
      to right,
      #ff2157 0%,
      #f06027 51%,
      #ff2157 100%
    );
  }
  .nav_book_btn:hover {
    background-position: right center;
  }
  
  .agl_spec_section{
    width: 100%;
  }
  .agl_ss_sticky{
    width: 100%;
    height: 120vh;
    background-color: #333333;
    position: sticky;
    top: 0;
  }
  .agl_ss_img_wrap{
    position: relative;
    height: 100%;
  }
  .agl_ss_img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .agl_ss_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(0, 0, 0, 0.15);
    background: linear-gradient(90deg, rgb(0 0 0 / 58%) 0%, rgba(255, 255, 255, 0) 47%, rgb(0 0 0 / 60%) 100%);
  }
  .agl_ss_content_wrap{
    width: 100%;
    position: sticky;
  }
  .agl_ss_tit_wrap{
    width: 40%;
  }
  .agl_ss_li_wrap{
    width: auto;
    flex-grow: 1;
    margin-bottom: 50px;
  }
  .agl_ss_li_item{
    padding: 10px 10px;
    border-bottom: 1px solid #8b8b8b;
  }
  .agl_ss_li_key{
    font-size: 1.5rem;
    font-weight: 500;
    text-align: right;
  }
  .agl_ss_li_val{
    font-size: 5.6rem;
    font-family: "Audiowide", sans-serif;
    text-transform: uppercase;
    text-align: right;
  }

  /* New Landing */
  .landing_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .landing_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* About section */
  .abt_sec_flex{
    width: 100%;
  }
  .abt_non_stick{
    width: calc(100% - 300px);
  }
  .abt_stick{
    width: 300px;
    height: fit-content;
    position: sticky;
    top: 75px;
  }
  .abt_stick_item{
    padding: 24px 0;
  }
  .abt_stick_item:not(:last-child){
    border-bottom: 1px solid #7a7a7a;
  }
  .abt_stick_item svg{
    width: 40px;
  }
  .abt_stick_item p{
    font-size: 1.2rem;
    padding-left: 15px;
  }
  .abt_content_wrap{
    padding: 0 30px 80px 20px;
  }
  .abt_content_wrap p{
    font-weight: 300;
    opacity: .8;
    font-size: 1.1em;
    line-height: 1.4;
  }
  .abt_content_wrap p span{
    font-weight: 500;
  }
  .abt_sub_tit{
    font-size: .9em;
    margin-bottom: 10px;
  }
  .team_flex{
    width: 100%;
    gap: 50px 30px;
  }
  .team_card{
    width: 45%;
    max-width: 700px;
  }
  .team_card_img_box{
    width: 150px;
    height: 170px;
    background-color: #ededed;
    border-radius: 5px;
  }
  .team_card_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }
  .team_card_info_box{
    width: calc(100% - 180px);
    padding: 20px 20px;
  }
  .team_card_tit{
    font-size: 1.3rem;
    padding-bottom: 10px;
  }
  .team_card_subtit{
    font-size: .9rem;
    font-weight: 300;
    opacity: .7;
    padding-bottom: 6px;
  }
  .tc_other{
    font-size: .9rem;
    font-weight: 300;
    opacity: .7;
    padding-bottom: 6px;
  }
  .tc_link{
    font-size: .9rem;
    font-weight: 300;
    font-style: italic;
    text-decoration: underline;
    display: inline-block;
    padding-bottom: 6px;
  }
  .two_door_sec{
    padding: 5rem 0;
  }
  .two_door_flex{
    gap: 20px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .two_door_frame {
    flex: 1 1 calc(50% - 20px); 
    aspect-ratio: 3 / 3.8;
    background-color: #8a8a8a;
    border-radius: 10px;
    min-width: 250px; 
    position: relative;
  }
  .two_door_frame.tit{
    background: var(--secondary);
    background: linear-gradient(
      135deg, 
      #ff2157 0%,
      #ff4a44 100%
      );
  }
  .two_door_media img,.two_door_media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
  .two_door_media,.two_door_overlay,.two_door_info{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  .two_door_overlay{
    background: rgb(0, 0, 0, 0.1);
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%) 0%, rgb(0 0 0 / 20%) 50%, rgb(0 0 0 / 70%) 100%);
  }
  .two_door_info{
    padding: 20px 30px;
  }
  .two_door_tit{
    font-size: 3.8rem;
    color: #000000;
    padding-bottom: 30px;
  }
  .two_door_ans{
    font-size: clamp(1.2em, 2vw, 4rem);
    color: #000000;
    font-weight: 500;
    line-height: 1.4;
    padding-bottom: 20px;
  }
  .two_door_main_btn {
    font-size: 1.1em;
    color: #ffffff;
    background-color: #000000;
    padding: 20px 40px;
    border-radius: 30px;
    min-width: 200px;
    font-weight: 500;
    transition: 0.12s all ease;
    display: inline-block;
    text-align: center;
  }
  .two_door_med_tit_box{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px;
  }
  .two_door_med_tit_box p{
    font-size: 2.8rem;
    color: #ffffff;
  }

  /* Blog Page */
  .blog_list_flex{
    width: 100%;
    padding: 80px 0;
    gap: 40px;
    color: #242424;
  }
  .blog_card{
    width: 380px;
    height: auto;
    background-color: #f0f0f0;
    border-radius: 10px;
    box-shadow: 0px 0px 26px 0px rgba(0,0,0,0.15);
  }
  .bcd_img_box{
    height: 300px;
    background-color: #e0e0e0;
    border-radius: 10px 10px 0 0;
  }
  .bcd_img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
  }
  .bcd_info_box{
    padding: 20px 0;
  }
  .bcd_tit{
    font-size: 1.8rem;
    padding: 0 20px 10px 20px;
  }
  .bcd_sub_info_flex{
    width: 100%;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #ccc;
  }
  .bcd_sub_info{
    font-weight: 300;
    font-size: 1rem;
  }
  .bcd_author{
    font-weight: 300;
    font-size: 1rem;
    font-style: italic;
  }
  .blog_view_section{
    width: 100%;
    background-color: #f0f0f0 !important;
  }
  .bv_frame{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
  }
  .bv_cover_img{
    width: 100%;
    height: 400px;
    background-color: #cccccc;
    border-radius: 12px;
    margin: 0 auto;
  }
  .bv_cover_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }
  .bv_sub_info_flex{
    padding: 40px 0;
  }
  .bv_sub_info{
    font-weight: 300;
    font-size: 1rem;
  }
  .bv_author{
    font-weight: 300;
    font-size: 1rem;
    font-style: italic;
  }
  .bv_title{
    font-size: 2.2rem;
    font-weight: 600;
  }
  .bv_content_wrap{
    padding: 90px 0;
  }
  .bv_content_wrap figure{
    margin: 0;
  }
  .bv_content_wrap img{
    width: 100% !important;
    max-height: 100vh !important;
    margin: 0 auto !important;
    object-fit: contain !important;
  }
  .html_out ul{
    list-style: auto !important;
    padding: revert;
    margin: revert;
  }

  /*FAQ Section */
  .faq_section{
    width: 100%;
    padding: 0 30px;
  }
  .faq_grp_wrap:not(:last-child){
    padding-bottom: 40px;
  }
  .faq_frame {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    overflow: hidden;
  }
  .faq_cat{
    font-size: 1.4rem;
    color: #bfc2c7 !important;
    padding-bottom: 20px;
    font-weight: bold;
  }
  .faq_item {
    border-bottom: 1px solid #eee;
  }
  .faq_question {
    padding: 20px 24px;
    margin: 0;
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    color: #36373a !important;
  }
  .faq_question::after {
    content: '+';
    position: absolute;
    right: 24px;
    font-size: 1.4rem;
    transition: transform 0.2s;
    color: #36373a !important;
  }
  .faq_item.active .faq_question::after {
    content: '-';
    color: #36373a !important;
  }
  .faq_answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 24px;
    background: #fcfcfc;
    color: #46484b !important;
    font-size: .98rem;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  .faq_item.active .faq_answer {
    padding: 16px 20px 40px 24px;
    max-height: 500px;
  }
  
  /* Compare Section */
  .comp_section{
    background-color: var(--border_dark_bg);
    padding-right: 0 !important;
  }
  .comp_wrap{
    width: 100%;
    min-height: 90vh;
    position: relative;
  }
  .comp_static_flex{
    position: absolute;
    width: fit-content;
    height: fit-content;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: var(--border_dark_bg);
  }
  .comp_key_wrap{
    width: 200px;
    height: fit-content;
    background-color: #161616;
    border: 3px solid #161616;
    border-radius: 12px;
  }
  .cky_topspacer{
    height: 100px;
  }
  .comp_key{
    font-weight: 400;
    color: #b2b2b2;
    font-size: .9rem;
    padding: 6px 20px;
  }
  .comp_key:not(:last-child){
    border-bottom: 1px solid #000000;
  }
  .comp_self_wrap{
    width: 160px;
    margin-left: 20px;
    height: fit-content;
    border-radius: 12px;
    border: 3px solid #ffffff;
    background: var(--secondary);
    background: linear-gradient(
      135deg, 
      #ff2157 0%,
      #ff4a44 100%
      );
  }
  .comp_self_tit{
    width: 100%;
    height: 100px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 20px 20px;
  }
  .csf_val{
    font-size: 1rem;
    padding: 6px 20px;
  }
  .comp_scroll_wrap{
    width: auto;
  }
  .competitor_flex{
    width: fit-content;
    gap: 10px;
  }
  .splide__slide.comp_col{
    width: 150px !important;
    padding: 0 !important;
    height: fit-content;
    border: 1px solid #666666;
    cursor: grab;
  }
  .splide__slide.comp_col_spacer{
    width: calc(160px + 230px) !important;
  }
  #compSplide .splide__arrow{
    top: 108%;
  }
   #compSplideElbow .splide__arrow{
    top: 108%;
  }
  .competitor_tit_wrap{
    width: 100%;
    height: 100px;
  }
  .competitor_tit{
    font-size: 1.2rem;
    font-weight: 500;
    color: #c3c3c3;
    padding: 6px 20px;
  }
  .competitor_tit span{
    display: inline-block;
    font-weight: 300;
    font-size: 13px;
  }
  .comp_val{
    font-size: 1rem;
    padding: 20px 20px;
  }
  .comp_key,.csf_val,.comp_val{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
  }
  .bookpage_lander{
    width: 100%;
    min-height: 100vh;
    position: relative;
  }
  .bookpage_lander img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    object-fit: cover;
    z-index: 10;
  }
  .bookpage_formwrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
  }
  .bookpage_card{
    background-color: rgba(255, 255, 255, 0.87) !important;
    backdrop-filter: blur(15px);
  }