﻿@charset "UTF-8";
/* ==========================================================================
   Globalnex Premium Banking — Complete Redesign
   Font: Inter | Palette: Navy #0b1023, Gold #c8a24e, Glass, Soft Whites
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
:root {
  --navy: #0b1023;
  --navy-light: #111833;
  --navy-mid: #161d3a;
  --gold: #c8a24e;
  --gold-light: #d4b76a;
  --gold-dark: #b08d3a;
  --white: #ffffff;
  --off-white: #f4f6fb;
  --gray-50: #f8f9fc;
  --gray-100: #eef1f6;
  --gray-200: #dde2eb;
  --gray-300: #c5ccd9;
  --gray-400: #9aa3b4;
  --gray-500: #6b7689;
  --gray-600: #4a5568;
  --gray-700: #374151;
  --text-primary: #0b1023;
  --text-secondary: #4a5568;
  --text-muted: #9aa3b4;
  --text-on-dark: #e8ecf4;
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(255, 255, 255, 0.18);
  --glass-shadow: 0 8px 32px rgba(11, 16, 35, 0.12);
  --shadow-sm: 0 1px 3px rgba(11, 16, 35, 0.06);
  --shadow-md: 0 4px 16px rgba(11, 16, 35, 0.08);
  --shadow-lg: 0 12px 40px rgba(11, 16, 35, 0.12);
  --shadow-xl: 0 20px 60px rgba(11, 16, 35, 0.16);
  --shadow-card: 0 2px 20px rgba(11, 16, 35, 0.05);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-2xl: 24px;
  --radius-pill: 50px;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-fast: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  position: relative;
  background-color: var(--off-white);
  color: var(--text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
/* ==========================================================================
   Utility Classes — Margins
   ========================================================================== */
.mt-5 { margin-top: 5px; }
.mt-10 { margin-top: 10px; }
.mt-15 { margin-top: 15px; }
.mt-20 { margin-top: 20px; }
.mt-25 { margin-top: 25px; }
.mt-30 { margin-top: 30px; }
.mt-35 { margin-top: 35px; }
.mt-40 { margin-top: 40px; }
.mt-45 { margin-top: 45px; }
.mt-50 { margin-top: 50px; }
.mt-55 { margin-top: 55px; }
.mt-60 { margin-top: 60px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-25 { margin-bottom: 25px; }
.mb-30 { margin-bottom: 30px; }
.mb-35 { margin-bottom: 35px; }
.mb-40 { margin-bottom: 40px; }
.mb-45 { margin-bottom: 45px; }
.mb-50 { margin-bottom: 50px; }
.mr-2 { margin-right: 2px; }
.mr-3 { margin-right: 3px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }
.mr-30 { margin-right: 30px; }
.mr-35 { margin-right: 35px; }
.mr-40 { margin-right: 40px; }
.mr-50 { margin-right: 50px; }
.ml-2 { margin-left: 2px; }
.ml-3 { margin-left: 3px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }
.ml-30 { margin-left: 30px; }
.ml-35 { margin-left: 35px; }
.ml-40 { margin-left: 40px; }
.ml-45 { margin-left: 45px; }
.ml-50 { margin-left: 50px; }
.mrl-10-neg { margin-left: -10px; margin-right: -10px; }
/* ==========================================================================
   Utility Classes — Padding
   ========================================================================== */
.pt-10 { padding-top: 10px; }
.pt-15 { padding-top: 15px; }
.pt-20 { padding-top: 20px; }
.pt-25 { padding-top: 25px; }
.pt-30 { padding-top: 30px; }
.pt-40 { padding-top: 40px; }
.pt-50 { padding-top: 50px; }
.pt-60 { padding-top: 60px; }
.pt-70 { padding-top: 70px; }
.pt-80 { padding-top: 80px; }
.pt-90 { padding-top: 90px; }
.pt-100 { padding-top: 100px; }
.pl-5 { padding-left: 5px; }
.pl-10 { padding-left: 10px; }
.pl-15 { padding-left: 15px; }
.pl-20 { padding-left: 20px; }
.pl-25 { padding-left: 25px; }
.pl-30 { padding-left: 30px; }
.pl-35 { padding-left: 35px; }
.pl-40 { padding-left: 40px; }
.pl-45 { padding-left: 45px; }
.pl-50 { padding-left: 50px; }
.pl-55 { padding-left: 55px; }
.pl-60 { padding-left: 60px; }
.pr-5 { padding-right: 5px; }
.pr-10 { padding-right: 10px; }
.pr-15 { padding-right: 15px; }
.pr-20 { padding-right: 20px; }
.pr-25 { padding-right: 25px; }
.pr-30 { padding-right: 30px; }
.pr-35 { padding-right: 35px; }
.pr-40 { padding-right: 40px; }
.pr-45 { padding-right: 45px; }
.pr-50 { padding-right: 50px; }
.pr-55 { padding-right: 55px; }
.pr-60 { padding-right: 60px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.pb-20 { padding-bottom: 20px; }
.pb-25 { padding-bottom: 25px; }
.pb-30 { padding-bottom: 30px; }
.pb-35 { padding-bottom: 35px; }
.pb-40 { padding-bottom: 40px; }
.pb-45 { padding-bottom: 45px; }
.pb-50 { padding-bottom: 50px; }
.pb-60 { padding-bottom: 60px; }
.pb-70 { padding-bottom: 70px; }
.pb-80 { padding-bottom: 80px; }
.pb-90 { padding-bottom: 90px; }
.pb-100 { padding-bottom: 100px; }
.p-5 { padding: 5px; }
.p-tb-50 { padding: 50px 0; }
.p-tb-70 { padding: 70px 0; }
.p-tb-80 { padding: 80px 0; }
.p-tb-100 { padding: 100px 0; }
.p-tb-120 { padding: 120px 0; }
/* ==========================================================================
   Utility Classes — Layout & Misc
   ========================================================================== */
.bg-off-white { background: var(--white); box-shadow: var(--shadow-card); }
.bg-white { background: var(--white); }
.section-card { background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); padding: 80px 0; margin: 40px 0; }
.section-card .section-title { margin-bottom: 50px; }
@media only screen and (max-width: 768px) { .section-card { padding: 50px 0; margin: 20px 0; border-radius: var(--radius-md); } }
.fluid-height { height: calc(100% - 30px); margin-bottom: 30px; }
.full-height { height: 100%; }
.full-width { width: 100%; }
.scale-one-half { transform: scale(1.5); }
.scale-one-zero-six { transform: scale(1.06); }
.scale-one-zero-one { transform: scale(1.01); }
.text-italic { font-style: italic; }
.overflow-hidden { overflow: hidden; }
.overflow-x-hidden { overflow-x: hidden; }
.overflow-y-hidden { overflow-y: hidden; }
.border-radius-5 { border-radius: 5px; }
.img-shadow { box-shadow: 0 12px 48px rgba(11, 16, 35, 0.15); }
.section-mtb-40 { margin-top: 40px; margin-bottom: 40px; display: flex; }
.desk-pad-left-10 { padding-left: 10px; }
.desk-pad-right-10 { padding-right: 10px; }
.desk-pad-left-20 { padding-left: 20px; }
.desk-pad-right-20 { padding-right: 20px; }
.desk-pad-left-30 { padding-left: 30px; }
.desk-pad-right-30 { padding-right: 30px; }
.desk-pad-left-40 { padding-left: 40px; }
.desk-pad-right-40 { padding-right: 40px; }
/* ==========================================================================
   Global Typography & Base
   ========================================================================== */
p { margin: 0; color: var(--text-secondary); }
a { text-decoration: none; color: var(--gold); transition: var(--transition-fast); }
a:hover, a:active { text-decoration: none; color: var(--gold-light); }
ul, ol { padding: 0; margin: 0; }
ul li, ol li { list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; text-transform: capitalize; color: var(--text-primary); }
label { margin: 0; }
.form-group { margin-bottom: 20px; }
button { border: 0; outline: 0; }
button:focus, button:active { border: 0; outline: 0; }
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn1 { padding: 14px 30px; border-radius: var(--radius-pill); background: var(--white); color: var(--navy); font-size: 15px; font-weight: 600; letter-spacing: 0.01em; transition: var(--transition); display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: none; cursor: pointer; }
.btn1:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.btn-with-image { display: flex; align-items: center; position: relative; overflow: hidden; }
.btn-with-image img { flex: 0 0 21px; max-width: 21px !important; width: 21px; margin-right: 10px; transition: var(--transition); }
.btn-with-image img:nth-child(2) { transform: translate(25px, 25px); position: absolute; opacity: 0; left: 0; }
.btn-with-image i { flex: 0 0 21px; max-width: 21px; width: 21px; margin-right: 10px; margin-left: 0; transition: var(--transition); font-size: 21px; }
.btn-with-image i:before { margin-left: 0; margin-right: 0; font-size: 21px; }
.btn-with-image i:nth-child(2) { transform: translate(25px, 25px); position: absolute; opacity: 0; left: 0; }
.btn-with-image:hover img:nth-child(1) { transform: translateY(-25px); opacity: 0; }
.btn-with-image:hover img:nth-child(2) { transform: translate(25px, 0); opacity: 1; }
.btn-with-image:hover i:nth-child(1) { transform: translateY(-25px); opacity: 0; }
.btn-with-image:hover i:nth-child(2) { transform: translate(25px, 0); opacity: 1; }
.orange-gradient { background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 50%, var(--gold) 100%); background-size: 200% auto; }
.orange-gradient:hover { background-position: right center; }
.blue-gradient { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 50%, var(--navy-mid) 100%); background-size: 200% auto; }
.blue-gradient:hover { background-position: right center; }
/* ==========================================================================
   Section Titles
   ========================================================================== */
.section-title { max-width: 610px; text-align: center; margin: auto; margin-bottom: 60px; }
.section-title h2 { color: var(--text-primary); font-size: 42px; font-weight: 800; margin-bottom: 18px; letter-spacing: -0.02em; line-height: 1.2; }
.section-title p { font-size: 17px; font-weight: 400; color: var(--text-secondary); line-height: 1.7; }
.section-title.section-title-lg { max-width: 820px; }
.text-muted { color: var(--text-muted) !important; }
.status-blue { background-color: rgba(200, 162, 78, 0.15); }
.status-orange { background-color: rgba(200, 162, 78, 0.25); }
.status-green { background-color: rgba(16, 185, 129, 0.15); }
/* ==========================================================================
   Keyframe Animations
   ========================================================================== */
@keyframes preloader-delay { 0%, 70%, 100% { transform: scale3D(1, 1, 1); } 35% { transform: scale3D(0, 0, 1); } }
@keyframes horizontal-ride { 0% { transform: translateX(0); } 50% { transform: translateX(-340px); } 100% { transform: translateX(0); } }
@keyframes vertical-ride { 0% { transform: translateY(0); } 50% { transform: translateY(-200px); } 100% { transform: translateY(0); } }
@keyframes scale { 0% { transform: scale(1); } 50% { transform: scale(1.5); } 100% { transform: scale(1); } }
@keyframes client-border-radius { 0% { border-radius: 50%/50%; } 25% { border-radius: 40% 25% 50% 50%/50% 50% 50% 50%; } 50% { border-radius: 50% 50% 25% 50%/50% 50% 50% 50%; } 75% { border-radius: 50% 50% 50% 25%/50% 50% 50% 50%; } 100% { border-radius: 50%/50%; } }
@keyframes carousel-left { 0% { transform: translate(0, -50%); } 50% { transform: translate(-10%, -50%); } 100% { transform: translate(0, -50%); } }
@keyframes carousel-right { 0% { transform: translate(0, -50%); } 50% { transform: translate(10%, -50%); } 100% { transform: translate(0, -50%); } }
@keyframes mobile-vertical-ride { 0% { transform: translateY(0); } 25% { transform: translateY(-5%); } 50% { transform: translateY(0); } 75% { transform: translateY(-5%); } 100% { transform: translateY(0); } }
@keyframes about-img-riding { 0% { transform: translateY(0); } 50% { transform: translateY(-30px); } 100% { transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
@keyframes floatUp { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes glowPulse { 0%, 100% { box-shadow: 0 0 20px rgba(200, 162, 78, 0.2); } 50% { box-shadow: 0 0 40px rgba(200, 162, 78, 0.4); } }
/* ==========================================================================
   Preloader
   ========================================================================== */
.preloader { height: 100%; width: 100%; position: fixed; overflow: visible; z-index: 99999; top: 0; left: 0; }
.preloader .preloader-wrapper { width: 100%; height: 100%; position: relative; display: flex; align-items: center; justify-content: center; }
.preloader-grid { width: 80px; height: 80px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; flex-wrap: wrap; }
.preloader-grid .preloader-grid-item { flex: 0 0 33.33%; max-width: 33.33%; width: 33.33%; height: 33.33%; background-color: var(--gold); animation: preloader-delay 1.3s infinite ease-in-out; border-radius: 4px; }
.preloader-grid .preloader-grid-item-1 { animation-delay: 0.2s; }
.preloader-grid .preloader-grid-item-2 { animation-delay: 0.3s; }
.preloader-grid .preloader-grid-item-3 { animation-delay: 0.4s; }
.preloader-grid .preloader-grid-item-4 { animation-delay: 0.1s; }
.preloader-grid .preloader-grid-item-5 { animation-delay: 0.2s; }
.preloader-grid .preloader-grid-item-6 { animation-delay: 0.3s; }
.preloader-grid .preloader-grid-item-7 { animation-delay: 0s; }
.preloader-grid .preloader-grid-item-8 { animation-delay: 0.1s; }
.preloader-grid .preloader-grid-item-9 { animation-delay: 0.2s; }
.pre-loaded .preloader { visibility: hidden; opacity: 0; transition: all 0.3s 1s ease-out; }
.pre-loaded .loader { opacity: 0; transition: all 0.3s ease-out; }
/* ==========================================================================
   Navbar
   ========================================================================== */
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.navbar-area .is-sticky { position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 999; background-color: rgba(255, 255, 255, 0.92); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 20px rgba(11, 16, 35, 0.06); animation: 500ms running fadeInDown; transition: var(--transition); width: 100% !important; height: auto; border-bottom: 1px solid rgba(11, 16, 35, 0.04); }
.navbar-light .navbar-brand .logo2 { display: none; }
.main-nav { background: var(--white); border-bottom: 1px solid var(--gray-100); }
.main-nav nav { padding: 0; }
.main-nav nav .navbar-nav .nav-item a { color: var(--text-primary); font-weight: 500; font-size: 15px; text-transform: none; transition: var(--transition-fast); letter-spacing: 0.01em; padding: 10px 16px; border-radius: var(--radius-sm); }
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after { content: "\ed35"; font-family: "boxicons" !important; margin-left: 5px; font-size: 14px; }
.main-nav nav .navbar-nav .nav-item a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav nav .navbar-nav .nav-item a.active.dropdown-toggle:after { content: "\ed35"; font-family: "boxicons" !important; margin-left: 5px; font-size: 14px; }
.main-nav nav .navbar-nav .nav-item:hover > a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu { background: var(--white); border: 0; padding: 8px 0; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); border: 1px solid var(--gray-100); margin-top: 8px; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a { color: var(--text-primary); font-weight: 500; font-size: 15px; padding: 10px 22px; display: flex; align-items: center; justify-content: space-between; border-radius: var(--radius-sm); margin: 2px 8px; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle:after { content: "\ea50"; font-family: "boxicons" !important; margin-left: 0; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover > a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu { top: 0 !important; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu { left: 100%; top: 10px !important; }
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a { color: var(--text-primary); }
.mean-bar { box-shadow: var(--shadow-md); }
.mean-container .mean-nav { float: left; width: 100%; background: var(--white); margin-top: 65px; border-top: 1px solid var(--gray-100); }
.mean-container .mean-nav ul li a { color: var(--text-primary); border-top: 1px solid var(--gray-100); font-weight: 500; }
.mean-container .mean-nav ul li a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.mean-container .mean-nav ul li a.mean-expand { right: 15px; }
.navbar-brand { position: relative; flex: 0 0 157px; max-width: 157px; width: 157px; }
.navbar-brand img { width: 100%; }
.navbar-collapse { flex-basis: 100%; flex-grow: 0; align-items: center; }
.dropdown-toggle:after { display: inline-block; vertical-align: 0; font-weight: 600; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 14px; }
.navbar-option { display: flex; align-items: center; padding-left: 15px; }
.navbar-option-item { margin-left: 20px; padding-top: 3px; padding-bottom: 3px; }
.navbar-option-item:first-child { margin-left: 0; }
.navbar-option-item .btn1 { color: var(--white); padding-top: 10px; padding-bottom: 10px; }
.navbar-option-item .dropdown-menu { background: var(--white); border: 0; padding: 8px 0; border-radius: var(--radius-md); box-shadow: var(--shadow-lg); border: 1px solid var(--gray-100); display: block; transform: translateY(10px); opacity: 0; visibility: hidden; pointer-events: none; transition: var(--transition); margin-top: 8px; }
.navbar-option-item .dropdown-menu.show { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: all; }
.navbar-option-item .dropdown-item { display: flex; align-items: center; color: var(--text-primary); font-size: 15px; padding: 8px 18px; border-radius: var(--radius-sm); margin: 2px 8px; }
.navbar-option-item .dropdown-item:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.navbar-option-item .dropdown-item img { flex: 0 0 22px; max-width: 22px; width: 22px; height: 22px; border-radius: 50%; overflow: hidden; margin-right: 7px; }
.language-option { background: transparent; color: var(--text-primary); font-size: 15px; font-weight: 500; display: flex; align-items: center; padding-left: 0; padding-right: 0; }
.language-option img { flex: 0 0 25px; max-width: 25px; width: 25px; height: 25px; border: 2px solid var(--white); border-radius: 50%; overflow: hidden; margin-right: 7px; box-shadow: 0 4px 12px rgba(11, 16, 35, 0.1); }
.language-option i { margin-left: 5px; }
.language-option.dropdown-toggle:after { content: "\ed35"; font-family: "boxicons" !important; }
.mobile-nav .navbar-option { position: absolute; z-index: 1111; top: 15px; right: 70px; }
.mobile-nav .navbar-option-item i:before { margin-left: 0; }
/* ==========================================================================
   Header Sections
   ========================================================================== */
.header-bg { background-image: url("../images/header-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 242px 0 140px; position: relative; }
.header-bg .container-fluid { height: 100%; }
.header-inner { width: 100%; height: 100%; padding: 0 3rem; position: relative; }
.header-content { max-width: 720px; padding-top: 0; display: flex; flex-direction: column; width: 100%; }
.header-content h1 { color: var(--white); font-size: 64px; font-weight: 800; text-transform: capitalize; margin-bottom: 14px; width: 100%; letter-spacing: -0.03em; line-height: 1.1; }
.header-content p { color: rgba(255, 255, 255, 0.85); font-size: 19px; font-weight: 400; margin-bottom: 35px; width: 100%; line-height: 1.7; }
.header-bg-2 { background-image: url("../images/header-bg-2.png"); background-repeat: no-repeat; background-position: 100% -15px; background-size: 40% 100%; background-color: var(--white); padding: 130px 0 110px; position: relative; border-radius: 0 0 var(--radius-2xl) var(--radius-2xl); box-shadow: var(--shadow-card); }
.header-bg-2 .container-fluid { height: 100%; }
.header-content-2 { max-width: 610px; display: flex; flex-direction: column; width: 100%; }
.header-content-2 h1 { color: var(--text-primary); font-size: 56px; font-weight: 800; margin-bottom: 20px; width: 100%; line-height: 1.12; letter-spacing: -0.03em; }
.header-content-2 p { color: var(--text-secondary); font-size: 19px; font-weight: 400; margin-bottom: 35px; width: 100%; line-height: 1.7; }
.header-content-2-img img { width: 100%; }
.header-shape-2-item { position: absolute; }
.header-shape-2-item:nth-child(1) { max-width: 78px; top: 100%; transform: translateY(-50%); }
.header-shape-2-item img { width: 100%; }
.header-bg-3 { background-image: url("../images/header-bg-3.png"); background-position: top left; background-size: 100% 100%; background-color: var(--white); padding-bottom: 34%; position: relative; }
.header-bg-3 .container-fluid { height: 100%; }
.header-bg-3 .row { align-items: flex-end; }
.header-content-3 { padding-top: 170px; max-width: 800px; padding-bottom: 40px; margin-left: auto; margin-right: auto; text-align: center; position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; width: 100%; }
.header-content-3 h1 { color: var(--white); font-size: 64px; font-weight: 800; margin-bottom: 30px; width: 100%; letter-spacing: -0.03em; line-height: 1.1; }
.header-content-3 p { color: rgba(255, 255, 255, 0.85); font-size: 19px; font-weight: 400; margin-bottom: 35px; width: 100%; line-height: 1.7; }
.header-3-shape-item { position: absolute; bottom: 0; }
.header-3-shape-item img { width: 100%; }
.header-3-shape-item:nth-child(1) { width: 33%; left: 0; transform: translate(-19%, -5%); }
.header-3-shape-item:nth-child(2) { width: 33%; left: 0; transform: translate(54%, 15%); }
.header-3-shape-item:nth-child(3) { width: 43%; left: 50%; transform: translate(-19%, 15%); }
.header-3-shape-item:nth-child(4) { width: 48%; right: 0; transform: translate(50%, 18%); }
.section-button { display: flex; align-items: center; flex-wrap: wrap; margin-left: -12px; margin-right: -12px; }
.section-button li { padding-right: 12px; padding-left: 12px; margin-bottom: 20px; }
.section-button li:last-child { margin-right: 0; }
.section-button li .btn1 { font-weight: 600; color: var(--text-primary); }
.section-button li .btn1 span { flex: 0 0 24px; max-width: 24px; width: 24px; font-size: 24px; margin-right: 10px; }
.section-button li .btn1.orange-gradient { color: var(--white); }
.section-button li .btn1.blue-gradient { color: var(--white); }
/* ==========================================================================
   Header Support
   ========================================================================== */
.header-suuport { box-shadow: var(--shadow-lg); }
.header-support-group { padding: 30px 0; }
.support-group-item { display: flex; align-items: center; padding: 15px 0; }
.support-thumb { flex: 0 0 60px; max-width: 60px; width: 60px; margin-right: 20px; }
.support-thumb img { width: 100%; }
.support-details h3 { color: var(--text-primary); font-size: 17px; font-weight: 600; margin-bottom: 5px; text-transform: none; }
.support-details h3 a { color: var(--text-primary); }
.support-details p { color: var(--text-muted); font-size: 15px; font-weight: 400; }
.support-bank { position: relative; margin-bottom: 15px; }
.support-bank-info { padding: 30px; box-shadow: var(--shadow-lg); position: absolute; background: var(--white); z-index: 10; left: 0; bottom: 100%; transform: translateY(60%); display: flex; flex-direction: column; width: 100%; border-radius: var(--radius-md); }
.support-bank-info .review-star { margin-bottom: 10px; }
.support-bank-info p { margin-bottom: 10px; font-weight: 400; font-size: 15px; color: var(--text-secondary); width: 100%; }
.support-logo { max-width: 145px; }
.support-logo img { width: 100%; }
.review-star { display: flex; }
.review-star li { font-size: 20px; margin-right: 10px; line-height: 0; }
.review-star li.full-star { color: var(--gold); }
/* ==========================================================================
   Feature Carousel
   ========================================================================== */
.feature-margin-60 { margin-top: 60px; }
.feature-section-one { margin-top: 165px; padding-bottom: 75px; }
.home-feature .owl-stage-outer { overflow: visible; }
.home-feature .owl-stage { padding-left: 0 !important; display: flex; }
.home-feature .owl-stage .item { height: 100%; }
.home-feature .owl-theme .owl-controls { margin: 0; }
.feature-carousel-content { display: flex; flex-direction: column; align-items: center; position: relative; padding: 40px 35px; overflow: hidden; border-radius: var(--radius-lg); z-index: 1; background: var(--white); }
.feature-carousel-content:before { content: ""; position: absolute; width: 0; height: 100%; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); left: 0; top: 0; transition: width 0.7s; background-position: left; border-radius: var(--radius-lg); }
.feature-carousel-thumb { padding: 22px; border-radius: var(--radius-md); transition: var(--transition-slow); position: relative; }
.feature-carousel-thumb img { width: 57px; }
.feature-carousel-details { text-align: center; margin-top: 23px; position: relative; display: flex; flex-direction: column; align-items: center; height: 100%; width: 100%; }
.feature-carousel-details h3 { font-size: 20px; color: var(--text-primary); font-weight: 700; transition: var(--transition); margin-bottom: 23px; letter-spacing: -0.01em; }
.feature-carousel-details p { margin-bottom: 23px; color: var(--text-secondary); font-size: 15px; font-weight: 400; transition: var(--transition); width: 100%; }
.feature-carousel-details .btn1 { margin-top: auto; color: var(--white); transition: var(--transition); position: relative; overflow: hidden; }
.feature-carousel-details .btn1:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); transition: var(--transition); }
.feature-carousel-details .btn1:after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--white); transition: var(--transition); opacity: 0; visibility: hidden; pointer-events: none; }
.feature-carousel-details .btn1 span { position: relative; z-index: 1; }
.home-feature-carousel { display: flex; }
.home-feature-carousel .item { flex: 0 0 100%; max-width: 100%; width: 100%; box-shadow: var(--shadow-lg); position: relative; cursor: pointer; display: flex; justify-content: center; border-radius: var(--radius-lg); }
.home-feature-carousel .item:after { content: ""; position: absolute; width: 90%; height: 10px; top: 100%; background: linear-gradient(90deg, rgba(200, 162, 78, 0.3) 0%, rgba(200, 162, 78, 0.1) 60%); border-radius: 0 0 var(--radius-lg) var(--radius-lg); transform: translate(-50%, -12px); opacity: 0; transition: var(--transition); left: 50%; }
.home-feature-carousel .item:hover:after { transform: translate(-50%, 0); opacity: 1; }
.home-feature-carousel .item:hover .feature-carousel-content:before { width: 100%; opacity: 1; }
.home-feature-carousel .item:hover .status-blue { background-color: rgba(255, 255, 255, 0.3); }
.home-feature-carousel .item:hover .status-orange { background-color: rgba(255, 255, 255, 0.3); }
.home-feature-carousel .item:hover .status-green { background-color: rgba(255, 255, 255, 0.3); }
.home-feature-carousel .item:hover .feature-carousel-details h3 { color: var(--white); }
.home-feature-carousel .item:hover .feature-carousel-details p { color: rgba(255, 255, 255, 0.85); }
.home-feature-carousel .item:hover .feature-carousel-details .btn1 { color: var(--gold); }
.home-feature-carousel .item:hover .feature-carousel-details .btn1:before { opacity: 0; visibility: hidden; pointer-events: none; }
.home-feature-carousel .item:hover .feature-carousel-details .btn1:after { opacity: 1; visibility: visible; pointer-events: all; }
.home-feature-carousel.owl-theme .owl-nav { display: flex; flex-direction: row-reverse; justify-content: center; margin-top: 30px; }
.home-feature-carousel.owl-theme .owl-nav button { padding: 0; margin: 0; margin-right: 45px; position: relative; line-height: 1; }
.home-feature-carousel.owl-theme .owl-nav button:first-child { margin-right: 0; }
.home-feature-carousel.owl-theme .owl-nav button:hover { background: transparent; }
.home-feature-carousel.owl-theme .owl-nav button:hover span:before { color: var(--gold); }
.home-feature-carousel.owl-theme .owl-nav button span:before { margin-left: 0; font-size: 38px; color: var(--navy); transition: var(--transition-fast); }
.home-feature-carousel.owl-theme .owl-nav button:before { content: ""; border-width: 1px; border-color: var(--gray-300); border-style: solid; border-radius: 50%; width: 42px; height: 42px; position: absolute; top: 50%; transform: translate(0px, -50%); transition: var(--transition-slow); }
.home-feature-carousel.owl-theme .owl-nav button:first-child:before { right: 45%; animation: carousel-left 3s infinite alternate linear; }
.home-feature-carousel.owl-theme .owl-nav button:last-child:before { left: 45%; animation: carousel-right 3s infinite alternate linear; }
/* ==========================================================================
   Home About Section
   ========================================================================== */
.home-about-section-2 { background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); margin: 40px 30px; overflow: hidden; }
@media only screen and (max-width: 768px) { .home-about-section-2 { margin: 20px 15px; border-radius: var(--radius-md); } }
.home-about-item { position: relative; height: auto; }
.home-about-title { color: var(--text-primary); font-size: 42px; font-weight: 800; margin-bottom: 22px; line-height: 1.2; letter-spacing: -0.02em; }
.home-about-para { font-size: 16px; margin-bottom: 22px; line-height: 1.7; color: var(--text-secondary); }
.home-about-list { display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; align-items: flex-start; }
.home-about-list-item { color: var(--text-primary); font-size: 16px; font-weight: 500; padding: 5px 10px; display: flex; align-items: flex-start; flex: 0 0 50%; max-width: 50%; width: 50%; text-transform: capitalize; }
.home-about-list-item img { flex: 0 0 20px; max-width: 20px; width: 20px; margin-right: 13px; margin-top: 5px; }
.home-about-animated-img { max-width: 180px; position: absolute; }
.home-about-animated-img img { width: 100% !important; animation: about-img-riding 5s alternate infinite; }
.home-about-animated-img.home-animated-table-img { max-width: 285px; }
.home-animated-img-right { bottom: 0; right: 0; }
.home-animated-img-left { bottom: 0; left: 0; transform: translate(-10%, 0%); }
.home-animation-item { position: absolute; }
.home-animation-item img { width: auto !important; }
.home-animation-item:nth-child(1) { bottom: -20%; left: 45%; animation: horizontal-ride 8s infinite linear; }
.home-animation-item:nth-child(2) { bottom: -20%; right: 0; animation: vertical-ride 10s infinite linear; }
.about-image-ellipsis .home-image-content { position: relative; }
.about-image-ellipsis .home-image-content:before { content: ""; width: 90%; height: 100%; background: url(../images/ellipsis.png); background-repeat: no-repeat; background-size: 100% 100%; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.about-image-shape .home-image-content { position: relative; }
.about-image-shape .home-image-content:before { content: ""; width: 100%; height: 100%; background: url(../images/shape.png); background-size: 100%; background-repeat: no-repeat; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
.about-image-rectangle .home-image-content { position: relative; }
.about-image-rectangle .home-image-content:before { content: ""; width: 55%; height: 65%; background: url(../images/rectangle.png); background-size: 100%; background-repeat: no-repeat; position: absolute; left: 50%; transform: translate(-28%, -10%); bottom: 0; }
.home-image-content { position: relative; }
.home-image-content img { width: 100%; position: relative; }
/* ==========================================================================
   Counter Section
   ========================================================================== */
.counter-section { background: url("../images/counter-bg.png"); background-position: center 85%; background-size: cover; border-radius: var(--radius-xl); margin: 40px 30px; box-shadow: var(--shadow-card); overflow: hidden; }
@media only screen and (max-width: 768px) { .counter-section { margin: 20px 15px; border-radius: var(--radius-md); } }
.counter-content { display: flex; justify-content: space-between; flex-wrap: wrap; }
.counter-item { text-align: center; padding-bottom: 30px; flex: 0 0 25%; max-width: 25%; width: 25%; position: relative; }
.counter-item h3 { font-weight: 800; background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 10px; display: flex; align-items: baseline; justify-content: center; }
.counter-item h3 .counter { font-size: 56px; }
.counter-item h3 .counter-text-lg { font-size: 56px; }
.counter-item h3 .counter-text-sm { font-size: 38px; }
.counter-item p { font-size: 17px; font-weight: 500; color: var(--text-secondary); }
.counter-loader { display: flex; position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); }
.counter-loader span { width: 8px; height: 8px; background: var(--gold-light); border-radius: 50%; margin: 0 5px; animation-name: scale; animation-duration: 1.4s; animation-iteration-count: infinite; animation-fill-mode: both; }
.counter-loader span:nth-child(1) { animation-delay: 0.2s; }
.counter-loader span:nth-child(2) { animation-delay: 0.4s; }
.counter-loader span:nth-child(3) { animation-delay: 0.6s; }
.counter-middle-section { margin-top: -130px; margin-bottom: -130px; }
.counter-content-box { background-color: var(--navy); padding: 60px 60px 40px; display: flex; flex-wrap: wrap; justify-content: space-between; border-radius: var(--radius-lg); }
.counter-item-white h3 { background: transparent; color: var(--white); -webkit-text-fill-color: unset; }
.counter-item-white p { color: rgba(200, 162, 78, 0.7); }
/* ==========================================================================
   Home Service Section
   ========================================================================== */
.home-service-section { background: url("../images/home-service-bg.png"); background-repeat: no-repeat; background-size: cover; background-position: center center; }
.home-service-start { display: flex; flex-direction: column; align-items: flex-start; width: 100%; }
.home-service-start h2 { font-size: 42px; font-weight: 800; margin-bottom: 35px; width: 100%; letter-spacing: -0.02em; }
.home-service-start p { font-size: 16px; font-weight: 400; margin-bottom: 35px; width: 100%; line-height: 1.7; }
.home-service-start p:last-child { margin-bottom: 0; }
.home-service-start p a.blue-gradient { -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-service-start p a.blue-gradient:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-service-start p a.orange-gradient { -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-service-start p a.orange-gradient:hover { background: linear-gradient(135deg, var(--navy), var(--navy-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.home-service-start .blue-gradient, .home-service-start .orange-gradient { color: var(--white); }
.home-service-details { padding: 35px; display: flex; flex-direction: column; align-items: center; box-shadow: var(--shadow-lg); background: var(--white); border-radius: var(--radius-lg); transition: var(--transition); }
.home-service-details:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.home-service-image img { width: 100%; }
.home-service-text, .home-service-text-2 { text-align: center; margin-top: 20px; height: 100%; display: flex; flex-direction: column; width: 100%; }
.home-service-text h3, .home-service-text-2 h3 { color: var(--text-primary); font-size: 19px; font-weight: 700; margin-bottom: 20px; width: 100%; }
.home-service-text p, .home-service-text-2 p { color: var(--text-muted); font-size: 15px; font-weight: 400; margin-bottom: 20px; margin-top: auto; width: 100%; }
.home-service-text a, .home-service-text-2 a { font-size: 15px; font-weight: 600; margin-top: auto; display: inline-block; transition: var(--transition); position: relative; color: transparent; }
.home-service-text a:before, .home-service-text-2 a:before { content: "Read More +"; position: absolute; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: 100%; height: 100%; transition: var(--transition-fast); opacity: 1; visibility: visible; left: 0; }
.home-service-text a:after, .home-service-text-2 a:after { content: "Read More +"; position: absolute; background: linear-gradient(135deg, var(--navy), var(--navy-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; width: 100%; height: 100%; transition: var(--transition-fast); opacity: 0; visibility: hidden; left: 0; }
.home-service-text a:hover:before, .home-service-text-2 a:hover:before { opacity: 0; visibility: hidden; }
.home-service-text a:hover:after, .home-service-text-2 a:hover:after { opacity: 1; visibility: visible; }
/* ==========================================================================
   Home Facility Section
   ========================================================================== */
.home-facility-section { position: relative; background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); margin: 0 30px; }
@media only screen and (max-width: 768px) { .home-facility-section { margin: 0 15px; border-radius: var(--radius-md); } }
.home-facility-overview { max-width: 487px; position: relative; }
.contact-block-area { max-width: 100%; }
.home-facility-item { position: relative; }
.home-facility-item img { width: 100%; }
.home-facility-2-img { margin-right: -20px; }
.home-facility-animation .home-animation-item:nth-child(1) { top: -35px; left: 25%; }
.home-facility-animation .home-animation-item:nth-child(2) { top: 100px; right: 65%; }
.section-minus-margin { margin-bottom: -290px; margin-top: 70px; }
/* ==========================================================================
   Quick Contact Section
   ========================================================================== */
.home-quick-contact { border-radius: var(--radius-xl); padding: 100px 70px 80px; position: relative; }
.quick-contact-inner, .home-contact-inner { text-align: center; position: relative; }
.quick-contact-inner h2, .home-contact-inner h2 { color: var(--white); font-size: 36px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.02em; }
.quick-contact-inner p, .home-contact-inner p { font-size: 17px; font-weight: 400; color: rgba(255, 255, 255, 0.85); margin-bottom: 20px; line-height: 1.7; }
.quick-contact-inner p a, .home-contact-inner p a { color: var(--white); display: inline-block; position: relative; }
.quick-contact-inner p a:before, .home-contact-inner p a:before { content: ""; position: absolute; width: 100%; height: 1px; bottom: 3px; background: rgba(255, 255, 255, 0.5); }
.quick-contact-inner .section-button, .home-contact-inner .section-button { justify-content: center; margin-left: -12px; margin-right: -12px; margin-top: 0; }
.quick-contact-inner .section-button li, .home-contact-inner .section-button li { padding: 0 12px; }
.quick-contact-inner .orange-gradient, .home-contact-inner .orange-gradient, .quick-contact-inner .blue-gradient, .home-contact-inner .blue-gradient { color: var(--white); }
.home-quick-contact-2 { padding-left: 0; padding-right: 0; }
.logo-bg-item { position: absolute; }
.logo-bg-item:nth-child(1) { top: 50%; width: 150px; transform: translateY(-50%); left: 70px; }
.logo-bg-item:nth-child(2) { top: 50%; width: 150px; transform: translateY(-50%); right: 70px; }
.logo-bg-item img { width: 100%; }
/* ==========================================================================
   Home Logo Section
   ========================================================================== */
.home-logo-section { padding: 393px 0 100px; }
.home-logo-content { display: flex; flex-wrap: wrap; border-radius: var(--radius-md); overflow: hidden; padding-bottom: 1px; position: relative; }
.home-logo-item { flex: 0 0 20%; max-width: 20%; width: 20%; border: 1px solid var(--gray-200); margin-right: -1px; margin-bottom: -1px; }
.home-logo-item a { display: flex; align-items: center; justify-content: center; padding: 30px; }
.home-logo-item a img { width: 100%; opacity: 0.35; transition: var(--transition); filter: grayscale(100%); }
.home-logo-item:hover a img { opacity: 1; filter: grayscale(0%); }
.home-logo-section-2 { position: relative; padding-top: 0; padding-bottom: 100px; background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); margin: 40px 30px 0; padding: 40px 0 60px; }
@media only screen and (max-width: 768px) { .home-logo-section-2 { margin: 20px 15px 0; border-radius: var(--radius-md); } }
.home-logo-section-3 { background: var(--navy); padding: 50px 0; }
.home-logo-carousel-img img { height: 60px; object-fit: contain; }
/* ==========================================================================
   Client Testimonial Section
   ========================================================================== */
.home-client-section { background: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow-card); margin: 40px 30px; }
@media only screen and (max-width: 768px) { .home-client-section { margin: 20px 15px; border-radius: var(--radius-md); } }
.client-carousel-thumb { position: relative; width: 350px; height: 350px; margin-left: 20px; }
.carousel-icon-item { position: absolute; }
.carousel-icon-item:nth-child(1) { top: -50px; left: 40%; transform: translateX(-100%); }
.carousel-icon-item:nth-child(1) img { max-width: 100px; }
.carousel-icon-item:nth-child(2) { bottom: 40px; left: 10%; transform: translateX(-100%); }
.carousel-icon-item:nth-child(2) img { max-width: 55px; }
.carousel-icon-item:nth-child(3) { bottom: 0; right: 0; }
.carousel-icon-item:nth-child(3) img { max-width: 93px; }
.client-carousel-img { width: 100%; height: 100%; overflow: hidden; position: relative; animation: client-border-radius 8s linear infinite alternate forwards; }
.client-carousel-img img { width: 100%; height: 100%; object-fit: cover; object-position: 0 25%; }
.client-caption-para { color: var(--text-muted); font-size: 20px; font-weight: 400; margin-bottom: 30px; line-height: 1.7; }
.client-caption-title { color: var(--text-primary); font-size: 20px; font-weight: 700; margin-bottom: 15px; }
.client-caption-designation { color: var(--text-muted); font-size: 16px; font-weight: 400; }
.client-carousel .owl-stage-outer { padding: 50px 0; }
.client-carousel .owl-controls { position: absolute; left: 41.66%; top: 100%; transform: translateY(-100%); }
.client-carousel-control { display: flex; align-items: center; margin-top: 55px; }
.carousel-control-item { padding: 0; margin: 0; margin-right: 45px; position: relative; line-height: 1; cursor: pointer; }
.carousel-control-item:last-child { margin-right: 0; }
.carousel-control-item:hover { background: transparent; }
.carousel-control-item:hover span i:before { color: var(--gold); }
.carousel-control-item span i:before { margin-left: 0; font-size: 38px; color: var(--navy); transition: var(--transition-fast); background: var(--white); }
.carousel-control-item:before { content: ""; border-width: 1px; border-color: var(--gray-300); border-style: solid; border-radius: 50%; width: 42px; height: 42px; position: absolute; top: 50%; transform: translate(0px, -50%); transition: var(--transition-slow); }
.carousel-control-item:first-child:before { left: 45%; animation: carousel-left 3s infinite alternate linear; }
.carousel-control-item:last-child:before { right: 45%; animation: carousel-right 3s infinite alternate linear; }
.client-details-carousel .owl-stage-outer { padding: 10px 0 0; }
.client-details-carousel.owl-theme .owl-nav { display: flex; flex-direction: row-reverse; position: absolute; margin: 0; top: 12px; right: 0; }
.client-details-carousel.owl-theme .owl-nav button { padding: 0; margin: 0; margin-right: 45px; position: relative; line-height: 1; }
.client-details-carousel.owl-theme .owl-nav button:first-child { margin-right: 0; }
.client-details-carousel.owl-theme .owl-nav button:hover { background: transparent; }
.client-details-carousel.owl-theme .owl-nav button:hover span:before { color: var(--gold); }
.client-details-carousel.owl-theme .owl-nav button span:before { margin-left: 0; font-size: 38px; color: var(--navy); transition: var(--transition-fast); }
.client-details-carousel.owl-theme .owl-nav button:before { content: ""; border-width: 1px; border-color: var(--gray-300); border-style: solid; border-radius: 50%; width: 42px; height: 42px; position: absolute; top: 50%; transform: translate(0px, -50%); transition: var(--transition-slow); }
.client-details-carousel.owl-theme .owl-nav button:first-child:before { right: 45%; animation: carousel-left 3s infinite alternate linear; }
.client-details-carousel.owl-theme .owl-nav button:last-child:before { left: 45%; animation: carousel-right 3s infinite alternate linear; }
.home-client-details-2 { max-width: 880px; margin-bottom: 30px; }
.home-client-details-2 .client-caption-para { color: var(--text-primary); font-size: 28px; position: relative; margin-bottom: 0; }
.home-client-details-2 .client-caption-para:before { content: "\201C"; margin-right: 3px; font-size: 60px; line-height: 0; color: var(--gold); }
.home-client-thumbnail-section { margin-top: 70px; }
.client-thumbnail-content { display: flex; align-items: center; }
.client-thumbnail-img { flex: 0 0 73px; max-width: 73px; width: 73px; height: 73px; overflow: hidden; border-radius: 50%; margin-right: 20px; transition: var(--transition); border: 2px solid var(--gray-100); }
.client-thumbnail-img img { width: 100%; height: 100%; object-fit: cover; }
.client-thumbnail-info .client-caption-title { font-size: 18px; margin-bottom: 10px; }
.client-thumbnail-carousel .owl-stage-outer { overflow: visible; }
.client-thumbnail-carousel .owl-item { opacity: 0.47; cursor: pointer; transition: var(--transition-slow); }
.client-thumbnail-carousel .owl-item.current { opacity: 1; }
.client-thumbnail-carousel .owl-item.current .client-thumbnail-img { transform: scale(1.2); }
/* ==========================================================================
   Client Section 3 (Business) & Owl Carousel Items
   ========================================================================== */
.home-client-section-3 { overflow: hidden; position: relative; background: url("../images/business-section-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.home-client-section-3 .section-title { position: relative; }
.home-client-section-3 .section-title h2 { color: var(--white); }
.home-client-section-3 .section-title p { color: rgba(255, 255, 255, 0.85); }
.owl-carousel .owl-item .client-carousel-img-2 { position: relative; }
.owl-carousel .owl-item .client-carousel-img-2 img { width: 100%; }
.owl-carousel .owl-item .client-carousel-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.owl-carousel .owl-item .client-carousel-btn button, .owl-carousel .owl-item .client-carousel-btn a { width: 75px; height: 75px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.owl-carousel .owl-item .client-carousel-btn button img, .owl-carousel .owl-item .client-carousel-btn a img { width: 21px; margin: 0; position: absolute; transition: var(--transition); left: 50%; }
.owl-carousel .owl-item .client-carousel-btn button img:nth-child(1), .owl-carousel .owl-item .client-carousel-btn a img:nth-child(1) { top: 50%; transform: translate(-50%, -50%); opacity: 1; visibility: visible; pointer-events: all; }
.owl-carousel .owl-item .client-carousel-btn button img:nth-child(2), .owl-carousel .owl-item .client-carousel-btn a img:nth-child(2) { top: 50%; transform: translate(-50%, 100%); opacity: 0; visibility: hidden; pointer-events: none; }
.owl-carousel .owl-item .client-carousel-btn button i, .owl-carousel .owl-item .client-carousel-btn a i { margin-right: 0; }
.owl-carousel .owl-item .client-carousel-btn:hover button img:nth-child(1), .owl-carousel .owl-item .client-carousel-btn:hover a img:nth-child(1) { transform: translate(-50%, -100%); opacity: 0; visibility: hidden; pointer-events: none; }
.owl-carousel .owl-item .client-carousel-btn:hover button img:nth-child(2), .owl-carousel .owl-item .client-carousel-btn:hover a img:nth-child(2) { transform: translate(-50%, -50%); opacity: 1; visibility: visible; pointer-events: all; }
.owl-carousel .owl-item .client-carousel-btn .blue-gradient, .owl-carousel .owl-item .client-carousel-btn .orange-gradient { color: var(--white); }
.client-carousel-caption-2 { padding-top: 60px; }
.client-carousel-caption-2 .client-caption-para { color: var(--white); font-size: 28px; }
.client-carousel-caption-2 .client-caption-title { color: var(--white); }
.client-carousel-caption-2 .client-caption-designation { color: rgba(200, 162, 78, 0.7); }
.business-carousel .owl-stage-outer { padding: 20px 0; }
.business-carousel.owl-theme .owl-nav { display: flex; flex-direction: row-reverse; position: absolute; margin: 0; top: 50px; left: 0; }
.business-carousel.owl-theme .owl-nav button { padding: 0; margin: 0; margin-right: 45px; position: relative; }
.business-carousel.owl-theme .owl-nav button:first-child { margin-right: 0; }
.business-carousel.owl-theme .owl-nav button:hover { background: transparent; }
.business-carousel.owl-theme .owl-nav button:hover span:before { color: var(--gold); }
.business-carousel.owl-theme .owl-nav button span:before { margin-left: 0; font-size: 38px; color: var(--white); transition: var(--transition-fast); }
.business-carousel.owl-theme .owl-nav button:before { content: ""; border-width: 1px; border-color: rgba(255, 255, 255, 0.3); border-style: solid; border-radius: 50%; width: 42px; height: 42px; position: absolute; top: 50%; transform: translate(0px, -50%); transition: var(--transition-slow); }
.business-carousel.owl-theme .owl-nav button:first-child:before { right: 40%; animation: carousel-left 3s infinite alternate linear; }
.business-carousel.owl-theme .owl-nav button:last-child:before { left: 40%; animation: carousel-right 3s infinite alternate linear; }
.retail-section-bg { background: url("../images/retails-bg.png"); background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 100px 0 200px; }
.review-section { padding: 220px 0 70px; }
.review-section-content { margin-top: 50px; }
.holder-name { font-size: 18px; font-weight: 700; color: var(--text-primary); }
.holder-designation { font-size: 15px; font-weight: 400; color: var(--text-muted); }
.holder-para { font-size: 17px; font-weight: 400; color: var(--text-secondary); }
.review-text { display: flex; flex-direction: column; height: 100%; width: 100%; }
.review-text .holder-name { margin-bottom: 15px; width: 100%; }
.review-text .holder-designation { margin-top: auto; margin-bottom: 15px; width: 100%; }
.review-text .holder-para { margin-top: auto; margin-bottom: 25px; width: 100%; }
.review-text .review-star { margin-top: auto; }
/* ==========================================================================
   Download Section
   ========================================================================== */
.home-download-section { background: url(../images/download-bg.png); background-repeat: no-repeat; background-position: center center; background-size: cover; }
.download-option p { font-size: 19px; font-weight: 500; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.download-option-list { display: flex; align-items: center; }
.download-option-list li { flex: 0 0 90px; max-width: 90px; width: 90px; height: 90px; border-radius: 50%; overflow: hidden; margin-right: 14px; }
.download-option-list li:last-child { margin-right: 0; }
.download-option-list li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; position: relative; }
.download-option-list li a img, .download-option-list li a i { max-width: 30px; position: absolute; transition: var(--transition); left: 50%; }
.download-option-list li a img:nth-child(1), .download-option-list li a i:nth-child(1) { top: 50%; transform: translate(-50%, -50%); opacity: 1; visibility: visible; pointer-events: all; }
.download-option-list li a img:nth-child(2), .download-option-list li a i:nth-child(2) { top: 50%; transform: translate(-50%, 100%); opacity: 0; visibility: hidden; pointer-events: none; }
.download-option-list li a.orange-gradient, .download-option-list li a.blue-gradient { color: var(--white); }
.download-option-list li i:before { font-size: 30px; }
.download-option-list li:hover a img:nth-child(1), .download-option-list li:hover a i:nth-child(1) { transform: translate(-50%, -100%); opacity: 0; visibility: hidden; pointer-events: none; }
.download-option-list li:hover a img:nth-child(2), .download-option-list li:hover a i:nth-child(2) { transform: translate(-50%, -50%); opacity: 1; visibility: visible; pointer-events: all; }
.home-download-image img { width: 100%; animation: mobile-vertical-ride 10s infinite alternate; }
.home-download-section-2 { background: var(--white) url(../images/home-download-2-shape.png); background-position: -18% top; background-size: contain; background-repeat: no-repeat; border-radius: var(--radius-xl); box-shadow: var(--shadow-card); margin: 0 30px; }
@media only screen and (max-width: 768px) { .home-download-section-2 { margin: 0 15px; border-radius: var(--radius-md); } }
.download-feature { width: 100%; display: flex; flex-flow: row wrap; margin-left: -10px; margin-right: -10px; margin-bottom: 35px; }
.download-feature-item { flex: 1; max-width: 100%; width: 100%; padding: 15px 10px 0; }
.download-feature-item-inner { padding-left: 30px; border-left: 2px dashed var(--gray-300); padding-top: 8px; padding-bottom: 8px; position: relative; height: 100%; text-align: left; }
.download-feature-item-inner:before { content: ""; width: 0; height: 0; border-color: transparent transparent transparent var(--gold); border-style: solid; border-width: 12px; position: absolute; left: -2px; top: 50%; transform: translateY(-50%); }
.download-feature-item-inner h3 { font-size: 28px; color: var(--text-primary); font-weight: 700; margin-bottom: 13px; letter-spacing: -0.01em; }
.download-feature-item-inner p { font-size: 15px; color: var(--text-muted); font-weight: 400; margin-bottom: 0; }
/* ==========================================================================
   Home Contact & Footer Section
   ========================================================================== */
.home-contact-section { position: relative; }
.home-contact-circle-item { position: absolute; top: 100%; transform: translateY(-50%); }
.home-contact-circle-item:nth-child(1) { left: 0; top: 100%; transform: translateY(-35%); }
.home-contact-circle-item:nth-child(2) { right: 0; top: 0; }
.home-contact-circle-item img { max-width: 500px; }
.home-contact-inner { max-width: 600px; margin: 0 auto; }
.home-contact-inner h2 { font-size: 38px; margin-bottom: 12px; }
.home-footer-circle-item { position: absolute; top: 100%; transform: translateY(-50%); }
.home-footer-circle-item:nth-child(1) { left: 0; top: 0; transform: translateY(-36%); }
.home-footer-circle-item img { max-width: 500px; }
.footer-bg { background: var(--navy); position: relative; padding-top: 100px; padding-bottom: 30px; }
.footer-content-item { margin-bottom: 30px; }
.footer-logo { max-width: 164px; }
.footer-logo a { display: block; }
.footer-logo img { width: 100%; }
.footer-details { margin-top: 25px; }
.footer-details p { font-size: 15px; color: rgba(255, 255, 255, 0.7); font-weight: 400; line-height: 1.7; }
.footer-content-list { padding-left: 30px; }
.footer-content-title h3 { font-size: 18px; font-weight: 600; color: var(--white); letter-spacing: 0.01em; }
.footer-list li { font-size: 15px; font-weight: 400; color: rgba(255, 255, 255, 0.6); margin-bottom: 12px; }
.footer-list li a { color: rgba(200, 162, 78, 0.8); transition: var(--transition-fast); }
.footer-list li a:hover { color: var(--gold); }
.footer-list li span { color: rgba(200, 162, 78, 0.6); }
.footer-list li span a { color: rgba(200, 162, 78, 0.6); }
.footer-list li:last-child { margin-bottom: 0; }
.footer-lower { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; margin-top: 50px; padding-top: 30px; border-top: 1px solid rgba(255, 255, 255, 0.08); }
.footer-lower-item { padding: 10px 0; }
.footer-copyright-text p { color: rgba(255, 255, 255, 0.45); font-size: 14px; }
.footer-copyright-text p a { color: var(--gold); text-decoration: underline; }
.footer-social-list { display: flex; flex-wrap: wrap; }
.footer-social-list li { flex: 0 0 36px; max-width: 36px; width: 36px; height: 36px; border-radius: 50%; overflow: hidden; margin-left: 8px; transform: translateY(0); transition: var(--transition); }
.footer-social-list li:first-child { margin-left: 0; }
.footer-social-list li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 16px; }
.footer-social-list li:hover { transform: translateY(-4px); }
.social-btn.social-btn-fb a { background: #1877f2; color: var(--white); }
.social-btn.social-btn-tw a { background: #1da1f2; color: var(--white); }
.social-btn.social-btn-ins a { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); color: var(--white); }
.social-btn.social-btn-pin a { background: #e60023; color: var(--white); }
.social-btn.social-btn-yt a { background: #ff0000; color: var(--white); }
.social-btn.social-btn-ld a { background: #0a66c2; color: var(--white); }
/* ==========================================================================
   Pricing Section
   ========================================================================== */
.home-pricing-category { box-shadow: var(--shadow-lg); border-radius: var(--radius-lg); overflow: hidden; }
.home-pricing-category table { width: 100%; }
.home-pricing-category table thead tr th { text-align: center; color: var(--white); font-size: 17px; font-weight: 600; text-transform: capitalize; padding: 18px 20px; white-space: nowrap; }
.home-pricing-category table thead tr th.t-align-left { text-align: left; }
.home-pricing-category table thead tr th.t-align-right { text-align: right; }
.home-pricing-category table tbody tr { border-bottom: 0; padding-left: 0; padding-right: 0; }
.home-pricing-category table tbody tr:last-child { border-bottom: 0; }
.home-pricing-category table tbody tr:last-child td { border-bottom: 0; }
.home-pricing-category table tbody tr td { text-align: center; font-size: 17px; font-weight: 400; text-transform: capitalize; padding: 14px 20px; border-bottom: 1px solid var(--gray-100); }
.home-pricing-category table tbody tr td.t-align-left { text-align: left; }
.home-pricing-category table tbody tr td.t-align-right { text-align: right; }
.home-pricing-category table tbody tr td .price-availability { display: flex; align-items: center; justify-content: center; margin: auto; }
.home-pricing-category table tbody tr td.pricing-name { color: var(--white); border-bottom: 0; text-align: left; white-space: nowrap; }
.home-pricing-category table tbody tr td img { flex: 0 0 22px; max-width: 22px; width: 22px; margin-right: 14px; }
.price-availability { width: 24px; height: 24px; border-radius: 50%; font-size: 17px; }
.availability-orange-dark { background: var(--gold); color: var(--white); }
.availability-orange-light { background: #e74c3c; color: var(--white); }
.availability-blue { background: var(--navy); color: var(--white); }
.availability-green { background: #10b981; color: var(--white); }
.pricing-box-grid { box-shadow: var(--shadow-lg); display: flex; margin-left: 25px; margin-right: 25px; flex-wrap: wrap; }
.pricing-grid-item { border-radius: var(--radius-md); flex: 0 0 33.33%; max-width: 33.33%; width: 33.33%; transition: var(--transition); }
.pricing-grid-item:hover { box-shadow: var(--shadow-xl); }
.pricing-grid-item:hover .pricing-item-amount:before { width: 100%; transition: var(--transition-slow); opacity: 1; }
.pricing-grid-item:hover .pricing-item-amount h4 { color: var(--white); }
.pricing-grid-item-inner { display: flex; flex-direction: column; height: 100%; }
.pricing-item-header { padding: 30px; text-align: center; }
.pricing-item-header h3 { font-size: 28px; color: var(--text-primary); font-weight: 700; display: flex; align-items: center; justify-content: center; }
.pricing-item-header h3 img { flex: 0 0 27px; max-width: 27px; width: 27px; margin-right: 13px; }
.pricing-item-amount { padding: 30px; background-color: rgba(200, 162, 78, 0.1); text-align: center; transition: var(--transition); position: relative; }
.pricing-item-amount:before { content: ""; position: absolute; width: 0; height: 100%; top: 0; left: 0; background: linear-gradient(135deg, var(--gold), var(--gold-light)); opacity: 0; transition: var(--transition-slow); }
.pricing-item-amount h4 { font-size: 46px; font-weight: 800; color: var(--gold); position: relative; transition: var(--transition); }
.pricing-item-amount h4 small { font-size: 22px; }
.pricing-item-amount h4 span { font-size: 28px; }
.pricing-item-body { padding: 35px; height: 100%; display: flex; flex-direction: column; align-items: flex-start; }
.pricing-item-body .btn1 { color: var(--white); margin-top: auto; }
.pricing-item-list { margin-bottom: 20px; }
.pricing-item-list li { color: var(--text-secondary); font-size: 17px; display: flex; align-items: baseline; padding-top: 10px; padding-bottom: 10px; }
.pricing-item-list li .pricing-list-arrow { flex: 0 0 15px; max-width: 15px; width: 15px; margin-right: 12px; font-size: 15px; }
.pricing-item-list li .pricing-list-arrow:before { font-size: 15px; }
.pricing-item-list li .pricing-list-info { color: var(--text-muted); font-size: 18px; margin-left: 17px; display: flex; }
.pricing-item-list li .pricing-list-info i:before { font-size: 18px; }
/* ==========================================================================
   About Page
   ========================================================================== */
.about-img img { width: 100%; }
.worker-section .home-about-content { position: relative; }
.worker-grid-item:nth-child(1) { margin-top: 20px; }
.worker-grid-item:nth-child(4) { margin-top: -20px; }
.worker-grid-content { box-shadow: var(--shadow-lg); position: relative; border-radius: var(--radius-lg); overflow: hidden; }
.worker-grid-content:hover .worker-content-layout { opacity: 1; visibility: visible; pointer-events: all; }
.worker-content-img img { width: 100%; }
.worker-shape-item { position: absolute; }
.worker-shape-item:nth-child(1) { bottom: 0; left: 15%; transform: translate(0, 0); }
.worker-shape-item:nth-child(1) img { max-width: 220px; }
.worker-social-link { display: flex; align-items: center; justify-content: center; margin-top: 15px; }
.worker-social-link li { font-size: 15px; padding: 0 10px; }
.worker-social-link li a { color: var(--white); }
.worker-content-layout { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: linear-gradient(0deg, rgba(11, 16, 35, 0.92) 0%, transparent 60%); display: flex; flex-direction: column; align-items: center; justify-content: flex-end; padding-bottom: 20px; opacity: 0; visibility: hidden; pointer-events: none; transition: var(--transition); }
.worker-content-layout .client-caption-title { color: var(--white); text-transform: capitalize; }
.worker-content-layout .client-caption-designation { color: rgba(200, 162, 78, 0.7); }
.about-logo-content { padding: 40px; background: var(--white); display: flex; flex-wrap: wrap; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.about-download-content .home-download-image img { animation: none; }
.home-service-details-2 { padding: 25px; display: flex; flex-direction: column; align-items: flex-start; box-shadow: var(--shadow-lg); background: var(--white); border-radius: var(--radius-lg); transition: var(--transition); }
.home-service-details-2:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.home-service-text-2 { text-align: left; display: flex; flex-direction: column; height: 100%; }
.home-service-text-2 h3 { font-size: 17px; font-weight: 700; margin-bottom: 15px; }
.home-service-text-2 p { color: var(--text-secondary); margin-top: auto; margin-bottom: 0; }
.home-service-image-2 img { width: 100%; }
.home-feature-box-3 { padding: 100px 30px 70px; box-shadow: var(--shadow-lg); border-radius: var(--radius-xl); }
.home-feature-item-3 { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0 10px 30px; }
.home-feature-item-3 .feature-carousel-details p { color: var(--text-secondary); margin-bottom: 0; }
.feature-item-img-3 img { width: 100%; }
.home-about-section-3 .home-about-animated-img { transform: translate(20px, -60px); }
.main-nav-2 { background-color: transparent; }
.main-nav-2 .language-option { color: var(--white); }
.main-nav-2 .navbar-option-item .btn1 { border: 1px solid rgba(255, 255, 255, 0.4); background-color: transparent; transition: var(--transition); }
.main-nav-2 .navbar-option-item .btn1:hover { background-color: var(--white); color: var(--gold); }
.main-nav-2.is-sticky .language-option { color: var(--text-primary); }
.main-nav-2.is-sticky .navbar-option-item .btn1 { border: 1px solid var(--gold); background: linear-gradient(135deg, var(--gold), var(--gold-light)); transition: var(--transition); color: var(--white); }
.main-nav-3 { background-color: transparent; }
.main-nav-3 nav .navbar-nav .nav-item > a { color: rgba(255, 255, 255, 0.65); }
.main-nav-3 nav .navbar-nav .nav-item > a.active { color: var(--white); background: transparent; -webkit-text-fill-color: var(--white); }
.main-nav-3 nav .navbar-nav .nav-item:hover > a { color: var(--white); background: transparent; -webkit-text-fill-color: var(--white); }
.main-nav-3 nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav-3 .language-option { color: var(--white); }
.main-nav-3 .navbar-option-item .btn1 { border: transparent; background-color: var(--white); transition: var(--transition); color: var(--navy); }
.main-nav-3 .navbar-option-item .btn1:hover { background-color: var(--gold); color: var(--white); }
.main-nav-3.is-sticky nav .navbar-nav .nav-item > a { color: var(--text-primary); }
.main-nav-3.is-sticky nav .navbar-nav .nav-item > a.active { color: transparent; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav-3.is-sticky nav .navbar-nav .nav-item:hover > a { color: transparent; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav-3.is-sticky nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.main-nav-3.is-sticky .language-option { color: var(--text-primary); }
.main-nav-3.is-sticky .navbar-option-item .btn1 { border: 1px solid var(--gold); background: linear-gradient(135deg, var(--gold), var(--gold-light)); transition: var(--transition); color: var(--white); }
.main-nav-3.is-sticky .navbar-brand-3 img:nth-child(1) { opacity: 0; visibility: hidden; pointer-events: none; transition: var(--transition-fast); }
.main-nav-3.is-sticky .navbar-brand-3 img:nth-child(2) { opacity: 1; visibility: visible; pointer-events: all; }
.navbar-brand-3 img:nth-child(2) { opacity: 0; visibility: hidden; pointer-events: none; transition: var(--transition); position: absolute; left: 0; }
/* ==========================================================================
   Page Title / Breadcrumbs
   ========================================================================== */
.page-bg { background-repeat: no-repeat; background-position: 40% 100%; background-size: cover; padding: 210px 0 120px; position: relative; }
.page-bg::before { content: ""; position: absolute; width: 100%; height: 100%; left: 0; top: 0; background: linear-gradient(135deg, rgba(11, 16, 35, 0.85) 0%, rgba(11, 16, 35, 0.7) 100%); }
.page-title-inner { position: relative; }
.page-title-inner .section-title { margin-bottom: 0; }
.page-title-inner .section-title h1 { font-size: 48px; font-weight: 800; color: var(--white); margin-bottom: 20px; letter-spacing: -0.02em; }
.page-breadcrumbs { display: flex; justify-content: center; }
.page-breadcrumbs li { font-size: 15px; padding: 0px 8px; color: rgba(255, 255, 255, 0.75); font-weight: 400; position: relative; line-height: 17px; }
.page-breadcrumbs li a { color: rgba(255, 255, 255, 0.75); }
.page-breadcrumbs li a:hover { color: var(--gold); }
.page-breadcrumbs li:not(:first-child)::before { content: ""; position: absolute; width: 1px; height: 100%; background: rgba(255, 255, 255, 0.3); left: 0; top: 0; }
/* ==========================================================================
   Service Details / Blog Details
   ========================================================================== */
.service-details-section {}
.blog-details-content { margin-top: 20px; }
.blog-details-content p { font-size: 16px; font-weight: 400; color: var(--text-secondary); line-height: 1.8; margin-bottom: 20px; }
.blog-details-content p:last-child { margin-bottom: 0; }
.blog-details-content p.blog-tag-name { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: relative; line-height: 18px; display: flex; align-items: flex-end; }
.blog-details-content p.blog-tag-name::before { content: ""; display: flex; width: 30px; height: 2px; background: linear-gradient(135deg, var(--gold), var(--gold-light)); bottom: 3px; position: relative; margin-right: 8px; }
.blog-details-content h2 { color: var(--text-primary); font-size: 24px; font-weight: 700; margin-bottom: 20px; letter-spacing: -0.01em; }
.blog-quote { padding: 30px; border-radius: var(--radius-lg); display: flex; flex-direction: column; margin-bottom: 20px; width: 100%; }
.blog-quote.blog-quote-center { align-items: center; justify-content: center; text-align: center; }
.blog-quote .blog-quote-icon i { font-size: 20px; color: var(--white); }
.blog-quote h3 { font-size: 22px; font-weight: 700; text-transform: capitalize; width: 100%; }
.blog-quote p { margin-top: 20px; font-size: 21px; width: 100%; }
.blog-quote p.blog-tag-name { font-size: 14px; text-transform: uppercase; margin-top: 0; width: auto; }
.blog-quote p.blog-quote-para-small { font-size: 16px; }
.blog-quote.blue-gradient h3, .blog-quote.blue-gradient p { color: var(--white); }
.blog-quote.blue-gradient p.blog-tag-name { background: transparent; color: var(--white); -webkit-text-fill-color: var(--white); }
.blog-quote.blue-gradient p.blog-tag-name::before { background: var(--white); }
.blog-quote.blue-gradient .service-choosing-list li { color: var(--white); }
.blog-quote.orange-gradient h3, .blog-quote.orange-gradient p { color: var(--white); }
.blog-quote.orange-gradient p.blog-tag-name { background: transparent; color: var(--white); -webkit-text-fill-color: var(--white); }
.blog-quote.orange-gradient p.blog-tag-name::before { background: var(--white); }
.blog-quote.orange-gradient .service-choosing-list li { color: var(--white); }
.service-choosing-list li { font-size: 16px; font-weight: 400; display: flex; align-items: flex-start; padding: 5px 0; text-align: left; }
.service-choosing-list li img { width: 17px; margin-right: 10px; margin-top: 3px; }
.blog-details-img-item { overflow: hidden; border-radius: var(--radius-lg); }
.blog-details-img-item img { width: 100%; }
.blog-details-list { display: flex; flex-wrap: wrap; text-align: left; margin-bottom: 20px; }
.blog-details-list li { font-size: 17px; color: var(--text-primary); position: relative; display: flex; align-items: center; padding: 14px 0; margin-right: 25px; }
.blog-details-list li img { flex: 0 0 20px; max-width: 20px; width: 20px; margin-right: 12px; }
.blog-details-tag { border: 1px dashed var(--gold); background: rgba(200, 162, 78, 0.05); padding: 10px 20px; display: flex; justify-content: space-between; flex-wrap: wrap; border-radius: var(--radius-md); margin-top: 60px; }
.blog-tag-item { display: flex; flex-wrap: wrap; align-items: center; padding: 10px 0; }
.blog-tag-item h4 { margin-right: 17px; color: var(--text-primary); font-size: 16px; font-weight: 600; }
.blog-tag-list { display: flex; align-items: center; flex-wrap: wrap; }
.blog-tag-list li { margin-right: 13px; font-size: 15px; }
.blog-tag-list li a { color: var(--gold); }
.blog-tag-social { display: flex; align-items: center; justify-content: flex-end; width: 100%; }
.blog-tag-social li { flex: 0 0 30px; max-width: 30px; width: 30px; height: 30px; border-radius: 50%; margin-left: 7px; overflow: hidden; }
.blog-tag-social li:first-child { margin-left: 0; }
.blog-tag-social li a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; font-size: 16px; }
.service-blog-quote { padding: 30px; border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.service-blog-quote .blog-quote-icon i { font-size: 20px; color: var(--white); }
.service-blog-quote p { margin-top: 17px; font-size: 21px; }
.service-blog-quote p.blog-tag-name { font-size: 14px; }
.service-blog-quote.blue-gradient p { color: var(--white); }
.service-blog-quote.blue-gradient p.blog-tag-name { background: transparent; color: var(--white); -webkit-text-fill-color: var(--white); }
.service-blog-quote.blue-gradient p.blog-tag-name::before { background: var(--white); }
.article-img { overflow: hidden; border-radius: var(--radius-lg); margin-bottom: 20px; }
.article-img img { width: 100%; }
/* ==========================================================================
   Blog Sidebar
   ========================================================================== */
.blog-sidebar .sub-section-title { color: var(--text-primary); }
.blog-sidebar-item { box-shadow: var(--shadow-md); margin-bottom: 30px; border-radius: var(--radius-lg); overflow: hidden; background: var(--white); }
.blog-sidebar-item-details { padding: 0 25px; }
.blog-sidebar-item-header { border-bottom: 1px solid var(--gray-100); padding: 25px; }
.blog-search-area { padding-top: 25px; padding-bottom: 25px; }
.blog-search-area .input-area { padding: 0; padding-left: 10px; overflow: hidden; border-radius: var(--radius-md); }
.blog-search-area .btn1 { padding: 12px 15px; border-radius: var(--radius-md); }
.blog-search-area .btn-with-image img { margin-right: 0; flex: 0 0 16px; max-width: 16px !important; width: 16px; }
.blog-search-area .btn-with-image img:nth-child(2) { transform: translate(15px, 25px); }
.blog-search-area .btn-with-image:hover img:nth-child(2) { transform: translate(15px, 0); }
.blog-recent-item { border-bottom: 1px solid var(--gray-100); }
.blog-recent-item:last-child { border-bottom: 0; }
.blog-recent-item a { display: flex; justify-content: space-between; padding: 25px 0; }
.blog-recent-item a:hover .blog-recent-thumb img { transform: scale(1.1); }
.blog-recent-item a:hover .blog-post-name { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blog-recent-thumb { flex: 0 0 75px; max-width: 75px; width: 75px; height: 101px; border-radius: var(--radius-md); overflow: hidden; margin-right: 17px; }
.blog-recent-thumb img { width: 100%; height: 100%; object-fit: cover; transition: var(--transition); }
.blog-recent-data .blog-post-date { color: var(--gold); font-size: 14px; }
.blog-recent-data .blog-post-name { color: var(--text-primary); font-weight: 700; font-size: 15px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.blog-recent-data .blog-people-comment-details { margin-top: 10px; }
.blog-recent-data .blog-people-comment-details p { font-size: 15px; color: var(--text-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.blog-category-details { padding-top: 10px; padding-bottom: 10px; }
.blog-category-item { padding: 15px 0; display: flex; justify-content: space-between; align-items: center; }
.blog-category-name { font-size: 15px; color: var(--text-muted); flex: 1; }
.blog-category-name a { color: var(--text-muted); }
.blog-category-name a:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blog-category-number { font-size: 15px; color: var(--gold); }
.blog-cateogory-divider { flex: 0 0 55%; max-width: 55%; width: 55%; height: 1px; background: var(--gray-200); margin-right: 20px; }
.blog-sidebar-tag-details { padding-top: 20px; padding-bottom: 20px; }
.blog-sidebar-tag-list { display: flex; flex-wrap: wrap; align-items: flex-end; }
.blog-sidebar-tag-list li { color: var(--text-muted); margin-right: 15px; padding-top: 5px; padding-bottom: 5px; }
.blog-sidebar-tag-list li.blog-sidebar-tag-lg { font-size: 16px; }
.blog-sidebar-tag-list li.blog-sidebar-tag-sm { font-size: 15px; }
.blog-sidebar-tag-list li a { color: var(--text-muted); }
.blog-sidebar-tag-list li a:hover { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
/* ==========================================================================
   Blog Comments
   ========================================================================== */
.blog-comment-area { margin-top: 70px; }
.sub-section-title { color: var(--text-primary); font-size: 20px; font-weight: 700; }
.sub-section-title span { color: var(--text-muted); }
.blog-people-comment-item { border-bottom: 1px solid var(--gray-100); padding: 45px 0; }
.blog-people-comment-item:last-child { border-bottom: 0; }
.blog-people-comment-main { display: flex; flex-wrap: wrap; }
.blog-people-comment-reply { display: flex; flex-wrap: wrap; margin-top: 25px; padding-left: 132px; }
.blog-people-comment-reply .blog-people-comment-thumb { flex: 0 0 80px; max-width: 80px; width: 80px; height: 80px; margin-right: 20px; }
.blog-people-comment-reply .blog-people-comment-details { margin-top: 10px; }
.blog-people-comment-thumb { flex: 0 0 102px; max-width: 102px; width: 102px; height: 102px; border-radius: 50%; overflow: hidden; margin-right: 30px; }
.blog-people-comment-thumb img { width: 100%; height: 100%; }
.blog-people-comment-content { flex: 1; margin-top: 15px; }
.blog-people-comment-header { display: flex; justify-content: space-between; align-items: flex-end; }
.blog-people-comment-bio { margin-bottom: 10px; }
.blog-post-name { color: var(--text-primary); font-size: 16px; font-weight: 600; text-transform: capitalize; }
.blog-post-date { color: var(--text-muted); font-size: 15px; }
.blog-people-reply-action { margin-bottom: 10px; }
.blog-people-reply-action p { font-size: 15px; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; cursor: pointer; }
.blog-people-comment-details { margin-top: 20px; }
.blog-people-comment-details p { color: var(--text-secondary); font-size: 16px; }
/* ==========================================================================
   Contact Comment Section
   ========================================================================== */
.contact-comment-section {}
.contact-comment-leave-area { background: var(--white); box-shadow: var(--shadow-md); border-radius: var(--radius-lg); padding: 40px; }
.blog-comment-leave-area { background: var(--gray-50); border-radius: var(--radius-lg); padding: 65px 45px 55px; border: 1px solid var(--gray-100); }
.blog-comment-leave-area .sub-section-title { font-size: 28px; color: var(--text-primary); }
.blog-comment-input-area .orange-gradient { color: var(--white); }
.blog-comment-input-area .btn1 { margin-left: auto; margin-right: auto; }
/* ==========================================================================
   Form Elements
   ========================================================================== */
.input-group { border: 1px solid var(--gray-200); background: var(--white); border-radius: var(--radius-md); padding: 14px 20px; align-items: baseline; transition: var(--transition-fast); }
.input-group:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 162, 78, 0.12); }
.form-control { color: var(--text-primary); height: auto; font-size: 15px; font-weight: 400; background-color: transparent; border: 0; border-radius: 0; box-shadow: none; outline: 0; padding: 0; resize: none; font-family: "Inter", sans-serif; }
.form-control:focus { color: var(--text-primary); background-color: transparent; border-color: transparent; outline: 0; box-shadow: none; }
.form-control::-moz-placeholder { color: var(--text-muted); }
.form-control::placeholder { color: var(--text-muted); }
.input-group-text { border: 0; border-radius: 0; padding: 0; background: transparent; color: var(--text-muted); font-size: 15px; margin-right: 10px; }
.input-group-text i::before { margin-left: 0; font-size: 15px; }
.help-block { margin-top: 5px; }
.help-block.with-errors { background: linear-gradient(135deg, #e74c3c, #c0392b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 14px; }
.submit-post-info { text-align: center; margin-top: 10px; font-size: 18px; margin-bottom: 0; }
.submit-post-info.text-success { background: linear-gradient(135deg, var(--navy), var(--navy-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent !important; }
.submit-post-info.text-danger { background: linear-gradient(135deg, #e74c3c, #c0392b); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: transparent !important; }
.input-area { border: 1px solid var(--gray-200); background: var(--white); border-radius: var(--radius-md); position: relative; display: flex; padding: 14px 20px; width: 100%; transition: var(--transition-fast); }
.input-area:focus-within { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 162, 78, 0.12); }
.input-label-icon { color: var(--text-muted); flex: 0 0 19px; max-width: 19px; width: 19px; margin-right: 10px; }
.input-label-icon span { width: 100%; font-size: 16px; }
.input-label-icon span i { font-size: 16px; }
.input-label-icon span i::before { font-size: 16px; margin-left: 0; }
.muted-text { font-size: 14px; margin-top: 5px; }
.muted-text.muted-text-orange { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.material-input-label { color: var(--text-muted); font-size: 15px; margin: 0; font-weight: 400; position: absolute; left: 20px; top: 25px; transform: translateY(-50%); z-index: 1; transition: var(--transition); display: flex; }
.material-input-label span { padding: 0 5px; }
.material-input-label i { margin-right: 8px; }
.material-input-label i::before { font-size: 15px; margin: 0; }
.input-full { width: 100%; padding: 0; margin: 0; border: 0; outline: 0; resize: none; color: var(--text-primary); font-size: 15px; font-family: "Inter", sans-serif; }
.input-full:active, .input-full:focus { border: 0; outline: 0; }
.input-full::-moz-placeholder { color: var(--text-muted); }
.input-full::placeholder { color: var(--text-muted); }
/* ==========================================================================
   Contact Page
   ========================================================================== */
.contact-address-section {}
.box-card { box-shadow: var(--shadow-lg); border-radius: var(--radius-lg); transition: var(--transition); overflow: hidden; }
.box-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-xl); }
.box-card-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px; }
.box-card-icon img { width: 100%; }
.box-card-icon span { height: 100%; display: flex; align-items: center; justify-content: center; }
.box-card-icon span i { height: 100%; display: flex; align-items: center; justify-content: center; font-size: 48px; }
.box-card-icon span i::before { font-size: 48px; margin: 0; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.box-card-details { margin-top: auto; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 100%; }
.box-card-title { color: var(--text-primary); font-size: 21px; font-weight: 700; width: 100%; }
.box-card-para { font-size: 16px; color: var(--text-secondary); font-weight: 400; width: 100%; }
.box-card-para .link-us { color: var(--text-secondary); }
.box-card-link { margin-top: auto; background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 17px; font-weight: 600; }
.comment-block-img { display: block; margin: auto; width: 80%; }
/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {}
.faq-accordion-item { box-shadow: var(--shadow-md); border-radius: var(--radius-lg); margin-bottom: 16px; overflow: hidden; transition: var(--transition); }
.faq-accordion-item:last-child { margin-bottom: 0; }
.faq-accordion-header { padding: 22px 28px; position: relative; cursor: pointer; border-radius: var(--radius-lg); overflow: hidden; transition: var(--transition); }
.faq-accordion-header::before { content: "\f109"; font-family: Flaticon; font-size: 22px; font-weight: 400; position: absolute; right: 25px; top: 20px; transition: var(--transition); opacity: 1; visibility: visible; pointer-events: all; color: var(--gold); }
.faq-accordion-header::after { content: "\f10a"; font-family: Flaticon; font-size: 22px; font-weight: 400; position: absolute; right: 25px; top: 20px; transition: var(--transition); opacity: 0; visibility: hidden; pointer-events: none; color: var(--white); }
.faq-accordion-header-overlay { position: absolute; width: 0; height: 100%; background: linear-gradient(135deg, var(--gold), var(--gold-light)); top: 0; left: 0; transition: var(--transition-slow); }
.faq-accordion-item-active .faq-accordion-header::before { opacity: 0; visibility: hidden; pointer-events: none; }
.faq-accordion-item-active .faq-accordion-header::after { opacity: 1; visibility: visible; pointer-events: all; color: var(--white); }
.faq-accordion-item-active .faq-accordion-header .faq-accordion-header-overlay { width: 100%; }
.faq-accordion-item-active .faq-accordion-header .faq-accordion-title { color: var(--white); }
.faq-accordion-item-active .faq-accordion-body { max-height: 250px; transition: var(--transition-slow); }
.faq-accordion-title { font-size: 17px; color: var(--text-primary); font-weight: 600; padding-right: 35px; transition: var(--transition); position: relative; z-index: 10; text-transform: none; }
.faq-accordion-body { max-height: 0; overflow: hidden; transition: var(--transition-slow); }
.faq-accordion-body-inner { padding: 20px 28px 25px; }
.faq-accordion-para { font-size: 16px; color: var(--text-secondary); font-weight: 400; line-height: 1.7; }
/* ==========================================================================
   Authentication Section
   ========================================================================== */
.authentication-section { background: var(--white); }
.authentication-grid { display: flex; height: 100vh; }
.authentication-grid-lost { height: 100vh; overflow: auto; }
.authentication-item { flex: 0 0 50%; max-width: 50%; width: 50%; }
.authentication-user-panel { padding: 50px 100px; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.authentication-user-header { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.authentication-user-header img { width: 160px; }
.authentication-user-header h1 { font-size: 28px; color: var(--text-primary); font-weight: 700; margin-top: 20px; }
.authentication-user-header .logo2 { display: none; }
.authentication-user-body { width: 100%; }
.authentication-user-body p { font-size: 15px; font-weight: 400; text-align: center; }
.authentication-tab { display: flex; align-items: center; justify-content: center; margin-top: 30px; }
.authentication-tab-item { color: var(--text-muted); font-size: 15px; font-weight: 500; display: flex; align-items: center; justify-content: center; padding: 15px 60px; border-bottom: 2px solid var(--gray-200); cursor: pointer; transition: var(--transition-fast); }
.authentication-tab-item img { height: 19px; margin-right: 8px; }
.authentication-tab-item.authentication-tab-active { border-bottom: 2px solid var(--gold); color: var(--text-primary); }
.authentication-tab-details-item { display: none; }
.authentication-tab-details-item.authentication-tab-details-active { display: block; }
.authentication-form { margin-top: 40px; }
.authentication-form .input-area { background: var(--gray-50); }
.authentication-form .input-area .input-full { background-color: transparent; }
.authentication-form .orange-gradient { color: var(--white); }
.authentication-account-access { display: flex; flex-wrap: wrap; justify-content: space-between; }
.authentication-account-access-item { padding: 10px 0; }
.authentication-checkbox label { position: relative; font-size: 15px; color: var(--text-muted); padding-left: 27px; cursor: pointer; }
.authentication-checkbox label::before { content: ""; width: 17px; height: 17px; border: 2px solid var(--gray-300); left: 0; top: 2px; position: absolute; transition: var(--transition-fast); border-radius: 4px; }
.authentication-checkbox label::after { content: "\ea41"; font-family: "boxicons" !important; font-size: 15px; position: absolute; left: 0; top: 0px; transform: translate(1px, 0px); opacity: 0; visibility: hidden; pointer-events: none; transition: var(--transition-fast); color: var(--gold); }
.authentication-checkbox input { display: none; }
.authentication-checkbox input:checked ~ label::after { opacity: 1; visibility: visible; pointer-events: all; }
.authentication-link a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-decoration: underline; border-bottom: 1px solid var(--gold); font-size: 14px; font-weight: 500; }
.authentication-divider { position: relative; display: flex; justify-content: center; }
.authentication-divider span { font-size: 15px; color: var(--text-muted); background: var(--white); padding: 10px; z-index: 1; }
.authentication-divider::before { content: ""; width: 100%; height: 1px; background: var(--gray-200); position: absolute; top: 50%; transform: translateY(-50%); left: 0; }
.authentication-social-access { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-right: -10px; margin-left: -10px; }
.authentication-social-item { padding-right: 10px; padding-left: 10px; flex: 0 0 33.33%; max-width: 33.33%; width: 33.33%; transition: var(--transition); transform: translateY(0); }
.authentication-social-item a { display: flex; justify-content: center; text-align: center; padding: 15px 30px; border-radius: var(--radius-pill); }
.authentication-social-item:hover { transform: translateY(-3px); }
.authentication-img-bg { background-image: url("../images/authentication-bg.png"); background-size: cover; background-position: center; background-repeat: no-repeat; background-attachment: fixed; height: 100vh; }
/* ==========================================================================
   Error Page
   ========================================================================== */
.error-page-section { height: 100vh; padding: 50px 0; }
.error-page-section .container { height: 100%; }
.error-page-inner { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; height: 100%; }
.error-page-inner h1 { font-size: 220px; font-weight: 900; color: var(--navy); letter-spacing: 20px; line-height: 1; }
.error-page-inner h3 { font-size: 24px; color: var(--text-primary); margin-top: 25px; }
.error-page-inner p { font-size: 16px; margin-top: 25px; }
.error-page-inner .btn1 { margin-top: 25px; }
.error-page-inner .orange-gradient { color: var(--white); }
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination { display: flex; justify-content: center; }
.pagination-list { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.pagination-list li { height: 42px; margin-right: 8px; margin-bottom: 8px; border-radius: var(--radius-md); overflow: hidden; }
.pagination-list li a { display: flex; align-items: center; justify-content: center; height: 100%; padding: 8px 14px; border-radius: var(--radius-md); background: var(--white); font-size: 15px; font-weight: 500; color: var(--gold); transition: var(--transition); border: 1px solid var(--gray-200); }
.pagination-list li a i { font-size: 19px; }
.pagination-list li a:hover { background: var(--gold); color: var(--white); border-color: var(--gold); }
.pagination-list li.active a { background: var(--gold); color: var(--white); border-color: var(--gold); }
.pagination-list li.disable a { opacity: 0.4; cursor: not-allowed; background: var(--white); color: var(--gold); }
/* ==========================================================================
   Terms / Privacy Page
   ========================================================================== */
.terms-page-section {}
.terms-privacy .sub-section-title { font-size: 21px; font-weight: 700; display: inline-block; margin-bottom: 20px; }
.terms-privacy p { font-size: 16px; margin-bottom: 20px; line-height: 1.8; }
.terms-privacy p:last-child { margin-bottom: 0; }
.terms-privacy-list { margin-bottom: 5px; display: inline-block; width: 100%; }
.terms-privacy-list li { margin-bottom: 15px; }
.terms-privacy-list li p { font-size: 16px; display: flex; }
.terms-privacy-list li p strong { color: var(--text-primary); margin-right: 10px; }
/* ==========================================================================
   Service Quote
   ========================================================================== */
.service-quote { padding: 30px; border-radius: var(--radius-lg); display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.service-quote .blog-quote-icon i { font-size: 20px; color: var(--white); }
.service-quote p { margin-top: 17px; font-size: 21px; }
.service-quote p.blog-tag-name { font-size: 14px; }
.service-quote.blue-gradient p { color: var(--white); }
.service-quote.blue-gradient p.blog-tag-name { background: transparent; color: var(--white); -webkit-text-fill-color: var(--white); }
.service-quote.blue-gradient p.blog-tag-name::before { background: var(--white); }
/* ==========================================================================
   Blog Post Items
   ========================================================================== */
.blog-post-item { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden; margin-bottom: 30px; text-align: left; transition: var(--transition); }
.blog-post-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-xl); }
.blog-post-item:hover .blog-post-thumb a img { transform: scale(1.1); }
.blog-post-item:hover .blog-post-title a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.blog-post-item .blog-post-para { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.blog-post-thumb { overflow: hidden; }
.blog-post-thumb a { display: block; }
.blog-post-thumb a img { width: 100%; transform: scale(1); transition: var(--transition); }
.blog-post-details { padding: 25px; }
.blog-post-entry { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.blog-post-entry li { font-size: 15px; color: var(--gold); font-weight: 400; padding: 4px 10px; position: relative; }
.blog-post-entry li::before { content: "\ec16"; font-family: "boxicons" !important; font-weight: 600; position: absolute; right: -2px; font-size: 4px; top: 12px; color: var(--gray-400); }
.blog-post-entry li:last-child::before { content: none; }
.blog-post-title { font-size: 22px; font-weight: 700; color: var(--text-primary); }
.blog-post-title a { color: var(--text-primary); }
.blog-post-para { font-size: 16px; font-weight: 400; color: var(--text-muted); }
/* ==========================================================================
   Responsive — Large Screens (1600px and below)
   ========================================================================== */
@media only screen and (max-width: 1600px) {
  .authentication-user-panel { padding: 50px 80px; }
  .error-page-inner h1 { font-size: 180px; }
}
/* ==========================================================================
   Responsive — Laptop (1200px and below)
   ========================================================================== */
@media only screen and (max-width: 1200px) {
  .authentication-user-panel { padding: 50px 60px; }
  .authentication-social-item { flex: 0 0 50%; max-width: 50%; width: 50%; }
  .error-page-inner h1 { font-size: 150px; letter-spacing: 15px; }
  .counter-section .container { padding-top: 100px; padding-bottom: 100px; }
  .home-about-section .about-img { position: relative; z-index: 1; }
}
/* ==========================================================================
   Responsive — Tablet Landscape / iPad Pro (1199px and below)
   ========================================================================== */
@media only screen and (max-width: 1199px) {
  .main-nav ul li:not(.has-dropdown):not(.has-dropdown-mega) > a { padding: 0px 14px; }
  .main-nav ul li:not(.has-dropdown):not(.has-dropdown-mega) > a > span { font-size: 15px; }
  .main-nav ul li.has-dropdown-mega { position: static; }
  .main-nav ul li > ul.mega-dropdown, .main-nav ul li > ul.dropdown { left: 0px; }
  .feature-box-3 { padding: 25px; }
  .feature-box-3 .feature-box-3-title { font-size: 18px; margin-bottom: 10px; }
  .feature-box-3 .feature-box-3-para { font-size: 14px; }
  .counter-content-item .counter-content-para { font-size: 15px; }
  .counter-content-item .count { font-size: 45px; }
  .counter-content-item .title { font-size: 15px; }
  .home-facility-content .btn1 { margin-bottom: 20px; }
  .footer-content-item .logo { margin-bottom: 30px; }
  .footer-list { margin-bottom: 0; }
  .footer-list-item { margin-bottom: 20px; }
  .footer-list-item .footer-link { padding-left: 0; padding-right: 0; }
  .footer-copyright-text { margin-top: 40px; }
  .footer-social-list { margin-bottom: 0; }
  .pricing-section .section-title { text-align: center; }
  .pricing-section .section-title h2 { font-size: 36px; }
  .pricing-section .section-title p { font-size: 16px; }
  .pricing-box .pricing-header .price { font-size: 55px; }
  .pricing-box .pricing-header .price span { font-size: 30px; }
  .pricing-box .pricing-header .price .month { font-size: 16px; }
  .about-section .about-img { position: relative; z-index: 1; }
  .worker-section { margin-bottom: 120px; }
  .worker-item { margin-bottom: 30px; }
  .worker-item .worker-name { font-size: 22px; }
  .worker-item .worker-pro { font-size: 16px; }
  .home-service-details-2-content .section-title h2 { font-size: 36px; }
  .about-logo-section { padding: 100px 0; }
  .about-logo-list-item { flex: 0 0 33.33%; max-width: 33.33%; width: 33.33%; }
  .blog-tag-item h4 { font-size: 15px; }
  .blog-tag-list li { font-size: 14px; }
  .blog-details-list li { font-size: 15px; }
  .authentication-user-panel { padding: 40px 40px; }
  .authentication-tab-item { padding: 12px 45px; }
  .authentication-social-item { flex: 0 0 100%; max-width: 100%; width: 100%; margin-bottom: 15px; }
  .error-page-inner h1 { font-size: 130px; letter-spacing: 10px; }
}
/* ==========================================================================
   Responsive — Tablet Portrait / iPad (991px and below)
   ========================================================================== */
@media only screen and (max-width: 991px) {
  .main-nav-2 { display: none; }
  .main-nav-3 { display: none; }
  .main-nav ul li > ul.mega-dropdown, .main-nav ul li > ul.dropdown { left: 0px; }
  .mean-container .mean-nav { background: var(--navy) !important; padding: 10px 20px; }
  .mean-container .mean-bar { background: transparent !important; }
  .mean-container .mean-bar .mobile-nav-toggler { color: var(--white); }
  .mobile-nav .mobile-menu-close { color: var(--white); background: var(--gold); }
  .mean-container .meanmenu-close { color: var(--white); }
  .mobile-nav .mean-bar .mobile-nav-toggler .toggler-open { display: none; }
  .mobile-nav .mean-bar .mobile-nav-toggler .toggler-close { display: block; }
  .mobile-nav .mean-bar .mobile-nav-toggler .toggler-close i { margin-left: 0px; }
  .mobile-nav .mobile-bar { background: var(--navy) !important; padding: 10px 20px; }
  .mobile-nav .mean-bar { border: 0 !important; }
  .navbar-option { display: none; }
  .mobile-option { display: flex; }
  .section-button .btn-with-image img:nth-child(2) { display: none; }
  .section-button .btn-with-image:hover img:nth-child(2) { display: none; }
  .header-content .section-button { margin-top: 20px; }
  .section-title h2 { font-size: 36px; }
  .section-title p { font-size: 16px; }
  .home-about-section .section-button { margin-top: 25px; }
  .home-about-section .about-content-title { font-size: 28px; }
  .home-about-section .about-content-para { font-size: 15px; }
  .about-list { margin-top: 25px; margin-bottom: 25px; }
  .about-list li { font-size: 15px; }
  .home-about-section .about-img { margin-top: 50px; }
  .counter-content-item .count { font-size: 42px; }
  .counter-content-item .title { font-size: 14px; }
  .home-service-section .section-title h2 { font-size: 36px; }
  .home-service-item { margin-bottom: 30px; }
  .home-service-item .section-button { margin-top: 20px; }
  .home-facility-content .title { font-size: 28px; }
  .home-facility-content .section-button { margin-top: 25px; }
  .quick-contact-inner .section-button { margin-top: 20px; }
  .quick-contact-inner .title { font-size: 28px; }
  .logo-section-item { margin-bottom: 30px; }
  .client-content .section-title h2 { font-size: 36px; }
  .client-content .section-title p { font-size: 16px; }
  .client-section .section-title { margin-bottom: 40px; }
  .client-carousel .item { padding: 0; }
  .client-details-carousel .item { text-align: center; padding: 20px 0; }
  .client-details-carousel .owl-nav { display: none; }
  .client-details-carousel .client-details-item .title { font-size: 18px; }
  .client-details-carousel .client-details-item .pro { font-size: 16px; }
  .client-details-carousel .client-details-item .client-details-para { font-size: 15px; line-height: 1.7; }
  .client-thumbnail-carousel { margin-top: 30px; }
  .home-download-section .section-title h2 { font-size: 36px; }
  .home-download-section .section-title p { font-size: 16px; }
  .download-content .section-button { margin-top: 25px; }
  .download-app-list { margin-top: 20px; }
  .download-app-item { margin-bottom: 15px; }
  .download-app-item:first-child { margin-right: 15px; }
  .home-contact-section .section-title h2 { font-size: 36px; }
  .home-contact-section .section-title p { font-size: 16px; }
  .footer-content .footer-content-item { margin-bottom: 30px; }
  .footer-content .footer-list-item { margin-bottom: 20px; }
  .footer-copyright-text { margin-top: 40px; text-align: center; }
  .footer-social-list { margin-top: 20px; margin-bottom: 10px; justify-content: center; }
  .pricing-section .section-title { margin-bottom: 50px; }
  .pricing-section .section-title h2 { font-size: 36px; }
  .pricing-item { margin-bottom: 30px; }
  .pricing-item .pricing-item-header .price { font-size: 48px; }
  .pricing-item .pricing-item-header .price span { font-size: 28px; }
  .pricing-item .pricing-item-header .price .month { font-size: 15px; }
  .pricing-item .pricing-item-header p { font-size: 16px; }
  .pricing-item .pricing-item-header .pricing-item-name { font-size: 20px; margin-bottom: 15px; }
  .worker-section { margin-bottom: 80px; }
  .worker-item .worker-name { font-size: 20px; }
  .worker-item .worker-pro { font-size: 15px; }
  .home-service-details-2-content .section-title h2 { font-size: 32px; }
  .home-service-details-2-content .section-title p { font-size: 16px; }
  .home-service-details-2-list { margin-bottom: 30px; }
  .home-service-details-2-item .title { font-size: 18px; }
  .home-service-details-2-item .content { font-size: 16px; }
  .about-logo-section { padding: 80px 0; }
  .about-logo-list { margin-bottom: 0; }
  .about-logo-list-item { flex: 0 0 50%; max-width: 50%; width: 50%; margin-bottom: 30px; }
  .blog-quote .blog-quote-icon i { font-size: 18px; }
  .blog-quote h3 { font-size: 20px; }
  .blog-quote p { font-size: 18px; }
  .blog-quote p.blog-tag-name { font-size: 13px; }
  .blog-details-list li { font-size: 14px; margin-right: 15px; padding: 10px 0; }
  .blog-details-list li img { flex: 0 0 17px; max-width: 17px; width: 17px; margin-right: 8px; }
  .blog-tag-item h4 { font-size: 14px; margin-right: 10px; }
  .blog-tag-list li { font-size: 13px; }
  .blog-people-comment-thumb { flex: 0 0 80px; max-width: 80px; width: 80px; height: 80px; margin-right: 20px; }
  .blog-people-comment-reply { padding-left: 100px; }
  .blog-people-comment-reply .blog-people-comment-thumb { flex: 0 0 60px; max-width: 60px; width: 60px; height: 60px; margin-right: 15px; }
  .blog-people-comment-reply .blog-people-comment-details { margin-top: 5px; }
  .blog-people-comment-header { flex-wrap: wrap; }
  .blog-comment-leave-area { padding: 40px 30px 35px; }
  .blog-comment-leave-area .sub-section-title { font-size: 24px; }
  .contact-comment-leave-area { padding: 30px; }
  .authentication-grid { flex-wrap: wrap; }
  .authentication-grid-lost { flex-wrap: wrap; height: auto; }
  .authentication-item { flex: 0 0 100%; max-width: 100%; width: 100%; }
  .authentication-img-bg { background-attachment: scroll; height: 400px; }
  .authentication-user-panel { padding: 40px 50px; }
  .authentication-tab-item { padding: 12px 40px; }
  .error-page-inner h1 { font-size: 100px; letter-spacing: 8px; }
  .error-page-inner h3 { font-size: 22px; }
}
/* ==========================================================================
   Responsive — Mobile Landscape (767px and below)
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .main-nav { display: none; }
  .main-nav-2 { display: none; }
  .main-nav-3 { display: none; }
  .navbar-option { display: none; }
  .mobile-option { display: flex; }
  .header-content { text-align: center; }
  .header-content .title { font-size: 32px; line-height: 1.3; }
  .header-content .desc { font-size: 16px; }
  .header-content .section-title { margin-bottom: 0; }
  .header-content .section-button { margin-top: 20px; justify-content: center; }
  .header-content .section-button .btn1 { margin: 5px; }
  .section-title h2 { font-size: 28px; }
  .section-title p { font-size: 15px; }
  .home-about-section { padding: 80px 0; }
  .home-about-section .about-content-title { font-size: 24px; }
  .home-about-section .about-content-para { font-size: 14px; }
  .about-list li { font-size: 14px; }
  .about-list li img { margin-right: 6px; }
  .home-about-section .about-img { margin-top: 40px; }
  .home-about-section .about-img img { width: 100%; }
  .counter-section .container { padding: 60px 0; }
  .counter-content-item .count { font-size: 36px; }
  .counter-content-item .title { font-size: 13px; }
  .home-service-section { padding: 80px 0; }
  .home-service-section .section-title h2 { font-size: 28px; }
  .home-service-item { margin-bottom: 20px; }
  .home-facility-content { padding: 40px 20px; text-align: center; }
  .home-facility-content .title { font-size: 22px; }
  .home-facility-content .desc { font-size: 15px; }
  .home-facility-content .btn1 { margin-top: 15px; }
  .quick-contact-section { padding: 60px 0; }
  .quick-contact-inner .title { font-size: 22px; }
  .quick-contact-inner .desc { font-size: 15px; }
  .quick-contact-inner .section-button { margin-top: 15px; }
  .logo-section { padding: 60px 0; }
  .logo-section-item { margin-bottom: 20px; }
  .logo-section-item img { max-width: 120px; }
  .client-section { padding: 80px 0; }
  .client-content .section-title h2 { font-size: 28px; }
  .client-details-carousel { padding: 0 10px; }
  .client-details-carousel .owl-nav { display: none; }
  .client-details-carousel .client-details-item .title { font-size: 16px; }
  .client-details-carousel .client-details-item .pro { font-size: 14px; }
  .client-details-carousel .client-details-item .client-details-para { font-size: 14px; line-height: 1.6; }
  .client-thumbnail-carousel { margin-top: 20px; }
  .client-thumbnail-carousel .owl-item { padding: 0 5px; }
  .home-download-section { padding: 80px 0; text-align: center; }
  .home-download-section .section-title h2 { font-size: 28px; }
  .download-content .section-button { margin-top: 20px; justify-content: center; }
  .download-app-list { justify-content: center; }
  .download-app-item:first-child { margin-right: 10px; }
  .home-contact-section { padding: 80px 0; text-align: center; }
  .home-contact-section .section-title h2 { font-size: 28px; }
  .footer-content { padding: 60px 0; }
  .footer-content .footer-content-item { margin-bottom: 25px; text-align: center; }
  .footer-content .footer-list-item { margin-bottom: 15px; }
  .footer-copyright-text { margin-top: 30px; font-size: 14px; text-align: center; }
  .footer-social-list { justify-content: center; margin-top: 15px; }
  .pricing-section { padding: 80px 0; }
  .pricing-section .section-title h2 { font-size: 28px; }
  .pricing-item { margin-bottom: 20px; }
  .pricing-item .pricing-item-header .price { font-size: 42px; }
  .pricing-item .pricing-item-header .price span { font-size: 24px; }
  .worker-section { margin-bottom: 60px; }
  .worker-item { margin-bottom: 20px; }
  .worker-item .worker-img { width: 100%; }
  .worker-item .worker-name { font-size: 18px; }
  .worker-item .worker-pro { font-size: 14px; }
  .home-service-details-2-content .section-title h2 { font-size: 26px; }
  .home-service-details-2-item { padding: 15px; }
  .home-service-details-2-item .title { font-size: 16px; }
  .home-service-details-2-item .content { font-size: 14px; }
  .about-logo-section { padding: 60px 0; }
  .about-logo-list-item { flex: 0 0 50%; max-width: 50%; width: 50%; margin-bottom: 20px; }
  .about-logo-list-item img { max-width: 100px; }
  .blog-details-list li { font-size: 13px; margin-right: 10px; padding: 8px 0; }
  .blog-tag-item h4 { font-size: 13px; }
  .blog-tag-list li { font-size: 12px; }
  .blog-tag-social li { flex: 0 0 26px; max-width: 26px; width: 26px; height: 26px; }
  .blog-people-comment-item { padding: 30px 0; }
  .blog-people-comment-reply { padding-left: 0; margin-top: 20px; }
  .blog-people-comment-header { flex-direction: column; align-items: flex-start; }
  .blog-people-comment-header .blog-people-comment-bio { margin-bottom: 5px; }
  .blog-people-comment-header .blog-people-reply-action { margin-top: 5px; }
  .blog-people-comment-details p { font-size: 14px; }
  .blog-comment-leave-area { padding: 30px 20px 25px; }
  .blog-comment-leave-area .sub-section-title { font-size: 20px; }
  .authentication-user-panel { padding: 30px 25px; }
  .authentication-user-header img { width: 120px; }
  .authentication-user-header h1 { font-size: 24px; }
  .authentication-tab-item { padding: 10px 30px; font-size: 14px; }
  .authentication-social-item { flex: 0 0 100%; max-width: 100%; width: 100%; }
  .error-page-inner h1 { font-size: 80px; letter-spacing: 5px; }
  .error-page-inner h3 { font-size: 18px; }
  .pagination-list li { height: 36px; }
  .pagination-list li a { padding: 6px 12px; font-size: 14px; }
  .contact-comment-leave-area { padding: 20px; }
  .box-card-inner { padding: 30px 20px; }
  .box-card-title { font-size: 18px; }
  .box-card-para { font-size: 14px; }
  .faq-accordion-header { padding: 18px 20px; }
  .faq-accordion-title { font-size: 15px; }
  .faq-accordion-body-inner { padding: 15px 20px 20px; }
  .faq-accordion-para { font-size: 14px; }
  .terms-privacy p { font-size: 15px; }
  .terms-privacy-list li p { font-size: 15px; }
}
/* ==========================================================================
   Responsive — Mobile Portrait (575px and below)
   ========================================================================== */
@media only screen and (max-width: 575px) {
  .section-title h2 { font-size: 24px; }
  .section-title p { font-size: 14px; }
  .home-about-section { padding: 60px 0; }
  .home-about-section .about-content-title { font-size: 20px; }
  .home-about-section .about-content-para { font-size: 13px; }
  .about-list li { font-size: 13px; }
  .home-service-section { padding: 60px 0; }
  .home-service-section .section-title h2 { font-size: 24px; }
  .counter-content-item .count { font-size: 32px; }
  .counter-content-item .title { font-size: 12px; }
  .home-facility-content { padding: 30px 15px; }
  .home-facility-content .title { font-size: 18px; }
  .quick-contact-section { padding: 50px 0; }
  .quick-contact-inner .title { font-size: 18px; }
  .client-section { padding: 60px 0; }
  .client-content .section-title h2 { font-size: 24px; }
  .home-download-section { padding: 60px 0; }
  .home-download-section .section-title h2 { font-size: 24px; }
  .home-contact-section { padding: 60px 0; }
  .home-contact-section .section-title h2 { font-size: 24px; }
  .footer-content { padding: 40px 0; }
  .footer-list-item .footer-title { font-size: 17px; }
  .footer-list-item .footer-link { font-size: 14px; }
  .footer-copyright-text { font-size: 13px; }
  .pricing-section { padding: 60px 0; }
  .pricing-section .section-title h2 { font-size: 24px; }
  .pricing-item .pricing-item-header .price { font-size: 38px; }
  .pricing-item .pricing-item-header .price span { font-size: 22px; }
  .worker-item .worker-name { font-size: 16px; }
  .worker-item .worker-pro { font-size: 13px; }
  .home-service-details-2-content .section-title h2 { font-size: 22px; }
  .about-logo-section { padding: 50px 0; }
  .about-logo-list-item { flex: 0 0 50%; max-width: 50%; width: 50%; margin-bottom: 15px; }
  .about-logo-list-item img { max-width: 80px; }
  .blog-details-list li { font-size: 12px; margin-right: 5px; padding: 6px 0; }
  .blog-details-list li img { flex: 0 0 14px; max-width: 14px; width: 14px; margin-right: 5px; }
  .blog-quote h3 { font-size: 17px; }
  .blog-quote p { font-size: 15px; }
  .blog-details-content p { font-size: 14px; }
  .blog-details-content h2 { font-size: 20px; }
  .authentication-user-panel { padding: 25px 20px; }
  .authentication-user-header h1 { font-size: 20px; }
  .authentication-tab-item { padding: 8px 20px; font-size: 13px; }
  .error-page-inner h1 { font-size: 60px; letter-spacing: 3px; }
  .error-page-inner h3 { font-size: 16px; }
  .error-page-inner p { font-size: 14px; }
  .page-bg { padding: 150px 0 80px; }
  .page-title-inner .section-title h1 { font-size: 32px; }
  .page-breadcrumbs li { font-size: 13px; }
  .faq-accordion-header { padding: 15px 15px; }
  .faq-accordion-title { font-size: 14px; }
  .faq-accordion-header::before { font-size: 18px; right: 15px; top: 16px; }
  .faq-accordion-header::after { font-size: 18px; right: 15px; top: 16px; }
  .box-card-inner { padding: 25px 15px; }
  .terms-privacy .sub-section-title { font-size: 18px; }
  .terms-privacy p { font-size: 14px; }
  .terms-privacy-list li p { font-size: 14px; }
}
/* ==========================================================================
   Responsive — Small Mobile (479px and below)
   ========================================================================== */
@media only screen and (max-width: 479px) {
  .section-title h2 { font-size: 22px; }
  .header-content .title { font-size: 28px; }
  .home-about-section .about-content-title { font-size: 18px; }
  .home-service-section .section-title h2 { font-size: 22px; }
  .counter-content-item .count { font-size: 28px; }
  .home-facility-content .title { font-size: 16px; }
  .quick-contact-inner .title { font-size: 16px; }
  .client-content .section-title h2 { font-size: 22px; }
  .home-download-section .section-title h2 { font-size: 22px; }
  .download-app-item { flex: 0 0 100%; max-width: 100%; margin-bottom: 10px; }
  .download-app-item:first-child { margin-right: 0; margin-bottom: 10px; }
  .home-contact-section .section-title h2 { font-size: 22px; }
  .footer-list-item .footer-title { font-size: 16px; }
  .pricing-section .section-title h2 { font-size: 22px; }
  .pricing-item .pricing-item-header .price { font-size: 34px; }
  .pricing-item .pricing-item-header .price span { font-size: 20px; }
  .home-service-details-2-content .section-title h2 { font-size: 20px; }
  .authentication-user-panel { padding: 20px 15px; }
  .authentication-tab-item { padding: 8px 15px; font-size: 12px; }
  .error-page-inner h1 { font-size: 50px; letter-spacing: 2px; }
  .blog-details-list { flex-direction: column; }
  .blog-details-list li { margin-right: 0; }
  .blog-tag-item { flex-direction: column; align-items: flex-start; }
  .blog-tag-item h4 { margin-bottom: 10px; }
  .blog-people-comment-thumb { flex: 0 0 60px; max-width: 60px; width: 60px; height: 60px; margin-right: 12px; }
  .blog-people-comment-details p { font-size: 13px; }
  .blog-people-comment-reply .blog-people-comment-thumb { flex: 0 0 50px; max-width: 50px; width: 50px; height: 50px; }
}
/* ==========================================================================
   IE Fallback
   ========================================================================== */
.ie-warning { background: var(--navy); color: var(--white); padding: 20px; text-align: center; font-size: 15px; font-weight: 600; }
.ie-warning a { background: linear-gradient(135deg, var(--gold), var(--gold-light)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-left: 5px; }
/* ==========================================================================
   Smooth Scroll & Selection
   ========================================================================== */
::selection { background: var(--gold); color: var(--white); }
::-moz-selection { background: var(--gold); color: var(--white); }
/* ==========================================================================
   End of File
   ========================================================================== */
