@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Tamil:ital,wght@0,100..900;1,100..900&display=swap')
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');;

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centurygothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/centurygothic_bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Serif Tamil Slanted';
    src: url('../fonts/notoseriftamilslanted.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html {
    scroll-behavior: smooth;
}

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

.title-en {
    font-size: 40px;
    font-weight: 400;
    font-family: 'Century Gothic', sans-serif;
    color: rgba(0, 193, 213, 1);
    text-align: center;
}

.title-jp {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}


/*=======  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-line {
    position: fixed;   
    right: 0;
    bottom: 10px;
    z-index: 4;
}

.float-cta {
    display: none;
}

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

#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: 28px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin-bottom: 40px;
}

.btn-quote {
    background: #fff;
    border: 1px solid rgba(5, 156, 190, 1);
    color: rgba(5, 156, 190, 1);
    font-weight: 500;
    padding: 15px 40px;
    transition: 0.3s;    
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-quote img {
    margin-left: 10px;
    margin-bottom: 5px;
}

.btn-quote:hover {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(5, 156, 190, 1);
    text-decoration: none;
}

.btn-quote:hover img {
    filter: brightness(0) invert(1);
}

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

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

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

.trouble-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.trouble-text p {
    margin-bottom: 40px;
    font-weight: 700;
}

.txt-red {
    color: rgba(205, 53, 53, 1);
}

.btn-contact {
    background: #fff;
    border: 1px solid rgba(5, 156, 190, 1);
    color: rgba(5, 156, 190, 1);
    font-weight: 700;
    padding: 15px 25px !important;
    width: fit-content !important;
    transition: 0.3s;
}

.btn-contact:hover {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(5, 156, 190, 1);
    text-decoration: none;    
}

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

.btn-contact:hover img {
    filter: brightness(0) invert(1);
}

/*======= About Section =========*/
#about {
    padding: 80px 0 60px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

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

/*======= Point Section =========*/
#point {
    padding: 80px 0 60px;
    background: rgba(216, 248, 255, 0.3);
}

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

.point-title {
    border: 1px solid rgba(111, 214, 237, 1);
    padding: 20px 20px 20px 0;
    color: rgba(5, 156, 190, 1);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 2.0em;
}

.point-span-wrap {
    background: rgba(5, 156, 190, 1);
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    font-family: 'Noto Serif Tamil Slanted', serif;
    font-style: italic;
    font-weight: 400;
}

.point-title-en {
    font-size: 16px;
}

.point-title-num {
    font-size: 30px;
    margin-left: 10px;
    font-weight: 400 !important;
}

.point-subtitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

/*======= Compatible Area Section =========*/
#compatible-area {
    padding: 80px 0 60px;
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

.compatible-area-text {
    text-align: center;
    font-weight: 500;
}

table.tbl-compatible-area {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 30px;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

table.tbl-compatible-area tr td {
    padding: 7px 10px;
}

table.tbl-compatible-area tr td:first-child {
    border: 1px solid rgba(0, 193, 213, 1);
    text-align: center;
    color: rgba(5, 156, 190, 1);
    padding: 0 50px;
}


/*======= Middle Section =========*/
#midle {
    padding: 80px 0 60px;
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
}

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

.midle-text h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.midle-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.txt-highlight {
    color: rgba(255, 255, 255, 1);
    background: rgba(250, 115, 31, 1);
    font-size: 18px !important;
    font-weight: 700 !important;
    padding: 5px 20px;
    border-radius: 35px;
    width: fit-content;
    margin: 20px 0;
}

/*======= Flow Section =========*/

#flow {
    padding: 80px 0 60px;
    background: rgba(216, 248, 255, 0.3);
}

.flow-text {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.flow-outer {
    max-width: 700px; 
    margin: 0 auto;
    padding: 40px 0;
    display: flex;    
    flex-wrap: wrap;
    justify-content: center;
}

.flow-row {
    display: flex;
    align-items: flex-start;   
}

.flow-left {
    width: 170px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 7px;
}



.flow-customer,
.flow-company {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0 4px;
    position: relative;
    z-index: 2;
}

.flow-dotted {
    width: 0;
    height: 110px;
    border-left: 3px dotted #ffa940;
    margin-bottom: 8px;
    position: relative;
    left: 50%;
    top: 10px;
}

.flow-company+.flow-dotted {
    border-left: 3px dotted #00bcd4;
}

.flow-right {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 35px;
}

.flow-step-box {
    display: flex;
    border: 2px solid #00bcd4;
    border-radius: 6px;    
    min-width: 480px;
    min-height: 110px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 193, 213, 0.05);
    padding-right: 20px;
}

.flow-step-bar {
    background: #00bcd4;
    color: #fff;
    padding: 0 24px;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 4px 0 0 4px;
    font-size: 22px;
    font-family: 'Century Gothic', 'Noto Sans JP', sans-serif;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1px;
}

.flow-step-bar b {
    font-size: 30px;
    font-style: italic;
    margin-left: 4px;
    font-family: 'Noto Serif Tamil Slanted';
}

.flow-step-content {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-left: 32px;
}

.flow-step-icon {
    font-size: 36px;
    color: #00bcd4;
    display: flex;
    align-items: center;
}

/* New styles to stack title and label vertically */
.flow-step-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.flow-step-title {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin-right: 0;
}

.flow-step-desc p {
    margin-bottom: 0;
    line-height: 2.0em;
}

.flow-step-label {
    background: #009fc1;
    color: #fff;
    padding: 6px 24px;
    font-size: 16px;
    font-weight: 500;
    /* border-radius: 0 40px 40px 0; */
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px; 
    display: inline-block;
    min-width: 100px;
    text-align: center;
    box-shadow: none;
    margin-left: 0;
    align-self: flex-start;  
}

.flow-dotted.customer.last {
    border-left: 3px dotted rgba(216, 248, 255, 0.3);
}

.flow-dotted.company.last {
    display: none;
}

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

.testimonial-item {
    border: 1px solid rgba(5, 156, 190, 1);    
    margin-bottom: 20px;
}

.testimonial-header {
    background: rgba(216, 248, 255, 0.3);
    color: rgba(5, 156, 190, 1);
    padding: 5px 20px;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.testimonial-num {
    background: rgba(5, 156, 190, 1);
    color: #fff;
    font-family: 'Noto Serif Tamil Slanted';
    font-style: italic;
    font-weight: 500;
    font-size: 25px;
    padding: 5px 10px;
    margin: 0 10px 0 0;     
}

.testimonial-sub-title {
    color: rgba(5, 156, 190, 1);
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(5, 156, 190, 1);
    margin-bottom: 10px;
}

.testimonial-sub-title img {
    width: 20px;
    margin-right: 10px;
}

.testimonial-text-content {
    padding-left: 30px;
}

.testimonial-body {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.testimonial-img {
    width: 40%;
    flex-shrink: 0;
}

.testimonial-img img {
    width: 100%;
    height: auto;
}

.testimonial-text {
    width: 60%;
    flex: 1;
}

.testimonial-footer {
    padding: 0 20px;
}

/*======= Notie Section =========*/
#notice {
    padding: 80px 0 60px;
    background-image: url('../images/bg4.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: 80%;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;    
    margin: 0 auto 20px;
}

.news-item .news-date {
    flex: 0 0 auto;
    margin-right: 40px;
    color: rgba(5, 156, 190, 1);
    min-width: 120px;
    border: 1px solid rgba(0, 193, 213, 1);
    padding: 5px 10px;    
    text-align: center;
    font-weight: 700;
}

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

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

/*======= FAQ Section =========*/
#faq {
    padding: 80px 0 80px;    
}

.faq-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(5, 156, 190, 1);
    font-size: 18px;
    font-weight: normal;    
    white-space: nowrap;
    width: 98%;
    margin: 30px auto;
}

.faq-title::before,
.faq-title::after {
    content: "";
    flex: 1;
    border-bottom: 3px solid rgba(0, 193, 213, 1);
    margin: 0 12px;
    min-width: 30px;
}

.faq-wrap {
    width: 98%;
    margin: 40px auto 0 30px;
}

/*======= Instagram Section =========*/
#instagram {
    padding: 80px 0 80px;
    background: rgba(216, 248, 255, 0.3);
}

.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: rgba(216, 248, 255, 0.3);
}

.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-img img {
    width: 100%;
}

.blog-content {
    margin-top: 10px;
    border: 1px solid rgba(5, 156, 190, 1);
    padding: 10px;    
    color: rgba(24, 38, 113, 1);
    position: relative;
    display: block;
    margin-bottom: 20px;
}

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

.blog-date {
    display: inline-block;
    margin-right: 30px;
    color: rgba(5, 156, 190, 1);
    font-weight: 700;
}

.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 {    
    color: #000;
}

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

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


/*======= Sponsor Section =========*/
#sponsor {
    padding: 80px 0 80px;    
}

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

.sponsor-image {
    margin-top: 30px;   
}

.sponsor-image img {
    width: 100%;
}


/*======= Footer Section =========*/
footer {
    background: rgba(216, 248, 255, 0.3);  
}

.footer-bg-wrap {
    background-image: url('../images/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 15px 20px;
    max-width: 1460px;
    margin: 0 auto;
}

.ft-logo {
    flex-shrink: 0;
}

.ft-logo img {
    max-height: 60px;
    width: auto;
}

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

.ft-info p {
    margin-bottom: 5px;
}

.ft-info p:last-child {
    margin-bottom: 0;
}

.ft-tel {
    margin-left: 10px;
}

.ft-tel a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
}

.ft-tel a:hover {
    color: #000;
    text-decoration: none;
}

.footer-sec2 {
    margin: 0 auto;
}

.menu-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 40px;
}

.menu-item-group {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu li {
    margin-bottom: 0;
}

.side-menu a {
    position: relative;
    display: block;                /* block-level for full width */
    padding: 10px 24px 10px 40px;  /* left padding for icon space */
    border: 2px solid #00bcd4;
    border-radius: 4px;
    color: rgba(5, 156, 190, 1);
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    background: #f0ffff;
    transition: background 0.2s;
    text-align: center;            /* center the text */
    min-width: 160px;              /* optional: for consistent width */
}

.side-menu .icon {
    position: absolute;
    left: 16px;                    /* align icon to the left */
    top: 50%;
    transform: translateY(-50%);
    font-family: monospace;
    color: rgba(5, 156, 190, 1);
    font-weight: bold;
    pointer-events: none;          /* icon doesn't block clicks */
}

.menu-content {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

.menu-content > div {
    font-size: 16px;
    color: #333;   
    padding-left: 24px;
    min-height: 40px;
    display: flex;
    align-items: center;
    position: relative;
}

.menu-content a {
    color: #333;
}

.menu-content a:hover {
    color: #333;
    text-decoration: none;
}

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

.footer-sec3 {
    background: rgba(216, 248, 255, 0.4);
    padding: 40px 0 20px;
}

.ft-header {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: rgba(5, 156, 190, 1);
    border-top: 1px solid rgba(5, 156, 190, 1);
    border-bottom: 1px solid rgba(5, 156, 190, 1);
    padding: 10px 0;
    width: 50%;
    margin: 0 auto;
}

.footer-sec3-content {
    width: 50%;
    margin: 20px auto;
}

.footer-sec3-content-item {
    margin-bottom: 40px;
}

.footer-sec3-content-item a {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.footer-sec3-content-item img {
    margin-right: 10px;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: rgba(5, 156, 190, 1);
}

/* ========== Page Service ==========*/
#service {
    padding: 80px 0 60px;
    background: rgba(216, 248, 255, 0.3);
}

.service-content-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 40px;    
}

.service-content-img {
    flex: 100%;
    max-width: calc(100% / 2 - 40px);
    margin: 0 40px 30px 0;
}

.service-content-img img {
    width: 100%;
}

.service-content-text {
    flex: 100%;
    max-width: calc(100% / 2 - 40px);
    margin: 0 40px 30px 0;
}

.service-type-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px; /* space between items */
    margin-top: 32px;
    position: relative;
    width: 70%;
    margin: 40px auto;
  }
  
  .service-type-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1 1 0;
    min-width: 180px;
    background: #16c3d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    padding: 20px;
    height: 215px;
  }
  
  .service-type-item-img {
    width: auto;
    height: 70px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .service-type-item-img img {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }
  
  .service-type-item-text {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
  }
  
  /* Add arrow between items except the last one */
  .service-type-item:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url('../images/arrow_right-black.png') no-repeat center center;
    background-size: contain;
  }


/* ========== Section Supported Items & Situations ==========*/
#supported-items-situations {
    padding: 80px 0 60px;
}

.supported-items-situations-wrap {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;    
}

.supported-items-situations-img {
    flex: 100%;   
    max-width: calc(40% - 40px);
    margin: 0 40px 30px 0;
}

.supported-items-situations-img img {
    width: 100%;
}

.supported-items-situations-text {
    flex: 100%; 
    max-width: calc(60% - 40px);
    margin: 0 40px 30px 0;
}

/* Swap positions for even-numbered children */
.supported-items-situations-wrap:nth-child(2n) .supported-items-situations-img {
    order: 2;
    margin: 0 0 30px 0;
}

.supported-items-situations-wrap:nth-child(2n) .supported-items-situations-text {
    order: 1;
    padding-left: 60px;
}

.support-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.supported-items-situations-text p {
    font-size: 16px;
    font-weight: 400;
}

/* ========== Section Flow Service ==========*/
#flow-service {
    padding: 80px 0 60px;
    background: url('../images/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.flow-step-box2 {
   min-width: 963px;
   padding: 20px 0;
   min-height: 200px;
   margin-bottom: 40px;
}

.flow-dotted2 {
    height: 180px;
}

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

.pricing-text {
    display: flex;
    justify-content: center;
}

/* ========== Page 3 Why Choose Us ==========*/
/* ========== Section Strengths ==========*/
#strengths {
    padding: 80px 0 80px;
    background: url('../images/bg-footer.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ========== Section Testimonials & Results 2 ==========*/
#testimonials-results2 {
    padding: 80px 0 80px;
}

/* ========== Section Case Studies ==========*/
#case-studies {
    padding: 80px 0 80px;
    background: url('../images/bg6.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.case-studies-text {
    display: flex;
    justify-content: center;
}

.case-studies-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 40px;
    box-sizing: border-box;
}

.case-studies-item {
    width: calc((100% - 2 * 40px) / 3); /* 3 items per row, 2 gaps */
    box-sizing: border-box;
    border: 1px solid rgba(217, 217, 217, 1);
    padding: 20px;
    box-shadow: 0 2px 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.case-studies-item-img img {
    width: 100%;
}

.case-studies-item-title {
    color: rgba(5, 156, 190, 1);
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    position: relative;
    margin: 10px 0 30px;
}

.case-studies-item-title::before {
    position: absolute;
    bottom: -15px;
    left: calc(50% - 30px);
    width: 60px;
    height: 2px;
    content: '';
    border-radius: 3px;
    background: rgba(5, 156, 190, 1);
}

/* ========== Page 4 Case Studies ==========*/
#case-studies-full {
    padding: 80px 0 40px;
}

/* Useful Information Section */
#useful-information {  
   padding: 40px 0 80px;
}

#useful-information-list {
    margin: 0 auto;
    padding: 0 15px 80px;    
}

.useful-information-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
    max-width: 1460px;
    margin: 0 auto;
}

.useful-information-item {
    flex: 100%;
    max-width: calc(100% / 3 - 20px);
    margin: 0 20px 0 0;
    color: #000;
    background: #fff;
    padding: 15px;
    border: 1px solid rgba(217, 217, 217, 1);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
}

.useful-information-item2 {
    max-width: calc(100% / 2 - 20px);
    margin: 0 20px 30px 0;
    border: 1px solid rgba(0, 193, 213, 1);
}

.useful-information-item2 a {
    color: #000;
    text-decoration: none;
}

.useful-information-item2 a:hover {
    text-decoration: none;
    color: #000;
}

.useful-information-item:last-child {
    margin-right: 0;
}

.useful-information-item2:nth-child(2n) {
    margin-right: 0;
}

.useful-information-item:hover {
    text-decoration: none;
    color: #000;
}

.useful-information-item-img img {
    width: 100%;
}

.useful-information-item-img {
    padding: 0 15px;
}

.useful-information-item2 .useful-information-item-img {
    padding: 0;
}

.useful-information-item-content {
    margin-top: 10px;
}

.useful-information-details {    
    margin-bottom: 10px;
}

.useful-information-main {
    margin-top: 40px;
}

.useful-information-sidebar {
    margin-top: 40px;
}

.useful-information-pagination {
    text-align: center;
    margin-top: 40px;
}

.useful-information-pagination a.page-numbers {
    border: 1px solid rgba(0, 193, 213, 1);
    color: #000;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
}

.useful-information-pagination a.page-numbers:hover {
    background: rgba(0, 193, 213, 1);
    color: #fff;
}

.useful-information-pagination .page-numbers.current {
    border: 1px solid rgba(0, 193, 213, 1);
    background: rgba(0, 193, 213, 1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none
}

.useful-information-pagination .page-numbers {
    margin-right: 10px;
}

.useful-information-item-readmore {
    margin-top: 10px;
}

.useful-information-item-readmore a {
    color: #000;
}

.useful-information-item-readmore a:hover {
    color: rgba(0, 193, 213, 1);
    text-decoration: none;
}

.useful-information-item-readmore a img {
    margin-left: 5px;
}

.sidebar-item {
    margin-top: 40px;
    border: 1px solid rgba(0, 193, 213, 1);
    padding: 20px;
    background: rgba(216, 248, 255, 0.3);
}

.sidebar-item-title {
    position: relative;
    font-size: 21px;
}

.sidebar-item-title::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 3px;
    background: rgba(0, 193, 213, 1);
}

.sidebar-banner img {
    width: 100%;
}

.sidebar-item-content-item {
    display: flex;
    flex-wrap: wrap;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(182, 182, 182, 1);
    padding-top: 30px;
}

.sidebar-item-content-item:hover {
    color: rgba(0, 193, 213, 1);
    text-decoration: none;
}

.sidebar-item-content-item-img {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0;
}

.sidebar-item-content-item-img img {
    width: 100%;
}

.sidebar-item-content-item-title {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 10px 30px 0;
}

/* Page 4 Case Studies - Single */
.post-title {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 193, 213, 1);
}

.post-date {
    font-weight: 700;
    margin: 10px 0 60px;
}

.post-image img {
    width: 100%;
}

.post-content {
    margin-top: 60px;
}

.table-contents {
    margin-top: 60px;
    border: 1px solid rgba(0, 193, 213, 1);
    background: rgba(216, 248, 255, 0.3);
    padding: 30px;
}

.table-contents h3 {
    text-align: center;
}

.table-contents h3 {
    font-size: 24px;
    font-weight: 700;
}

.tabel-contents-item {
    margin-top: 40px;
}

.tabel-contents-item a {
    display: block;
    color: #000;
    line-height: 2.4em;
}

.tabel-contents-item a:hover {
    text-decoration: none;
    color: #000;
}

.post-content-body {
    margin-top: 80px;
}

.post-content-body-title h2 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgba(0, 193, 213, 1);
}

.post-content-body-article {
    margin-top: 30px;
}


.related-article {
    margin-top: 80px;
    border: 3px solid rgba(0, 193, 213, 1);
    position: relative;
    min-height: 150px;
}

.related-title {
    position: absolute;
    left: 40px;
    top: -40px;
}

.related-title h3 {
    color: rgba(0, 193, 213, 1);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    background: #fff;
    padding: 0 10px;
}

.related-title h3 img {
    margin-right: 10px;
}

.related-article-item {
    position: absolute;
    left: 0;
    top: 50%;
}

.related-article-item a {
    font-size: 20px;
    color: #000;
    padding-left: 10px;
}

.related-article-item a:hover {
    color: #000;
    text-decoration: none;
}

.related-article-item ul li {
    list-style: none;
    position: relative;
}

.related-article-item ul li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 55%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: rgba(0, 193, 213, 1);
    border-radius: 50%;
}

.post-content #section1::before,
.post-content #section2::before,
.post-content #section3::before,
.post-content #section4::before {
    display: block;
    content: "";
    margin-top: -100px;
    height: 100px;
    visibility: hidden;
    pointer-events: none;
}

.useful-information-nav {
    margin-top: 80px;
    display: flex;
}

.useful-information-nav{
    margin-left: -10px;
    margin-right: -10px;
}
.useful-information-nav-item {
    width: 50%;
    color: #000;
    padding: 0 10px;
}

.useful-information-nav-item:hover {
    color: #000;
    text-decoration: none;
}

.useful-information-nav-item:first-child {
    border-right: 1px solid rgba(182, 182, 182, 1);
    padding-right: 30px;
}

.useful-information-nav-item:last-child {
    margin-left: 30px;
}

.useful-information-nav-item:last-child p {
    text-align: right;
}

.useful-information-nav-item-prev {
    display: flex;
    gap: 10px;
}

.useful-information-nav-item-next {
    display: flex;
    gap: 10px;
}

.useful-information-nav-item-img {
    width: 300px;
    height: 100px;
}

.useful-information-nav-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.useful-information-nav-item-title {}

.useful-information-nav-item .arrow-prev:before {
    font-family: "FontAwesome";
    content: "\f104";
    color: rgba(0, 193, 213, 1);
    margin-right: 15px;
}

.useful-information-nav-item .arrow-next:before {
    font-family: "FontAwesome";
    content: "\f105";
    color: rgba(0, 193, 213, 1);
    margin-left: 15px;
}

/* ========== Page 5 Company ==========*/
#message {
    padding: 80px 0 80px;
    background: rgba(216, 248, 255, 0.3);
}

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

.txt-sign {
    margin-top: 40px;
    text-align: right;
}

.ceo-name {
    font-size: 20px;
    margin-left: 10px;
}

/* ========== Section Outline ==========*/
#outline {
    padding: 80px 0 80px;
}

table.tbl-outline {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

table.tbl-outline tr:first-child th {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

table.tbl-outline tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

table.tbl-outline th {
    width: 30%;
    background: rgba(216, 248, 255, 0.3);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    vertical-align: top;
}

table.tbl-outline td {
    padding: 10px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

table.tbl-outline tr td a {
    color: #000;
}

table.tbl-outline tr td a:hover {
    color: #000;
    text-decoration: none;
}

table.tbl-outline tr td a:hover {
    color: #000;
    text-decoration: none;
}

table.tbl-outline tr td ol {
    padding-left: 17px;
}

.employee-position {
    display: inline-block;
    width: 300px;
}

/* ========== Section History ==========*/
#history {
    padding: 80px 0 80px;
}

/* ========== Section Permit ==========*/
#permit {
    padding: 80px 0 80px;
}

table.tbl-permit {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

table.tbl-permit th:first-child {
    width: 30%;        
    vertical-align: top;
}

table.tbl-permit td:first-child {
    width: 30%;   
}

table.tbl-permit th {
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    font-size: 18px;
}

table.tbl-permit td {
    padding: 10px 10px 10px 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

/* ========== Section Permit & Approval ==========*/
#permit-approval {
    padding: 80px 0 80px;
}

table.tbl-permit-approval {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

table.tbl-permit-approval tr th {
    width: 30%;
    font-size: 18px;
    border-bottom: 3px solid rgba(0, 193, 213, 1);
    padding: 5px 0;
}

table.tbl-permit-approval tr td:first-child {
    width: 30%;
    font-weight: 700;    
    padding: 20px 0;
    vertical-align: top;
}

table.tbl-permit-approval tr td {
    padding: 20px 0 20px 40px;
}

/* ========== Page Contact ==========*/
/* ========== Section Contact ==========*/
#contact {
    padding: 80px 0 80px;
}

.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: 50px;
    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(0, 193, 213, 1);   
    margin-left: 5px;
    font-weight: 700;
    font-family: "BIZ UDPGothic", sans-serif;
    padding: 3px 25px;
    float: right;
}

.form-group .norequired {
    color: #fff;
    background: rgba(184, 184, 184, 1);   
    margin-left: 5px;
    font-weight: 700;
    font-family: "BIZ UDPGothic", sans-serif;
    padding: 3px 25px;
    float: right;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid rgba(0, 193, 213, 1);
    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);
}

.form-control {
    border: none;
}

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 {   
    cursor: pointer;   
}

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

/* Placeholder color styling */
::placeholder {
    color: rgba(79, 79, 79, 1) !important;
    opacity: 1;
}

/* Webkit browsers (Chrome, Safari, newer Edge) */
::-webkit-input-placeholder {
    color: rgba(79, 79, 79, 1) !important;
    opacity: 1;
}

/* Firefox */
::-moz-placeholder {
    color: rgba(79, 79, 79, 1) !important;
    opacity: 1;
}

/* Internet Explorer 10-11 */
:-ms-input-placeholder {
    color: rgba(79, 79, 79, 1) !important;
    opacity: 1;
}

/* Microsoft Edge */
::-ms-input-placeholder {
    color: rgba(79, 79, 79, 1) !important;
    opacity: 1;
}

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

.btn-submit {
    background: rgba(0, 193, 213, 1);
    color: #fff;   
    font-weight: 700;
    padding: 20px 25px;   
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

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

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

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