:root {
    --primaryColor: #E61F4B;
    --secondColor: #ffffff;
    --colorWhite: #fff;
    --colorYellowMedali: #F2BD4C;
}

/*
.swiper {
	width: 100%;
		height: auto;
	height: 530px;
}*/
.dataTables_wrapper .dataTable tbody tr {
    border-bottom: none !important;
}

.dataTables_wrapper .dataTable tbody td {
    border-bottom: none !important;
    border-right: 1px solid var(--primaryColor);
    /* Adjust color and thickness as needed */
}

/* Optional: Remove the last column's right border if desired */
.dataTables_wrapper .dataTable tbody td:last-child {
    border-right: none !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}

/*.swiper .swiper-slide {
	height: 530px;
}*/

.img-slider {
    width: 100%;
    background-position: top center;
    height: 700px;
    object-fit: cover;
}

.beranda-page .page-title {
    display: none;
}

.header {
    padding: 0px;
}

.navmenu a {
    padding: 5px 10px;
}

.header .logo img {
    padding: 10px 0px;
    height: 100px;
    max-height: 110px;
}

section,
.section {
    padding: 0px;
}

.title-section {
    position: relative;
    margin-bottom: 30px;
    color: var(--primaryColor);
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
}

.title-section h2 {
    font-weight: bolder;
}

.title-section .garnish {
    width: 150px;
    height: 5px;
    border-radius: 30px;
    display: block;
    margin: auto;
    background-color: #fd971f;
}

.meta-pelatihan {
    padding: 10px 20px;
}

.meta-pelatihan h5 {
    font-weight: bold;
}

.img-thumb-pelatihan {
    width: 100%;
    height: 390px;
    object-fit: contain;
    border-radius: 12px;
}

.meta-pelatihan span {
    font-size: 13px;
    color: #797979;
}

.btn-lihatsemua {}

.swiper-button-next,
.swiper-button-prev {
    background-color: #ffffff7a;
    border-radius: 28px;
    width: 40px;
    height: 40px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 18px;
    color: #000;
}

footer {
    background-color: var(--secondColor) !important;
    color: var(--heading-color) !important;

}

.footer .copyright {
    padding: 15px 0px;
}

.accordion-button:not(.collapsed) {
    color: var(--colorWhite);
    background-color: var(--primaryColor) !important;
    box-shadow: 0 0 0 0.25rem rgb(236 52 57 / 15%);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(236 52 57 / 15%);
}

.btn-loginadmin,
.btn-loginadmin:focus {
    background: var(--primaryColor);
    color: var(--colorWhite);
    font-size: 14px;
    padding: 8px 25px;
    margin: 0 0 0 30px;
    border-radius: 4px;
    transition: 0.3s;
}

.btn-loginadmin:hover,
.btn-loginadmin:focus:hover {
    color: var(--colorWhite);
    background: #fbbb29;
}

.btn-getstarted,
.btn-getstarted:focus {
    background: var(--primaryColor) !important;
    color: var(--colorWhite);
    font-size: 14px;
    padding: 8px 25px !important;
    margin: 0 0 0 30px;
    border-radius: 4px !important;
    transition: 0.3s;
}

.btn-getstarted:hover,
.btn-getstarted:focus:hover {
    color: var(--colorWhite);
    background: #fbbb29;
}

.scroll-top,
.scroll-top:hover {
    background: #fbbb29;
}


.logo-login {
    display: block;
    margin: auto;
}

.modal-login .modal-content {
    position: relative;
}

.modal-login .modal-header {
    position: absolute;
    right: 0px;
    z-index: 2;
    border-bottom: unset;
}

.input-group i {
    position: absolute;
    left: 12px;
    top: 8px;
    z-index: 21;
}


.input-group input {
    border-radius: 20px !important;
    padding-left: 40px;
}

#showhide {
    background-color: #eaeaea;
    border-color: transparent;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 75px;
    z-index: 10;
    padding: 0px 15px;
    border-radius: 0px 20px 20px 0px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(236 52 57 / 15%);
    border-color: var(--primaryColor);
}

.form-group {
    position: relative;
}


.modal .invalid-feedback {
    position: absolute;
    top: -2px;
    left: 95px;
    width: 100px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 0.5;
}

.hr-text:before {
    content: "";
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.group-input {
    display: none;
}

.group-input.active {
    display: block;
}

.navmenu li:hover>a,
.navmenu .active,
.navmenu .active:focus {
    color: var(--primaryColor) !important;
}

.item-grid-pelatihan {
    border: 2px solid #eaeaea;
    border-radius: 15px;
}

.meta-pelatihan h5 {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.active>.page-link,
.page-link.active {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.page-link {
    color: #3d4348;
}

.img-thumb-pendaftaran {
    width: 100%;
    height: 450px;
}

/*.section-pendaftaran:after {
	content: '';
	display: block;
	background-image: url('../../img/asset/rand.png');
	background-size: contain;
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
}*/

.btn-kembali-detail:hover,
.btn-kembali-detail:active,
.btn-kembali-detail {
    margin-bottom: 10px;
    display: block;
    color: var(--primaryColor);
}

.btn-kembali-detail i {
    position: relative;
    top: 3px;
}

.row-kontak {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.row-kontak .item-content {
    min-height: 450px;
}

.row-kontak .item-content:first-child {
    -webkit-box-shadow: 5px 0px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0px 10px -2px rgba(0, 0, 0, 0.3);
}

.row-kontak .item-content:last-child {
    display: flex;
    align-items: center;
}

.card-kontak {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}

.card-kontak .item-kontak {
    padding: 10px;
    border-radius: 8px;
    font-size: 14px;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 237, 240, 1) 65%);
}

.card-kontak .item-kontak a {
    color: #000 !important;
}

.item-kontak i {
    display: block;
    font-size: 40px;
    color: #4c4c4c;
}

.card-sosmed {
    width: 50%;
    margin: auto;
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(3, 1fr);
}

.card-sosmed i {
    border-radius: 10px;
    padding: 12px;
    font-size: 40px;
    color: #4c4c4c;
    background: #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 237, 240, 1) 60%);
}

.content-kontak-sosmed {
    position: absolute;
    bottom: 7px;
    width: 87%;
}

.item-sosmed a {
    position: relative;
    top: 0px;
    transition: 200ms all ease-in-out;
}

.item-sosmed:hover a {
    top: -10px;
}

.item-grid-testimoni {
    background-color: #fff;
    position: relative;
    min-height: 250px;
    border: 1px solid #eaeaea;
    border-radius: 8px;
}

.item-grid-testimoni:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50%;
    height: 150px;
    background-image: url(../../../assets/img/asset/breadcrum.png);
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    border-radius: 8px 0px 0px 0px;
}

.img-thumb-testimoni {
    width: 100%;
    position: absolute;
    z-index: 2;
    width: 90px;
    height: 90px;
    left: 15px;
    top: 15px;
    object-fit: cover;
    border-radius: 100%;
    padding: 6px;
    -webkit-box-shadow: 5px 0px 10px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.3);
}

.meta-testimoni {
    position: relative;
    z-index: 3;
    padding: 150px 20px 20px 10px;
}

.meta-testimoni h5 {
    position: relative;
    text-align: right;
    margin-top: -90px;
    margin-bottom: 0px;
    width: 65%;
    margin-left: 99px;
    min-height: 80px;

}

.meta-testimoni .section-nilai {
    position: relative;
    right: 20px;
    top: 15px;
}

.meta-testimoni .section-nilai i {
    font-size: 22px;
    color: #FFB22B;
}

.meta-testimoni span {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.grid-custom-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}

.grid-custom-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.grid-custom-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.grid-custom-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.grid-custom-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.img-thumb-item {
    width: 100%;
    height: 215px;
    object-fit: cover;
    border-radius: 12px;
}

.img-thumb-item:hover {
    cursor: pointer;
}

.item-umkm {
    background-color: #eaeaea5e;
    padding: 20px;
    border-radius: 20px;
}

.page-link:hover {
    color: var(--primaryColor);
}

.page-link:focus {
    box-shadow: unset;
    color: var(--primaryColor);
}


.main .content {
    min-height: 75vh;
}

.image-popup {
    width: 100%;
    height: auto;
}

.title-detail {
    font-size: 20px;
    font-weight: 500;
}

.chat-box {
    /* background: linear-gradient(135deg, #e91e63, #f44336); */
    background: var(--primaryColor);
    color: white;
    padding: 25px;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-box h5 {
    font-weight: bold;
    margin-bottom: 5px;
    color: white;

}

.chat-btn {
    background: #fff;
    color: #e91e63;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    transition: 0.3s;
}

.chat-btn:hover {
    background: #fce4ec;
    color: #d81b60;
}

.faq-header {
    /* background: linear-gradient(135deg, #e91e63, #f44336); */
    background: var(--primaryColor);
    ;
    color: white;
    padding: 50px 20px;
    text-align: center;
}

.faq-header h2 {
    font-weight: 700;
    color: white;
}

.faq-header p {
    margin: 0;
    font-size: 1.2rem;
}

.faq-item {
    text-align: center;
    margin-bottom: 30px;
}

.faq-item h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.faq-item p {
    color: #555;
}

.section-pd-bottom {
    padding: 0 0 2px 0;
}

.section-title {
    color: var(--primaryColor);
    font-weight: 800;
}

.title-news {
    color: var(--primaryColor);
    font-weight: 800;
    text-align: left;
}

.btn-selengkapnya {
    background: var(--primaryColor);
    color: white;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 20px;
    transition: 0.3s;
}

.btn-selengkapnya:hover {
    background: #d81b60;
    color: #fff;
}

.news-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card img {
    height: 200px !important;
    object-fit: cover;
}

.news-card .card-body {
    padding: 20px;
}

.news-card .card-text {
    height: 16vh;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    /* batas jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news-card .card-title {
    font-weight: 700;
    color: #1a237e;
}

.news-card .news-meta {
    font-size: 0.9rem;
    font-weight: 600;
    color: #f57c00;
    margin-bottom: 10px;
}

.news-card .read-more {
    font-weight: 600;
    color: #1a237e;
    text-decoration: none;
}

.news-card .read-more:hover {
    text-decoration: underline;
}

.section-pesan-bg {
    background-image: url(../../img/simpora/bg_dispora_gubernur.svg);
    min-height: 530px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 30px;
}

.governor-section {
    background: var(--primaryColor);
    color: white;
    border-radius: 40px;
    padding: 40px 40px 0px 40px;
    position: relative;
}

.governor-section img.holding-hp-apk {
    z-index: 5;
    margin-top: -80px;
}

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

.governor-text {
    position: absolute;
    bottom: 70px;
    right: 0;
}

.governor-text h5 {
    /* font-weight: 700; */
    margin-bottom: 20px;
}

.governor-text p {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 20px;

}

.governor-name {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    padding: 30px 10px 10px 40px;
    text-align: left;
    margin-bottom: 0;
    background: var(--primaryColor);
    border-bottom-left-radius: 40px;
}


.governor-sign {
    margin-top: 20px;
    font-weight: 600;
    font-size: 1rem;
    font-weight: bold;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 35%;
    padding: 30px 10px 10px 40px;
    text-align: left;
    margin-bottom: 0;
    background: var(--primaryColor);
    border-bottom-left-radius: 40px;
}


.info-card {
    background-color: #FFE8ED;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-card h3 {
    height: 3rem !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primaryColor);
}

.info-card .big-number {
    height: 25vh !important;
    font-size: 2rem;
    font-weight: 800;
    color: var(--primaryColor);
    margin-bottom: 15px;
}

.info-card .region {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primaryColor);
}

.info-card .btn-custom {
    background-color: var(--primaryColor);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    margin: 5px 0;
    width: 100%;
    transition: all 0.3s;
}

.info-card .btn-custom:hover {
    background-color: #c2185b;
}

.facility-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.facility-item img {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.facility-item h6 {
    font-weight: 700;
    margin: 0;
    font-size: 0.9rem;
}

.facility-item p {
    margin: 0;
    font-size: 0.8rem;
}

.gallery-section {
    background-color: #f8c8d0;
    /* pink seperti di contoh */
    padding: 50px 20px;
    margin-bottom: 30px;
}

.gallery-title {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #d62839;
    margin-bottom: 30px;
}

.carousel-item img {
    border-radius: 10px;
}

.card-caption-old {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    /* ganti putih agar kontras */
    margin-top: 0px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 8px;
    /* beri sedikit ruang */
    background: rgba(0, 0, 0, 0.6);
    /* semi transparan hitam */
    text-align: center;
    margin-bottom: 0px;
    border-bottom-left-radius: 6px;
    /* opsional: radius bawah */
    border-bottom-right-radius: 6px;
}


.card-caption {
    font-size: 1rem;
    font-weight: bold;
    color: #b71c1c;
    /* sesuai contoh di screenshot */
    margin-top: 0;
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px;
    text-align: center;
    margin-bottom: 0;

    /* Efek gradasi seperti screenshot */
    background: linear-gradient(to top,
            rgba(255, 192, 203, 0.95) 30%,
            /* pink pekat di bawah */
            rgba(255, 192, 203, 0.6) 70%,
            /* memudar ke atas */
            rgba(255, 192, 203, 0) 100%
            /* full transparan di atas */
        );
}

.btn-status-sarpras-buka {
    background: #98F97D;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-sarpras-reservasi {
    background: #96D3FF;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-sarpras-renovasi {
    background: #FFF196;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-sarpras-tutup {
    background: #FF9D96;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-selesai-event {
    background: #98F97D;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-buka-event {
    background: #96D3FF;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.btn-status-verifikasi-event {
    background: #F2BD4C;
    color: black;
    border-radius: 0px;
    --bs-btn-border-color: transparent;
}

.table-custom th {
    background-color: var(--primaryColor) !important;
    color: white;
    text-align: center;
    vertical-align: middle;

}

.table-title {
    background-color: var(--primaryColor);
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    /* border-radius: .5rem .5rem 0 0; */
}

.table-title-medali {
    background-color: white;
    color: #E09900;
    font-size: 1.8rem;
    font-weight: 900;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    /* border-radius: .5rem .5rem 0 0; */
}

.card-custom {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: .5rem;
    overflow: hidden;
    padding: 20px;
}

.card-medali {
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    overflow: hidden;
    margin: 5px;
}

.month-nav {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    gap: 15px;
    font-weight: 700;
    color: var(--primaryColor);
    margin-bottom: 1rem;
    font-size: 30px;
}

.calendar-box {
    background-color: #FAD9E0;
    padding: 20px;
    border-radius: 12px;
}

.card-data {
    background-color: #FAD9E0;
    padding: 20px 40px;
    border-radius: 12px;
}

.calendar-box table {
    width: 100%;
    text-align: center;
}

.calendar-box th,
.calendar-box td {
    padding: 8px;
    cursor: pointer;
}

.calendar-box td.active {
    background-color: var(--primaryColor);
    color: white !important;
    border-radius: 50%;
}

.calendar-box td:hover {
    background-color: #f06292;
    color: #fff;
    border-radius: 50%;
}

.event-date {
    color: var(--primaryColor) !important;
    font-weight: bold;
    padding: 15px;
    /* margin-bottom: 1.5rem; */
}

.event-date h4,
.event-date h5,
.event-date h6 {
    color: var(--primaryColor);
    font-weight: bold;
}

.event-box {
    background-color: var(--primaryColor);
    color: white;
    padding: 15px;
    margin-bottom: 1.5rem;
    align-content: center;
    height: 100%;
}

.event-box h1,
.event-box h3,
.event-box h4 {
    color: white !important;
    font-weight: 700;
    margin: 0px;
}

.btn-tes {
    background-color: var(--primaryColor);
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-weight: bold;
}

.header-medali {
    background-color: var(--colorYellowMedali);
    color: #000;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
}

.peringkat-title {
    font-weight: bold;
    font-size: 2rem;
    margin: 15px 0;
    color: #E09900;
}

.table-bordered {
    --bs-table-border-color: transparent;
    border-color: transparent !important;
    --bs-table-bg: transparent;

}

.table-bordered th {
    --bs-table-color: var(--primaryColor) !important;
}

.table th,
.table td {
    vertical-align: middle;
    text-align: center;

}

.jadwal-header {
    background-color: var(--colorYellowMedali);
    color: #000;
    font-weight: normal;
    padding: 12px;
    font-size: 1.3rem;
}

.jadwal-table th {
    background-color: #f2bd4cbf;
    color: #000;
    font-weight: normal;
}

.status-selesai {
    background-color: var(--colorYellowMedali);
    color: #000;
    padding: 5px 10px;
    font-size: 0.85rem;
    border-radius: 5px;
    font-weight: normal;
}

.card-berita {
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.card-berita img {
    height: 30vh;
    object-fit: cover;
}

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

.card-medali img {
    width: 3%;

}

.card-medali th {
    --bs-table-color: black !important;

}

.page-title {
    color: var(--primaryColor) !important;
    background-color: white !important;
    text-align: center;
}

.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4 {
    color: var(--primaryColor) !important;
    background-color: white !important;
    text-align: center;
}

.text-center-data-lain {
    height: 25vh;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

div.dt-scroll-body {
    border-color: transparent !important;
}

.card-medali td.active {
    background-color: #F2BD4C;
    color: black !important;
    border-radius: 50%;
}

.card-medali td:hover {
    background-color: #F2BD4C;
    /* color: #fff; */
    color: #E09900;
}

.card-jadwal td:hover {
    background-color: #F2BD4C;
    color: #fff;
    /* color: #E09900; */
}

.dataTables_scrollBody {
    overflow-y: scroll !important;
}

.text-score {
    color: var(--primaryColor) !important;
    margin: 0px;
    padding: 0px;
}

.fixed-height {
    height: 400px;
    /* tinggi fix */
}

.object-fit-cover {
    object-fit: cover;
    /* biar gambar penuh tapi tidak gepeng */
}


/* CSS ID CARD */

.single_advisor_profile {
    position: relative;
    margin-bottom: 50px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    z-index: 1;
    border-radius: 15px;
    -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
    box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
}

.single_advisor_profile .advisor_thumb {
    position: relative;
    z-index: 1;
    border-radius: 15px 15px 0 0;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    background-color: var(--primaryColor);
    overflow: hidden;
}

.single_advisor_profile .advisor_thumb::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 150%;
    height: 80px;
    bottom: -45px;
    left: -25%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

@media only screen and (max-width: 575px) {
    .single_advisor_profile .advisor_thumb {
        height: 400px;
        padding-right: 40px;
    }

    .single_advisor_profile .advisor_thumb::after {
        height: 140px;
        bottom: -90px;
    }

    .card-medali img {
        width: 12%;

    }

}

.single_advisor_profile .advisor_thumb .social-info {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    right: 30px;
    text-align: right;
}

.single_advisor_profile .advisor_thumb .social-info a {
    font-size: 14px;
    color: #020710;
    padding: 0 5px;
}

.single_advisor_profile .advisor_thumb .social-info a:hover,
.single_advisor_profile .advisor_thumb .social-info a:focus {
    color: #3f43fd;
}

.single_advisor_profile .advisor_thumb .social-info a:last-child {
    padding-right: 0;
}

.single_advisor_profile .single_advisor_details_info {
    position: relative;
    z-index: 1;
    padding: 30px;
    text-align: right;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 0 0 15px 15px;
    background-color: #ffffff;
}

.single_advisor_profile .single_advisor_details_info::after {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    z-index: 1;
    width: 50px;
    height: 3px;
    background-color: #3f43fd;
    content: "";
    top: 12px;
    right: 30px;
    border-bottom: 4px solid transparent;
    border-image: url(../../img/header-border.svg) 30 round;
}

.single_advisor_profile .single_advisor_details_info h5 {
    text-transform: uppercase;
    font-family: var(--f-semibold);
    font-size: 12px;
}

.single_advisor_profile .single_advisor_details_info h6 {
    margin-bottom: 0.25rem;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info h6 {
        font-size: 14px;
    }
}

.single_advisor_profile .single_advisor_details_info p {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 0;
    font-size: 14px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_advisor_profile .single_advisor_details_info p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {
    .single_advisor_profile .single_advisor_details_info {
        background-color: transparent;
        margin-top: -30px;
    }
}

.single_advisor_profile:hover .advisor_thumb::after,
.single_advisor_profile:focus .advisor_thumb::after {
    background-color: var(--primaryColor);
}

.single_advisor_profile:hover .advisor_thumb .social-info a,
.single_advisor_profile:focus .advisor_thumb .social-info a {
    color: #ffffff;
}

.single_advisor_profile:hover .advisor_thumb .social-info a:hover,
.single_advisor_profile:hover .advisor_thumb .social-info a:focus,
.single_advisor_profile:focus .advisor_thumb .social-info a:hover,
.single_advisor_profile:focus .advisor_thumb .social-info a:focus {
    color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info,
.single_advisor_profile:focus .single_advisor_details_info {
    background-color: var(--primaryColor);
}

.single_advisor_profile:hover .single_advisor_details_info::after,
.single_advisor_profile:focus .single_advisor_details_info::after {
    background-color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info h6,
.single_advisor_profile:focus .single_advisor_details_info h6 {
    color: #ffffff;
}

.single_advisor_profile:hover .single_advisor_details_info p,
.single_advisor_profile:focus .single_advisor_details_info p {
    color: #ffffff;
}