 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            margin: 0;
            padding: 0;
        }
        .ph-hero-area {
            position: relative;
            height: 400px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }
        .ph-hero-video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .dynamic-link{
	color: #000;
	cursor: pointer;
	padding-left: 20px;
	padding-bottom: 15px;
}
            .dynamic-link img{
                margin-top:-3px;
                
            }
            
        .ph-hero-area::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.1);
            z-index: 1;
        }
        .ph-hero-content {
            position: relative;
            z-index: 2;
            max-width: 1500px;
            width: 100%;
            margin: 0 auto;
            padding: 0 20px;
            text-align: left;
        }
        .ph-hero-content h1 {
            font-size: 48px;
            color: #000000;
            margin-bottom: 30px;
            font-weight: 400;
            font-family: 'Work Sans', sans-serif;
        }
        .ph-hero-btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: rgb(255, 255, 255);
            color: #000000;
            border: 1px solid #ffffff;
            border-radius: 8px;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
        }
        .ph-hero-btn:hover {
            background-color: #ffffff;
            color: #333333;
        }

        .ph-search-area {
	background-position: center center;
	padding: 80px 20px 20px 20px;
	display: flex;
	justify-content: center;
	background-image: url('/plugins/img/doc3.jpg');
	background-size: cover;
	background-repeat: repeat;
	height: 400px;
}
        .ph-search-container {
            max-width: 1520px;
            width: 100%;
            text-align: center;
        }
        .ph-search-title {
            font-size: 32px;
            color: #333333;
            margin-bottom: 12px;
            font-weight: 600;
            height: 57px;
        }
        .ph-search-desc {
	font-size: 16px;
	color: #999999;
	margin-bottom: 35px;
	line-height: 1.6;
}
        .ph-search-box-wrapper {
            display: flex;
            justify-content: center;
        }
        .ph-search-box {
            position: relative;
            width: 100%;
            max-width: 800px;
            display: flex;
            align-items: center;
        }
        .ph-search-input {
            flex: 1;
            height: 52px;
            padding: 0 20px 0 50px;
            border: 1px solid #e8e8e8;
            border-radius: 8px 0 0 8px;
            font-size: 15px;
            outline: none;
            background-color: #ffffff;
            border-right: none;
            width: 80%;
        }
        .ph-search-btn {
            height: 52px;
            padding: 0 30px;
            border: 1px solid #007bff;
            border-radius: 0 8px 8px 0;
            background-color: #007bff;
            color: #ffffff;
            font-size: 15px;
            cursor: pointer;
            outline: none;
            transition: all 0.3s ease;
        }
        .ph-search-btn:hover {
            background-color: #0069d9;
            border-color: #0062cc;
        }
        .ph-search-input:focus {
            border-color: #007bff;
        }
        .ph-search-input::placeholder {
            color: #cccccc;
        }
        .ph-search-icon {
            position: absolute;
            left: 18px;
            top: 45%;
            transform: translateY(-50%);
            font-size: 1.125em;
            color: #999999;
        }

        .ph-hot-search {
            margin-top: 18px;
        }
        .ph-hot-search-label {
            font-size: 14px;
            color: #999999;
            margin-right: 12px;
        }
        .ph-hot-search a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	margin-right: 18px;
}
        .ph-hot-search a:hover {
            color: #007bff;
            text-decoration: underline;
        }

        .ph-categories-area {
            padding: 80px 20px;
            background-color1: #f5f5f5;
        }
        .ph-categories-container {
            max-width: 1500px;
            margin: 0 auto;
        }
        .ph-categories-tabs {
            display: flex;
            justify-content: center;
            border-bottom: 1px solid #e8e8e8;
            margin-bottom: 40px;
        }
        .ph-tab {
            padding: 15px 40px;
            font-size: 1.4em;
            color: #666666;
            cursor: pointer;
            background: none;
            border: none;
            outline: none;
            position: relative;
            transition: color 0.3s ease;
        }
        .ph-tab.active {
            color: #007bff;
        }
        .ph-tab.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background-color: #007bff;
        }
        .ph-tab:hover {
            color: #007bff;
        }
        .ph-cards-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 25px;
        }
        .ph-card {
             background: #fff;
             border-radius: 8px;
             overflow: hidden;
             padding: 24px 30px 30px;
              box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        }
        .ph-card:hover {
            background-color: #ffffff;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }
        .ph-card-title {
            font-size: 1.1em;
            color: #333333;
            font-weight: 600;
            margin-bottom: 15px;
            padding-left: 20px;
            position: relative;
        }

        .ph-card-item {
	font-size: 0.9em;
	color: #999999;
	line-height: 2;
	padding-left: 20px;
    padding-bottom: 20px;
}
        
        .faq-question {
        gap: 12px;
    }
    .corporate_accordion_area {
	padding: 60px 0 60px 0;
	background-color: #F5F5F5;
}
       .faq-q-icon {
        flex-shrink: 0; 
        width: 20px;
        height: 20px;
    }
       .faq-container {
        background-color: #ffffff;
        border-radius: 16px;
        overflow: hidden;
        padding: 0 24px;
    }

      .faq-item:not(:last-child) {
    
        border-bottom: 1px solid #e0e0e0;
    }

      .faq-item:last-child::after {
        display: none;
    }

      .faq-question {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 22px 0;
        cursor: pointer;
        gap: 0;
        width: 100%;
        box-sizing: border-box;
    }

       .faq-question > svg:first-child {
        flex-shrink: 0;
        margin-right: 10px;
    }

       .faq-question > span {
        flex: 1;
        font-size: 18px;
        line-height: 1.4;
    }

       .faq-question > svg:last-child {
        flex-shrink: 0;
        margin-left: 16px;
        transition: transform 0.25s ease;
    }

       .faq-answer {
        padding: 0 24px 22px calc(24px + 32px);
        font-size: 16px;
        line-height: 1.7;
        color: #333;
        display: none;
    }
       .faq-answer.active {
        display: block;
    }
     
       .toggle-icon {
        font-size: 18px;
        transition: all 0.3s ease;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }
       .toggle-icon svg {
        width: 18px;
        height: 18px;
        transition: transform 0.3s ease;
    }


        @media screen and (max-width: 992px) {
            .ph-cards-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (max-width: 768px) {
            .ph-hero-area {
                height: 300px;
                background-image: url(https://www.pesyun.com/plugins/pesyun/newindex/about/img/bg1.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            .ph-search-area {
                max-height:300px;
            }
            .ph-hero-video {
                display: none;
            }
            .ph-hero-content h1 {
                font-size: 32px;
            }
            .ph-hero-content p {
                font-size: 16px;
            }
            .ph-search-area {
                padding: 25px 15px;
            }
            .ph-search-title {
                font-size: 26px;
                height: 40px;
            }
            .ph-categories-area {
                padding: 50px 15px;
            }
            .ph-tab {
                padding: 12px 20px;
                font-size: 14px;
            }
            .ph-cards-grid {
                grid-template-columns: 1fr;
            }
            
            .el-icon-arrow-right {
                margin-left: 8px;
                transition-delay: 0s;
                transition-duration: .3s;
                transition-timing-function: cubic-bezier(.22, .08, .32, .99);
            }
            .el-icon-arrow-right:before{
                box-sizing: border-box;
                margin: 0;
                padding: 0;
            }
        
            .ph-card{
                padding: 24px 10px 10px;
            } 
            .faq-container{
                padding:5px 12px 15px;
            }
            }
        

        .single_image_area {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 25px;
}

        .single_image img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }
        
        .ph-card-item{
        	font-size: 1.1em;
        }
        .faq-answer {
            padding-left: 28px;
        }
