a{
    color:#1d6e80;
}

.container-header .container-nav{
    justify-content: space-between;
    align-items: center;
    padding:0px;
}
.container-header .navbar-brand{
    margin-inline-end: unset;
}
.container-header{
    background-color: #fff;
    background-image: unset;
    border-bottom: 1px solid #dae0e7;
    box-shadow: 0 4px 24px -8px hsl(214 31% 21% / .1);
}
.container-header nav {
    margin-top: 0em;
}
.container-header .container-search {
    margin-top: 0;
}
.container-header .navbar-brand{
    padding: 0px;
}
.metismenu.mod-menu .mm-toggler,
.container-header .mod-menu>li>a, .container-header .mod-menu>li>span{
    color: #131b25;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}
div.mod-languages ul li.lang-active{
    background-color: unset;
}
div.mod-languages ul li.lang-active a{
    background-color: #1d6e80;
    color: #fff;
}
div.mod-languages a{
    padding: .50rem;
    border: 1px solid #dae0e7;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
     color: #131b25;
}
.container-banner{
    background: linear-gradient(
  to bottom,
  #fcfcfc 0%,
  #f0f2f44d 50%,
  #60d2d21a 100%
);
margin-bottom: 0px;
}
.featurebox h1{
    font-size: 60px;
    line-height: 1;
    margin-bottom: 28px;
    color: #253346;
}
.featurebox-intro{
    font-size:20px;
    color: #637388;
}
.featurebox {
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 60vh;
}

.featurebox-content,
.featurebox-image {
    flex: 1 1 50%; /* each takes 50% of the container width */
    max-width: 50%;
    box-sizing: border-box;
}

.featurebox-content {
    /* padding-right: 1.5rem; */
}

.featurebox-image {
    text-align: right;
}

.featurebox-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .featurebox {
        flex-direction: column;
    }

    .featurebox-content,
    .featurebox-image {
        max-width: 100%;
        flex: 1 1 100%;
        padding: 0;
        text-align: center;
    }

    .featurebox-image {
        margin-top: 1.5rem;
    }
}
.card{
    border:0px;
    background-color: unset;
}
.card-header {
    text-align: center;
    background-color: unset;
    border-bottom: 0px;
    padding-bottom: 2rem;
}

.title-gradient {
    background: linear-gradient(to right, #253346 0%, #17a6ba 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.featurebox-btn{
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #131B25;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: 1px solid #dae0e7;
    background-color: #fff;
    font-size: 0.85rem;
    margin-top:25px;
}

.com-content-category-blog__item .readmore .btn-secondary:hover,
.featurebox-btn:hover{
    background-color: #1d6e80;
    color: #fff;
    border-color: #1d6e80;
}
.container-bottom-b{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.c-info-list a{
    text-decoration: none !important;
    padding-left: 8px;
}

.footer{
    background-image: none;
    background-color: #253346;
    text-align: center;
}
.footer .grid-child {
    justify-content: center;
    padding: 2rem 0em;
}

ul.c-info-list li:not(:last-child) a::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

.c-info ul>li>a:before {
  display: none;
}

.c-info ul>li {
  border-bottom: 0px;
  display: inline-flex;
  align-items: center;
}

.c-info img {
  height: 35px;
  width: auto;
}

.c-info {
  font-size: 17px;
}
.fab, .icon-joomla {
    font-size: 36px;
    padding-left: 10px;
}
.item-content .page-header h2{
    font-size: 1.375rem;
    margin: 0 0 1.25rem 20px 0;
    color: #131B25;
}
.item-content .page-header h2 a{
    text-decoration: none;
    color: #131B25;
}
.item-content .page-header h2{
    margin: 0px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Force equal-height blog items */
.com-content-category-blog__items {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

/* Each item takes 1/3 width (3 columns) */
.com-content-category-blog__item {
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    box-shadow: 0 1px 2px 0 #efefef;
    background-color: #fcfdfd;
    border-radius: 12px;
    box-sizing: border-box;
}

/* Make inner content fill full height */
.com-content-category-blog__item .item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 20px;
}

.readmore{
    margin-bottom: 0px;
}

.blog-featured .page-header,
.com-content-category-blog .page-header,
.com-content-article .page-header:first-of-type{
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.com-content-category-blog__item .page-header{
    border-bottom: 0px;
    margin-bottom: 0px;
}
.com-content-category-blog__item .readmore .icon-chevron-right{
    display: none;
}
.com-content-category-blog__item .readmore .btn{
  padding: 0.5rem 1rem !important;
}
.com-content-category-blog__item .readmore .btn-secondary{
    color: #131B25;
    border-radius: 10px;
    border: 1px solid #dae0e7;
    background-color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
}
.com-content-article .page-header{
    margin-bottom: 30px;
}

.reviews,
.what-we-offer{
    background-color: #fcfcfc;
}

/**Form**/
.contact .card-body,
.layout-blog .card-body,
.faq .card-body{
    box-shadow: 0 1px 2px 0 #efefef;
    background-color: #fcfdfd;
    border-radius: 12px;
}
.faq {
    background-color: #fff;
}

.faq input{
    border-radius: 8px;
}
.contact .rsform-submit-button,
.faq .rsform-submit-button{
    background-color: #1d6e80;
    border-color: #1d6e80;
    width: 100%;
    border-radius: 8px;
    font-weight: 500;
}
div.mod-languages a:hover,
.contact .rsform-submit-button:hover,
.faq .rsform-submit-button:hover{
    border-color: #1d6e80;
    background-color: #fff;
    color: #1d6e80;
}
.faq,
.what-we-offer{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.faq h2{
    text-align: left;
}
.faq .container-bottom-a{
    gap:30px;
}
h2{
    font-size: 30px;
}
.bottom-footer{
    border-top: 1px solid;
}
.bottom-footer .mod-list{
    margin-left: auto;
    flex-direction: row;
    gap: 30px;
}

.contact .site-grid,
.com-content-category-blog,
.com-content-article{
padding: 40px 0;
}

/* Mobile (max-width: 768px) */
@media (max-width: 768px) {
.navbar-collapse{
        position: fixed;
        top: 85px;
        left: 0;
        width: 100vw;
        max-width: 95%;
        background-color: #fff;
        border: 1.5px solid #1d6e80;
        border-radius: 0 0 8px 8px;
        padding: 1rem;
        z-index: 9999;
        margin-left: 10px;
        margin-right: 10px;
}
.metismenu.mod-menu .metismenu-item>ul{
    position: relative;
}
.container-header .navbar-collapse.show{
    display: unset;
}
.contact-row-inner {
    flex-direction: column;
}
.container-header .navbar-toggler {
    color: #000000;
    border: 1px solid #000000;
}
.featurebox h1{
    font-size: 38px;
    margin-top: 28px;
}
.bottom-footer .mod-list {
    margin-left: unset !important;
}
.slick-next{
    display: none !important;
}
.com-content-category-blog__items {
    flex-direction: column;
}
}

.contact-row {
    width: 100%;
    padding: 40px 0;
}

.contact-row-inner {
    display: flex;
    gap: 30px;
}

.contact-col {
    flex: 1; /* Makes both columns take 50% */
}

.container-component{
    grid-area: inherit;
}
.contact-info{
    margin-bottom: 50px;
}
.contact-info:last-child {
    margin-bottom: 0;
}
.contact-info ul{
    padding-left: 0rem;
    margin-bottom: 0rem;
}
.contact-info li{
    list-style: none;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-info li:last-child {
    margin-bottom: 0;
}
.contact-info .fa-user{
    color: #0c7ae9;
    background-color: #e7f2fc;
}
.contact-info .fa-phone,
.contact-info .fa-envelope{
    color: #1d6e80;
    background-color: #ecfbff;
}
.contact-info .fa-user,
.contact-info .fa-phone,
.contact-info .fa-envelope{
    width: 2.5rem;
    height: 2.5rem;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-info h2,
.contact-form h2{
    font-weight: 500;
    font-size: 24px;
}
.form-control.is-invalid{
    border-color: red !important;
}
.formError,
.formRed{
    font-weight: 400 !important;
    color: red !important;
}

/* Pulsating star animation */
@keyframes pulse-slow {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.95);
  }
}

/* Star styles */
.container-banner .star {
  position: absolute;
  fill: rgba(20, 184, 166, 0.6);
  filter: drop-shadow(0 0 16px rgba(20, 184, 166, 0.8));
  animation: pulse-slow 3s ease-in-out infinite;
  z-index: 1;
}

.star-top-left {
  top: 2rem;
  left: 2rem;
  width: 3rem;
  height: 3rem;
}

.star-bottom-right {
  bottom: 2rem;
  right: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  animation-delay: 1s;
}
.view-featured .container-banner{
    position: relative;
}