/* ==========================================================================
   PCC Apostille Base Theme
   ==========================================================================
   Structure:
   1.  Root Variables
   2.  Base / Reset / Boilerplate
   3.  Typography
   4.  Buttons
   5.  Utility Classes
   6.  Layout Helpers
   7.  Forms
   8.  Header (fully consolidated + media queries)
   9.  Footer (fully consolidated + media queries)
   10. Services
   11. How-to Steps
   12. Blog
   13. Odd-Even / Misc Components
   14. Global Responsive Adjustments
   ========================================================================== */


/* ==========================================================================
   1. ROOT VARIABLES
   ========================================================================== */

:root {
  --primary: #0190f0;
  --secondary: #001d43;
  --accent: #64636d;
  --black: #000;
  --white: #fff;
  --gray: rgb(187, 185, 206, 0.25);
  --font: "Google Sans Flex", sans-serif !important;
  --top-header: 50px;
  --main-header: 90px;

  /* Spacing scale */
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;
  --space-9: 80px;

  /* Radius */
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-pill: 999px;

  /* Effects */
  --shadow-sm: 0 2px 10px rgba(0, 29, 67, 0.06);
  --shadow-md: 0 12px 30px rgba(0, 29, 67, 0.1);
  --transition: 0.25s ease;

  /* Layout */
  --container: 1432px;
  --container-gutter: 16px;
}


/* ==========================================================================
   2. BASE / RESET / BOILERPLATE
   ========================================================================== */

*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  padding: 0 !important;
  overflow-x: hidden;
  background: var(--white);
  color: var(--accent);
}

html:has(body[class*=""]),
body[class*=""] {
  font-family: var(--font) !important;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 65px;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: inherit;
  transition: .3s;
}

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

p:empty,
span:empty,
a:empty,
strong:empty,
i:empty,
em:empty,
b:empty,
u:empty {
  display: none !important;
}

/* Focus visibility (accessibility) */
a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}

#message-counter {
  text-align: right;
  font-size: 13px;
  color: #777;
  margin-top: 6px;
}

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 12px;
  font-weight: 700;
}

h1,
h2,
h3 {
  font-family: var(--font) !important;
  font-weight: 700 !important;
  color: var(--black);
}

h1 {
  font-size: 54px;
  line-height: 1.2;
}

h2 {
  font-size: 35px;
  line-height: 1.2;
  margin: 0 !important;
}

h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 !important;
}

h6 {
  font-size: 16px;
  line-height: 1.3;
}

.section-subtitle,
.section-subtitle p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  text-transform: uppercase;
  color: var(--primary);
}

.inner_hero h1 {
  color: inherit;
}

.inner_main_banner_content p {
  font-size: 16px;
  line-height: 1.8;
}

.text-lg {
  font-size: 16px;
}

.text-primary {
  color: var(--primary);
}

.text-black {
  color: var(--black);
}

.text-white {
  color: var(--white);
}

/* Font faces */
@font-face {
font-display:swap;
  font-family: "Google Sans Flex";
  src: url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Regular.eot');
  src:
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Regular.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Regular.woff2') format("woff2"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Regular.woff') format("woff"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: "Google Sans Flex";
  src: url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Medium.eot');
  src:
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Medium.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Medium.woff2') format("woff2"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Medium.woff') format("woff"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: "Google Sans Flex";
  src: url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-SemiBold.eot');
  src:
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-SemiBold.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-SemiBold.woff2') format("woff2"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-SemiBold.woff') format("woff"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: "Google Sans Flex";
  src: url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Bold.eot');
  src:
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Bold.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Bold.woff2') format("woff2"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Bold.woff') format("woff"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
font-display:swap;
  font-family: "Google Sans Flex";
  src: url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-ExtraBold.eot');
  src:
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-ExtraBold.eot?#iefix') format("embedded-opentype"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-ExtraBold.woff2') format("woff2"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-ExtraBold.woff') format("woff"),
    url('/wp-content/themes/neve/assets/css/../fonts/GoogleSansFlex72pt-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}


/* ==========================================================================
   4. BUTTONS
   ========================================================================== */

.site-btn,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 36px;
  border: 1px solid transparent;
  background: #0190f0;
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  border-radius: 8px;
  gap: 10px;
  opacity: 1 !important;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  transition: 0.3s;
}

.site-btn img {
  transition: 0.3s;
}

.site-btn-sm {
  padding: 16px 32px;
}

.site-btn-sm:hover img {
  filter: brightness(0) invert(1);
}

.site-btn-white {
  background: var(--white);
  color: var(--primary);
}

.site-btn-white img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(1576%) hue-rotate(181deg) brightness(96%) contrast(101%);
}

.site-btn-outline {
  background: transparent;
  border: 1px solid #bbb9ce;
  color: var(--black);
}

input[type="submit"]:hover,
.btn-hover-black:hover {
  background: var(--black);
  color: var(--white);
}

.btn-hover-black:hover img {
  filter: brightness(0) invert(1);
}


/* ==========================================================================
   5. UTILITY CLASSES
   ========================================================================== */

.for-des {
  display: block;
}

.for-mob,
.for-mob-flex {
  display: none;
}

.for-des-flex {
  display: flex;
}

.collapsed-border {
  overflow: hidden;
}

.collapsed-border>*>*:last-child>* {
  border-bottom: 0 !important;
}


.default-listing ul[role="list"] {
  list-style: disc;
  margin: unset;
  padding: 0 0 0 24px;
}

.default-listing ul[role="list"] li {
  list-style-type: disc;
  margin: 0;
}

.default-listing ul[role="list"] li:not(:last-child) {
  margin-bottom: 10px;
}

/* Asset placeholder skeleton */
.skeleton {
  display: block;
  background: var(--gray);
  background-image: linear-gradient(100deg,
      rgba(1, 144, 240, 0.06) 30%,
      rgba(1, 144, 240, 0.16) 50%,
      rgba(1, 144, 240, 0.06) 70%);
  border-radius: var(--radius-sm);
}

/* Elementor section overrides */
.elementor-element:has(.pccapo-custom-section),
.e-con-inner:has(.pccapo-custom-section) {
  margin: 0 !important;
  padding: 0 !important;
}

@media (min-width: 768px) {
  .collapsed-border>*:last-child {
    border-right: 0 !important;
  }
}

/* ==========================================================================
   6. LAYOUT HELPERS
   ========================================================================== */

.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--container-gutter);
}

.midcontainer {
  width: 1400px;
  margin: 0 auto;
}

main.neve-main {
  margin-top: calc(var(--top-header) + var(--main-header));
}


/* ==========================================================================
   7. FORMS
   ========================================================================== */

span.wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
  position: relative;
}

form.wpcf7-form br {
  display: none;
}

.get-started__query form .form-input,
.get-started__query form .input-text,
.get-started__query form .select2-container--default .select2-selection--single .select2-selection__rendered,
.get-started__queryform select {
  width: 100%;
  height: 70px;
  border: 1px solid #bbb9ce;
  outline: none !important;
  padding: 25px 15px;
  font-size: 16px;
  line-height: 1.4;
  color: var(--black);
  background: var(--white);
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
}

.get-started__query form textarea.form-input {
  height: 175px;
}

.get-started__queryform br {
  display: none;
}

.get-started__queryform textarea.form-input {
  height: 175px;
}

.form-submit input.site-btn {
  min-width: 200px;
  padding: 15px;
}

.form-submit p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* ==========================================================================
   8. HEADER
   ==========================================================================
   Fully consolidated header styles.
   Order inside this section:
   - Base / Reset
   - Top bar
   - Main header shell
   - Logo
   - Navigation + dropdowns
   - Contact / CTA area
   - Sticky helpers / popup
   - Media queries (largest → smallest)
   ========================================================================== */

/* ---------- Header base / reset ---------- */
.site-header ul,
.site-header li,
.site-header form,
header ul,
header li,
header form {
  margin: 0;
  padding: 0;
  list-style: none;
}

header a {
  text-decoration: none !important;
}

/* ---------- Top bar (phone / helpline strip) ---------- */
.top-header {
  width: 100%;
  background: #0190f0;
  color: #fff;
  height: var(--top-header);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.top-header-inner {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 100%;
}

.top-header-left {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}

.top-header-phone {
  background: #fff;
  color: #0190f0;
  padding: 7px 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: 0.3s;
}

.top-header-phone:hover {
  background: #ffe640;
  opacity: unset !important;
  color: #0190f0 !important;
}

.top-header-inner .top-header-phone:hover {
  opacity: unset !important;
  color: #000000 !important;
}

.phone-icon {
  font-size: 18px;
}

/* ---------- Main header shell ---------- */
.site-header,
header {
  position: relative;
  background-color: #065f9a;
  padding-top: 0;
}

.wrapper .site-header,
.wrapper header {
  position: fixed;
  width: 100%;
  inset: 0 0 auto 0;
  background-color: #ffffff;
  margin-top: 0 !important;
  height: calc(var(--top-header) + var(--main-header));
  z-index: 9999;
  box-shadow: 0 0 12px rgba(0 0 0 / 6.125%);
}

.site-header .topheader,
header .topheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: var(--main-header);
}

.site-header .midcontainer,
header .midcontainer {
  width: 100%;
  max-width: 100%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* ---------- Logo ---------- */
.site-header .topheader .logo>a,
header .topheader .logo>a {
  width: 279px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#mobilemenu,
.mobilelogo {
  display: none;
}

/* ---------- Navigation ---------- */
nav.custnav {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.custnav .menus {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 22px;
}

.custnav .menus>li {
  display: inline-block;
  padding: 0;
  position: relative;
}

.custnav .menus>li>a {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.custnav .menus>li>a:hover {
  color: #0190f0;
}

.custnav .menus>li>a:hover:after {

  filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(1576%) hue-rotate(181deg) brightness(96%) contrast(101%);
}

/* Dropdown arrow indicators */
.site-header .menus>li.menu-item-has-children:after {
  content: "";
  background-image: url('/wp-content/themes/neve/assets/css/../img/arrow-down-black.svg');
  background-repeat: no-repeat;
  background-position: 97% 62%;
  width: 10px;
  height: 8px;
  display: inline-flex;
  margin-left: 6px;
  pointer-events: none;
  transition: .3s;
}

.site-header nav .menus>li:hover>ul.sub-menu>li.menu-item-has-children>a:after {
  transform: rotate(-90deg);
}

.site-header nav .menus>li:hover>ul.sub-menu>li.menu-item-has-children>a:hover:after {
  filter: brightness(0) invert(1);
}

/* header .menus>li.menu-item-has-children>a:after {
  background-image: url(https://stagingd4u.hrdattestation.in/wp-content/uploads/2024/06/dropdown-arrow-black.svg);
  margin-left: 0;
} */

.custnav .menus>li.clsdropmenu>a {
  background-repeat: no-repeat;
  background-position: 100% 6px;
  background-image: url('/wp-content/themes/neve/assets/css/../img/arrow1.svg');
  padding-right: 18px;
}

.custnav .menus>li.clsdropmenu>a:hover {
  background-image: url('/wp-content/themes/neve/assets/css/../img/arrow1-h.svg');
}

.site-header .applyfor.menu-item {
  display: none !important;
}

/* ---------- Dropdown / Sub-menu ---------- */
.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}

.site-header nav .menus ul.sub-menu {
  background-color: #f9f9f9;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.176);
  float: right;
  min-width: 280px;
  width: 270px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 0;
  z-index: 1;
  /* border-radius: 12px; */
  text-align: left;
  /* overflow: hidden; */
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
}

.site-header nav .menus ul.sub-menu.sub-menu-depth-1>li:hover .sub-menu.sub-menu-depth-2 {
  display: block;
}

.site-header nav .menus ul.sub-menu .sub-menu-depth-2 {
  right: -100%;
  left: inherit;
  top: 2px;
}

.sub-menu li {
  display: block;
  position: relative;
}

.menus .sub-menu>li>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.176);
  text-decoration: none;
  color: #000;
  opacity: 1 !important;
  transition: 0.3s;
}

.menus .sub-menu>li:last-child>a {
  border-bottom: none;
}

/* Desktop hover for dropdowns */
@media only screen and (min-width: 1200px) {

  .site-header nav .menus>li:hover>ul.sub-menu>li.menu-item-has-children>a:after {
    content: "";
    background-image: url('/wp-content/themes/neve/assets/css/../img/arrow-down-black.svg');
    background-repeat: no-repeat;
    background-position: 97% 62%;
    width: 10px;
    height: 8px;
    display: inline-flex;
    margin-left: 0;
    pointer-events: none;
    transition: .3s;
  }

  .menus .sub-menu>li>a:hover {
    color: #fff;
    background-color: #0190f0;
    border-bottom: 1px solid rgba(255 255 255 / 30%);
  }

  .site-header nav .menus>li:hover>ul.sub-menu,
  .site-header nav .menus>li:focus>ul.sub-menu {
    display: block;
  }
}

/* ---------- Right side: phone + quote CTA ---------- */
.header-contact-info {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

a.phone-link {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

a.phone-link>span {
  display: flex;
  flex-direction: column;
  color: #000;
}

a.phone-link>span strong {
  font-size: 18px;
  font-weight: 600;
}

a.phone-link:hover>span strong {
  text-decoration: underline;
}

a.phone-link>span small {
  font-size: 12px;
}

.site-header .btnbox a {
  color: #0190f0;
  font-size: 16px;
  font-weight: 600;
  background-color: #ffffff;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  line-height: 36px;
  width: 196px;
  text-align: center;
  float: left;
  margin-right: 14px;
}

.site-header .btnbox a:hover {
  background-color: #0190f0;
  color: #ffffff;
}

a.header-get-quote img {
  transition: 0.3s;
}

a.header-get-quote:hover img {
  transform: translate(6px, 0);
}

svg.headr-quote-icon {
  display: none;
}

/* WhatsApp button (legacy) */
.site-header .whatbtnbox .whatapp {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-image: url('/wp-content/themes/neve/assets/css/../img/whatsapp-icon.svg');
  margin-left: 60px;
  padding: 7px 0px 5px 40px;
  float: left;
}

.site-header .whatbtnbox .whatapp:hover {
  color: #25d366;
  background-image: url('/wp-content/themes/neve/assets/css/../img/whatsapp-icon-h.svg');
}

.site-header .whatbtnbox .whatapp1 {
  margin-left: 0px !important;
}

.whatsappicon a {
  animation: none;
}

/* ---------- Sticky helpers / popup ---------- */
.text_sticky {
  position: fixed;
  bottom: 25px;
  left: 45%;
  background-color: #f9fafb;
  color: #ff0000;
  padding: 10px 15px;
  border-radius: 50px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1000;
  border: 1px solid black;
}

.text_sticky:hover {
  color: #ff0000;
  opacity: unset;
}

#popupcontact {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: 50px;
}

.mfootercontact {
  display: none;
}

/* Shake animation */
.shakes {
  animation: 0.5s ease-in-out shake;
}

@keyframes shake {

  0%,
  100% {
    transform: translateX(0);
  }

  20%,
  60% {
    transform: translateX(-10px);
  }

  40%,
  80% {
    transform: translateX(10px);
  }
}

/* ==========================================================================
   HEADER — MEDIA QUERIES
   ========================================================================== */

/* Large desktop adjustments */
@media only screen and (max-width: 1536px) {
  :root {
    --top-header: 40px;
    --main-header: 74px;
  }

  header .topheader,
  .site-header .topheader {
    padding: 0 16px;
  }

  a.header-get-quote.site-btn-sm {
    padding: 12px 18px;
    gap: 8px;
  }

  a.header-get-quote img {
    width: 18px;
  }

  .header-contact-info {
    gap: 18px;
  }

  header .topheader .logo>a,
  .site-header .topheader .logo>a {
    width: 220px;
  }

  .top-header-phone {
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 14px;
  }

  .top-header-phone img {
    width: 16px;
  }

  .top-header-left {
    font-size: 14px;
  }

  a.phone-link {
    gap: 12px;
  }

  a.phone-link img {
    width: 30px;
  }

  a.phone-link>span strong {
    font-size: 16px;
  }

  .custnav .menus {
    gap: 16px;
  }

  .custnav .menus>li>a {
    gap: 6px;
  }
}

/* Intermediate desktop (quote icon only) */
@media (min-width: 1200px) and (max-width: 1300px) {
  svg.headr-quote-icon {
    display: block;
    width: 28px;
    height: auto;
  }

  a.header-get-quote.site-btn-sm>span,
  a.header-get-quote.site-btn-sm>img {
    display: none;
  }

  a.header-get-quote.site-btn-sm {
    padding: 4px;
    border-radius: 4px;
  }
}

/* Tablet & below — mobile menu kicks in */
@media only screen and (max-width: 1200px) {
  :root {
    --top-header: 28px;
    --main-header: 70px;
  }

  .site-header,
  header {
    margin-top: 96px;
    padding: 12px 0;
  }

  #mobilemenu {
    display: inline-flex;
    place-items: center;
    z-index: 999;
    left: auto;
    right: 16px;
    cursor: pointer;
    position: fixed;
    width: 32px;
    height: 26px;
  }

  #mobilemenu span {
    display: block !important;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background: var(--secondary);
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }

  #mobilemenu::before,
  #mobilemenu::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--secondary);
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }

  #mobilemenu::before {
    top: 6px;
  }

  #mobilemenu::after {
    bottom: 6px;
  }

  .menuopen #mobilemenu span {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .menuopen #mobilemenu::before,
  .menuopen #mobilemenu::after {
    background-color: var(--secondary);
  }

  .menuopen #mobilemenu::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }

  .menuopen #mobilemenu::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }

  .menuopen #mobilemenu::before,
  .menuopen #mobilemenu::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }

  /* #mobilemenu {
    display: block !important;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    background: var(--secondary);
    transform: translate(0, -50%);
    transition: opacity 0.3s 0.3s;
  }

  #mobilemenu::before,
  #mobilemenu::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: var(--secondary);
    transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  }

  #mobilemenu::before {
    top: 6px;
  }

  #mobilemenu::after {
    bottom: 6px;
  }

  .menuopen #mobilemenu span {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .menuopen #mobilemenu::before,
  .menuopen #mobilemenu::after {
    background-color: var(--secondary);
  }

  .menuopen #mobilemenu::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
  }

  .menuopen #mobilemenu::after {
    bottom: calc(50% - 1px);
    transform: rotate(-45deg);
  }

  .menuopen #mobilemenu::before,
  .menuopen #mobilemenu::after {
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  #mobilemenu {
    background: url(https://stagingd4u.hrdattestation.in/wp-content/uploads/2024/06/menu-icon.svg) no-repeat 0 0;
    width: 35px !important;
    height: 35px !important;
    padding: 0px !important;
    background-color: #065f9a !important;
    border-radius: 5px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 20px !important;
  }

  .menuopen #mobilemenu {
    background: url(https://stagingd4u.hrdattestation.in/wp-content/uploads/2024/06/close-icon.svg) no-repeat 0 0;
  }

  .site-header .logo img.desktoplogo,
  header .logo img.desktoplogo {
    width: 250px;
  }

  .site-header .topheader .logo>a,
  header .topheader .logo>a {
    width: 197px;
  }

  .site-header .topheader,
  header .topheader {
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }

  .site-header .logo,
  header .logo {
    position: absolute;
    left: 16px;
  }

  .mobilemenu,
  .mobilelogo {
    display: block;
  }

  .desktoplogo {
    display: none;
  }
*/
  header .topheader .logo>a,
  .site-header .topheader .logo>a {
    width: 190px;
  }

  #mobilemenu span {
    display: inline-flex;
    place-items: center;
  }

  .custnav .menus {
    flex-direction: column;
    gap: 0;
  }

  .top-header-phone,
  .top-header-left {
    font-size: 12px;
  }

  .top-header-phone {
    background: transparent;
    color: var(--white);
    padding: 0;
    text-decoration: underline !important;
  }

  .top-header-phone img {
    filter: brightness(0) invert(1);
    width: 11px;
  }

  .wrapper header,
  .wrapper .site-header {
    position: fixed;
    inset: 0 0 auto 0;
    padding: 0;
    z-index: 99;
  }

  .custnav {
    position: fixed;
    left: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: var(--main-header) 16px 25px;
    flex-direction: column;
    align-items: flex-start;
    display: none;
    background-color: #ffffff;
    z-index: 1;
    width: auto;
    box-shadow: -10px 0px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: -10px 0px 30px rgb(0 0 0 / 10%);
    -webkit-box-shadow: -10px 0px 30px rgb(0 0 0 / 10%);
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transform: translateX(100%);
    overflow: auto;
  }

  .menuopen .custnav {
    transform: translateX(0);
    gap: 30px;
  }

  .menuopen {
    overflow-y: hidden;
  }

  .site-header nav li,
  header nav li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px 0 !important;
  }

  .site-header nav li a,
  header nav li a {
    color: #000 !important;
    font-size: 18px !important;
  }

  .site-header nav .menus ul.sub-menu,
  header nav .menus ul.sub-menu {
    position: unset;
    background: transparent;
    border: none;
    box-shadow: none;
    float: none;
    padding-left: 10px;
    overflow: hidden;
    min-width: auto;
    width: auto;
  }

  .site-header .menus>li.menu-item-has-children:after {
    position: absolute;
    top: 23px;
    right: 8px;
    width: 12px;
    height: 12px;
    pointer-events: auto;
    background-size: contain;
  }

  .site-header nav .menus ul.sub-menu li,
  header nav .menus ul.sub-menu li {
    padding: 0 !important;
    border: none;
    font-size: 12px;
  }

  .site-header nav .menus ul.sub-menu li a,
  header nav .menus ul.sub-menu li a {
    font-size: 14px !important;
    border: none;
    padding: 0;
    margin: 10px 0;
    padding-left: 10px;
  }

  .site-header nav .menus ul.sub-menu .sub-menu-depth-2,
  header nav .menus ul.sub-menu .sub-menu-depth-2 {
    right: inherit;
    left: inherit;
    top: inherit;
    display: block !important;
  }

  header nav .menus ul.sub-menu .sub-menu-depth-2 li a {
    margin: 5px 0 5px 13px;
  }

  .custnav .menus>li {
    padding: 0 15px 10px;
  }

  .site-header .btnbox a {
    font-size: 14px;
    width: 165px;
    line-height: 32px;
    margin-right: 7px;
  }

  .site-header .whatbtnbox .whatapp {
    font-size: 14px;
    padding: 7px 0px 5px 25px;
    background-size: 20px auto;
  }

  .btnbox,
  .whatbtnbox {
    width: 330px !important;
    display: flex;
    justify-content: space-between;
    align-self: end;
  }

  .btnbox a,
  .whatbtnbox a {
    margin: 5px 5px !important;
  }

  .site-header .whatbtnbox .whatapp1 {
    margin-left: 5px !important;
  }

  .site-header .applyfor.menu-item {
    display: block !important;
  }

  .header-contact-info {
    flex-wrap: wrap;
  }
}

/* Small tablet */
@media only screen and (max-width: 768px) {
  .whatsappicon a {
    display: block;
    margin-bottom: 26px;
  }
}

/* Mobile landscape / small tablets */
@media only screen and (max-width: 639px) {
  :root {
    --top-header: 26px;
    --main-header: 56px;
  }

  .menus .sub-menu>li>a {
    padding: 5px 0px;
  }
}

/* Mobile */
@media only screen and (max-width: 575px) {
  .text_sticky {
    bottom: 55px !important;
    left: 30% !important;
  }
}

/* Very small phones */
@media only screen and (max-width: 479px) {
  header nav li {
    padding: 10px 0 !important;
  }

  header nav li a {
    font-size: 16px !important;
  }

  header .menus>li.menu-item-has-children {
    background-position: 100% 18px;
  }
}

@media only screen and (max-width: 400px) {
  :root {
    --top-header: 50px;
    --main-header: 56px;
  }

  .top-header-inner {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  .site-header .topheader {
    margin-top: var(--top-header);
  }
}

/* ==========================================================================
   9. FOOTER
   ========================================================================== */

.main-footer {
  background-color: #0190f0;
  padding: 75px 0px 50px;
  position: relative;
  z-index: 1;
}

.main-footer h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 27px;
}

.main-footer p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
}

.main-footer .gettouch {
  float: left;
  width: 100%;
  background-color: #67bcf6;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 30px 70px;
}

.main-footer .gettouch h4 {
  margin-bottom: 20px;
}

.main-footer .gettouch .geticon {
  float: left;
  width: 25%;
}

.main-footer .gettouch .geticon a {
  line-height: 22px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-repeat: no-repeat;
  padding-left: 26px;
}

.main-footer .gettouch .loacation {
  width: 35%;
  background-image: url('/wp-content/themes/neve/assets/css/../img/location.svg');
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-left: 26px;
}

.main-footer .gettouch .email a {
  background-image: url('/wp-content/themes/neve/assets/css/../img/email.svg');
  background-position: 0px 3px;
}

.main-footer .gettouch .call a {
  background-image: url('/wp-content/themes/neve/assets/css/../img/call.svg');
  background-position: 0px 0px;
}

.main-footer .gettouch .socials {
  width: 15%;
}

.main-footer .gettouch .loacation p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0 !important;
}

.main-footer .footerboxs {
  float: left;
  width: 25%;
  margin-top: 50px;
}

.main-footer .footerboxs ul {
  float: left;
  width: 100%;
}

.main-footer .footerboxs ul li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.main-footer .footerboxs ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  background-image: url('/wp-content/themes/neve/assets/css/../img/f-arrow.svg');
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
}

.main-footer .footerboxs ul li a:hover {
  background-image: url('/wp-content/themes/neve/assets/css/../img/f-arrow-h.svg');
}

.main-footer .fbox5 {
  text-align: right;
}

.main-footer .fbox5 .fimgbox {
  display: inline-block;
  background-color: #67bcf6;
  width: 157px;
  height: 135px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  margin-left: 10px;
  position: relative;
}

.main-footer .fbox5 .fimgbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-footer .fbox5 p {
  float: left;
  width: 100%;
  margin-top: 20px;
}

.main-footer a:hover {
  color: #065f9a !important;
}

/* Modern grid footer */
.main-footer .footer-grid-wp {
  display: grid;
  grid-template-columns: 304px 1fr;
  gap: 100px;
}

.main-footer .footer-left-content {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.main-footer .footerlogo a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.main-footer .footerlogo a img {
  filter: brightness(0) invert(1);
}

.main-footer .footer-left-content .footer-content {
  font-size: 16px;
  margin: 0;
}

.main-footer .footer-social-list ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.main-footer .footer-social-list ul li a {
  width: 35px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  opacity: 1 !important;
  transition: 0.3s;
}

.main-footer .footer-social-list ul li a svg {
  flex: 0 0 auto;
}

.main-footer .footer-social-list ul li a svg path {
  color: #0190f0;
}

.main-footer .footer-social-list ul li a:hover {
  background-color: #000;
}

.main-footer .footer-social-list ul li a:hover svg path {
  color: #fff;
}

.main-footer .footer-left-content .footer-copyright {
  font-size: 16px;
  margin: 0;
}

.main-footer .footer-menu-gridind {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  gap: 60px;
}

.main-footer .footer-menu-nav li a {
  color: #fff !important;
  opacity: 1 !important;
}

.main-footer .footer-menu-nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.main-footer .footer-menu-nav li a:hover {
  text-decoration: underline !important;
}

/* Footer accordion (mobile) */
.footer-accordion-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: none !important;
  border: none;
  padding: 0;
  cursor: default;
  text-align: left;
}

.footer-accordion-trigger h4 {
  margin-bottom: 27px;
}

.footer-accordion-arrow {
  display: none;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s ease;
}

.footer-accordion-body {
  display: block;
}

.footer-copyright.copyright-mob {
  display: none;
}

.footer-copyright.copyright-des {
  display: block;
}

/* ==========================================================================
   FOOTER — MEDIA QUERIES
   ========================================================================== */

@media (max-width: 1366px) {
  .main-footer .footer-grid-wp {
    grid-template-columns: 280px 1fr;
    gap: 40px;
  }

  .main-footer .footer-menu-gridind {
    gap: 30px;
  }

  .main-footer h4 {
    margin-bottom: 20px;
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .main-footer .footer-grid-wp {
    display: flex;
    flex-direction: column;
  }

  .footer-copyright.copyright-des {
    display: none;
  }

  .footer-copyright.copyright-mob {
    display: block;
  }

  .main-footer .footer-left-content {
    gap: 18px;
  }

  .main-footer {
    padding-block: 50px;
  }

  .main-footer .footerlogo a {
    justify-content: flex-start;
  }

  .main-footer .footer-menu-gridind {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-menu-grid {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 767px) {
  .main-footer .footer-menu-gridind {
    flex-direction: column;
    gap: 0;
  }

  .footer-menu-grid {
    flex: unset;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .footer-menu-grid:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }

  .footer-accordion-trigger {
    cursor: pointer;
    padding: 16px 0;
    background: transparent !important;
  }

  .footer-accordion-trigger h4 {
    margin-bottom: 0;
    font-size: 18px;
  }

  .footer-accordion-arrow {
    display: block;
  }

  .footer-accordion-trigger[aria-expanded="true"] .footer-accordion-arrow {
    transform: rotate(180deg);
  }

  .footer-accordion-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease;
  }

  .footer-accordion-body .footer-menu-nav {
    padding: 12px 0 20px;
  }
}

@media (max-width: 575px) {
  .footer-copyright.copyright-mob {
    margin: 0;
    text-align: center;
  }

  .main-footer {
    padding-block: 25px;
  }

  .main-footer .footer-left-content .footer-content {
    font-size: 14px;
  }
}

.grecaptcha-badge{
  z-index: 9999 !important;
}

/* ==========================================================================
   10. SERVICES
   ========================================================================== */

.bordered_pill .elementor-widget-container:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 10px;
  height: 100%;
  background-color: var(--primary);
  border-radius: 12px 0 0 12px;
}

/* Attestation Services cards */
.service-card .elementor-icon-box-content ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.service-card .elementor-icon-box-content ul li {
  position: relative;
  margin: 0;
  color: #64636d;
  display: inline-flex;
  align-items: center;
}

.service-card .elementor-icon-box-content ul li:not(:last-child) {
  margin-bottom: 10px;
}

.service-card .elementor-icon-box-content ul li:before {
  content: "";
  display: inline-flex;
  flex: 1 0 auto;
  width: 1rem;
  height: 1rem;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m8 4l8 8l-8 8'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}


/* ==========================================================================
   11. HOW-TO STEPS
   ========================================================================== */

.how-to-step-list {
  counter-reset: step;
}

.how-to-step-list>* {
  position: relative;
  counter-increment: step;
}

.how-to-step-list>*:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22105%22%20height%3D%2232%22%20viewBox%3D%220%200%20105%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%206L77.614%206C82.271%206%2086.6639%208.16306%2089.5033%2011.8543L98.8088%2023.9514C101.338%2027.2395%2098.994%2032%2094.8457%2032H6C2.68629%2032%200%2029.3137%200%2026V6Z%22%20fill%3D%22%230190F0%22%2F%3E%0A%3Cpath%20d%3D%22M3%203L6.5%200L5%206H0L3%203Z%22%20fill%3D%22%23107AC1%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  width: 105px;
  height: auto;
  inset: 0px 0 0 -2px;
  aspect-ratio: 1/0.3047619;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
}

.how-to-step-list>*:after {
  content: "Step " counter(step, decimal-leading-zero);
  position: absolute;
  top: 7px;
  left: 16px;
  color: var(--white);
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
}


/* ==========================================================================
   12. BLOG
   ========================================================================== */

.blog-content {
  --gap: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}

.blog-content .item {
  flex: 1 0 calc(33.33% - var(--gap));
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-content .item .imagebox {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  aspect-ratio: 16 / 10;
}

.blog-content .item .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content .item .disc a {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin-bottom: 12px !important;
  font-weight: bold;
  display: block;
  text-decoration: none !important;
}

.blog-content .item .disc a:hover {
  color: var(--primary);
}

.blog-content .item .disc p {
  margin: 0;
}

/* Blog media queries */
@media (max-width: 1199px) {
  .blog-content {
    --gap: 20px;
  }

  .blog-content .item .imagebox {
    border-radius: 20px;
  }

  .blog-content .item .disc a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px !important;
  }
}

@media (max-width: 768px) {
  .blog-content .item {
    flex: 1 0 calc(50% - var(--gap));
  }
}

@media (max-width: 575px) {
  .blog-content .item {
    flex: auto;
  }
}

.pccapo-blogs-page {
  --pccapo-blog-blue: #0190f0;
  --pccapo-blog-navy: #001d43;
  --pccapo-blog-muted: #64636d;
  --pccapo-blog-border: #e6e8ee;
  --pccapo-blog-bg: #f5f6f8;
  padding-block: 0 72px;
  background: var(--pccapo-blog-bg);
}

.blog_hero {
  max-height: 500px;
  height: calc(250px + 250 * (100vw - 360px) / 1560);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1.blog_hero_title {
  text-align: center;
  color: var(--white);
}

.pccapo-blog-category {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px 30px;
  margin-bottom: 32px;
  box-shadow: 0 0 35px rgba(0 0 0 / 8%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.pccapo-blog-category-wp {
  margin: 70px auto;
}

.pccapo-blog-category:last-child {
  margin-bottom: 0;
}

.pccapo-blog-category__title {
  text-align: center;
}

.pccapo-blogs-page .blog-content.pccapo-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.pccapo-blogs-page .blog-content .item {
  min-width: 0;
}

.pccapo-blogs-page .blog-content .infobox {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pccapo-blogs-page .blog-content .imagebox {
  display: block;
  overflow: hidden;
  border-radius: 16px;
  aspect-ratio: 16 / 9;
  background: #e9ecf2;
}

.pccapo-blogs-page .blog-content .imagebox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pccapo-blogs-page .blog-content .disc {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-top: 16px;
  /* gap: 8px; */
}

.pccapo-blogs-page .blog-content .post-date {
  display: block;
  color: var(--pccapo-blog-muted);
  font-size: 13px;
  line-height: 1.4;
}

.pccapo-blogs-page .blog-content .disc h4 {
  margin: 0;
  color: var(--pccapo-blog-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.pccapo-blogs-page .blog-content .disc h4 a {
  color: inherit;
  text-decoration: none;
}

.pccapo-blogs-page .blog-content .disc h4 a:hover {
  color: var(--pccapo-blog-blue);
}

.pccapo-blogs-page .blog-content .disc p {
  margin: 0;
  color: var(--pccapo-blog-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pccapo-blogs-page .blog-content .disc .pccapo-blog-read-more,
.pccapo-blogs-page .blog-content .disc>a {
  display: inline-flex;
  align-items: center;
  margin-top: auto;
  padding-top: 12px;
  color: var(--pccapo-blog-blue);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.pccapo-blogs-page .blog-content .disc .pccapo-blog-read-more:hover,
.pccapo-blogs-page .blog-content .disc>a:hover {
  text-decoration: underline;
}

.pccapo-blog-category__actions {
  display: flex;
  justify-content: center;
  /* margin-top: 32px; */
}


.pccapo-blog-load-more:disabled,
.pccapo-blog-load-more.is-loading {
  opacity: 0.65;
  cursor: wait;
}

.pccapo-blog-load-more.is-hidden {
  display: none;
}

.pccapo-blogs-empty {
  margin: 0;
  padding: 48px 16px;
  text-align: center;
  color: var(--pccapo-blog-muted);
}

@media (max-width: 1199px) {
  .pccapo-blog-category {
    padding: 32px 24px;
  }

  .pccapo-blogs-page .blog-content.pccapo-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .pccapo-blog-category__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  .pccapo-blog-category-wp {
    margin: 40px auto;
  }

  .pccapo-blogs-page {
    padding-block: 0 48px;
  }

  .pccapo-blog-category {
    padding: 24px 16px;
    border-radius: 16px;
    margin-bottom: 20px;
  }

  .pccapo-blogs-page .blog-content.pccapo-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .pccapo-blog-category__title {
    margin-bottom: 24px;
    font-size: 22px;
  }

  .pccapo-blog-category__actions {
    /* margin-top: 24px; */
  }

  .pccapo-blog-load-more {
    width: 100%;
    max-width: 280px;
  }
}

/* ==========================================================================
   13. ODD-EVEN / MISC COMPONENTS
   ========================================================================== */

.odd-eve-content p {
  margin: 0;
}


/* ==========================================================================
   14. GLOBAL RESPONSIVE ADJUSTMENTS
   ========================================================================== */

@media (max-width: 991px) {

  .site-btn,
  input[type="submit"] {
    padding: 14px 28px;
  }

  h3 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .section-subtitle,
  .section-subtitle p {
    font-size: 14px;
  }

  .get-started__queryform .form-input,
  .get-started__queryform .input-text,
  .get-started__queryform .select2-container--default .select2-selection--single .select2-selection__rendered,
  .get-started__queryform select {
    height: 50px;
    padding: 12px;
    font-size: 14px;
  }

  span.wpcf7-form-control-wrap {
    margin-bottom: 8px;
  }

  .form-submit input.site-btn {
    min-width: 160px;
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .inner_main_banner_content p {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  .inner_hero h1 {
    font-size: 38px;
  }
}
