/* ==========================================
   FONTES CUSTOMIZADAS
   ========================================== */

@font-face {
    font-family: 'BabaPro';
    src: url('../fonts/BabaPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/* ==========================================
   ESTILOS GLOBAIS
   ========================================== */

:root {
    --primary-color: #0066cc;
    --secondary-color: #004999;
    --dark-color: #1a1a1a;
    --light-color: #f5f5f5;
    --text-color: #333;
    --border-color: #ddd;
    --transition: all 0.3s ease;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-color);
    background-color: #fff;
}

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

a:hover {
    color: var(--secondary-color);
}

/* ==========================================
   HEADER SUPERIOR
   ========================================== */

.top-header {
    background-color: var(--dark-color);
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 2px solid var(--primary-color);
}

.top-header .header-link {
    color: #fff;
    margin-right: 20px;
    display: inline-block;
}

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

.top-header i {
    margin-right: 5px;
}

/* ==========================================
   NAVBAR
   ========================================== */

.navbar-custom {
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    padding: 12px 0;
    border-bottom: 3px solid var(--primary-color);
}

.navbar-custom .container {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.navbar-custom .navbar-brand {
    font-weight: bold;
    font-size: 28px;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1051;
}

.navbar-logo {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: transform 0.3s ease;
    max-width: 50px !important;
    max-height: 50px !important;
    display: block;
    flex-shrink: 0;
    flex-grow: 0;
    min-width: 50px;
}

.navbar-brand:hover .navbar-logo {
    transform: scale(1.05);
}

.navbar-brand-logo {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0 2px 8px rgba(0, 102, 204, 0.3);
}

.logo-text {
    font-family: 'BabaPro', sans-serif;
    color: var(--primary-color);
    font-weight: bold;
    letter-spacing: 1px;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.navbar-nav {
    display: flex !important;
    gap: 0;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-nav .nav-link {
    color: var(--text-color) !important;
    padding: 10px 18px !important;
    font-weight: 500;
    transition: var(--transition);
    border-bottom: 3px solid transparent;
    display: inline-block;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
    border-bottom-color: var(--primary-color);
}

.navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
    border-bottom: 3px solid var(--primary-color);
}

.navbar-toggler {
    display: none !important;
    border: 2px solid var(--primary-color) !important;
    padding: 8px 10px !important;
    background-color: transparent !important;
    position: relative;
    z-index: 1050;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    outline: none !important;
}

.navbar-collapse {
    transition: all 0.3s ease-in-out !important;
}

.navbar-toggler {
    display: none !important;
}

@media (max-width: 991.98px) {
    .navbar-toggler {
        display: block !important;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
    }

    .navbar-nav {
        display: flex !important;
    }
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230066cc' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    display: inline-block !important;
    width: 1.5em !important;
    height: 1.5em !important;
    vertical-align: 0.125em !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}

/* ==========================================
   HERO SECTION
   ========================================== */

.hero {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 100px 0;
    text-align: center;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120"><path d="M0,50 Q300,0 600,50 T1200,50 L1200,120 L0,120 Z" fill="rgba(255,255,255,0.05)"/></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.5;
}

.hero-content {
    max-width: 700px;
    position: relative;
    z-index: 1;
    padding: 20px;
}

.hero-title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.hero-subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ==========================================
   BOTÕES
   ========================================== */

.btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
    text-align: center;
}

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

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

.btn-outline {
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
}

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

.btn-light {
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid #fff;
}

.btn-light:hover {
    background-color: var(--light-color);
}

.btn-block {
    width: 100%;
}

/* ==========================================
   PAGE HEADER
   ========================================== */

.page-header {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.page-header h1 {
    font-size: 42px;
    margin-bottom: 10px;
}

.page-header p {
    font-size: 18px;
    opacity: 0.95;
}

/* ==========================================
   SECTIONS
   ========================================== */

section {
    padding: 60px 0;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 30px;
    text-align: center;
}

/* ==========================================
   FEATURES SECTION
   ========================================== */

.features {
    background-color: var(--light-color);
    padding: 80px 0;
}

.features .section-title {
    margin-bottom: 50px;
}

.feature-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,102,204,0.1) 0%, rgba(0,73,153,0.1) 100%);
    border-radius: 10px;
}

.feature-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-weight: 600;
}

.feature-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

/* ==========================================
   SERVICES SECTION
   ========================================== */

.services-preview {
    background-color: #fff;
    padding: 80px 0;
}

.services-preview .section-title {
    margin-bottom: 50px;
}

.service-item {
    background: var(--light-color);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    border-left: 5px solid var(--primary-color);
    transition: var(--transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-item:hover {
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.service-item .service-icon {
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 15px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,102,204,0.08) 0%, rgba(0,73,153,0.08) 100%);
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.service-item .service-icon i {
    font-size: 28px;
    color: var(--primary-color);
}

.service-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: var(--text-color);
    font-weight: 600;
}

.service-item p {
    color: #666;
    line-height: 1.8;
    flex-grow: 1;
}

.services-preview .text-center {
    margin-top: 30px;
}

/* ==========================================
   SERVICES GRID
   ========================================== */

.services-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
    padding: 80px 0;
}

.services-section .section-title {
    margin-bottom: 50px;
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-color);
}

.service-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-top: none;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.02) 0%, rgba(0, 73, 153, 0.02) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 102, 204, 0.2);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover::after {
    opacity: 1;
}

.service-card .service-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 25px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,102,204,0.12) 0%, rgba(0,73,153,0.12) 100%);
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(-5deg);
    background: linear-gradient(135deg, rgba(0,102,204,0.2) 0%, rgba(0,73,153,0.2) 100%);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--text-color);
    font-weight: 700;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.service-card:hover h3 {
    color: var(--primary-color);
}

.service-card p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
    flex-grow: 1;
    position: relative;
    z-index: 1;
    font-size: 15px;
}

.service-list {
    list-style: none;
    text-align: left;
    position: relative;
    z-index: 1;
}

.service-list li {
    color: #666;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    transition: color 0.3s ease;
}

.service-list li:hover {
    color: var(--primary-color);
}

.service-list i {
    position: absolute;
    left: 0;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

/* ==========================================
   ABOUT SECTION
   ========================================== */

.about-section {
    padding: 60px 0;
    background: #fff;
}

.about-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.about-section p {
    color: #666;
    line-height: 2;
    font-size: 15px;
}

.about-image {
    text-align: center;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-image i {
    font-size: 200px;
    color: var(--light-color);
    opacity: 0.5;
}

.about-logo-image {
    width: 280px;
    height: 280px;
    object-fit: contain;
    opacity: 0.9;
    filter: drop-shadow(0 5px 15px rgba(0, 102, 204, 0.15));
    transition: all 0.3s ease;
}

.about-image:hover .about-logo-image {
    opacity: 1;
    transform: scale(1.05);
    filter: drop-shadow(0 8px 20px rgba(0, 102, 204, 0.25));
}

/* ==========================================
   MVV SECTION
   ========================================== */

.mvv-section {
    background: linear-gradient(135deg, #f0f5ff 0%, #e6f0ff 100%);
    padding: 60px 0;
}

.mvv-card {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: var(--transition);
    height: 100%;
}

.mvv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.mvv-icon {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.mvv-card h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--text-color);
}

.mvv-card p {
    color: #666;
    line-height: 1.8;
}

/* ==========================================
   VALUES SECTION
   ========================================== */

.values-section {
    background: #fff;
    padding: 60px 0;
}

.value-item {
    background: var(--light-color);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

.value-item h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 18px;
}

.value-item i {
    margin-right: 8px;
}

.value-item p {
    color: #666;
    line-height: 1.8;
}

/* ==========================================
   WHY SECTION
   ========================================== */

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

.why-card {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: var(--transition);
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.why-card i {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.08) 0%, rgba(0, 73, 153, 0.08) 100%);
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.why-card h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: var(--text-color);
}

.why-card p {
    color: #666;
    line-height: 1.8;
}

/* ==========================================
   SPECIAL SERVICES
   ========================================== */

.special-services {
    background: #fff;
    padding: 60px 0;
}

.special-service {
    background: linear-gradient(135deg, #f0f5ff 0%, #e6f0ff 100%);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 4px solid var(--primary-color);
}

.special-service h4 {
    color: var(--primary-color);
    font-size: 20px;
    margin-bottom: 10px;
}

.special-service p {
    color: #666;
    line-height: 1.8;
}

/* ==========================================
   INDUSTRIES SECTION
   ========================================== */

.industries-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
    padding: 80px 0;
}

.industries-section .section-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--dark-color);
    margin-bottom: 20px;
}

.industries-section > .container > p {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.industry-item {
    background: #fff;
    padding: 40px 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border-left: 4px solid transparent;
}

.industry-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.industry-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 30px rgba(0, 102, 204, 0.15);
    border-left-color: var(--primary-color);
}

.industry-item:hover::before {
    transform: scaleX(1);
}

.industry-item i {
    font-size: 50px;
    color: var(--primary-color);
    display: block;
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.1) 0%, rgba(0, 73, 153, 0.1) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

.industry-item:hover i {
    background: linear-gradient(135deg, rgba(0, 102, 204, 0.2) 0%, rgba(0, 73, 153, 0.2) 100%);
    transform: scale(1.1) rotate(5deg);
}

.industry-item span {
    color: var(--text-color);
    font-weight: 600;
    display: block;
    font-size: 16px;
    letter-spacing: 0.3px;
}

/* ==========================================
   CONTACT SECTION
   ========================================== */

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

.contact-section .row {
    align-items: flex-start;
    gap: 30px;
}

.contact-form-wrapper {
    background: var(--light-color);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-form-wrapper h2 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 28px;
}

.contact-form-wrapper p {
    color: #666;
    margin-bottom: 30px;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form label {
    font-weight: 600;
    color: var(--text-color);
    margin-bottom: 8px;
    display: block;
}

.contact-form .form-control {
    border: 1px solid var(--border-color);
    border-radius: 5px;
    padding: 12px;
    font-size: 15px;
    transition: var(--transition);
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.contact-form .form-control:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 204, 0.25);
    outline: none;
}

.contact-form textarea.form-control {
    resize: vertical;
    max-width: 100%;
    min-height: 150px;
}

.contact-info-wrapper {
    background: var(--light-color);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-info-wrapper h2 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 28px;
}

.contact-info-item {
    margin-bottom: 25px;
    padding: 20px;
    border-bottom: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.contact-info-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 102, 204, 0.15);
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-item h4 {
    color: var(--primary-color);
    margin-bottom: 10px;
    font-size: 16px;
}

.contact-info-item i {
    margin-right: 8px;
    color: var(--primary-color);
}

.contact-info-item span,
.contact-info-item a,
.contact-info-item p {
    color: #666;
    line-height: 1.8;
    margin: 5px 0;
    display: block;
}

.quick-access {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--border-color);
}

.quick-access h4 {
    color: var(--primary-color);
    margin-bottom: 15px;
}

.quick-links {
    list-style: none;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links a {
    color: var(--primary-color);
    transition: var(--transition);
}

.quick-links a:hover {
    color: var(--secondary-color);
    padding-left: 5px;
}

.quick-links i {
    margin-right: 8px;
    width: 20px;
}

/* ==========================================
   CONTACT INFO
   ========================================== */

.contact-info {
    background: var(--light-color);
    padding: 80px 0;
}

.contact-info .section-title {
    text-align: left;
    margin-bottom: 50px;
}

.info-item {
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 15px rgba(0,0,0,0.08);
    transition: var(--transition);
    height: 100%;
    border-bottom: 4px solid var(--primary-color);
}

.info-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-item i {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(0,102,204,0.1) 0%, rgba(0,73,153,0.1) 100%);
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}

.info-item h4 {
    color: var(--text-color);
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

.info-item a,
.info-item p {
    color: #666;
    line-height: 1.8;
    margin: 5px 0;
}

/* ==========================================
   SUPPORT CHANNELS
   ========================================== */

.cta-support-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 60px 0;
}

.cta-support-content {
    text-align: center;
}

.cta-support-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cta-support-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-support-section h3 {
    font-size: 24px;
    font-weight: 700;
}

.channel-item {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    text-decoration: none;
}

.channel-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.channel-item i {
    font-size: 45px;
    margin-bottom: 15px;
    display: block;
    transition: transform 0.3s ease;
    color: #fff;
}

.channel-item:hover i {
    transform: scale(1.1);
}

.channel-item h4 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.channel-item span,
.channel-item a,
.channel-item p {
    color: #fff;
    opacity: 0.95;
    display: block;
}

/* ==========================================
   CTA SECTION
   ========================================== */

.cta-section {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.cta-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* ==========================================
   FOOTER
   ========================================== */

.footer {
    background-color: var(--dark-color);
    color: #fff;
    padding: 60px 0 0;
    border-top: 4px solid var(--primary-color);
}

.footer h5 {
    font-size: 20px;
    margin-bottom: 25px;
    color: var(--primary-color);
    font-weight: 700;
}

.footer p {
    color: #ccc;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ccc;
    transition: var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 25px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom p {
    margin: 0;
    opacity: 0.8;
    font-size: 14px;
}

/* ==========================================
   CONTAINER
   ========================================== */

.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.col-md-3, .col-md-4, .col-md-6, .col-lg-4, .col-sm-6 {
    padding: 15px;
}

.col-md-3 {
    flex: 0 0 25%;
}

.col-md-4 {
    flex: 0 0 33.333%;
}

.col-md-6 {
    flex: 0 0 50%;
}

.col-lg-4 {
    flex: 0 0 33.333%;
}

.col-sm-6 {
    flex: 0 0 50%;
}

.col-xs-12 {
    flex: 0 0 100%;
}

@media (max-width: 991px) {
    .col-md-3, .col-md-4, .col-lg-4 {
        flex: 0 0 50%;
    }
}

@media (max-width: 767px) {
    .col-md-3, .col-md-4, .col-md-6, .col-lg-4, .col-sm-6 {
        flex: 0 0 100%;
    }
}

    padding: 20px;
    margin: 20px 0;
    background: #f4f4f4;
    border-radius: 5px;
}

.service {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    transition: transform 0.3s;
}

.service:hover {
    transform: scale(1.05);
}

.contact-info {
    background: #e2e2e2;
    padding: 15px;
    border-radius: 5px;
}

.contact-info p {
    margin: 5px 0;
}