@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Duru+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital@0;1&display=swap');

:root {
    --primary-color: #0052A5;
    --secondary-color: #0875b4;
    --accent-color: #00bcc2;
    --background: #F1F3F5;

    --primary-hover: #0052a5f3;

    --light-color: #f1f8ff;
    --dark-color: #232323;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

body {
    min-height: 100vh;
}

h1,
h2 {
    color: var(--primary-color);
}

a {
    text-decoration: none;
}

.justified {
    text-align: justify;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    transition: all 0.4s ease-in-out;
}

.bg-primary:hover {
    background-color: var(--primary-hover) !important;
}

.text-main {
    color: var(--primary-color);
}


/* header styling */

.quick-links-top {
    height: 48px;
    background-color: var(--primary-color);
}

.quick-links-top .container {
    height: 100%;
}

.quick-links-top a {
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.quick-links-top p,
.quick-links-top a {
    font-size: 13px;
    color: #eee;
    margin-top: 12px;
    transition: all 0.4s ease-in-out;
}

.quick-links-top .special-top-link a {
    border: 1px solid #ffffff60 !important;
}

.quick-links-top a:hover {
    transform: scale(1.05);
}

@media only screen and (max-width: 992px) {
    .quick-links-top {
        display: none;
    }
}

/* navigation bar */

.navigation {
    height: 60px;
    /* background: var(--dark-color); */
    margin-bottom: 2px;
    background-image: repeating-linear-gradient(90deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(90deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 10px), linear-gradient(90deg, rgb(20, 20, 20), rgb(20, 20, 20));
}

.nav-container {
    margin: auto;
    position: relative;
    height: 100%;
}

.brand {
    position: absolute;
    line-height: 25px;
    top: 8px;
    text-transform: uppercase;
}

.brand .logo-img {
    max-width: 42px;
}

.brand a {
    font-size: 1.4em;
    letter-spacing: 2px;
}

.brand span {
    font-size: 8px;
    display: block;
    letter-spacing: 0.5px;
    line-height: 4px;
    font-weight: 400;
}

.brand a,
.brand a:visited {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

nav {
    float: right;
    width: 90%;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 60px;
    color: #fafafa;
    background: var(--dark-color);
    text-decoration: none;
    font-size: 0.8em;
    letter-spacing: 0.4px;
}

nav ul li a {
    background: transparent;
    color: #FFF;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: var(--primary-color);
    color: #ffffff !important;
}

.navbar-dropdown li a {
    background: var(--primary-color);
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 13px 15px;
    color: #bbb !important;
    line-height: 15px;
    font-size: 12px !important;
}

nav ul li ul li a:hover {
    background-color: var(--primary-hover);
}

.navbar-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}

/* Mobile navigation */

.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}

@media only screen and (max-width: 992px) {
    .nav-mobile {
        display: block;
    }

    .brand {
        margin-left: 1.5rem;
    }

    nav {
        float: none;
        width: 100%;
        padding: 50px 0 15px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        padding-left: 30px;
        line-height: 20px;
        background-image: repeating-linear-gradient(90deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 60px), repeating-linear-gradient(0deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 10px), repeating-linear-gradient(90deg, hsla(57, 0%, 42%, 0.09) 0px, hsla(57, 0%, 42%, 0.09) 1px, transparent 1px, transparent 10px), linear-gradient(90deg, rgb(20, 20, 20), rgb(20, 20, 20));

    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .navbar-dropdown {
        position: static;
    }

    .nav-container {
        max-width: 1500px;
        margin: 0 auto;
    }

    @media screen and (min-width:992px) {
        .nav-list {
            display: block !important;
        }
    }

    #navbar-toggle {
        position: absolute;
        left: 18px;
        top: 15px;
        cursor: pointer;
        padding: 14px 30px 16px 0px;
    }

    #navbar-toggle span,
    #navbar-toggle span:before,
    #navbar-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 3px;
        width: 30px;
        background: #efefef;
        position: absolute;
        display: block;
        content: '';
        transition: all 150ms ease-in-out;
    }

    #navbar-toggle span:before {
        top: -10px;
    }

    #navbar-toggle span:after {
        bottom: -10px;
    }

    #navbar-toggle.active span {
        background-color: transparent;
    }

    #navbar-toggle.active span:before,
    #navbar-toggle.active span:after {
        top: 0;
    }

    #navbar-toggle.active span:before {
        transform: rotate(45deg);
    }

    #navbar-toggle.active span:after {
        transform: rotate(-45deg);
    }
}

@media (max-width: 576px) {
    .brand {
        margin-left: 0.75rem;
        top: 10px;
    }

    .brand .logo-img {
        max-width: 36px;
    }

    .brand a {
        font-size: 1.25em;
        font-weight: 600;
    }
}

/* image slider carousel*/
.carousel,
.carousel-inner,
.carousel-item {
    height: 86vh;
    position: relative;
}

.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.carousel-indicators {
    bottom: 20px;
    margin-bottom: 0;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.1;
    transition: opacity 0.3s, background-color 0.3s, transform 0.3s;
    margin: 0 5px;
}

.carousel-indicators .active {
    opacity: 0.9;
    transform: scale(1.2);
}

.custom-caption {
    position: absolute;
    color: white;
    background-image: linear-gradient(135deg, #061124 0%, #051024 1%, #2a5298 100%);
    z-index: 10;
    padding: 0 30px;
}

.caption-heading {
    bottom: 50px;
    left: 0;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    max-width: 60%;
    opacity: 0.8;
}

.caption-heading h5 {
    font-size: clamp(1rem, 4vw, 2rem);
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
}

.caption-heading p {
    font-size: clamp(0.6rem, 2vw, 1rem);
    font-weight: 400;
    margin-bottom: 0;
    color: #ddd;
}

@media (max-width: 1192px) {

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 45vh;
    }
}

@media (max-width: 768px) {

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 40vh;
    }

    .caption-heading {
        bottom: 60px;
        padding-left: 20px;
        padding-right: 20px;
        max-width: 90%;
    }
}

@media (max-width: 576px) {

    .carousel,
    .carousel-inner,
    .carousel-item {
        height: 35vh;
    }
}


/* about section index */

.about-index h1 {
    font-family: "Duru Sans", sans-serif;
    position: relative;
    display: inline-block;
}

.about-index h1::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    opacity: 0.15;
    transform: translateY(-50%);
}

.about-index h2 {
    font-family: "Baskervville", serif;
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    font-weight: 400;
}

.about-index p {
    text-align: justify;
    line-height: 30px;
    font-size: 14px;
}

@media (max-width: 768px) {

    .caption-heading {
        bottom: 45px;
    }

    .about-index h1 {
        position: static;
        padding-left: 0px;
    }

    .about-index h1::before {
        content: none;
    }
}


/* index about section tab */

.responsive-tabs {
    padding: 1rem 0;
}

.responsive-tabs .nav-tabs {
    display: none;
}

.tab-data a {
    color: var(--primary-color);
}

.nav-tabs .nav-link.active {
    background-color: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link:hover {
    opacity: 0.8;
    border: 0;
}

.tab-data .card-body {
    background-color: #f8f9fa;
}

.tab-content ul li {
    background-color: #f8f9fa;
}

.tab-pane .card-header {
    background-color: var(--primary-color);
}

.tab-pane .card-header:hover {
    background-color: var(--primary-hover);
}

.tab-pane .card-header h5 a {
    color: #fff;
}

.about-index ul.list-group li {
    color: #666;
    font-size: 14px;
}

@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
        justify-content: space-around;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
}

/* notice and circular section*/

.index-notifications .notice h3 {
    color: #fff;
    font-size: clamp(1rem, 4vw, 1.5rem);
    background-color: var(--primary-color);
}

.index-notifications .circular h3 {
    color: #fff;
    font-size: clamp(1rem, 4vw, 1.5rem);
    background-color: var(--primary-color);
}

.index-notifications .notice,
.index-notifications .circular {
    cursor: pointer;
}

marquee {
    max-height: 280px;
}

/* links and information section*/

.index-link-info {
    background: linear-gradient(135deg, var(--primary-color) 0%, #162b45 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.index-link-info .box {
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    text-align: center;
    padding: 40px 25px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
    position: relative;
}

.index-link-info .box:hover {
    transform: translateY(-10px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.35);
    border-color: rgba(255, 255, 255, 0.35);
}

.index-link-info .box i {
    font-size: 6rem;
    margin-bottom: 12px;
    display: block;
    transition: transform .35s ease;
}

.index-link-info .box:hover i {
    transform: scale(1.15) rotate(5deg);
}

.index-link-info .box a {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.9rem;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    padding: 5px 8px;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.index-link-info .box a:hover {
    border-color: #eee;
}

.index-link-info h3 {
    font-weight: 700;
    letter-spacing: 1px;
    color: #f2f2f2 !important;
}

.index-link-info hr {
    border: none;
    height: 2px;
    background: rgba(255, 255, 255, 0.25);
    width: 80%;
    margin: 50px auto;
    border-radius: 100px;
}

/* management section */

.index-management {
    background: #f7f9fc;
    padding-top: 60px;
    padding-bottom: 80px;
}

.index-management h2 {
    font-weight: 800;
    letter-spacing: 0.5px;
}

.index-management p {
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.index-management .card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

.index-management .card:hover {
    transform: translateY(-10px);
}

.index-management .img-container {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
}

.index-management .member-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.index-management .img-container:hover .member-img {
    transform: scale(1.15);
}

.profile-link {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    background: rgba(0, 0, 0, 0.65);
    text-align: center;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.45s ease;
}

.img-container:hover .profile-link {
    transform: translateY(0);
    opacity: 1;
}

.index-management h5 a {
    color: var(--primary-color);
    font-size: 1.1rem;
    text-decoration: none;
}

.index-management h5 a:hover {
    text-decoration: underline;
}

.index-management .text-muted {
    font-size: 0.8rem;
    letter-spacing: 0.5px;
}

.index-management a.btn {
    background: var(--primary-color);
    color: #fff;
    border-radius: 50px;
    padding: 8px 32px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.index-management a.btn:hover {
    background: var(--primary-hover);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* contact us section */

.form-control:focus {
    outline: var(--primary-color);
    box-shadow: none;
    border-color: transparent;
}

::placeholder {
    color: #cacaca;
    font-size: 14px;
}

.form-control {
    border: 1px solid #eee;
    transition: border-color 0.2s ease;
}

.form-control:hover,
.form-control:focus {
    border-color: #ccc;
    background-color: #fefefe;
}

/* information index page */

.box {
    /* width: 100%; */
    position: relative;
    height: 10rem;
    margin-top: 2rem;
    display: grid;
    place-content: center;
    color: white;
    text-shadow: 0 1px 0 #000;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle),
            #213,
            #112 5%,
            #112 60%,
            #213 95%);
    border: solid 5px transparent;
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle),
            transparent 25%,
            rgb(0, 64, 119),
            #888888 99%,
            transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 3s linear infinite;
    animation: bg-spin 3s linear infinite;
}

@-webkit-keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.index-link-info i {
    position: absolute;
    font-size: 5rem;
    opacity: 0.05;
    top: 2rem;
    left: 1.2rem;
}

/* Footer section */

footer {
    background-image: repeating-linear-gradient(135deg, rgba(79, 79, 79, 0.01) 0px, rgba(79, 79, 79, 0.01) 14px, rgba(94, 94, 94, 0.01) 14px, rgba(94, 94, 94, 0.01) 28px, rgba(109, 109, 109, 0.01) 28px, rgba(109, 109, 109, 0.01) 42px, rgba(124, 124, 124, 0.01) 42px, rgba(124, 124, 124, 0.01) 56px, rgba(139, 139, 139, 0.01) 56px, rgba(139, 139, 139, 0.01) 70px, rgba(154, 154, 154, 0.01) 70px, rgba(154, 154, 154, 0.01) 84px, rgba(169, 169, 169, 0.01) 84px, rgba(169, 169, 169, 0.01) 98px, rgba(184, 184, 184, 0.01) 98px, rgba(184, 184, 184, 0.01) 112px), repeating-linear-gradient(45deg, rgba(221, 221, 221, 0.01) 0px, rgba(221, 221, 221, 0.01) 14px, rgba(207, 207, 207, 0.01) 14px, rgba(207, 207, 207, 0.01) 28px, rgba(192, 192, 192, 0.01) 28px, rgba(192, 192, 192, 0.01) 42px, rgba(178, 178, 178, 0.01) 42px, rgba(178, 178, 178, 0.01) 56px, rgba(164, 164, 164, 0.01) 56px, rgba(164, 164, 164, 0.01) 70px, rgba(150, 150, 150, 0.01) 70px, rgba(150, 150, 150, 0.01) 84px, rgba(135, 135, 135, 0.01) 84px, rgba(135, 135, 135, 0.01) 98px, rgba(121, 121, 121, 0.01) 98px, rgba(121, 121, 121, 0.01) 112px), linear-gradient(90deg, #ffffff, #ffffff);
    border-top: 1px solid #eee;

    h4 {
        color: var(--primary-color);
        font-size: 1.3rem;
    }

    li a {
        font-size: 14px;
    }

    .main-footer-links li a::before {
        content: '+';
        left: -10px;
        margin-right: 5px;
        font-weight: 500;
    }

    li a:hover {
        color: var(--secondary-color) !important;
    }

    .company-column {
        p {
            font-size: 14px;
        }
    }
}


/* page heading section */

.page-heading {
    /* background-color: #143658; */
    background: url('../images/other/heading-image.jpg');
    background-size: cover;
    color: #fff;
    height: 240px;
    width: 100%;
    overflow: hidden;
}

.page-heading i {
    position: absolute;
    font-size: 5rem;
    opacity: 0.1;
}

/* members page */

.member-card {
    border-radius: 22px !important;
    border-color: #f7f7f7 !important;
    background: #fefefe;
    transition: all 0.4s ease-in-out;
}


.member-img-wrapper {
    width: 110px;
    height: 110px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 0 3px var(--primary-hover);
    transition: all 0.4s ease-in-out;
}


.member-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

    .member-img-wrapper {
        border: 0px solid #fff;
        box-shadow: none;
    }
}


.member-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-body h5 {
    font-size: 0.95rem;
}

.card-body p {
    font-size: 0.8rem;
}

/* member profile page */

.profile-card {
    max-width: 850px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    transition: 0.3s ease;
}

.profile-img-wrapper {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    padding: 6px;
    transition: all 0.4s ease-in-out;
}

.profile-img-wrapper:hover {
    transform: rotate(-5deg);
}

.profile-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-item i {
    font-size: 1rem;
}

.btn-secondary {
    background: #6c757d;
    border: none;
}

/* contact us */

section.contact-page-sec {
    padding: 60px 0;
    min-height: 75vh;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s ease;
}

.contact-card:hover {
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: #f1f5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 18px;
    font-size: 28px;
    color: var(--primary-color);
}

.contact-card h5 {
    font-size: 1.1rem;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-card p {
    font-size: 0.8rem;
}


.contact-page-form {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.contact-page-map {
    margin-top: 36px;
}

.contact-page-form form {
    padding: 20px 15px 0;
}


/* no content page */

.no-content-page {
    min-height: 25vh;
}

/* members */

.image-container img {
    width: 160px !important;
    height: 160px !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
}

/* table */

table tr {
    height: 50px;
}

tr:nth-child(even) {
    background-color: #14375707;
}

table tr td,
table tr th {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-wrap: wrap;
}

table tr td {
    color: #777;
}

table tr th {
    background-color: var(--primary-color);
    color: #ddd;
}


@media only screen and (max-width: 576px) {
    .table-container {
        overflow-x: auto;
    }
}

/* breadcumb design */

.breadcumb-container {
    background-color: var(--background);
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;

}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    font-weight: 500;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

ul.breadcrumb li a {
    color: #777;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: var(--primary-hover);
}

/* renewal */

/* user container */
.user-container {
    background-color: var(--primary-color);
}


/* important links just below hero image in index page*/

.service-card {
    border: 1px solid #fafafa;
    border-radius: 14px;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 42px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.service-card h5 {
    font-weight: 600;
    color: var(--dark-color);
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.service-card p {
    font-size: 14px;
    color: #6c757d;
}

.card-link {
    text-decoration: none;
    color: inherit;
}