/*
Theme Name: OGECT Corporate Theme
Theme URI: https://ogect.com
Author: Antigravity Pair Program
Description: Modern premium WordPress theme for Oil & Gas Engineering Consultancy & Trading (OGECT).
Version: 1.0.0
Text Domain: ogect
*/

/* ==========================================================================
   OGECT (Oil & Gas Engineering Consultancy & Trading) - Main Stylesheet
   Modern Corporate Design System with Bootstrap 5
   ========================================================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

:root {
  --primary-navy: #07132b;
  --primary-dark: #050d1f;
  --navy-surface: #0e1e3e;
  --navy-card: #132448;
  --navy-border: rgba(255, 255, 255, 0.1);
  --accent-orange: #ff6a00;
  --accent-orange-hover: #e55a00;
  --accent-gold: #ffa600;
  --accent-cyan: #00b4d8;
  --accent-blue: #0077b6;
  --accent-glow: rgba(255, 106, 0, 0.35);

  --text-main: #1e293b;
  --text-muted: #64748b;
  --text-light: #f1f5f9;
  --text-dim: #94a3b8;

  --bg-light: #f8fafc;
  --bg-white: #ffffff;
  --bg-dark: #081226;

  --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 24px rgba(7, 19, 43, 0.08);
  --shadow-lg: 0 16px 40px rgba(7, 19, 43, 0.14);
  --shadow-dark: 0 20px 45px rgba(0, 0, 0, 0.4);
  --shadow-glow: 0 0 30px rgba(255, 106, 0, 0.25);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --transition-fast: 0.2s ease;
  --transition-normal: 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  --transition-slow: 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}

/* Global Reset & Typography */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-dark);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  color: var(--primary-navy);
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  transition: var(--transition-normal);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #0b1528;
}

::-webkit-scrollbar-thumb {
  background: #203660;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--accent-orange);
}

/* Selection Highlight */
::selection {
  background: var(--accent-orange);
  color: #ffffff;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */

/* Top bar */
.top-bar {
  background: var(--primary-dark);
  font-size: 0.84rem;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-dim);
}

.top-bar a {
  color: var(--text-dim);
}

.top-bar a:hover {
  color: var(--accent-orange);
}

.top-bar-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 106, 0, 0.15);
  color: #ff914d;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  border: 1px solid rgba(255, 106, 0, 0.3);
}

/* Main Navbar */
.site-navbar {
  background: rgba(7, 19, 43, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 4px 0;
  border-bottom: none;
  transition: all var(--transition-normal);
  z-index: 1050;
}

.site-navbar.scrolled {
  padding: 4px 0;
  background: rgba(5, 13, 31, 0.98);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.brand-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-logo-icon {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--accent-orange), var(--accent-gold));
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.4);
}

.brand-title {
  font-family: var(--font-heading);
  font-size: 1.55rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  letter-spacing: -0.01em;
}

.brand-title span {
  color: var(--accent-orange);
}

.brand-subtitle {
  font-size: 0.65rem;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--text-dim);
  font-weight: 600;
}

/* Nav Links */
.navbar-nav .nav-link {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 500;
  color: #e2e8f0;
  padding: 8px 16px !important;
  border-radius: 6px;
  transition: var(--transition-fast);
  position: relative;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #ffffff;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 2px;
  background: var(--accent-orange);
  border-radius: 2px;
}

/* Dropdown Menu */
.navbar-nav .dropdown-menu {
  background: #0a1733;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  padding: 12px;
  box-shadow: var(--shadow-dark);
  animation: fadeInDown 0.25s ease;
}

.navbar-nav .dropdown-item {
  color: #cbd5e1;
  font-size: 0.9rem;
  padding: 10px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition-fast);
}

.navbar-nav .dropdown-item i {
  color: var(--accent-orange);
  font-size: 1.1rem;
}

.navbar-nav .dropdown-item:hover {
  background: rgba(255, 106, 0, 0.12);
  color: #ffffff;
  transform: translateX(4px);
}

/* Custom Buttons */
.btn-primary-ogect {
  background: linear-gradient(135deg, var(--accent-orange), #ff8400);
  color: #ffffff !important;
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 18px rgba(255, 106, 0, 0.35);
  transition: var(--transition-normal);
}

.btn-primary-ogect:hover {
  background: linear-gradient(135deg, #e55a00, var(--accent-orange));
  box-shadow: 0 8px 25px rgba(255, 106, 0, 0.5);
  transform: translateY(-2px);
}

.btn-outline-ogect {
  background: transparent;
  color: #ffffff !important;
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 10px 24px;
  border-radius: var(--radius-sm);
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  backdrop-filter: blur(8px);
  transition: var(--transition-normal);
}

.btn-outline-ogect:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
  transform: translateY(-2px);
}

.btn-secondary-ogect {
  background: #112348;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.15);
  font-weight: 600;
  font-family: var(--font-heading);
  padding: 10px 22px;
  border-radius: var(--radius-sm);
  transition: var(--transition-normal);
}

.btn-secondary-ogect:hover {
  background: #183163;
  border-color: var(--accent-orange);
  color: var(--accent-orange) !important;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-slider-section {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  background-color: var(--primary-dark);
  overflow: hidden;
}

.hero-carousel .carousel-item {
  height: 88vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(5, 13, 31, 0.94) 0%,
      rgba(7, 19, 43, 0.82) 50%,
      rgba(7, 19, 43, 0.45) 100%);
}

.hero-content {
  position: relative;
  z-index: 5;
  color: #ffffff;
  padding: 60px 0;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 106, 0, 0.2);
  border: 1px solid rgba(255, 106, 0, 0.4);
  color: #ffaa66;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: var(--radius-full);
  margin-bottom: 20px;
  animation: fadeInDown 0.8s ease;
}

.hero-title {
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}

.hero-title .highlight-orange {
  color: var(--accent-orange);
  background: linear-gradient(135deg, #ff8400, #ff5100);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-title .highlight-cyan {
  color: var(--accent-cyan);
}

.hero-description {
  font-size: 1.15rem;
  color: #cbd5e1;
  max-width: 680px;
  margin-bottom: 35px;
  line-height: 1.7;
}

/* Hero Stats Card Floating */
.hero-quick-features {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.quick-feat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.88rem;
  color: #f1f5f9;
}

.quick-feat-item i {
  color: var(--accent-orange);
  font-size: 1.1rem;
}

/* Carousel Indicators & Controls */
.hero-carousel .carousel-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  margin: 0 6px;
  transition: all var(--transition-fast);
}

.hero-carousel .carousel-indicators button.active {
  background-color: var(--accent-orange);
  width: 28px;
  border-radius: 6px;
}

/* ==========================================================================
   Metrics / Stats Bar
   ========================================================================== */
.stats-bar-section {
  background: var(--navy-surface);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 10;
  margin-top: -30px;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-dark);
}

.stat-box {
  padding: 24px 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.stat-box:last-child {
  border-right: none;
}

.stat-number {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-number span {
  color: var(--accent-orange);
}

.stat-label {
  font-size: 0.88rem;
  color: var(--text-dim);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* ==========================================================================
   Section Styling
   ========================================================================== */
.section-padding {
  padding: 95px 0;
}

.section-padding-sm {
  padding: 60px 0;
}

.section-tag {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--accent-orange);
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.section-tag::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 3px;
  background: var(--accent-orange);
  border-radius: 2px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin-bottom: 16px;
  line-height: 1.2;
}

.section-title.text-white {
  color: #ffffff !important;
}

.section-subtitle {
  font-size: 1.08rem;
  color: var(--text-muted);
  max-width: 650px;
  margin-bottom: 0;
}

.section-subtitle.text-light {
  color: var(--text-dim) !important;
}

/* Dark Section Background */
.bg-navy-dark {
  background-color: var(--primary-navy);
  color: #ffffff;
}

.bg-navy-deep {
  background-color: var(--primary-dark);
  color: #ffffff;
}

.bg-soft-gray {
  background-color: var(--bg-light);
}

/* ==========================================================================
   About Section Highlights
   ========================================================================== */
.about-image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.about-image-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.about-image-wrap:hover img {
  transform: scale(1.03);
}

.about-experience-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background: rgba(7, 19, 43, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 18px 24px;
  color: #ffffff;
  box-shadow: var(--shadow-dark);
}

.about-experience-badge .years {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--accent-orange);
  line-height: 1;
}

.feature-pill-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 24px;
  margin-bottom: 28px;
}

.feature-pill-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid #e2e8f0;
  box-shadow: var(--shadow-sm);
}

.feature-pill-item i {
  color: var(--accent-orange);
  font-size: 1.2rem;
  background: rgba(255, 106, 0, 0.1);
  padding: 6px;
  border-radius: 6px;
}

.feature-pill-item span {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--primary-navy);
}

/* ==========================================================================
   Services Section Cards & Tabs
   ========================================================================== */
.service-nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  gap: 8px;
  margin-bottom: 40px;
  justify-content: center;
}

.service-nav-tabs .nav-link {
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-muted);
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: var(--radius-full);
  padding: 10px 22px;
  transition: var(--transition-fast);
}

.service-nav-tabs .nav-link:hover {
  color: var(--accent-orange);
  border-color: var(--accent-orange);
  background: rgba(255, 106, 0, 0.05);
}

.service-nav-tabs .nav-link.active {
  background: var(--accent-orange);
  color: #ffffff;
  border-color: var(--accent-orange);
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.4);
}

/* Service Card Modern */
.service-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  overflow: hidden;
  transition: all var(--transition-normal);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.service-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent-orange);
  box-shadow: var(--shadow-lg);
}

.service-card-top {
  position: relative;
  height: 190px;
  overflow: hidden;
}

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

.service-card:hover .service-card-top img {
  transform: scale(1.08);
}

.service-card-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(7, 19, 43, 0.85);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.service-card-icon {
  position: absolute;
  bottom: -24px;
  right: 20px;
  width: 52px;
  height: 52px;
  background: linear-gradient(135deg, var(--accent-orange), #ff8400);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  box-shadow: 0 4px 15px rgba(255, 106, 0, 0.35);
  z-index: 2;
  transition: transform 0.3s ease;
}

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

.service-card-body {
  padding: 30px 24px 24px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-card-title {
  font-size: 1.28rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 12px;
  line-height: 1.3;
}

.service-card-title a {
  color: var(--primary-navy);
}

.service-card-title a:hover {
  color: var(--accent-orange);
}

.service-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin-bottom: 18px;
  flex-grow: 1;
}

/* Service Deliverable Badges */
.service-deliverables {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.deliverable-badge {
  background: #f1f5f9;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #e2e8f0;
}

.service-card-footer {
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-card-link {
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--accent-orange);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.service-card-link i {
  transition: transform 0.2s ease;
}

.service-card:hover .service-card-link i {
  transform: translateX(5px);
}

/* Dark Mode Service Card */
.service-card-dark {
  background: var(--navy-card);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.service-card-dark .service-card-title {
  color: #ffffff;
}

.service-card-dark .service-card-desc {
  color: var(--text-dim);
}

.service-card-dark .deliverable-badge {
  background: rgba(255, 255, 255, 0.06);
  color: #cbd5e1;
  border-color: rgba(255, 255, 255, 0.1);
}

.service-card-dark .service-card-footer {
  border-top-color: rgba(255, 255, 255, 0.06);
}

/* ==========================================================================
   Engineering Software Stack Marquee
   ========================================================================== */
.software-stack-section {
  background: #050e21;
  padding: 45px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

.software-badge-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  transition: var(--transition-normal);
  white-space: nowrap;
}

.software-badge-pill i {
  color: var(--accent-orange);
  font-size: 1.2rem;
}

.software-badge-pill:hover {
  background: rgba(255, 106, 0, 0.15);
  border-color: var(--accent-orange);
  transform: translateY(-3px);
}

.marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: 20px;
}

.marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  min-width: 100%;
  gap: 20px;
  animation: scrollMarquee 28s linear infinite;
}

.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scrollMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

/* ==========================================================================
   Project Execution Lifecycle (Timeline)
   ========================================================================== */
.lifecycle-step-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  padding: 30px 24px;
  border: 1px solid #e2e8f0;
  height: 100%;
  position: relative;
  transition: all var(--transition-normal);
}

.lifecycle-step-card:hover {
  border-color: var(--accent-orange);
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.lifecycle-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: #e2e8f0;
  line-height: 1;
  margin-bottom: 14px;
  transition: color 0.3s ease;
}

.lifecycle-step-card:hover .lifecycle-number {
  color: var(--accent-orange);
}

.lifecycle-step-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 10px;
}

.lifecycle-step-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   Why Choose Us & Risk Management
   ========================================================================== */
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 26px;
}

.why-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: rgba(255, 106, 0, 0.1);
  color: var(--accent-orange);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 106, 0, 0.25);
  transition: var(--transition-normal);
}

.why-item:hover .why-icon {
  background: var(--accent-orange);
  color: #ffffff;
  transform: rotate(-6deg);
}

.why-content h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--primary-navy);
  margin-bottom: 6px;
}

.why-content p {
  font-size: 0.92rem;
  color: var(--text-muted);
  margin: 0;
}

/* ISO Badge Showcase Box */
.iso-certificate-card {
  background: linear-gradient(135deg, #091a3b, #122854);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  padding: 30px;
  color: #ffffff;
  box-shadow: var(--shadow-dark);
}

.iso-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.82rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 6px;
  margin-bottom: 8px;
}

.iso-pill i {
  color: #10b981;
}

/* ==========================================================================
   Global Presence Section (UAE, Iraq, India)
   ========================================================================== */
.global-hub-card {
  background: #ffffff;
  border-radius: var(--radius-md);
  border: 1px solid #e2e8f0;
  padding: 32px 28px;
  transition: all var(--transition-normal);
  height: 100%;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.global-hub-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-gold));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.global-hub-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: #cbd5e1;
}

.global-hub-card:hover::before {
  opacity: 1;
}

.hub-flag-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.hub-flag-icon {
  font-size: 2.2rem;
  line-height: 1;
}

.hub-name {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--primary-navy);
  margin: 0;
}

.hub-tag {
  font-size: 0.8rem;
  color: var(--accent-orange);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hub-details-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}

.hub-details-list li {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.hub-details-list li i {
  color: var(--accent-orange);
  font-size: 1.1rem;
  margin-top: 3px;
}

/* ==========================================================================
   Lead Generation & CTA Banner
   ========================================================================== */
.cta-banner {
  background: linear-gradient(135deg, #07132b 0%, #0d234d 60%, #153268 100%);
  border-radius: var(--radius-lg);
  padding: 60px 40px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-dark);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.25) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--primary-dark);
  color: #cbd5e1;
  padding: 85px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-desc {
  font-size: 0.92rem;
  color: var(--text-dim);
  margin-top: 16px;
  line-height: 1.7;
}

.footer-heading {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 22px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  height: 3px;
  background: var(--accent-orange);
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  color: var(--text-dim);
  font-size: 0.9rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: var(--transition-fast);
}

.footer-links a i {
  font-size: 0.75rem;
  color: var(--accent-orange);
}

.footer-links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  color: var(--text-dim);
}

.footer-contact-item i {
  color: var(--accent-orange);
  font-size: 1.1rem;
  margin-top: 3px;
}

.footer-bottom {
  background: #030814;
  padding: 24px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.85rem;
  color: var(--text-dim);
}

/* ==========================================================================
   Page Headers (Subpages: About, Services, Contact)
   ========================================================================== */
.page-hero-header {
  background: linear-gradient(135deg, #050d1f 0%, #0a1b3f 100%);
  padding: 140px 0 70px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-hero-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 80% 20%, rgba(255, 106, 0, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.breadcrumb-wrap .breadcrumb {
  margin: 0;
  background: transparent;
  padding: 0;
}

.breadcrumb-wrap .breadcrumb-item a {
  color: var(--text-dim);
}

.breadcrumb-wrap .breadcrumb-item.active {
  color: var(--accent-orange);
}

/* ==========================================================================
   Interactive Modals & Form Elements
   ========================================================================== */
.modal-content.ogect-modal {
  background: #0c1a38;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-dark);
}

.ogect-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 24px;
}

.ogect-modal .modal-title {
  color: #ffffff !important;
}

.ogect-modal .modal-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 24px;
}

.ogect-modal .btn-close {
  filter: invert(1);
}

.form-control.ogect-input,
.form-select.ogect-input {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #ffffff;
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.92rem;
}

.form-control.ogect-input:focus,
.form-select.ogect-input:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.25);
  color: #ffffff;
}

.form-control.ogect-input::placeholder {
  color: #94a3b8;
}

.form-select.ogect-input option {
  background: #0c1a38;
  color: #ffffff;
}

/* Light form elements for contact page */
.form-control.ogect-input-light,
.form-select.ogect-input-light {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  color: var(--primary-navy);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
}

.form-control.ogect-input-light:focus,
.form-select.ogect-input-light:focus {
  border-color: var(--accent-orange);
  box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.2);
}

/* Service Detail Modal Content */
.service-detail-modal-body h5 {
  color: var(--accent-orange);
  font-size: 1.15rem;
  margin-top: 20px;
  margin-bottom: 10px;
}

.service-detail-modal-body ul {
  padding-left: 20px;
  color: #cbd5e1;
}

.service-detail-modal-body ul li {
  margin-bottom: 6px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 18px 10px;
  }

  .stat-box:last-child {
    border-bottom: none;
  }

  .feature-pill-list {
    grid-template-columns: 1fr;
  }

  .navbar-nav .nav-link:hover::after,
  .navbar-nav .nav-link.active::after {
    display: none;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 2rem;
  }

  .hero-description {
    font-size: 0.98rem;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .cta-banner {
    padding: 40px 20px;
  }
}

/* Smooth Elegant Carousel Transition Override */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 1.2s !important;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
}

/* Brand Image Logo Custom Styles */
.brand-logo-img {
  height: 80px;
  width: auto;
  display: block;
  transition: opacity var(--transition-fast);
}

.brand-logo-img:hover {
  opacity: 0.9;
}

.brand-logo-img-footer {
  height: 52px;
  width: auto;
  display: block;
}