.dropdown a,
.content a {
    text-decoration: none;
}

/* cookie modal */
.custom-cookie-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 1050;
    padding: 1.5rem 2rem;
    display: none; /* 默认隐藏 */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    font-size: 1.6rem;
}

.cookie-modal-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 5rem;
}

/* 左侧文本区域 */
.cookie-text-section {
    flex: 1;
    text-align: left;
}

.cookie-text-section h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.cookie-text-section p {
    margin: 0;
    font-size: 1.4rem;
    color: #555;
}

/* 右侧按钮区域 */
.cookie-button-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem;
}

.cookie-button-section .btn {
    font-size: 1.4rem;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

/* Accept All 按钮样式 */
.btn-success-custom {
    background-color: #2B66B4;
    color: white;
    border: none;
}

.btn-success-custom:hover,
.btn-success-custom:focus {
    background-color: #1f4a83; /* 更深的蓝色 */
    border-color: transparent;
    color: white;
    outline: none;
    box-shadow: 0 0 0 3px rgba(43, 102, 180, 0.3);
}

/* Decline All 按钮样式 */
.btn-outline-secondary-custom {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.btn-outline-secondary-custom:hover,
.btn-outline-secondary-custom:focus {
    background-color: #a12525; /* 红色背景 */
    color: white;
    border-color: transparent;
    outline: none;
}

/* 遮罩层 */
.custom-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    display: none;
}

/* 折叠栏 */
.cookie-collapsed-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    z-index: 1045;
    cursor: pointer;
    font-size: 1.6rem;
}

.icon-box,
.inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-service-home .bi-capsule {
    transform: translateY(15%)
}

.single-call-to-action .bi-capsule {
    transform: translateX(-30%)
}

.full-sec-content p {
    font-size: 18px;
}
