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

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

body {
    font-family: "BIZ UDPGothic", serif;   
}

p {
    /* line-height: 1.8em; */
}

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

.sp-show {
    display: none!important;
}

.pc-none {
    display: none !important;
}

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

.sp-show767 {
    display: none;
}

.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;
}

.txt-right {
    text-align: right;
}

/*=======  Nav bar & menu =========*/
.menu-pc h1 {
    text-align: left;
    margin-bottom: 0;
}

.logo-header {
    /* padding-top: 10px; */
    max-height: 90px;
}

.nav-flex {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 20px 00 20px;
    margin-bottom: 0;
}

.nav-item {
    list-style: none;
    padding: 0 15px 20px 15px;
    position: relative;
    display: inline-block;
    text-align: center;
}

.nav-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.nav-item:hover::before,
.nav-item.active::before {
    width: 100%;
    left: 0;
}

.nav-item:hover {
    color: rgba(239, 136, 22, 1);
}

.nav-item.active a {
    color: rgba(239, 136, 22, 1);
}

.active a {
    color: #007bff;
}

.nav-item:last-child {
    border-right: none;
}

.nav-item a {
    color: #fff;
    font-weight: 700;
}

.nav-item a:hover {
    text-decoration: none;
    color: rgba(239, 136, 22, 1);
}

li.nav-item a img {
    /* height: 50%; */
}

.menu-sp {
    display: none;
}

.menu-pc {
    padding-left: 10px;
}

.icon-menu {
    width: auto;
    height: 20px;
    display: block;
    margin-bottom: 22px;
}

/* .icon-menu img {
    display: block;
    margin: 0 auto;
    filter: brightness(1) invert(0);
    transition: filter 0.3s ease;
}

.icon-menu:hover img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(87%) saturate(638%) hue-rotate(346deg) brightness(93%) contrast(93%);
} */


.icon-menu img {
    display: block;
    margin: 0 auto;
}

.btn-contact-hd {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(239, 136, 22, 1);
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 700;
    transition: background 0.3s ease;
}

.btn-contact-hd:hover {}



/*======= Main FV =========*/
#top-bar {
    background: rgba(136, 191, 109, 1);
    z-index: 20;
    height: 100px;
}

#main {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

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

#main h2 img {
    width: 100%;
}

#main h2 video {
    width: 100%;
}

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

.main-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7); 
}

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

.main-content-btn a img {
    margin-top: 40px;
    transition: filter 0.3s ease;
}

.main-content-btn a img:hover {}

#about {
    position: relative;
    padding: 80px 0 40px;
    color: #fff;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 200px;
    height: 100%;
    width: 100%;
    margin-top: -10px;
}

.title-jp {
    color: rgba(53, 122, 81, 1);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.title-jp::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: url('../images/line-title.png') no-repeat center center;
    height: 100%;
}

.title-en {
    color: rgba(239, 136, 22, 1);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.about-img {
    text-align: right;
}

.about-img img {
    width: 50%;
    margin-top: -40px;
}

.about-desc {
    color: #000;
    line-height: 1.8em;
}

.green-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background: rgba(53, 122, 81, 1);
    padding: 10px 30px;
    border-radius: 25px;
    width: fit-content;
    transition: background 0.3s ease;
    border: 1px solid rgba(53, 122, 81, 1);
}

.green-btn img {
    margin-left: 10px;
}

.green-btn:hover {
    color: #fff;
    text-decoration: none;
}

#greeting {
    position: relative;
    padding: 80px 0 0;
    color: #000;
    background-color: rgba(255, 251, 242, 1);
}

.greeting-content-wrapper {
    margin-top: 40px;
}

.greeting-img img {
    width: 100%;
}

.greeting-text p {
    color: #000;
    line-height: 1.8em;
}

.greeting-signature {
    margin-top: 40px;
    text-align: right;
}

.greeting-signature p {
    display: inline-block;
}

.greeting-signature img {}

.txt-representative {
    font-size: 20px;
    font-weight: 700;
}

#philosophy {
    position: relative;
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;
}

.img-philosophy{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


#childcare-policy {
    padding: 80px 0;
    color: #000;
    background-color: rgba(241, 255, 235, 0.5);
}

.childcare-policy-img img {
    width: 100%;
}

.childcare-policy-text {
    line-height: 1.8em;
}

img.flower-img {
    margin-top: -60px;
}

.childcare-policy-wrapper {
    border: 2px solid rgba(136, 191, 109, 1);
    border-radius: 10px;
    background: #fff;
    color: #000;
    padding: 80px 0 0;
}

.title-jp2 {
    color: #357A51;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.title-jp2::after {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    background: url('../images/line-title2.png') no-repeat center center;
    height: 100%;
}

.headline-rounded {
    border: 1px solid rgba(78, 155, 96, 1);
    border-radius: 30px;
    padding: 15px 20px;
    margin-top: 40px;
    color: rgba(53, 122, 81, 1);
    width: 80%;
    margin: 40px auto 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.headline-rounded p {
    margin-bottom: 0;
}

.childcare-policy-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 60px;
}

.childcare-policy-item {
    flex: 100%;
    max-width: calc(100% / 2 - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item1a {
    flex: 100%;
    max-width: calc(30% - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item1b {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item1 {
    flex: 100%;
    max-width: calc(15% - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item2 {
    flex: 100%;
    max-width: calc(70% - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item3 {
    flex: 100%;
    max-width: calc(15% - 30px);
    margin: 0 30px 0 0;
}

.childcare-policy-item-img img {
    width: 85%;
}

.childcare-policy-item-text {
    display: flex;
    flex-wrap: wrap;
}

.my-list1 {
    flex: 100%;
    max-width: 50%;
    padding-left: 10px;
}

.my-list1 li {
    list-style: none;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}

.my-list1 li span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: rgba(53, 122, 81, 1);
    padding: 10px 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.my-list1a {
    flex: 100%;
    max-width: 100%;
    padding-left: 10px;
}

.my-list1a li {
    list-style: none;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}

.my-list1a li span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: rgba(53, 122, 81, 1);
    padding: 10px 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.my-list2 {
    flex: 100%;
    max-width: 50%;
    padding-left: 10px;
}

.my-list2 li {
    list-style: none;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}

.my-list2 li span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: rgba(53, 122, 81, 1);
    padding: 10px 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.deco-person {
    max-width: 60%;
    margin: 0 20px 20px 0;
}

.my-list3 {
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
}

.my-list3 li {
    list-style: none;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
}

.my-list3 li span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    background: rgba(53, 122, 81, 1);
    padding: 10px 8px;
    border-radius: 50%;
    margin-right: 10px;
}

.deco-flower1 {
    margin-top: 36px;
}

.deco-flower2 {
    margin-top: 60px;
    position: relative;
    left: -100px;
}

.img-tree01 {
    width: 50%!important;
    margin: 0 auto;
}

.img-tree02 {
    width: 50%!important;
    margin: 0 auto;
}

.rounded-text-sm {   
    border: 1px solid rgba(78, 155, 96, 1);
    padding: 10px 20px;
    border-radius: 35px;
    text-align: center;
    margin: 20px auto 40px;
    width: 50%;
}


.my-hr {
    width: 90%;
    height: 1px;
    background: rgba(78, 155, 96, 1);
    margin: 0 auto 40px;
}

#sect-slider-sm {
    padding: 80px 0;
    color: #000;
    background: rgba(255, 251, 242, 1);
}

#sect-slider-sm .slider-navi {
    margin: 20px auto 0;
    text-align: center;
}

button.slider-navi__prev {
    cursor: pointer;
    border: none;
}

button.slider-navi__pause {
    cursor: pointer;
    border: none;
}

button.slider-navi__next {
    cursor: pointer;
    border: none;
}

.slider-navi__prev,
.slider-navi__pause,
.slider-navi__next {
    border: none;
    outline: none;
    background: none;
}

.slider-navi__prev:focus,
.slider-navi__pause:focus,
.slider-navi__next:focus {
    outline: none;
    border: none;
}

.slider-navi__prev:active,
.slider-navi__pause:active,
.slider-navi__next:active {
    outline: none;
    border: none;
}

.green-btn-center {
    margin: 20px auto 40px;
}

#environment {
    padding: 80px 0;
    background: #fff;
}

.img-environment {
    max-width: 100%;   
    display: block;
    margin: 40px auto 0;
}

.environment-wrapper p {
    line-height: 1.8em;
}

#voices {
    position: relative;
    padding: 80px 0;
    color: #000;
    background-color:  #F1FFEB80;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 80%;
    width: 100%;
}

.voice-item-img img {
    width: 100%;
}

.deco-border01 {
    position: relative;    
    width: 100%;   
}

.voice-item-text p {
    padding: 20px 100px; 
    position: absolute;
    z-index: 1;   
    top: 43%;
    left: 0;
    transform: translateY(-50%);
    word-break: break-all;
}

.voice-item-text2 p {
    top: 50%;
    padding: 20px 100px;
}

.txt-red {
    color: red;
}

img.deco-border01.deco-border03 {
    height: 480px;
}

#faq {
    position: relative;
    padding: 80px 0 0;   
}

.faq-content {
    margin-top: 40px;
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h4 {
    font-weight: 700;
    border: 1px solid rgba(153, 153, 153, 1);
    padding: 10px 10px 10px 60px;
    position: relative;
    font-size: 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.faq-item h4::before {
    content: 'Q';
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    color: #fff
}

.faq-item p {
    font-weight: 700;
    padding: 10px 10px 10px 60px;
    position: relative;
}

.faq-item p::before {
    content: 'A';
    position: absolute;
    top: 5px;
    left: 20px;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Anton', sans-serif;
    color: rgba(195, 34, 39, 1);
}

.deco-flower03 {
    max-width: 100%;
    display: inline-block;
    margin-right: 20px;
}

.deco-flower04 {
    max-width: 100%;
    display: inline-block;
    margin-left: 20px;
}

img.deco-trees{
    width: 100%;
}

#instagram {
    padding: 80px 0;
    background: rgba(255, 251, 242, 1);    
}

.ig-wrap {
    margin: 40px auto 0;
}

.ig-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-evenly;
}

.ig-item {
    flex: 100%;
    max-width: calc(100% / 6 - 30px);
    margin: 0 30px 30px 0;
}

.ig-item:nth-child(6) {
    margin: 0 0 30px 0;
}

.ig-item:nth-child(12) {
    margin: 0 0 30px 0;
}

.ig-item img {
    width: 100%;   
}

/*=======  Section Blog =========*/
#blog {
    padding: 80px 0;
    color: #000;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%;    
}

#blog.blog2 {
    background: #fff;
}

.blog-wrap {
    padding: 10px;
}

.img-blog {
    margin-bottom: 10px;
}

.img-blog img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.blog-excerpt {
    background: #fff;;
}

table.blog-date-title {
    width: 100%;
    border-collapse: collapse;
    background: #f2f2f3;
    margin-bottom: 20px;    
}

table.blog-date-title tr td {
    padding: 10px;
}

table.blog-date-title tr td:first-child {
    width: 10%;
}

table.blog-date-title tr td:last-child {
    text-align: right;
}

.blog-date-title a {
    color: #000;
    font-weight: 700;
}

.blog-date-title a:hover {
    text-decoration: none;
}

.blog-excerpt a {
    color: #000;   
}

.blog-excerpt a:hover {
    text-decoration: none;
}

.news-wrap {
    margin: 40px auto 0;
    display: flex;  
    flex-wrap: wrap;
}

.news-date {
    flex: 100%;
    max-width: 15%;
    color: rgba(195, 34, 39, 1);
    font-weight: 700;
    padding-bottom: 20px;
}

.news-date a {
    color: #fff;
}


.news-date a:hover {
    text-decoration: none;
    color: #fff;
}

.news-title {
    flex: 100%;
    max-width: 85%;
    color: #fff;
    padding-bottom: 20px;
}

.news-title a {
    color: #fff;
}

.news-title a:hover {
    text-decoration: none;
    color: #fff;
}


footer {
    padding: 80px 0;
    background: rgba(78, 155, 96, 1);    
}

.footer-tel {
    font-size: 24px;
    font-weight: 700;
}

.footer-right {
    color: #fff;
}

.footer-info {
    margin-top: 20px;
}

.footer-tel {
    color: #fff;
}

.footer-tel:hover {
    text-decoration: none;
    color: #fff;
}

.footer-time {
    margin-top: 30px;
}

.footer-time-title {
    margin-right: 10px;

}

.footer-time-text1 {
    margin-right: 20px;
}

.footer-time-title {
    border: 1px solid #fff;
    padding: 2px 5px;
    width: 110px;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
}

.footer-sns {
    margin-top: 30px;
}

.footer-sns a:first-child {
    margin-right: 10px;
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 400px;
}

.banner-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

.banner-btn {
    position: absolute;
    bottom: 40px;
    right: 60px;
}

.banner-btn-lp {
    position: absolute;
    bottom: 40px;
    left: 37%;
    transform: translateX(-50%);
}


/* ========== Page 2 School Features ==========*/
#school-features {
    padding: 80px 0 0;    
}

.school-features-img img {
    width: 90%;
}

.green-heading {
    background: rgba(136, 191, 109, 1);
    color: #fff;
    padding: 25px 15px;   
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 24px;
    font-weight: 700;   
    margin-bottom: 20px;
}

.school-features-menu {
    width: 90%;
    margin: 0 0 0 auto;
}

.features-menu-item {
    display: block;
    background: rgba(136, 191, 109, 1);
    color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 0 15px;
}

.features-menu-item:hover {
    text-decoration: none;
    color: #fff;
}

.features-menu-item img {
    margin-right: 10px;
}

.green-heading2 {
    background: rgba(136, 191, 109, 1);
    color: #fff;
    padding: 5px 15px;   
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 24px;
    font-weight: 700;   
    margin-bottom: 20px;
}

.green-heading2 img {
    margin-right: 10px;
}

#feature01, #feature02, #feature03 {
    background: rgba(255, 251, 242, 1);  
    padding: 40px 0 40px;  
}

#feature04 {
    background: rgba(255, 251, 242, 1);  
    padding: 40px 0 0;
}

.feature-img img {
    width: 100%;
}

#qualification {    
    padding: 80px 0 40px;
    color: #000;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 00px;
    height: 100%;
    width: 100%;
    margin-top: -10px;

}


/* ========== Page 3 Flow of the day =========== */
#flow {
    padding: 80px 0;    
}

.flow-wrapper img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#events {
    padding: 80px 0 0;
    background: rgba(255, 251, 242, 1);    
}

.event-item-img img {
    width: 100%;
}

.event-content {
    font-size: 1rem
}

#lunch {
    padding: 80px 0 20px;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 00px;
    height: 100%;
    width: 100%;
    margin-top: -10px;  
}

.lunch-img {
    text-align: center;
}

.lunch-img img {
    width: 100%;
    margin-top: -40px;   
}

.lunch-img2 img {
    width: 100%;
}

.lunch-content p {
    line-height: 1.4em;
}

.lunch-content ul {
    padding-left: 15px;
}



/* ========== Page 4 Comments/Voices =========== */
#parent-voices {
    padding: 80px 0;
    background: rgba(241, 255, 235, 0.5)
}

#parent-message {
    padding: 80px 0;
    background-image: url('../images/bg-deco.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 00px;
    height: 100%;
    width: 100%;
    margin-top: -10px; 
}

.message-item-img img {
    width: 100%;
}

.img-msg30 {
    margin-top: 30px;
}

#teacher-voices {
    position: relative;
    padding: 80px 0;
    background: rgba(255, 251, 242, 1);
}


/* ========== Page 5 FAQ =========== */
.faq-img {
    text-align: center;
}

.faq-img img {
    width: 50%;
}

/* ========== Page 5 Contact =========== */
#contact {
    padding: 80px 0;
    background: #f1ffeb;
}

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

.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-group .required {
    color: #fff;
    background: rgba(53, 122, 81, 1);
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 40px;
    float: right;
}

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

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
}

.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;
}

.blog_wrap {
    padding: 80px 0;    
}

.blog-wrapper {
    margin-top: 40px;
}

/* ========== Page 3 Conditions: Tabs =========== */
.tabs-wrap {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 60px;
}

.tab-item {
    flex: 100%;
    max-width: calc(100% / 3 - 8px);
    margin: 0 8px 0 0;
    color: #fff;
    border: 1px solid rgba(195, 34, 39, 1);
    border-bottom: none;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: transparent;
    align-content: center;
}

.tab-item:last-child {
    margin: 0;
    max-width: calc(100% / 3);
}

.tab-item.active {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tab-item:hover {
    background: rgba(195, 34, 39, 1);
    color: #fff;
}

.tabs-content {
    border: 1px solid rgba(195, 34, 39, 1);
    padding: 0 0 70px;
    display: none;
    background: transparent;
}

.tabs-content.active {
    display: block;
}

span.feature-text {
    vertical-align: middle;
}

.feature-num {
    vertical-align: middle;
}

span.txt-month {
    vertical-align: middle;
}

img.icon-month {
    vertical-align: middle;
}

.cf7-cf-turnstile {
    text-align: center;
}

.form-group.cloudflare-turnstile {
    margin: 0;
}

.form-group.cloudflare-turnstile p {
    display: none;
}