a.custom-link {
    text-decoration: none;
    color: inherit; 
}

a.custom-link:hover {
    text-decoration: none; 
    color: inherit; 
}

/* @font-face {
    font-family: 'Rajdhani';
    src: url('/assets/fonts/Rajdhani/Rajdhani-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ptserif';
    src: url('/assets/fonts/PT_Serif/PTSerif-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} */

body {
    padding-top: 70px;
}

.navbar-feature{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1030;
    padding: 0px;
    height: 70px;
}

.active {
    font-weight: bold;
    color: #000;
    background-color: rgb(210, 195, 223);
    height: 70px;
}

.nav-logo{
    height: 50px;

}

.navbar-color{
    background-color: rgb(255, 255, 255);
}

.roboto_font{
    font-family: 'Rajdhani', sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #000000;
}

.normal_font{
    font-family: 'PT+Serif', sans-serif;
    font-size: 14pt;
    color: #000000;
}

.navbar-text-features {
    font-size: 40px; 
    font-weight: 700; 
    color: #000000;
    font-family: 'Rajdhani', sans-serif;
}

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

.nav-item{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* front page features */

.big_title{
    font-family: 'PT+Serif', sans-serif;
    font-size: 35pt;
    font-weight: 800;
    color: #000000;
    text-align: center;
    margin: 0;
}

.description{
    font-family: 'PT+Serif', sans-serif;
    font-size: 15pt;
    color: #515151;
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
}

.quote-btn {
    background-color: #bb5cf6;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quote-btn:hover {
    background-color: #a84ae1; 
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background-color: #a84ae1;
    padding: 20px;
    border-radius: 8px;
    width: 600px;
    max-width: 90%;
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.contact-info {
    margin-right: 8px;
    font-size: 18px;
    vertical-align: middle;
    color: #ffffff;
}

.topimg-container {
    width: 1000px;
    height: 400px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border-radius: 60px;
}

.topimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit; /* 保持边框圆角 */
}

.sub_title{
    font-family: 'PT+Serif', sans-serif;
    font-size: 30pt;
    font-weight: 600;
    color: #000000;
    align-items: center;
    justify-content: center;
    display: flex;
}

.card-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 300px;
    padding: 20px;
    font-family: Arial, sans-serif;
    text-decoration: none;         
    color: inherit;                
    transition: transform 0.2s;   
}

.card:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.card img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
}

.card h3 {
    font-size: 20px;
    margin: 10px 0;
    color: #333;
}

.card .description {
    color: #8a2be2;
    font-size: 14px;
}

.team_card {
    background-color: #d2d2d2;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 10px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: inherit;
    transition: transform 0.2s;
    display: inline-block;
}

.team_card img {
    width: 100%;
    height: auto; 
    object-fit: contain; 
    border-radius: 8px;
    margin-bottom: 5px;
}

.team_card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0;
    color: #333;
}

.team_card .description {
    color: #333;
    font-size: 18px;
}

.toggle-button {
    padding: 8px 16px;
    background-color: #bb5cf6;
    color: white;
    font-size: 16px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 80px;
    height: 40px;
    display: inline-block;
    justify-content: center;
    align-items: center;
}

.image-box {
    position: relative;
    width: 100%; 
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.image {
    width: 100%;
    height: 100%;
    object-fit: cover; 
}

.left-buttom-text {
    position: absolute;
    bottom: 0px; 
    left: 0px; 
    width: 38%;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 4px;
}

.line{
    width: 180px; 
    height: 2px; 
    background-color: #ccc; 
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 10px;
}

.small_title{
    font-family: 'PT+Serif', sans-serif;
    font-size: 16pt;
    color: #000000;
}

.price_card{
    background-color: #8a2be2;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    padding: 20px;
    font-family: "PT+Serif", sans-serif;
    text-decoration: none;         
    color: inherit;                
    transition: transform 0.2s;   
    display: inline-block;
    border: 2px solid #ccc;
}

.price_text{
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.big-purpple{
    margin-top: 100px;
    background-color: #8a2be2;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.big-gray{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 30px; 
    background-color: rgb(244, 244, 244);
}

.quote_title{
    font-size: 45px;
    font-family: 'PT+Serif', sans-serif;
    font-weight: 600;
    color: #fff;
}

.quote-card {
    background-color: white;
    border-radius: 10px;
    padding: 20px; 
    width: 70%; 
    text-align: center;
    margin: 20px auto;
}

.quote-card-text {
    font-size: 25px;
    margin-bottom: 15px;
    font-family: 'PT+Serif', sans-serif;
    font-weight: 600;
    color: #000000;
}

.quote-card-button {
    background-color: rgb(236 72 153);
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s;
}

.quote-card-button:hover {
    background-color: #0056b3;
}





/* footer feature */
.footer-color{
    background-color: #ffffff;
}

.footer_text{
    font-size: 35px;
    font-family: 'PT+Serif', sans-serif;
    font-weight: 500;
    color: #000000;
    justify-content: center;
    text-align: center;
}

.footer-btn {
    background-color: #3a3a3a;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 160px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-btn:hover {
    background-color: #6e6e6e; 
}


/* partner features */
.partner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.partner_img_feature {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* team features */
.team_avatar{
    width: 100%;
    height: 300px;
    object-fit: contain;
    padding: 10px;
}

.team-title{
    font-size: 35px;
    font-family: 'PT+Serif', sans-serif;
    font-weight: 600;
    color: #000000;
    margin-left: 50px;
}

/* side meanue */
.offcanvas-end {
    width: 350px !important;
}

.side-menu-features{
    background: transparent;
    border: none;
    color: #000000;
    font-size: 25px; 
    cursor: pointer;
    padding: 8px 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s, background-color 0.3s;
}

.custom-button:hover {
    color: #ffffff; /* 悬停时文本颜色 */
    background-color: rgba(0, 0, 0, 0.1); /* 悬停时背景色 */
}

.custom-button:focus {
    outline: none; /* 去掉聚焦时的轮廓 */
}

.side-menu-text{
    font-family: 'PT+Serif', sans-serif;
    color: #595959;
    font-size: 16px;
}

.sidebar-item{
    border-bottom: 1px solid #a7a7a7;
    height: 50px; 
    align-items: center;
    padding: 4px;
}























/* small devices */
@media (max-width: 768px) {
    .col-12 {
      text-align: center;
    }
    .front-page-content-box h1 {
      font-size: 32px;
    }
    .front-page-content-box p {
      font-size: 16px;
    }
    .roboto_font_all {
      font-size: 18px;
    }
    .square-button, .video-button {
      display: block;
      margin: 0 auto;
    }
    .footer_copyright {
        text-align: center;
    }
    .footer-features .row {
        justify-content: center;
    }
    .col-6, .col-4, .col-3, .col-8, .col-2{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .para_img_feature {
        display: block;
        margin: 0 auto;
    }
    .circle-icon {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background-color: #ffb923;
    }
    .section_title{
        display: inline-block; 
        text-align: center;
    }
    .section_subtitle {
        font-size: 16px;
    }
    .icon_content {
        font-size: 14px;
    }
    .para_img_feature{
        height: 300px;
        max-width: 350px;
    }
    .tab_content {
        flex-direction: column;
        text-align: center;
    }
    .col-4, .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .table_img {
        width: 100px; 
        height: auto;
    }
    .events_img{
        display: inline-block;
        max-width: 300px;
        height: auto;
    }
    .titles{
        font-size: 40px;
        font-weight: 700;
    }
    .subtitles-team{
        font-size: 35px;
    
    }
    .section_subtitle_1{
        display: inline-block;
    }
    .tab{
        font-size: 16px;
    }
    .outputs_subtitle{
        display: inline-block;
    }
    .topimg-container {
        width: 100%;
        height: auto;
        border-radius: 60px;
    }

    .topimg {
        width: 100%;
        height: auto;
        object-fit: contain;
        border-radius: inherit;
    }
    .title-wrapper {
        text-align: center;
        white-space: nowrap;
    }

    .big_title {
        display: inline;
        font-size: 25px;
    }

    .big_title + .big_title::before {
        display: inline-block;
        width: 10px;
    }
    .sub_title{
        font-family: 'PT+Serif', sans-serif;
        font-size: 25px;
        font-weight: 600;
        color: #000000;
        text-align: center;
    }
    .team_card img {
        width: 100%;
        height: auto; 
        object-fit: contain; 
    }
    .team_col{
        margin-bottom: 30px;
    }
    .price_col{
        margin-bottom: 30px;
    }
    .description{
        font-size: 18px;
    }
    .team-title{
        margin-left: 0;
        font-size: 25px;
    }
  }



