/* ========================================
   CONSOLIDATED.CSS - COMPLETO
   Consolida todos los estilos CSS personalizados
   ======================================== */

/* ===== IMPORTS GLOBALES ===== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");

/* ===== RESET Y PREVENT OVERFLOW ===== */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
}

html, body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
}

/* ===== MAIN.CSS CONTENT ===== */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&family=Montserrat:wght@200;300;400;500;600;700;800&display=swap");

.white-bg { background: #ffffff }
.gray-bg { background: #f1f3f5 }
.black-bg { background: #2c3e50 }
.theme-bg { background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%) }
.brand-bg { background: linear-gradient(135deg, #e8f1f7 0%, #f0f7ff 100%) }
.testimonial-bg { background: linear-gradient(135deg, #f8fafb 0%, #ffffff 100%); }

.white-color { color: #fff }
.black-color { color: #2c3e50 }
.theme-color { color: #1a5a96 }

.boxed-btn {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    color: #ffffff !important;
    display: inline-block;
    padding: 14px 40px;
    font-family: "Poppins", "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 600;
    border: none;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    box-shadow: 0 4px 15px rgba(26, 90, 150, 0.25);
}

.boxed-btn:hover {
    background: linear-gradient(135deg, #0d3a5c 0%, #1a5a96 100%);
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(26, 90, 150, 0.35);
}

.equip-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26, 90, 150, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.equip-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(26, 90, 150, 0.18);
}

.equip-card .about-img {
    min-height: 320px;
    max-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.equip-card .about-img img {
    max-width: 420px;
    max-height: 320px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.equip-card .boxed-btn { margin-top: auto; }

.our-services {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.our-services .section-tittle h2 {
    font-size: 2.8rem;
    color: #1a5a96;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.our-services .section-subtitle {
    color: #5a6c7d;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    font-weight: 400;
}

.our-services .single-services {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 32px 28px;
    border: 1px solid #e0e7f1;
    background: #ffffff;
    aspect-ratio: 1 / 1;
    min-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 18px;
    transition: transform 0.4s cubic-bezier(0.4, 0.0, 0.2, 1), box-shadow 0.4s cubic-bezier(0.4, 0.0, 0.2, 1), border-color 0.4s ease;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(26, 90, 150, 0.08);
}

.our-services .single-services:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(26, 90, 150, 0.18);
    border-color: #1a5a96;
}

.our-services .services-ion {
    width: 82px;
    height: 82px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e8f1f7 0%, #f0f7ff 100%);
    color: #1a5a96;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.12);
}

.our-services .services-ion span i { font-size: 30px; }

.our-services .services-cap h5 {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2c3e50;
}

.our-services .services-cap h5 a {
    color: #1a5a96;
    text-decoration: none;
    transition: color 0.3s ease;
}

.our-services .services-cap h5 a:hover { color: #0d3a5c; }

.our-services .services-cap p {
    color: #5a6c7d;
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 15px;
}

.our-services .services-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 340px));
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.our-services .services-row > [class*="col-"] {
    display: flex;
    justify-content: center;
}

@media (max-width: 1199px) {
    .our-services .services-row {
        grid-template-columns: repeat(2, minmax(0, 320px));
    }
}

@media (max-width: 767px) {
    .our-services .services-row {
        grid-template-columns: 1fr;
    }
}

body {
    font-family: "Poppins", "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2c3e50;
    line-height: 1.6;
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", "Roboto", sans-serif;
    color: #1a5a96;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

h1 { font-size: 3rem; }
h2 { font-size: 2.4rem; }
h3 { font-size: 1.8rem; }

p {
    font-family: "Poppins", "Roboto", sans-serif;
    color: #5a6c7d;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 18px;
    font-weight: 400;
    letter-spacing: 0.3px;
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s;
}

.f-left { float: left }
.f-right { float: right }
.fix { overflow: hidden }
.clear { clear: both }

a, .button {
    transition: all .3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none
}

a {
    color: #1a5a96;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

a:hover {
    color: #0d3a5c;
    text-decoration: none;
}

button:focus, input:focus, textarea:focus {
    outline: 0
}

.uppercase { text-transform: uppercase }
.capitalize { text-transform: capitalize }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit }

ul {
    margin: 0px;
    padding: 0px
}

li { list-style: none }

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}

.theme-overlay {
    position: relative
}

.theme-overlay::before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%
}

.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.overlay2 {
    position: relative;
    z-index: 0
}

.overlay2::before {
    position: absolute;
    content: "";
    background-color: #2E2200;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5
}

.section-padding {
    padding-top: 80px;
    padding-bottom: 80px
}

.separator {
    border-top: 1px solid #f2f2f2
}

.mb-90 { margin-bottom: 90px }

@media (max-width: 767px) {
    .mb-90 { margin-bottom: 30px }
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    font-size: 22px;
    color: #1a5a96;
    opacity: 1;
    visibility: visible;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.2);
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -30px
}

.owl-carousel .owl-nav div.owl-next i {
    position: relative;
    right: 0;
    top: 1px
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 1px;
    top: 0px
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible
}

.owl-carousel:hover .owl-nav div:hover {
    color: #fff;
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    box-shadow: 0 8px 20px rgba(26, 90, 150, 0.35);
}

.btn {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    -moz-user-select: none;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 8px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 4px 15px rgba(26, 90, 150, 0.25);
}

.btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    z-index: 1;
    border-radius: 5px;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0);
    border-radius: 0
}

.btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1
}

.header-btn { text-transform: uppercase }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none
}

.border-btn {
    border: 2px solid #1a5a96;
    color: #1a5a96;
    font-family: "Poppins", "Roboto", sans-serif;
    background: none;
    -moz-user-select: none;
    padding: 28px 50px;
    margin: 10px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
    border-radius: 8px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin: 0
}

.border-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1a5a96;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.border-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent
}

.send-btn {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    color: #fff;
    font-size: 14px;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(26, 90, 150, 0.25);
}

.send-btn::before {
    border: 2px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e6373d;
    color: #1a5a96;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleX(0)
}

.send-btn:hover::before {
    transform: scaleY(1);
    order: 2px solid transparent;
    color: red
}

.breadcrumb > .active { color: #888 }

#scrollUp {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    height: 50px;
    width: 50px;
    right: 31px;
    bottom: 18px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 48px;
    border: 2px solid transparent;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.3);
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#scrollUp:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(26, 90, 150, 0.4);
}

.sticky-bar {
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 12px rgba(25, 25, 25, 0.15);
    z-index: 9999;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #fff;
}

/* Utility margin/padding classes */
.mt-5 { margin-top: 5px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-65 { margin-top: 65px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-95 { margin-top: 95px }
.mt-100 { margin-top: 100px }

.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-65 { margin-bottom: 65px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-95 { margin-bottom: 95px }
.mb-100 { margin-bottom: 100px }

.ml-5 { margin-left: 5px }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-50 { margin-left: 50px }

.mr-5 { margin-right: 5px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-50 { margin-right: 50px }

.pt-5 { padding-top: 5px }
.pt-10 { padding-top: 10px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-50 { padding-top: 50px }
.pt-80 { padding-top: 80px }

.pb-5 { padding-bottom: 5px }
.pb-10 { padding-bottom: 10px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-50 { padding-bottom: 50px }
.pb-80 { padding-bottom: 80px }

.pl-5 { padding-left: 5px }
.pl-10 { padding-left: 10px }
.pl-20 { padding-left: 20px }

.pr-5 { padding-right: 5px }
.pr-10 { padding-right: 10px }
.pr-20 { padding-right: 20px }

.nav-equipos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 20px;
}

.nav-equipos .btn-ficha {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: 50px;
    background: #1a5a96;
    color: #fff;
    border: 1px solid #1a5a96;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-equipos .btn-ficha:hover,
.nav-equipos .btn-ficha.active {
    background: #025a92;
    border-color: #025a92;
    color: #fff;
}

/* ===== MODERN-THEME.CSS CONTENT ===== */
:root {
    --primary-color: #1a5a96;
    --primary-dark: #0d3a5c;
    --primary-light: #e8f1f7;
    --text-primary: #2c3e50;
    --text-secondary: #5a6c7d;
    --border-color: #e0e7f1;
    --shadow-sm: 0 2px 8px rgba(26, 90, 150, 0.08);
    --shadow-md: 0 8px 20px rgba(26, 90, 150, 0.15);
    --shadow-lg: 0 16px 40px rgba(26, 90, 150, 0.2);
    --transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

/* ===== FORMS-PREMIUM.CSS CONTENT ===== */
.form-group {
    margin-bottom: 24px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.form-label {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
    display: block;
    transition: all 0.3s ease;
}

.form-control, .form-select, textarea.form-control {
    border: 2px solid #e0e7f1;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    background: #ffffff;
    color: #2c3e50;
    font-family: inherit;
    box-shadow: 0 2px 4px rgba(26, 90, 150, 0.02);
}

.form-control:hover, .form-select:hover, textarea.form-control:hover {
    border-color: #1a5a96;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.08);
}

.form-control:focus, .form-select:focus, textarea.form-control:focus {
    border-color: #1a5a96;
    box-shadow: 0 0 0 4px rgba(26, 90, 150, 0.12);
    outline: none;
    transform: translateY(-1px);
}

.input-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(26, 90, 150, 0.02);
}

.input-group-text {
    background: linear-gradient(135deg, #e8f1f7 0%, #f0f7ff 100%);
    border: 2px solid #e0e7f1;
    color: #1a5a96;
    font-weight: 600;
    border-radius: 0;
}

.form-check { padding-left: 0; margin-bottom: 16px; }

.form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    margin-right: 12px;
    cursor: pointer;
    border: 2px solid #e0e7f1;
    border-radius: 4px;
    transition: all 0.3s ease;
    background: #ffffff;
}

.form-check-input:hover {
    border-color: #1a5a96;
    box-shadow: 0 0 0 3px rgba(26, 90, 150, 0.1);
}

.form-check-input:checked {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-color: #1a5a96;
    box-shadow: 0 2px 6px rgba(26, 90, 150, 0.25);
}

.form-check-label {
    cursor: pointer;
    color: #2c3e50;
    font-weight: 500;
    user-select: none;
    transition: color 0.3s ease;
}

.form-check-input:checked ~ .form-check-label {
    color: #1a5a96;
    font-weight: 600;
}

select.form-select {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a5a96' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 12px;
    padding-right: 40px;
}

textarea.form-control {
    min-height: 120px;
    resize: vertical;
    font-family: 'Poppins', sans-serif;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill { -webkit-text-fill-color: #2c3e50 !important; }

.form-control[type="file"]::file-selector-button {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-right: 12px;
}

.form-control[type="file"]::file-selector-button:hover {
    background: linear-gradient(135deg, #0d3a5c, #1a5a96);
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.25);
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    box-shadow: 0 0 0 4px rgba(40, 167, 69, 0.1);
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 4px rgba(220, 53, 69, 0.1);
}

.invalid-feedback, .valid-feedback {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.invalid-feedback { color: #dc3545; }
.valid-feedback { color: #28a745; }

.btn-group {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(26, 90, 150, 0.08);
}

.btn-group > .btn { border-radius: 0; }
.btn-group > .btn:first-child { border-radius: 8px 0 0 8px; }
.btn-group > .btn:last-child { border-radius: 0 8px 8px 0; }

.pagination { gap: 4px; }

.page-link {
    border: 2px solid #e0e7f1;
    color: #1a5a96;
    border-radius: 6px;
    padding: 10px 14px;
    font-weight: 600;
    transition: all 0.3s ease;
    background: #ffffff;
}

.page-link:hover {
    color: #fff;
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-color: #1a5a96;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.25);
}

.page-item.active .page-link {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-color: #1a5a96;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.25);
}

.list-group-item {
    border: 1px solid #e0e7f1;
    background: #ffffff;
    color: #2c3e50;
    transition: all 0.3s ease;
    padding: 14px 18px;
}

.list-group-item:hover {
    background: linear-gradient(90deg, rgba(26, 90, 150, 0.04), transparent);
    border-color: #1a5a96;
    transform: translateX(4px);
}

.list-group-item.active {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-color: #1a5a96;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.25);
}

.modal-content {
    border: 1px solid #e0e7f1;
    border-radius: 12px;
    box-shadow: 0 16px 48px rgba(26, 90, 150, 0.15);
    background: #ffffff;
}

.modal-header {
    border-bottom: 2px solid #e0e7f1;
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f7ff 100%);
    border-radius: 12px 12px 0 0;
    padding: 20px 24px;
}

.modal-header .modal-title {
    color: #1a5a96;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.modal-footer {
    border-top: 1px solid #e0e7f1;
    background: #f8f9fa;
    border-radius: 0 0 12px 12px;
    padding: 16px 24px;
}

.btn-close {
    width: 24px;
    height: 24px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.btn-close:hover {
    opacity: 1;
    transform: rotate(90deg);
}

.dropdown-menu {
    border: 1px solid #e0e7f1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(26, 90, 150, 0.12);
    backdrop-filter: blur(10px);
}

.dropdown-item {
    color: #2c3e50;
    transition: all 0.3s ease;
    padding: 10px 16px;
}

.dropdown-item:hover, .dropdown-item:focus {
    background: linear-gradient(90deg, rgba(26, 90, 150, 0.08), transparent);
    color: #1a5a96;
    padding-left: 20px;
}

.dropdown-item.active, .dropdown-item:active {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    color: #ffffff;
}

.nav-tabs {
    border-bottom: 2px solid #e0e7f1;
    gap: 8px;
}

.nav-link {
    color: #5a6c7d;
    border: none;
    border-bottom: 3px solid transparent;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 12px 16px;
}

.nav-link:hover {
    color: #1a5a96;
    border-bottom-color: #e0e7f1;
    transform: translateY(-2px);
}

.nav-link.active {
    color: #1a5a96;
    border-bottom-color: #1a5a96;
    background: transparent;
    box-shadow: 0 2px 8px rgba(26, 90, 150, 0.1);
}

.tooltip-inner {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-radius: 6px;
    padding: 8px 12px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.3);
}

.popover {
    border: 1px solid #e0e7f1;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(26, 90, 150, 0.15);
}

.popover-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f7ff 100%);
    border-bottom: 1px solid #e0e7f1;
    color: #1a5a96;
    font-weight: 700;
}

.popover-body { color: #2c3e50; }

.spinner-border {
    border-color: #e0e7f1;
    border-right-color: #1a5a96;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ===== HEADER-PREMIUM.CSS CONTENT ===== */
.header-area {
    transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    background: #ffffff;
}

.header-area .main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 30px;
    transition: all 0.3s ease;
}

.logo-brand, .logo-brand a, .navbar-brand {
    transition: all 0.3s ease;
}

.logo-brand:hover { transform: scale(1.05); }

.navbar-brand {
    font-weight: 700;
    font-size: 20px;
    color: #1a5a96;
    letter-spacing: -0.5px;
}

.navbar-brand:hover {
    color: #2d7ab8;
    transform: translateX(2px);
}

.main-menu ul li { position: relative; }

.main-menu ul li a {
    color: #091a23;
    font-weight: 500;
    padding: 16px 20px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
    display: block;
}

.main-menu ul li a:hover, .main-menu ul li.active > a {
    color: #1a5a96;
    border-bottom-color: #1a5a96;
    transform: translateY(-2px);
}

.main-menu ul.submenu {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(26, 90, 150, 0.15);
    border: 1px solid #e0e7f1;
    padding: 12px 0;
    margin-top: 8px;
}

.main-menu ul.submenu > li > a {
    padding: 10px 20px;
    color: #2c3e50;
    border: none;
    font-weight: 500;
    font-size: 14px;
}

.main-menu ul.submenu > li > a:hover {
    background: linear-gradient(90deg, rgba(26, 90, 150, 0.08), transparent);
    color: #1a5a96;
    border-bottom: none;
    padding-left: 24px;
}

.header-transparent { background: transparent; }

.header-transparent .main-menu ul li a {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.header-transparent .main-menu ul li a:hover, .header-transparent .main-menu ul li.active > a {
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.sticky {
    background: #ffffff !important;
    box-shadow: 0 2px 12px rgba(25, 25, 25, 0.15) !important;
}

.sticky .main-menu ul li a {
    color: #091a23 !important;
    padding: 12px 20px;
    text-shadow: none;
}

.sticky .main-header { padding: 12px 30px; }

.slicknav_menu {
    background: #ffffff;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(25, 25, 25, 0.1);
}

.slicknav_btn {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-radius: 6px;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.slicknav_btn:hover {
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.25);
    transform: translateY(-2px);
}

.slicknav_btn .slicknav_icon-bar {
    background-color: #ffffff !important;
    height: 3px;
    transition: all 0.3s ease;
}

.slicknav_nav { background: #ffffff; border-radius: 0; }

.slicknav_nav a {
    color: #2c3e50;
    font-weight: 500;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.slicknav_nav a:hover {
    background: linear-gradient(90deg, rgba(26, 90, 150, 0.08), transparent);
    color: #1a5a96;
    padding-left: 20px;
}

.header-top {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    color: #ffffff;
    padding: 8px 0;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-top a {
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.header-top a:hover {
    color: #f0f7ff;
    text-decoration: none;
}

.breadcrumb {
    background: transparent;
    padding: 8px 0;
    gap: 8px;
}

.breadcrumb-item {
    color: #5a6c7d;
    font-weight: 500;
    transition: all 0.3s ease;
}

.breadcrumb-item a {
    color: #1a5a96;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #0d3a5c;
    padding-left: 2px;
}

.breadcrumb-item.active {
    color: #1a5a96;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '/';
    color: #d0d0d0;
    margin: 0 4px;
}

/* ===== FOOTER-PREMIUM.CSS CONTENT ===== */
.footer-area {
    background: linear-gradient(180deg, #1a1a1a 0%, #0f0f0f 100%);
    color: #e0e0e0;
    transition: all 0.3s ease;
    border-top: 3px solid linear-gradient(90deg, #1a5a96, #2d7ab8);
}

.footer-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #1a5a96, #2d7ab8);
}

.footer-tittle h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: -0.5px;
    transition: all 0.3s ease;
    position: relative;
    padding-bottom: 12px;
}

.footer-tittle h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #1a5a96, #2d7ab8);
    transition: width 0.4s ease;
}

.footer-widget:hover .footer-tittle h3::after {
    width: 60px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin-bottom: 10px;
    transition: all 0.3s ease;
}

.footer-widget ul li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 0;
}

.footer-widget ul li a::before {
    content: '›';
    color: #1a5a96;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
    transform: translateX(-8px);
    opacity: 0;
}

.footer-widget ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-widget ul li a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

.footer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    transition: all 0.3s ease;
    color: #b0b0b0;
}

.footer-info:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-info i {
    color: #1a5a96;
    font-size: 18px;
    width: 24px;
    text-align: center;
    transition: all 0.3s ease;
}

.footer-info:hover i {
    transform: scale(1.2) rotate(10deg);
}

.footer-form {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.footer-form input {
    flex: 1;
    padding: 12px 16px;
    border: 2px solid #333333;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-form input:focus {
    border-color: #1a5a96;
    background: rgba(26, 90, 150, 0.1);
    box-shadow: 0 0 0 4px rgba(26, 90, 150, 0.1);
}

.footer-form input::placeholder { color: #808080; }

.footer-form button {
    padding: 12px 16px;
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border: none;
    border-radius: 6px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-form button:hover {
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.3);
    transform: translateY(-2px);
}

.footer-social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(26, 90, 150, 0.1);
    border: 2px solid #1a5a96;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a5a96;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.social-icon:hover {
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    border-color: #2d7ab8;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(26, 90, 150, 0.25);
}

.footer-copy-right {
    background: rgba(0, 0, 0, 0.2);
    border-top: 1px solid rgba(26, 90, 150, 0.2);
    padding: 20px 0;
    text-align: center;
    color: #808080;
    font-weight: 500;
}

.footer-copy-right p {
    margin: 0;
    color: #808080;
    transition: all 0.3s ease;
}

.footer-copy-right a {
    color: #1a5a96;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer-copy-right a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.cta-section {
    background: linear-gradient(135deg, #1a5a96 0%, #2d7ab8 100%);
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cta-content h2 {
    color: #ffffff;
    margin-bottom: 16px;
    font-size: 36px;
    letter-spacing: -0.5px;
}

.cta-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
    font-size: 16px;
}

.cta-button {
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 14px 40px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
}

.cta-button:hover {
    background: #ffffff;
    color: #1a5a96;
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #1a5a96, #2d7ab8);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    z-index: 99;
    box-shadow: 0 4px 12px rgba(26, 90, 150, 0.3);
}

.scroll-to-top:hover {
    box-shadow: 0 8px 20px rgba(26, 90, 150, 0.4);
    transform: translateY(-4px) scale(1.1);
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .form-control, .form-select, textarea.form-control {
        padding: 10px 12px;
        font-size: 16px;
        border-radius: 6px;
    }

    .form-label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .header-area .main-header {
        padding: 12px 16px;
    }

    .cta-section {
        padding: 40px 0;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }

    .footer-area {
        text-align: center;
    }

    .footer-social {
        justify-content: center;
    }
}
