/* Elementpath css */

/* 
el_01 
color
*/

/* 
el_02 
background
*/
/* 
el_03 
display
*/
.d_block {
    display: block;
}
.d_iblock {
    display: inline-block;
}
.d_flex {
    display: flex;
}
/* 
el_04 
position
*/
.p_relative {
    position: relative;
}
.p_absolute {
    position: absolute;
}
/* 
el_05 
Border
*/
/* 
el_06 
Transition
*/
.tran_5 {
    transition: .5s;
}
/* 
el_07 
Font size
*/
.fs_10 {
    font-size: 10px;
}
.fs_14 {
    font-size: 14px;
}
.fs_15 {
    font-size: 15px;
}
.fs_16 {
    font-size: 16px;
}
.fs_17 {
    font-size: 17px;
}
.fs_18 {
    font-size: 18px;
}
.fs_20 {
    font-size: 20px;
}
.fs_40 {
    font-size: 40px;
}
.fs_48 {
    font-size: 48px;
}
.fs_45 {
    font-size: 45px;
}
.fs_50 {
    font-size: 50px;
}
/* 
el_08 
Font wieght
*/
.fw_medium {
    font-weight: 500;
}
.fw_sbold {
    font-weight: 600;
}
.fw_bold {
    font-weight: 700;
}
.fw_exbold {
    font-weight: 800;
}
/* 
el_09 
Float
*/
/* 
el_10 
Width
*/
.w_40 {
    width: 40px;
}
.w_80 {
    width: 80px;
}
.w_90 {
    width: 90px;
}
.w_95 {
    width: 95px;
}
.w_170 {
    width: 170px;
}
/* 
el_11
height
*/
.h_40 {
    height: 40px;
}
.h_80 {
    height: 80px;
}
.h_90 {
    height: 90px;
}
.h_95 {
    height: 95px;
}
.h_170 {
    height: 170px;
}
/* 
el_12
Line height
*/
.lh_30 {
    line-height: 30px;
}
.lh_40 {
    line-height: 40px;
}
.lh_50 {
    line-height: 50px;
}
.lh_80 {
    line-height: 80px;
}
/* 
el_13
Margin
*/
.mt_20 {
    margin-top: 20px;
}
.mt_60 {
    margin-top: 60px;
}
.mr_25 {
    margin-right: 25px;
}
.mr_30 {
    margin-right: 30px;
}
.mr_40 {
    margin-right: 40px;
}
.mb_0 {
    margin-bottom: 0;
}
.mb_9 {
    margin-bottom: 9px;
}
.mb_10 {
    margin-bottom: 10px;
}
.mb_12 {
    margin-bottom: 12px;
}
.mb_16 {
    margin-bottom: 16px;
}
.mb_18 {
    margin-bottom: 18px;
}
.mb_19 {
    margin-bottom: 19px;
}
.mb_20 {
    margin-bottom: 20px;
}
.mb_25 {
    margin-bottom: 25px;
}
.mb_30 {
    margin-bottom: 30px;
}
.mb_35 {
    margin-bottom: 35px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_60 {
    margin-bottom: 60px;
}
.mb_100 {
    margin-bottom: 100px;
}
.mb_150 {
    margin-bottom: 150px;
}
.ml_30 {
    margin-left: 30px;
}
/* 
el_13 
Padding
*/
.pt_0 {
    padding-top: 0;
}
.pt_11 {
    padding-top: 11px;
}
.pt_15 {
    padding-top: 15px;
}
.pt_16 {
    padding-top: 16px;
}
.pt_20 {
    padding-top: 20px;
}
.pt_25 {
    padding-top: 25px;
}
.pt_30 {
    padding-top: 30px;
}
.pt_40 {
    padding-top: 40px;
}
.pt_50 {
    padding-top: 50px;
}
.pt_55 {
    padding-top: 55px;
}
.pt_130 {
    padding-top: 120px;
}
.pt_150 {
    padding-top: 150px;
}
.pr_20 {
    padding-right: 20px;
}
.pr_30 {
    padding-right: 30px;
}
.pr_50 {
    padding-right: 50px;
}
.pr_80 {
    padding-right: 80px;
}
.pb_0 {
    padding-bottom: 0;
}
.pb_9 {
    padding-bottom: 9px;
}
.pb_15 {
    padding-bottom: 15px;
}
.pb_16 {
    padding-bottom: 16px;
}
.pb_30 {
    padding-bottom: 30px;
}
.pb_35 {
    padding-bottom: 35px;
}
.pb_50 {
    padding-bottom: 50px;
}
.pb_60 {
    padding-bottom: 60px;
}
.pb_80 {
    padding-bottom: 80px;
}
.pb_130 {
    padding-bottom: 130px;
}
.pb_150 {
    padding-bottom: 150px;
}
.pl_30 {
    padding-left: 30px;
}
.pl_40 {
    padding-left: 40px;
}
.pl_80 {
    padding-left: 80px;
}
.pl_100 {
    padding-left: 100px;
}
.pl_140 {
    padding-left: 140px;
}
.pl_150 {
    padding-left: 150px;
}
/* 
el_14 
Top
*/
.t_0 {
    top: 0;
}
.t_30 {
    top: 30px;
}
.t_50 {
    top: 50px;
}
/* 
el_15 
Right
*/
.r_0 {
    right: 0;
}
/* 
el_16
Bottom
*/
.b_0 {
    bottom: 0;
}
.b_20 {
    bottom: 20px;
}
/* 
el_17
Top
*/
.l_0 {
    left: 0;
}
.l_30 {
    left: 30px;
}
/* 
el_18
Text align
*/
/* 
el_19
Z-index
*/
.z_1 {
    z-index: 1;
}
/* 
el_20
Border radius
*/
.b_radius_5 {
    border-radius: 5px;
}
.b_radius_10 {
    border-radius: 10px;
}
.b_radius_20 {
    border-radius: 20px;
}
.b_radius_50 {
    border-radius: 50%;
}
/* 
el_21
Box shadow
*/
.b_shadow_6 {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.10);
}
/* 
el_22
Btn
*/

/* 
el_23
Image Hover
*/
@-webkit-keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
@keyframes circle {
    0% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    100% {
      width: 200%;
      height: 200%;
      opacity: 0;
    }
}
@-webkit-keyframes shine {
    100% {
      left: 125%;
    }
}
@keyframes shine {
    100% {
      left: 125%;
    }
}



/* Flexbox utilities */
.flex_column {
    flex-direction: column;
}

.flex_md_row {
    flex-direction: row;
}

.justify_content_center {
    justify-content: center;
}

.align_items_center {
    align-items: center;
}

/* Responsive margin utilities */
.mr_md_25 {
    margin-right: 25px;
}

.mr_0_mb {
    margin-right: 0;
}

/* Media queries for responsive behavior */
@media (max-width: 767px) {
    .flex_md_row {
        flex-direction: column;
    }
    
    .mr_md_25 {
        margin-right: 0;
    }
    
    .mr_0_mb {
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .flex_column {
        flex-direction: row;
    }
    
    .justify_content_center {
        gap: 25px;
    }
}

/* Service-19 responsive layout */
@media (max-width: 767px) {
    .service-19 .inner-box .row {
        flex-direction: column;
    }
    
    .service-19 .inner-box .content-column {
        order: 1;
    }
    
    .service-19 .inner-box .image-column {
        order: 2;
    }
    
    .service-19 .inner-box .content-box {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .service-19 .inner-box .image-box {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .service-19 {
        padding-top: 100px !important;
    }
}

/* News-one image-box height adjustment */
.news-one .image-box {
    height: 400px;
    overflow: hidden;
}

.news-one .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 767px) {
    .news-one .image-box {
        height: 300px;
    }
}

/* Flow image responsive */
.flow-image-pc {
    display: block;
}

.flow-image-sp {
    display: none;
}

@media (max-width: 767px) {
    .flow-image-pc {
        display: none;
    }
    
    .flow-image-sp {
        display: block;
    }
}

/* Security logos styling */
.security-box {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.security-logos {
    margin-top: 0;
    width: 100%;
    justify-content: space-between;
}

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.logo-item img {
    max-width: 120px;
    max-height: 80px;
    object-fit: contain;
}

@media (max-width: 767px) {
    .security-box {
        padding: 20px;
    }
    
    .security-logos {
        flex-direction: row;
        gap: 15px;
    }
    
    .logo-item img {
        max-width: 96px;
        max-height: 72px;
    }
}

/* Security list styling */
.security-list {
    list-style: disc !important;
    color: white !important;
    padding-left: 8px !important;
}

.security-list li {
    color: white !important;
    margin-bottom: 8px !important;
    list-style: disc !important;
}

/* Footer logo and powered by styling */
.footer-logo-container {
    gap: 10px;
}

.powered-by {
    color: white;
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .powered-by {
        font-size: 14px;
    }
}

/* Footer text white */
.footer-text-white {
    color: white !important;
}
