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

@font-face {
    font-family: 'Impact';
    src: 
         url('../fonts/impact.woff') format('woff'),
         url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

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

.title-jp {
    font-size: 30px;
    font-weight: 700;
    color: rgba(24, 38, 113, 1);
    text-align: center;
    margin-bottom: 0;
}

.title-en {
    font-size: 20px;
    font-weight: 700;
    color: rgba(244, 104, 13, 1);  
    text-align: center;  
}

.title-wrap {
    position: relative;
}

.title-wrap .title-bg {
    text-align: center;
}

.title-bg img {
    position: relative;
    top: -10px;
    transform: rotate(353deg);
}

.title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*=======  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;
}

.txt-bold {
    font-weight: 700;
}

/*======= Header =========*/
.btn-contact {
    background: linear-gradient(to right, rgba(255, 194, 8, 1), rgba(242, 91, 13, 1), rgba(230, 0, 18, 1));
    color: #fff;   
    font-weight: 700;
    padding: 15px 25px!important;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

.btn-contact:hover {
    color: #fff!important;
}

/*======= 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%;
    text-align: center;
    transform: translateY(-50%);    
}

.main-content-text p {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/*======= News Section =========*/
#news {
    padding: 80px 0 60px;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 400px;
    height: 100%;
    width: 100%; 
    margin-top: -10px;
}

.news-wrapper {
    margin-top: 60px;
}

.news-item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;    
}

.news-item .news-date {    
    color: rgba(24, 38, 113, 1);
    flex: 100%;
    max-width: 20%;
    text-align: right;    
}

.news-item .news-title {    
    color: rgba(24, 38, 113, 1);
    text-decoration: none;
    flex: 100%;
    max-width: 80%;
    padding-left: 40px;
}

.news-item .news-title:hover {
    color: rgba(24, 38, 113, 1);
    text-decoration: none;
}

/*======= About us Section =========*/
#aboutus {
    padding: 80px 0 60px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider__item-aboutus.frame.aboutus-video {
    text-align: center;
}

.slider-nav__arrows-aboutus.slider-navi.video-controls {
    text-align: center;
}

.slider-navi button {
    background-color: unset;
    color: rgba(255, 222, 21, 1);
    border: unset;
    font-size: 35px;
    cursor: pointer;
    display: inline-block;
    width: fit-content;
    max-width: 15%;
    padding: 0 10px;
    margin: 0;
}

.aboutus-text {
    color: #fff;
}

.aboutus-text h4 {
    font-size: 28px;
    font-weight: 700;
    color: rgba(255, 222, 21, 1);
    margin-bottom: 40px;
}

.aboutus-text h4 span {
    font-size: 34px;
}

.btn-wrap {
    margin-top: 80px;
    text-align: center;
}

.btn-more {
    background: linear-gradient(to right, rgba(255, 194, 8, 1), rgba(242, 91, 13, 1), rgba(230, 0, 18, 1));
    color: #fff;   
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

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

/*======= Features Section =========*/
#features {
    padding: 80px 0 60px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-desc {
    margin-top: 40px;
    text-align: center;
}

.feature-item {
    margin-bottom: 30px;
}

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

.feature-item-text {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px 30px;
}

.feature-text-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px; 
}

.feature-num {
    flex-shrink: 0; /* Prevents number from shrinking */
    color: rgba(244, 104, 13, 1);
    font-size: 42px;
    font-family: 'Impact', sans-serif
}

.features-title {
    flex: 1; /* Takes up remaining space */
    color: rgba(24, 38, 113, 1);
    font-size: 18px;
    font-weight: 700;
    align-self: center;
}

/*======= Profile Section =========*/
#profile {
    padding: 80px 0 60px;
    background: rgba(182, 230, 255, 1);
}

.profile-text {
    color: rgba(24, 38, 113, 1);
    padding: 0 40px 0 0;
}

.profile-text h4 {
    font-size: 24px;
    font-weight: 700;    
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(24, 38, 113, 1);
    padding-bottom: 10px;
}

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

/*======= Class Section =========*/
#class {
    padding: 80px 0 80px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.class-desc {
    color: #fff;
    text-align: center;
}

.class-item {
    margin-bottom: 30px;
}

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

.class-text h4 {
   color: #fff;
   font-size: 16px;
   text-align: center;
   margin-top: 20px;    
}

/*======= Recommendation Section =========*/
#recommendation {
    padding: 80px 0 80px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.recommendation-item {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
    margin-bottom: 20px;
    color: rgba(51, 51, 51, 1);
}

.img-recommendation {
    width: 300px;
    height: auto;
    margin: 0 30px 10px 0;
}

.floated {
    float: left;    
}

.recommendation-item h3 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(24, 38, 113, 1); 
    margin-bottom: 20px;
    border: 2px solid rgba(24, 38, 113, 1);
    padding: 20px;
    display: flex;
}

.recommendation-item .txt-bold {
    margin-top: 20px;
    display: block;
}


/*======= Review Section =========*/
#review {
    padding: 80px 0 80px;
    background: rgba(24, 38, 113, 1);
}

.img-review img {
    width: 100%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.text-review {
    background: #fff;
    padding: 20px;
    border-radius: 10px;    
    position: relative;
    margin-left: 40px;   
}

.text-review::before {
    content: '';
    position: absolute;
    left: -24px;  /* Adjusted to accommodate longer triangle */
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;    /* for sharper angle */
    border-bottom: 15px solid transparent; /* for sharper angle */
    border-right: 25px solid #fff;    /* Increased for longer triangle */
}


.text-review p {
    margin-bottom: 0;
}

/*======= FAQ Section =========*/
#faq {
    padding: 80px 0 80px;
    background-image: url('../images/bg-faq.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*======= Instagram Section =========*/
#instagram {
    padding: 80px 0 40px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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


/*======= Blog Section =========*/
#blog {
    padding: 80px 0 80px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-wrapper {
    margin-top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

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

.blog-item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.blog-wrapper2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px; 
    padding: 20px 0;
    box-sizing: border-box;
}

.blog-item2 {
    width: calc((100% - 1 * 40px) / 2); /* 2 items per row, 1 gaps */   
    box-sizing: border-box;
}

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

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


.blog-content {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 10px;
    background: rgba(255, 222, 21, 1);  
    color: rgba(24, 38, 113, 1);
    position: relative;
    display: block;
}

.blog-content:hover {
    text-decoration: none;
    color: rgba(24, 38, 113, 1);
}

.blog-date {
    display: inline-block;
    margin-right: 30px;
}

.blog-title {
    display: inline-block;    
}

.blog-title::after {
    content: '';
    background-image: url('../images/arrow_circle_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;  /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.blog-name {
    margin-top: 10px;
    display: block;
    color: #000;
}

.blog-name:hover {
    color: #000;
    text-decoration: none;
}

.btn-wrap2 {
    margin-top: 40px;
    text-align: center;
}

/*======= Footer Section =========*/
.footer1 {
    background: rgba(182, 230, 255, 1);
}

.footer-wrap {    
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}

.footer-left {
    flex: 100%;
    max-width: calc(40% - 30px);
    margin: 0 30px 30px 0;
}

.footer-right {
    flex: 100%;
    max-width: 60%;
    margin: 0 0 30px 0;
    padding-right: 10px;
}

.ft-name {
    font-size: 24px;
    color: rgba(24, 38, 113, 1);
    font-weight: 700;
}

.ft-info {
    color: rgba(24, 38, 113, 1);
    margin-bottom: 0;
}

.ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px; /* Adjusts spacing between items */
    justify-content: flex-end;
}

.ft-nav ul li {
    margin: 0;
}

 .ft-nav ul li a {
    text-decoration: none;
    color: rgba(24, 38, 113, 1);
    font-weight: 700;   
}

.ft-nav ul li a.active {
    color: rgba(230, 0, 18, 1);
}

.ft-nav ul li a:hover {
    color: rgba(230, 0, 18, 1);
    text-decoration: none;
}

.copyright {
    background: rgba(24, 38, 113, 1);
    color: #fff;
    padding: 20px 0;
}

.ft-sns-list {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}

/* ======= TOP Video ======= */
.dl-pausevid__vid {
	width: 58%;
	height: 490px;
	object-fit: cover;
	border-radius: 40px;
	margin-right: 35px;
    position: relative;
    left: 50%;
    top: 4px;
    transform: translateX(-50%);
}

.vid-frame {
	position: absolute;
	width: auto;
	height: 90%;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 10;
}

.video__controls {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.video__play-pause {
	background: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 222, 21, 1);
	transition: background-color 0.3s;
}

.video__play-pause:hover {
	/* background: rgba(0, 0, 0, 0.7); */
}

.play-icon,
.pause-icon {
	font-size: 36px;
}

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

.banner-img img {
    width: 100%;
    height: 600px;
    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);
}

/* ========== Page About ==========*/
#about {
    padding: 80px 0 80px;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.about-text {
    margin-top: 60px;
    color: rgba(24, 38, 113, 1);
    text-align: center;
}

/* ========== Policy Section   ==========*/
#policy {
    padding: 80px 0 20px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.policy-item {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    align-items: center;    
    margin: 0 auto 20px;
}

.policy-text {
    flex: 100%;
    max-width: 45%;
    margin: 0 0 30px 0;
    background: #fff;
    padding: 20px;    
    z-index: 3;
}

.policy-img {
    flex: 100%;
    max-width: 55%;
    margin: 0 0 30px 0;
    z-index: 1;
    position: relative;
    left: -60px;
    z-index: 1;
}

.policy-img img {
    width: calc(100% + 60px);
    height: 300px;
    object-fit: cover;   
    /* max-width: 570px;    */
}

.policy-title {
    font-size: 20px;
    font-weight: 700;
    color: rgba(24, 38, 113, 1);
    border-bottom: 1px solid rgba(24, 38, 113, 1);
    padding: 10px 0;
}

.policy-img2 {
    flex: 100%;
    max-width: 55%;
    margin: 0 0 30px 0;
    z-index: 1;    
}

.policy-img2 img {
    width: calc(100% + 60px);
    height: 300px;
    object-fit: cover;  
    /* max-width: 570px;    */
}

/* .policy-text.order1-sp {
    position: relative;
    left: -30px;
} */

 

/* ========== JAC Features Section   ==========*/
#jac-features {
    padding: 80px 0 80px;
    background: rgba(182, 230, 255, 1);
}

.jac-feature-desc {
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin: 60px auto 40px;
}

.feature-menu {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    justify-content: center;
    margin: 0 auto;
}

.feature-menu-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 20px;
}

.feature-menu-item:last-child {
    margin-right: 0;
}

.feature-menu-item:hover {
    text-decoration: none;
}

.feature-menu-item .features-title {
    font-size: 20px;
}

#jac-feature1,#jac-feature2, #jac-feature3 {
    background: #fff;
    padding: 20px 40px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.jac-feature-title {
    display: flex;
    align-items: center;
}

.feature-title2 {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #182671;
}

.jac-feature-desc2 {    
    color: rgba(51, 51, 51, 1);
    margin: 20px 0 30px;
}

.my-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
}

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

.my-flex-item:last-child {
    margin-right: 0;
}

.my-flex-item img {
    width: 100%;
}

/* ========== Achivements Section   ==========*/
#achivements {
    padding: 80px 0 20px;
    background: rgba(246, 249, 255, 1);
}

.achivements-title {
    font-size: 20px;
    font-weight: 700;
    background: rgba(24, 38, 113, 1);
    color: #fff;
    padding: 10px 20px;    
    margin: 40px 0;
}

.achivements-desc {
    display: flex;
    align-items: center;  
    margin-bottom: 30px; 
    font-size: 20px;
    font-weight: 700; 
    color: rgba(24, 38, 113, 1);
}

.icon-medal {
    margin-right: 10px;
}

.achivements-img {
    text-align: center;
    margin-bottom: 40px;
}

.achivements-img img {
    max-width: 100%;
    margin-bottom: 20px;
}

.alumnni-desc {
    font-size: 20px;
    font-weight: 700;
    color: rgba(24, 38, 113, 1);
    margin-bottom: 40px;
}

#achivements2 {
    padding: 0 0 80px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#achivements2 .achivements-title {
    margin-top: 0;
}

/* ========== Page Class & Price ==========*/
#class2 {
    padding: 80px 0 80px;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.class-title {
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    color: rgba(24, 38, 113, 1);
    text-align: center;
}

.class-desc2 {
    margin: 40px 0;
    color: rgba(24, 38, 113, 1);
}

#fee {
    padding: 80px 0 80px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

table.table-fee1 {
    width: 100%;
    border: 1px solid rgba(24, 38, 113, 1);
    border-collapse: collapse;
    color: rgba(24, 38, 113, 1);
    margin-top: 60px;
}

table.table-fee1 tr th {
    background: rgba(182, 230, 255, 1);
    padding: 20px 20px;
    border: 1px solid rgba(24, 38, 113, 1);
    text-align: center;
}

table.table-fee1 tr td {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid rgba(24, 38, 113, 1);
    text-align: center;
}

table.table-fee1 tr td.left {
    text-align: left;
}

#annual-fee {
    padding: 80px 0 80px;
    background: rgba(246, 249, 255, 1);
}

table.tbl-annual-fee {
    width: 100%;
    border: 1px solid rgba(24, 38, 113, 1);
    border-collapse: collapse;
    color: rgba(24, 38, 113, 1);
    margin-top: 60px;
}

table.tbl-annual-fee tr th {
    background: rgba(182, 230, 255, 1);
    padding: 20px 20px;
    border: 1px solid rgba(24, 38, 113, 1);
    text-align: center;
}

table.tbl-annual-fee tr td {
    padding: 20px 20px;
    background: #fff;
    border: 1px solid rgba(24, 38, 113, 1);
    text-align: center;
}

table.tbl-annual-fee tr td:first-child {
    text-align: left;
    width: 50%;
}

table.tbl-annual-fee tr td:last-child {
    width: 50%;
}

.tbl-note {    
    color: rgba(24, 38, 113, 1);
    padding: 20px 0 0 20px;
}

#weekly-schedule {
    padding: 80px 0 80px;
    background: rgba(246, 249, 255, 1);
}

.weekly-schedule_table table tr td {
    border: 1px solid #182671;
    padding: 15px;
}

.weekly-schedule_table tr th {
    border: 1px solid #182671;
	padding: 15px;
}

.weekly-schedule_table table {
    width: 100%;
    text-align: left;
    margin: 50px auto;
}

.jac-td1 {
    background-color: #182671;
    color: #fff;
    border: 1px solid #B6E6FF !important;
	width: 15%;
}

td.jac-td2 {
    background-color: #B6E6FF;
	text-align: center;
}

.weekly-schedule_table table tr td {
    width: 90px;
}

.weekly-schedule_table table tr td:nth-child(3) {
    width: 150px;
}

.weekly-schedule_table table tr td:nth-child(1) {
    width: 310px;
}

.weekly-schedule_table table tr td.jac-center {
    text-align: center;
}

span.fc-red {
	color: #E60012;
}

span.fc-blue {
	color: #0889CC;
}

.jac-center {
	text-align: center;
}

.weekly-schedule_table table tr td:nth-child(2) {
    width: 120px;
}

/* ========== Page Voice ==========*/
#recommendation2 {
    padding: 80px 0 80px;
    background-image: url('../images/bg-news.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#review2 {
    padding: 80px 0 80px;
    background-image: url('../images/bg-aboutus.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#faq2 {
    padding: 80px 0 80px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== Page Contact =========== */
#contact {
    padding: 80px 0; 
    background: rgba(246, 249, 255, 1);  
}

.w80 {
    width: 80%;
    margin: 0 auto;
}

.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: rgba(230, 0, 18, 1);
    background: rgba(255, 222, 21, 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: 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: 100%;
}


.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(255, 194, 8, 1), rgba(242, 91, 13, 1), rgba(230, 0, 18, 1));
    color: #fff;   
    font-weight: 700;
    padding: 20px 60px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

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

input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    border: 2px solid rgba(217, 217, 217, 1);
    background-color: rgba(217, 217, 217, 1);
}

input[type="radio"]:checked {
    background-color: #000;
    padding: 4px;
    border: 2px solid #000;
  }

  #sb_instagram .sb_instagram_header a, .sb_instagram_header a {
    color: #fff!important;
  }

  #sb_instagram .sb_instagram_header a:hover, .sb_instagram_header a:hover {
    color: #fff!important;
  }

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