/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */

/* ===================================
    Table of Content
====================================== */

/*  - Fonts
    - General
    - Header
    - Side Menu
    - Page Piling
    - Banner
    - Skills
    - Timeline
    - Portfolio
    - Testimonial
    - Contact
    - Footer
    - Loader
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.main-font {
    font-family: 'Oswald', sans-serif;
}

.alt-font {
    font-family: 'Roboto', sans-serif;
}

.mons-font {
    font-family: 'Montserrat', sans-serif;
}

/* ===================================
    General
====================================== */

/* Universal Custom Scrollbar (All Browsers & Devices) */
html,
body,
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) rgba(16, 21, 24, 0.7);
}

/* WebKit (Chrome, Edge, Safari, Opera, iOS, Android) */
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: rgba(16, 21, 24, 0.75);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 6px;
    border: 1px solid rgba(16, 21, 24, 0.5);
    transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.8);
}

::-webkit-scrollbar-thumb:active {
    background: #f3c300;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

/* Custom Scrollbar for Scrollable Sections */
.pp-scrollable {
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) rgba(16, 21, 24, 0.7);
}

.pp-scrollable::-webkit-scrollbar {
    width: 6px;
}

.pp-scrollable::-webkit-scrollbar-track {
    background: rgba(16, 21, 24, 0.7);
}

.pp-scrollable::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.pp-scrollable::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden;
}

/* --- Legibility and Visibility Enhancements for Paragraphs, Lists & Quotes --- */
p,
li,
blockquote {
    font-weight: 400 !important;
    /* Make fonts thicker than body's 300 weight for high screen readability */
}

p,
blockquote {
    color: rgba(255, 255, 255, 0.9) !important;
    /* Brighter, high-contrast off-white instead of dim grey */
}

/* Ensure text-white-50 helper classes on paragraphs and list items are readable */
p.text-white-50,
li.text-white-50,
.text-white-50 li,
.text-white-50 p {
    color: rgba(255, 255, 255, 0.85) !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Roboto', sans-serif, sans-serif;
}

.h1,
h1 {
    font-size: 65px;
}

.h2,
h2 {
    font-size: 41px;
}

.h3,
h3 {
    font-size: 32px;
}

.h4,
h4 {
    font-size: 22px;
}

a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #1fbaed;
}

li {
    list-style: none;
    text-decoration: none;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

section {
    padding: 0;
}

.padding-bottom {
    padding-bottom: 7.5rem;
}

.padding-top {
    padding-top: 7.5rem;
}

::selection {
    background-color: #1fbaed;
    color: #ffffff;
}


/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-1 {
    opacity: .1;
}

.opacity-2 {
    opacity: .2;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 16px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* Yellow button */
.btn.btn-yellow {
    background: transparent;
    border-color: #1fbaed;
    color: #1fbaed
}

.btn.btn-yellow:hover {
    background: #1fbaed !important;
    border-color: #1fbaed;
    color: #202020 !important
}

/* Transparent button */
.btn.btn-trans {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-trans:hover {
    background: #1fbaed !important;
    border-color: #1fbaed;
    color: #ffffff !important
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 16px;
    padding: 10px 48px;
    line-height: 1.8em
}

.btn.btn-large {
    font-size: 16px;
    padding: 14px 30px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

/* Text color */
.text-yellow {
    color: #1fbaed;
}

.text-grey {
    color: #a6a6a6;
}

.text-white {
    color: #ffffff;
}

/* Background color */
.bg-yellow {
    background: #1fbaed;
}

.bg-black {
    background: #000000;
}

.bg-transparent {
    background: transparent;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

/*Social Icon Hover Bg Hover */
.social-icon:hover {
    color: #202020 !important;
    background: #1fbaed !important;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

/* ===================================
        Header
   ====================================== */

/* nav top default */

header a.logo img {
    max-width: 110px;
    width: 95px;
    height: auto;
    aspect-ratio: 130 / 110.25;
    object-fit: contain;
    max-height: none;
    vertical-align: sub;
}

.nav-button {
    margin: 0 1.5rem;
}

.navbar-top-default {
    position: absolute;
    z-index: 99;
    overflow: visible;
    height: 100px;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.other-page .navbar-top-default {
    background-color: #1fbaed;
}

.header-appear .navbar-top-default {
    height: 80px;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #171717;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #megaone {
    margin-right: -30px;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    padding: 0.5rem 2rem;
    font-family: 'Poppins', sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #1fbaed;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #1fbaed;
}

/*nav line*/

.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0;
    content: " ";
    display: block;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after,
.line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #1fbaed;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #171717;
    z-index: 9999;
    height: 100vh;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}

.side-menu img {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 150px;
}

.mega-logo {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    right: 28px;
    top: 20px;
    overflow: visible;
}

.side-menu .side-nav .navbar-nav {
    text-align: center;
    margin-right: 0;
    padding-top: 20px;
}

.side-menu .side-nav .navbar-nav li a {
    font-size: 20px;
}

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

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2f2f2f;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    position: absolute;
    left: 32px;
    top: 34px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1111;
}

.side-menu .btn-close:hover {
    -webkit-animation: .8s rotate;
    animation: .8s rotate;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotates {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    left: 28px;
    top: 30px;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #2b2b2b;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span {
    background: #1fbaed;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.side-menu .inner-wrapper {
    padding: 2rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 20px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
    text-decoration: none;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #1fbaed;
    display: inline-block;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 40px;
    line-height: 38px;
    width: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .side-footer p {
    color: #a6a6a6;
}

.push-slider-up {
    margin-top: 100vh;
}

.navigation-toggle span {
    width: 25px;
    background-color: #ffffff;
    height: 2px;
    display: block;
    margin-top: 3px;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
    -webkit-animation: .8s zoomIn;
    animation: .8s zoomIn;
}

.header-appear .navigation-toggle span {
    background-color: #ffffff;
}

.header-appear .navigation-toggle:hover span {
    background-color: #1fbaed;
}

.sidebar_btn {
    padding-top: 20px;
}

/* ===================================
   Page Piling
====================================== */

#pp-nav li .active span,
.pp-slidesNav .active span {
    background-color: #1fbaed;
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 18px;
    height: 18px;
    box-shadow: inset 0 0 0 7px transparent;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 12px;
    height: 12px;
    margin: 16px 8px 16px 8px;
    position: relative;
}

/* ===================================
   Banner
====================================== */
.slider-area {
    background-image: url("../images/banner.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ===================================
   Aviation HUD Graphics Overlay
====================================== */
.hero-graphics-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

.slider-area .row {
    position: relative;
    z-index: 2;
}

/* --- Radar --- */
.radar-container {
    position: absolute;
    bottom: 8%;
    right: 6%;
    width: 180px;
    height: 180px;
}

.radar-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(31, 186, 237, 0.12);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.radar-ring-1 { width: 60px; height: 60px; }
.radar-ring-2 { width: 120px; height: 120px; }
.radar-ring-3 { width: 180px; height: 180px; border-color: rgba(31, 186, 237, 0.18); }

.radar-sweep {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90px;
    height: 2px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgba(31, 186, 237, 0.6), transparent);
    animation: radarSweep 4s linear infinite;
}

@keyframes radarSweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.radar-dot {
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(243, 195, 0, 0.8);
    box-shadow: 0 0 6px rgba(243, 195, 0, 0.6);
    animation: radarBlink 3s ease-in-out infinite;
}

.radar-dot-1 { top: 25%; left: 60%; animation-delay: 0s; }
.radar-dot-2 { top: 65%; left: 30%; animation-delay: 1s; }
.radar-dot-3 { top: 40%; left: 75%; animation-delay: 2s; }

@keyframes radarBlink {
    0%, 100% { opacity: 0; transform: scale(0.5); }
    50% { opacity: 1; transform: scale(1.2); }
}

/* --- HUD Crosshair --- */
.hud-crosshair {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    opacity: 0.08;
}

.crosshair-h {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(31, 186, 237, 0.8), transparent);
}

.crosshair-v {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, transparent, rgba(31, 186, 237, 0.8), transparent);
}

.crosshair-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(31, 186, 237, 0.6);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* --- Three.js Fighter Canvas --- */
#fighter-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/* --- HUD Grid --- */
.hud-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(31, 186, 237, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(31, 186, 237, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridPulse 6s ease-in-out infinite;
}

@keyframes gridPulse {
    0%, 100% { opacity: 0.4; }
    50% { opacity: 0.8; }
}

/* --- Corner Brackets --- */
.hud-bracket {
    position: absolute;
    width: 40px;
    height: 40px;
    opacity: 0.15;
}

.hud-bracket-tl {
    top: 30px;
    left: 30px;
    border-top: 2px solid #1fbaed;
    border-left: 2px solid #1fbaed;
}

.hud-bracket-tr {
    top: 30px;
    right: 30px;
    border-top: 2px solid #1fbaed;
    border-right: 2px solid #1fbaed;
}

.hud-bracket-bl {
    bottom: 30px;
    left: 30px;
    border-bottom: 2px solid #f3c300;
    border-left: 2px solid #f3c300;
}

.hud-bracket-br {
    bottom: 30px;
    right: 30px;
    border-bottom: 2px solid #f3c300;
    border-right: 2px solid #f3c300;
}

.slider-image {
    position: relative;
    margin: 0 auto -80px auto;
    top: 40px;
}

.slider-image img {
    top: -90px;
    width: 90%;
    left: 40px;
    position: relative;
}

.hero-image-mobile {
    display: none;
}

.tagline-hero-image {
    height: auto;
    max-width: 150px;
    margin: 14px auto 4px;
    object-fit: contain;
}

.slider-text {
    background-color: #ffffff;
    ;
    color: #2b3033;
    font-size: 30px;
    font-weight: normal;
}

.hero-rank-image {
    display: block;
    width: 300px;
    max-width: 100%;
    height: auto;
    margin: 0;
}

.hero-rank-title {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 18px 62px 15px;
    color: #f3c300;
    isolation: isolate;
}

.hero-rank-title::before,
.hero-rank-title::after {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 22px;
    content: "";
    border-top: 2px solid rgba(243, 195, 0, 0.85);
    border-bottom: 1px solid rgba(31, 186, 237, 0.7);
    transform: translateY(-35%) skewY(-18deg);
    filter: drop-shadow(0 0 5px rgba(243, 195, 0, 0.4));
}

.hero-rank-title::before {
    left: 0;
    border-radius: 70% 0 0 20%;
    transform-origin: right center;
}

.hero-rank-title::after {
    right: 0;
    border-radius: 0 70% 20% 0;
    transform: translateY(-35%) skewY(18deg);
    transform-origin: left center;
}

.hero-rank-kicker {
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
    color: #1fbaed;
    font-family: "Montserrat", sans-serif;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.34em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(31, 186, 237, 0.7);
}

.hero-rank-text {
    position: relative;
    z-index: 1;
    display: block;
    color: #f8f5e8;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.15;
    text-align: center;
    text-shadow:
        1px 1px 0 #9b7800,
        2px 2px 0 #665000,
        0 0 14px rgba(243, 195, 0, 0.45);
}

.hero-rank-text span {
    color: #f3c300;
    font-size: 0.72em;
    font-weight: 600;
    letter-spacing: 0.12em;
}

.hero-rank-wings {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 132px;
    height: 42px;
    border-top: 1px solid rgba(31, 186, 237, 0.4);
    border-bottom: 1px solid rgba(31, 186, 237, 0.18);
    transform: translate(-50%, -30%) perspective(100px) rotateX(55deg);
    opacity: 0.7;
}

.hero-rank-wings::before,
.hero-rank-wings::after {
    position: absolute;
    top: 5px;
    width: 62px;
    height: 26px;
    content: "";
    border-top: 1px solid rgba(243, 195, 0, 0.8);
    border-bottom: 1px solid rgba(243, 195, 0, 0.35);
}

.hero-rank-wings::before {
    right: 50%;
    transform: skewY(20deg);
    transform-origin: right center;
}

.hero-rank-wings::after {
    left: 50%;
    transform: skewY(-20deg);
    transform-origin: left center;
}

.slider-content h1 {
    margin-bottom: 0;
}

.slider-area .row > [class*="col-"] {
    min-width: 0;
}

.slider-area {
    align-items: center;
    display: flex;
    position: relative;
}

@media (max-width: 575.98px) {
    .hero-rank-title {
        margin-bottom: 10px;
        padding: 14px 34px 12px;
    }

    .hero-rank-title::before,
    .hero-rank-title::after {
        width: 28px;
    }

    .hero-rank-kicker {
        font-size: 0.48rem;
        letter-spacing: 0.22em;
    }

    .hero-rank-text {
        font-size: 1.05rem;
        letter-spacing: 0.04em;
    }
}

.slider-area .slider-content {
    margin-top: 40px;
}

.slider-area .slider-content .heading {
    color: #ffffff;
    font-size: 52px;
    font-weight: 700;
}

.slider-area .slider-content .text {
    color: #ffffff;
    margin-top: 30px;
}

.content-para {
    padding-right: 220px;
    line-height: 30px;
}

.slider-copyright {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 1111;
}

.slider-footer {
    position: absolute;
    bottom: 5px;
    right: 15px;
    z-index: 1111;
}

.circle-one {
    position: absolute;
    top: 28%;
    left: 47%;
}

.circle-two {
    top: 14%;
    left: 68%;
    position: absolute;
}

.circle-three {
    top: 38%;
    left: 84%;
    position: absolute;
}

.circle-four {
    top: 80%;
    left: 70%;
    position: absolute;
}

.circle-five {
    top: 86%;
    left: 55%;
    position: absolute;
}

.animated-circle {
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
    cursor: pointer;
    position: absolute;
}

.animated-circle:after {
    content: "";
    height: 25px;
    width: 25px;
    background-color: #1fbaed;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 10px;
    -webkit-box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
    box-shadow: 0 0 0 0 rgba(217, 190, 38, 0.4);
    -webkit-animation: ripple 2s infinite;
    animation: ripple 2s infinite;
}

.fixed {
    position: fixed;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 20px rgba(0, 159, 153, 0);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
        box-shadow: 0 0 0 0 rgba(0, 159, 153, 0);
    }
}

/* ===================================
   SKILLS
====================================== */

.skills {
    background-image: url("../images/skills-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.skill {
    text-transform: uppercase;
    font-weight: normal;
}

.skill-box p {
    font-size: 16px;
}

.progress {
    height: 1rem;
    margin-top: 0.5rem;
}

.custom-progress {
    margin-bottom: 2rem;
}

.bg-change .progress {
    background: #7d7d7d;
}

.numscroller {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* ===================================
   TIMELINE
====================================== */

.timeline-bg {
    background-image: url("../images/timeline.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.sub-content {
    padding-top: 3.5rem;
}

.main-content h2 {
    font-size: 30px;
    font-weight: normal;
}

.sub-content h5 {
    font-size: 18px;
    font-weight: normal;
}

.sub-content p {
    font-size: 14px;
    font-weight: normal;
}

.cd-horizontal-timeline ol,
.cd-horizontal-timeline ul {
    list-style: none;
}

.cd-timeline-navigation a:hover {
    border-color: #1fbaed;
}

.cd-horizontal-timeline a,
.cd-horizontal-timeline a:hover,
.cd-horizontal-timeline a:focus {
    color: #ffffff;
}

.cd-horizontal-timeline blockquote,
.cd-horizontal-timeline q {
    quotes: none;
}

.cd-horizontal-timeline blockquote:before,
.cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before,
.cd-horizontal-timeline q:after {
    content: '';
    content: none;
}

.cd-horizontal-timeline table {
    border-collapse: collapse;
    border-spacing: 0;
}

.cd-horizontal-timeline {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'mobile';
    display: none;
}

.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */
    opacity: 1;
}

.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 100%;
    margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
    left: 0;

}

.cd-horizontal-timeline .events-wrapper::after {
    right: 0;

}

.cd-horizontal-timeline .events {
    /* this is the white line/timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50px;
    height: 2px;
    /* width will be set using JavaScript */
    background: #3c4142;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
    /* this is used to create the yellow line filling the timeline */
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #1fbaed;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 15px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */
    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -5px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #f8f8f8;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #313740;
    border-color: #313740;
}

.cd-horizontal-timeline .events a.selected {
    pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
    background-color: #1fbaed;
    border-color: #1fbaed;
}

.cd-horizontal-timeline .events a.older-event::after {
    border-color: #1fbaed;
    background-color: #1fbaed;
}

@media only screen and (min-width: 1100px) {
    .cd-horizontal-timeline::before {
        /* never visible - this is used in jQuery to check the current MQ */
        content: 'desktop';
    }
}

.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #3c4142;
    /* replace text with an icon */
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url("../images/cd-arrow.svg") no-repeat 0 0;
}

.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
    right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
    border-color: #1fbaed;
}

.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    height: auto;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */
    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
    margin: 0 auto;
}

.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}

@media only screen and (min-width: 768px) {

    .cd-horizontal-timeline .events-content em {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .cd-horizontal-timeline.loaded {
        margin: 0;
    }

    .cd-horizontal-timeline .timeline {
        width: 100%;
    }

    .cd-horizontal-timeline ol,
    .cd-horizontal-timeline ul {
        padding: 0;
        margin: 0;
    }

    .cd-horizontal-timeline .events-content h4 {
        font-size: 16px;
    }

    .cd-horizontal-timeline .events-content {
        margin: 0;
    }
}

@-webkit-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-right {
    0% {
        opacity: 0;
        -moz-transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

@-webkit-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
}

@-moz-keyframes cd-enter-left {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0%);
    }
}

@keyframes cd-enter-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.timeline:before {
    content: " ";
    display: none;
    bottom: 0;
    left: 0;
    width: 0;
    margin-left: -1.5px;
    background-color: #eeeeee;
}

/* ===================================
   PORTFOLIO
====================================== */

/* .portfolio-bg{
    background-image: url("../images/portfolio-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
} */

.team-classic .item {
    text-align: left;
}

.team-data-img {
    overflow: inherit;
}

.portfolio-content {
    padding: 20px 0;
    background: transparent;
}

.portfolio-content h5 {
    font-size: 18px;
    font-weight: normal;
}

.portfolio-content p {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.single-work {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease 0s;
}

.single-work img {
    width: 100%;
    height: auto;
}

.single-work .title {
    width: 80%;
    font-weight: normal;
    color: #ffffff;
    margin: 0 0 15px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Roboto', sans-serif;
}

.single-work .overlay-text {
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: #fff;
    background-color: transparent;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.cases-image-inner {
    position: relative;
    padding: 0 15px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1111;
}

.cases-line {
    position: absolute;
    background: #ffffff;
}

.top {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 2px;
}

.top-right {
    top: 15px;
    right: 15px;
    height: 100px;
    width: 2px;
}

.bottom {
    top: unset;
    bottom: 15px;
    left: 15px;
    width: 100px;
    height: 2px;
}

.bottom-left {
    top: unset;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 2px;
}

.single-work .overlay-text:before,
.single-work .overlay-text:after {
    opacity: 0.6;
    position: absolute;
    top: 0;
    content: "";
    width: 0;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 0.45s ease-in-out 0s;
    transition: all 0.45s ease-in-out 0s;
    z-index: -1;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.single-work .overlay-text:before {
    right: 0;
}

.single-work .overlay-text:after {
    left: 0;
}

.item:hover .overlay-text {
    opacity: 1;
}

.item:hover .overlay-text:before,
.item:hover .overlay-text:after {
    width: 100%;
    transform: skewX(0);
    -webkit-transform: skewX(0);
    -moz-transform: skewX(0);
    -ms-transform: skewX(0);
    -o-transform: skewX(0);
    z-index: 1;
}

.item .img-responsive {
    max-width: 100%;
    transition: all .5s ease 0.2s;
}

.item:hover .img-responsive {
    transform: scale(1.2);
    transition: all .5s ease 0.2s;
}

.circle {
    position: relative;
    z-index: 1111;
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.circle i {
    transition: 0.5s ease;
}

.circle:hover,
.circle:hover i {
    color: #1fbaed;
    border-color: #1fbaed;
}

#team-circle-right {
    top: 25%;
    right: -10%;
    transition: .5s ease;
    position: absolute;
}

#team-circle-left {
    top: 25%;
    left: -10%;
    transition: .5s ease;
    position: absolute;
}

/* ===================================
   Testimonial
====================================== */

.testimonial-bg {
    background-image: url("../images/testimonial-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-img img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-owl .owl-item img {
    width: 100px;
    margin: 0 auto;
}

.icon-quotes {
    color: #1fbaed;
    font-size: 24px;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    cursor: pointer;
    line-height: 1.3;
    margin: 0 auto;
}

.paragraph {
    font-weight: normal;
    line-height: 1.920;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.testimonial-owl .owl-dots {
    margin-top: 40px !important;
    text-align: center;
}

.testimonial-owl .owl-nav button.owl-next,
.testimonial-owl .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    height: 8px;
    width: 8px;
    background: #ffffff;
    margin: 10px 5px;
    border-radius: 10px;
    transition: 0.5s ease;
}

.testimonial-owl button.owl-dot.active {
    background-color: #1fbaed !important;
}

/* ===================================
   Contact
====================================== */

.contact-bg {
    background-image: url("../images/contact-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #464646;
    padding: 22px 0;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 32px;
    color: #ffffff;
    position: relative;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

::placeholder {
    font-size: 18px;
}

.contact-form .form-control:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border-color: #ffffff;
}

.contact-form textarea {
    min-height: 180px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-btn .btn {
    font-size: 18px;
    padding: 10px 18px;
    line-height: 1.8em;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

#contact .contact-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

#contact .contact-btn .btn {
    flex: 1 1 180px;
    margin: 0 !important;
    min-width: 0;
    white-space: nowrap;
    text-align: center;
}

/* ===================================
   Loader
====================================== */

.loader-bg {
    position: fixed;
    z-index: 99999;
    background-color: #171717;
    width: 100%;
    height: 100%;
}

#container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#container {
    width: 200px;
    height: 200px;
}

@keyframes animation {
    0% {
        stroke-dasharray: 1, 98;
        stroke-dashoffset: -105;
    }

    50% {
        stroke-dasharray: 80, 10;
        stroke-dashoffset: -160;
    }

    100% {
        stroke-dasharray: 1, 98;
        stroke-dashoffset: -300;
    }
}

#spinner {
    transform-origin: center;
    animation-name: animation;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(1.0, 0.4, 0.4, 1.0);
    animation-iteration-count: infinite;
}

/* ===================================
   Media Queries
====================================== */

@media (min-width: 1800px) {

    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 30px 0;
    }
}

@media (max-width: 1366px) and (min-width: 1281px) {

    /* Slider */
    .content-para {
        padding-right: 120px;
    }

    .circle-one {
        top: 24%;
        left: 48%;
    }

    .circle-two {
        top: 12%;
        left: 70%;
    }

    .circle-three {
        top: 30%;
        left: 88%;
    }

    .circle-four {
        top: 86%;
        left: 76%;
    }

    .circle-five {
        top: 90%;
        left: 55%;
    }

    /* Skills */
    .skill-box {
        padding-top: 0 !important;
    }

    /* Timeline */
    .timeline-bg .heading-row {
        padding-bottom: 0 !important;
    }

    .cd-horizontal-timeline .events-content {
        margin: 0;
    }

    /* Portfolio */
    #team-circle-left {
        left: -5%;
    }

    #team-circle-right {
        right: -5%;
    }

    /* Testimonial */
    .testimonial-bg .heading-row {
        padding-bottom: 0 !important;
    }

    .paragraph {
        font-size: 16px;
    }

    .testimonial-owl .owl-dots {
        margin-top: 0 !important;
    }
}

@media (max-width: 1280px) and (min-width: 1210px) {

    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 14px 0;
    }

    .side-menu .side-nav .navbar-nav,
    .sidebar_btn {
        padding-top: 0;
    }

    /* Slider */
    .content-para {
        padding-right: 120px;
    }

    .circle-one {
        top: 24%;
        left: 48%;
    }

    .circle-two {
        top: 12%;
        left: 70%;
    }

    .circle-three {
        top: 30%;
        left: 88%;
    }

    .circle-four {
        top: 82%;
        left: 80%;
    }

    .circle-five {
        top: 90%;
        left: 55%;
    }

    /* Skills */
    .skill-box {
        padding-top: 0 !important;
    }

    /* Timeline */
    .timeline-bg .heading-row {
        padding-bottom: 0 !important;
    }

    .sub-content {
        padding-top: 1rem;
    }

    .cd-horizontal-timeline .events-content {
        margin: .3em 0;
    }

    /* Portfolio */
    .portfolio-content {
        padding: 0;
    }

    .portfolio-bg .heading-row {
        padding-bottom: 10px !important;
    }

    /* Testimonial */
    .testimonial-owl .owl-dots {
        margin-top: 0 !important;
    }

    .testimonial-bg .heading-row {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .paragraph {
        font-size: 14px;
    }

    .testimonial-img,
    .icon-quotes {
        margin: .5rem 0 !important;
    }

    .testimonial-tittle {
        margin: 0 !important;
    }

    .testimonial-tittle h4 {
        font-size: 18px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {

    .h1,
    h1 {
        font-size: 60px;
    }

    section {
        padding: 7.5rem 0;
    }

    html {
        scroll-behavior: smooth;
    }

    .skills,
    .timeline-bg,
    .portfolio-bg,
    .testimonial-bg,
    .contact-bg {
        height: auto;
    }

    /* Side Nav */
    .side-nav .navbar-nav .nav-link {
        display: inline-table;
        color: #ffffff;
        padding: 40px 0 3px 0 !important;
    }

    .sidebar_btn {
        padding-top: 40px;
    }

    /* Slider */
    .content-para {
        padding-right: 50px;
    }

    .circle-one {
        top: 30%;
        left: 44%;
    }

    .circle-two {
        top: 20%;
        left: 68%;
    }

    .circle-three {
        top: 34%;
        left: 86%;
    }

    .circle-four {
        top: 71%;
        left: 82%;
    }

    .circle-five {
        top: 76%;
        left: 54%;
    }

    /* Skills */
    .bars-section {
        padding-right: 20px !important;
    }

    /* Portfolio */
    #team-circle-right {
        right: -3%;
    }

    #team-circle-left {
        left: -3%;
    }

}

@media screen and (max-width: 991px) and (min-width: 768px) {

    .h1,
    h1 {
        font-size: 58px;
    }

    .h3,
    h3 {
        font-size: 32px;
    }

    section {
        padding: 7.5rem 0;
    }

    html {
        scroll-behavior: smooth;
    }

    .slider-area,
    .skills,
    .timeline-bg,
    .portfolio-bg,
    .testimonial-bg,
    .contact-bg {
        height: auto;
    }

    /* Side Nav */
    .side-menu .side-nav .navbar-nav li a {
        font-size: 22px;
    }

    .mega-logo {
        top: 20px;
    }

    .sidebar_btn .btn {
        font-size: 12px;
    }

    /* Slider */
    .animated-circle {
        display: none;
    }

    .image-order {
        order: 2;
    }

    .fixed {
        position: absolute;
    }

    .content-para {
        padding: 0 60px;
    }

    .slider-image {
        margin: 0 auto -95px auto;
    }

    /* Skills */
    .skill-box p {
        font-size: 13px;
    }

    /* Portfolio */
    .sub-content p {
        font-size: 13px;
    }

    .circle {
        display: none;
    }

    /* Contact */
    .contact-btn .btn {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {

    body {
        text-align: center;
        overflow-y: hidden !important;
    }

    html {
        scroll-behavior: smooth;
    }

    section {
        padding: 6rem 0;
    }

    .h1,
    h1 {
        font-size: 36px;
    }

    .h2,
    h2 {
        font-size: 36px;
    }

    .h3,
    h3 {
        font-size: 24px;
    }

    p {
        font-size: 14px;
        line-height: 20px;
    }

    .skills,
    .timeline-bg,
    .portfolio-bg,
    .testimonial-bg,
    .contact-bg {
        height: auto;
    }

    /* Nav */
    header a.logo img {
        max-width: 60px;
    }

    .navbar-top-default {
        height: 70px;
    }

    /* Side Nav */
    .side-menu .mega-title {
        display: none;
    }

    .side-nav .navbar-nav .nav-item {
        margin: 18px 0;
    }

    .side-footer p {
        font-size: 14px;
    }

    .side-menu .side-nav .navbar-nav li a {
        font-size: 18px;
    }

    .sidemenu_btn {
        right: 8px;
        top: 25px;
    }

    .side-menu .mega-title h2 {
        font-size: 54px;
    }

    .side-menu .mega-title {
        animation: none;
        left: 50%;
    }

    .sidebar_btn .btn {
        font-size: 10px;
    }

    /* Slider */
    .slider-area .slider-content {
        margin-top: 30px;
    }

    .content-para {
        padding: 0 10px;
        font-size: 12px;
        line-height: 22px;
    }

    .image-order {
        order: 2;
    }

    .animated-circle {
        display: none;
    }

    .slider-copyright {
        font-size: 12px;
        bottom: 10px;
    }

    .slider-footer .social-icons-simple {
        display: none;
    }

    .fixed {
        position: absolute;
    }

    /* Skills */
    .skill-box p {
        font-size: 14px;
    }

    .progress-bar-side {
        padding-top: 4rem;
    }

    /* Timeline */
    .main-content h2 {
        font-size: 24px;
        font-weight: normal;
    }

    /* Portfolio */
    .portfolio-content {
        text-align: center;
    }

    .circle {
        display: none;
    }

    /* Testimonials */
    .paragraph {
        font-size: 14px;
    }

    /* Contact */
    .contact-form .form-control {
        font-size: 14px;
    }
}

@media (max-width: 575.98px) {

    .h1,
    h1 {
        font-size: 30px;
    }

    /* Side Nav */
    .side-nav .navbar-nav .nav-item {
        margin: 12px 0;
    }

    .side-menu .mega-title h2 {
        font-size: 48px;
    }

    .side-footer p {
        font-size: 10px;
        line-height: 1rem;
    }
}

@media (max-width: 320px) {
    .side-menu .inner-wrapper {
        padding: 2rem 3rem;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .slider-image img {
        top: -35px;
    }
}

.span_text {
    color: white;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
}

.icons_about {
    width: 100px;
    height: 100px;
}

.scrollable-container {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 15px;
    position: relative;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) rgba(0, 0, 0, 0.25);
}

.scrollable-container::-webkit-scrollbar {
    width: 6px;
}

.scrollable-container::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.scrollable-container::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

.text-justify {
    text-align: justify;
    word-break: break-word;
}

.portfolio-bg {
    background-image: url("../images/portfolio-bg.jpg");
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}


.custom-carousel-btn {
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-carousel-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-control-prev {
    left: -60px;
    /* Adjust left positioning */
}

.carousel-control-next {
    right: -60px;
    /* Adjust right positioning */
}

.carousel-text {
    max-width: 1200px;
    height: 300px;
    /* Set a fixed height */
    margin: auto;
    background: #121413;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    overflow-y: auto;
    /* Enable vertical scrolling */
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) #171c1f;
}

/* For Webkit browsers like Chrome & Safari */
.carousel-text::-webkit-scrollbar {
    width: 6px;
}

.carousel-text::-webkit-scrollbar-track {
    background: #171c1f;
    border-radius: 4px;
}

.carousel-text::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.carousel-text::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

.awards-bg {
    background-color: #f7f7f7;
    padding: 60px 0;
}

.award-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

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

.award-icon {
    font-size: 2rem;
    margin-right: 20px;
}

.award-details {
    flex: 1;
}

.award-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.award-description {
    font-size: 1rem;
    color: #777;
}

.flag-icon {
    width: 40px;
    height: auto;
    border-radius: 5px;
}

.language-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

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

.language-icon {
    margin-right: 20px;
}

.language-details {
    flex: 1;
}

.language-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.language-description {
    font-size: 1rem;
    color: #777;
}

.glossy-silver {
    background: linear-gradient(90deg, #b8b8b8, #ffffff, #b8b8b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    display: inline-block;
}

@media (max-width: 768px) {
    .carousel-control-prev {
        left: 10px !important;
        /* Bring it into view */
    }

    .carousel-control-next {
        right: 10px !important;
        /* Bring it into view */
    }

    .custom-carousel-btn {
        width: 40px;
        /* Slightly smaller for mobile */
        height: 40px;
    }
}

.awards-list {
    max-height: 400px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) rgba(0, 0, 0, 0.25);
}

/* WebKit Browsers (Chrome, Safari) */
.awards-list::-webkit-scrollbar {
    width: 6px;
}

.awards-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

.awards-list::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.awards-list::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

.award-title {
    font-size: 1rem;
}

.award-description {
    font-size: 0.875rem;
}


/* --- Antigravity Enhanced Styles --- */

/* Tabs Overrides */
.custom-tabs {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

.custom-tabs .nav-item {
    margin-bottom: -2px;
}

.custom-tabs .nav-link {
    color: rgba(255, 255, 255, 0.6);
    background: transparent !important;
    border: none !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 12px 25px;
    position: relative;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link:hover {
    color: #1fbaed;
}

.custom-tabs .nav-link.active {
    color: #f3c300 !important;
}

.custom-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f3c300, #1fbaed);
    border-radius: 3px;
}

.custom-tab-content {
    background: rgba(18, 20, 19, 0.7);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    margin-top: 15px;
}

.appointments-intro {
    max-width: 760px;
    margin-bottom: 8px;
}

.appointments-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #1fbaed;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.appointments-table-wrap {
    overflow-x: auto;
    border: 1px solid rgba(243, 195, 0, 0.2);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.16);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.45) rgba(0, 0, 0, 0.2);
}

.appointments-table-wrap::-webkit-scrollbar {
    height: 6px;
}

.appointments-table-wrap::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

.appointments-table-wrap::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.appointments-table-wrap::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

.appointments-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    color: rgba(255, 255, 255, 0.92);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.94rem;
}

.appointments-table th {
    padding: 15px 16px;
    color: #f3c300;
    background: rgba(243, 195, 0, 0.1);
    border-bottom: 1px solid rgba(243, 195, 0, 0.3);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
}

.appointments-table td {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    line-height: 1.6;
    vertical-align: top;
}

.appointments-table tbody tr:last-child td {
    border-bottom: 0;
}

.appointments-table tbody tr {
    transition: background-color 0.2s ease;
}

.appointments-table tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.035);
}

.appointments-table tbody tr:hover {
    background: rgba(31, 186, 237, 0.07);
}

.appointments-table td:first-child {
    min-width: 250px;
    color: #fff;
    font-weight: 600;
}

.appointments-table td:nth-child(2) {
    min-width: 300px;
    color: rgba(255, 255, 255, 0.9);
}

.appointments-table td:last-child {
    min-width: 140px;
    color: #ffe37a;
    font-weight: 700;
    white-space: nowrap;
}

.appointments-table small {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.72rem;
    font-style: italic;
    font-weight: 400;
    white-space: normal;
}

/* --- Appointments Tables with Serial Column --- */
.appointments-table.table-with-ser th.col-ser,
.appointments-table.table-with-ser td.col-ser {
    width: 65px;
    min-width: 65px;
    max-width: 75px;
    text-align: center;
    color: #f3c300;
    font-weight: 700;
}

.appointments-table.table-with-ser td:nth-child(2) {
    min-width: 230px;
    color: #fff;
    font-weight: 600;
}

.appointments-table.table-with-ser td:nth-child(3) {
    min-width: 300px;
    color: rgba(255, 255, 255, 0.9);
}

.appointments-table.table-with-ser td:last-child {
    min-width: 140px;
    color: #ffe37a;
    font-weight: 700;
    white-space: nowrap;
}

/* Category Subheader in Appointments Table */
.appointments-table tr.category-header-row td {
    background: rgba(243, 195, 0, 0.12);
    color: #f3c300;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 12px 18px;
    border-top: 1px solid rgba(243, 195, 0, 0.25);
    border-bottom: 1px solid rgba(243, 195, 0, 0.25);
}

.appointments-table tr.category-header-row:hover {
    background: rgba(243, 195, 0, 0.18);
}

/* --- Key Appointments Section --- */
.key-appointments-section {
    background: linear-gradient(135deg, #101518 0%, #17242b 52%, #101518 100%);
    overscroll-behavior: contain;
}

/* --- Training & Courses --- */
.training-courses-bg {
    background: linear-gradient(135deg, #101518 0%, #17262d 52%, #101518 100%);
    overscroll-behavior: contain;
}

.training-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #1fbaed;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.training-summary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.training-count {
    color: #f3c300;
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 0 18px rgba(243, 195, 0, 0.25);
}

.training-count-label {
    color: rgba(255, 255, 255, 0.62);
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.training-course-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-height: 62vh;
    overflow-y: auto;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    padding: 8px 8px 12px 0;
    scrollbar-width: thin;
    scrollbar-color: rgba(31, 186, 237, 0.55) rgba(255, 255, 255, 0.03);
}

.training-course-grid::-webkit-scrollbar {
    width: 6px;
}

.training-course-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
}

.training-course-grid::-webkit-scrollbar-thumb {
    background: rgba(31, 186, 237, 0.55);
    border-radius: 4px;
}

.training-course-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 210px;
    padding: 22px 18px 16px;
    overflow: hidden;
    border: 1px solid rgba(127, 221, 255, 0.28);
    border-radius: 8px;
    background: linear-gradient(145deg, rgba(25, 45, 54, 0.98), rgba(12, 23, 29, 0.98));
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.07);
    transition: border-color 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.training-course-card::after {
    position: absolute;
    right: -28px;
    bottom: -34px;
    width: 110px;
    height: 110px;
    content: "";
    border: 1px solid rgba(127, 221, 255, 0.2);
    border-radius: 50%;
}

.training-course-card:hover {
    background: linear-gradient(145deg, rgba(30, 61, 73, 0.99), rgba(14, 31, 39, 0.99));
    border-color: rgba(127, 221, 255, 0.75);
    transform: translateY(-3px);
}

.training-course-card.featured-course {
    border-color: rgba(243, 195, 0, 0.65);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35), inset 0 2px 0 rgba(243, 195, 0, 0.45);
}

.course-number {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #7fddff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
}

.training-course-card h4 {
    position: relative;
    z-index: 1;
    max-width: 100%;
    min-height: 42px;
    margin: 0 0 10px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35;
}

.course-institute {
    position: relative;
    z-index: 1;
    flex: 1;
    min-height: 42px;
    margin: 0 0 16px;
    color: #e1edf1;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.82rem;
    line-height: 1.45;
}

.course-meta {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    padding-top: 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #1fbaed;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.73rem;
    line-height: 1.4;
}

.course-meta span,
.course-meta strong {
    color: #ffe37a;
    font-weight: 700;
}

.course-meta span {
    color: #7fddff;
}

.course-meta span::before,
.course-meta strong::before {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.course-meta span::before {
    content: "Period";
}

.course-meta strong::before {
    content: "Result";
}

.course-meta strong {
    max-width: 48%;
    text-align: right;
}

@media (max-width: 1599.98px) {
    .training-course-grid {
        max-height: none;
        overflow: visible;
    }
}

@media (max-width: 991.98px) {
    .training-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .training-summary {
        align-items: flex-start;
        margin-top: 12px;
    }
}

@media (max-width: 575.98px) {
    .training-course-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding-right: 0;
    }

    .training-course-card {
        min-height: 0;
    }

    .training-course-card h4,
    .course-institute {
        min-height: 0;
    }

    .course-meta {
        display: block;
    }

    .course-meta span,
    .course-meta strong {
        display: block;
        margin-top: 5px;
        text-align: left;
    }

    .course-meta strong {
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .appointments-table-wrap {
        overflow: visible;
        border: 0;
        background: transparent;
    }

    .appointments-table {
        display: block;
        min-width: 0;
        font-size: 0.88rem;
    }

    .appointments-table thead {
        display: none;
    }

    .appointments-table tbody,
    .appointments-table tr,
    .appointments-table td {
        display: block;
        width: 100%;
    }

    .appointments-table tr {
        margin-bottom: 12px;
        padding: 8px 0;
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-left: 3px solid rgba(243, 195, 0, 0.7);
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.035);
    }

    .appointments-table tbody tr:nth-child(even),
    .appointments-table tbody tr:hover {
        background: rgba(255, 255, 255, 0.055);
    }

    .appointments-table td,
    .appointments-table td:first-child,
    .appointments-table td:nth-child(2),
    .appointments-table td:last-child {
        min-width: 0;
        padding: 9px 12px 9px 42%;
        border-bottom: 0;
        position: relative;
        white-space: normal;
    }

    .appointments-table td::before {
        position: absolute;
        top: 9px;
        left: 12px;
        width: 35%;
        color: #1fbaed;
        content: "";
        font-size: 0.67rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
    }

    .appointments-table td:nth-child(1)::before {
        content: "Appointment";
    }

    .appointments-table td:nth-child(2)::before {
        content: "Organization";
    }

    .appointments-table td:nth-child(3)::before {
        content: "Duration";
    }

    .appointments-table td:last-child {
        color: #ffe37a;
    }

    .appointments-table tr.category-header-row td {
        padding: 10px 14px;
        text-align: left;
        background: rgba(243, 195, 0, 0.15);
        color: #f3c300;
    }

    .appointments-table tr.category-header-row td::before {
        display: none !important;
    }
}

.vision-badge {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 20px;
}

.leadership-section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

.leadership-section br {
    display: none !important;
}

/* Key Achievements Grid */
.achievements-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
    padding: 10px 0;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 8px;
    scrollbar-width: thin;
    scrollbar-color: rgba(243, 195, 0, 0.4) rgba(255, 255, 255, 0.02);
}

/* Achievements Grid Webkit Scrollbar */
.achievements-grid::-webkit-scrollbar {
    width: 6px;
}

.achievements-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}

.achievements-grid::-webkit-scrollbar-thumb {
    background: rgba(243, 195, 0, 0.4);
    border-radius: 4px;
}

.achievements-grid::-webkit-scrollbar-thumb:hover {
    background: rgba(243, 195, 0, 0.75);
}

.achievement-card {
    background: rgba(20, 22, 21, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.achievement-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #1fbaed;
    transition: all 0.3s ease;
}

.achievement-card.highlight-card::before {
    background: #f3c300;
}

.achievement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(20, 22, 21, 0.85);
}

.achievement-card:hover::before {
    width: 8px;
}

.achievement-card .card-icon {
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #1fbaed;
}

.achievement-card.highlight-card .card-icon {
    color: #f3c300;
}

.achievement-card h4 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.25rem;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.achievement-card p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    text-align: justify;
}

/* Future Vision Quote Card */
.future-vision-wrapper {
    margin-top: 30px;
    padding: 0;
}

.future-vision-card {
    background: linear-gradient(135deg, rgba(31, 186, 237, 0.08) 0%, rgba(243, 195, 0, 0.05) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 30px 40px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.future-vision-card .quote-icon {
    font-size: 2.5rem;
    color: rgba(243, 195, 0, 0.2);
    position: absolute;
    top: 15px;
    left: 20px;
}

.future-vision-card blockquote {
    border: none;
    padding: 0;
    margin: 0;
    font-style: italic;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.future-vision-card .author-sig {
    text-align: right;
    font-family: 'Oswald', sans-serif;
    color: #f3c300;
    font-size: 0.95rem;
    margin-top: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Language Skills Grid */
.languages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
    padding-top: 15px;
}

.language-card {
    background: rgba(18, 20, 19, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.language-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    background: rgba(18, 20, 19, 0.85);
}

.language-card .flag-icon {
    width: 48px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    margin-right: 18px;
}

.language-card h5 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 1.15rem;
    margin: 0 0 4px 0;
    color: #fff;
}

.language-card p {
    font-size: 0.88rem;
    color: #1fbaed;
    margin: 0;
}

@media (max-width: 768px) {
    .custom-tab-content {
        padding: 20px;
    }

    .custom-tabs .nav-link {
        font-size: 0.95rem;
        padding: 8px 15px;
    }

    .future-vision-card {
        padding: 20px;
    }

    .future-vision-card blockquote {
        font-size: 0.95rem;
    }
}

/* ==========================================================================
   COMPREHENSIVE RESPONSIVE DESIGN & BREAKPOINT OVERRIDES
   (Supports Mobile, Foldable, Tablet, iPad, Small Laptops & Desktops)
   ========================================================================== */

/* --- Base Box-Sizing & Overflow Safety --- */
html, body {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden !important;
}

img {
    max-width: 100%;
    height: auto;
}

/* --- Touch Input Optimization (Prevents iOS Zoom Bug on Input Focus) --- */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select,
.form-control {
    font-size: 16px !important;
}

/* --- PagePiling & Section Overrides for Viewports < 1600px --- */
@media (max-width: 1599.98px) {
    html, body {
        overflow-y: auto !important;
        height: auto !important;
        position: relative !important;
    }

    #pagepiling {
        height: auto !important;
        position: relative !important;
        overflow: visible !important;
    }

    .section,
    .pp-section,
    .portfolio-bg,
    .contact-bg,
    .testimonial-bg,
    .skills,
    .slide1, .slide2, .slide3, .slide4, .slide5, .slide6, .slide7, .slide8, .slide9 {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: auto !important;
        min-height: auto !important;
        width: 100% !important;
        display: block !important;
        overflow: visible !important;
        padding-top: 90px !important;
        padding-bottom: 60px !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .slide1#home {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .pp-scrollable {
        height: auto !important;
        overflow: visible !important;
        overflow-y: visible !important;
        padding-top: 90px !important;
        padding-bottom: 60px !important;
    }

    #pp-nav {
        display: none !important;
    }

    /* Remove nested scrollbars on mobile/tablet so the page scrolls naturally */
    .achievements-grid,
    .awards-list,
    .scrollable-container,
    .carousel-text {
        max-height: none !important;
        overflow: visible !important;
        overflow-y: visible !important;
        padding-right: 0 !important;
    }

    /* Footer positioning in flow on mobile/tablet */
    .slider-bottom {
        position: relative !important;
        bottom: auto !important;
        left: auto !important;
        width: 100% !important;
        padding: 30px 0 !important;
        background: #121413 !important;
        text-align: center !important;
        z-index: 10 !important;
    }

    .slider-footer {
        float: none !important;
        margin: 0 auto !important;
        display: inline-block !important;
    }
}

/* --- Hero / Home Section (#home) --- */
@media (max-width: 991.98px) {
    #home {
        padding-top: 100px !important;
        padding-bottom: 50px !important;
    }

    .radar-container {
        display: none;
    }

    .hud-crosshair {
        display: none;
    }

    .hud-bracket {
        display: none;
    }

    .slider-area {
        padding: 0 15px;
    }

    .slider-area .row {
        padding-top: 60px;
    }

    .slider-image {
        margin: 0 auto 25px auto;
        text-align: center;
        top: 0;
    }

    .slider-image img {
        max-width: 80% !important;
        max-height: 360px !important;
        object-fit: contain;
        top: 0;
        left: 0;
        width: auto;
    }

    .slider-content {
        text-align: center !important;
    }

    .hero-rank-image {
        width: 230px;
        max-width: 100%;
        margin: 0 auto;
    }

    .slider-content h1 {
        font-size: clamp(1.75rem, 5vw, 2.75rem) !important;
        line-height: 1.2 !important;
    }

    .slider-content h4 {
        font-size: clamp(1rem, 3vw, 1.35rem) !important;
        margin-top: 10px;
    }

    .slider-subtext {
        font-size: clamp(0.85rem, 2.2vw, 1rem) !important;
        line-height: 1.5 !important;
        letter-spacing: 0.5px !important;
    }
}

@media (max-width: 575.98px) {
    #home {
        padding-top: 85px !important;
        padding-bottom: 40px !important;
    }

    .image-order {
        display: none !important;
    }

    .tagline-hero-image {
        display: block !important;
        width: 150px !important;
        max-width: 150px !important;
        max-height: 170px !important;
        margin: 12px auto 2px;
    }

    .hero-image-desktop {
        display: block !important;
    }

    .slider-content h1 {
        font-size: 1.6rem !important;
    }

    .hero-rank-image {
        width: 190px;
        max-width: 100%;
    }

    .slider-text {
        padding: 0 !important;
    }
}

@media (max-width: 993.98px) {
    .image-order {
        display: none !important;
    }

    .tagline-hero-image {
        display: block !important;
        width: 150px !important;
        max-width: 150px !important;
        max-height: 170px !important;
        margin: 12px auto 2px;
    }

    .hero-image-desktop {
        display: block !important;
    }
}

@media (max-width: 359.98px) {
    .tagline-hero-image {
        width: 132px !important;
        max-width: 132px !important;
    }
}

/* --- Header Navigation & Side Menu --- */
@media (max-width: 991.98px) {
    .navbar {
        padding: 12px 20px !important;
        background: rgba(23, 23, 23, 0.95) !important;
        backdrop-filter: blur(10px);
        overflow: visible !important;
    }

    header a.logo .mega-logo img {
        width: 86px;
        height: auto;
        max-width: 86px;
        max-height: none;
    }

    .navbar-top-default {
        height: 86px;
    }
}

@media (max-width: 575.98px) {
    header > .navbar {
        overflow: visible !important;
    }

    header a.logo img {
        width: 74px;
        max-width: 74px;
    }

    header a.logo .mega-logo img {
        width: 74px;
        height: auto;
        max-width: 74px;
        max-height: none;
    }

    .mega-logo {
        top: 7px;
    }

    .side-menu .inner-wrapper {
        padding: 2.5rem 1.5rem !important;
    }

    .side-menu .side-nav .navbar-nav li a {
        font-size: 1.1rem !important;
    }
}

/* --- About Section Tabs (#about) --- */
@media (max-width: 991.98px) {
    .custom-tabs {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        touch-action: pan-x pan-y;
        white-space: nowrap !important;
        padding-bottom: 8px !important;
        margin-bottom: 15px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .custom-tabs::-webkit-scrollbar {
        display: none;
    }

    .custom-tabs .nav-item {
        flex: 0 0 auto !important;
    }

    .custom-tabs .nav-link {
        font-size: 0.9rem !important;
        padding: 8px 14px !important;
    }

    .custom-tab-content {
        padding: 20px 16px !important;
        margin-top: 10px !important;
    }

    .vision-badge {
        margin-top: 20px;
        padding: 16px !important;
    }
}

/* --- Timeline Section (#timeline) --- */
@media (max-width: 991.98px) {
    .cd-horizontal-timeline {
        margin: 2em auto !important;
    }

    .cd-horizontal-timeline .events-wrapper {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }

    .cd-horizontal-timeline .events-wrapper::-webkit-scrollbar {
        display: none !important;
    }

    .cd-horizontal-timeline .events-content {
        margin: 1em 0 !important;
    }

    .cd-horizontal-timeline .events-content h2 {
        font-size: 1.35rem !important;
        line-height: 1.3 !important;
    }

    .cd-horizontal-timeline .events-content h4 {
        font-size: 1rem !important;
    }

    .cd-horizontal-timeline .events-content p {
        font-size: 0.92rem !important;
        line-height: 1.5 !important;
    }
}

/* --- Key Achievements Grid (#leadership) --- */
@media (max-width: 991.98px) {
    .achievements-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
        gap: 16px !important;
    }

    .achievement-card {
        padding: 18px 16px !important;
    }

    .achievement-card h4 {
        font-size: 1.1rem !important;
    }

    .achievement-card p {
        font-size: 0.88rem !important;
        text-align: left !important;
    }

    .future-vision-card {
        padding: 20px 16px !important;
        margin-top: 20px !important;
    }

    .future-vision-card blockquote {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
        padding: 0 !important;
    }

    .future-vision-card .author-sig {
        font-size: 0.85rem !important;
        margin-top: 12px !important;
    }
}

@media (max-width: 575.98px) {
    .achievements-grid {
        grid-template-columns: 1fr !important;
    }
}

/* --- Awards & Honors Section (#awards) --- */
@media (max-width: 767.98px) {
    .award-item {
        padding: 12px 0 !important;
    }

    .award-icon {
        font-size: 1.5rem !important;
        margin-right: 12px !important;
    }

    .award-title {
        font-size: 1.05rem !important;
    }

    .award-description {
        font-size: 0.85rem !important;
    }
}

/* --- Advisory & Governance (#advisory) --- */
@media (max-width: 767.98px) {
    .advisory-content {
        padding: 20px 16px !important;
    }

    .advisory-content h4 {
        font-size: 1.1rem !important;
    }

    .advisory-content p {
        font-size: 0.9rem !important;
        line-height: 1.6 !important;
        text-align: left !important;
    }
}

/* --- Language Skills (#language-skills) --- */
@media (max-width: 767.98px) {
    .languages-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
        gap: 12px !important;
    }

    .language-card {
        padding: 14px 16px !important;
    }

    .language-card .flag-icon {
        width: 38px !important;
        margin-right: 14px !important;
    }

    .language-card h5 {
        font-size: 1rem !important;
    }

    .language-card p {
        font-size: 0.82rem !important;
    }
}

@media (max-width: 575.98px) {
    .languages-grid {
        grid-template-columns: 1fr !important;
    }
}

/* --- Contact Section (#contact) --- */
@media (max-width: 767.98px) {
    #contact .contact-form .row {
        padding-top: 0 !important;
    }

    #contact .contact-btn {
        padding-top: 15px !important;
        text-align: center !important;
    }

    #contact .contact-btn .btn {
        width: 100% !important;
        padding: 12px 20px !important;
        flex: 1 1 100%;
    }
}

/* --- Watch Video Button Styling --- */
.watch-video-btn {
    background: linear-gradient(135deg, #f3c300 0%, #d4a300 100%);
    color: #0d1215 !important;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 8px 18px;
    border-radius: 30px;
    border: none;
    box-shadow: 0 4px 15px rgba(243, 195, 0, 0.35);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.watch-video-btn:hover {
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 24px rgba(243, 195, 0, 0.6);
    background: linear-gradient(135deg, #ffe259 0%, #f3c300 100%);
    color: #000 !important;
}

.watch-video-btn .play-icon {
    font-size: 1.15rem;
    color: #101518;
    transition: transform 0.3s ease;
}

.watch-video-btn:hover .play-icon {
    transform: scale(1.25);
}

/* --- Media & Events Preview Section --- */
.media-preview-section {
    background: linear-gradient(135deg, #101518 0%, #19272f 52%, #101518 100%);
    overscroll-behavior: contain;
}

.media-feature-card {
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 12px;
    padding: 28px 24px;
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.media-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(243, 195, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    background: rgba(243, 195, 0, 0.05);
}

.highlight-media-card {
    border-color: rgba(243, 195, 0, 0.35);
    background: rgba(243, 195, 0, 0.04);
}

.media-card-icon {
    font-size: 2.2rem;
    margin-bottom: 16px;
}

.media-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

.media-card-text {
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.media-card-badge {
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}

.view-more-media-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 26px;
    font-weight: 600;
    font-size: 0.9rem;
    line-height: 1.3;
    white-space: nowrap;
    border-radius: 30px;
    transition: all 0.3s ease;
}

.view-more-media-btn:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 8px 25px rgba(243, 195, 0, 0.55);
}

@media (max-width: 767.98px) {
    .view-more-media-btn {
        padding: 9px 20px !important;
        font-size: 0.82rem !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
        max-width: 100% !important;
    }
}