
:root {
    --primary-color: #c69c6d;
    --dark-bg: #2d2d3a;
    --light-bg: #f8f5f0;
    --text-color: #333;
}

a {
    text-decoration: none; 
    color: var(--primary-color);
} 
a:hover {text-decoration: underline;}

body {
    font-family: 'Arial', sans-serif;
    color: var(--text-color);
    background-color: #fff;
}

.header {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.hero-section {
    background-image: url('https://tcse-cms.com/templates/2022-reen/images/art/slider_011.jpg');
    background-size: cover;
    background-position: top;
    min-height: 600px;
    position: relative;
    display: flex;
    align-items: center;
    color: white;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.about-section {
    background-color: var(--light-bg);
    padding: 60px 0;
}

.services-section {
    padding: 60px 0;
}

.service-card {
    background-color: var(--light-bg);
    border: none;
    border-radius: 0;
    height: 100%;
    transition: transform 0.3s;
}

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

/*.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 0;
    padding: 10px 30px;
}*/

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

.btn-primary {
    background-color: #cceaff;
    border-color: #515050;
    color: #515050;
    border-radius: 0;
    padding: 10px 30px;
}

.btn-outline-primary {
    --bs-btn-color: var(--primary-color);;
    --bs-btn-border-color: var(--primary-color);;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primary-color);;
    --bs-btn-hover-border-color: var(--primary-color);;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primary-color);;
    --bs-btn-active-border-color: var(--primary-color);;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--primary-color);;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--primary-color);;
    --bs-gradient: none;
    border-radius: 0;
}

.leader-section {
    padding: 60px 0;
    background-color: var(--light-bg);
}

.video-section {
    padding: 60px 0;
    background-color: var(--dark-bg);
    color: white;
}

.testimonials-section {
    padding: 60px 0;
}

.license-section {
    padding: 60px 0;
    background-color: var(--light-bg);
}

.news-section {
    padding: 60px 0;
    background-color: var(--dark-bg);
    color: white;
}

.blog-section {
    padding: 60px 0;
}

.faq-section {
    padding: 60px 0;
    background-color: var(--light-bg);
}

.contact-section {
    padding: 60px 0;
}

.contact-form {
    background-color: var(--light-bg);
    padding: 30px;
}

.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 12px;
}

.map-container {
    position: relative;
    height: 300px;
    background-color: #eee;
}

.map-point {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 15px;
}

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

.logo {
    font-size: 2rem;
    font-weight: bold;
    color: var(--primary-color);
}

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
}

.testimonial-card {
    border-left: 3px solid var(--primary-color);
    padding-left: 20px;
}

.blog-card {
    margin-bottom: 30px;
    transition: transform 0.3s;
}

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

.blog-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    filter: brightness(0.9);
}

.accordion-button:not(.collapsed) {
    background-color: var(--light-bg);
    color: var(--primary-color);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

footer {
    background-color: var(--dark-bg);
    color: white;
    padding: 40px 0;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--primary-color);
}
.swiper-pagination-bullet {
    background: var(--primary-color); 
}

.full-news img {
    max-width: 100%;
}

.lead a {
    color: #dee2e6;
}


/* Comments */
.commentbox { margin-bottom: 0 }
.comment { border-top: 1px solid #eaeaea; height: 1%; padding: 15px 20px; }
    .com-cont { margin-bottom: .7em }
    .comment .photo { margin-top: -2px; vertical-align: middle; width: 25px; height: 25px; -webkit-border-radius: 13px; -moz-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; }
    .com-inf .arg, .comment .photo { margin-right: 10px; }
    .fast a, .del a { margin-top: -5px; float: right; width: 30px; height: 12px; text-align: right; padding: 9px 0; }
    .fast .thd { width: 14px; height: 12px; background-position: -66px -14px; }
    .del .thd { width: 11px; height: 11px; background-position: -54px -26px; }
    .mass-check { float: right; }

    .mass_comments_action { text-align: right; border-top: 1px dashed #dbdbdb; border-bottom: 1px solid #fff; background: #f3f3f3; padding: 20px }
    .mass_comments_action *, .mass_comments_action { font-size: 11px; }

=================================================================================*/
/*  PRICING TABLES
/*===================================================================================*/

.pricing .plan {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
}
.pricing .plan header {
    background: #2F4052;
    text-align: center;
    padding: 50px 35px;
}
.pricing .plan h2 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #FFF;
}
.pricing .plan .btn {
    margin-bottom: 0;
}
.pricing .plan .price {
    margin-bottom: 15px;
}
.pricing .plan .price * {
    font-family: 'Lato', sans-serif;
    line-height: 100%;
}
.pricing .plan .price .amount {
    font-size: 120px;
    font-weight: 900;
    color: #FFF;
}
.pricing .plan .price .currency {
    position: relative;
    top: 16px;
    font-size: 24px;
    vertical-align: top;
    margin-right: 5px;
}
.pricing .plan .price .period {
    font-size: 16px;
    text-transform: uppercase;
}
.pricing .plan .features {
    background: #F5F7FA;
    padding: 25px 35px;
    border: 1px solid #E6E9ED;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: 0 !important;
}
.pricing .plan .features li {
    padding: 15px 0;
    /*border-top: 1px solid #CED7E0;*/
    border-top: 1px solid #BCC7D1;
}
.pricing .plan .features li:first-child {
    border: none;
}
.pricing .plan .features li i {
    margin-right: 10px;
}
.pricing.col-4-custom .plan header {
    padding: 40px;
}
.pricing.col-4-custom .plan h2 {
    font-size: 18px;
}
.pricing.col-4-custom .plan .price .amount {
    font-size: 90px;
}
.pricing.col-4-custom .plan .features {
    padding: 20px 30px;
}

.btn {
    background-color: #c69c6d;
    color: #fff;
}