:root {
    --primary-color: #e63a27;
    --background-color: #fff;
    --text-color: #4d4e4f;
    --heading-color: #1c1632;
    --footer-color: #19262a;
}

.text-primary {
    color: var(--primary-color) !important;
}


body {
    font-family: 'Jost', sans-serif;
    color: var(--text-color);
    background-color: var(--background-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: 'Jost', sans-serif;
}

.footer-logo {
    text-transform: uppercase;
}

.footer-logo span {
    color: var(--primary-color);
}

.navbar-brand span {
    color: var(--primary-color);
}

.btnPrimary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
    padding: 12px 28px;
    border-radius: 4px;
    font-weight: 500;
    transition: all 0.3s ease;
}



.btnPrimary:hover {
    background-color: #d32a17;
    border-color: #d32a17;
    color: white;
    transform: translateY(-2px);
}

.navbarCustom {
    padding: 20px 0;
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.heroSection h1 {
    color: #fff;
    line-height: 1.2;
}

.heroSection h6 {
    color: #e63a27 !important;
}

.heroSection .lead {
    color: #fff;
}

.navbar-brand h3 {
    color: #fff;
    text-transform: uppercase;
}

.navbarCustom .nav-link {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 15px;
    transition: all 0.3s ease;
}

.navbarCustom .nav-link:hover {
    color: var(--primary-color);
}

.heroSection {
    padding: 160px 0 90px 0;
    background: url('../images/main.jpg') left center no-repeat;
    background-size: cover;
}

.sectionPadding {
    padding: 80px 0;
}

.benefitCard {
    padding: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    height: 100%;
}

.benefitCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.benefitIcon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.serviceCard {
    padding: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 30px;
}

.serviceCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.serviceIcon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.ctaSection {
    background: url('../images/cta.jpg') right top no-repeat;
    background-size: cover;
    padding: 80px 20px 80px 30px;
    box-sizing: border-box;
    border-radius: 8px;
}

.blogCard {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

.blogCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.blogMeta {
    color: #777;
    font-size: 14px;
}

.footerArea {
    background-color: #1c1632;
    padding: 80px 0 0;
    color: #fff;
}

.footerArea h5 {
    color: #fff;
    margin-bottom: 25px;
    font-weight: 600;
}

.footerArea .nav-link {
    color: rgba(255, 255, 255, 0.7);
    padding: 5px 0;
    transition: all 0.3s ease;
}

.footerArea .nav-link:hover {
    color: var(--primary-color);
}

.footerArea .contactInfo {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}

.copyrightArea {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    margin-top: 60px;
}

.tagBadge {
    display: inline-block;
    padding: 5px 15px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ccc;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.ri-checkbox-circle-fill {
    color: var(--primary-color) !important;
}

.cookieConsent {
    position: fixed;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 25px;
    z-index: 9999;
    max-width: 380px;
    display: none;
}

.cookieTitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.cookieOptions {
    margin: 15px 0;
}

.cookieOption {
    margin-bottom: 10px;
}

.navbar-toggler {
    border-color: #ccc;

}

.navbar-toggler-icon {
    color: #ccc !important;
    filter: brightness(1) invert(1);
}

.btn-primary {
    background: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}


.breadcrumbSection {
    background-color: #f9f9f9;
    padding: 140px 0 40px 0;
    margin-bottom: 80px;
}

.breadcrumbCustom {
    margin-bottom: 0;
}

.breadcrumbCustom .breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumbCustom .breadcrumb-item.active {
    color: var(--text-color);
}

.aboutCard {
    padding: 40px;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.aboutCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.aboutIcon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.teamMember {
    text-align: center;
    margin-bottom: 30px;
}

.teamImg {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
    border: 5px solid #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contactInfoCard {
    padding: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.contactInfoCard p {
    margin-bottom: 5px;
}

.contactIcon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.contactForm {
    padding: 40px;
    border-radius: 8px;
    background-color: #f9f9f9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.formControlCustom {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.formControlCustom:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(230, 58, 39, 0.25);
}

.formControlCustom.error {
    border-color: #dc3545;
}

.errorMessage {
    color: #dc3545;
    font-size: 14px;
    margin-top: -15px;
    margin-bottom: 15px;
    display: none;
}

.thankYouPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    text-align: center;
    display: none;
}

.thankYouPopup i {
    font-size: 60px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: none;
}

.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    background-color: var(--primary-color);
    transform: translateX(-50%);
}

.timelineItem {
    position: relative;
    margin-bottom: 40px;
}

.timelineContent {
    position: relative;
    width: 45%;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.timelineItem:nth-child(odd) .timelineContent {
    margin-left: auto;
}

.timelineDot {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: translateX(-50%);
}

.sectionPadding {
    padding: 80px 0;
}




.serviceDetailCard {
    padding: 40px;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.serviceDetailCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.serviceDetailIcon {
    font-size: 40px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.processStep {
    position: relative;
    padding: 30px;
    border-radius: 8px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.stepNumber {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.accordionCustom {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordionCustom .accordion-item {
    border: none;
    border-bottom: 1px solid #eaeaea;
}

.accordionCustom .accordion-item:last-child {
    border-bottom: none;
}

.accordionCustom .accordion-button {
    background-color: #f9f9f9;
    color: var(--heading-color);
    font-weight: 600;
    padding: 20px;
    box-shadow: none;
}

.accordionCustom .accordion-button:not(.collapsed) {
    background-color: #f9f9f9;
    color: var(--primary-color);
}

.accordionCustom .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z' fill='rgba(230,58,39,1)'/%3E%3C/svg%3E");
    transform: rotate(0deg);
}

.accordionCustom .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M12 13.172l4.95-4.95 1.414 1.414L12 16 5.636 9.636 7.05 8.222z' fill='rgba(230,58,39,1)'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}

.accordionCustom .accordion-body {
    background-color: #f9f9f9;
    padding: 20px;
}

.sectionPadding {
    padding: 80px 0;
}

.serviceTabs {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 40px;
}

.serviceTabs .nav-link {
    color: var(--text-color);
    font-weight: 500;
    padding: 15px 25px;
    border: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.serviceTabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    background-color: transparent;
}

.serviceTabs .nav-link:hover {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}


.legalContent {
    padding: 0 0 80px 0;
}

.legalContent a{
    color: #111;
}

.legalSection {
    margin-bottom: 40px;
}

.legalSection h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
}

.legalSection h3 {
    margin: 25px 0 15px;

}

.contactInfoBox {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-top: 40px;
}

.contactInfoBox h4 {
    margin-bottom: 20px;
    color: var(--primary-color);
}

.contactItem {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.contactItem i {
    color: var(--primary-color);
    margin-right: 15px;
    font-size: 20px;
    margin-top: 3px;
}






































@media(max-width: 991px) {
    .ctaSection {
        background-position: left center;
    }

    .navbarCustom .nav-link {
        margin: 0;
    }

    .navbar-collapse {
        background: #212025;
        padding: 15px;
        box-sizing: border-box;
    }
}