:root {
    --primary--color: #dd1f3f;
    --secondary--color: #829267;
    --ternary-color: #edada7;
    --font-family: 'Mukta', sans-serif;
}

h1 {
    color: var(--primary--color);
}

h2 {
    color: var(--primary--color);
}

.bg-brand-primary {
    background: var(--primary--color);
}

.bg-brand-secondary {
    background: var(--secondary--color);
}

.text-brand-primary {
    color: var(--primary--color);
}

.text-brand-secondary {
    color: var(--secondary--color);
}

.btn-brand {
    color: #fff;
    background-color: var(--primary--color);
    border-color: var(--ternary-color);
}

.btn-brand:hover {
    color: #fff;
    background-color: var(--primary--color);
    border-color: var(--ternary-color);
}

.btn-brand:focus {
    color: #fff;
    background-color: var(--primary--color);
    border-color: var(--ternary-color);
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}

.btn-brand:active {
    color: #fff;
    background-color: var(--primary--color);
    border-color: var(--ternary-color);
}

.text-bold {
    font-weight: bold;
}

.text-italic {
    font-style: italic;
}

.logo {
    height: 75px;
}

.nav-link:hover {
    color: var(--primary--color);
}

.navbar-nav .nav-link.active {
    color: var(--primary--color);
}

/* Testimonials */
#testimonials .testimonial {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

#testimonials .quote {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 5px;
}

#testimonials .author {
    font-size: 18px;
    font-weight: bold;
}

/* Testimonial Slider */
#testimonial-slider .carousel-item {
    display: flex;
    justify-content: center;
}

#testimonial-slider .carousel-control-prev,
#testimonial-slider .carousel-control-next {
    background-color: #212529;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

#testimonial-slider .carousel-control-prev-icon,
#testimonial-slider .carousel-control-next-icon {
    font-size: 30px;
}

#testimonials .carousel-item {
    text-align: center;
    padding: 10px;
}

#testimonials .testimonial {
    margin-bottom: 30px;
}

#testimonials h4 {
    margin-bottom: 5px;
}

#testimonials span {
    font-style: italic;
}

#testimonials img.rounded-circle {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    margin-right: 30px;
}


/* Products */
#products .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

#products .card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#products .card-img-top {
    border-radius: 10px 10px 0 0;
}

#products .card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#products .card-text {
    font-size: 18px;
    margin-bottom: 20px;
}

#products .btn-primary {
    background-color: #212529;
    border-color: #212529;
}

#products .btn-primary:hover {
    background-color: #111;
    border-color: #111;
}

/*Technology section*/
.technology-list-wrap {
    margin: 30px 0px;
}
@media (min-width: 768px) {
    .technology-list-wrap {
        margin: 60px 0px;
    }
}
.technology-list-wrap .background-bg {
    background-color: #f6f6f6;
    padding: 2em 0px;
    border-radius: 30px;
}
@media (min-width: 768px) {
    .technology-list-wrap .background-bg {
        padding: 3.5em 0em;
        text-align: center;
    }
}
@media (min-width: 1400px) {
    .technology-list-wrap .background-bg {
        padding: 4.5em 0em;
        border-radius: 60px;
    }
}
@media (max-width: 767.98px) {
    .technology-list-wrap .background-bg h1, .technology-list-wrap .background-bg h2, .technology-list-wrap .background-bg h3, .technology-list-wrap .background-bg h4, .technology-list-wrap .background-bg h5, .technology-list-wrap .background-bg h6 {
        text-align: left !important;
    }
}
.technology-list-wrap .background-bg p {
    max-width: 830px;
    margin: auto;
}
.technology-list-wrap .background-bg .wp-block-columns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0px -10px;
}
.technology-list-wrap .background-bg .wp-block-columns .wp-block-column {
    width: 50%;
    margin: 0px 10px;
}
.technology-list-wrap .background-bg.align-column-middle .wp-block-columns {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.technology-list-wrap .background-bg.align-column-bottom .wp-block-columns {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}
.technology-list-wrap .background-bg.column-reverse .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
}
.technology-list-wrap .background-bg .technology-block-image {
    width: 13%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 15px;
    position: relative;
    min-width: 100px;
    margin-top: 20px;
}
@media (min-width: 768px) {
    .technology-list-wrap .background-bg .technology-block-image {
        min-width: 200px;
        padding: 2em 2em 0em;
    }
}
.technology-list-wrap .background-bg .technology-block-image img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Team Members */
#team-members .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
}

#team-members .card:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#team-members .card-img-top {
    border-radius: 10px 10px 0 0;
}

#team-members .card-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

#team-members .card-text {
    font-size: 16px;
    margin-bottom: 20px;
}

#team-members ul {
    display: flex;
    justify-content: center;
}

#team-members ul li {
    margin: 0 10px;
}

#team-members ul li a {
    color: #212529;
    font-size: 20px;
}

#team-members ul li a:hover {
    color: #007bff;
}

.mvp-card {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    background: linear-gradient(90deg, #d46142 0%, #d46142 0%, #d46142 62%, #3781ab 130%);
}

.services .card-body {
    background: var(--secondary--color);
    color: #fff;
}

.list-unstyled a{
    text-decoration: none;
    color: var(--secondary--color);
}