/*
Theme Name: getifyhr
Theme URI: https://getifyhr.local
Author: GetifyHr
Author URI: https://getifyhr.local
Description: Minimal blank starter theme for GetifyHr.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: getifyhr
*/


/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* GetifyHR Brand Color Palette */
:root {
    --primary-blue: #01549A;
    --primary-blue-dark: #1d4ed8;
    --primary-blue-light: #3b82f6;
    --secondary-teal: #231f20;
    --secondary-teal-dark: #0f766e;
    --accent-orange: #f97316;
    --accent-orange-dark: #ea580c;
    --text-dark: #16252E;
    --light-black-txt: #555555;
    --text-light: #40566d;
    --background-white: #ffffff;
    --background-light: #f8fafc;
    --background-gray: #f1f5f9;
    --border-light: #e2e8f0;
    --border-medium: #cbd5e1;
    --success-green: #10b981;
    --warning-yellow: #f59e0b;
    --error-red: #ef4444;
    --shadow-light: rgba(37, 99, 235, 0.1);
    --shadow-medium: rgba(37, 99, 235, 0.15);
    --shadow-dark: rgba(37, 99, 235, 0.2);
    --section-bg: #01549a12;
    --title-color: #2c3e50;
    --button-bg: #d9f1fb;
    --button-border: #99dcf8;
    --block-box-shadow: 0 20px 40px rgba(9, 31, 67, 0.05);
    --container-max-width: 1200px;

    --sub-title-font-size: 14px;
    --section-title-font-size: 38px;
    --section-title-below-desc-font-size: 20px;
    --body-font-size: 16px;
    --btn--font-size: 16px;

    --anchor-text-color: #01a0e2;

     --blue: #2563EB;
      --blue-dark: #1D4ED8;
      --blue-light: #EFF6FF;
      --icon-bg: #DBEAFE;
      --text-dark: #111827;
      --text-muted: #6E6E73;
      --border: #E5E7EB;
      --white: #ffffff;
      --nav-h: 64px;
      --shadow: 0 8px 32px rgba(0,0,0,0.10);
      --radius: 12px;
}

body {
    font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--background-white);
    font-size: var(--body-font-size);
}

p {
    font-size: var(--body-font-size);
}

a {
    color: var(--anchor-text-color);
    text-decoration: none;
}
h1.page-banner-title {
    font-size: 38px;
    font-weight: 700;
}
h3 {
    font-size: 18px;
}
.section-with-bg {
    background: var(--section-bg);
}

input[type="text"], input[type="email"], input[type="tel"], select, textarea {
    width:auto;
    min-height:37px;
    padding:0 50px 0 28px;
    border:none;
    border-radius:6px;
    background-color:#eef1f5;
    color:#64748b;
    font-weight:500;
    cursor:pointer;
    outline:none;    
}
select {
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 20px center;
    background-size:14px;
}
button.btn.blue-btn {
    padding: 8px;
}
.explore-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    border: 1px solid #b3d0dc;
    transition: all 0.3s ease;
    background: var(--button-bg);
}
.explore-more-btn:hover {
    transform: translateY(-2px);
}
img {
    border-radius: 10px;
}

/* *************
* events color |
***************/

.gec-holiday{
    background:#1864ab;
}

.gec-payroll{
    background:#d9480f;
}

.gec-compliance{
    background:#5f3dc4;
}

.gec-webinar{
    background:#087f5b;
}

.gec-training{
    background:#c2255c;
}

.gec-day{
	width:36px;
	height:36px;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight:600;
	cursor:pointer;
}

.gec-has-event{
	color:#fff;
}

img {
    max-width: 100%;
    height: auto;
}

h4 {
    font-size: 18px;
}

/* Container Classes for Consistent Sizing */
.nav-container.container-standard {
    padding: 0;
}
.container-standard, .compliance-container {
    max-width: var(--container-max-width);
    margin: 0 auto;
}

.container-content {
    max-width: 1400px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .container-standard {
        padding: 0 16px;
    }
    
    .container-content {
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .container-standard {
        padding: 0 12px;
    }
    
    .container-content {
        padding: 0 10px;
    }
}

/* Header Styles */
.header {
    background: var(--background-white);
    box-shadow: 0 1px 3px var(--shadow-light);
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--border-light);
}


.header-top {
    border-bottom: 1px solid var(--banner-bg);
    padding: 6px 0px;
}

.header-top li {
    display: inline-block;
    margin-left: 15px;
}

.w-100 {
    width: 100%;
}

.header-top-left {
    width: 70%;
}

.header-top-right {
    width: 30%;
    text-align: right;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.header-top li {
    display: inline-block;
}

.header-top a {
    color: var(--light-black-txt);
    text-decoration: none;
    font-size: 14px;
}

.header-top a i {
    margin-right: 6px;
    color: var(--primary-blue);
}

.navbar {
    padding: 0;
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
}

/* Logo Styles */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--text-dark);
    text-decoration: none;
    transition: transform 0.2s ease;
}
.logo-img {
    height: 55px;
    width: auto;
    border-radius: 8px;
}

.logo-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: var(--primary-blue);
}
p.logo-tagline {
    font-size: 11px;
    text-align: center;
    margin-top: -5px;
}

/* ── NAV SHELL ─────────────────────────────────── */

ul.primary-menu,
ul.primary-menu ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
 









/* ── NAV WRAPPER (add this class to your <nav> or header) ── */
/* Target: the element wrapping #primary-menu */
#site-navigation,
.main-navigation,
.navbar,
header nav {
  position: sticky;
  top: 0;
  z-index: 1000
}
 
/* ── PRIMARY MENU SHELL ─────────────────────────────────── */
ul.primary-menu.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 8px;
}
 
/* ── TOP-LEVEL ITEMS ────────────────────────────────────── */
ul.primary-menu > li.menu-lvl-0.nav-btn {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.nav-btn.menu-item::after {
    content: '';
    position: absolute;
    top: 100%;
    left: -4px;
    right: -4px;
    /* height: 28px; */
}
.nav-btn.menu-item:hover::after {
    height: 28px
}
ul.primary-menu > li.menu-lvl-0.nav-btn > a {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-dark);
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
}
 
ul.primary-menu > li.menu-lvl-0.nav-btn > a:hover,
ul.primary-menu > li.menu-lvl-0.nav-btn:hover > a {
  background: var(--blue-light);
  color: var(--blue);
}
 
/* Chevron arrow for items with children */
ul.primary-menu > li.menu-lvl-0.nav-btn.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform 0.2s;
  margin-left: 2px;
  margin-top: 3px;
}
 
ul.primary-menu > li.menu-lvl-0.nav-btn.menu-item-has-children:hover > a::after {
  transform: rotate(225deg) translateY(-3px);
}
 
/* ── HIDE ALL SUB-MENUS BY DEFAULT ──────────────────────── */
ul.primary-menu ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 200;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  top: calc(100% + 25px);
  left: 0;
}
 
/* Show on hover */
ul.primary-menu li:hover > ul.sub-menu {
  display: block;
}
 
/* ── SERVICES MEGA MENU (3-column) ──────────────────────── */
/* Services is the first .menu-lvl-0 with .menu-item-has-children */
/* Its sub-menu contains 3 column groups → treat as mega menu */
 
li#menu-item-517 > ul.sub-menu {
  display: none;
  width: 100vw;
  padding: 28px 140px;
  flex-direction: row;
  gap: 32px;
    top: 60px;
    left: calc(50% - 31.1vw);
}
li#menu-item-517 ul.sub-menu{
    border: none;
    border-radius: 0;
}
li#menu-item-517:hover > ul.sub-menu {
  display: flex;
}
 
/* Each column group inside Services mega menu */
li#menu-item-517 > ul.sub-menu > li {
  flex: 1;
  min-width: 0;
  position: static; /* prevent nested absolute positioning */
}
 
/* Column heading */
li#menu-item-517 > ul.sub-menu > li > a {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
  text-decoration: none;
  padding-bottom: 10px;
  margin-bottom: 14px;
  cursor: default;
  pointer-events: none;
}
 
/* Column items sub-menu — override to be static inside flex column */
li#menu-item-517 > ul.sub-menu > li > ul.sub-menu {
  display: block !important; /* always visible inside mega */
  position: static;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
}
 
/* ── MEGA MENU ITEMS (.mega-item) ───────────────────────── */
li.mega-item > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 13px;
  border-radius: 8px;
  text-decoration: none;
  color: #1D1D1F;
  font-size: 13.5px;
  font-weight: 500;
  transition: background 0.12s, color 0.12s;
  line-height: 1.3;
}
 
li.mega-item > a:hover {
  background: var(--blue-light);
  color: var(--blue);
}
 
/* Blue dot icon before each mega item */
li.mega-item > a::before {
  content: '\f3ec';
  font-family: "Font Awesome 6 Brands";
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: var(--icon-bg);
  border-radius: 7px;
      justify-content: center;
    align-items: center;
}
 
/* ── SIMPLE DROPDOWNS (Knowledgebase, Company) ──────────── */
 
/* Generic simple dropdown (non-mega) */
li.menu-lvl-0.nav-btn:not(#menu-item-517) > ul.sub-menu {
  min-width: 320px;
  padding: 8px;
}
 
li.menu-lvl-0.nav-btn:not(#menu-item-517) > ul.sub-menu > li > a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.12s, color 0.12s;
  white-space: nowrap;
}
 
li.menu-lvl-0.nav-btn:not(#menu-item-517) > ul.sub-menu > li > a:hover {
  background: var(--blue-light);
  color: var(--blue);
}
 
/* Blue square icon before simple dropdown items */
li.menu-lvl-0.nav-btn:not(#menu-item-517) > ul.sub-menu > li > a::before {
  content: '';
  display: inline-flex;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: var(--icon-bg);
  border-radius: 7px;
}
 
/* ── RESPONSIVE: MOBILE (<= 900px) ─────────────────────── */
@media (max-width: 900px) {
 
  /* Nav becomes scrollable column */
  ul.primary-menu.nav-menu {
    display: none; /* hidden by default; toggled by WP mobile menu JS */
    flex-direction: column;
    align-items: stretch;
    height: auto;
    max-height: calc(100vh - var(--nav-h));
    overflow-y: auto;
    padding: 12px;
    gap: 2px;
    background: var(--white);
    border-top: 1px solid var(--border);
    position: fixed;
    top: var(--nav-h);
    left: 0;
    right: 0;
    z-index: 999;
    box-shadow: var(--shadow);
  }
 
  /* Show when toggled (WP adds .toggled or .menu-open to body/nav) */
  .toggled ul.primary-menu.nav-menu,
  ul.primary-menu.nav-menu.mobile-open {
    display: flex;
  }
 
  ul.primary-menu > li.menu-lvl-0.nav-btn {
    height: auto;
    flex-direction: column;
    align-items: stretch;
  }
 
  ul.primary-menu > li.menu-lvl-0.nav-btn > a {
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 8px;
  }
 
  /* Sub-menus: show as static blocks on mobile */
  ul.primary-menu ul.sub-menu {
    display: none;
    position: static;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0 0 0 12px;
  }
 
  ul.primary-menu li.menu-item-has-children.open > ul.sub-menu {
    display: block;
  }
 
  /* Services mega: stack columns */
  li#menu-item-517 > ul.sub-menu {
    flex-direction: column;
    min-width: unset;
    padding: 0 0 0 12px;
    gap: 0;
  }
 
  li#menu-item-517 > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
  }
 
  li#menu-item-517 > ul.sub-menu > li > a {
    pointer-events: auto;
    font-size: 11px;
    padding-top: 14px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--border);
    margin-bottom: 4px;
  }
 
  /* Chevrons removed on mobile */
  ul.primary-menu > li.menu-lvl-0.nav-btn.menu-item-has-children > a::after {
    content: '+';
    border: none;
    transform: none;
    font-size: 18px;
    line-height: 1;
    margin-left: auto;
  }
 
  ul.primary-menu > li.menu-lvl-0.nav-btn.menu-item-has-children.open > a::after {
    content: '−';
    transform: none;
  }
}

/* Search Styles */
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 10px 16px 10px 40px;
    color: #374151;
    width: 250px;
    transition: all 0.3s ease;
}

.search-input::placeholder {
    color: #9ca3af;
}

.search-input:focus {
    outline: none;
    background: white;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
    width: 300px;
}

.search-icon {
    position: absolute;
    left: 14px;
    color: #9ca3af;
    font-size: 14px;
    z-index: 1;
}

/* Notification Styles */
.notification-wrapper {
    position: relative;
}


.notification-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: var(--error-red);
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 2px solid white;
}


.mark-all-read {
    font-size: 12px;
    color: var(--primary-blue);
    cursor: pointer;
    font-weight: 500;
}

.mark-all-read:hover {
    text-decoration: underline;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #374151;
    margin: 3px 0;
    transition: 0.3s;
    border-radius: 2px;
}

/* Hero Banner Section */
.hero-banner {
    background-size: 100% 100%;
    min-height: 90vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.hero-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('assets/images/hero-pattern.png') no-repeat top / cover;
    opacity: 0.04;
}

.hero-container {
    position: relative;
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 80px;
    align-items: center;
    min-height: 80vh;
}

.hero-left {
    color: white;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2); */
    padding: 8px 0;
    border-radius: 50px;
    font-size: var(--sub-title-font-size);    
    font-weight: 500;
    margin-bottom: 5px;
    animation: fadeInUp 0.8s ease-out;
}

.badge-icon {
    font-size: 16px;
}

.hero-title {
    font-size: var(--section-title-font-size);
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 24px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.title-highlight {
    background: linear-gradient(45deg, var(--accent-orange), var(--primary-blue-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.black-txt {
    color: var(--text-dark);
}
.black-txt-light {
    color: var(--text-light);
}
.blue-txt {
    color: var(--primary-blue);
}

.hero-description {
    margin-bottom: 40px;
}
.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 20px;
    border-radius: 6px;
    font-size: var(--btn--font-size);
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.5s;
}

.btn:hover::before {
    left: 100%;
}

.btn-primary {
    background: var(--primary-blue);;
    color: white;
    box-shadow: 0 8px 25px var(--shadow-medium);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px var(--shadow-dark);
}

.btn-secondary {
    background: transparent;
    color: #01a0e2;
    border: 2px solid #01a0e2;
    backdrop-filter: blur(10px);
}

.btn-secondary:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.blue-btn {
    background: var(--primary-blue);
    color: #fff;
}

.hero-right {
    position: relative;
    animation: fadeInRight 1s ease-out 0.4s both;
}

.hero-image-container {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 435px;
    background: #fff;
}

.hero-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

/* Floating Cards */
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    animation: float 3s ease-in-out infinite;
    min-width: 200px;
}

.card-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}

.card-2 {
    top: 25%;
    right: -15%;
    animation-delay: 0.5s;
}

.card-3 {
    bottom: 35%;
    left: -15%;
    animation-delay: 1s;
}

.card-4 {
    bottom: 15%;
    right: -10%;
    animation-delay: 1.5s;
}

.card-5 {
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation-delay: 2s;
}

.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(45deg, var(--primary-blue), var(--secondary-teal));
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    flex-shrink: 0;
}

.card-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.card-title {
    font-weight: 600;
    color: var(--text-dark);
}

.card-subtitle {
    color: var(--text-light);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}

/* Responsive Design for Hero */
@media (max-width: 1024px) {
    .hero-content {
        gap: 60px;
    }
    
    .floating-card {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .hero-image {
        height: 300px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .mega-menu {
        min-width: 700px;
    }
    
    .mega-menu.simple-mega {
        min-width: 500px;
    }
    
    .search-input {
        width: 200px;
    }
    
    .search-input:focus {
        width: 240px;
    }
}

@media (max-width: 1024px) {
    .nav-menu {
        gap: 0;
    }
    
    .nav-link {
        padding: 20px 16px;
        font-size: 14px;
    }
    
    .mega-menu {
        min-width: 600px;
    }
    
    .mega-menu.simple-mega {
        min-width: 450px;
    }
    
    .search-container {
        display: none;
    }
}

@media (max-width: 768px) {
    .nav-container {
        padding: 0 16px;
        height: 64px;
    }
    
    .logo-img {
        height: 36px;
    }
    
    .logo-text {
        font-size: 20px;
    }
    
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 64px;
        flex-direction: column;
        background: white;
        width: 100%;
        text-align: left;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        padding: 20px 0;
        gap: 0;
        border-top: 1px solid #e5e7eb;
        max-height: calc(100vh - 64px);
        overflow-y: auto;
    }
    
    .nav-menu.active {
        left: 0;
    }
    
    .nav-item {
        width: 100%;
        border-bottom: 1px solid #f3f4f6;
    }
    
    .nav-link {
        padding: 16px 20px;
        justify-content: space-between;
        font-size: 16px;
        width: 100%;
        height: auto;
    }
    
    .mega-menu {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        border: none;
        border-radius: 0;
        margin: 0;
        background: #f9fafb;
        min-width: auto;
        display: none;
    }
    
    .nav-item.mobile-active .mega-menu {
        display: block;
    }
    
    .mega-menu-container {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle.active .bar:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }
    
    .nav-toggle.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .user-info {
        display: none;
    }
}

@media (max-width: 480px) {
    .nav-container {
        padding: 0 12px;
    }
    
    .logo-text {
        font-size: 18px;
    }
    
    .logo-img {
        height: 32px;
    }
    
    .nav-actions {
        gap: 12px;
    }
    
}
/* 3-colummn */
.grid-container-3-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
    gap: 35px; /* space between columns and rows */
    margin-bottom: 35px;
}
.grid-item-3-col,
.fullwidth-content {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    text-align: center;
}
.page-template-home-page .grid-item-3-col:last-child {
    grid-column: 1 / -1;
}
.fullwidth-content {
    margin-bottom: 40px;
    scroll-margin-top: 110px;
}
section#core-compliance-section, section#labour-law-compliance-section {
    scroll-margin-top: 90px;
}
.fullwidth-content .service-icon {
    margin: 0px 0px 0px 22px;
}

.fullwidth-content .service-content {
    text-align: left;
    padding: 22px 22px 30px;
    margin: 0;
}
.fullwidth-content .service-content p {
    padding: 0px;
}

/* Responsive for tablets and mobile */
@media (max-width: 900px) {
    .grid-container-3-col {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
    }
}

@media (max-width: 600px) {
    .grid-container-3-col {
    grid-template-columns: 1fr; /* 1 column */
    }
}

/* Services Section */
.services-section {
    position: relative;
    overflow: hidden;
}

/* .services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="%23e2e8f0" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
    opacity: 0.5;
    z-index: 1;
} */

.container {
    /* Container styles are now handled by container-standard class */
}

.services-header {
    text-align: center;
    margin-bottom: 65px;
    position: relative;
    z-index: 2;
}

.services-title {
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-title-below-desc, .heading-section.services-header.container-content p {
    color: var(--light-black-txt);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
    font-size: var(--section-title-below-desc-font-size);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.service-box {
    background: var(--background-white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 40px var(--shadow-light);
    transition: all 0.4s ease;
    border: 1px solid var(--border-light);
    position: relative;
    overflow: hidden;
}

.service-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 20px 20px 0 0;
}

.service-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px var(--shadow-medium);
    border-color: var(--primary-blue);
}

.service-icon {
    width: 42px;
    height: 50px;
    background: var(--primary-blue);
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/*.service-icon::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
} */

.service-icon:hover::before {
    transform: rotate(45deg) translate(50%, 50%);
}

.service-icon i {
    font-size: 20px;
    color: #fff;
    z-index: 1;
    position: relative;
}

.service-content h3 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 10px;
    line-height: 1.3;
}
.service-content p {
    color: var(--light-black-txt);
    line-height: 1.7;
    margin: 0;
    text-align: justify;
    padding: 2px 22px 19px;
}
p.service-short-description {
    padding: 0;
    margin: 27px 0;
    font-weight: 600;
}
.services-cta {
    text-align: center;
    position: relative;
    z-index: 2;
}

.cta-button {
    background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-dark));
    color: white;
    border: none;
    padding: 18px 50px;
    font-weight: 700;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px var(--shadow-medium);
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px var(--shadow-dark);
    background: linear-gradient(135deg, var(--accent-orange-dark), var(--accent-orange));
}

/* Responsive Design for Services */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .service-box {
        padding: 25px;
    }
    
    .cta-button {
        padding: 12px 30px;
    }
}

/* Pain Points Section */
.pain-points-section {
    padding: 120px 0;
    background: linear-gradient(135deg, var(--background-white) 0%, var(--background-light) 100%);
    position: relative;
    overflow: hidden;
}

.pain-points-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.4;
    z-index: 1;
}

.pain-points-header {
    text-align: center;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.experience-banner {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    color: white;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px var(--shadow-medium);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.experience-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.experience-banner:hover::before {
    left: 100%;
}

.experience-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px var(--shadow-dark);
}

.experience-banner i {
    transition: transform 0.3s ease;
}

.experience-banner:hover i {
    transform: scale(1.2);
}

.pain-points-title {
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 24px;
    line-height: 1.1;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.video-section p,
.pain-points-subtitle {
    color: var(--light-black-txt);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
    font-weight: 400;
}

.pain-points-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

/* Wave-like dotted line */
.pain-points-grid::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 3%;
    right: 3%;
    height: 4px;
    background: repeating-linear-gradient(
        to right,
        var(--primary-blue) 0px,
        var(--primary-blue) 16px,
        transparent 16px,
        transparent 32px
    );
    z-index: 1;
    border-radius: 3px;
    box-shadow: 0 4px 12px var(--shadow-medium);
}

.pain-point-box {
    background: var(--background-white);
    border-radius: 24px;
    padding: 40px 24px;
    box-shadow: 0 15px 50px var(--shadow-light);
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    border: 1px solid var(--border-light);
    backdrop-filter: blur(10px);
    text-align: center;
    overflow: hidden;
}

.pain-point-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 24px 24px 0 0;
}

.pain-point-box:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 0 25px 70px var(--shadow-medium);
    border-color: var(--primary-blue);
}

.pain-point-icon {
    position: relative;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.icon-container {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, var(--primary-blue), var(--secondary-teal));
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 15px 40px var(--shadow-medium);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.icon-container::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
}

.icon-container:hover::before {
    transform: rotate(45deg) translate(50%, 50%);
}

.icon-container:hover {
    transform: scale(1.05);
    box-shadow: 0 20px 50px var(--shadow-dark);
}

.icon-container i {
    color: white;
    z-index: 1;
    position: relative;
}

.step-number {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-dark));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    box-shadow: 0 8px 20px var(--shadow-medium);
    border: 4px solid var(--background-white);
    transition: all 0.4s ease;
}

.step-number:hover {
    transform: scale(1.3) rotate(360deg);
    box-shadow: 0 12px 25px var(--shadow-dark);
}

.pain-point-content h3 {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
    line-height: 1.3;
}

.pain-point-content p {
    color: var(--light-black-txt);
    line-height: 1.6;
    margin: 0;
}

.pain-points-cta {
    text-align: center;
    position: relative;
    z-index: 2;
}

.pain-points-cta-button {
    background: linear-gradient(135deg, var(--accent-orange), var(--accent-orange-dark));
    color: white;
    border: none;
    padding: 24px 60px;
    font-weight: 700;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 15px 40px var(--shadow-medium);
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    overflow: hidden;
}

.pain-points-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s ease;
}

.pain-points-cta-button:hover::before {
    left: 100%;
}

.pain-points-cta-button:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px var(--shadow-dark);
    background: linear-gradient(135deg, var(--accent-orange-dark), var(--accent-orange));
}

.cta-icon {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.cta-icon i {
    font-size: 16px;
    color: white;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

.pain-points-cta-button:hover .cta-icon {
    background: rgba(255, 255, 255, 0.25);
    transform: scale(1.15);
}

.pain-points-cta-button:hover .cta-icon i {
    transform: rotate(45deg) translate(3px, -3px);
}

/* Responsive Design for Pain Points */
@media (max-width: 1200px) {
    .pain-points-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    
    .pain-points-grid::before {
        left: 3%;
        right: 3%;
    }
}

@media (max-width: 768px) {
    .pain-points-section {
        padding: 80px 0;
    }
    
    .pain-points-title {
        font-size: 2.2rem;
    }
    
    .pain-points-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .pain-point-box {
        padding: 25px 15px;
    }
    
    .pain-points-grid::before {
        display: none;
    }
    
    .pain-points-cta-button {
        padding: 18px 40px;
    }
    
    .icon-container {
        width: 70px;
        height: 70px;
    }
    
    .icon-container i {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    
    .experience-banner {
        padding: 8px 20px;
    }
    
    .pain-points-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .pain-points-cta-button {
        padding: 16px 35px;
        flex-direction: column;
        gap: 10px;
    }
}

/* Service Explanation Section */
.service-explanation-section {
    position: relative;
}

.service-explanation-header {
    text-align: center;
    margin-bottom: 30px;
}

.service-explanation-title {
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}
.service-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.service-item.reverse {
    grid-template-columns: 1fr 1fr;
}

.service-item.reverse .service-content {
    order: 1;
}

.service-item.reverse .service-video {
    order: 2;
}

.service-video {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 40px;
}

.service-video video {
    box-shadow: 0 15px 20px rgba(0, 0, 0, 0.1);
}


.service-video:hover {
    transform: translateY(-5px);
}

.service-video:hover video{
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.video-placeholder {
    width: 100%;
    height: 400px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.video-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="20" height="20" patternUnits="userSpaceOnUse"><path d="M 20 0 L 0 0 0 20" fill="none" stroke="%23ffffff" stroke-width="0.5" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.video-placeholder i {
    font-size: 4rem;
    margin-bottom: 15px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
}

.video-placeholder span {
    font-weight: 600;
    z-index: 1;
    position: relative;
}

.video-placeholder:hover i {
    transform: scale(1.1);
}

.service-content {
    padding: 2px;
    margin-top: 15px;
}



.service-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-features li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-features li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.service-features li:last-child {
    margin-bottom: 0;
}

/* Responsive Design for Service Explanation */
@media (max-width: 1024px) {
    .service-item {
        gap: 40px;
    }
    
    .video-placeholder {
        height: 350px;
    }
}

@media (max-width: 768px) {
    .service-explanation-section {
        padding: 80px 0;
    }
    
    .service-items {
        gap: 80px;
    }
    
    .service-item {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .service-item.reverse {
        grid-template-columns: 1fr;
    }
    
    .service-item.reverse .service-content {
        order: 1;
    }
    
    .service-item.reverse .service-video {
        order: 2;
    }
    
    .service-content {
        order: 1;
    }
    
    .service-video {
        order: 2;
    }
    
    .service-content h3 {
        text-align: center;
    }
    
    .video-placeholder {
        height: 300px;
    }
    
    .service-features li {
        text-align: left;
    }
}

@media (max-width: 480px) {
    
    .service-items {
        gap: 60px;
    }
    
    .video-placeholder {
        height: 250px;
    }
}

.text-center {
    text-align: center;
}

.section-title h3 {
    font-size: var(--section-title-font-size);
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--title-color);
}

section:not(.hero-banner) {
    padding: 60px 0px;
}

section.testimonial-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Testimonial section */

.testimonial-section{
	padding:80px 20px;
}

.testimonial-section-container{
	margin:0 auto;
}

.testimonial-section-content{
	display:grid;
	grid-template-columns:minmax(0, 1fr) minmax(300px, 420px);
	gap:70px;
	align-items:center;
}

.testimonial-section-slider{
	position:relative;
	width:100%;
	overflow:hidden;
}

.testimonial-section-track{
	display:flex;
	transition:transform .55s ease;
	will-change:transform;
}

.testimonial-section-slide{
	flex:0 0 100%;
	width:100%;
}

.testimonial-section-star-rating{
	display:flex;
	gap:7px;
	color:#f2ad27;
	font-size:20px;
}

.testimonial-section-text{
	margin-top:25px;
	line-height:1.6;
}

.testimonial-section-text p{
	margin:0;
}

.testimonial-section-separator{
	width:100%;
	height:1px;
	margin:35px 0 25px;
	background:#e7e8ed;
}

.testimonial-section-author{
	display:flex;
	align-items:center;
	gap:16px;
}

.testimonial-section-quote-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	width:58px;
	height:58px;
	border-radius:50%;
	background:#f1efff;
	color:#5b3df5;
	font-size:23px;
	transition:transform .3s ease;
}

.testimonial-section-author-name{
	margin:0;
	font-size:19px;
}

.testimonial-section-author-location{
	margin:6px 0 0;
	color:#6b7180;
	font-size:15px;
}

.testimonial-section-pagination{
	color:#6b7180;
	font-size:18px;
	font-weight:700;
    text-align: right;
}

.testimonial-section-current{
	color:#5b3df5;
}

.testimonial-section-right{
	display:flex;
	justify-content:right;
}

.testimonial-section-illustration{
	width:min(100%, 380px);
	cursor:pointer;
}

.testimonial-section-illustration img{
	display:block;
	width:100%;
	height:auto;
	transition:transform .3s ease;
}

.testimonial-section-illustration:hover img{
	transform:scale(1.03);
}

@media (max-width:900px){

	.testimonial-section-content{
		grid-template-columns:1fr;
		gap:45px;
	}

	.testimonial-section-right{
		order:-1;
	}

	.testimonial-section-illustration{
		width:min(280px, 100%);
	}
}

@media (max-width:600px){

	.testimonial-section{
		padding:55px 18px;
	}

	.testimonial-section-title{
		margin-bottom:30px;
		font-size:38px;
	}

	.testimonial-section-text{
		font-size:18px;
	}
}

/* Home blog section */

.screen-reader-text{
	position:absolute;
	width:1px;
	height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}
.home-blog-section{
    width:min(1400px, calc(100% - 40px));
    margin:80px auto;
}

.home-blog-section-layout{
    display:grid;
    grid-template-columns:minmax(0, 1fr) 390px;
    gap:60px;
    align-items:start;
}

.home-blog-section-slider-area{
    min-width:0;
}

.home-blog-section-slider{
    width:100%;
    overflow:hidden;
}

.home-blog-section-track{
    display:flex;
    gap:28px;
    transition:transform .55s ease;
    will-change:transform;
}

.home-blog-section-card{
    flex: 0 0 calc(50% - 22px);
    min-width: 0;
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 14px;
}

.home-blog-section-image{
    position:relative;
    height:auto;
    overflow:hidden;
    background:#dfe6ff;
}

.home-blog-section-image img{
    display:block;
    width: 100%;
    max-width:100%;
}

.home-blog-section-category{
    position: absolute;
    top: 22px;
    left: 22px;
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 2px 10px;
    border-radius: 3px;
    background: var(--primary-blue);
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    text-decoration: none;
}

.home-blog-section-content{
    padding:28px 26px 26px;
}

.home-blog-section-title{
    margin:0;
    min-height: 65px;
}

.home-blog-section-title a{
    color:var(--home-blog-section-dark);
    text-decoration:none;
}

.home-blog-section-meta{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    margin-top:26px;
}

.home-blog-section-read-more{
    display:inline-flex;
    align-items:center;
    gap:9px;
    color: var(--primary-blue);
    font-weight:700;
    text-decoration:none;
    white-space:nowrap;
}

.home-blog-section-read-more span{
    font-size:24px;
    line-height:1;
}

.home-blog-section-dots{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:28px;
}

.home-blog-section-dot{
    width:10px;
    height:10px;
    padding:0;
    border:0;
    border-radius:50%;
    background:#dddffc;
    cursor:pointer;
    transition:.2s ease;
}

.home-blog-section-dot.active{
    background:var(--home-blog-section-primary);
    transform:scale(1.15);
}

.home-blog-section-action-area{
    padding-top:8px;
}

.home-blog-section-heading{
    margin:0;
    line-height:1.12;
    letter-spacing:-2px;
}

.home-blog-section-instagram-text{
    display:flex;
    align-items:center;
    gap:10px;
    margin:28px 0 0;
    color:#363849;
    line-height:1.5;
}

.home-blog-section-instagram-icon{
    position:relative;
    flex:none;
    width:22px;
    height:22px;
    border:2px solid var(--home-blog-section-primary);
    border-radius:7px;
}

.home-blog-section-instagram-icon::before{
    content:"";
    position:absolute;
    top:4px;
    left:4px;
    width:7px;
    height:7px;
    border:2px solid var(--home-blog-section-primary);
    border-radius:50%;
}

.home-blog-section-instagram-icon::after{
    content:"";
    position:absolute;
    top:3px;
    right:3px;
    width:3px;
    height:3px;
    border-radius:50%;
    background:var(--home-blog-section-primary);
}

.home-blog-section-instagram-text a{
    color:var(--home-blog-section-primary);
    font-weight:700;
}

.home-blog-section-actions{
    display:flex;
    gap:14px;
    margin-top:36px;
    justify-content: right;
}
input#home-blog-section-email {
    background: #fff;
    border: 1px solid;
}
button.btn.blue-btn.home-blog-sec-subscribe-btn {
    justify-content: center;
    padding: 8px;
}
.home-blog-section-button{
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: #eef0ff;
    cursor: pointer;
    line-height: 1;
    transition: .2s ease;
    font-weight: 700;
}

.home-blog-section-button:hover{
    background: #daddf9;
    transform:translateY(-2px);
}

.home-blog-section-newsletter{
    margin-top:34px;
    padding:30px;
    border-radius:22px;
    background:linear-gradient(
        135deg,
        #f7f6ff,
        #ededff
    );
}

.home-blog-section-newsletter h3{
    margin:0;
    line-height:1.25;
}

.home-blog-section-newsletter p{
    margin:12px 0 22px;
    color:#666878;
    line-height:1.5;
}

.home-blog-section-form{
    display:grid;
    gap:14px;
}

.home-blog-section-note{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:18px 0 0;
    color:#77798a;
    text-align:center;
}

.home-blog-section-message{
    display:none;
    margin-top:14px;
    padding:12px;
    border-radius:8px;
    background:#e6f8ec;
    color:#17733a;
}

.home-blog-section-message.show{
    display:block;
}

@media (max-width:1100px){

    .home-blog-section-layout{
        grid-template-columns:1fr;
        gap:45px;
    }

    .home-blog-section-action-area{
        order:-1;
        max-width:700px;
    }
    .home-blog-section-newsletter{
        max-width:600px;
    }
}

@media (max-width:700px){

    .home-blog-section{
        width:min(100% - 30px, 600px);
        margin:45px auto;
    }

    .home-blog-section-track{
        gap:16px;
    }

    .home-blog-section-card{
        flex-basis:100%;
        border-radius:18px;
    }

    .home-blog-section-image{
        height:260px;
    }

    .home-blog-section-content{
        padding:22px 20px;
    }
    .home-blog-section-meta{
        flex-direction:column;
        align-items:flex-start;
        margin-top:20px;
    }

    .home-blog-section-button{
        width:54px;
        height:54px;
    }

    .home-blog-section-newsletter{
        margin-top:38px;
        padding:24px 20px;
    }
}

/* FAQ Section Styles */
.faq-section {
    position: relative;
    overflow: hidden;
}

.faq-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.faq-banner {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border-radius: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
}

.faq-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #764ba2, #667eea);
    border-radius: 25px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.faq-banner:hover::before {
    opacity: 1;
}

.faq-banner:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
}

.faq-banner i {
    transition: transform 0.3s ease;
}

.faq-banner:hover i {
    transform: translateX(3px);
}

.faq-title {
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.faq-subtitle {
    color: var(--light-black-txt);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}



.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.faq-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq-item {
    background: var(--background-white);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.faq-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--primary-blue);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.faq-item:hover::before,
.faq-item.faq-active::before {
    transform: scaleX(1);
}

.faq-item:hover,
.faq-item.faq-active {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.15);
    border-color: var(--primary-blue-light);
}

.faq-item.active {
    border-color: var(--primary-blue);
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.2);
}

.faq-item.hidden {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.faq-item.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

.faq-question h3 {
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.4;
    flex: 1;
}

.faq-question i {
    font-size: 14px;
    color: var(--primary-blue);
    transition: all 0.3s ease;
    margin-top: 4px;
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
    color: var(--primary-blue-dark);
}

.faq-answer {
    display: none;
    margin-top: 10px;
}

.faq-item.active .faq-answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 20px;
}

.faq-answer p {
    color: var(--light-black-txt);
    line-height: 1.6;
    margin: 0;
}

.faq-cta {
    text-align: center;
    margin-top: 40px;
}

.faq-cta-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

.faq-cta-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #764ba2, #667eea);
    transition: left 0.3s ease;
    z-index: -1;
}

.faq-cta-button:hover::before {
    left: 0;
}

.faq-cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.faq-cta-button i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.faq-cta-button:hover i {
    transform: translateX(5px);
}

.faq-cta-button.loading {
    pointer-events: none;
    opacity: 0.7;
}

.faq-cta-button.loading i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Responsive Design for FAQ Section */
@media (max-width: 1024px) {
    .faq-grid {
        gap: 25px;
    }
    
    .faq-item {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .faq-section {
        padding: 80px 0;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-column {
        gap: 15px;
    }
    
    .faq-item {
        padding: 18px;
    }
    
    .faq-cta-button {
        padding: 14px 28px;
    }
}

@media (max-width: 480px) {
    
    .faq-banner {
        padding: 6px 14px;
    }
    
    .faq-grid {
        gap: 15px;
    }
    
    .faq-item {
        padding: 16px;
    }
    
    .faq-cta-button {
        padding: 12px 24px;
        font-size: 14px;
    }
}

/* Footer Styles */
.footer {
    border-top: 1px solid var(--border-light);
    padding: 60px 0px;
}

.footer-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px;
    margin-bottom: 30px;
}

.footer-end {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--border-light);
    padding-top: 30px;
    margin-top: 10px;
}

.footer-column h4 {
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 8px;
}

.footer-column ul li a {
    color: var(--light-black-txt);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    line-height: 1.4;
}

.footer-column ul li a:hover {
    color: var(--primary-blue);
    transform: translateX(5px);
}
.footer .contact-item a, .footer .contact-item span {
    text-decoration: none;
    color: var(--taxt-dark);
    font-weight: 600;
}
.app-downloads-footer {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.download-btn-footer {
    display: block;
    transition: transform 0.3s ease;
}

.download-btn-footer:hover {
    transform: translateY(-2px);
}

.download-btn-footer img {
    width: auto;
    max-width: 120px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.footer-bottom-left {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 70%;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo-img {
    height: 50px;
    width: auto;
}

.compliance-badges {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.compliance-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--background-light);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    color: var(--light-black-txt);
    border: 1px solid var(--border-light);
}

.compliance-badge i {
    font-size: 14px;
    color: var(--success-green);
}

.footer-copyright {
    display: flex;
    gap: 20px;
}

.footer-copyright p {
    color: var(--text-light);
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-links {
    display: flex;
    gap: 20px;
}

.footer-links a {
    color: var(--light-black-txt);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--primary-blue);
}

.footer-bottom-right {
    flex: 1;
    width: 30%;
}

.footer-contact {
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: var(--light-black-txt);
    font-size: 14px;
    text-align: left;
}

.contact-item i {
    font-size: 16px;
    color: var(--success-green);
}

.contact-item:last-child {
    margin-bottom: 0;
}

.social-media {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--background-light);
    color: var(--light-black-txt);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid var(--border-light);
}

.social-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.social-link.facebook:hover {
    background: #1877f2;
    color: white;
}

.social-link.twitter:hover {
    background: #1da1f2;
    color: white;
}

.social-link.linkedin:hover {
    background: #0077b5;
    color: white;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    color: white;
}

.social-link.youtube:hover {
    background: #ff0000;
    color: white;
}

/* Responsive Design for Footer */
@media (max-width: 1024px) {
    .footer-nav {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    
    .footer-bottom-right {
        text-align: center;
    }
    
    .social-media {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 60px 0 30px;
    }
    
    .footer-nav {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .footer-column h4 {
        font-size: 16px;
    }
    
    .footer-column ul li a {
        font-size: 13px;
    }
    
    .compliance-badges {
        justify-content: center;
    }
    
    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-nav {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-column h4 {
        font-size: 15px;
    }
    
    .footer-column ul li a {
        font-size: 12px;
    }
    
    .footer-logo-img {
        height: 40px;
    }
    
    .compliance-badge {
        font-size: 11px;
        padding: 6px 10px;
    }
    
    .contact-item {
        font-size: 13px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
}

/* Our Clients */
.our-clients {
    text-align: center;
}

.our-clients p {
    margin-bottom: 50px;
}
.clients-grid {
    margin-bottom: 30px;
}

/* .clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    margin: auto;
} */

.client-div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

/* .client-card {
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28%;
    flex: 0 0 calc(28% - 15px);
    margin-bottom: 15px;
} */

/* .client-div:nth-child(odd) .client-card:nth-child(3),
.client-div:nth-child(odd) .client-card:nth-child(5),
.client-div:nth-child(even) .client-card:nth-child(1),
.client-div:nth-child(even) .client-card:nth-child(4) {
    width: 8%;
    flex: 0 0 calc(8% - 15px);
} */

.client-card {
    background: white;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32%;
    flex: 0 0 calc(32% - 15px);
    margin-bottom: 15px;
    box-shadow: var(--block-box-shadow);
}

.client-div:nth-child(odd) .client-card:nth-child(even),
.client-div:nth-child(even) .client-card:nth-child(odd) {
    width: 18%;
    flex: 0 0 calc(18% - 15px);
}

.client-card img {
    max-height: 70px; /* Fixed height */
}

/* Service process flow */
.lead {
color: var(--muted);
    max-width: 700px;
    margin: 0 auto 80px;
    line-height: 1.5;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-top: 20px;
    /* extra gap before steps if needed */
}

.step {
    width: 296px;
    position: relative;
    text-align: center;
}

/* stagger steps */

.icon-wrap {
    width: 80px;
    height: 80px;
    background: var(--background-white);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    box-shadow: 0 6px 20px rgba(11, 34, 64, 0.08);
    position: relative;
    z-index: 3;
}

.icon-num {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    border: 1px solid var(--button-border);
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent);
    font-weight: bold;
    z-index: 4;
    background: var(--button-bg);
}

.step h4 {
    margin-bottom: 8px;
}

.marker {
    background: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin: 0 auto 20px;
    border: 6px solid var(--primary-blue);
    position: relative;
}

.marker::after {
  content: "";
  background: url('assets/images/arc-image.svg') no-repeat top / contain;
  position: absolute;
  width: 290px;
  height: 100px;
  top: 1px;
  left: 12px;
  z-index: -1;
  transform: rotate(9deg);
}

.step:nth-child(2n+2) .marker::after {
    transform: rotate(-8deg);
    top: -34px;
    left: 8px;
}

.step:nth-child(2n+2) {
    margin-top: 40px;
}

.step:last-child .marker::after {
    display: none;
}

/* markers moved lower */
/* CTA button */
.cta {
    margin-top: 40px;
}

.cta a {
    background: var(--accent);
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Client testimonial */
.testimonial-slider .swiper-pagination {
    right: 0;
    width: auto !important;
    left: inherit;
}

.testimonial-section {
  padding: 60px 20px;
  /* background: linear-gradient(135deg, #f9f9f9, #f0f0f0); */
}
.swiper-pagination {
    text-align: left !important;
    font-weight: 600;
}

.client-info {
  text-align: left;
}

.client-name {
  font-weight: bold;
  margin: 0;
  color: #222;
}

.client-company {
  display: block;
  color: #777;
}

.testimonial-date {
  color: #999;
}

/* Swiper buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-pagination-bullet {
  background: #333;
}

.home-popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}
.popup-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}
.popup-left-inner {
    position: relative;
    height: 100%;
}

.popup-box {
    width: 800px;
}
.popup-left {
    width: 50%;
}
.popup-right {
    width: 50%;
    padding-left: 20px;
    position: relative;
}

.popup-right .popup-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-right h4 {
    line-height: 1.3;
    color: #fff;
    text-align: center;
}
.popup-box {
    width: 800px;
    background: var(--primary-blue);
    padding: 20px;
    border-radius: 5px;
}
.d-flex {
    display: flex;
}

.popup-image {
    width: 100%;
    background: #ccc;
    padding-bottom: 100px;
    border-radius: 5px;
    height: 500px;
    position: relative;
}
.popup-left h3 {
    background: #fff;
    text-align: center;
    padding: 5px;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.popup-content img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
}

.popup-content {
    background: #fff;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 350px;
    overflow: auto;
}

.popup-content h5 {
    margin-top: 12px;
    margin-bottom: 2px;
}

.popup-content li {
    margin-bottom: 4px;
}
.popup-content li:last-child {
    margin-bottom: 0px;
}
.popup-content ol {
    padding: 8px 15px;
}

.image-content .blue-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    max-width: 160px;
    margin: 0 auto;
}

.image-content .blue-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    max-width: 160px;
    margin: 0 auto;
    background-color: #fff;
}

.text-box {
    width: 100%;
    margin-bottom: 12px;
}

.text-box input:not([type="submit"]) {
    height: 40px;
    background-color: #ccc;
    border: none;
    padding: 0px 15px;
    width: 100%;
}

.sub-title {
    display: inline-block;
    border: 1px solid var(--button-border);
    background: var(--button-bg);
    color: #01a0e2;
    padding: 4px 16px 6px;
    border-radius: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
    font-size: 12px;
}

.wrap {
    margin-bottom: 50px;
}

.language-dropdown {
    position: relative;
}

.language-dropdown span {
    cursor: pointer;
}

.dropdown-box {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    padding: 10px;
    border: 1px solid var(--border-light);
    width: 120px;
    margin-top: 5px;
    display: none;
} 

.dropdown-box ul li {
    display: block;
    margin: 0px;
}

.dropdown-box ul li a {
    display: block;
    background: var(--button-bg);
    padding: 2px 10px;
}

.video-section {
    margin-top: 70px;
}

.video-box {
    margin: 40px auto;
    max-width: 800px;
}
.video-box video {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
}

.arrow-icon {
    font-size: 12px;
    position: relative;
    top: -1px;
    color: var(--primary-blue);
}

.language-dropdown.dropdown-open .arrow-icon {
    transform: rotate(180deg);
}


/* 
* blog page style 
*/
@media (min-width: 1200px) and (max-width: 1670px) {
    .container-product, .container-shop, #site-content.blog {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.blog-pg-wrapper{
    display:flex;
    gap:20px;
    align-items:flex-start;
}
.blog-pg-left-container{
    flex:0 0 73%;
}

.blog-pg-right-container{
    flex:0 0 calc(25% - 20px);
}

.blog-pg-left-container,
.blog-pg-right-container{
    background:#fff;
}

/* Filter Row */
.blog-pg-filter-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:60px;
}

.blog-pg-search-area{
    display:flex;
    gap:10px;
}

/* blog-pg-cards Grid */
.blog-pg-cards{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:20px;
}

/* Card */
.blog-pg-cards .card{
    background: #fff;
border: 1px solid #ddd;
overflow: hidden;
box-shadow: var(--block-box-shadow);
border-radius: 14px;
}

/* Image Container */
.card-image{
    height:auto;
    overflow:hidden;
}

/* .card-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
} */

.blog-pg-cards .card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 12px;
}

.card-content h3{
    margin-bottom:10px;
}

.card-content p{
    margin-bottom:15px;
    line-height:1.6;
    color:#555;
}

.card-content .blog-card-title a {
    margin-top: 0;
    margin-bottom: 1rem;
    word-break: break-word;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #20292f;
    text-decoration: none;
}
.blog-pg-cards .blog-pgcategories, .blog-single-content .blog-pgcategories {
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    background: #fafafa;
    margin-bottom: 10px;
    margin-top: 10px;
}
.blog-pgcategories:before {
    content: '|';
    width: 8px;
    display: inline-block;
    font-weight: 800;
    letter-spacing: -0.014em;
    color: var(--primary-blue);
    margin-right: 0.25rem;
}
.blog-pgcategories a {
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.011em;
    text-decoration: none;
    color: #6d7c90;
}
.card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 5rem;
    letter-spacing: -0.011em;
    color: var(--blog-tile-content);
}
.blog-pg-cards .meta span, .blog-single-content .meta span{
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    padding: 0.25rem 0.75rem;
    background: #fafafa;
    border-radius: 0.5rem;
    color: #6d7c90;
    font-weight: 500;
}
.blog-pg-cards .meta span a, .blog-single-content .meta span a {
    text-decoration: none;
    color: #6d7c90;
    font-weight: 500;
}
.blog-pg-cards .meta {
    display: flex;
    flex-wrap: wrap;
}
.blog-pg-cards i {
    color: var(--primary-blue);
    padding: 1px 5px;
}
.pagination-wrapper.section-inner {
    padding: 2rem;
    background: #fff;
    position: relative;
    margin-top: 30px;
    box-shadow: var(--block-box-shadow);
    border-radius: 14px;
    border: 1px solid #ddd;
    width: 100%;
    text-align: center;
}
span.page-numbers.current {
    background: #e9ecef;
    font-weight: 700;
}
a.page-numbers {
    background: #fafafa;
    text-decoration: none;
}
.pagination-wrapper.section-inner .page-numbers {
    margin-right: 0.5rem;
    text-align: center;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    color: #6d7c90;
    letter-spacing: -0.011em;
}
span.page-numbers.current {
    background: #e9ecef;
    font-weight: 700;
}

.blog-pg-search-area button {
    line-height: 19px;
    padding: 9px 23px;
    background: var(--primary-blue);
    color: #ffffff;
    border: none;
    font-weight: 600;
    letter-spacing: -0.006em;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 768px){

    .blog-pg-wrapper{
        flex-direction:column;
    }

    .blog-pg-left-container,
    .blog-pg-right-container{
        flex:1 1 100%;
        width:100%;
    }

    .blog-pg-filter-row{
        flex-direction:column;
        align-items:stretch;
    }

    .blog-pg-search-area{
        width:100%;
    }

    .blog-pg-search-area input{
        flex:1;
    }

    .blog-pg-cards{
        grid-template-columns:1fr;
    }
}

/*****************
* Services Page  *
*****************/
section.story-wrapper {
    margin: 70px 0;
}
.story-wrapper {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}

.story-layout{
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
}

/* Sticky Image */

.sticky-column{
    position:relative;
}

.sticky-image{
    position:sticky;
    top:170px;
}

.sticky-image img{
    width:100%;
    height:500px;
    object-fit:contain;
    border-radius:12px;
    display:block;
}

/* Right Content */

.story-section{
    min-height:100vh;
    padding:0;
}

.story-section h2{
    margin-bottom:20px;
}

.story-section p{
    margin-bottom:20px;
    color:#555;
}

/* Mobile */

@media(max-width:991px){

    .story-layout{
        grid-template-columns:1fr;
    }

    .sticky-image{
        position:relative;
        top:auto;
        margin-bottom:30px;
    }

    .sticky-image img{
        height:300px;
    }

    .story-section{
        min-height:auto;
    }

}

.timeline-section{
    max-width:1300px;
    margin:auto;
}

/* ==========================
   GRID
========================== */

.timeline-grid{
    --cols:5.1;

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;

    position:relative;
    padding-top:50px;
    margin-bottom: 120px;
    margin-top: 80px;
}

/* ==========================
   TOP LINE
   Starts from first dot
   Ends at last dot
========================== */

.timeline-grid::before{
    content:"";
    position:absolute;

    top:16px;
    left:calc(100% / (var(--cols) * 2));
    right:calc(100% / (var(--cols) * 2));

    height:2px;
    background:#bdbdbd;
}

/* ==========================
   CARD
========================== */

.timeline-card{
    background:#e9e9e9;
    padding:35px 20px 70px;
    text-align:center;
    position:relative;
    min-height:260px;
    box-shadow: var(--block-box-shadow);
    border: 1px solid #f8f8f8;
}

/* ==========================
   TOP DOT
========================== */

.timeline-card::before{
    content:"";

    width:14px;
    height:14px;
    border-radius:50%;

    position:absolute;
    top:-41px;
    left:50%;
    transform:translateX(-50%);

    z-index:2;
}

/* Dot Colors */

.timeline-card:nth-child(1)::before{
    background:#f7931e;
}

.timeline-card:nth-child(2)::before{
    background:#5b5be1;
}

.timeline-card:nth-child(3)::before{
    background:#f2c94c;
}

.timeline-card:nth-child(4)::before{
    background:#58c16a;
}

.timeline-card:nth-child(5)::before{
    background:#f7931e;
}

/* ==========================
   CONTENT
========================== */

.timeline-card h3{
    color: var(--primary-blue);;
    margin-bottom:15px;
    line-height:1.4;
}

.timeline-card p{
    color:#666;
    line-height:1.8;
}

/* ==========================
   BOTTOM ICON
========================== */

.icon-circle{
    width:58px;
    height:58px;
    border-radius:50%;

    position:absolute;
    bottom:-29px;
    left:50%;
    transform:translateX(-50%);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;
    color:#fff;
}

/* Icon Colors */

.timeline-card:nth-child(1) .icon-circle{
    background:#f7931e;
}

.timeline-card:nth-child(2) .icon-circle{
    background:#5b5be1;
}

.timeline-card:nth-child(3) .icon-circle{
    background:#f2c94c;
    color:#333;
}

.timeline-card:nth-child(4) .icon-circle{
    background:#58c16a;
}

.timeline-card:nth-child(5) .icon-circle{
    background:#f7931e;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .timeline-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .timeline-grid{
        grid-template-columns:1fr;
        gap:60px;
        padding-top:0;
    }

    /* Hide top line */

    .timeline-grid::before{
        display:none;
    }

    /* Hide dots */

    .timeline-card::before{
        display:none;
    }

}

.section-title{
    line-height:1.1;
    font-weight:700;
    margin-bottom:30px;
}

/* Description */

.section-desc{
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
    color: #1C1B1F;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    padding-bottom: 26px;
}

/* Checklist */

.feature-list{
    list-style:none;
    margin-bottom:30px;
}

.feature-list li{
    display:flex;
    align-items:center;
    gap:20px;
    margin-bottom:12px;
}

.feature-list i{
    width:19px;
    height:19px;
    border-radius:50%;
    background:#8b0fd1;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

/* Bottom Feature Box */

.feature-box{
    background: #ffffff;
    border: 1px solid #d5d5d5;
    border-radius: 20px;
    padding: 24px;
    justify-content: center;

}

.feature-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px 35px;
    justify-content:center;
}

.feature-item{
    display:flex;
    align-items:center;
    gap:12px;
}

.feature-item i{
    width:19px;
    height:19px;
    border-radius:50%;
    background:#8b0fd1;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Mobile */

@media(max-width:767px){

    .feature-list li{
        align-items:flex-start;
    }

    .feature-box{
        padding:20px;
    }

    .feature-tags{
        justify-content:flex-start;
        gap:20px;
    }

    .feature-item{
        width:100%;
    }
}
.services-pg-feature-grid{
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}

.services-pg-feature-box{
    display:flex;
    align-items:center;
    gap:16px;

    background:#fafafa;
    border:1px solid #eeeeee;
    border-radius:18px;

    padding:22px 24px;
    min-height:90px;

    transition:all .3s ease;
}

.services-pg-feature-box:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}

.services-pg-feature-icon{
    width:42px;
    height:42px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;
    flex-shrink:0;
}

.services-pg-feature-icon i{
    font-size:16px;
}

.services-pg-pink{
    background:#f57d98;
}

.services-pg-orange{
    background:#ff5b38;
}

.services-pg-blue{
    background:#4169ff;
}

.services-pg-feature-content{
    display:flex;
    align-items:center;
}

.services-pg-feature-content h4{
    font-weight:700;
    line-height:1.3;
    color:#222;
    margin:0;
}

@media(max-width:992px){

    .services-pg-feature-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .services-pg-feature-grid{
        grid-template-columns:1fr;
    }

}

/*****************
* Contact Us Page |
*****************/.contact-pg-container{
    width:min(1200px,90%);
    margin:auto;
}

/* =====================================
   HERO
===================================== */

.contact-pg-hero-content{
    max-width:700px;
}

.contact-pg-wave{
    margin-bottom:15px;
    display:inline-block;
    font-weight: 600;
    display: block;
    padding-top: 26px;
}

.contact-pg-title{
    line-height:1.1;
    margin-top: 3px;
    margin-bottom:20px;
    font-weight:700;
}

.contact-pg-subtitle{
    color:#d7d7d7;
}
p.contact-pg-subtitle1, p.contact-pg-subtitle2 {
    color: #c4c5c7;
}

/* Floating Cards */

.contact-pg-cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:45px;
}

.contact-pg-card{
    padding:30px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.contact-pg-card-icon{
    width:55px;
    height:55px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin-bottom:10px;
}

.contact-pg-pink{
    background:#ff5e88;
}

.contact-pg-purple{
    background:#6c4cff;
}

.contact-pg-yellow{
    background:#f5b428;
}

.contact-pg-card h3{
    margin-bottom:8px;
}

.contact-pg-card h3 {
    text-transform: capitalize;
}

.contact-pg-card p{
    color:#525353;
    margin-bottom:15px  ;
}

.contact-pg-card a{
    display: block;
    text-decoration:none;
    color:var(--primary-blue);
    font-weight:600;
    padding-top: 12px;
}

/* =====================================
   FORM
===================================== */

.contact-pg-form-section{
    padding:clamp(140px,15vw,220px) 20px 80px;
}

.contact-pg-form-wrapper{
    padding: 50px 128px;
}

.contact-pg-form-title{
    text-align:center;
    margin-bottom:10px;
}

.contact-pg-form-desc{
    text-align:center;
    color:#666;
    margin-bottom:40px;
}

.contact-pg-form-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.col-md-6 {
    flex: 1 1 calc(50% - 10px);
}
.contact-pg-form-container {
    margin: auto;
}
@media(max-width:767px){

    .contact-pg-form-grid{
        grid-template-columns:1fr;
    }

}
.contact-pg-form input,
.contact-pg-form textarea{
    width:100%;
    max-width:100%;
    padding:15px;
    border:1px solid #ddd;
    background: #fff;
    border-radius:8px;
    outline:none;
}

.contact-pg-form textarea{
    height:140px;
    resize:none;
    margin-top:20px;
}

.contact-pg-checkbox{
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:20px 0;
}

.contact-pg-btn{
    background:#6c4cff;
    color:#fff;
    border:none;
    padding:15px 30px;
    border-radius:8px;
    cursor:pointer;
}

/* =====================================
   LOCATION SECTION
===================================== */

.contact-pg-location{
    padding:80px 20px;
}

.contact-pg-location-grid{
    margin:auto;

    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
    gap:40px;
    align-items:center;
}

.contact-pg-map iframe{
    width:100%;
    height:400px;
    border:none;
    border-radius:20px;
}

.contact-pg-office-title{
    margin-bottom:25px;
}

.contact-pg-office-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}

.contact-pg-office{
    background:#fff;
    padding:20px;
}

.contact-pg-office h4{
    margin-bottom:10px;
}

.contact-pg-office p{
    color:#666;
}

.contact-pg-office i{
    color:var(--primary-blue);
    margin-right:8px;
}

/* =====================================
   MOBILE
===================================== */

@media(max-width:991px){

    .contact-pg-cards{
        position:static;
        transform:none;
        width:100%;
        margin-top:40px;
    }

    .contact-pg-hero{
        padding-bottom:60px;
    }

    .contact-pg-form-section{
        padding-top:80px;
    }

}

@media(max-width:767px){

    .contact-pg-map iframe{
        height:280px;
    }

    .contact-pg-btn{
        width:100%;
    }

}
section.contact-pg-form-section.section-with-bg {
    margin-top: 80px;
}
.address-below-btn {
    margin-left: 60px;
}
label.form-label {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact-pg-form-container {
    margin: auto;
}
a.btn.btn-sm.btn-white-shadow {
    background: #fff;
    border: 1px solid #dedbdb;
    color: #141727;
    -webkit-box-shadow: 0 0.18rem 0.25rem rgba(95, 65, 251, 0.2);
    box-shadow: 0 0.18rem 0.25rem rgba(95, 65, 251, 0.2);
    padding: 8px 19px;
    display: inline-block;
}
a.btn.btn-sm.btn-white-shadow:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #141727;
    -webkit-box-shadow: 0 0.3rem 0.25rem rgba(95, 65, 251, 0.3);
    box-shadow: 0 0.3rem 0.25rem rgba(95, 65, 251, 0.3);
    -webkit-transform: translateY(-0.1875rem);
    transform: translateY(-0.1875rem);
}
.card-footer i.fa-solid.fa-arrow-left, .address-below-btn i {
    transform: scaleX(-1);
    margin-left: 12px;
}
span#contact-pg-typing {
    color: var(--primary-blue);
}
.contact-pg-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-pg-form-footer i {
    color: #141727;
}
ul.list-inline {
    list-style: none;
    display: flex;
    gap: 12px;
}
iframe.grayscale {
    filter: grayscale(100%);
    transition: 0.6s;
}
.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
.address-below-btn .btn-secondary {
    background: #bfdef9;
    backdrop-filter: blur(10px);
    border: 0;
    color: #000;
}
.contact-pg-office ul {
    display: block;
    margin-left: 50px;
    margin-bottom: 40px;
}
.contact-pg-office ul li {
    margin-bottom: 5px;
}
section.contact-pg-location {
    margin-bottom: 80px;
}
.contact-pg-office i {
    font-size: 26px;
}

/******************
| Who we are page  |
******************/

.who-we-r-three-col-container, .about-pg-counter-section-container, .about-section-inner, .about-pg-why-us-sec-container, .about-pg-ready-to-get-container, .career-pg-container, .usp-pg-container, .recruitment-pg-container{
    max-width: 1140px;
    margin:auto;
}

.who-we-r-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:0;
}

.who-we-r-card{
    background: #fff;
    border-radius: 40px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 20px 80px 0px rgba(209, 209, 209, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 20px 20px 20px 20px;
}

.who-we-r-card:hover{
    transform:translateY(-5px);
}

.who-we-r-icon-box{
    width: 64px;
    height: 64px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:15px;
}

.who-we-r-icon-box i{
    font-size:30px;
}

/* Icon Colors */

.who-we-r-pink{
    background:#f8dce7;
    color:#ff4d7d;
}

.who-we-r-yellow{
    background:#f7e9c7;
    color:#f5a623;
}

.who-we-r-orange{
    background:#f9ddd5;
    color:#ff6848;
}

/* Content */

.who-we-r-card h3{
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--text-dark);
}

.who-we-r-card p{
    line-height: 1.6;
    color: var(--text-light);
}

/* Footer */

.who-we-r-footer{
    margin-top:auto;
    padding-top:30px;
}

.who-we-r-footer a{
    text-decoration:none;
    color:#2563eb;
    font-weight:600;

    display:inline-flex;
    align-items:center;
    gap:10px;
}

/* Tablet */

@media(max-width:991px){

    .who-we-r-card{
        padding:40px;
        min-height:340px;
    }

}

/* Mobile */

@media(max-width:767px){

    .who-we-r-grid{
        gap:25px;
    }

    .who-we-r-card{
        padding:30px;
        min-height:auto;
        border-radius:24px;
    }

    .who-we-r-icon-box{
        width:70px;
        height:70px;
    }

    .who-we-r-icon-box i{
        font-size:28px;
    }
}

.about-section-two-col {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.about-section-two-col-left, .about-section-two-col-right {
    width: 50%;
}
.about-section-two-col-right-inner h3.subheading, .about-pg-why-us-sec-subtitle {
    color: var(--primary-blue);
    margin-bottom: 22px;
    text-transform: uppercase;
}

.about-section-two-col-right-inner h2.heading {
    margin-bottom: 30px;
    color: var(--text-dark);
}
.about-section-two-col-right-inner p.content {
    color: var(--text-light);
    margin-bottom: 30px;
}
.about-section-two-col-left-inner {
    padding-right: 50px;
}
.about-section-two-col-right-inner .get-started-button, .about-pg-ready-to-get-two-col-right a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    background-color: #155CE7;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 20px 60px 0px rgba(20.999999999999982, 92.00000000000011, 231, 0.43);
    padding: 15px 50px 15px 50px;
}
section.about-pg-counter-section {
    padding: 0px 0px 70px 0px;
}
.about-pg-counter-3-col {
    display: flex;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
    justify-content: center;
}
.about-pg-counter-col-1, .about-pg-counter-col-2, .about-pg-counter-col-3 {
    text-align: center;
    flex: 1 1 calc(33.333% - 14px);
    padding: 0 26px;
}
span.about-pg-counter {
    font-weight: 900;
}
span.about-pg-counter {
    font-size: var(--section-title-font-size);
    font-weight: 900;
}
p.about-pg-counter-txt {
    color: var(--text-light);
}
.about-pg-counter-section-container.container-standard {
    margin-top: 90px;
}
.about-pg-why-us-sec-section{
    padding:80px 20px;
}

.about-pg-why-us-sec-container{
    width:min(1200px,90%);
    margin:auto;
}

/* Heading */

section.about-pg-why-us-sec-section {
    padding-top: 70px;
}
.about-pg-why-us-sec-heading {
    text-align: center;
    max-width: 560px;
    margin: auto;
    padding-bottom: 50px;
}
.about-pg-why-us-sec-title {
    line-height: 1.2;
    font-weight: 700;
    max-width: 900px;
    margin: auto;
    padding-bottom: 30px;
}

/* Grid */

.about-pg-why-us-sec-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:70px 80px;
    padding: 0px 90px 90px 90px;
}

/* Item */

.about-pg-why-us-sec-item{
    display:flex;
    align-items:flex-start;
    gap:35px;
}

.about-pg-why-us-sec-icon{
    width:68px;
    height:68px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
}

.about-pg-why-us-sec-icon i{
    font-size:34px;
}

/* Colors */

.about-pg-why-us-sec-green{
    background:#dff0e7;
    color:#36b86b;
}

.about-pg-why-us-sec-yellow{
    background:#f7eccd;
    color:#f7a53a;
}

.about-pg-why-us-sec-red{
    background:#f9e0db;
    color:#ff5c3d;
}

.about-pg-why-us-sec-blue{
    background:#dfe6fb;
    color:#7a93f5;
}

/* Content */

.about-pg-why-us-sec-content h3{
    margin-bottom:10px;
    font-weight:700;
}
.about-pg-why-us-sec-content p {
    color: #666;
    line-height: 25px;
    font-weight: 400;
}

/* Tablet */

@media(max-width:991px){

    .about-pg-why-us-sec-grid{
        gap:50px;
    }

    .about-pg-why-us-sec-item{
        gap:25px;
    }

}

/* Mobile */

@media(max-width:767px){

    .about-pg-why-us-sec-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .about-pg-why-us-sec-item{
        flex-direction:column;
        align-items:flex-start;
    }

    .about-pg-why-us-sec-icon{
        width:70px;
        height:70px;
    }

    .about-pg-why-us-sec-icon i{
        font-size:28px;
    }

}
.about-pg-ready-to-get-two-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about-pg-ready-to-get-two-col-left {
    flex: 0 0 80%;
}
.about-pg-ready-to-get-two-col-left h3 {
    line-height: 44px;
    margin-bottom: 30px;
}
.about-pg-ready-to-get-two-col-left p {
    color: var(--text-light);
    max-width: 560px;
}
.about-pg-ready-to-get-two-col-right {
    flex: 0 0 20%;
    text-align: right;
}
.border-bottom-line {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #E5E5E5;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0;
}
.about-pg-ready-to-get-two-col-left i {
    margin-left: 12px;
    color: var(--primary-blue);
}

/*===========
Careers page |
============*/
.career-pg-hero{
    position:relative;
    min-height:100vh;
    padding:100px 20px;
    overflow:hidden;
}

/* ===================================
   CONTENT
=================================== */

.career-pg-container{
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

.career-pg-title{
    font-weight: 700;
    max-width: 900px;
    margin: 80px auto 30px;
    line-height: 1.5 !important;
    padding-bottom: 30px;
}

.career-pg-highlight {
    background: linear-gradient(90deg, var(--primary-blue), var(--primary-blue-light), #8f66ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.career-pg-desc{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    margin-bottom: 48px;
}

/* ===================================
   RESPONSIVE
=================================== */

@media(max-width:991px){

    .career-pg-search{
        flex-wrap:wrap;
        gap:15px;
    }

    .career-pg-divider{
        display:none;
    }

    .career-pg-search-item{
        flex:1 1 100%;
        padding:10px;
    }

    .career-pg-btn{
        width:100%;
    }

}

@media(max-width:767px){

    .career-pg-hero{
        min-height:auto;
        padding:80px 20px;
    }

    .career-pg-title{
        margin-top:0;
    }

    .career-pg-search-item input,
    .career-pg-search-item select{
        font-size:16px;
    }

}

/* ===========================
   HEADER
=========================== */

.usp-pg-header{
    display:flex;
    justify-content:flex-end;
    align-items:center;
    margin-bottom:40px;
}

.usp-pg-nav{
    display:flex;
}

.usp-pg-btn{
    width:50px;
    height:50px;
    border:none;
    background:transparent;
    cursor:pointer;
    transition:.3s;
}

.usp-pg-btn:hover{
    color: var(--primary-blue);
}

/* ===========================
   SLIDER
=========================== */

.usp-pg-slider{
    overflow:hidden;
}

.usp-pg-track{
    display:flex;
    gap:45px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    padding-bottom: 40px;
}

.usp-pg-track::-webkit-scrollbar{
    display:none;
}

/* ===========================
   CARD
=========================== */

.usp-pg-card{
    flex:0 0 220px;
    background:#01549a05;
    border-radius:22px;
    padding:30px;
    height:auto;
    -webkit-box-shadow: 0 0.2rem 0.25rem rgba(95, 65, 251, 0.2);
    box-shadow: 0 0.2rem 0.25rem rgba(95, 65, 251, 0.2);
}

.usp-pg-icon{
    margin-bottom:30px;
}

/* Colors */

.usp-pg-pink{
    color:#ff5d8f;
}

.usp-pg-purple{
    color:#7c4dff;
}

.usp-pg-green{
    color:#32b85b;
}

.usp-pg-blue{
    color:#5d4dff;
}

.usp-pg-cyan{
    color:#18a0b7;
}

.usp-pg-card h3{
    line-height:1.4;
    color:#1f2937;
    margin-bottom:20px;
}

.usp-pg-link{
    color: var(--primary-blue);
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    display:inline-flex;
    align-items:center;
    gap:10px;
}

/* ===========================
   MOBILE
=========================== */

@media(max-width:767px){

    .usp-pg-header{
        flex-direction:column;
        align-items:flex-start;
        gap:20px;
    }

    .usp-pg-card{
        flex:0 0 260px;
        min-height:260px;
        padding:30px;
    }

}

.recruitment-pg-section{
    padding:80px 20px;
}
button.recruitment-pg-step {
    font-size: 16px;
}   

/* ==========================
   MAIN LAYOUT
========================== */

.recruitment-pg-wrapper{
    display:flex;
    gap:90px;
    align-items:flex-start;
    justify-content: center;
}

/* ==========================
   LEFT CARD
========================== */

.recruitment-pg-left{
    flex:0 0 45%;
}

.recruitment-pg-card{
    background:#fff;
    border:1px solid #dfe3f5;
    border-radius:12px;
    overflow:hidden;
}
.recruitment-pg-card img {
    width: 100%;
    object-fit: cover;
    display: block;
    max-height: 306px;
}

.recruitment-pg-content{
    padding:30px;
}

.recruitment-pg-content h3{
    margin-bottom:15px;
}

.recruitment-pg-content p{
    line-height:1.5;
}

/* ==========================
   RIGHT SIDE
========================== */

.recruitment-pg-right{
    flex:0 0 calc(50% - 70px);
}
.recruitment-pg-title {
    line-height: 1.1;
    margin-bottom: 30px;
    font-weight: 500;
}

.recruitment-pg-step{
    width:100%;
    border:none;
    background:#eef0ff;
    border-radius:60px;
    padding:24px 35px;
    text-align:left;
    font-weight:600;
    margin-bottom:18px;
    cursor:pointer;
    
    transition:.3s ease;
}

.recruitment-pg-step:hover{
    background:#e6e8ff;
}

.recruitment-pg-step.active{
    background: var(--primary-blue);
    color:#fff;
}

/* ==========================
   CTA BUTTON
========================== */

.recruitment-pg-cta {
    text-align: center;
    padding: 16px;
    background: var(--primary-blue);
    margin: 50px auto;
    max-width: 600px;
    color: #fff;
    border-radius: 10px;
}

.recruitment-pg-cta a{
    
}

.recruitment-pg-cta a:hover{
    opacity:.95;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .recruitment-pg-wrapper{
        flex-direction:column;
        gap:40px;
    }

    .recruitment-pg-left,
    .recruitment-pg-right{
        flex:0 0 100%;
        width:100%;
    }

    .recruitment-pg-card img{
        height:280px;
    }

    .recruitment-pg-step{
        padding:18px 24px;
    }

    .recruitment-pg-cta a{
        min-width:100%;
    }

}

.recruitment-pg-cta i.fa-circle-info {
    color: #000;
}
.recruitment-pg-cta a {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}
.recruitment-pg-cta i.fa-circle-info {
    color: #fff;
}
.recruitment-pg-cta i {
    padding-left: 4px;
    padding-right: 4px;
}
/* .careers-pg-openings-container{
    max-width: 1550px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    /*background: radial-gradient(circle at left top, rgba(108, 61, 247, .15), transparent 35%), linear-gradient(90deg, #070d2c 0%, #0a1138 50%, #070d2c 100%);
    border-radius: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
} */

/* ==========================
   HEADER
========================== */

.careers-pg-openings-header{
    text-align:center;
    margin-bottom:45px;
}

.careers-pg-openings-title{
    font-weight:800;
    margin-bottom:30px;
    color: #fff;
}

.careers-pg-openings-desc{
    max-width:900px;
    margin:auto;
    color:#d2d7e8;
    line-height:1.8;
}

/* ==========================
   JOB LIST
========================== */

.careers-pg-openings-list{
    width: 83%;
    display:flex;
    flex-direction:column;
    gap:35px;
    padding: 0px 70px;
    margin: auto;
}

/* ==========================
   JOB ITEM
========================== */

.careers-pg-openings-item{
    background:rgba(8,15,50,.85);
    border:1px solid rgba(255,255,255,.08);
    border-radius:10px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:30px;
    transition:
    transform .35s ease,
    box-shadow .35s ease,
    background .35s ease;
    position:relative;
}

.careers-pg-openings-item:hover{
    transform:
    translateY(-10px)
    scale(1.02);
    z-index:10;
    background:#111944;
    box-shadow:
    0 25px 60px rgba(0,0,0,.35);
    border-color:
    rgba(255,255,255,.15);
}

/* Columns */

.careers-pg-openings-job{
    flex:3;
}

.careers-pg-openings-location{
    flex:1;
}

.careers-pg-openings-department{
    flex:1.5;
}

.careers-pg-openings-action{
    flex:.8;
    display:flex;
    justify-content:flex-end;
}

/* Typography */

.careers-pg-openings-job h3{
    font-weight: 700;
    color: #fff;
}

.careers-pg-openings-location,
.careers-pg-openings-department{
    color:#d6d8e3;
}

.careers-pg-openings-link{
    text-decoration:none;
    color:#22c55e;
    font-weight: 500;
    display:flex;
    align-items:center;
    gap:12px;
    transition:.3s;
}

.careers-pg-openings-item:hover
.careers-pg-openings-link{
    gap:18px;
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .careers-pg-openings-item{
        padding:30px;
        gap:20px;
    }

    .careers-pg-openings-job{
        flex:2;
    }

}

 /* ==========================
    MOBILE
 ========================== */

@media(max-width:767px){

    .careers-pg-openings-section{
        padding:70px 15px;
    }

    .careers-pg-openings-header{
        margin-bottom:40px;
    }

    .careers-pg-openings-item{
        flex-direction:column;
        align-items:flex-start;
        gap:15px;
        padding:25px;
    }

    .careers-pg-openings-job,
    .careers-pg-openings-location,
    .careers-pg-openings-department,
    .careers-pg-openings-action{
        width:100%;
        flex:none;
    }

    .careers-pg-openings-action{
        justify-content:flex-start;
        margin-top:10px;
    }

    .careers-pg-openings-location,
    .careers-pg-openings-department{
        font-size:1rem;
    }

    .careers-pg-openings-link{
        font-size:1.1rem;
    }

}

/* ==========================
   Pricing Page
========================== */

.pricing-pg-container{
    margin:auto;
}

.pricing-pg-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

/* ==========================
   CARD
========================== */

.pricing-pg-card{
    background:#f6f7ff;

    border:2px solid #fff;

    border-radius:20px;

    padding:30px;

    position:relative;

    transition:.35s ease;

    display:flex;
    flex-direction:column;
}

.pricing-pg-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 50px rgba(0,0,0,.08);
}

/* Recommended */

.pricing-pg-card.recommended{
    background:#fdf5ff;
}

.pricing-pg-badge{
    position:absolute;
    top:-18px;
    left:50%;

    transform:translateX(-50%);

    background:#6c3df7;
    color:#fff;

    padding:8px 16px;

    border-radius:8px;
    font-weight:600;
}

/* ==========================
   ICON
========================== */

.pricing-pg-icon{
    width:55px;
    height:55px;

    border-radius:50%;

    background:#fff;

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 4px 10px rgba(0,0,0,.05);

    margin-bottom:30px;
}

.pricing-pg-icon i{
    font-size:20px;
    color:#14192f;
}

/* ==========================
   TITLE
========================== */

.pricing-pg-plan{
    font-weight:700;
    color:#14192f;
    margin-bottom:20px;
}

/* ==========================
   PRICE
========================== */

.pricing-pg-price{
    margin-bottom:10px;
}

.pricing-pg-price strong{
    font-weight:800;
    color:#14192f;
}

.pricing-pg-price span{
    color:#666;
}

.pricing-pg-desc{
    color:#666;
    margin-bottom:30px;
}

/* ==========================
   BUTTON
========================== */

.pricing-pg-btn{
    display:block;

    text-align:center;

    padding:16px;

    border-radius:8px;

    text-decoration:none;

    font-weight:700;

    margin-bottom:35px;

    transition:.3s;
}

.pricing-pg-btn-dark{
    background:#11152f;
    color:#fff;
}

.pricing-pg-btn-light{
    background:#fff;
    color:#11152f;
    border:1px solid #ddd;
}

.pricing-pg-btn:hover{
    opacity:.9;
}

/* ==========================
   FEATURES
========================== */

.pricing-pg-features{
    list-style:none;
}

.pricing-pg-features li{
    display:flex;
    gap:10px;

    margin-bottom:18px;

    color:#222;
    line-height:1.6;
}

.pricing-pg-features i{
    color:#6c3df7;
    margin-top:4px;
}
.compare-all-edition-cta {
    padding: 40px 20px;
    font-weight: 600;
    width: 100%;
    text-align: right;
}
.compare-all-edition-cta a {
    text-decoration: none;
    color: var(--text-dark);
}
.compare-all-edition-cta a i {
    background: var(--primary-blue);
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-left: 10px;
}
/* ==========================
   RESPONSIVE
========================== */

@media(max-width:1200px){

    .pricing-pg-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){
    .pricing-pg-grid{
        grid-template-columns:1fr;
    }
}

.pricing-comparison-pg-container{
    margin:auto;
}

.pricing-comparison-pg-table-wrapper{
    overflow-x:auto;
}

.pricing-comparison-pg-table{
    width:100%;
    min-width:1200px;
    table-layout:fixed;
    border-collapse:collapse;
    background:#fff;
}

.pricing-comparison-pg-table th,
.pricing-comparison-pg-table td{
    border:1px solid #d9d9d9;
    padding:18px 12px;
    text-align:center;
    vertical-align:middle;
}
.pricing-comparison-pg-table td{
    word-wrap:break-word;
    overflow-wrap:break-word;
}
.pricing-comparison-pg-table-wrapper{
    width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.pricing-comparison-pg-table th{
    background:#fff;
    font-weight:700;
}

.pricing-comparison-pg-feature-col{
    width:240px;
    text-align:left !important;
}

.pricing-comparison-pg-plan{
    font-weight:700;
    margin-bottom:15px;
}

.pricing-comparison-pg-btn{
    display:inline-block;
    padding:5px 30px;
    border:1px solid var(--primary-blue);;
    color:var(--primary-blue);;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}
.pricing-comparison-pg-price-title label {
    font-weight: 700;
}
.pricing-comparison-pg-btn:hover{
    background:#2563eb;
    color:#fff;
}

.pricing-comparison-pg-control{
    text-align:left;
}
table.pricing-comparison-pg-table i.fa-solid.fa-check {
    font-style: italic;
    font-weight: bolder;
    color: var(--primary-blue);
}
i.fa-regular.fa-circle-question {
    cursor: pointer;
}
.pricing-comparison-pg-control label{
    display:flex;
    align-items:center;
    gap:10px;
    cursor:pointer;
    font-weight: 600;
}

.pricing-comparison-pg-section{
    background:#fafafa;
    font-weight:700;
}

.pricing-comparison-pg-section td{
    text-align:left !important;
    padding:16px;
}

.pricing-comparison-pg-subsection{
    background:#fff;
    cursor:pointer;
    font-weight:700;
}

.pricing-comparison-pg-subsection td:first-child{
    text-align:left !important;
}

.pricing-comparison-pg-subsection i{
    margin-right:12px;
    color:#334155;
}

.pricing-comparison-pg-check{
    color:#2563eb;
    font-weight:700;
}

.pricing-comparison-pg-feature{
    text-align:left !important;
    font-weight:600;
}
.pricing-comparison-pg-hidden{
    display:none;
}
.pricing-comparison-pg-table th:first-child,
.pricing-comparison-pg-table td:first-child{
    width:240px;
}

.pricing-comparison-pg-table th:not(:first-child),
.pricing-comparison-pg-table td:not(:first-child){
    width:200px;
}

@media(max-width:767px){

    body{
        padding:15px;
    }

    .pricing-comparison-pg-table-wrapper{
        border:1px solid #ddd;
    }

}
.core-hr-l1,
.emp-info-mgmnt-l2{
    display:none;
}
.payroll-yellow-bg-card{
    background:#f3eedf;
    padding:40px 20px;
}

.payroll-yellow-bg-container{
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
}

.payroll-yellow-bg-content{
    display:flex;
    align-items:center;
    gap:30px;
    flex:1;
}

.payroll-yellow-bg-image{
    flex-shrink:0;
}

.payroll-yellow-bg-image img{
    width:140px;
    max-width:100%;
    display:block;
}

.payroll-yellow-bg-text h2{
    font-weight: 500;
    color:#111827;
    margin-bottom:15px;
    line-height:1.2;
}

.payroll-yellow-bg-text p{
    color:#1f2937;
    line-height:1.7;
    max-width:700px;
}

section.payroll-yellow-bg-card {
    padding: 30px 0;
    margin-top: 80px;
}

.payroll-yellow-bg-btn:hover{
    background:#dcdcdc;
}

@media (max-width:991px){

    .payroll-yellow-bg-container{
        flex-direction:column;
        text-align:center;
    }

    .payroll-yellow-bg-content{
        flex-direction:column;
    }
}

@media (max-width:576px){

    .payroll-yellow-bg-card{
        padding:30px 15px;
    }

    .payroll-yellow-bg-image img{
        width:140px;
    }

    .payroll-yellow-bg-btn{
        width:100%;
        max-width:250px;
    }
}

/*******************
* Blog page sidebar |
********************/

.spv-top-posts{
    border-radius: 14px;
}

.spv-top-posts h3{
    position:relative;
    padding-left:15px;
    margin-bottom: 20px;
}

.spv-top-posts h3::before{
    content:'';
    position:absolute;
    left:0;
    top: 7px;
    width: 2px;
    height: 19px;
    background:#2563eb;
}

.spv-top-posts ul, .blog-widget ul {
    list-style:none;
    margin:0;
}

.spv-top-posts li, .blog-widget li{
    margin-bottom:25px;
}

.spv-top-posts a, .blog-widget a {
    text-decoration: none;
    color: var(--text-light);
    line-height: 1.5;
    margin-bottom: 17px;
}

.spv-date{
    display:block;
    color: var(--light-black-txt);
    font-weight: 500;
}


/*******************
* Blog single page |
******************/
section.blog-detail-seciton {
    padding: 0;
}
.blog-single-container{
    max-width:1300px;
    margin:0 auto;
}

/* ==========================
   PAGE TITLE
========================== */

.blog-single-page-title {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-single-page-title h1 {
    font-weight: 800;
    margin: 0 0 25px 0;
}

/* ==========================
   TWO COLUMN LAYOUT
========================== */

.blog-single-layout{
    display:flex;
    gap:20px;
    align-items:flex-start;
}

.blog-single-content{
    flex: 0 0 73%;
}

/* ==========================
   CARD
========================== */

.blog-card{
    background:#fff;
    border-radius:12px;
}
.blog-content-section-white-gb {
    background-color: #ffffff;
    padding: 48px;
    box-shadow: var(--block-box-shadow);
    border-radius: 14px;
}
.blog-featured-image {
    margin-bottom: 45px;
    box-shadow: var(--block-box-shadow);
    border-radius: 14px;
}
.blog-details-pg-nav {
    margin-top: 30px;
    width: 100%;
    text-align: right;
}
.blog-details-pg-nav button {
    background: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
/* ==========================
   FEATURED IMAGE
========================== */

.blog-featured-image img{
    width:100%;
    display:block;
    border-radius:14px;
}

/* ==========================
   CATEGORY
========================== */

.blog-category{
    margin:25px 0 15px;
}

.blog-category a{
    color:#2563eb;
    text-decoration:none;
    font-weight:600;
}

/* ==========================
   CONTENT
========================== */

.blog-description{
    margin-top:25px;
}

.blog-description p{
    margin-bottom:20px;
}

/* ==========================
   TAGS
========================== */

.blog-tags{
    margin-top:30px;
}

.blog-tags a{
    display:inline-block;
    background:#eef4ff;
    color:#2563eb;
    text-decoration:none;
    padding:8px 12px;
    margin:5px;
    border-radius:4px;
}

/* ==========================
   POST NAVIGATION
========================== */

.blog-post-navigation {
    margin-top: 40px;
    background: #fff;
    padding: 28px 48px;
    display: flex;
    justify-content: space-between;
    box-shadow: var(--block-box-shadow);
    border-radius: 14px;
}

.blog-post-navigation a{
    text-decoration:none;
    color:#2563eb;
    font-weight: bold;
    color: var(--primary-blue);
}

/* ==========================
   COMMENTS
========================== */

.blog-comments-title{
    margin-bottom:30px;
    padding-left:15px;
    border-left:4px solid #2563eb;
}

.getifyhr-comment{
    display:flex;
    gap:15px;
    padding-bottom:15px;
}
.comment-date-content p {
    padding-left: 1.25rem;
    border-left: 2px solid var(--primary-blue);
    margin: 20px 0;
}
.blog-comment-avatar img{
    width:60px;
    height:60px;
    border-radius:50%;
}

.getifyhr-comment-content h4{
    font-weight: 400;
    text-transform: capitalize;
    background: #fafafa;
    display: inline-block;
    border-radius: 20px;
    padding: 5px 14px;
    color: var(--primary-blue);
}

.blog-comment-date{
    color:#777;
    margin:5px 0 15px;
}

/* ==========================
   REPLY FORM
========================== */

.blog-reply-form input,
.blog-reply-form textarea{
    width:100%;
    padding:14px;
    margin-bottom:15px;
    border:1px solid #ddd;
    border-radius:6px;
}

.blog-reply-form button{
    background:#2563eb;
    color:#fff;
    border:none;
    padding:12px 25px;
    border-radius:6px;
    cursor:pointer;
}

/* ==========================
   SIDEBAR
========================== */

.blog-widget{
    background:#fff;
    border-radius:12px;
    margin-bottom:25px;
    box-shadow: var(--block-box-shadow);
    padding: 20px;
}

.blog-widget-title{
    margin-bottom:20px;
    padding-left:12px;
    border-left:4px solid #2563eb;
}

/* Categories Dropdown */

.blog-widget select{
    width:100%;
    min-height:50px;
    padding:0 40px 0 15px;
    border:none;
    border-radius:10px;
    background:#eef1f5;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
}

/* Recent Posts */

.blog-recent-post{
    margin-bottom:20px;
}

.blog-recent-post a{
    text-decoration:none;
    color:#333;
    display:block;
}

.blog-recent-post span{
    color:#777;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .blog-single-layout{
        flex-direction:column;
    }

    .blog-single-content,
    .blog-single-sidebar{
        width:100%;
    }

    .blog-post-navigation{
        flex-direction:column;
        gap:15px;
    }
}
.blog-tile-wave {
    margin-bottom: 1.5rem;
    margin-top: 1.25rem;
    border-top: 1px solid #f4f5f6;
}

.blog-card.blog-card-comment-section {
    margin-bottom: 30px;
    margin-top: 23px;
    box-shadow: var(--block-box-shadow);
    border-radius: 14px;
    padding: 28px 48px;
}
.comment-date-content span {
    font-weight: 700;
    color: var(--primary-blue);
}
ul.getifyhr-comment-list {
    list-style: none;
}
div#respond p:first-child, div#respond label:first-child {
    display: none;
}
.comment-form-comment textarea {
    margin-top: 30px;
    border-radius: 7px;
    width: 100%;
    background: #fff;
    box-shadow: var(--block-box-shadow);
    padding: 12px;
    color: var(--text-light);
}
div#respond input {
    background: var(--primary-blue);
    color: #fff;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 6px;
    border-color: var(--primary-blue);
    margin-top: 20px;
}

/*****************
* Get Quote Page |
*****************/
.get-quote-pg-page{
    overflow:hidden;
}

.get-quote-pg-hero{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(
            circle at 52% 20%,
            rgba(221, 225, 255, .95) 0,
            rgba(221, 225, 255, 0) 25%
        ),
        linear-gradient(
            110deg,
            #edf5ff 0%,
            #eef3ff 54%,
            #e5edff 100%
        );
}

.get-quote-pg-content, .get-quote-pg-form-card {
    width: 50%;
}

.get-quote-pg-hero::before,
.get-quote-pg-hero::after{
    content:"";
    position:absolute;
    z-index:0;
    border-radius:28px;
    filter:blur(1px);
    opacity:.65;
}

.get-quote-pg-hero::before{
    right:15%;
    bottom:-110px;
    width:160px;
    height:350px;
    background:linear-gradient(
        180deg,
        rgba(217, 196, 255, .6),
        rgba(167, 180, 255, .1)
    );
}

.get-quote-pg-hero::after{
    right:35%;
    top:-120px;
    width:140px;
    height:330px;
    background:linear-gradient(
        180deg,
        rgba(207, 219, 255, .7),
        rgba(255, 255, 255, .05)
    );
}

.get-quote-pg-container{
    position:relative;
    z-index:1;
    margin:0 auto;
}

.get-quote-pg-hero-grid{
    display: flex;
    gap: 70px;
}

.get-quote-pg-content{
    max-width:560px;
}

.get-quote-pg-description{
   margin:22px 0 0;
}

.get-quote-pg-feature-list{
    display:grid;
    gap:17px;
    margin:0;
    padding:0;
    list-style:none;
}

.get-quote-pg-feature-item{
    position:relative;
    padding-left:22px;
}

.get-quote-pg-feature-item::before{
    content:"✓";
    position:absolute;
    top:0;
    left:0;
}

.get-quote-pg-form-card{
    padding:30px;
    border:1px solid rgba(221, 225, 241, .8);
    border-radius:10px;
    background:rgba(255, 255, 255, .96);
    box-shadow:0 18px 42px rgba(28, 54, 128, .14);
}

.get-quote-pg-form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}

.get-quote-pg-form-group{
    display:grid;
    gap:7px;
}

.get-quote-pg-form-group-full{
    grid-column:1 / -1;
}

.get-quote-pg-required{
    color:var(--get-quote-pg-accent);
}
.get-quote-pg-textarea{
    min-height:96px;
    padding:12px;
    resize:vertical;
}

.get-quote-pg-input:focus,
.get-quote-pg-select:focus,
.get-quote-pg-textarea:focus{
    border-color:var(--get-quote-pg-primary);
    box-shadow:0 0 0 3px rgba(10, 32, 216, .12);
}

.get-quote-pg-checkbox-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:10px 14px;
    margin-top:2px;
}

.get-quote-pg-checkbox-label{
    display:flex;
    align-items:flex-start;
    gap:8px;
    cursor:pointer;
}

.get-quote-pg-checkbox{
    width:15px;
    height:15px;
    margin:1px 0 0;
    accent-color:var(--get-quote-pg-primary);
}

.get-quote-pg-captcha-row{
    display:grid;
    grid-template-columns:1fr auto;
    gap:10px;
    align-items:center;
}

.get-quote-pg-consent{
    display:flex;
    align-items:flex-start;
    gap:8px;
        margin-top: 20px;
}

.get-quote-pg-consent input{
    margin:2px 0 0;
    accent-color:var(--get-quote-pg-primary);
}

.get-quote-pg-submit:hover{
    background:#0718aa;
    transform:translateY(-1px);
}

.get-quote-pg-form-message{
    display:none;
    margin-top:15px;
    padding:12px;
    border-radius:4px;
    background:#e8f8ed;
}

.get-quote-pg-form-message.get-quote-pg-show{
    display:block;
}

.get-quote-pg-brands{
    padding:58px 20px 40px;
    background:#ffffff;
}

.get-quote-pg-brand-list{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:center;
    gap:25px 54px;
}

.get-quote-pg-why-section{
    padding:30px 20px 80px;
}

.get-quote-pg-why-title{
    margin:0;
    text-align:center;
}

.get-quote-pg-benefits{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:20px;
    max-width:900px;
    margin:42px auto 0;
}

.get-quote-pg-benefit{
    display:flex;
    flex:0 1 240px;
    min-height:128px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    padding:20px;
    border:1px solid #cdd7fa;
    border-radius:3px;
    background:#ffffff;
    text-align:center;
}

.get-quote-pg-benefit-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
    border: 1px solid #e5ecff;
    border-radius: 8px;
    font-size: 32px;
    box-shadow: 0 4px 4px 0 rgba(189, 145, 70, 0.08);
}

@media (max-width:900px){

    .get-quote-pg-hero-grid{
        grid-template-columns:1fr;
        gap:42px;
    }

    .get-quote-pg-content{
        max-width:650px;
    }

    .get-quote-pg-form-card{
        width:min(100%, 580px);
        margin:0 auto;
    }
}

@media (max-width:600px){

    .get-quote-pg-hero{
        padding:55px 16px 0;
    }
    .get-quote-pg-form-card{
        padding:22px 17px;
    }

    .get-quote-pg-form-grid{
        grid-template-columns:1fr;
    }

    .get-quote-pg-form-group-full{
        grid-column:auto;
    }

    .get-quote-pg-checkbox-grid{
        grid-template-columns:1fr;
    }

    .get-quote-pg-worldwide-badge{
        margin-top:30px;
        padding:12px 18px;
    }

    .get-quote-pg-brands{
        padding-top:48px;
    }

    .get-quote-pg-brand-list{
        gap:17px 28px;
    }

    .get-quote-pg-benefits{
        margin-top:30px;
    }

    .get-quote-pg-benefit{
        flex-basis:100%;
        min-height:110px;
    }
}

.get-quote-pg-content .btn {
    margin-top: 30px;
}
h3.get-quote-pg-feature-heading {
    margin-top: 50px;
    margin-bottom: 20px;
}
.get-quote-pg-consent input[type="checkbox"] {
    margin-top: 10px;
}
.get-quote-pg-form button.get-quote-pg-submit.btn.btn-primary
 {
    margin-top: 30px;
}

/**************
* Page Banner |
*************/
section.page-banner {
    margin-bottom: 40px;
    padding: 0;
}
.page-banner{
    background-image:
		linear-gradient(
			190deg,
			rgba(255,255,255,.96) 0%,
			rgba(240,247,255,.92) 28%,
			rgba(224,238,252,.78) 55%,
			rgba(194,220,247,.45) 75%,
			rgba(1,84,154,.10) 100%
		),
		url('<?php echo esc_url( $banner_image ); ?>');"
}
.page-banner .container{    
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin:0 auto;
    min-height:360px;
}

.page-banner-image img{
    display:block;
    width:100%;
    max-width: 350px;
    margin-left:auto;
    margin-right:auto;
    object-fit:contain;
}
.page-banner-content, .page-banner-image{
    width: 50%;
}
.page-banner-title{
	font-weight:800;
	line-height:1.1;
	margin-bottom:20px;
}
.page-banner-breadcrumb{
	display:flex;
	align-items:center;
	gap:10px;
	flex-wrap:wrap;
    margin-top: 75px;
}
.page-banner-image img {
    max-width: 350px;
}
.page-banner-breadcrumb a{
    color: var(--primary-blue);
	font-weight:500;
	transition:.3s;
}
.page-banner-breadcrumb a:hover{
	color: var(--anchor-text-color);
}
.page-banner-current{
	font-weight:500;
}

@media (max-width:991px){

	.page-banner .container{        
        flex-direction:column;      
        text-align:center;      
        padding:60px 20px 0;        
	}

	.page-banner-content{
        max-width:100%;
    }

	.page-banner-image{
        width:100%;
        margin-top:30px;
        text-align:center;
    }

}

@media (max-width:576px){

	.page-banner-image img{     
        max-width:280px;

    }
}
span.page-banner-separator {
    font-size: 9px;
}

/* Recent blogs in blog details page */

.recent-blogs-slider{
    position:relative;
}

.recent-blogs-scroll{
    overflow:hidden;
    margin-top: 70px;
}

.recent-blogs-track{
    display:flex;
    gap:24px;
    transition:transform .5s ease;
}

.card{
    flex: 0 0 calc(51.5% - 16px);
}

.blog-slider-btn{

    width:48px;

    height:48px;

    border:none;

    border-radius:50%;

    cursor:pointer;

    background:#01549A;

    color:#fff;

    z-index:10;

}

.blog-prev{

    left:-20px;

}

.blog-next{

    right:-20px;

}

@media(max-width:991px){

.card{

    flex:0 0 calc(50% - 12px);

}

}

@media(max-width:767px){

.card{

    flex:0 0 100%;

}

}

/* All Services Page */

.services-read-more {
    text-align: right;
    padding: 2px 22px 19px;
}