/* ===========================
   HRS Security Services - CSS
   =========================== */

/* Root Variables */
:root {
    --primary-blue: #012CF2;
    --dark-bg: #0a0f1f;
    --light-gray: #f5f5f5;
    --white: #ffffff;
    --text-dark: #000;
    --text-light: #999999;
    --green-accent: #28a745;
    --check-blue: #0066cc;
    --header-dark: rgba(0, 0, 0, 0.4);
}

/* Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
    color: var(--text-dark);
    line-height: 1.6;
    overflow-x: hidden;
}

a{
    text-decoration: none;
    color: var(--primary-blue);
    font-family: 'Roboto';
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    line-height: 1.2;
    font-family: 'Poppins';
}

p{
    font-family: 'Roboto';
    margin: 0px 0px 7px 0px;
    font-size: 16px;
}

section{
    overflow-x: hidden !important;
}

.title-span{
    font-size: 16px;
    text-transform: uppercase;
    color: #002CF6;
    font-family: 'Poppins';
    margin-bottom: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    font-weight: 500;
}

.section-title{
    font-size: clamp(2rem, 1.797rem + 1.02vw, 2.813rem);
    margin-bottom: 20px;
    margin-top: 15px;
    line-height: 54px;
}

/* sections */
.section{
    padding: 60px 0;
}

/* ===========================
   Header / Navigation
   =========================== */
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040; /* Below Bootstrap offcanvas (1045) */
    transition: all 0.4s ease;
}

/* Ensure offcanvas appears above header */
.offcanvas {
    z-index: 1050 !important;
}

.offcanvas-backdrop {
    z-index: 1045 !important;
}


/* Top Bar */
.top-bar {
    background: transparent;
    padding: 15px 0;
    font-size: 13px;
    color: var(--white);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-info:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
}

.top-info i {
    color: var(--white);
    vertical-align: middle;
}

.top-info a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.top-info a:hover {
    color: #CCCCCC;
}

.navbar {
    background: transparent;
    padding: 20px 0;
    transition: all 0.4s ease;
}

.logo {
    width: 70px;
    height: auto;
    transition: all 0.4s ease;
}

.navbar-nav {
    gap: 0;
}

.nav-link {
    color: var(--white) !important;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 18px !important;
    margin: 0px 10px 0px 0px;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.nav-link:hover,
.dropdown:hover > .nav-link,
.dropdown.show > .nav-link {
    color: var(--primary-blue) !important;
    opacity: 1;
}

/* Active logic for solid headers only */
.header.inner-header .nav-link.active,
.header.is-sticky .nav-link.active {
    color: var(--primary-blue) !important;
    opacity: 1;
}

.navbar-toggler {
    border: none;
    padding: 0;
    box-shadow: none !important;
    background-color: var(--white) !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='2.5' fill='%23444444'/%3E%3Ccircle cx='12' cy='4' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='20' cy='4' r='2.5' fill='%23444444'/%3E%3Ccircle cx='4' cy='12' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='%23444444'/%3E%3Ccircle cx='20' cy='12' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='4' cy='20' r='2.5' fill='%23444444'/%3E%3Ccircle cx='12' cy='20' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='20' cy='20' r='2.5' fill='%23444444'/%3E%3C/svg%3E") !important;
    width: 22px;
    height: 22px;
}

/* Search Icon */
.search-btn {
    color: var(--white);
    font-size: 18px;
    transition: all 0.3s ease;
    display: inline-block;
}

.search-btn:hover {
    color: #fff;
    transform: scale(1.1);
}

/* ===========================
   Sticky Header Styles
   =========================== */
.header.is-sticky {
    position: fixed;
    background: var(--white);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.header.is-sticky .top-bar {
    display: none !important; /* Hide top bar in sticky mode to save space */
}

.header.is-sticky .navbar {
    padding: 8px 0;
}

.header.is-sticky .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='2.5' fill='%23444444'/%3E%3Ccircle cx='12' cy='4' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='20' cy='4' r='2.5' fill='%23444444'/%3E%3Ccircle cx='4' cy='12' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='12' cy='12' r='2.5' fill='%23444444'/%3E%3Ccircle cx='20' cy='12' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='4' cy='20' r='2.5' fill='%23444444'/%3E%3Ccircle cx='12' cy='20' r='2.5' fill='%23106eea'/%3E%3Ccircle cx='20' cy='20' r='2.5' fill='%23444444'/%3E%3C/svg%3E") !important;
}

.header.is-sticky .logo {
    width: 70px;
}

.header.is-sticky .nav-link {
    color: #444 !important;
    font-size: 14px;
    padding: 0px 18px !important;
    font-weight: 600;
}

.header.is-sticky .nav-link:hover,
.header.is-sticky .dropdown:hover > .nav-link,
.header.is-sticky .dropdown.show > .nav-link,
.header.is-sticky .nav-link.active {
    color: var(--primary-blue) !important;
    opacity: 1;
}

.header.is-sticky .search-btn {
    color: #444;
    font-size: 18px;
}

.header.is-sticky .navbar-toggler {
    border-color: #444;
}

.header.is-sticky .navbar-toggler-icon {
    filter: none;
}

/* ===========================
   Inner Header Styles (Non-Home)
   =========================== */
.inner-header {
    position: relative;
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.inner-header .top-bar {
    background: #002CF6; /* Solid Blue as per image */
    border-bottom: none;
}

.inner-header .navbar {
    background: var(--white);
    padding: 10px 0;
}

.inner-header .nav-link {
    color: #444 !important;
}

.inner-header .nav-link:hover {
    color: var(--primary-blue) !important;
}

.inner-header .search-btn {
    color: #444;
}

.inner-header .logo {
    width: 70px;
}

/* ===========================
   Inner Breadcrumb Section
   =========================== */
.inner-breadcrumb {
    position: relative;
    padding: 130px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.30); */
    z-index: 1;
}

.inner-breadcrumb .container {
    position: relative;
    z-index: 2;
}

.breadcrumb-title {
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.inner-breadcrumb .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Roboto';
}

.inner-breadcrumb .breadcrumb-item {
    color: var(--white);
}

.inner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    color: var(--primary-blue);
    padding: 0 10px;
}

.inner-breadcrumb .breadcrumb-item a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
}

.inner-breadcrumb .breadcrumb-item a:hover {
    color: var(--primary-blue);
}

.inner-breadcrumb .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

/* ===========================
   Off-Canvas Mobile Menu
   =========================== */
.offcanvas {
    background: var(--white);
    width: 100% !important;
}

.offcanvas-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px;
}

.offcanvas-header .btn-close {
    background-color: transparent;
    opacity: 0.8;
    filter: none; /* Default is dark, which is perfect for white background */
}

.offcanvas-body {
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
}

.offcanvas .navbar-nav {
    flex-direction: column;
    width: 100%;
}

.offcanvas .nav-link {
    color: #333 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.offcanvas .nav-link:hover,
.offcanvas .nav-link.active,
.offcanvas .dropdown.show > .nav-link {
    color: var(--primary-blue) !important;
}

.offcanvas .dropdown-menu {
    position: static !important;
    background: #f8f9fa !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    border: none !important;
    box-shadow: none !important;
    padding: 10px 0 10px 20px !important;
    width: 100%;
}

.offcanvas .dropdown-item {
    color: #555 !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.offcanvas .dropdown-item:hover {
    color: var(--primary-blue) !important;
    background: transparent !important;
}

.offcanvas .dropdown-toggle::after {
    display: inline-block !important; 
    color: #333 !important;
    font-size: 20px !important;
    margin-right: 5px;
    content: '+' !important;
    border: none !important; /* Ensure no default caret remains */
}

.offcanvas .dropdown.show > .dropdown-toggle::after {
    content: '-' !important;
}

/* ===========================
   Dropdown Customization
   =========================== */
.dropdown-toggle::after {
    display: none !important; /* Remove default caret */
}

.dropdown-toggle::after {
    content: '+';
    display: inline-block !important;
    margin-left: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.dropdown.show .dropdown-toggle::after,
.dropdown:hover > .dropdown-toggle::after {
    content: '-';
}

.dropdown-menu {
    background: var(--primary-blue);
    border: none;
    border-radius: 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 15px 0;
    min-width: 260px;
}

/* Bridge to prevent hover flicker when adding space */
.dropdown-menu::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 12px 25px;
    color: var(--white);
    transition: all 0.3s ease;
    white-space: normal;
}

.dropdown-item:hover {
    background: transparent;
    color: #CCCCCC;
}

/* Hover to open for Desktop Screens (1400px and up) */
@media (min-width: 1400px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 15px; 
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        transform: translateY(15px);
        border: none !important;
    }
}

/* Update dropdown for inner-header */
.inner-header .dropdown-menu {
    background: var(--white);
    border: 1px solid rgba(0,0,0,0.1);
}

.inner-header .dropdown-item {
    color: var(--text-dark);
}

.inner-header .dropdown-item:hover {
    background: transparent;
    color: #CCCCCC; /* Keeping the same hover color as requested */
}


/* ===========================
   Hero Section
   =========================== */
.hero-section {
    position: relative;
    overflow: hidden;
    height: 74vh;
    min-height: 600px;
}

/* Hero Progress Loader Bar */
.hero-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: transparent;
    z-index: 200;
}

.hero-loader-progress {
    height: 100%;
    width: 0%;
    background: rgba(1, 44, 242, 0.4);
    transition: width 0.1s linear;
}

.hero-loader-progress.animating {
    animation: loaderProgress 7s linear forwards;
}

@keyframes loaderProgress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}


.hero-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to right, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 100%); */
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 10;
    color: var(--white);
    max-width: 730px;
    margin-top: -70px;
}

.hero-subtitle {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.9);
    opacity: 0;
    text-transform: uppercase;
}

.hero-title {
    font-size: 72px;
    font-weight: 700;
    font-family: 'Poppins';
    line-height: 1.05;
    margin-bottom: 40px;
    opacity: 0;
    text-transform: uppercase;
}

.hero-title span {
    display: block;
    font-weight: 800;
    font-family: 'Poppins';
    font-size: 100px;
}

.animated-btn-wrapper {
    opacity: 0;
}

.hero-btn {
    background: var(--primary-blue);
    border: none;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    display: inline-block;
}

.hero-btn:hover {
    background: #000;
    transform: translateY(-2px);
    border: 1px solid white;
    color: white;
}

/* Hero Responsive Styles */
@media (max-width: 1560px) {
    .hero-content {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 992px) {
    .hero-content {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .hero-title {
        font-size: 48px;
        margin-bottom: 30px;
    }
    .hero-subtitle {
        font-size: 14px;
        letter-spacing: 3px;
        margin-bottom: 20px;
    }
    .hero-btn {
        padding: 15px 40px;
        font-size: 14px;
    }
    .hero-title span{
        font-size: 90px;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 80vh;
        min-height: 500px;
    }
    .hero-item {
        height: 80vh;
        min-height: 500px;
    }
    .hero-content {
        text-align: center;
        max-width: 100%;
        padding: 0 20px;
    }
    .hero-title {
        font-size: 38px;
        margin-bottom: 25px;
    }
    .hero-subtitle {
        font-size: 13px;
        letter-spacing: 2px;
        margin-bottom: 15px;
    }
    .hero-btn {
        padding: 14px 35px;
        font-size: 14px;
    }
    /* Hide navigation arrows on mobile */
    .hero-carousel .owl-nav {
        display: none !important;
    }
    .hero-title span{
        font-size: 58px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        height: 60vh;
        min-height: 450px;
    }
    .hero-item {
        height: 75vh;
        min-height: 450px;
    }
    .hero-content {
        text-align: center;
        max-width: 100%;
        padding: 0 15px;
    }
    .hero-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .hero-subtitle {
        font-size: 12px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }
    .hero-btn {
        padding: 12px 30px;
        font-size: 13px;
    }
    .why-sub{
        font-size: 18px;
    }
    .hero-title span{
        font-size: 54px;
    }
}

/* Hero Animations */
.owl-item.active .hero-subtitle {
    animation: fadeInDown 1s both 0.3s;
}

.owl-item.active .hero-title {
    animation: fadeInUp 1s both 0.6s;
}

.owl-item.active .animated-btn-wrapper {
    animation: fadeInUp 1s both 0.9s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Custom Owl Nav for Hero */
.hero-carousel .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 100;
    padding: 0 54px;
}

.hero-carousel .owl-nav button {
    width: 65px;
    height: 65px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    color: #fff !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease !important;
    pointer-events: auto;
    position: relative;
    padding: 0 !important;
    overflow: hidden; /* Ensure preview stays inside the circle */
}

/* .hero-carousel .owl-nav button:hover {
    border-color: var(--primary-blue) !important;
} */

/* Image Preview inside the background */
.hero-carousel .owl-nav button .nav-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: -1;
}

.hero-carousel .owl-nav button .nav-preview::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Darken so chevron is visible */
}

.hero-carousel .owl-nav button:hover .nav-preview {
    opacity: 1;
    visibility: visible;
}

.hero-carousel .owl-nav button i {
    position: relative;
    z-index: 2;
}

/* ===========================
   Search Overlay
   =========================== */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 110, 234, 0.98); /* Matching primary blue with slight transparency */
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.close-search {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 20px;
    color: var(--white);
    cursor: pointer;
    transition: transform 0.3s ease;
    background: #002CF6;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-search:hover {
    transform: rotate(90deg);
    background: rgba(0,0,0,0.2);
}

.search-content {
    width: 100%;
    max-width: 500px;
    padding: 0 20px;
}

.search-input-group {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 5px;
}

.search-input {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    outline: none;
}

.search-input::placeholder {
    color: rgba(255,255,255,0.8);
}

.search-submit {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    padding: 0;
}

.dropdown-toggle::after{
    border-top: 0px;
    vertical-align: 0px;
}

.btn-close:focus{
    box-shadow: none;
}

/* ===========================
   Info Cards (Mission, Values, Vision)
   =========================== */
.info-card {
    background: #1a1a1a;
    padding: 35px 30px;
    height: 100%;
    transition: all 0.9s ease;
}

.info-card:hover {
    background: var(--primary-blue);
}

.info-card-title {
    color: var(--white);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.info-card-text {
    color: #D8D8D8;
    margin: 0px 0px 0px 0px;
    line-height: 1.8;
}

/* ===========================
   Footer CTA Section
   =========================== */
.footer-cta {
    background: #000;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.cta-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background: url('../images/cta/cta-img.png') center center / cover no-repeat;
    opacity: 0.9;
}

.footer-cta .cta-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 70px 70px 70px 70px;
    height: 100%;
}

.cta-title {
    color: var(--white);
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 30px 0;
}

.btn-call {
    background: #0020B6;
    color: var(--white);
    text-decoration: none;
    padding: 15px 35px;
    border-radius: 0px;
    display: flex;
    align-items: start;
    transition: all 0.3s ease;
}

.btn-call:hover {
    background: #1533a0;
    transform: translateY(-2px);
    color: var(--white);
}

.btn-call i {
    font-size: 37px;
    margin-right: 15px;
}

.call-text span {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    opacity: 0.9;
    font-family: 'Roboto', sans-serif;
}

.call-text strong {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

/* ===========================
   Main Footer
   =========================== */
.footer {
    background: #0a0a0a;
    padding: 80px 0 0;
    color: var(--white);
}

.footer-col {
    margin-bottom: 40px;
}

.footer-logo {
    width: 180px;
    height: auto;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

.contact-list, .latest-posts {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    margin-bottom: 20px;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.contact-list li i {
    color: #012CF2;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 3px;
    transition: all 0.3s ease;
}
.contact-list li a {
    display: flex;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.contact-list li a i {
    color: #012CF2;
    margin-right: 15px;
    font-size: 16px;
    margin-top: 3px;
    transition: all 0.3s ease;
}

.contact-list li a:hover {
    color: var(--primary-blue);
}

.contact-list li a:hover i {
    color: var(--primary-blue);
}

.latest-posts li {
    margin-bottom: 25px;
}

.latest-posts li a {
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.5;
    margin-bottom: 8px;
    transition: color 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

.latest-posts li a:hover {
    color: var(--primary-blue);
}

.post-date {
    font-size: 13.5px;
    color: #fff;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.post-date i {
    margin-right: 8px;
    color: #012CF2;
}

/* ===========================
   Copyright Bar
   =========================== */
.copyright-bar {
    border-top: 1px solid #212326;
    padding: 30px 0;
    margin-top: 40px;
    text-align: center;
}

.copyright-bar p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

@media (max-width: 991px) {
    .footer-cta .cta-content {
        flex-direction: column;
        text-align: center;
    }
    .cta-title {
        margin: 0 0 30px 0;
        font-size: 35px;
    }
    .footer-cta::before {
        display: none;
    }
}

/* btn-thene */

.btn--theme{
    background: var(--primary-blue);
    border: none;
    padding: 18px 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    display: inline-block;
}

.btn--theme:hover {
    background: #1533a0;
    transform: translateY(-2px);
    color: var(--white);
}

/* why-list */
.why-list {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 30px;
}

.why-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-family: 'Roboto', sans-serif;
}

.why-list li i {
    color: var(--primary-blue);
    margin-right: 10px;
    font-size: 20px;
    font-weight: bolder;
}

/* ===========================
   Feature Cards Section
   =========================== */
.feature-card {
    background: #0d1b2a;
    padding: 40px 35px 40px 35px;
    height: 100%;
    border-radius: 0;
    transition: all 0.3s ease;
}

/* .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
} */

/* Alternating colors for feature cards */
.row > .col:nth-child(odd) .feature-card {
    background: #0D1A69;
}

.row > .col:nth-child(even) .feature-card {
    background: #172681;
}

.feature-icon {
    margin-bottom: 20px;
}

.feature-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.feature-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.5;
}

.feature-text {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Feature Cards Responsive */
@media (max-width: 1200px) {
    .feature-card {
        padding: 25px 15px;
    }
    
    .feature-title {
        font-size: 15px;
    }
    
    .feature-text {
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .feature-icon img {
        width: 60px;
        height: 60px;
    }
}

@media (max-width: 767px) {
    .feature-card {
        padding: 25px 20px;
    }
    
    .feature-icon img {
        width: 65px;
        height: 65px;
    }
    
    .feature-title {
        font-size: 16px;
    }
    
    .feature-text {
        font-size: 14px;
    }
}

.partner-item img {
    width: 50% !important;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

/* Partner Carousel Indicators */
.partner-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide dots on mobile screens */
@media (max-width: 767px) {
    .partner-carousel .owl-dots {
        display: none !important;
    }
}

.partner-carousel .owl-dot {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
}

.partner-carousel .owl-dot span {
    width: 25px;
    height: 8px;
    margin: 5px 6px;
    background: #90A2E2 !important; /* Lighter blue icon color */
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.partner-carousel .owl-dot.active span {
    background: #002CF6 !important; /* Primary blue color */
    width: 45px;
}

/* ===========================
   Custom Accordion Styles
   =========================== */
.custom-accordion .accordion-item {
    background-color: transparent;
    border: none;
    margin-bottom: 10px;
}

.custom-accordion .accordion-header {
    margin-bottom: 0;
}

.custom-accordion .accordion-button {
    background-color: #000;
    color: #fff;
    font-weight: 800 !important;
    -webkit-text-stroke: 1px;
    font-size: 18px;
    padding: 20px 25px;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #000;
    color: #00ff00; /* Green text when opened as per ref */
    box-shadow: none;
}

.custom-accordion .accordion-button i {
    transition: transform 0.3s ease;
    font-size: 14px;
    font-weight: 900;
}

.custom-accordion .accordion-button:not(.collapsed) i {
    transform: rotate(90deg);
    color: #00ff00;
}

.custom-accordion .accordion-button::after {
    display: none; /* Hide default Bootstrap arrow */
}

.custom-accordion .accordion-body {
    background-color: #fff;
    color: #333;
    padding: 25px;
    border: 1px solid #eee;
    font-size: 16px;
}

.custom-accordion .accordion-body p {
    margin-bottom: 0;
}

/* ===========================
   Inner Parallax Section
   =========================== */
.inner-parallax {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed; /* Parallax effect */
    color: var(--white);
    overflow: hidden;
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Darker overlay */
    z-index: 1;
}

.inner-parallax .container {
    position: relative;
    z-index: 2;
}

.parallax-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.95);
    font-family: 'Roboto';
}

.parallax-text p:last-child {
    margin-bottom: 0;
    font-weight: 500;
    color: var(--white);
}

.contact-box {
    background: #1864F5B3; /* Solid Brand Blue as in image */
    padding: 20px 94px;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.contact-title {
    color: var(--white);
    font-size: 45px;
    font-weight: 800; /* Extra Bold */
    margin-bottom: 20px;
    font-family: 'Poppins';
}

.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.info-item:last-child {
    margin-bottom: 0;
}

.info-item i {
    font-size: 30px; /* Larger icons */
    color: var(--white);
    margin-right: 20px;
}

.info-item a {
    color: var(--white);
    text-decoration: none;
    font-size: 24px;
    font-weight: 700; /* Bold text */
    transition: opacity 0.3s ease;
    font-family: 'Poppins';
}

.info-item a:hover {
    opacity: 0.8;
}

/* Parallax Responsive */
@media (max-width: 991px) {
    .inner-parallax {
        padding: 80px 0;
        background-attachment: scroll; /* Disable fixed bg on mobile */
    }
    
    .parallax-text {
        text-align: left;
        margin-bottom: 40px;
    }
    
    .contact-box {
        padding: 35px;
    }
    
    .contact-title {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    .inner-parallax {
        padding: 60px 0;
    }
    
    .parallax-text p {
        font-size: 17px;
    }
    
    .contact-box {
        padding: 25px;
    }
    
    .contact-title {
        font-size: 28px;
    }
    
    .info-item i {
        font-size: 16px;
    }
    
    .info-item a {
        font-size: 14px;
    }
    
}

/* ===========================
   Inner Counter Section
   =========================== */
.inner-counter {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--white);
    overflow: hidden;
}

.counter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 44, 242, 0.50);
    z-index: 1;
}

.inner-counter .container {
    position: relative;
    z-index: 2;
}

.counter-main-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins';
}

.counter-item {
    padding: 15px;
}

.counter-number {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1;
    font-family: 'Poppins';
}

.counter-number .symbol {
    font-size: 16px;
    vertical-align: bottom;
    margin-left: 2px;
    margin-bottom: 10px;
}

.counter-label {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Roboto';
    opacity: 0.9;
}

/* Counter Responsive */
@media (max-width: 991px) {
    .counter-number {
        font-size: 45px;
    }
    .counter-main-title {
        font-size: 26px;
    }
}

@media (max-width: 767px) {
    .inner-counter {
        padding: 60px 0;
    }
    .counter-item {
        margin-bottom: 30px;
    }
    .counter-item:last-child {
        margin-bottom: 0;
    }
}

.abt-title{
    font-size: 33px;
    margin-bottom: 20px;
}

.awards-item{
    background-image: linear-gradient(130deg, #FFFFFF 0%, #C7CCE7 100%);
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Partner Carousel Indicators */
.awards-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide dots on mobile screens */
@media (max-width: 767px) {
    .awards-carousel .owl-dots {
        display: none !important;
    }
}

.awards-carousel .owl-dot {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
}

.awards-carousel .owl-dot span {
    width: 25px;
    height: 8px;
    margin: 5px 6px;
    background: #90A2E2 !important; /* Lighter blue icon color */
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.awards-carousel .owl-dot.active span {
    background: #002CF6 !important; /* Primary blue color */
    width: 45px;
}
/* Partner Carousel Indicators */
.traffic-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hide dots on mobile screens */
@media (max-width: 767px) {
    .traffic-carousel .owl-dots {
        display: none !important;
    }
}

.traffic-carousel .owl-dot {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    outline: none !important;
}

.traffic-carousel .owl-dot span {
    width: 25px;
    height: 8px;
    margin: 5px 6px;
    background: #90A2E2 !important; /* Lighter blue icon color */
    display: block;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.traffic-carousel .owl-dot.active span {
    background: #002CF6 !important; /* Primary blue color */
    width: 45px;
}

.owl-carousel .owl-item .traffic-img{
    width: 182px;
    height: 400px;
    margin: 0 auto;
}

.bg-careers{
    background-color: #F1F6FC;
}

/* ===========================
   Contact Info Card Styles
   =========================== */
.contact-info-card {
    background-color: #F1F6FC;
    padding: 50px 30px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

/* .contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
} */

.contact-info-card .card-icon {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 44, 246, 0.1);
    color: #002CF6;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

@keyframes icon-ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

.contact-info-card .card-icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 44, 246, 0.4);
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
}

.contact-info-card:hover .card-icon::after {
    animation: icon-ripple 1.5s infinite ease-out;
}

.contact-info-card .card-info-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    font-family: 'Poppins', sans-serif;
}

.contact-info-card .card-info-details p {
    font-size: 16px;
    color: #555;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.contact-info-card .card-info-details .fw-bold {
    color: #333;
    font-size: 17px;
}

/* ===========================
   Application Form Styles
   =========================== */
.application-form .form-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
}

.application-form .form-control {
    border: 1px solid #ced4da;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

.application-form .form-control:focus {
    border-color: #002CF6;
    box-shadow: none;
}

.application-form textarea.form-control {
    resize: none;
}

.application-form .btn-upload {
    background-color: #002CF6;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 4px;
    border: none;
    text-transform: none;
    transition: all 0.3s ease;
}

.application-form .btn-send {
    background-color: #002CF6;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 12px 40px;
    border-radius: 4px;
    border: none;
    width: 100%;
    max-width: 180px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.application-form .btn-upload:hover,
.application-form .btn-send:hover {
    background-color: #000;
    color: #fff;
}

/* ===========================
   Contact Message Section Styles
   =========================== */
.contact-message-form {
    background-color: #4B6AF8; /* Updated to match new reference image */
    padding: 80px 70px;
    color: #fff;
    display: flex;
    align-items: center;
}

.contact-message-img {
    min-height: 600px;
}

.form-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.form-title {
    font-size: 45px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
}

.form-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
    font-family: 'Roboto', sans-serif;
}

.form-control-custom {
    width: 100%;
    background-color: #2F6FF2;
    border: 1px solid #2F6FF2;
    padding: 15px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.form-control-custom::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.form-control-custom:focus {
    background-color: #2F6FF2;
    border-color: #fff;
    outline: none;
    box-shadow: none;
}

textarea.form-control-custom {
    resize: none;
}

.btn-submit-now {
    background-color: #fff;
    color: #4C6FFF;
    font-weight: 700;
    font-size: 14px;
    padding: 15px 35px;
    border: none;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
}

.btn-submit-now:hover {
    background-color: #000;
    color: #fff;
}

@media (max-width: 991px) {
    .contact-message-form {
        padding: 60px 30px;
    }
    .form-title {
        font-size: 32px;
    }
}

/* ===========================
   Floating Social Icons & Scroll Button
   =========================== */
.floating-social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.social-icon {
    width: 45px;
    height: 45px;
    background: #00FF00; /* Bright Green as per image */
    color: #000 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-size: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative; /* for tooltip positioning */
    overflow: visible;
}

/* Tooltip (left side) */
.social-icon::before {
    content: attr(data-tooltip);
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #00FF00;
    padding: 6px 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease, right .2s ease;
    font-size: 14px;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 10;
}

.social-icon::after {
    content: "";
    position: absolute;
    right: calc(100% + 2px);
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #000;
    opacity: 0;
    transition: opacity .15s ease, right .2s ease;
    z-index: 11;
}

.social-icon:hover {
    background: #00cc00;
    padding-right: 10px;
}

.social-icon:hover::before {
    opacity: 1;
    right: calc(100% + 18px);
}

.social-icon:hover::after {
    opacity: 1;
    right: calc(100% + 6px);
}



.scroll-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 42px;
    height: 40px;
    background: var(--primary-blue);
    color: var(--white);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-to-top:hover {
    opacity: 0.8;
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .scroll-to-top {
        bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
    }
}

.dropdown-item.active {
    background: transparent !important;
    color: #CCCCCC !important; /* Same as hover color */
}

.service-boxes img{
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.service-boxes h5 a{
   color: #0a0a0a;
}

.service-boxes h5 a:hover{
    color: var(--primary-blue);
}

.service-boxes{
    background-color: #F1F6FC;
    padding: 30px 30px;
    height: 100%;
}

/* Image jump animation */
@keyframes jumpOnce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.service-boxes:hover img {
    animation: jumpOnce 0.4s ease-out;
}

.security-audit-title{
    color: #00F400;
}

/* Blog Specific Styles */
    .blog-section {
        padding: 80px 0;
        background-color: #f8f9fa;
        overflow: visible !important;
        /* Critical for position: sticky to work */
    }

    .blog-detail-section{
        background-color: #FBFBFB;
    }

    .blog-detail-content{
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    }

    .blog-post-card {
        background: #fff;
        padding: 40px;
        margin-bottom: 30px;
        border: 1px solid #eee;
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }

    .blog-post-card:hover {
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    }

    .blog-post-title {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 15px;
        color: #333;
        font-family: 'Poppins', sans-serif;
    }

    .blog-post-title a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
        font-family: 'Poppins', sans-serif;
    }

    .blog-post-title a:hover {
        color: #012CF2;
    }

    .blog-meta {
        font-size: 13px;
        color: var(--text-dark);
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blog-meta span {
        display: flex;
        align-items: center;
        gap: 5px;
        font-family: 'roboto', sans-serif;
    }

    .blog-meta i {
        font-size: 14px;
        color: #012CF2;
    }

    .blog-excerpt {
        color: #666;
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 20px;
    }

    .continue-reading {
        color: #333;
        font-weight: 600;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 5px;
        transition: color 0.3s ease;
    }

    .continue-reading:hover {
        color: #012CF2;
    }

    /* Sidebar Styles */
    .sidebar-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 10;
        align-self: flex-start;
        /* Prevents stretching to full height of row */
    }

    .sidebar-widget {
        background: #fff;
        padding: 30px;
        margin-bottom: 30px;
        border: 1px solid #eee;
    }

    .widget-title {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 25px;
        padding-bottom: 10px;
        border-bottom: 2px solid #012CF2;
        display: inline-block;
    }

    .search-form {
        position: relative;
    }

    .search-form input {
        width: 100%;
        padding: 12px 45px 12px 15px;
        border: 1px solid #eee;
        outline: none;
        font-size: 14px;
    }

    .search-form .search-btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 45px;
        background: transparent;
        border: none;
        color: #999;
    }

    .recent-posts-list,
    .archive-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .recent-posts-list li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f5f5f5;
        font-size: 16px;
    }

    .recent-posts-list li:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .recent-posts-list a {
        color: #444;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.4;
        display: block;
        transition: color 0.3s ease;
    }

    .recent-posts-list a:hover {
        color: #012CF2;
    }

    .archive-list li {
        margin-bottom: 10px;
    }

    .archive-list a {
        color: #666;
        text-decoration: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .why-list a {
        color: #666;
        text-decoration: none;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
    }

    .why-list a:hover {
        color: #012CF2;
    }

    .archive-list a:hover {
        color: #012CF2;
    }

    .why-list li a::before,
    .archive-list a::before {
        content: "\f285";
        font-family: "bootstrap-icons";
        font-size: 12px;
        color: #012CF2;
        font-weight: bold;
    }

    /* Pagination */
    .pagination-wrap {
        margin-top: 20px;
    }

    .pagination-list {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
    }

    .pagination-list a {
        padding: 8px 15px;
        border: 1px solid #eee;
        background: #fff;
        color: #333;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.3s ease;
    }

    .pagination-list a:hover,
    .pagination-list a.active {
        background: #012CF2;
        border-color: #012CF2;
        color: #fff;
    }

/* ===========================
   Blog Detail Styles
   =========================== */
.blog-detail-meta {
    display: flex;
    gap: 20px;
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.blog-detail-meta span {
    display: flex;
    align-items: center;
}

.blog-detail-meta i {
    color: var(--primary-blue);
    margin-right: 8px;
    font-size: 16px;
}

.blog-content-body {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
}

.blog-content-body p {
    margin-bottom: 20px;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 50px;
}

.nav-prev, .nav-next {
    flex: 1;
    max-width: 50%;
}

.nav-prev {
    text-align: left;
}

.nav-next {
    text-align: right;
}

.nav-prev a, .nav-next a {
    text-decoration: none;
    display: block;
}

.nav-label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.nav-post-title {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #333;
    transition: color 0.3s ease;
}

.post-navigation a:hover .nav-post-title {
    color: #012CF2;
}

@media (max-width: 768px) {
    .breadcrumb-title {
        font-size: 32px;
    }
    
    .blog-detail-meta {
        flex-wrap: wrap;
        gap: 10px;
    }
}

/* Traffic & Awards Carousel Navigation */
.traffic-carousel .owl-nav,
.awards-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 1070;
}

.traffic-carousel .owl-nav button.owl-prev,
.traffic-carousel .owl-nav button.owl-next,
.awards-carousel .owl-nav button.owl-prev,
.awards-carousel .owl-nav button.owl-next {
    pointer-events: auto;
    background: transparent !important;
    font-size: 30px !important;
    padding: 0 10px !important;
    transition: all 0.3s ease;
    font-weight: 900 !important;
    -webkit-text-stroke: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

/* Fix for Awards Carousel Arrows (keep inside container) */
.awards-carousel .owl-nav button.owl-prev,
.awards-carousel .owl-nav button.owl-next {
    margin: 0 !important;
}

/* .traffic-carousel .owl-nav button.owl-prev:hover,
.traffic-carousel .owl-nav button.owl-next:hover,
.awards-carousel .owl-nav button.owl-prev:hover,
.awards-carousel .owl-nav button.owl-next:hover {
    color: #012CF2 !important;
    opacity: 1;
} */

@media (max-width: 992px) {
    .traffic-carousel .owl-nav button.owl-prev,
    .traffic-carousel .owl-nav button.owl-next,
    .awards-carousel .owl-nav button.owl-prev,
    .awards-carousel .owl-nav button.owl-next {
        margin: 0 -30px;
        font-size: 40px !important;
    }
}

@media (max-width: 576px) {
    .traffic-carousel .owl-nav button.owl-prev,
    .traffic-carousel .owl-nav button.owl-next,
    .awards-carousel .owl-nav button.owl-prev,
    .awards-carousel .owl-nav button.owl-next {
        margin: 0 -15px;
        font-size: 30px !important;
    }
}

/* ===========================
   Blog Content Layout Styles
   =========================== */
.blog-description {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 30px;
}

.blog-content-grid {
    margin-bottom: 40px;
}

.content-box {
    background: #fff;
    border: 1px solid #e1e1e1;
    padding: 25px;
    height: 100%;
    transition: all 0.3s ease;
    border-radius: 4px;
    margin-bottom: 24px;
}

.content-box:hover {
    border-color: #012CF2;
    box-shadow: 0 10px 30px rgba(1, 44, 242, 0.05);
}

.content-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.content-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 0;
}

.blog-conclusion {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 4px;
    margin-top: 40px;
}

.blog-conclusion h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog-conclusion p {
    margin-bottom: 0;
}
