.shead {
    color: #37517e;
}
.sfont{
    color: rgba(55, 81, 126);
}

.ccard {
    flex-wrap: wrap;
    display: flex;

    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    background: #1e4e93;
}

.ccard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.cc-title {
    font-size: 1.8rem;
    color: white; !important;
}

.cc-bar {
    width: 8rem;
    height: 0.4rem;
    margin: 0.5rem 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
    --bs-bg-opacity: 1;
    background-color: rgb(57, 181, 255) !important;
}

.card.hover-shadow-light, .hover-shadow-light {
    transition: all .5s ease-in-out;
}

.card.hover-shadow-light:hover, .hover-shadow-light:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .05);
    transition: all .5s ease-in-out;
}

.glow:hover {
    border-color: #37517e;
    box-shadow: 0px 0px 42px 6px rgb(55, 81, 126, 0.67);
}

.scale:hover {
    transform: scale(1.05);
}

.fcard {
    perspective: 1000px;
}

.fcard:hover .card-inner {
    transform: rotateX(180deg);
}

.card-inner {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s;
    border: 1px solid rgba(55, 81, 126, 0.81);
    border-radius: 5px;
}

.card-front,
.card-back {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box; /* Include padding and border in the width and height */
    padding: 20px; /* Adjust padding as needed */
}

.card-front .content {
    opacity: 1;
    transition: opacity 0.8s;
}

.fcard:hover .card-front .content {
    opacity: 0;
}

.card-back {
    transform: rotateX(180deg);
    position: absolute;
    top: 0;
    left: 0;
}
.portrait {
    max-width: 11rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.scale-hero {
    transform: scale(1.2);
}
.cicon {
    max-width:10rem;
}
.bottom-button {
    position: absolute; 
    bottom: 1rem; right: 2rem;
}
.fixed-header {
  width: 100%;
  background-image: url(../img/mainbg.jpg);
  background-size: cover;
  background-position: center;
}
