/* palanquin-regular - latin */
@font-face {
    font-family: 'Palanquin';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/palanquin-v1-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Palanquin Regular'), local('Palanquin-Regular'),
        url('../fonts/palanquin-v1-latin-regular.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/palanquin-v1-latin-regular.woff2')
            format('woff2'),
        /* Super Modern Browsers */
            url('../fonts/palanquin-v1-latin-regular.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/palanquin-v1-latin-regular.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('../fonts/palanquin-v1-latin-regular.svg#Palanquin')
            format('svg'); /* Legacy iOS */
}

/* montserrat-900 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/montserrat-v10-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Montserrat Black'), local('Montserrat-Black'),
        url('../fonts/montserrat-v10-latin-900.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/montserrat-v10-latin-900.woff2')
            format('woff2'),
        /* Super Modern Browsers */
            url('../fonts/montserrat-v10-latin-900.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/montserrat-v10-latin-900.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('../fonts/montserrat-v10-latin-900.svg#Montserrat')
            format('svg'); /* Legacy iOS */
}

/* palanquin-dark-700 - latin */
@font-face {
    font-family: 'Palanquin Dark';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/palanquin-dark-v1-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Palanquin Dark Bold'), local('PalanquinDark-Bold'),
        url('../fonts/palanquin-dark-v1-latin-700.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/palanquin-dark-v1-latin-700.woff2')
            format('woff2'),
        /* Super Modern Browsers */
            url('../fonts/palanquin-dark-v1-latin-700.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/palanquin-dark-v1-latin-700.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('../fonts/palanquin-dark-v1-latin-700.svg#PalanquinDark')
            format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway-v11-latin-800.eot'); /* IE8 Compat Modes */
    src: local('Raleway Black'), local('Raleway-Black'),
        url('../fonts/raleway-v11-latin-800.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/raleway-v11-latin-800.woff2')
            format('woff2'),
        /* Super Modern Browsers */ url('../fonts/raleway-v11-latin-800.woff')
            format('woff'),
        /* Modern Browsers */ url('../fonts/raleway-v11-latin-800.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('../fonts/raleway-v11-latin-800.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/roboto-v16-latin-regular.eot?#iefix')
            format('embedded-opentype'),
        /* IE6-IE8 */ url('../fonts/roboto-v16-latin-regular.woff2')
            format('woff2'),
        /* Super Modern Browsers */
            url('../fonts/roboto-v16-latin-regular.woff') format('woff'),
        /* Modern Browsers */ url('../fonts/roboto-v16-latin-regular.ttf')
            format('truetype'),
        /* Safari, Android, iOS */
            url('../fonts/roboto-v16-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

.gap-big h3,
.gap-big h2,
.gap-big h4,
.gap-big h5,
.gap-big h1 {
    font-family: Roboto;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type='file'] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

tr.clickable-row {
    cursor: pointer;
}

.selected-schedule:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #ff1d13;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

#custom-header-company-name {
    color: #ffffff;
    margin-left: 10px;
    font-family: helvetica;
    font-weight: bold;
}

#custom-footer-company-name {
    color: #ffffff;
    margin-left: 10px;
    font-size: 1.25em;
    font-family: helvetica;
    font-weight: bold;
}

.header-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.header-ul-li-a {
    font-family: 'Trebuchet MS', 'Trebuchet MS', sans-serif;
    font-size: 23pt;
    font-style: normal;
    font-variant: normal;
    font-weight: 500;
    color: #ff0000;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: background-color 0.17s ease-out;
    -moz-transition: background-color 0.17s ease-out;
    -o-transition: background-color 0.17s ease-out;
    -ms-transition: background-color 0.17s ease-out;
    transition: background-color 0.17s ease-out;
}

.header_li {
    position: relative;
    display: inline-block;
    border-left: solid red 1pt;
}

.jssorb05 {
    position: absolute;
}
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
    position: absolute;
    /* size of bullet elment */
    width: 16px;
    height: 16px;
    background: url('img/b05.png') no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb05 div {
    background-position: -7px -7px;
}
.jssorb05 div:hover,
.jssorb05 .av:hover {
    background-position: -37px -7px;
}
.jssorb05 .av {
    background-position: -67px -7px;
}
.jssorb05 .dn,
.jssorb05 .dn:hover {
    background-position: -97px -7px;
}

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
.jssora22l.jssora22lds      (disabled)
.jssora22r.jssora22rds      (disabled)
*/
.jssora22l,
.jssora22r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 58px;
    cursor: pointer;
    background: url('img/a22.png') center center no-repeat;
    overflow: hidden;
}
.jssora22l {
    background-position: -10px -31px;
}
.jssora22r {
    background-position: -70px -31px;
}
.jssora22l:hover {
    background-position: -130px -31px;
}
.jssora22r:hover {
    background-position: -190px -31px;
}
.jssora22l.jssora22ldn {
    background-position: -250px -31px;
}
.jssora22r.jssora22rdn {
    background-position: -310px -31px;
}
.jssora22l.jssora22lds {
    background-position: -10px -31px;
    opacity: 0.3;
    pointer-events: none;
}
.jssora22r.jssora22rds {
    background-position: -70px -31px;
    opacity: 0.3;
    pointer-events: none;
}

#tbody-table-contactus td {
    border: none;
}

#thead-table-contactus th {
    border: none;
}

#feedback_type option:first-child {
    color: red;
}

ul.social {
    list-style: none;
}
ul.social li {
    display: inline;
    padding: 0;
    margin: 0 5px;
}
ul.social li a {
    display: inline-block;
    margin: 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    position: relative;
    background-color: #d3d3d3;
}
ul.social li a i {
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 30px;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
ul.social li a:hover i {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social li a.rss:hover {
    background-color: #f56505;
}
.social li a.face:hover {
    background-color: #3b5998;
}
.social li a.twit:hover {
    background-color: #33ccff;
}
.social li a.google:hover {
    background-color: #bd3518;
}
.social li a.linkedin:hover {
    background-color: #007bb7;
}

/*@media screen and (min-width : 320px)
{
  .captionSlider
  {
    font-size:40px;
    position:absolute;
    top:400px;
    left:30px;
    width:530px;
    height:120px;
    z-index:0;
    color:#ffffff;
    line-height:38px;
  }
}
@media screen and (min-width : 1204px)
{
  .captionSlider
  {
    font-size:25px;
  }
}*/

.border-l {
    border-left: 2px solid red !important;
}

.pl-xs {
    padding-left: 10px !important;
}

.pl-sm {
    padding-left: 15px !important;
}

.pl-md {
    padding-left: 20px !important;
}

.pl-lg {
    padding-left: 25px !important;
}

.mb-xs {
    margin-bottom: 10px !important;
}

.mb-sm {
    margin-bottom: 15px !important;
}

.mb-md {
    margin-bottom: 20px !important;
}

.mb-lg {
    margin-bottom: 25px !important;
}

ul.pagination li {
    border: 2px solid #ff1d13;
}

ul.pagination li {
    font-size: 14px;
}

ul.pagination a:hover {
    background-color: red;
}

ul.pagination li.disabled {
    border: 2px solid #ccc;
}

.btn-primary:focus {
    background-color: #262626;
}

/* Modern Search Trip Styles */
.modern-search-container {
    background: linear-gradient(135deg, #dc2626 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(220, 38, 38, 0.3);
    margin: 30px auto;
    max-width: 1200px;
}

.modern-search-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.modern-search-subtitle {
    color: #f5f5f5;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 35px;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);
}

.modern-form-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
}

.modern-roundtrip-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    background: #f7fafc;
    transition: all 0.25s ease;
}

.modern-roundtrip-toggle:hover {
    border-color: #dc2626;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.10);
    background: #ffffff;
}

.modern-roundtrip-meta {
    min-width: 0;
}

.modern-roundtrip-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 800;
    color: #2d3748;
    letter-spacing: 0.2px;
}

.modern-roundtrip-title i {
    color: #dc2626;
    font-size: 16px;
}

.modern-roundtrip-subtitle {
    margin-top: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    line-height: 1.25;
}

.modern-switch {
    position: relative;
    width: 56px;
    height: 32px;
    flex: 0 0 auto;
}

.modern-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.modern-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cbd5e0;
    transition: 0.2s;
    border-radius: 999px;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,0.05);
}

.modern-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 3px;
    top: 3px;
    background-color: #ffffff;
    transition: 0.2s;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.18);
}

.modern-switch input:checked + .modern-slider {
    background-color: #dc2626;
}

.modern-switch input:focus + .modern-slider {
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}

.modern-switch input:checked + .modern-slider:before {
    transform: translateX(24px);
}

.modern-input-group {
    margin-bottom: 25px;
    position: relative;
}

.modern-label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
}

.modern-label i,
.modern-label svg {
    margin-right: 10px;
    color: #dc2626;
    font-size: 18px;
    display: inline-block;
    width: 22px;
    text-align: center;
}

.modern-input,
.modern-select {
    width: 100%;
    height: 50px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 400;
    color: #2d3748;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    transition: all 0.3s ease;
    background-color: #f7fafc;
}

.modern-input:focus,
.modern-select:focus {
    outline: none;
    border-color: #dc2626;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.modern-input:hover,
.modern-select:hover {
    border-color: #cbd5e0;
}

/* Select2 Full Width Fix */
.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 50px !important;
    padding: 10px 18px !important;
    border: 2px solid #e2e8f0 !important;
    border-radius: 10px !important;
    background-color: #f7fafc !important;
    transition: all 0.3s ease !important;
    line-height: 28px !important;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #dc2626 !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #2d3748 !important;
    font-weight: 400 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px !important;
    right: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #dc2626 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #dc2626 transparent !important;
}

/* Dropdown menu styling */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #dc2626 !important;
    color: white !important;
}

.select2-dropdown {
    border: 2px solid #dc2626 !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.2) !important;
}

.select2-results__option {
    padding: 10px 18px !important;
    font-weight: 400 !important;
}


.modern-btn-search {
    width: 100%;
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 20px rgba(220, 38, 38, 0.3);
}

.modern-btn-search:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(220, 38, 38, 0.4);
    background: linear-gradient(135deg, #b91c1c 0%, #991b1b 100%);
}

.modern-btn-search:active {
    transform: translateY(0);
}

.modern-passenger-selector {
    display: flex;
    align-items: center;
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 12px;
    transition: all 0.3s ease;
}

.modern-passenger-selector:hover {
    border-color: #cbd5e0;
}

.modern-passenger-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #dc2626;
    color: #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
}

.modern-passenger-btn:hover {
    background: #b91c1c;
    transform: scale(1.1);
}

.modern-passenger-btn:disabled {
    background: #cbd5e0;
    cursor: not-allowed;
    transform: scale(1);
}

.modern-passenger-display {
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    padding: 0 15px;
}

.modern-passenger-text {
    font-size: 13px;
    color: #718096;
    font-weight: 400;
}

.modern-info-badge {
    display: inline-flex;
    align-items: center;
    background: #edf2f7;
    color: #4a5568;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 13px;
    margin-top: 15px;
}

.modern-info-badge i,
.modern-info-badge svg {
    margin-right: 6px;
    color: #dc2626;
}

@media (max-width: 991px) {
    .modern-search-container {
        padding: 25px 20px;
        border-radius: 15px;
    }
    
    .modern-form-card {
        padding: 25px 20px;
    }
    
    .modern-search-title {
        font-size: 24px;
    }
    
    .modern-search-subtitle {
        font-size: 14px;
    }
    
    .modern-input-group {
        margin-bottom: 20px;
    }

    .col-home-search-btn .modern-label {
        display: none !important;
    }

    .col-home-search-btn .modern-btn-search {
        width: 100%;
    }
}

/* ============================
   Home Page: Inline Search Form
   ============================ */
@media (min-width: 992px) {
    .modern-search-home .modern-form-card > .row {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        align-items: flex-end;
    }

    .modern-search-home .modern-form-card > .row > [class*="col-"] {
        flex: 1 1 0;
        width: auto;
        min-width: 0;
        padding-left: 0;
        padding-right: 0;
        float: none;
    }

    .modern-search-home .modern-form-card > .row > .col-home-search-btn {
        flex: 0 0 auto;
        width: auto;
    }

    .modern-search-home .modern-form-card > .row > .hidden {
        display: none !important;
        flex: 0 0 0;
        width: 0;
        overflow: hidden;
        padding: 0;
    }

    .modern-search-home .modern-input-group {
        margin-bottom: 0;
    }

    .modern-search-home .modern-btn-search {
        white-space: nowrap;
        width: auto;
        min-width: 180px;
        padding: 12px 24px;
        font-size: 14px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .modern-search-home .modern-input,
    .modern-search-home .modern-select {
        height: 50px;
        font-size: 14px;
    }

    .modern-search-home .modern-label {
        font-size: 12px;
        margin-bottom: 4px;
        white-space: nowrap;
    }

    .modern-search-home .modern-passenger-selector {
        height: 50px;
    }

    .modern-search-home .modern-passenger-btn {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .modern-search-home .modern-passenger-display {
        font-size: 15px;
    }

    .modern-search-home .modern-passenger-text {
        font-size: 11px;
    }

    .modern-search-home .modern-search-title {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .modern-search-home .modern-search-subtitle {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .modern-search-home .modern-form-card {
        padding: 20px;
    }

    .modern-search-home {
        padding: 24px 30px;
    }

    .modern-search-home .select2-container .select2-selection--single {
        height: 50px !important;
    }

    .modern-search-home .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 50px !important;
        font-size: 14px;
    }

    .modern-search-home .select2-container .select2-selection--single .select2-selection__arrow {
        height: 50px !important;
    }
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-form-card {
    animation: fadeInUp 0.6s ease;
}

/* Agent Cards Styles */
.agent-card {
    height: 340px !important;
    display: flex !important;
    flex-direction: column !important;
    border-radius: 15px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1) !important;
    transition: all 0.3s ease !important;
    margin-bottom: 15px !important;
    background: #ffffff !important;
    border: none !important;
    overflow: hidden !important;
}

.agent-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 50px rgba(0,0,0,0.15) !important;
}

.agent-card .card-header {
    background: linear-gradient(135deg, #f82c23 0%, #d41e15 100%) !important;
    padding: 20px !important;
    text-align: center !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
}

.agent-card .card-title {
    margin: 0 !important;
    background: linear-gradient(135deg, #ffffff 0%, #f0f0f0 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    letter-spacing: 0.8px !important;
}

.agent-card .card-body {
    padding: 20px !important;
    background: #ffffff !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: visible !important;
}

.agent-card .address-section {
    margin-bottom: 10px !important;
    flex-shrink: 0 !important;
    max-height: 70px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 5px !important;
}

.agent-card .address-section p,
.agent-card .address-section span {
    font-weight: 600 !important;
}

.agent-card .address-section::-webkit-scrollbar {
    width: 4px !important;
}

.agent-card .address-section::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.agent-card .address-section::-webkit-scrollbar-thumb {
    background: #f82c23 !important;
    border-radius: 10px !important;
}

.agent-card .address-section::-webkit-scrollbar-thumb:hover {
    background: #e02318 !important;
}

.agent-card .phone-section {
    margin-bottom: 12px !important;
    flex-shrink: 0 !important;
    max-height: 80px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    padding-right: 5px !important;
}

.agent-card .phone-section::-webkit-scrollbar {
    width: 4px !important;
}

.agent-card .phone-section::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 10px !important;
}

.agent-card .phone-section::-webkit-scrollbar-thumb {
    background: #f82c23 !important;
    border-radius: 10px !important;
}

.agent-card .phone-section::-webkit-scrollbar-thumb:hover {
    background: #e02318 !important;
}

.info-buttons-separator {
    border: none !important;
    border-top: 1px solid #e2e8f0 !important;
    margin: 12px 0 !important;
}

.agent-card .action-buttons {
    display: flex !important;
    flex-direction: row !important;
    gap: 5px !important;
    justify-content: space-between !important;
    flex-shrink: 0 !important;
    margin-top: auto !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.agent-card .action-buttons .btn {
    flex: 1 !important;
    max-width: 33% !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: 0 3px 8px rgba(248, 44, 35, 0.3) !important;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 50%, #d41e15 100%) !important;
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    font-weight: 600 !important;
    letter-spacing: 0.2px !important;
    transition: all 0.3s ease !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.agent-card .action-buttons .btn:hover {
    background: linear-gradient(135deg, #e02318 0%, #c81f16 50%, #b01b13 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 12px rgba(248, 44, 35, 0.4) !important;
    color: white !important;
    text-decoration: none !important;
}

.agent-card .action-buttons .btn:active {
    transform: translateY(0) !important;
    box-shadow: 0 2px 5px rgba(248, 44, 35, 0.3) !important;
}

.agent-card .action-buttons .btn i,
.agent-card .action-buttons .btn svg {
    margin-right: 6px !important;
    flex-shrink: 0 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .agent-card {
        margin-bottom: 20px !important;
        height: 380px !important;
    }
    
    .agent-card .card-title {
        font-size: 18px !important;
    }
    
    .agent-card .address-section {
        max-height: 70px !important;
    }
    
    .agent-card .address-section p,
    .agent-card .address-section span {
        font-size: 14px !important;
    }
    
    .agent-card .phone-section {
        max-height: 80px !important;
    }
    
    .agent-card .phone-section p {
        font-size: 14px !important;
    }
    
    .agent-card .action-buttons .btn {
        font-size: 12px !important;
        padding: 9px 6px !important;
    }
}

@media (max-width: 576px) {
    .agent-card {
        height: auto !important;
        min-height: 420px !important;
    }
    
    .agent-card .card-body {
        padding: 16px !important;
    }
    
    .agent-card .card-title {
        font-size: 19px !important;
    }
    
    .agent-card .address-section p,
    .agent-card .address-section span {
        font-size: 15px !important;
    }
    
    .agent-card .phone-section p {
        font-size: 15px !important;
    }
    
    .agent-card .action-buttons {
        flex-direction: column !important;
        gap: 8px !important;
        flex-shrink: 1 !important;
        margin-top: 0 !important;
    }
    
    .agent-card .action-buttons .btn {
        max-width: 100% !important;
        font-size: 13px !important;
        padding: 10px 12px !important;
    }
    
    .agent-card .address-section {
        max-height: 75px !important;
    }
    
    .agent-card .phone-section {
        max-height: 85px !important;
    }
}

/* Agent Detail Page Styles */
.agent-detail-header {
    position: relative;
    box-shadow: 0 4px 20px rgba(248, 44, 35, 0.3);
}

.agent-detail-header::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 1440 320"><path fill="rgba(255,255,255,0.1)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,112C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.15;
    z-index: 1;
}

.agent-detail-header .container {
    position: relative;
    z-index: 2;
}

.btn-back-agent {
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 25px;
    background: rgba(255,255,255,0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 20px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.btn-back-agent:hover {
    background: rgba(255,255,255,0.3);
    color: white;
    text-decoration: none;
    transform: translateX(-5px);
}

.agent-detail-title {
    color: white;
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.header-action-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.btn-whatsapp-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #f82c23 !important;
    border: 2px solid white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-whatsapp-header:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #e02318 !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.5);
}

.btn-maps-header {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #f82c23 !important;
    border: 2px solid white;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.btn-maps-header:hover {
    background: rgba(255, 255, 255, 0.9);
    color: #e02318 !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.5);
}

.agent-detail-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    margin-bottom: 5px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.agent-detail-card:hover {
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

/* Map styling for agent detail page */
.agent-detail-map {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 0 0 12px 12px;
}

.card-header-detail {
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    color: white;
    padding: 18px 25px;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-body-detail {
    padding: 25px;
}

.table-modern {
    margin: 0;
}

.table-modern thead th {
    background: #f8f9fa;
    color: #495057;
    font-weight: 600;
    border: none;
    padding: 15px 12px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-modern tbody td {
    padding: 18px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.table-modern tbody tr:last-child td {
    border-bottom: none;
}

.table-modern tbody tr:hover {
    background: #f8f9fa;
}

.price-badge {
    display: inline-block;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    color: white;
    padding: 6px 15px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
}

.btn-view-schedule {
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    color: white !important;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer !important;
    transition: all 0.3s ease;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    display: inline-block;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.btn-view-schedule:hover {
    background: linear-gradient(135deg, #e02318 0%, #c81f16 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(248, 44, 35, 0.3);
    color: white !important;
    text-decoration: none;
}

.btn-view-schedule:focus,
.btn-view-schedule:active {
    outline: none;
    color: white !important;
}

.btn-contact-agent {
    background: white;
    color: #f82c23 !important;
    border: 2px solid #f82c23;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    margin-bottom: 5px;
    margin-left: 5px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer !important;
}

.btn-contact-agent:hover {
    background: #f82c23;
    color: white !important;
    border-color: #e02318;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(248, 44, 35, 0.3);
    text-decoration: none;
}

.btn-contact-agent:focus,
.btn-contact-agent:active {
    outline: none;
    color: #f82c23 !important;
    background: white;
}

.info-group {
    display: flex;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

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

.info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.info-content {
    flex: 1;
}

.info-label {
    font-size: 12px;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    font-weight: 600;
}

.info-value {
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    line-height: 1.6;
}

.phone-link {
    color: #f82c23;
    text-decoration: none;
    font-weight: 600;
}

.phone-link:hover {
    color: #e02318;
    text-decoration: underline;
}

.agent-info-sticky {
    position: sticky;
    top: 20px;
}

.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse-whatsapp 2s infinite;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

@keyframes pulse-whatsapp {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 6px 35px rgba(37, 211, 102, 0.6);
    }
}

.modern-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
    font-size: 14px;
}

.modern-label i {
    color: #dc3545;
}

/* Modal Overrides */
.modal-content {
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 991px) {
    .agent-detail-title {
        font-size: 28px;
    }
    
    .agent-info-sticky {
        position: static;
        margin-top: 30px;
    }
    
    .floating-whatsapp {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .floating-whatsapp svg {
        width: 26px;
        height: 26px;
    }
}

@media (max-width: 576px) {
    .agent-detail-header {
        padding: 40px 0 30px;
    }
    
    .agent-detail-title {
        font-size: 24px;
    }
    
    .btn-whatsapp-header {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .card-header-detail {
        font-size: 16px;
        padding: 15px 20px;
    }
    
    .card-body-detail {
        padding: 20px 15px;
    }
    
    .btn-view-schedule,
    .btn-contact-agent {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 8px;
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .header-action-buttons {
        flex-direction: row;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    .btn-whatsapp-header,
    .btn-maps-header {
        display: inline-flex !important;
        align-items: center !important;
        gap: 6px !important;
        flex: 1;
        min-width: calc(50% - 5px);
        justify-content: center;
        padding: 10px 12px;
        font-size: 15px;
    }

    .btn-whatsapp-header svg {
        width: 16px !important;
        height: 16px !important;
        flex-shrink: 0;
    }

    .btn-maps-header i {
        font-size: 14px !important;
        flex-shrink: 0;
    }
    
    /* Fix container overlap with header on agent detail page only */
    .agent-detail-header + .container {
        margin-top: 20px !important;
    }
    
    /* Reorder in mobile: map first, info second, routes last */
    .agent-detail-header + .container > .row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .main-content-agent {
        width: 100%;
        display: contents; /* Makes children participate in parent flex layout */
    }
    
    .main-content-agent .agent-detail-card:not(.routes-card) {
        order: 1; /* Map card first */
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    .sidebar-info-agent {
        order: 2; /* Info card second */
        width: 100%;
        margin-top: 0;
    }
    
    .main-content-agent .routes-card {
        order: 3; /* Routes card last */
        width: calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    
    
    /* Reduce map height in mobile */
    .agent-detail-map {
        height: 220px;
    }
}

/* Modal and Datepicker fixes */
.modal-dialog-agent {
    overflow: visible !important;
}

.modal-dialog-agent .modal-content {
    overflow: visible !important;
}

.modal-dialog-agent .modal-body {
    overflow: visible !important;
}

/* Ensure datepicker appears above modal */
.picker {
    z-index: 10000 !important;
}

.picker__holder {
    overflow-y: visible !important;
}

/* Modern label styling for modal form */
.modern-label {
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

.modern-label i {
    margin-right: 5px;
    color: #dc3545;
}

/* Modern Page Header Styles (Used in all pages) */
.modern-page-header {
    position: relative;
    margin-bottom: 0;
}

.modern-page-header-bg {
    position: relative;
    padding: 80px 0 60px;
    overflow: hidden;
}

.modern-page-header-overlay {
    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 1440 320"><path fill="rgba(255,255,255,0.08)" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,138.7C960,139,1056,117,1152,112C1248,107,1344,117,1392,122.7L1440,128L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.modern-page-header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInDown 0.6s ease;
}

.modern-page-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
}

.breadcrumb-link {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s ease;
}

.breadcrumb-link:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.breadcrumb-separator {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
}

.breadcrumb-current {
    color: white;
    font-weight: 600;
}

.modern-page-title {
    color: white;
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.modern-page-subtitle {
    color: rgba(255, 255, 255, 0.95);
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.3px;
}

/* Responsive Styles for Modern Page Header */
@media (max-width: 991px) {
    .modern-page-header-bg {
        padding: 60px 0 45px;
    }
    
    .modern-page-title {
        font-size: 38px;
    }
    
    .modern-page-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .modern-page-header-bg {
        padding: 50px 0 40px;
    }
    
    .modern-page-breadcrumb {
        font-size: 12px;
        padding: 6px 16px;
        gap: 8px;
    }
    
    .modern-page-title {
        font-size: 32px;
    }
    
    .modern-page-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 576px) {
    .modern-page-header {
        display: block !important;
    }
    
    .modern-page-header-bg {
        padding: 40px 0 35px;
    }
    
    .modern-page-breadcrumb {
        font-size: 11px;
        padding: 5px 14px;
    }
    
    .modern-page-title {
        font-size: 28px;
    }
    
    .modern-page-subtitle {
        font-size: 14px;
    }
}

/* Modern Check Order Styles */
.modern-check-order-container {
    background: linear-gradient(135deg, #f82c23 0%, #ffffff 100%);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(248, 44, 35, 0.3);
    margin: 30px auto;
    max-width: 1000px;
}

.modern-help-text {
    display: block;
    margin-top: 8px;
    color: #718096;
    font-size: 13px;
    line-height: 1.5;
}

.modern-help-text i {
    color: #f82c23;
    margin-right: 5px;
}

.modern-divider {
    position: relative;
    text-align: center;
    margin: 35px 0;
}

.modern-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.modern-divider span {
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    color: #718096;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Results Container */
.modern-results-container {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
    animation: fadeInUp 0.6s ease;
}

.modern-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0f0f0;
}

.modern-results-title {
    color: #2d3748;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.modern-results-title i {
    color: #f82c23;
    font-size: 26px;
}

.modern-btn-change-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: white;
    color: #f82c23;
    border: 2px solid #f82c23;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modern-btn-change-search:hover {
    background: #f82c23;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(248, 44, 35, 0.3);
}

.modern-results-table {
    overflow-x: auto;
}

.table-modern-results {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.table-modern-results thead th {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 13px;
    border: none;
}

.table-modern-results tbody td {
    padding: 18px 15px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
}

.table-modern-results tbody tr:last-child td {
    border-bottom: none;
}

.table-modern-results tbody tr:hover {
    background: #f8f9fa;
}

/* Responsive for Check Order */
@media (max-width: 991px) {
    .modern-check-order-container {
        padding: 30px 25px;
        border-radius: 15px;
    }
    
    .modern-results-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .modern-results-title {
        font-size: 20px;
    }
    
    .modern-btn-change-search {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .modern-check-order-container {
        padding: 25px 20px;
    }
    
    .modern-divider {
        margin: 25px 0;
    }
    
    .modern-divider span {
        font-size: 12px;
        padding: 0 15px;
    }
}

/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 0 0 0 0;
    position: relative;
    margin-top: 80px;
}

.footer-wave {
    position: absolute;
    top: -119px;
    left: 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    line-height: 0;
    border: none;
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 120px;
    vertical-align: middle;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-section {
    margin-bottom: 40px;
}

/* Logo Section */
.footer-logo-section {
    margin-bottom: 25px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 10px;
}

.footer-logo img {
    height: 45px;
    width: auto;
    transition: all 0.3s ease;
}

.footer-logo:hover img {
    transform: scale(1.05);
}

.footer-tagline {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    margin: 10px 0 0 0;
    font-style: italic;
}

/* Address Section */
.footer-address {
    margin: 25px 0 35px 0;
    clear: both;
}

.address-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.address-item:hover {
    box-shadow: 0 4px 15px rgba(248, 44, 35, 0.15);
    transform: translateX(5px);
}

.address-item:last-child {
    margin-bottom: 0;
}

.address-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.address-icon svg,
.address-icon i {
    width: 18px;
    height: 18px;
    color: white;
    fill: white;
}

.address-content h6 {
    margin: 0 0 5px 0;
    color: #2d3748;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.address-content p {
    margin: 0;
    color: #6c757d;
    font-size: 13px;
    line-height: 1.6;
}

/* Social Media */
.footer-social {
    margin-top: 25px;
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    clear: both;
    position: relative !important;
    bottom: auto !important; /* Override styles.css */
    text-align: left !important; /* Override styles.css */
    width: 100% !important;
    transition: all 0.3s ease;
    border: 2px solid #f0f0f0;
}

.footer-social:hover {
    box-shadow: 0 4px 15px rgba(248, 44, 35, 0.15);
    transform: translateX(5px);
}

.social-title {
    color: #2d3748;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white !important;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link svg,
.social-link i {
    width: 18px;
    height: 18px;
    color: white;
    fill: white;
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(248, 44, 35, 0.4);
    color: white !important;
    text-decoration: none;
}

.social-link:hover svg,
.social-link:hover i {
    color: white;
    fill: white;
}

/* Footer Title */
.footer-title {
    color: #2d3748;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    border-bottom: 3px solid #f82c23;
    display: inline-block;
}

/* Contact Section */
.footer-contact {
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.contact-item:hover {
    box-shadow: 0 4px 15px rgba(248, 44, 35, 0.15);
    transform: translateX(5px);
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #f82c23 0%, #e02318 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
}

.contact-icon svg,
.contact-icon i {
    width: 18px;
    height: 18px;
    color: white;
    fill: white;
}

.contact-content {
    flex: 1;
}

.contact-label {
    margin: 0 0 5px 0;
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-link {
    color: #2d3748 !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.contact-link:hover {
    color: #f82c23 !important;
    text-decoration: none;
}

/* Customer Service */
.footer-customer-service {
    padding: 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}

.footer-customer-service:hover {
    border-color: #f82c23;
    box-shadow: 0 4px 15px rgba(248, 44, 35, 0.15);
}

.service-title {
    color: #2d3748;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.service-title i {
    color: #f82c23;
}

.service-subtitle {
    color: #6c757d;
    font-size: 13px;
    margin: 0 0 15px 0;
}

.btn-whatsapp-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    padding: 14px 20px;
    background: linear-gradient(135deg, #25D366 0%, #20BA5A 100%);
    color: white;
    border: none;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-footer:hover {
    background: linear-gradient(135deg, #20BA5A 0%, #1DA851 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
    color: white;
    text-decoration: none;
}

.btn-whatsapp-footer svg {
    flex-shrink: 0;
}

/* Payment Methods */
.payment-subtitle {
    color: #6c757d;
    font-size: 13px;
    margin: 0 0 20px 0;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.payment-item {
    background: white;
    padding: 10px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 50px;
}

.payment-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.payment-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Footer Bottom */
.footer-bottom {
    background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
    padding: 30px 0;
    margin-top: 40px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-copyright i {
    color: #f82c23;
}

.footer-copyright strong {
    color: white;
    font-weight: 700;
}

/* Responsive Footer */
@media (max-width: 991px) {
    .modern-footer {
        margin-top: 60px;
    }
    
    .footer-main {
        padding: 50px 0 30px;
    }
    
    .footer-section {
        margin-bottom: 40px;
    }
    
    .payment-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }
}

@media (max-width: 768px) {
    .modern-footer {
        margin-top: 50px;
    }
    
    .footer-wave {
        top: -59px;
        height: 60px;
    }
    
    .footer-wave svg {
        height: 60px;
    }
    
    .footer-main {
        padding: 40px 0 20px;
    }
    
    .footer-title {
        font-size: 18px;
    }
    
    .payment-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    
    .payment-item {
        height: 45px;
    }
    
    .footer-bottom {
        padding: 25px 0;
    }
    
    .footer-copyright p {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer-section {
        margin-bottom: 35px;
    }
    
    .footer-address {
        margin-bottom: 30px;
    }
    
    .address-item,
    .contact-item {
        padding: 12px;
    }
    
    .address-icon,
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .address-icon svg,
    .address-icon i,
    .contact-icon svg,
    .contact-icon i {
        width: 16px;
        height: 16px;
    }
    
    .address-content h6 {
        font-size: 13px;
    }
    
    .address-content p,
    .contact-link {
        font-size: 12px;
    }
    
    .footer-social {
        margin-top: 30px;
        padding-top: 20px;
    }
    
    .social-link {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }
    
    .social-link svg,
    .social-link i {
        width: 16px;
        height: 16px;
    }
    
    .payment-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    
    .payment-item {
        height: 40px;
        padding: 8px;
    }
    
    .btn-whatsapp-footer {
        padding: 12px 18px;
        font-size: 14px;
    }
    
    .footer-description {
        font-size: 10px;
    }
    
    .footer-copyright p {
        font-size: 11px;
        padding: 0 10px;
    }
}

/* Hide FontAwesome missing icon loading animation */
.svg-inline--fa .missing {
    display: none !important;
}

.fa .missing {
    display: none !important;
}
