/* ========================= */
/* BOOTSTRAP LINK OVERRIDE   */
/* Must override Bootstrap's */
/* default a{color:blue}     */
/* Without !important so      */
/* Tailwind text-* classes    */
/* can override when needed   */
/* ========================= */
a {
    color: inherit;
    text-decoration: none;
}

a.btn,
a[class*="btn-"] {
    text-decoration: none !important;
}

/* Nav links should inherit their parent's color */
.nav-link,
.nav-link:hover,
.nav-link:focus {
    color: inherit !important;
    text-decoration: none !important;
}

/* Hero & Slider Component Styles */

/* Hero Section Styles */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 500px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

.hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(249, 115, 22, 0.9);
    color: white;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hero-title {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.95);
}

.hero-cta-button {
    display: inline-block;
    padding: 16px 40px;
    background: #f97316;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    background: #ea580c;
}

.hero-bottom-text {
    margin-top: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 400px;
        padding: 60px 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 18px;
    }

    .hero-cta-button {
        padding: 14px 32px;
        font-size: 16px;
    }
}

/* Slider & Carousel Styles */
.cs-pattern-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    min-height: 450.925px;
}

.container-full {
    width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

@media (min-width: 640px) {
    .container-full {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {
    .container-full {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}

.container-full.px-0 {
    padding-left: 0;
    padding-right: 0;
}

/* Bootstrap row/col compatibility */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}

.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 767.98px) {

    .col-md-4,
    .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.d-block {
    display: block !important;
}

.w-100 {
    width: 100% !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-pill {
    border-radius: 50rem !important;
}

.cs-carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.cs-carousel .rounded-lg {
    height: 100%;
}

.cs-carousel .row {
    height: 100%;
}

.cs-carousel .col-md-4,
.cs-carousel .col-md-8 {
    height: 100%;
}

.cs-carousel img {
    height: 100%;
    object-fit: cover;
}

.cs-carousel-inner {
    width: 100%;
}

.tns-outer {
    width: 100%;
}

.tns-ovh {
    width: 100%;
    overflow: hidden;
}

.tns-inner {
    width: 100%;
    transform: translateZ(0);
}

.tns-slider {
    width: 100%;
}

.tns-item {
    width: 100%;
    min-height: 300px;
}

.tns-item>div {
    width: 100%;
    max-width: 100%;
}

.tns-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

/* Slider container full width */
#tns1-ow,
#tns1-mw,
#tns1-iw,
#tns1 {
    width: 100% !important;
    max-width: 100% !important;
}

.cs-carousel-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.cs-controls-onhover .tns-controls {
    opacity: 0;
    transition: opacity 0.3s;
}

.cs-controls-onhover:hover .tns-controls {
    opacity: 1;
}

.cs-controls-center .tns-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 10;
    pointer-events: none;
}

.tns-controls button {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    pointer-events: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tns-controls button:hover {
    background: white;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.tns-controls button i {
    font-size: 20px;
    color: #333;
}

.fe-arrow-left:before {
    content: "\f060";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.fe-arrow-right:before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.tns-visually-hidden {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cs-controls-center .tns-controls {
        padding: 0 10px;
    }

    .tns-controls button {
        width: 40px;
        height: 40px;
    }

    .tns-controls button i {
        font-size: 16px;
    }
}