/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: auto;
    background: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #c0bfbf;
}

div, a, ul, li, section, input, select, textarea, img, p, h1, h2, h3, h4, h5, h6, label {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #1a0dbd;
}

a:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

input, select, button {
    outline: 0px;
    border: 0px;
}

select {
    cursor: pointer;
}

input[type='submit'] {
    border: 0px;
    cursor: pointer
}


/* Table */
.table {
    width: 100%;
    height: auto;
    border-spacing: 0;
    border-collapse: collapse;
    display: table;
    border: 1px solid #666;
}

.table thead {
    background: #eef2f4;
}

.table th {
    padding: 10px;
    border: 1px solid #666;
    font-weight: 500;
    text-align: left;
}

.table td {
    padding: 10px;
    border: 1px solid #666;
}

.table tbody tr.grey {
    background: #f5f6fa;
}

.table tbody td {
    border-top: 1px solid #666;
}


textarea {
    font-family: "Open Sans", Arial, sans-serif;
}

a {
    text-decoration: none;
    color: #0093DE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a:hover {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    margin: 0px;
    padding: 0px;
    font-weight: inherit;
}

img {
    border: 0px;
}

div, li, span, a {
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea {
    color: #555;
    font-family: "Open Sans", Arial, sans-serif;
}

input, select, textarea:focus {
    outline: 0px;
}

input, select, textarea {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea:focus {
    outline: 0px;
}

button {
    border: 0px;
    cursor: pointer;
}

button:focus {
    outline: 0px;
}


/* Form Fields */
input[type='text'], input[type='email'], input[type='number'], textarea, input[type='password'], select, input[type='date'], input[type='time'], input[type='number'] {
    width: 100%;
    height: 40px;
    float: left;
    outline: 0px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #666;
    font-size: 13px;
    color: #CCC;
    font-family: "Open Sans", Arial, sans-serif;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;

    transition: border 0.7s;
    border-radius: 10px;
    background: rgb(28, 27, 25);
}

input[type='text']:focus, input[type='email'], input[type='number']:focus, input[type='password']:focus, textarea:focus, input[type='date']:focus, input[type='time']:focus, select:focus {
    border: 1px solid #666;
}

input[type="text"]:disabled {
    cursor: not-allowed;
}

input[type="submit"] {
    border: 0px;
    cursor: pointer;
}

button {
    width: auto;
    height: 40px;
    float: left;
    background: #deaf25;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}

button:hover {
    background: #ca9e1d;
}

.btn {
    width: auto;
    height: 27px;
    float: left;
    background: #672b75;
    border: 0px;
    outline: 0px;
    cursor: pointer;
    font-size: 12px;
    color: #FFF;
}

.btn:hover {
    background: #51195e;
}

.btn:active {
    background: #5c5c5c;
}


.error {
    width: 98%;
    height: auto;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    background: #f64b2f;
    padding: 10px;
    padding-left: 35px;
    font-size: 13px;
    color: #FFF;
    font-weight: 600;
}

.error i {
    font-size: 21px;
    color: #9a1903;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 12px;
}

.error ul {
    margin-left: 15px;
}

.error li {
    margin-bottom: 4px;
    list-style: none;
}

.success {
    width: 98%;
    height: auto;
    float: left;
    position: relative;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    background: #7eb62e;
    padding: 10px;
    padding-left: 35px;
    font-size: 13px;
    color: #FFF;
    font-weight: 600;
}

.success i {
    font-size: 21px;
    color: #598a10;
    position: absolute;
    z-index: 99;
    left: 15px;
    top: 12px;
}

.success ul {
    margin-left: 15px;
}

.success li {
    margin-bottom: 4px;
    list-style: none;
}

input, select, textarea {
    color: #555;
    font-family: "Open Sans", Arial, sans-serif;
}

input, select, textarea:focus {
    outline: 0px;
}

input, select, textarea {

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input, select, textarea:focus {
    outline: 0px;
}

button {
    border: 0px;
    cursor: pointer;
}

button:focus {
    outline: 0px;
}

.container {
    width: 96%;
    height: auto;
    max-width: 1441px;
    margin: 0 auto;
    position: relative;
}

.pull-right {
    float: right;
}


#header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9997;
    padding-top: 12px;
    padding-bottom: 12px;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(222, 175, 37, 0.3);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header_other {
    background: rgba(0, 0, 0, 0.95);
}

#logo {
    width: auto;
    height: auto;
    flex-shrink: 0;
    position: relative;
    transition: transform 0.3s ease;
}

#logo:hover {
    transform: translateY(-2px);
}

#logo::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 50px;
    background: linear-gradient(to bottom, transparent, #deaf25, transparent);
}

#logo img {
    width: auto;
    height: 65px;
    filter: drop-shadow(0 2px 8px rgba(222, 175, 37, 0.4));
    transition: all 0.3s ease;
}

#logo img:hover {
    filter: drop-shadow(0 4px 12px rgba(222, 175, 37, 0.6));
}


#mobmenu {
    width: 38px;
    height: 32px;
    position: absolute;
    left: 235px;
    top: 45px;
    display: none;
    border: 2px solid #000;
    text-align: center;
    cursor: pointer;
}

#mobmenu i {
    font-size: 24px;
    line-height: 27px;
    color: #000;
}

#nav {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
}

#nav ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    gap: 15px;
}

#nav ul li {
    list-style: none;
    position: relative;
}

#nav ul li a {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

#nav ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: #deaf25;
    transition: width 0.3s ease;
}

#nav ul li a:hover {
    text-decoration: none;
    color: #deaf25;
    transform: translateY(-2px);
}

#nav ul li a:hover::after {
    width: 100%;
}


#nav ul ul {
    width: 230px;
    height: 0px;
    position: absolute;
    top: 25px;
    left: 0px;
    z-index: 999;
    overflow: hidden;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#nav ul ul:before {
    display: none;
    position: absolute;
    top: -1px;
    left: 0%;
    margin-top: -16px;
    margin-left: 24px;
    font-size: 26px;
    color: #222;
    font-family: FontAwesome;
    content: "\f0d8";
}

#nav ul ul li {
    width: 100%;
    height: auto;
    float: left;
    margin-left: 0px;
    padding-bottom: 0px;
}

#nav ul ul li a {
    width: 100%;
    height: auto;
    float: left;
    font-size: 13px;
    color: #c8c8c8;
    font-weight: inherit;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    border-bottom: 1px solid #333;
    background: #222;
}

#nav ul ul li a:hover {
    color: #FFF;
}

#nav ul li:hover > ul:before {
    display: block;
}

#nav ul li:hover > ul {
    display: block;
    height: inherit;
    overflow: inherit;
}


#header_right {
    width: auto;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

#header_hotline {
    width: auto;
    height: auto;
    color: #deaf25;
    padding-bottom: 2px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #deaf25;
}

#header_hotline:hover {
    text-decoration: none;
}

#header_my {
    width: 40px;
    height: 40px;
    color: #deaf25;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 50%;
    transition: all 0.3s ease;
    background: rgba(222, 175, 37, 0.1);
}

#header_my:hover {
    background: rgba(222, 175, 37, 0.2);
    border-color: #deaf25;
    transform: scale(1.1);
}


#header_book {
    width: auto;
    height: 42px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 13px;
    color: #000;
    line-height: 42px;
    background: linear-gradient(135deg, #deaf25 0%, #f0c840 100%);
    border-radius: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(222, 175, 37, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: inline-block;
}

#header_book::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: left 0.5s ease;
}

#header_book:hover::before {
    left: 100%;
}

#header_book:hover {
    background: linear-gradient(135deg, #f0c840 0%, #deaf25 100%);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(222, 175, 37, 0.4);
}

/* ========================================
   MOBILE MENU BUTTON & RESPONSIVE HEADER
   ======================================== */

/* Mobile Menu Toggle Button */
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 32px;
    height: 28px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10000;
    margin-left: 15px;
    transition: all 0.3s ease;
}

.mobile-menu-btn:focus {
    outline: none;
}

.burger-line {
    width: 100%;
    height: 3px;
    background: #deaf25;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position: relative;
}

.mobile-menu-btn:hover .burger-line {
    background: #f0c840;
}

.mobile-menu-btn.active .burger-line:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.mobile-menu-btn.active .burger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}

.mobile-menu-btn.active .burger-line:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Content */
.mobile-menu-content {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 100%;
    background: linear-gradient(135deg, #0a0a0a 0%, #000000 100%);
    margin-left: auto;
    padding: 30px 25px;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.8);
}

.mobile-menu-overlay.active .mobile-menu-content {
    transform: translateX(0);
}

/* Mobile Menu Close Button */
.mobile-menu-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background: rgba(222, 175, 37, 0.1);
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 50%;
    color: #deaf25;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.mobile-menu-close:hover {
    background: #deaf25;
    color: #000;
    transform: rotate(90deg);
    box-shadow: 0 0 20px rgba(222, 175, 37, 0.5);
}

/* Mobile Menu Header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 2px solid rgba(222, 175, 37, 0.2);
}

.mobile-menu-logo {
    width: 50px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(222, 175, 37, 0.4));
}

.mobile-menu-header h3 {
    font-size: 24px;
    font-weight: 700;
    color: #deaf25;
    margin: 0;
    letter-spacing: 1px;
}

/* Mobile Menu Navigation */
.mobile-menu-nav {
    margin-bottom: 40px;
}

.mobile-menu-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-nav li {
    margin-bottom: 8px;
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.4s ease;
}

.mobile-menu-overlay.active .mobile-menu-nav li {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu-nav li:nth-child(1) {
    transition-delay: 0.1s;
}

.mobile-menu-nav li:nth-child(2) {
    transition-delay: 0.15s;
}

.mobile-menu-nav li:nth-child(3) {
    transition-delay: 0.2s;
}

.mobile-menu-nav li:nth-child(4) {
    transition-delay: 0.25s;
}

.mobile-menu-nav li:nth-child(5) {
    transition-delay: 0.3s;
}

.mobile-menu-nav li:nth-child(6) {
    transition-delay: 0.35s;
}

.mobile-menu-nav li:nth-child(7) {
    transition-delay: 0.4s;
}

.mobile-menu-nav a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobile-menu-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #deaf25;
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.mobile-menu-nav a:hover {
    background: rgba(222, 175, 37, 0.1);
    color: #deaf25;
    padding-left: 30px;
}

.mobile-menu-nav a:hover::before {
    transform: scaleY(1);
}

.mobile-menu-nav a i {
    font-size: 18px;
    color: #deaf25;
    width: 25px;
    text-align: center;
}

/* Mobile Menu Footer */
.mobile-menu-footer {
    padding-top: 25px;
    border-top: 2px solid rgba(222, 175, 37, 0.2);
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease 0.5s;
}

.mobile-menu-overlay.active .mobile-menu-footer {
    opacity: 1;
    transform: translateY(0);
}

.mobile-book-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 12px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(222, 175, 37, 0.4);
}

.mobile-book-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(222, 175, 37, 0.6);
    background: linear-gradient(135deg, #f0c840, #deaf25);
}

.mobile-book-btn i {
    font-size: 18px;
}

.mobile-contact-info {
    text-align: center;
}

.mobile-contact-info a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 10px;
    color: #deaf25;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.mobile-contact-info a:hover {
    background: rgba(222, 175, 37, 0.2);
    border-color: #deaf25;
    transform: scale(1.05);
}

.mobile-contact-info i {
    font-size: 18px;
}


/* ========================================
   HOME SERVICES SECTION - Modern Redesign
   ======================================== */

#home_services {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

#home_services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(222, 175, 37, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(222, 175, 37, 0.05) 0%, transparent 50%);
    z-index: 1;
}

#home_services .container {
    position: relative;
    z-index: 2;
}

/* Services Section Header (Same style as About) */
.services-section-header {
    text-align: center;
    margin-bottom: 45px;
    animation: fadeInDown 0.8s ease-out;
}

.services-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.services-badge i {
    font-size: 14px;
}

.services-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.services-title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
    margin: 0 auto 25px auto;
}

.services-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}

/* Service Card */
.service-card {
    position: relative;
    animation: fadeInUp 0.8s ease-out;
}

.service-card a {
    text-decoration: none;
    display: block;
}

.service-card-inner {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(222, 175, 37, 0.15);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
}

.service-card-inner:hover {
    transform: translateY(-10px);
    border-color: #deaf25;
    box-shadow: 0 20px 50px rgba(222, 175, 37, 0.3);
    background: rgba(222, 175, 37, 0.05);
}

/* Service Image */
.service-image-wrapper {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.service-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-card-inner:hover .service-image-wrapper img {
    transform: scale(1.1);
}

/* Service Overlay */
.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(222, 175, 37, 0.5) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card-inner:hover .service-overlay {
    opacity: 1;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: rgba(222, 175, 37, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    transform: scale(0.8) rotate(-10deg);
    transition: all 0.4s ease;
}

.service-card-inner:hover .service-icon {
    transform: scale(1) rotate(0deg);
}

.service-icon i {
    font-size: 32px;
    color: #000;
}

/* Service Content */
.service-content {
    padding: 18px 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.service-content h3 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-card-inner:hover .service-content h3 {
    color: #deaf25;
}

.service-content p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0 0 12px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service-arrow {
    width: 30px;
    height: 30px;
    background: rgba(222, 175, 37, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    transition: all 0.3s ease;
}

.service-arrow i {
    font-size: 12px;
    color: #deaf25;
    transition: transform 0.3s ease;
}

.service-card-inner:hover .service-arrow {
    background: #deaf25;
}

.service-card-inner:hover .service-arrow i {
    color: #000;
    transform: translateX(3px);
}

/* Services CTA */
.services-cta {
    text-align: center;
    margin-top: 40px;
}

.services-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 40px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 30px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(222, 175, 37, 0.4);
    position: relative;
    overflow: hidden;
}

.services-btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840, #deaf25);
    transition: left 0.4s ease;
    z-index: -1;
}

.services-btn-view-all:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(222, 175, 37, 0.6);
}

.services-btn-view-all:hover::before {
    left: 0;
}

.services-btn-view-all i {
    font-size: 17px;
    transition: transform 0.3s ease;
}

.services-btn-view-all:hover i {
    transform: translateX(6px);
}


/* ===== HOME SLIDER - PREMIUM DESIGN ===== */
#home-slider {
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    overflow: hidden;
    background: #000;
}

#home-slider-in {
    width: 100%;
    height: 100vh !important;
    position: relative;
    background: #000;
}

/* Owl Carousel Wrappers */
#home-slider .owl-wrapper-outer {
    height: 100vh !important;
}

#home-slider .owl-wrapper {
    height: 100vh !important;
}

#home-slider .owl-item {
    height: 100vh !important;
}

/* Slide Item */
.slide-item {
    position: relative;
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    display: block !important;
}

.slide-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1.1);
    transition: transform 8s ease-out;
}

.slide-item.active img {
    transform: scale(1);
}

/* Slide Overlay */
.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.75) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(222, 175, 37, 0.2) 100%
    );
    z-index: 2;
}

/* Slide Content */
.slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 3;
    padding: 100px 0 150px;
}

.slide-content .container {
    position: relative;
    z-index: 3;
}

/* Slide Badge */
.slide-badge {
    display: inline-block;
    padding: 8px 25px;
    background: rgba(222, 175, 37, 0.15);
    border: 1px solid rgba(222, 175, 37, 0.5);
    border-radius: 50px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    animation: fadeInDown 1s ease-out;
}

/* Slide Title */
.slide-title {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 30px 0;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 1s ease-out 0.2s both;
    max-width: 900px;
}

.slide-title .highlight {
    background: linear-gradient(135deg, #deaf25 0%, #f0c840 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
    position: relative;
}

/* Slide Description */
.slide-description {
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 40px 0;
    max-width: 650px;
    font-weight: 300;
    animation: fadeInUp 1s ease-out 0.4s both;
}

/* Slide Buttons */
.slide-buttons {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeInUp 1s ease-out 0.6s both;
}

.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary {
    background: linear-gradient(135deg, #deaf25 0%, #f0c840 100%);
    color: #000;
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.4);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840 0%, #deaf25 100%);
    transition: left 0.5s ease;
    z-index: -1;
}

.btn-primary:hover {
    text-decoration: none;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(222, 175, 37, 0.5);
}

.btn-primary:hover::before {
    left: 0;
}

.btn-secondary {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-secondary:hover {
    text-decoration: none;
    border-color: #deaf25;
    color: #deaf25;
    transform: translateY(-3px);
}

.btn-secondary:hover::before {
    width: 100%;
}

/* Custom Navigation */
/* Slider Navigation Buttons */
.slider-nav-btn {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(222, 175, 37, 0.5);
    border-radius: 50%;
    color: #deaf25;
    font-size: 24px;
    cursor: pointer !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999 !important;
    overflow: hidden;
    pointer-events: auto !important;
    user-select: none;
    outline: none;
}

.slider-nav-btn:focus {
    outline: 2px solid #deaf25;
    outline-offset: 3px;
}

.slider-nav-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.3), rgba(240, 200, 64, 0.3));
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.prev-btn {
    left: 1%;
}

.next-btn {
    right: 1%;
}

.slider-nav-btn:hover {
    background: rgba(222, 175, 37, 0.15);
    border-color: #deaf25;
    border-width: 3px;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 10px 35px rgba(222, 175, 37, 0.4);
    color: #f0c840;
}

.slider-nav-btn:hover::before {
    width: 100%;
    height: 100%;
}

.slider-nav-btn:active {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 5px 20px rgba(222, 175, 37, 0.3);
}

.slider-nav-btn i {
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.prev-btn:hover i {
    animation: slideLeft 0.6s ease infinite;
}

.next-btn:hover i {
    animation: slideRight 0.6s ease infinite;
}

/* Navigation Button Animations */
@keyframes slideLeft {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(-5px);
    }
}

@keyframes slideRight {
    0%, 100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(5px);
    }
}

/* Slide Counter */
.slider-counter {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

.slider-counter .current-slide,
.slider-counter .total-slides {
    font-size: 24px;
    font-weight: 700;
    color: #deaf25;
}

.slider-counter .divider {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.scroll-indicator a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.scroll-indicator a:hover {
    color: #deaf25;
    text-decoration: none;
}

.scroll-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.scroll-icon {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(222, 175, 37, 0.5);
    border-radius: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    animation: scrollBounce 2s infinite;
}

.scroll-icon i {
    font-size: 16px;
    animation: scrollArrow 2s infinite;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scrollBounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
}

@keyframes scrollArrow {
    0%, 100% {
        opacity: 0;
        transform: translateY(0);
    }
    50% {
        opacity: 1;
        transform: translateY(10px);
    }
}

/* Owl Carousel Overrides */

#home-slider .owl-controls {
    display: none;
}


/* ============================================
   BOOKING FORM SECTION - MODERN DESIGN
   ============================================ */

#home_start_book {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
    background: #080706;
    position: relative;
    overflow: hidden;
}

#home_start_book::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/elite_why_bg.png) center center no-repeat;
    background-size: cover;
    opacity: 0.05;
    z-index: 1;
}

#home_start_book .container {
    position: relative;
    z-index: 2;
}

/* Booking Header */
.booking-header {
    text-align: center;
    margin-bottom: 30px;
    animation: fadeInDown 1s ease-out;
}

.booking-header h2 {
    width: 100%;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.booking-header h2::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
}

.booking-subtitle {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    margin: 15px 0 0 0;
    font-weight: 300;
}

/* Booking Form Wrapper */
.booking-form-wrapper {
    background: rgba(18, 18, 18, 0.8);
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(222, 175, 37, 0.2);
    animation: fadeInUp 1s ease-out 0.3s both;
}

.booking-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    align-items: flex-end;
}

/* Booking Field */
.booking-field {
    flex: 1;
    min-width: 0;
}

.booking-field label {
    display: block;
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    color: #deaf25;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.booking-field label i {
    margin-right: 5px;
    font-size: 12px;
}

/* Input Wrapper */
.input-wrapper {
    position: relative;
}

.input-wrapper::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #deaf25, #f0c840);
    transition: width 0.4s ease;
    z-index: 1;
}

.input-wrapper:focus-within::before {
    width: 100%;
}

/* Input Styles */
#home_start_book input,
#home_start_book select {
    width: 100%;
    height: 42px;
    padding: 10px 12px;
    font-size: 13px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 8px;
    transition: all 0.3s ease;
    outline: none;
    font-weight: 400;
}

#home_start_book input:focus,
#home_start_book select:focus {
    background: rgba(0, 0, 0, 0.6);
    border-color: #deaf25;
    box-shadow: 0 0 15px rgba(222, 175, 37, 0.3);
    transform: translateY(-2px);
}

#home_start_book input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

#home_start_book select option {
    color: #fff;
    background: #1f1f1f;
}

/* Button Styles */
#home_start_book button {
    width: 100%;
    height: 42px;
    padding: 0 20px;
    background: linear-gradient(135deg, #deaf25 0%, #f0c840 100%);
    border: none;
    border-radius: 8px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(222, 175, 37, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
}

#home_start_book button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840 0%, #deaf25 100%);
    transition: left 0.5s ease;
    z-index: -1;
}

#home_start_book button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(222, 175, 37, 0.6);
}

#home_start_book button:hover::before {
    left: 0;
}

#home_start_book button:active {
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(222, 175, 37, 0.4);
}

#home_start_book button i {
    font-size: 14px;
}

#home_start_book button span {
    display: inline-block;
}

/* Field Specific Widths - All in One Row */
#home_start_book_p {
    flex: 0 0 20%;
    min-width: 0;
}

#home_start_book_d {
    flex: 0 0 20%;
    min-width: 0;
}

#home_start_book_f {
    flex: 0 0 18%;
    min-width: 0;
}

#home_start_book_t {
    flex: 0 0 18%;
    min-width: 0;
}

#home_start_book_btn {
    flex: 0 0 16%;
    min-width: 0;
    margin-top: 0;
}


/* ========================================
   HOME ABOUT SECTION - Modern Redesign
   ======================================== */

#home_about {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    padding: 80px 0 80px 0;
    position: relative;
    overflow: hidden;
}

#home_about::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/about_right_bg.png) right center no-repeat;
    background-size: cover;
    opacity: 0.03;
    z-index: 1;
}

#home_about .container {
    position: relative;
    z-index: 2;
}

/* About Section Header */
.about-section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.about-badge i {
    font-size: 14px;
}

.about-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-subtitle{
    padding-top: 10px;
}

.about-title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
    margin: 0 auto;
}

/* About Content Grid */
.about-content-grid {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 50px;
    align-items: start;
}

/* Left Side: Image Section */
.about-image-section {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.about-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: fadeInLeft 1s ease-out;
}

.about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover img {
    transform: scale(1.05);
}

.about-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(222, 175, 37, 0.3) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.about-image-wrapper:hover .about-image-overlay {
    opacity: 1;
}

.experience-badge {
    background: rgba(222, 175, 37, 0.95);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 3px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.about-image-wrapper:hover .experience-badge {
    transform: scale(1);
}

.experience-number {
    font-size: 48px;
    font-weight: 800;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}

.experience-text {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.3;
}

/* Statistics Cards */
.about-stats-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
    animation: fadeInUp 1s ease-out 0.3s both;
}

.stat-card {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(222, 175, 37, 0.2);
    border-radius: 15px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.stat-card:hover {
    background: rgba(222, 175, 37, 0.1);
    border-color: #deaf25;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.3);
}

.stat-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.stat-card:hover .stat-icon {
    transform: rotate(5deg) scale(1.1);
}

.stat-icon i {
    font-size: 24px;
    color: #000;
}

.stat-content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #deaf25;
    margin: 0 0 5px 0;
}

.stat-content p {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Right Side: Text Section */
.about-text-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation: fadeInUp 1s ease-out 0.2s both;
}

.about-text-content {
    padding: 0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.about-lead-text {
    font-size: 18px;
    font-weight: 500;
    color: #deaf25;
    line-height: 1.8;
    margin-bottom: 25px;
    padding-left: 20px;
    border-left: 3px solid #deaf25;
}

.about-description {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: justify;
}

/* Feature Highlights */
.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 35px 0;
    padding: 30px;
    background: rgba(18, 18, 18, 0.6);
    border-radius: 15px;
    border: 1px solid rgba(222, 175, 37, 0.1);
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon-small {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: rgba(222, 175, 37, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(222, 175, 37, 0.3);
}

.feature-icon-small i {
    font-size: 14px;
    color: #deaf25;
}

.feature-item span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* CTA Buttons */
.about-cta {
    display: flex;
    gap: 15px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.about-btn-primary,
.about-btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.about-btn-primary {
    background: linear-gradient(135deg, #deaf25, #f0c840);
    color: #000;
    box-shadow: 0 8px 25px rgba(222, 175, 37, 0.4);
}

.about-btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840, #deaf25);
    transition: left 0.4s ease;
    z-index: -1;
}

.about-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(222, 175, 37, 0.6);
}

.about-btn-primary:hover::before {
    left: 0;
}

.about-btn-secondary {
    background: transparent;
    color: #deaf25;
    border: 2px solid #deaf25;
}

.about-btn-secondary:hover {
    background: rgba(222, 175, 37, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(222, 175, 37, 0.3);
}

.about-btn-primary i,
.about-btn-secondary i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.about-btn-primary:hover i {
    transform: translateX(5px);
}

.about-btn-secondary:hover i {
    animation: pulse 1s infinite;
}


/* ========================================
   HOME PROCESS SECTION - Modern Timeline Design
   ======================================== */

#home_process {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#home_process::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgba(222, 175, 37, 0.05) 0%, transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(222, 175, 37, 0.05) 0%, transparent 50%);
    z-index: 1;
}

#home_process .container {
    position: relative;
    z-index: 2;
}

/* Process Section Header (Same style as About) */
.process-section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.process-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.process-badge i {
    font-size: 14px;
}

.process-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.process-title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
    margin: 0 auto 25px auto;
}

.process-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Process Content Wrapper */
.process-content-wrapper {
    display: grid;
    grid-template-columns: 38% 62%;
    gap: 50px;
    margin-bottom: 50px;
}

/* Process Intro Card */
.process-intro {
    animation: fadeInLeft 1s ease-out;
}

.intro-card {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(222, 175, 37, 0.2);
    border-radius: 20px;
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.intro-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.4);
}

.intro-icon i {
    font-size: 32px;
    color: #000;
}

.intro-card h3 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
}

.intro-card p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 30px;
}

/* Intro Features */
.intro-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
    padding: 25px 0;
    border-top: 1px solid rgba(222, 175, 37, 0.2);
    border-bottom: 1px solid rgba(222, 175, 37, 0.2);
}

.intro-feature-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.intro-feature-item i {
    width: 40px;
    height: 40px;
    background: rgba(222, 175, 37, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #deaf25;
    flex-shrink: 0;
}

.intro-feature-item span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

/* Contact CTA */
.contact-cta {
    background: rgba(222, 175, 37, 0.1);
    border-left: 3px solid #deaf25;
    padding: 20px;
    border-radius: 10px;
    margin-top: auto;
}

.cta-text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0;
    display: flex;
    gap: 12px;
}

.cta-text i {
    flex-shrink: 0;
    color: #deaf25;
    font-size: 16px;
    margin-top: 2px;
}

/* Process Steps */
.process-steps {
    animation: fadeInRight 1s ease-out;
}

.steps-timeline {
    position: relative;
}

/* Step Item */
.step-item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 25px;
    margin-bottom: 30px;
    position: relative;
    opacity: 0;
    animation: fadeInUp 0.6s ease-out forwards;
}

.step-item:nth-child(1) {
    animation-delay: 0.2s;
}

.step-item:nth-child(2) {
    animation-delay: 0.4s;
}

.step-item:nth-child(3) {
    animation-delay: 0.6s;
}

.step-item:nth-child(4) {
    animation-delay: 0.8s;
}

.step-item:nth-child(5) {
    animation-delay: 1s;
}

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

.step-item:last-child .step-connector {
    display: none;
}

/* Step Number */
.step-number {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.2), rgba(222, 175, 37, 0.1));
    border: 3px solid rgba(222, 175, 37, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.step-item:hover .step-number {
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-color: #deaf25;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.5);
}

.step-number span {
    font-size: 28px;
    font-weight: 800;
    color: #deaf25;
    transition: color 0.3s ease;
}

.step-item:hover .step-number span {
    color: #000;
}

/* Step Content */
.step-content {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(222, 175, 37, 0.15);
    border-radius: 15px;
    padding: 25px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
   
}

.w-590 {
    width: 590px;
}

.step-item:hover .step-content {
    background: rgba(222, 175, 37, 0.05);
    border-color: #deaf25;
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.2);
}

.step-icon {
    width: 50px;
    height: 50px;
    background: rgba(222, 175, 37, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.step-item:hover .step-icon {
    background: #deaf25;
    transform: rotate(-5deg) scale(1.1);
}

.step-icon i {
    font-size: 24px;
    color: #deaf25;
    transition: color 0.3s ease;
}

.step-item:hover .step-icon i {
    color: #000;
}

.step-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.step-item:hover .step-content h4 {
    color: #deaf25;
}

.step-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* Step Connector */
.step-connector {
    position: absolute;
    left: 40px;
    top: 80px;
    width: 3px;
    height: calc(100% + 30px);
    background: linear-gradient(to bottom,
    rgba(222, 175, 37, 0.5) 0%,
    rgba(222, 175, 37, 0.2) 50%,
    rgba(222, 175, 37, 0.1) 100%
    );
    z-index: 1;
}

/* Process Bottom CTA */
.process-bottom-cta {
    text-align: center;
    margin-top: 50px;
}

.process-btn-start {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 11px 45px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.4);
    position: relative;
    overflow: hidden;
}

.process-btn-start::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840, #deaf25);
    transition: left 0.4s ease;
    z-index: -1;
}

.process-btn-start:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 15px 40px rgba(222, 175, 37, 0.6);
}

.process-btn-start:hover::before {
    left: 0;
}

.process-btn-start i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.process-btn-start:hover i {
    transform: translateX(5px);
}


/* ========================================
   HOME WHY SECTION - Modern Card Design for Airport Cars
   ======================================== */

#home_why {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#home_why::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: url(../images/elite_why_bg.png) center center no-repeat;
    background-size: contain;
    opacity: 0.03;
    z-index: 1;
}

#home_why .container {
    position: relative;
    z-index: 2;
}

/* Why Section Header (Same style as About) */
.why-section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.why-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.why-badge i {
    font-size: 14px;
}

.why-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.why-title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
    margin: 0 auto 25px auto;
}

.why-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Why Content Grid */
.why-content-grid {
    display: grid;
    grid-template-columns: 1fr 400px 1fr;
    gap: 40px;
    align-items: center;
}

/* Feature Cards Wrapper */
.why-features-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Why Feature Card */
.why-feature-card {
    background: rgba(18, 18, 18, 0.8);
    border: 1px solid rgba(222, 175, 37, 0.15);
    border-radius: 20px;
    padding: 25px;
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 20px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out;
}

.why-feature-card:nth-child(1) {
    animation-delay: 0.1s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.why-feature-card:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.why-feature-card:nth-child(3) {
    animation-delay: 0.3s;
    opacity: 0;
    animation-fill-mode: forwards;
}

.why-feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(222, 175, 37, 0.1), transparent);
    transition: left 0.6s ease;
}

.why-feature-card:hover {
    background: rgba(222, 175, 37, 0.05);
    border-color: #deaf25;
    transform: translateX(10px);
    box-shadow: 0 10px 40px rgba(222, 175, 37, 0.3);
}

.why-feature-card:hover::before {
    left: 100%;
}

/* Feature Card Icon */
.feature-card-icon {
    width: 70px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-bg-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.2), rgba(222, 175, 37, 0.1));
    border-radius: 50%;
    border: 2px solid rgba(222, 175, 37, 0.3);
    transition: all 0.4s ease;
}

.why-feature-card:hover .icon-bg-circle {
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-color: #deaf25;
    transform: rotate(180deg) scale(1.1);
}

.feature-card-icon i {
    font-size: 32px;
    color: #deaf25;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.why-feature-card:hover .feature-card-icon i {
    color: #000;
    transform: scale(1.1);
}

/* Feature Card Content */
.feature-card-content h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 8px 0;
    transition: color 0.3s ease;
}

.why-feature-card:hover .feature-card-content h4 {
    color: #deaf25;
}

.feature-card-content p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin: 0;
}

/* Feature Card Number */
.feature-card-number {
    font-size: 48px;
    font-weight: 800;
    color: rgba(222, 175, 37, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.why-feature-card:hover .feature-card-number {
    color: rgba(222, 175, 37, 0.25);
    transform: scale(1.2);
}

/* Center Showcase */
.why-center-showcase {
    display: flex;
    align-items: center;
    justify-content: center;
    animation: zoomIn 1s ease-out 0.3s both;
}

.showcase-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
}

.showcase-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(222, 175, 37, 0.3));
    transition: transform 0.5s ease;
}

.showcase-image-wrapper:hover img {
    transform: scale(1.05) rotate(2deg);
}

/* Showcase Overlay */
.showcase-overlay {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 20px;
}

.showcase-stats {
    background: rgba(18, 18, 18, 0.95);
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.stat-item-why {
    text-align: center;
    flex: 1;
    position: relative;
}

.stat-item-why:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: linear-gradient(to bottom, transparent, rgba(222, 175, 37, 0.3), transparent);
}

.stat-number-why {
    font-size: 32px;
    font-weight: 800;
    color: #deaf25;
    margin-bottom: 5px;
    text-shadow: 0 0 20px rgba(222, 175, 37, 0.5);
}

.stat-label-why {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}


/* ========================================
   HOME CAT (FLEET CATEGORIES) - Modern Carousel Design
   ======================================== */

#home_cat {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#home_cat::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(222, 175, 37, 0.03) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(222, 175, 37, 0.02) 0%, transparent 40%);
    z-index: 1;
}

#home_cat .container {
    position: relative;
    z-index: 2;
}

/* Fleet Section Header (Same style as About) */
.cat-section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.cat-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.cat-badge i {
    font-size: 14px;
}

.cat-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cat-title-underline {
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #deaf25, transparent);
    margin: 0 auto 25px auto;
}

.cat-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
}

/* Fleet Carousel Wrapper */
.fleet-carousel-wrapper {
    position: relative;
    padding: 0 70px;
    margin-bottom: 50px;
}

/* Custom Navigation Buttons */
.fleet-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(10, 10, 10, 0.95);
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.3), rgba(222, 175, 37, 0.2));
    border: 2px solid rgba(222, 175, 37, 0.5);
    border-radius: 50%;
    color: #deaf25;
    font-size: 22px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.35s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.6),
    0 0 20px rgba(222, 175, 37, 0.2);
}

.fleet-nav-btn:hover {
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-color: #deaf25;
    color: #000;
    transform: translateY(-50%) scale(1.15);
    box-shadow: 0 15px 40px rgba(222, 175, 37, 0.7),
    0 0 40px rgba(222, 175, 37, 0.5);
}

.fleet-nav-btn:active {
    transform: translateY(-50%) scale(1.05);
}

.fleet-prev-btn {
    left: 0;
}

.fleet-next-btn {
    right: 0;
}

/* Owl Carousel Styling */
.fleet-carousel {
    padding: 25px 0;
    background: #080706 !important;
}

.fleet-carousel .owl-stage-outer {
    overflow: visible;
    background: transparent !important;
}

.fleet-carousel .owl-wrapper-outer {
    background: #080706 !important;
}

.fleet-carousel .owl-wrapper {
    background: transparent !important;
}

.fleet-carousel .owl-item {
    background: transparent !important;
}

/* Fleet Category Item */
.fleet-category-item {
    padding: 12px;
}

.fleet-category-item a {
    text-decoration: none;
    display: block;
}

/* Fleet Item Card */
.fleet-item-card {
    background: rgba(15, 15, 15, 0.98);
    background: linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(10, 10, 10, 0.98));
    border: 2px solid rgba(222, 175, 37, 0.35);
    border-radius: 22px;
    padding: 28px;
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(222, 175, 37, 0.1);
}

.fleet-item-card::before {
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(222, 175, 37, 0.25), transparent);
    transition: top 0.7s ease;
}

.fleet-category-item a:hover .fleet-item-card {
    background: rgba(222, 175, 37, 0.12);
    border-color: #deaf25;
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(222, 175, 37, 0.5),
    0 0 40px rgba(222, 175, 37, 0.3),
    inset 0 1px 0 rgba(222, 175, 37, 0.3);
}

.fleet-category-item a:hover .fleet-item-card::before {
    top: 0;
}

/* Fleet Item Image */
.fleet-item-image {
    position: relative;
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 16px;
}

.fleet-item-image img {
    width: 92%;
    height: auto;
    object-fit: contain;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, 0.6));
}

.fleet-category-item a:hover .fleet-item-image img {
    transform: scale(1.18);
}

/* Fleet Item Overlay */
.fleet-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
    border-radius: 16px;
}

.fleet-category-item a:hover .fleet-item-overlay {
    opacity: 1;
}

.fleet-item-overlay i {
    font-size: 42px;
    color: #deaf25;
    transform: scale(0.6) rotate(-45deg);
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.fleet-category-item a:hover .fleet-item-overlay i {
    transform: scale(1.3) rotate(0deg);
    text-shadow: 0 0 25px rgba(222, 175, 37, 0.8);
}

/* Fleet Item Content */
.fleet-item-content {
    text-align: center;
    position: relative;
    z-index: 3;
}

.fleet-item-content h3 {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 12px 0;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.fleet-category-item a:hover .fleet-item-content h3 {
    color: #deaf25;
    transform: translateY(-2px);
}

.fleet-item-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    margin: 0;
    line-height: 1.6;
    transition: color 0.3s ease;
}

.fleet-category-item a:hover .fleet-item-content p {
    color: rgba(255, 255, 255, 0.95);
}

/* Owl Carousel Dots */
.fleet-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}

.fleet-carousel .owl-dot {
    width: 13px;
    height: 13px;
    background: rgba(222, 175, 37, 0.35);
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
    transition: all 0.35s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.fleet-carousel .owl-dot.active {
    background: #deaf25;
    width: 35px;
    border-radius: 20px;
    border-color: rgba(222, 175, 37, 0.4);
    box-shadow: 0 0 15px rgba(222, 175, 37, 0.6);
}

.fleet-carousel .owl-dot:hover {
    background: rgba(222, 175, 37, 0.7);
    transform: scale(1.2);
}

/* Fleet CTA */
.fleet-cta {
    text-align: center;
    margin-top: 45px;
}

.fleet-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 11px 45px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 32px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: none;
    transition: all 0.35s ease;
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.45);
    position: relative;
    overflow: hidden;
}

.fleet-btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #f0c840, #deaf25);
    transition: left 0.45s ease;
    z-index: -1;
}

.fleet-btn-view-all:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 45px rgba(222, 175, 37, 0.7);
}

.fleet-btn-view-all:hover::before {
    left: 0;
}

.fleet-btn-view-all i {
    font-size: 17px;
    transition: transform 0.35s ease;
}

.fleet-btn-view-all:hover i {
    transform: translateX(6px);
}


/* ========================================
   HOME BLOG SECTION - Next Level Design
   ======================================== */

#home_blog {
    width: 100%;
    height: auto;
    float: left;
    background: linear-gradient(180deg, #0a0909 0%, #080706 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

#home_blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgba(222, 175, 37, 0.03) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(222, 175, 37, 0.03) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

#h_blog{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#home_blog .container {
    position: relative;
    z-index: 2;
}

/* Blog Section Header */
.blog-section-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease-out;
}

.blog-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 24px;
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.15), rgba(222, 175, 37, 0.05));
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 30px;
    color: #deaf25;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
    box-shadow: 0 0 30px rgba(222, 175, 37, 0.2);
}

.blog-badge i {
    font-size: 16px;
}

.blog-main-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}

.blog-title-underline {
    width: 120px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #deaf25, #f0c840, #deaf25, transparent);
    margin: 0 auto 30px auto;
    border-radius: 2px;
}

.blog-subtitle {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Blog Posts Grid */
.blog-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Blog Post Card */
.blog-post-card {
    background: linear-gradient(135deg, rgba(25, 25, 25, 0.95), rgba(15, 15, 15, 0.95));
    border: 2px solid rgba(222, 175, 37, 0.2);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    animation: fadeInUp 0.8s ease-out;
    opacity: 0;
    animation-fill-mode: forwards;
    position: relative;
}

.blog-post-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(222, 175, 37, 0.05), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: 1;
}

.blog-post-card:nth-child(1) {
    animation-delay: 0.1s;
}

.blog-post-card:nth-child(2) {
    animation-delay: 0.25s;
}

.blog-post-card:nth-child(3) {
    animation-delay: 0.4s;
}

.blog-post-card a {
    text-decoration: none;
    display: block;
    position: relative;
    z-index: 2;
}

.blog-post-card:hover {
    border-color: rgba(222, 175, 37, 0.6);
    transform: translateY(-12px);
    box-shadow: 0 25px 60px rgba(222, 175, 37, 0.25),
                0 0 50px rgba(222, 175, 37, 0.15);
}

.blog-post-card:hover::before {
    opacity: 1;
}

/* Blog Post Image */
.blog-post-image {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #000;
}

.blog-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), filter 0.4s ease;
}

.blog-post-card:hover .blog-post-image img {
    transform: scale(1.15);
    filter: brightness(0.8);
}

/* Blog Post Overlay */
.blog-post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.85) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 35px;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 2;
}

.blog-post-card:hover .blog-post-overlay {
    opacity: 1;
}

.blog-read-more {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 30px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-radius: 30px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transform: translateY(25px);
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(222, 175, 37, 0.5);
}

.blog-post-card:hover .blog-read-more {
    transform: translateY(0);
}

.blog-read-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.blog-read-more:hover {
    background: linear-gradient(135deg, #f0c840, #deaf25);
    box-shadow: 0 15px 40px rgba(222, 175, 37, 0.7);
}

.blog-post-card:hover .blog-read-more i {
    transform: translateX(5px);
}

/* Blog Post Category Badge */
.blog-post-category {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    border-radius: 25px;
    z-index: 3;
    box-shadow: 0 5px 20px rgba(222, 175, 37, 0.5);
    transition: all 0.3s ease;
}

.blog-post-card:hover .blog-post-category {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(222, 175, 37, 0.7);
}

/* Blog Post Content */
.blog-post-content {
    padding: 30px;
    background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.5) 100%);
}

.blog-post-content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: 1.4;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 56px;
}

.blog-post-card:hover .blog-post-content h3 {
    color: #deaf25;
}

.blog-post-content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.7;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 48px;
}

/* Blog Post Meta */
.blog-post-meta {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 18px;
    border-top: 2px solid rgba(222, 175, 37, 0.2);
}

.blog-post-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    font-weight: 500;
    transition: color 0.3s ease;
}

.blog-post-card:hover .blog-post-meta span {
    color: rgba(255, 255, 255, 0.85);
}

.blog-post-meta i {
    color: #deaf25;
    font-size: 14px;
}

/* Blog CTA */
.blog-cta {
    text-align: center;
    margin-top: 50px;
    animation: fadeInUp 0.8s ease-out 0.6s backwards;
}

.blog-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 11px 50px;
    background: linear-gradient(135deg, #deaf25 0%, #f0c840 50%, #deaf25 100%);
    background-size: 200% 100%;
    border-radius: 35px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 12px 35px rgba(222, 175, 37, 0.45);
    position: relative;
    overflow: hidden;
}

.blog-btn-view-all::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
    z-index: 0;
}

.blog-btn-view-all:hover {
    background-position: 100% 0;
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 18px 50px rgba(222, 175, 37, 0.6);
}

.blog-btn-view-all:hover::before {
    left: 100%;
}

.blog-btn-view-all:active {
    transform: translateY(-1px) scale(0.98);
}

.blog-btn-view-all i {
    font-size: 18px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
}

.blog-btn-view-all:hover i {
    transform: translateX(5px);
}

.blog-btn-view-all span {
    position: relative;
    z-index: 1;
}

/* ========================================
   FOOTER - Modern Design for Airport Cars
   ======================================== */

#footer {
    width: 100%;
    height: auto;
    float: left;
    background: #080706;
    background: linear-gradient(180deg, #080706 0%, #000000 100%);
    padding: 80px 0 0 0;
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../images/about_right_bg.png) right center no-repeat;
    background-size: cover;
    opacity: 0.02;
    z-index: 1;
}

#footer .container {
    position: relative;
    z-index: 2;
}

/* Footer Grid */
.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.2fr;
    gap: 40px;
    margin-bottom: 50px;
}

/* Footer Column */
.footer-column {
    display: flex;
    flex-direction: column;
}

/* Footer Logo */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-logo img {
    width: 50px;
    height: auto;
    filter: drop-shadow(0 0 10px rgba(222, 175, 37, 0.3));
}

.footer-logo h3 {
    font-size: 28px;
    font-weight: 700;
    color: #deaf25;
    margin: 0;
    letter-spacing: 1px;
}

/* Footer Description */
.footer-description {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
}

/* Footer Social Icons */
.footer-social {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(222, 175, 37, 0.1);
    border: 2px solid rgba(222, 175, 37, 0.3);
    border-radius: 50%;
    color: #deaf25;
    font-size: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: linear-gradient(135deg, #deaf25, #f0c840);
    border-color: #deaf25;
    color: #000;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(222, 175, 37, 0.4);
}

/* Footer Styling */
.footer {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 65px;
    background-color: #222;
    color: white;
    padding: 50px 0;
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-col {
    width: 23%;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff9800;
    padding-bottom: 5px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    color: white;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #ff9800;
}

/* Contact Info */
.contact-info li {
    display: flex;
    align-items: center;
}

.contact-info li i {
    margin-right: 8px;
    color: #ff9800;
}

/* Social Media Links */
.social-links a {
    display: inline-block;
    color: white;
    margin-right: 10px;
    font-size: 20px;
    transition: 0.3s;
}

.social-links a:hover {
    color: #ff9800;
}

/* Footer Titles */
.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 25px 0;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #deaf25, transparent);
}

/* Footer Menu */
.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.footer-menu li a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    padding-left: 0;
}

.footer-menu li a i {
    font-size: 12px;
    color: #deaf25;
    transition: transform 0.3s ease;
}

.footer-menu li a:hover {
    color: #deaf25;
    padding-left: 10px;
}

.footer-menu li a:hover i {
    transform: translateX(5px);
}

/* Footer Contact List */
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.footer-contact-list li i {
    font-size: 20px;
    color: #deaf25;
    width: 25px;
    flex-shrink: 0;
    margin-top: 3px;
}

.contact-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.contact-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-text span,
.contact-text a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-text a:hover {
    color: #deaf25;
}

.owl-carousel{
    background: transparent;
}

/* Newsletter */
.newsletter-text {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.newsletter-form {
    margin-bottom: 25px;
}

.newsletter-input-group {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    border: 2px solid rgba(222, 175, 37, 0.3);
    transition: border-color 0.3s ease;
}

.newsletter-input-group:focus-within {
    border-color: #deaf25;
    box-shadow: 0 0 20px rgba(222, 175, 37, 0.3);
}

.newsletter-input-group input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 14px;
    outline: none;
}

.newsletter-input-group input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-input-group button {
    padding: 12px 25px;
    border: none;
    background: linear-gradient(135deg, #deaf25, #f0c840);
    color: #000;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-input-group button:hover {
    background: linear-gradient(135deg, #f0c840, #deaf25);
    transform: scale(1.05);
}

/* Footer Badges */
.footer-badges {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: rgba(222, 175, 37, 0.1);
    border: 1px solid rgba(222, 175, 37, 0.2);
    border-radius: 20px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
}

.badge-item i {
    color: #deaf25;
    font-size: 14px;
}

/* Footer Bottom */
.footer-bottom {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(222, 175, 37, 0.2);
    padding: 25px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-bottom strong {
    color: #deaf25;
    font-weight: 600;
}

.footer-bottom a {
    color: #deaf25;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-bottom a:hover {
    color: #f0c840;
}

/* Footer Bottom Links */
.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-bottom-links a {
    color: #deaf25;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer-bottom-links a:hover {
    color: #f0c840;
    text-decoration: underline;
}

.footer-bottom-links .separator {
    color: rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

/* Responsive Footer Bottom */
@media screen and (max-width: 768px) {
    .footer-bottom-content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        text-align: center;
        gap: 10px;
    }

    .footer-bottom-links {
        order: 2;
    }

    .copyright {
        order: 1;
    }

    .developer {
        order: 3;
    }
}



.truncate-line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;  /* Number of lines to show */
    overflow: hidden;
}

.truncate-line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;  /* Number of lines to show */
    overflow: hidden;
}

/* WhatsApp floating button */
.ac-whatsapp-float-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 99999;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.ac-whatsapp-float-btn:hover {
    background: #1ebe5b;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3);
}

.ac-whatsapp-float-icon {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 30px !important;
    line-height: 56px !important;
    text-align: center;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .ac-whatsapp-float-btn {
        width: 52px;
        height: 52px;
        right: 14px;
        bottom: 14px;
    }

    .ac-whatsapp-float-icon {
        font-size: 28px !important;
        line-height: 52px !important;
    }
}
