@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

@font-face {
    font-family: 'DIN-2014';
    src: url('../fonts/din-2014.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}


.hdr__download {
    position: relative;
    top: -70px;
    text-align: center;
    left: -8px;    
    width: 100%;    
}

.hdr__download img {
    max-width: 220px;
}

.btn-download-hdr {
    display: none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.btn-download-hdr img {
    pointer-events: none;
    display: block;
    width: 100%;
    height: auto;
}

.btn-download {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 4;
    background: linear-gradient(to right, rgba(225, 33, 19, 1), rgba(225, 98, 19, 1),rgba(229, 204, 66, 1));
    color: #fff!important;
    padding: 10px 20px!important;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    text-align: center; 
    width: 100%!important;   
}

.btn-download img {
    pointer-events: none;
    display: inline-block;
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 5%;
    transform: translateY(-50%);    
}

.main-content-text {
    position: relative;
    left: -23%;
}

.main-content-text p {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-shadow: 6px 6px 10px rgba(182, 81, 23, 0.6);
}

.main-content-text p span {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}


.main-content-image {
    position: relative;
    bottom: 0;
    left: 5%;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#main-sub {
    background: url(../images/aihpsp2/bg1.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top: -10px;
    padding: 40px 0;
}

.main-sub-content-text {
    text-align: center;
}

.main-sub-content-text p {    
    text-align: center;
}

.txt-line1 {
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
}

.txt-line2 {
    color: #fff;
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 0;   
}

.txt-line2 span {
    color: rgba(254, 216, 9, 1);
}

.txt-line3 {
    font-size: 131px;
    font-weight: 600;
    color: rgba(254, 216, 9, 1);
    display: flex;
    align-items: flex-start;
    gap: 5px; /* smaller gap between number and price-info */
    line-height: 1;
    justify-content: center;
}

.txt-line3 .price-info {
    display: flex;
    flex-direction: column;
    align-items: center; /* align 税込 and 円 to the right */
    margin-top: 25px; /* adjust vertical position to match screenshot */
}

.txt-line3 .tax-included {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    margin-bottom: 10px; /* tighter gap to 円 */
}

.txt-line3 .currency {
    color: rgba(254, 216, 9, 1);
    font-size: 56px;
    font-weight: 900;
    line-height: 1;
}


.btn-download2 {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    z-index: 4;
    background: linear-gradient(to right, rgba(225, 33, 19, 1), rgba(225, 98, 19, 1),rgba(229, 204, 66, 1));
    color: #fff!important;
    padding: 10px 20px!important;
    border-radius: 5px;
    font-size: 32px;
    font-weight: 700;
    text-align: center; 
    width: fit-content;  
    margin-top: 20px;    
}

.btn-download2 img {
    pointer-events: none;
    display: inline-block;
}

.btn-download2:hover {
    text-decoration: none;
}

/*======= N1 =========*/
#n1 {   
    background: rgba(217, 217, 217, 1);
    padding: 40px 0 0;
    position: relative;
}



.n1-content {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.n1-content-image {
    flex: 100%;
    max-width: calc(25% - 30px);
    margin: 0 30px 0 0;   
}

.n1-content-text {
    flex: 100%;
    max-width: calc(50% - 30px);
    margin: 0 30px 0 0;   
}

.n1-content-image:nth-child(1) {
    text-align: right;
    margin-top: 22px;
}

.title {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    font-weight: 700;
}

.title span {
    font-size: 40px;
}

.txt-check-wrapper {
    margin-top: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.txt-check {
    background: rgba(255, 255, 255, 1);
    padding: 10px 20px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    display: block;
    text-align: left;
    width: 100%;
    max-width: 500px;
    margin-bottom: 0;
  
}

/*======= N1-1 =========*/
#n1-1 {
    background: url(../images/aihpsp2/bg2.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 0 60px;
}

#n1-1::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    border-top: 60px solid rgba(217, 217, 217, 1);
    content: '';
    z-index: 1;
}

.n1-1-content {
    text-align: center;
    margin-top: 60px;
}

.n1-1-content p {
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.n1-1-content p:last-child {
    text-decoration: underline;
    text-underline-offset: -5px;
    text-decoration-color: #eda171;
    text-decoration-thickness: 15px;
}

/*======= N2 =========*/
#n2 {
    background: url(../images/aihpsp2/bg3.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 40px 0 40px;
    position: relative;
}

.title-jp {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 30px;
    font-weight: 700;
}

.title-en {
    text-align: center;
    color: rgba(3, 51, 114, 1);
    font-size: 80px;
    font-weight: 700;
    font-family: 'DIN-2014', sans-serif;
}

.service-desc {
    text-align: center;
    color: rgba(51, 51, 51, 1);
}

.n2-content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px; 
}

.n2-content2-item {
    width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);    
}

.n2-content2-item-image {
    text-align: center;
    margin-bottom: 20px;
}

.n2-content2-item-text {
    text-align: center;
}

.service-title {
    color: rgba(225, 98, 19, 1);
    font-size: 18px;
    font-weight: 700;
}

.service-desc2 {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 400;
}

/*======= N3 =========*/
#n3 {
    background: url(../images/aihpsp2/bg4.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 80px 0 40px;
    position: relative;
}

.n3-main {
    max-width: 1000px;
    background: rgba(236, 235, 235, 1);
    padding: 20px 20px 0;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.n3-main-title {
    text-align: center;
    color: rgba(3, 51, 114, 1);
    font-size: 32px;
    font-weight: 700;
}

.n3-main-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.n3-main-inner-item-image {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 0 0;  
}

.n3-main-inner-item-image img {
    width: 100%;
}

.n3-main-inner-item-text {
    flex: 100%;
    max-width: calc(60% - 30px);
    margin: 0 30px 0 0;  
}

/* Problem List Styles */
.problem-list {    
    margin-top: 20px;
}

.problem-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 10px;
}

.problem-item:last-child {
    margin-bottom: 0;
}

.problem-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-top: 2px;
}

.problem-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.problem-content {
    flex: 1;
}

.problem-content p {
    margin: 0;
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
}

.problem-content p:first-child {
    margin-bottom: 5px;
}

.highlight-text {
    color: rgba(225, 98, 19, 1);
    font-size: 18px;
    font-weight: 700;    
}

.problem-separator {
    height: 1px;
    background: rgba(51, 51, 51, 1);
    margin: 10px 0;    
}

.problem-separator.dotted {
    background: none;
    border-top: 1.5px dotted rgba(51, 51, 51, 1);
    height: auto;
}

/* Responsive adjustments for problem list */
@media screen and (max-width: 768px) {
    .problem-list {
        padding: 20px;
        margin-top: 15px;
    }
    
    .problem-item {
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .problem-icon {
        width: 20px;
        height: 20px;
    }
    
    .problem-content p {
        font-size: 18px;
    }
    
    .problem-separator {
        margin-left: 32px;
    }
} 

.n3-arrow {
    text-align: center;
    margin: 10px auto 30px;
}

.n3-bottom {
    text-align: center;
    color: #fff;
}

.n3-bottom p {
    font-size: 32px;
    font-weight: 700;
}

.highlight-text2 {
    color: rgba(254, 216, 9, 1);
}

/*======= N4 =========*/
#n4 {
    background: url(../images/aihpsp2/bg2.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 80px 0 80px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/*======= Works Description =========*/
.works-desc {
    text-align: center;
    font-size: 18px;    
    font-weight: 700;
    color: rgba(51, 51, 51, 1);  
    margin-bottom: 10px; 
}

.works-video {
    text-align: center;
}

.works-video video {
    width: 100%;
    margin: 0 auto;
}

.works-title {
    text-align: center;
    font-size: 24px;    
    font-weight: 700;
    color: rgba(225, 98, 19, 1);
    margin-bottom: 10px;
}

.works-desc2 {
    max-width: 600px;
    margin: 0 auto;
}

.btn-play i.fa.fa-play {
    color: #000;
    cursor: pointer; 
}

.works-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;    
    margin: 40px 0;
    padding: 0 15px;
}

.works-item {
    width: calc((100% - 1 * 20px) / 2); /* 4 items per row, 3 gaps */
}

.works-item img {
    width: 100%;
}
/* Lightbox Modal Styles */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(5px);
}

.lightbox-content {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: none;
    height: 90%;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.lightbox-close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: color 0.3s ease;
}

.lightbox-close:hover,
.lightbox-close:focus {
    color: #bbb;
    text-decoration: none;
}

#lightbox-image {
    width: 100vw;
    height: auto;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

/* Works item hover effect */
.works-item a {
    display: block;
    transition: transform 0.3s ease;
    cursor: pointer;
}

.works-item a:hover {
    transform: scale(1.05);
}

.works-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.works-item a:hover img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Animation for modal */
.lightbox-modal.show {
    display: block;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .lightbox-content {
        width: 100%;
        height: 95%;
        padding: 0;
    }
    
    .lightbox-close {
        top: 10px;
        right: 20px;
        font-size: 30px;
        color: #000;
    }
}

/*======= N5 =========*/
#n5 {
    background: url(../images/aihpsp2/bg5.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 80px 0 40px;
    position: relative;
}

.n5-content {
    max-width: 600px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.price-title {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 32px;
    font-weight: 700;
}

.price-title img {
    vertical-align: bottom;
}

.price-title p {
    display: inline-block;
    margin-bottom: 0;
}

.price-tag {
    text-align: center;
    color: rgba(225, 98, 19, 1);
    font-size: 80px;
    font-weight: 700;
    font-family: 'DIN-2014', sans-serif;
}

.price-tag span {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
}

.price-image {
    text-align: center;
    margin-top: 20px;
}

.price-image img {
    /* width: 100%;
    max-width: 300px;
    margin: 0 auto; */
}

.price-text {
    text-align: center;
    color: rgba(3, 51, 114, 1);
    font-size: 32px;
    font-weight: 900;
}

.price-separator {
    height: 1px;
    background: rgba(51, 51, 51, 1);
    margin: 10px 0;   
}

.price-separator.dotted {
    background: none;
    border-top: 1.5px dotted rgba(51, 51, 51, 1);
    height: auto;
}


/* Feature Circles Styles */
.feature-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.feature-circle {
    width: 150px;
    height: 150px;
    background: linear-gradient(to right, rgba(3, 51, 114, 1), rgba(6, 97, 216, 1));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 8px rgba(3, 51, 114, 0.3);    
}

.circle-content {
    color: white;
    font-family: "Noto Sans JP", sans-serif;
}

.circle-text-top {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 4px;
}

.circle-text-bottom span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'DIN-2014', sans-serif;
}

.circle-text-bottom {
    font-size: 28px;
    font-weight: 900;
    line-height: 1.2;
}

/* Responsive adjustments for feature circles */
@media screen and (max-width: 768px) {
    .feature-circles {
        gap: 20px;
        margin-top: 30px;
    }
    
    .feature-circle {
        width: 100px;
        height: 100px;
    }
    
    .circle-text-top {
        font-size: 14px;
    }
    
    .circle-text-bottom {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .feature-circles {
        gap: 15px;
        /* flex-direction: column; */
    }
    
    .feature-circle {
        width: 100px;
        height: 100px;
    }
    
    .circle-text-top {
        font-size: 15px;
    }
    
    .circle-text-bottom {
        font-size: 13px;
    }
}


/*======= N6 =========*/
#n6 {
    background: url(../images/aihpsp2/bg6.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    padding: 80px 0 40px;
    position: relative;
}

.n6-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.n6-content-item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 0 20px;
}

.n6-content-item-image {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.n6-content-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.n6-content-item-text {
    flex: 1;
    padding-top: 5px;
}

.n6-content-item-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);    
    line-height: 1.4;
}

.n6-content-item-text p {
    font-size: 18px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    line-height: 1.6;
    margin: 0;
}

/*======= N7 =========*/
#n7 {
    background: #fff;
    padding: 80px 0 40px;
    position: relative;
}

.n7-content {
    max-width: 1000px;
    margin: 0 auto;    
}

@media screen and (max-width:768px) {
    .txt-line3 {
        font-size: 80px;
        gap: 8px;
    }
    
    .txt-line3 .price-info {
        margin-top: 10px;
    }
    
    .txt-line3 .tax-included {
        font-size: 16px;
        margin-bottom: 3px;
    }
    
    .txt-line3 .currency {
        font-size: 40px;
    }
    
    /* N6 Mobile Styles */
    #n6 {
        padding: 60px 0 30px;
    }
    
    /* #n6 .title-jp {
        font-size: 28px;
    }
    
    #n6 .title-en {
        font-size: 16px;
    } */
    
    .n6-content {
        margin-top: 40px;
        gap: 30px;
    }
    
    .n6-content-item {
        gap: 20px;
        padding: 0 15px;
    }
    
    .n6-content-item-image {
        width: 60px;
        height: 60px;
    }
    
    .n6-content-item-text h4 {
        font-size: 18px;
    }
    
    .n6-content-item-text p {
        font-size: 15px;
    }
}

@media screen and (max-width:376px) {
    .hdr__download img {
        max-width: 200px;
    }
    
    .txt-line3 {
        font-size: 60px;
        gap: 6px;
    }
    
    .txt-line3 .price-info {
        margin-top: 8px;
    }
    
    .txt-line3 .tax-included {
        font-size: 14px;
        margin-bottom: 2px;
    }
    
    .txt-line3 .currency {
        font-size: 32px;
    }
}

@media screen and (max-width:321px) {
    .hdr__download img {
        max-width: 160px;
    }   
}

@media screen and (min-width:768px) {
    .hdr__download {
        position: relative;
        top: 0;
        text-align: left;
        width: 100%;
        margin-left: 40px;
    }

    .hdr__download img {
        max-width: 160px;
    }

    .hdr__navi-menu {
        z-index: 5;
    }
} 

/*======= Contact Section =========*/
#contact {
    background: url(../images/aihpsp2/bg2.png) no-repeat center center;
    background-size: cover;
    padding: 80px 0 40px;
    position: relative;
}

.contact-desc {
    text-align: center;
    font-size: 18px;    
    color: rgba(42, 42, 42, 1);
    line-height: 1.6;
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;    
}

.line-icon img {
    max-width: 100%;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(3, 51, 114, 1);    
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 20px;
    float: right;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: linear-gradient(to right, rgba(225, 33, 19, 1),rgba(225, 98, 19, 1), rgba(229, 204, 66, 1));
    color: #fff;   
    font-weight: 700;
    padding: 20px 30px;    
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

.btn-submit:hover {
    color: #fff!important;
    text-decoration: none;
}


/* Make the form responsive */
@media (max-width: 768px) {
    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-group label {
        margin-bottom: 5px;
    }

    .form-group .form-control {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .contact-form {
        width: 88%;
    }

    .form-group p label {
        min-width: 300px;
    }
}

/* ======= Footer ======= */
footer {
    background: rgba(3, 51, 114, 1);
    padding: 40px 0 0;
    text-align: center;
}

.logo-ft {
    width: 100%;
    max-width: 200px;
}

.copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-top: 40px;
}

.slider__container-aboutus,
.slider-nav__arrows-aboutus {
	width: 100%;
	margin: auto;
	text-align: center;
}

.slider__item-aboutus {
	width: 100%;
	height: auto;
}

.slider__container-aboutus {
    width: 96%;
    height: auto;
    position: relative;
    border-radius: 14%;
    overflow: hidden;
    padding-top: 177.78%; /* Creates 9:16 vertical aspect ratio for phone frame */
}

.slider__layout-aboutus {
    position: relative;
    width: calc(60% - 60px);
    margin: auto;
}

.slider__item-aboutus > video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider__item-aboutus {
    height: auto;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

#main-sub2 .am-col5 .vid-frame {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 2;
}

#main-sub2 {
    padding: 80px 0;
}

.introduction-example {
    margin: 80px auto;
    max-width: 1200px;
	width: calc(100% - 20px);
}

.introduction-example-subtitle {
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin: 0 0 30px;
    color: #033372;
}

.introduction-example-content {
    margin: 30px 0 0;
    display: block;
}

i.fa.fa-pause {
    font-size: 30px;
	color: #033372;
}

i.fa.fa-play {
    font-size: 30px;
    color: #033372;
}

button.slider-navi__pause.dl-pausevid {
    border: none;
	background: none;
	margin: 10px 0 0;
}

#main-sub2 {
    background: url(../images/aihpsp2/bg2.png) no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.aihp-button {
    justify-self: flex-end;
    margin: 70px 0 30px;
}

.introduction-example-item__content {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    font-size: 18px;
    line-height: 32px;
}

.slider__item-aboutus.frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider__item-aboutus > .youtube-shorts-embed {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 14%;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.youtube-shorts-embed {
    width: 100%;
    height: 100%;
    display: block;
    pointer-events: auto;
}

/*======= Responsive =======*/
@media screen and (min-width:1690px) and (max-width:1920px) {
    .main-content-image {
        left: 12%;
    }
}

@media screen and (min-width:1550px) and (max-width:1690px) {
    .main-content-image {
        left: 12%;
    }
}

@media screen and (max-width:1024px) {
    .main-content-image {
        left: 0;
    }
}

@media screen and (max-width:834px) {
    #main {
        margin-top: 60px;
    }

    .main-content-text p {
        font-size: 26px;
    }

    .main-content-text p span {
        font-size: 38px;
    }

    .txt-line3 {
        font-size: 110px;
    }

    .txt-line3 .currency {
        font-size: 50px;
    }

    .title {
        font-size: 24px;
    }

    .title span {
        font-size: 36px;
    }

    .service-title {
        font-size: 17px;
    }

    .service-desc2 {
        font-size: 17px;
    }

    .n3-main-title {
        font-size: 30px;
    }
    
    /* Prevent layout issues at 834px */
    .main-content {
        left: 2%;
    }
    
    .main-content-text {
        left: -15%;
    }
	
	.slider__layout-aboutus {
		width: calc(70% - 44px);
	}
	
	.introduction-example-item__video {
		text-align: left;
		display: block;
	}

	.introduction-example-item__content {
		width: calc(100% / 12 * 6);
	}
	
	.aihp-button .btn-download2 {
		font-size: 22px;
	}

}

@media screen and (max-width:768px) {

    .n1-content-image img {
        width: 100%;
    }

    .main-content-image img {
        width: 60%;
    }

    .main-content-text p {
        font-size: 24px;
    }

    .main-content-text p span {
        font-size: 34px;
    }

    .n1-content-image {
        position: relative;
        bottom: -150px
    }

    .n1-content-image:nth-child(1) {
        position: relative;
        bottom: -100px;
    }

    .n3-main-title {
        font-size: 26px;
    }
}

@media screen and (max-width:767px) {

    .sp-show {
        display: inline-block;
    }

    .sp-none {
        display: none;
    }

    .btn-download-hdr {
        display: inline-block;
        cursor: pointer;
        text-decoration: none;
        position: relative;
        z-index: 10;
        pointer-events: auto;
    }
    
    .price-image img {
        max-width: 100%;
    }

    .txt-line3 {
        font-size: 84px;
    }
    
    .n1-content-image {
        max-width: 50%;
        bottom: 0;
        margin: 0 0 20px 0;
    }

    .n1-content-image:nth-child(1) {
        bottom: 0;
        margin: 0 0 20px 0;
    }

    .img-woman {
        position: relative;
        top: 35px;
        width: 80%!important;
    }

    .img-man {
        position: relative;
        top: 20px;
    }

    .n1-content-text {
        max-width: 100%;
        margin: 0 0 20px 0;
    }

    .txt-check {
        padding: 10px;
    }

    .n1-1-content p {
        font-size: 23px;
    }

    .n2-content2-item {
        width: 100%;
    }
    
    .n3-main-inner-item-image {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .n3-main-inner-item-text {
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    .works-item {
        width: 100%;
    }

    .works-desc2 {
        margin-bottom: 40px;
    }
    
    /* N6 content item responsive layout */
    .n6-content-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }

    .n6-content-item-image {
        width: 100%;
        height: auto;
        max-width: 200px;
        margin-bottom: 15px;
    }

    .n6-content-item-text {
        width: 100%;
        padding-top: 0;
    }

    .main-sub-content-text img {
        max-width: 100%;
    }

    #main {
        margin-top: 0;
    }
  
    .main-content {
        
    }

    .main-content-text {
        left: 60%;
        transform: translateX(-50%);
        top: 15px;
    }
    
    .main-content-text p {
        font-size: 17px;
        text-align: left;
    }

    .main-content-text p span {
        font-size: 30px;
    }

    .main-content-image {
        text-align: center;
        top: 0;
        padding: 0 15px 0 0;
        padding-bottom: 20px;
    }

    .main-content-image img {
        width: 75%;
        padding-top: 20px;
    }

    .txt-line1 {
        font-size: 29px;
    }

    .txt-line2 {
        font-size: 20px;
    }

    .txt-line3 {
        font-size: 50px;
    }

    .txt-line3 .currency {
        font-size: 22px;
    }

    .btn-download2 {
        font-size: 24px;
    }

    .n3-bottom p {
        font-size: 28px;
    }

    .price-title {
        font-size: 24px;
        text-align: left;
    }

    .price-title img {
        max-width: 28px;
    }

    .price-tag {
        font-size: 65px;
    }

    .n6-content-item-text h4 {
        font-size: 19px;
    }
    
    .n6-content-item-text p {
        font-size: 16px;
        text-align: left;
    }    

    .circle-text-bottom span {
        font-size: 20px;
    }

    .n3-main-title img {
        max-width: 45px;
    }

    .problem-list {
        padding: 20px 5px;
        margin-top: 15px;
    }

    #n1-1::before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-top: 30px solid rgba(217, 217, 217, 1);
    }

    .service-desc {
        text-align: left;
    }

    .contact-desc {
        text-align: left;
    }

    .works-video video {
        width: 100%;
    }
	
	.introduction-example.am-flex {
		display: block;
	}

	.am-col5.introduction-example-item__video {
		width: 100%;
		margin: 0 0 20px;
	}

	.am-col7.introduction-example-item__content {
		width: calc(100% - 20px);
		margin: 0 auto;
	}

	.aihp-button {
		justify-self: unset;
		text-align: center;
	}
	
	#main-sub2 {
		padding: unset;
	}

    .n1-1-content {
        text-align: left;
    }

    .my-padding1,
    .my-padding2,
    .my-padding3 {
        display: none;
    }

    .works-title {
        text-align: left;
    }

    .works-desc {
        text-align: left;
    }
}

@media screen and (max-width:376px) {
    .txt-line1 {
        font-size: 22px;
    }

    .txt-line3 {
        font-size: 65px;
    }

    .btn-download2 {
        font-size: 22px;
    }

    .title {
        font-size: 22px;
    }

    .n3-main-title {
        font-size: 23px;
    }

    .n3-bottom p {
        font-size: 26px;
    }

    .price-title {
        font-size: 19px;
    }

    .price-tag {
        font-size: 55px;
    }

    .feature-circle {
        width: 80px;
        height: 80px;
    }

    .n1-1-content p {
        font-size: 20px;
    }

    .works-desc {
        font-size: 20px;
    }
}

@media screen and (max-width:321px) {

    .main-content {
        padding-bottom: 30px;
        left: -16px;
    }

    .main-content-text p span {
        font-size: 16px;
    }

    .txt-line1 {
        font-size: 20px;
    }

    .btn-download2 {
        font-size: 18px;
    }

    .title {
        font-size: 18px;
    }

    .title span {
        font-size: 30px;
    }

    .n1-1-content p {
        font-size: 17px;
    }

    .n3-main-title {
        font-size: 18px;
    }

    .n3-bottom p {
        font-size: 21px;
    }

    .price-title {
        font-size: 17px;
    }

    .price-title img {
        max-width: 16px
    }

    .price-tag {
        font-size: 40px;
    }

    #faq-box .q-txt {
        height: 120px;
    }

    .form-group .required {
        margin-right: 40px;
    }

    .feature-circle {
        width: 70px;
        height: 70px;
    }

    .circle-text-top {
        font-size: 14px;
    }

    .circle-text-bottom span {
        font-size: 20px;
    }

    .works-desc {
        font-size: 18px;
    }

    .works-title {
        font-size: 24px;
    }

    header.hdr__menu--show {
        height: 104vh!important;
    }
	
	#main-sub2 .am-col5 .vid-frame {
		max-height: unset;
	}
}

