/*
Theme Name: Divi Child
Theme URI: https://yourwebsite.com
Description: Child theme for Divi
Author: Sreelakshmi
Author URI:
Template: Divi
Version: 1.0
*/

/* Add your custom CSS below */
h1,h2,h3,h4{
	padding-bottom:0px !important;
}
/* =====================================================
   HEADER RESPONSIVE LAYOUT (981px – 1231px)
===================================================== */
@media (min-width: 981px) and (max-width: 1239px) {

  .header-row {
    --horizontal-gap: 2.2% !important;
    display: flex !important;
    align-items: center !important; /* vertical center align */
  }

  #header-menu-clmn1 {
    max-width: 12% !important;
    margin-right:10px !important;
	 
  }

  #header-menu-clmn2 {
    max-width: 48% !important;
    margin-right:0px !important;
  }

  #header-menu-clmn3 {
    max-width: 19% !important;
   margin-right:10px !important;
  }

  #header-menu-clmn4 {
    max-width: 20% !important;
  
  }
  #header-menu-clmn2 .top-menu .et-menu>li {
	padding-left: 0px !important;
	padding-right: 16px !important;
	margin-top: 0px !important;
	}
}
/* ==========================================
   Header Flex Alignment
========================================== */

.header-row {
    align-items: center;   /* vertically center all columns */
}

/* Logo - Left */
.header-clmn1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Menu - Center */
.top-menu .et_pb_menu__menu > nav > ul > li > a {
    padding: 0 !important;
}

/* =====================================================
   PRIMARY TEXT COLOR
===================================================== */
.text-primary{
	color:#F05407 !important;
}
/* ======================================
   TEXT BOLD UTILITY
   ====================================== */
.text-bold {
    font-weight: 700;
}

/* =====================================================
   CUSTOM SVG BUTTON (INLINE)
===================================================== */
.custom-svg-button-inline {
  display: inline-flex;
  align-items: center;
  background-color: #F05407 !important;
  padding: 7px 20px 7px 7px !important;
  color: #FFF !important;
  text-decoration: none !important;
  font-family: 'visbibold', Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  transition: background-color 0.3s ease;
}
/*  Custom SVG Inline Button - Transparent
   Gradient Border with Light Fill */

.custom-svg-button-inline-transparent {
    display: inline-flex;
    align-items: center;

    padding: 7px 20px 7px 7px !important;

    border-radius: 10px;
    border: 1.5px solid transparent !important;

    /* Gradient border effect */
    background: 
        linear-gradient(#F5F3ED, #F5F3ED) padding-box,
        linear-gradient(135deg, #FFA375, #F69433, #F05407) border-box !important;

    background-clip: padding-box, border-box;

    font-family: 'visbibold', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 500;

    color: #000 !important; /* Better contrast */
    text-decoration: none !important;

    transition: all 0.3s ease;
}
.custom-svg-button-inline-transparent .btn-icon {
    width: 36px;
    height: 36px;
    margin-right: 20px;
    background-image: url(/wp-content/uploads/2026/01/Button.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.3s ease;
}
.custom-svg-button-inline-transparent:hover {
    background: #F05407 !important;
    border: 1.5px solid transparent !important;
    color: #fff !important;
}

/* =====================================================
   BUTTON ICON
===================================================== */
.custom-svg-button-inline .btn-icon {
  width: 36px;
  height: 36px;
  margin-right: 20px;
  background-image: url("/wp-content/uploads/2026/01/Button.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 0.3s ease;
}

/* =====================================================
   BUTTON HOVER STATE
===================================================== */
.custom-svg-button-inline:hover {
  background-color: #000 !important;
}
.top-menu .et-menu>li {
    padding-left: 0px !important;
    padding-right: 40px !important;
	margin-top: 0px !important;
}
.custom-svg-button-inline:hover .btn-icon {
  background-image: url("/wp-content/uploads/2026/01/Button-white.svg");
}
.top-menu  .et-menu {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
/* =====================================
   NUMBER COUNTER – PERCENT TEXT STYLE
===================================== */
/* =====================================================
   NUMBER COUNTER STYLES (981px – 1254px)
===================================================== */
@media (min-width: 981px) and (max-width: 1254px) {

  .number-counters .percent .percent-value{
    font-size: 50px !important;
    line-height: 54px !important;
  }

  .counter-plus .title{
    font-size: 16px !important;
    line-height: 20px !important;
  }

}
/* ===== Button Arrow Icon (After Text) ===== */
.btn-transparent::after {
  content: "" !important; /* Required to show the pseudo-element */
  background-image: url("/wp-content/uploads/2026/01/button-arrow-black.svg"); /* Arrow SVG */
  background-size: contain; /* Fit icon properly */
  background-repeat: no-repeat; /* Prevent repeat */
  width: 20px; /* Icon width */
  height: 20px; /* Icon height */
}
/* Hide default Divi button icon */
.btn-transparent::before {
  display: none !important;
}
/* Hover arrow (white) */
.btn-transparent:hover::after {
  background-image: url("/wp-content/uploads/2026/01/button-arrow-white.svg");
 transform: translateY(-30%);
}

.number-counters .impact-number-clmn {
  background-color: #000;          /* solid background */
  border-radius: 15px;
  border: 1px solid transparent;   /* required */

  background-image:
    linear-gradient(#000, #000),
    linear-gradient(135deg, #1D1D1D 0%, #99441A 50%, #F05407 100%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}
.impact-row .impact-number-clmn {
background-color: #000;
    border-radius: 15px;
    border: 1px solid transparent;
    background-image: linear-gradient(#000, #000), linear-gradient(135deg, #1D1D1D 0%, #99441A 50%, #F05407 100%);
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
}
/* NORMAL */
.et_pb_button.btn-transparent {
  border-radius: 10px;
  border: 2px solid transparent !important;
  background:
    linear-gradient(#F5F3ED, #F5F3ED) padding-box,
    linear-gradient(135deg, #FFA375, #F69433, #F05407) border-box !important;
  background-clip: padding-box, border-box;
  transition: all 0.3s ease;
}

/* HOVER — force override */
.btn-transparent:hover {
    border: 2px solid transparent !important;
  background:
    linear-gradient(#F05407, #F05407) padding-box,
    linear-gradient(135deg, transparent, transparent, transparent) border-box !important;
  color: #fff;
}
/*  MADE FOR EMPLOYEES SECTION bg image*/
@media (min-width: 768px) and (max-width: 980px) {
  #hero-section {
        background-size: 100% auto !important;
        background-position: top 406px left !important;
    background-repeat: no-repeat !important;
  }
}
/*    SUCCESS STORY GRID – TABLET VIEW*/

@media (min-width: 768px) and (max-width: 980px) {
  #successs-story-grid-column {
    background-size: 75% auto !important;
    background-position: right -185px top -240px !important;
    background-repeat: no-repeat !important;
  }
}
/* Mobile devices (max-width: 767px) */
@media (max-width: 767px) {

    /* Hero section background adjustments for mobile */
    #hero-section {
        background-size: 100% auto !important; /* Scale background to full width */
        background-position: left -1px top 646px !important; /* Adjust background position */
        background-repeat: no-repeat !important; /* Prevent repeating */
    }

    /* Success story grid column background for mobile */
    #successs-story-grid-column {
        background-image: url(/wp-content/uploads/2026/01/success-stories_gradient.png); /* Gradient background image */
        background-size: 81% auto !important; /* Resize background image */
        background-position: right -84px top -130px !important; /* Fine-tune background position */
        background-repeat: no-repeat !important; /* Prevent repeating */
    }

}
/* HOME HERO SECTION – DECORATIVE BG IMAGE */

/* Desktop screens: 981px to 1440px */
@media (min-width: 981px) and (max-width: 1440px) {

    .home-platform-section {
        position: relative; /* Required for ::after positioning */
    }

    .home-platform-section::after {
        content: "";
        position: absolute;
        bottom: 329px;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url("/wp-content/uploads/2026/02/screening-automation-section.webp");
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: 37%;
        pointer-events: none; /* Prevent blocking clicks */
    }
}

/* Large desktop & wide screens: 1441px and above */
@media (min-width: 1441px) {
    .home-platform-section {
        position: relative; /* Required for ::after positioning */
    }
    .home-platform-section::after {
		content: "";
        position: absolute;
        bottom: 268px;
        right: 0;
        width: 100%;
        height: 100%;
		background-position: bottom right;
        background-repeat: no-repeat;
        background-image: url("/wp-content/uploads/2026/02/screening-automation-section.webp");
        background-size: 30%;
    }
}
/*  IMPACT NUMBER ROW – DESKTOP WIDTH CONTROL */
/* ==========================================
   Made For Employees Section
   Mobile: 516px to 767px
========================================== */

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

    #made-for-employes-section {
        background-size: 32% auto !important;
        background-position: right bottom 41% !important;
    }

}

/* Desktop screens: 981px to 1230px */
@media (min-width: 981px) and (max-width: 1230px) {

    #impact-number-row {
        max-width: 880px !important;
    }

}
/* ==========================================
   Made For Employees Section
   Small Mobile: up to 404px
========================================== */

@media (max-width: 404px) {

    #made-for-employes-section {
        background-size: 40% auto !important;
        background-position: right bottom 46% !important;
    }

}

/* =====================================
   NUMBER COUNTERS BG IMAGE (AFTER PSEUDO)
===================================== */
@media (min-width: 981px){
.number-counters {
  position: relative;
}


}


/* Tablet / Small desktop */
@media (min-width: 981px) and (max-width: 1279px) {

    #hero-section {
        background-size: 75% !important;
        background-position: right -65px top 427px !important;
    }

}
/* =====================================
   Divi Button Modules – Force Inline Layout
===================================== */
.two-buttons-center .et_pb_column {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 60px;
    flex-wrap: nowrap;
}

.two-buttons-center .et_pb_button_module_wrapper {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
    display: inline-flex !important;
}

.two-buttons-center .et_pb_button {
    white-space: nowrap;
}
/* =====================================
   Made For Employers Section
   Background Size (981px – 1279px)
===================================== */
@media (min-width: 981px) and (max-width: 1279px) {
    #made-for-employes-section {
        background-size: 20% !important;
        background-position: right bottom 29% !important;
    }
}

/* =====================================
   Made For Employers Section
   Background Size (1340px and above)
===================================== */
@media (min-width: 1340px)  {
    #made-for-employes-section {
         background-size: auto !important;
    }
}
/* =====================================
   CTA Column 2 – Pseudo Background Image
===================================== */
.cta-clmn2 {
    position: relative;
    overflow: hidden;
}

.cta-clmn2::after {
content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/02/Experience-screening-with-zero-friction.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    pointer-events: none;
}

/*  Impact Row Background Vector (Bottom Left)
   Using Pseudo Element*/
@media (min-width: 768px)  {
.impact-block  {
    position: relative;
    overflow: visible; /* Allows vector to extend outside row */
    z-index: 1;
}

/* Bottom Left Decorative SVG */
.impact-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 579px; /* Adjust height as needed */
    background-image: url('/wp-content/uploads/2026/02/IMPACT-vector.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    z-index: -1; /* Keeps it behind content */
}
}
@media (max-width: 767px)  {
.impact-block  {
    position: relative;
    overflow: visible; /* Allows vector to extend outside row */
    z-index: 1;
}

/* Bottom Left Decorative SVG */
.impact-block::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 579px;
        background-image: url(/wp-content/uploads/2026/02/impact-vector.webp);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom -20px right 9px;
        z-index: -1;
}
}
html, body {
    overflow-x: hidden;
}

/* ==========================================
   Background Grid - Column Decorative SVG
========================================== */
@media (min-width: 981px)  {
.background-grid .et_pb_column {
    position: relative;
    z-index: 1;
}

/* Apply VERY high z-index to 1-4 and 6-9 columns */
.background-grid .et_pb_column:nth-child(1),
.background-grid .et_pb_column:nth-child(2),
.background-grid .et_pb_column:nth-child(3),
.background-grid .et_pb_column:nth-child(5),
.background-grid .et_pb_column:nth-child(6),
.background-grid .et_pb_column:nth-child(7) {
    position: relative;
    z-index: 1000 !important;
    isolation: isolate;
}

/* Keep other columns lower */
.background-grid .et_pb_column:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)):not(:nth-child(9)) {
    z-index: 1 !important;
}

/* Add rectangle SVG */
.background-grid .et_pb_column:nth-child(1)::before,
.background-grid .et_pb_column:nth-child(2)::before,
.background-grid .et_pb_column:nth-child(3)::before,
.background-grid .et_pb_column:nth-child(5)::before,
.background-grid .et_pb_column:nth-child(6)::before,
.background-grid .et_pb_column:nth-child(7)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 5px;
    right: -6px;
    background-image: url(/wp-content/uploads/2026/02/Rectangle.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
    pointer-events: none;
    z-index: 9999 !important;
}

/* Keep content above rectangle */
.background-grid .et_pb_column:nth-child(1) > *,
.background-grid .et_pb_column:nth-child(2) > *,
.background-grid .et_pb_column:nth-child(3) > *,
.background-grid .et_pb_column:nth-child(5) > *,
.background-grid .et_pb_column:nth-child(6) > *,
.background-grid .et_pb_column:nth-child(7) > * {
    position: relative;
    z-index: 10000;
}

/* Force column border pseudo-elements down */
.background-grid .et_pb_column::after {
    z-index: -1 !important;
}

/* Target row pseudo elements */
.background-grid .et_pb_row::before,
.background-grid .et_pb_row::after {
    z-index: 1 !important;
}
}
/* ==========================================
   Background Grid - Column Decorative SVG
   Tablet: 768px to 980px
========================================== */

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

    .background-grid .et_pb_column {
        position: relative;
        z-index: 1;
    }

    /* Apply high z-index to columns 1,2,4,5,7,8 */
    .background-grid .et_pb_column:nth-child(1),
    .background-grid .et_pb_column:nth-child(2),
    .background-grid .et_pb_column:nth-child(4),
    .background-grid .et_pb_column:nth-child(5),
    .background-grid .et_pb_column:nth-child(7),
    .background-grid .et_pb_column:nth-child(8) {
        position: relative;
        z-index: 1000 !important;
        isolation: isolate;
    }

    /* Add rectangle SVG */
    .background-grid .et_pb_column:nth-child(1)::before,
    .background-grid .et_pb_column:nth-child(2)::before,
    .background-grid .et_pb_column:nth-child(4)::before,
    .background-grid .et_pb_column:nth-child(5)::before,
    .background-grid .et_pb_column:nth-child(7)::before,
    .background-grid .et_pb_column:nth-child(8)::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        right: -6px;
        background-image: url(/wp-content/uploads/2026/02/Rectangle.svg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
        pointer-events: none;
        z-index: 9999 !important;
    }

    /* Keep content above rectangle */
    .background-grid .et_pb_column:nth-child(1) > *,
    .background-grid .et_pb_column:nth-child(2) > *,
    .background-grid .et_pb_column:nth-child(4) > *,
    .background-grid .et_pb_column:nth-child(5) > *,
    .background-grid .et_pb_column:nth-child(7) > *,
    .background-grid .et_pb_column:nth-child(8) > * {
        position: relative;
        z-index: 10000;
    }

    /* Force column border pseudo-elements down */
    .background-grid .et_pb_column::after {
        z-index: -1 !important;
    }

    /* Target row pseudo elements */
    .background-grid .et_pb_row::before,
    .background-grid .et_pb_row::after {
        z-index: 1 !important;
    }
}
/* ==========================================
   Background Grid - Column Decorative SVG
   Mobile: max-width 767px
   Apply to columns 1,3,5,7,9,11
========================================== */

@media (max-width: 767px) {

    .background-grid .et_pb_column {
        position: relative;
        z-index: 1;
    }

    /* Apply high z-index to columns 1,3,5,7,9,11 */
    .background-grid .et_pb_column:nth-child(1),
    .background-grid .et_pb_column:nth-child(3),
    .background-grid .et_pb_column:nth-child(5),
    .background-grid .et_pb_column:nth-child(7),
    .background-grid .et_pb_column:nth-child(9) {
        position: relative;
        z-index: 1000 !important;
        isolation: isolate;
    }

    /* Add rectangle SVG */
    .background-grid .et_pb_column:nth-child(1)::before,
    .background-grid .et_pb_column:nth-child(3)::before,
    .background-grid .et_pb_column:nth-child(5)::before,
    .background-grid .et_pb_column:nth-child(7)::before,
    .background-grid .et_pb_column:nth-child(9)::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        right: -6px;
        background-image: url(/wp-content/uploads/2026/02/Rectangle.svg);
        background-position: bottom right;
        background-repeat: no-repeat;
        background-size: auto;
        pointer-events: none;
        z-index: 9999 !important;
    }

    /* Keep content above rectangle */
    .background-grid .et_pb_column:nth-child(1) > *,
    .background-grid .et_pb_column:nth-child(3) > *,
    .background-grid .et_pb_column:nth-child(5) > *,
    .background-grid .et_pb_column:nth-child(7) > *,
    .background-grid .et_pb_column:nth-child(9) > * {
        position: relative;
        z-index: 10000;
    }

    /* Force column border pseudo-elements down */
    .background-grid .et_pb_column::after {
        z-index: -1 !important;
    }

    /* Target row pseudo elements */
    .background-grid .et_pb_row::before,
    .background-grid .et_pb_row::after {
        z-index: 1 !important;
    }
}

/* =========================================
   Background Grid
   Tablet: 3 Columns Layout
========================================= */
@media (min-width: 768px) and (max-width: 980px) {

    .background-grid .et_pb_column {
        width: 33.33% !important;
        float: left;
    }

}


/* =========================================
   Background Grid
   Mobile: 2 Columns Layout
========================================= */
@media (max-width: 767px) {

    .background-grid .et_pb_column {
        width: 50% !important;   /* 2 columns */
        float: left;
    }

}

/* =========================================
   Heading Font Adjustment
   Screen size: 768px to 771px
========================================= */

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

    #heading-tag h1 {
        font-size: 40px;      /* Adjust as needed */
        line-height: 49px;
    }

}

/*End Home page*/

/*Blog Listing page*/


/* BLOG LISTING WRAPPER */

/* blog-container */
.blog-container {
    width: 100%;
    max-width: 1280px;
    padding: 0 50px;
    margin: auto;
}

/* blog-listing-wrapper */
.blog-listing-wrapper {
    background-color: #F5F3ED;
    padding-bottom: 80px;
}

/* HERO SECTION */

/* blog-hero-section */
.blog-hero-section {
    background-color: #F5F3ED;
    padding: 80px 0 80px;
    text-align: center;
}

/* blog-hero-content */
.blog-hero-content {
    max-width: 900px;
    margin: 0 auto;
}

/* blog-category-label */
.blog-category-label {
    color: #F05407;
    text-align: center;
    font-family: 'visbibold';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* blog-hero-title */
.blog-hero-title {
    color: #000;
    text-align: center;
    font-family: 'visbibold';
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin: 0;
}

/* FEATURED POST SECTION */

/* featured-post-section */
.featured-post-section {
    padding: 0px 0 80px;
    background-color: #F5F3ED;
}

/* featured-post-card */
.featured-post-card {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

/* featured-post-content-wrapper */
.featured-post-content-wrapper {
    display: flex;
    gap: 40px;
}

/* featured-post-text */
.featured-post-text {
    flex: 1;
    z-index: 2;
}

/* featured-title */
.featured-title {
    color: #1D1D1D;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    max-width: 557px;
    margin-bottom: 30px;
}

/* featured-meta */
.featured-meta {
    color: #555555;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}


/* featured-post-image-wrapper */
.featured-post-image-wrapper {
    flex: 0 0 45%;
    max-width: 540px;
    z-index: 2;
}

/* featured-post-image */
.featured-post-image {
    display: block;
    overflow: hidden;
    border-radius: 20px;
}

/* featured-post-image img */
.featured-post-image img {
    width: 100%;
    height: 290px;
    object-fit: contain;
    display: block;
}

/* BLOG GRID SECTION */

/* blog-grid-section */
.blog-grid-section {
    padding: 0px 0;
}

/* blog-grid */
.blog-grid {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 80px 50px;
}

/* blog-grid-col */
.blog-grid-col {
    flex: 0 0 calc(33.333333% - 34px);
    max-width: calc(33.333333% - 34px);
}

/* BLOG GRID CARD */

/* blog-grid-card */
.blog-grid-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* blog-grid-image */
.blog-grid-image {
    display: block;
    overflow: hidden;
    position: relative;
}

/* blog-grid-image img */
.blog-grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
}

/* blog-grid-content */
.blog-grid-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

/* CATEGORY TAGS */

/* blog-category-tag */
.blog-category-tag {
    display: inline-block;
    background-color: #ff6b35;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* blog-grid-card:nth-child(2) blog-category-tag */
.blog-grid-card:nth-child(2) .blog-category-tag {
    background-color: #e63946;
}

/* blog-grid-card:nth-child(3) blog-category-tag */
.blog-grid-card:nth-child(3) .blog-category-tag {
    background-color: #333;
}

/* blog-grid-card:nth-child(4) blog-category-tag */
.blog-grid-card:nth-child(4) .blog-category-tag {
    background-color: #ff6b35;
}

/* blog-grid-card:nth-child(5) blog-category-tag */
.blog-grid-card:nth-child(5) .blog-category-tag {
    background-color: #e63946;
}

/* blog-grid-card:nth-child(6) blog-category-tag */
.blog-grid-card:nth-child(6) .blog-category-tag {
    background-color: #999;
}
	/*pagination dot*/
.page-dots {
    display: inline-flex;
    align-items: center;
    justify-content: center;
     color: #999;
    font-size: 14px;
    letter-spacing: 1px;
    user-select: none;
    cursor: default;
}
/* BLOG GRID TITLE & META */

/* blog-grid-title */
.blog-grid-title {
    color: #000;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 40px;
    flex-grow: 1;
}

/* blog-grid-meta */
.blog-grid-meta {
    color: #555555;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    margin-top: auto;
}


/* PAGINATION */

/* blog-pagination */
.blog-pagination {
    margin-top: 60px;
    text-align: center;
}

/* pagination-wrapper */
.pagination-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
}

/* pagination-btn */
.pagination-btn {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #BCBCBC;
    border-radius: 6px;
    color: #000;
    text-align: center;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

/* pagination-btn disabled */
.pagination-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* pagination-numbers */
.pagination-numbers {
    display: flex;
    gap: 20px;
}

/* page-num */
.page-num {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    border-radius: 6px;
    color: #000;
    text-align: center;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-decoration: none;
}

/* page-num active */
.page-num.active {
    background: #000;
    border-color: #000;
    color: #fff;
}

/* SUBSCRIPTION FORM SECTION */

/* blog-subscribe-section */
.blog-subscribe-section {
    padding: 0px;
    background-color: #F5F3ED;
}

/* subscribe-form-card */
.subscribe-form-card {
    background-image: url('/wp-content/uploads/2026/02/solution-CTA-BG-scaled.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

/* subscribe-content */
.subscribe-content {
    background: #fff;
	backdrop-filter: blur(8px);
border-radius: 30px;
background: #FFF;
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
	padding:80px;
    margin: 80px 0px;
}

/* subscribe-title */
.subscribe-title {
	color: #000;
	font-family: 'visbibold';
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 50px; 
    margin-bottom: 20px;
	max-width:813px;
}

/* subscribe-description */
.subscribe-description {
	color: #1D1D1D;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	max-width:679px;
    margin-bottom: 40px;
}

/* subscribe-form */
.subscribe-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* form-inputs */
.form-inputs {
    display: flex;
    gap: 15px;
}

/* subscribe-input */
.subscribe-input {
    flex: 1;
    padding: 14px 20px;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    outline: none;
}

/* subscribe-input::placeholder */
.subscribe-input::placeholder {
    color: #999;
}

/* subscribe-btn */
.subscribe-btn {
    background: #F05407;
    color: #fff;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    align-self: flex-start;
}
/* Blog grid card hover effect */
.blog-grid-card {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.blog-grid-card:hover {
    background-color: #F05407;
}
.blog-grid-card:hover .blog-grid-title,
.blog-grid-card:hover .blog-grid-meta {
    color: #fff;
}
.single-post .related-blogs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 50px;
    padding-top: 60px;
}
@media (min-width: 981px) {
/* SINGLE POST – ARTICLE CONTAINER */
.single-post article {
    width: 100%;
    max-width: 1280px;
    padding-left: 190px;
    padding-right: 190px;
	margin:auto;
}
/*SINGLE POST H2 HEADING STYLES */
.single-post .entry-content h2 {
    color: #000;              /* Heading text color */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 30px;          /* Font size for H2 */
    font-style: normal;       /* Normal font style */
    font-weight: 600;         /* Semi-bold weight */
    line-height: 36px;        /* Line height for better readability */
	padding-bottom:20px !important;
	margin-top: 40px;
}
/*SINGLE POST H3 HEADING STYLES */
.single-post .entry-content h3 {
	color: #1D1D1D;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	padding-bottom: 20px !important;
	padding-top: 20px;
}	
/*  SINGLE POST – H1 TITLE STYLING */
.single-post h1 {
    color: #000;              /* Title text color */
    text-align: center;       /* Center align the heading */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 50px;          /* Heading size */
    font-style: normal;       /* Normal font style */
    font-weight: 600;         /* Semi-bold weight */
    line-height: 56px;        /* Line height for readability */
    max-width: 900px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
.single-post .related-blogs-section{
	padding-top:80px;
	padding-bottom:80px;
	width: 100%;
    max-width: 1280px;
    margin: auto;
	padding-left:50px;
	padding-right:50px;
}
.single-post .related-blogs-grid {
        grid-template-columns: repeat(3, 1fr);
}
}
.related-blog-grid-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* RESPONSIVE TABLET */

@media (max-width: 980px) {
	/* SINGLE POST – ARTICLE CONTAINER */
	.single-post article {
    width: 100%;
    max-width: 1280px;
    padding-left: 117px;
    padding-right: 117px;
	margin:auto;
	margin-bottom:0px !important;
	}
/*  SINGLE POST – H1 TITLE STYLING */
.single-post h1 {
    color: #000;              /* Title text color */
    text-align: center;       /* Center align the heading */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 44px;          /* Heading size */
    font-style: normal;       /* Normal font style */
    font-weight: 600;         /* Semi-bold weight */
    line-height: 50px;        /* Line height for readability */
    max-width: 571px;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
/*SINGLE POST H2 HEADING STYLES */
.single-post .entry-content h2 {
    color: #000;              /* Heading text color */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 36px;          /* Font size for H2 */
    font-style: normal;       /* Normal font style */
    font-weight: 600;         /* Semi-bold weight */
    line-height: 42px;        /* Line height for better readability */
	padding-bottom:20px !important;
	margin-top: 40px;
}
/*SINGLE POST H3 HEADING STYLES */
.single-post .entry-content h3 {
	color: #1D1D1D;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	padding-bottom: 20px !important;
	padding-top: 20px;
}
.single-post .related-blogs-section{
	padding-top:80px;
}
.single-post .related-blogs-section {
        padding-top: 80px;
        padding-bottom: 80px;
        width: 100%;
        max-width: 100%;
        margin: auto;
        padding-left: 50px;
        padding-right: 50px;
 }
    .single-post .related-blogs-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0px 41px;
    }
    
    /* Fixed: Changed from blog-grid-card to related-blog-grid-card */
    .single-post .related-blog-grid-card.hide-on-tablet {
        display: none;
    }
    /* blog-hero-title */
    .blog-hero-title {
        font-size: 50px;
		line-height: 50px;
    }
    .featured-post-content-wrapper {
        flex-direction: column-reverse;
        gap: 10px;
    }
	.featured-post-image-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    z-index: 2;
	}
    /* featured-post-text */
    .featured-post-text {
        padding: 30px 30px 0px 30px;
    }
	/*  BLOG GRID TABLET (2 COLUMNS)*/
	.blog-grid-col {
		flex: 0 0 calc(50% - 24px);
		max-width: calc(50% - 24px);
	}
    /* featured-title */
    .featured-title {
        font-size: 30px;
		line-height: 34px; 
		max-width: 100%;
		margin-bottom: 40px;
    }
	/* BLOG GRID WRAPPER */
	.blog-grid {
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
		gap: 80px 42px;
	}

    /* featured-post-image img */
    .featured-post-image img {
        height: 290px;
    }
	/*  BLOG GRID TITLE STYLING*/
	.blog-grid-title {
		font-size: 22px;
		line-height: 26px;
	}
	/*   BLOG LISTING WRAPPER*/
	.blog-listing-wrapper {
		background-color: #F5F3ED;
		padding-bottom: 80px;
	}


    /* subscribe-content */
    .subscribe-content {
        padding: 60px;
    }

    /* subscribe-title */
    .subscribe-title {
        font-size: 40px;
        line-height: 40px;
		    margin-bottom: 40px;
    }
	.subscribe-description {
	max-width:478px;
	}
}
/* ==========================================
   Subscribe Content – Right Side Vector
========================================== */

.subscribe-content {
  position: relative;   /* Required for pseudo-element */
  z-index: 1;
  overflow: hidden;     /* Prevent unwanted overflow */
}

/* Decorative Right Side Background */
.subscribe-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;

  background-image: url("/wp-content/uploads/2026/02/solution-CTA-VECTOR.webp");
  background-repeat: no-repeat;
  background-position: center right -123px; /* Shift image right */
  background-size: 28%;

  pointer-events: none;  /* Prevent blocking clicks */
  z-index: 0;            /* Keep behind content */
}

/* Ensure content stays above background */
.subscribe-content > * {
  position: relative;
  z-index: 2;
}
/* ==========================================
   Enterprise Hero Section – Background Resize
   Screen: 981px to 1160px
========================================== */

@media (min-width: 981px) and (max-width: 1160px) {
  
  #enterprise-hero-section {
    background-size: 26% !important;
  }

}

/* RESPONSIVE MOBILE & TABLET */

@media (max-width: 767px) {
	/* SINGLE POST – ARTICLE CONTAINER */
	.single-post article {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
	margin:auto;
	}
/*  SINGLE POST – H1 TITLE STYLING */
.single-post h1 {
    text-align: center;       /* Center align the heading */
    font-size: 36px;          /* Heading size */
    font-style: normal;       /* Normal font style */
    line-height: 42px;        /* Line height for readability */
    max-width: 100%;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}
/*SINGLE POST H2 HEADING STYLES */
.single-post .entry-content h2 {
    font-size: 30px;          /* Font size for H2 */
    line-height: 36px;        /* Line height for better readability */
	padding-bottom:20px !important;
	margin-top: 40px;
}
/*SINGLE POST H3 HEADING STYLES */
.single-post .entry-content h3 {
	font-size: 22px;
	line-height: 28px;
	padding-bottom: 20px !important;
	padding-top: 20px;
}
/*  Single Post – Related Blogs Grid */
.single-post .related-blogs-grid {
    grid-template-columns: 1fr;
    gap: 40px 0;
}

/* Single Post – Related Blogs Section */
.single-post .related-blogs-section {
    padding-top: 60px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    /* Fixed: Changed from blog-grid-card to related-blog-grid-card */
    .single-post .related-blog-grid-card.hide-on-tablet {
        display: block;
    }
 /* -----------------------------------------
   Single Post – Related Blogs Grid Spacing
   ----------------------------------------- */
.single-post .related-blogs-grid {
    padding-top: 40px !important;
}

/* -----------------------------------------
   Single Post – Show Hidden Blog Cards on Tablet
   ----------------------------------------- */
.single-post .blog-grid-card.hide-on-tablet {
    display: block;
}

/* -----------------------------------------
   Blog Hero – Container Wrapper
   ----------------------------------------- */
.blog-container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    margin: auto;
}

/* -----------------------------------------
   Blog Hero – Featured Post Image
   ----------------------------------------- */
.featured-post-image img {
    height: 290px;
}

/* -----------------------------------------
   Blog Grid – Post Thumbnail Image
   ----------------------------------------- */
.blog-grid-image img {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 14px;
}

/* -----------------------------------------
   Blog Hero Section – Background & Spacing
   ----------------------------------------- */
.blog-hero-section {
    background-color: #F5F3ED;
    padding: 100px 0px;
    text-align: center;
}

    /* blog-hero-title */
    .blog-hero-title {
        font-size: 46px !important;
		line-height: 46px;
    }
    .blog-listing-wrapper {
        padding-bottom: 80px;
    }
    /* featured-post-section, blog-grid-section */
    .featured-post-section {
        padding: 0px 0px;
    }
	.blog-grid-section {
        padding-top: 0px;
    }
    .featured-post-content-wrapper {
        flex-direction: column-reverse;
        gap: 26px;
    }
    /* featured-post-text */
    .featured-post-text {
        padding: 10px;
    }

    /* featured-title */
    .featured-title {
       font-size: 26px;
	   line-height: 30px; 
    }
	/* BLOG GRID WRAPPER */
	.blog-grid {
		margin-bottom: 80px;
		display: flex;
		flex-wrap: wrap;
		gap: 60px;
	}
    /* blog-grid-col */
    .blog-grid-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    /* pagination-wrapper */
    .pagination-wrapper {
        gap: 20px;
    }

    /* pagination-btn, page-num */
    .pagination-btn,
    .page-num {
        width: 44px;
        height: 44px;
    }


    /* subscribe-content */
    .subscribe-content {
        padding: 60px 30px;
    }

    /* subscribe-title */
    .subscribe-title {
       font-size: 36px;
       line-height: 36px;
    }

    /* form-inputs */
    .form-inputs {
        flex-direction: column;
    }
	.subscribe-title {
       margin-bottom: 30px;
    }
}
/*End Blog Listing page*/

/*Start Single Blog Post*/
/* Hide sidebar on single blog post pages */
.single-post #sidebar {
  display: none;
}
/* Remove vertical divider line on single post pages */
.single-post #main-content .container:before {
  width: 0px;
}
/* Make content area full width on single post pages */
.single-post #left-area {
  width: 100%;
  padding-bottom: 0px !important;
}
/* Set full-width container with max width on single post pages */
.single-post .container {
  width: 100%;
  max-width: 100%;
  margin: auto;
  position: relative;
  padding-top:80px !important;
  background: #F5F3ED;
}
/* Remove right sidebar layout and reset content area on single post pages */
.single-post #left-area {
  float: none;
  padding-right: 0% !important;
}
/*  SINGLE POST – HIDE COMMENTS */
.single-post #comment-wrap {
    display: none;
}

.single-post .post {
    padding-bottom: 0px !important;
}
/* ==================================
   Single post featured image wrapper
================================== */


.single-post .et_post_meta_wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 20px;
	 display: flex;
    align-items: center;
    justify-content: center;
}

/* SINGLE POST – FEATURED IMAGE */
/*.single-post .et_post_meta_wrapper img {
    border-radius: 20px;
	height:500px;
}*/
/* ==================================
   Single post featured image wrapper
================================== */
.single-post .featured-img-wrap {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .featured-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}



/*  SINGLE BLOG META SECTION STYLES */
.single-blog-meta-section .single-blog-meta{
    color: #555;              /* Text color for meta information */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;          /* Base font size */
    font-style: normal;       /* Normal font style (not italic) */
    font-weight: 400;         /* Regular font weight */
    line-height: 20px;        /* Line height for readability */
	padding-left: 10px;
	padding-bottom: 20px;
}
/* SINGLE POST CONTENT SPACING */
.single-post .entry-content {
    padding-top: 20px !important; /* Adds space above the single post content */
}

/* SINGLE POST PARAGRAPH STYLES */
.single-post .entry-content p {
    color: #000;              /* Paragraph text color */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;          /* Base paragraph font size */
    font-style: normal;       /* Normal font style */
    font-weight: 400;         /* Regular font weight */
    line-height: 26px;        /* Line height for comfortable reading */
	padding-bottom:20px !important;
}
/* SINGLE POST LINK STYLES */
.single-post .entry-content a {
    color: #000;                         /* Link text color */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;                     /* Font size */
    font-style: normal;                  /* Normal font style */
    font-weight: 400;                    /* Regular font weight */
    line-height: 26px;                   /* Line height for readability */

    text-decoration-line: underline;     /* Underline the link */
    text-decoration-style: solid;        /* Solid underline style */
    text-decoration-skip-ink: auto;      /* Skip descenders for better readability */
    text-decoration-thickness: auto;     /* Default underline thickness */
    text-underline-offset: auto;         /* Default underline offset */
    text-underline-position: from-font;  /* Use font-defined underline position */
}
/* SINGLE POST LIST ITEM STYLES */
.single-post .entry-content li {
    color: #000;              /* List item text color */
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;          /* Font size */
    font-style: normal;       /* Normal font style */
    font-weight: 400;         /* Regular font weight */
    line-height: 26px;        /* Line height for readability */
	padding-bottom:10px !important;
}
/* Remove bottom padding from last list item */
.single-post .entry-content li:last-child {
    padding-bottom: 0 !important;
}
/* UNORDERED LIST INDENTATION */
.single-post .entry-content ul {
    padding-left: 20px !important; /* Adds left spacing for list bullets */
	padding-bottom: 20px !important;
}
/* UNORDERED LIST INDENTATION */
.single-post .entry-content ol {
	list-style-position: outside !important;
}
/* UNORDERED LIST INDENTATION */
.single-post .entry-content ol {
    padding-left: 20px !important; /* Adds left spacing for list bullets */
	padding-bottom: 20px !important;
}
/* Remove bottom padding from the last paragraph in single post content */
.single-post .entry-content p:last-child {
    padding-bottom: 0 !important; /* No padding for the last paragraph */
}

.related-blogs-grid .subscribe-form-card {
    display: none;
}
.single-post .social-sharing-buttons a{
	text-decoration-line: none;     /* Underline the link */
}
.single-post .social-sharing-buttons {
	display: flex;
    align-items: center;
    gap: 40px;
}
.single-post .social-sharing-section{
	border-bottom: 1px solid #8F8F8F;
	padding-top: 40px;
    padding-bottom: 20px;
}

.single-post .related-blogs-title{
	color: #000;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 46px; 
	text-align: center;
	margin: 0 auto;
}

.related-blogs-grid img{
    width: 100%;
	height: 310px;
	object-fit: cover;
    border-radius: 14px;
}
.single-post .entry-content .related-blogs-grid  a {
	text-decoration-line: none;     /* Underline the link */
}
.single-post .entry-content .related-blogs-grid  h3{

    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px; 
	margin-top:0px !important;
	padding-bottom: 0px !important;
}
.single-post .blog-grid-meta{
	color: #555555 !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; 
}
/* Change meta text color on card hover */
.blog-grid-card:hover .blog-grid-meta {
    color: #FFF !important;
}


/* ================================
   TABLET (981px to 1024px)
   ================================ */
@media (min-width: 981px) and (max-width: 1024px) {
    .single-post .related-blogs-grid {
        gap: 10px; /* Reduce gap between related blog cards */
    }
}

/* ===============================
   Related Blog Card Hover Styles
   =============================== */

.related-blog-grid-card:hover {
    background-color: #F05407;
}

.related-blog-grid-card:hover .blog-grid-title,
.related-blog-grid-card:hover .blog-grid-meta {
    color: #fff !important;
}
/* ================================
   Related Blogs Title – Tablet (768px to 981px)
================================ */
@media (min-width: 768px) and (max-width: 981px) {
    .single-post .related-blogs-title {
        font-size: 36px !important;
        line-height: 42px !important;
    }
}
/* ================================
   Related Blogs Title – Mobile
================================ */
@media  (max-width: 767px) {
    .single-post .related-blogs-title {
        font-size: 30px !important;
        line-height: 36px !important;
    }
	.page-dots
	 {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height:36px !important;
        color: #999;
        font-size: 14px;
        letter-spacing: 1px;
        user-select: none;
        cursor: default;
    }
}
 .single-post .post-meta{
	display:none;
}
/* ================================
      Contact Us page 
================================ */
 .contact-form-wrapper {

            border-radius: 8px;
            max-width: 100%;
            width: 100%;

        }



/*  FORM ROWS*/
.contact-form-wrapper .form-row {
    margin-bottom: 30px;
}

.contact-form-wrapper .form-row:last-of-type {
    margin-bottom: 0;
}



.contact-form-wrapper .form-row.two-col .field {
    margin-bottom: 0;
}
/*  International Phone Field Styling
   Remove Background from Selected Flag */

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
    display: table;
}
/*  International Phone Dial Code Styling */

.selected-dial-code {
    color: #8F8F8F;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}
/*  International Phone Dropdown Arrow Styling */

.intl-tel-input .selected-flag .iti-arrow {
    position: absolute;
    top: 50%;
    margin-top: -2px;
    right: 3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}

/* ======================================
   LABEL STYLES
   ====================================== */
.contact-form-wrapper label {
    display: block;
    margin-bottom: 10px;
    color: #000;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

/* ======================================
   INPUT, SELECT & TEXTAREA
   ====================================== */
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="tel"],
.contact-form-wrapper select {
    width: 100%;
    padding: 15px;
    border: 0.7px solid #8F8F8F;
    background-color: transparent !important;
    border-radius: 10px;
    color: #000;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.contact-form-wrapper textarea {
    width: 100%;
    padding: 15px;
    border: 0.7px solid #8F8F8F;
    background-color: #fff !important;
    border-radius: 10px;
    color: #8F8F8F;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    resize: vertical;
    height: 150px;
}

/* Focus State */
.contact-form-wrapper input:focus,
.contact-form-wrapper select:focus,
.contact-form-wrapper textarea:focus {
    outline: none;
    border-color: #8F8F8F;
}

/* ======================================
   SELECT DROPDOWN
   ====================================== */
.contact-form-wrapper select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.contact-form-wrapper select option {
    padding: 8px;
}

/* ======================================
   SUBMIT BUTTON
   ====================================== */
.contact-form-wrapper input[type="submit"],
.contact-form-wrapper button[type="submit"] {
    background-color: #F05407;
    color: #FFF;
    padding: 16px 36px;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-family: 'visbibold';
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
}

/* Hover & Active States */
.contact-form-wrapper input[type="submit"]:hover,
.contact-form-wrapper button[type="submit"]:hover {
    background-color: #000;
    color: #fff;
}

.contact-form-wrapper input[type="submit"]:active,
.contact-form-wrapper button[type="submit"]:active {
    transform: translateY(1px);
}

/* ======================================
   SUBMIT ROW
   ====================================== */
.contact-form-wrapper .submit-row {
    margin-top: 60px;
}

/* ======================================
   PLACEHOLDER
   ====================================== */
.contact-form-wrapper ::placeholder {
    color: #999;
}

/* Remove background color on input when typing or focused */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}
/* Remove Chrome autofill background */
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 9999s ease-in-out 0s;
}
a[href^="mailto:"] {
    text-decoration: none !important;
}
/* Two Column Layout */
.contact-form-wrapper .form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
@media (max-width: 980px) {
    .contact-form-wrapper {
        max-width: 100% !important;
        width: 100%;
    }
	
}
@media (max-width: 767px) {
/* Two Column Layout for mobile*/
.contact-form-wrapper .form-row.two-col {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 30px;
}
}

@media (min-width: 1445px) {

	#demo-page-section{
        background-size: auto !important;	
		background-position: bottom 0px left 0px !important;
	}
}
/* ======================================
   Products - SAMX Ai Agent page
   ====================================== */
/* DESKTOP XL (ABOVE 1440px) manual verifications Section*/
@media (min-width: 1441px) {
    #verification-row {
        max-width: 1280px !important;
        margin: 0 auto;
    }
}

/*  DESKTOP (981px TO 1200px)  manual verifications Section*/
@media (min-width: 981px) and (max-width: 1200px) {
    #verification-row {
        max-width: 906px !important;
        margin: 0 auto;
    }
}
/* Blurb Module – Add top padding to description */
.blurb-border-left .et_pb_blurb_description {
    padding-top: 8px;

}
.blurb-border-left .et_pb_blurb_content{
	margin: 0px !important;
}
/* ===============================
   Impact Last Row – After Image
   =============================== */
@media (min-width: 768px) {
.impact-last-row {
    position: relative; /* Required for absolute positioning of ::after */
}

/* Decorative image added using ::after pseudo-element */
.impact-last-row::after {
    content: "";
    position: absolute;

    /* Image source (absolute URL only) */
    background-image: url("/wp-content/uploads/2026/02/SAM-AI_impact-section-screenshot.webp");
    background-repeat: no-repeat;
    background-size: contain;

    /* Image size */
    width: 100%;
    height: 409px;

    /* Image position */
    left: 50px;
    bottom: 0;

    /* Layer control */
    z-index: 1;
    pointer-events: none;
}
}
/* Blurb description – 20px converted to % (based on 1280px) */
.blurb-module-product .et_pb_blurb_description {
    padding-top: 20px;
}
/* Center blurb module product heading using flex */
.blurb-module-product .et_pb_module_header {
    max-width: 220px;
    display: flex;
    justify-content: center;
    text-align: center;
}
/* Tablet–Small Desktop: auto height for manual verification columns */
@media (min-width: 981px) and (max-width: 1230px) {
    .manual-verification-row .et_pb_column {
        height: auto !important;
    }
}
/* Large screens: above 2000px */
@media (min-width: 1600px) {
    #sam-work-section::before {
        background-size: auto !important;
    }


	
}
@media (min-width: 1440px) {
    #sam-work-ecosystem-section {
        background-size: 28% !important;
    }
	#sam-work-ecosystem-section::before {
        background-size: 15% !important;
    }
}
@media (min-width: 981px) {
.sam-work-ecosystem-section {
    position: relative;
    z-index: 0; /* create stacking context */
}

/* pseudo bg UNDER Divi section bg */
.sam-work-ecosystem-section::before {
content: "";
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/02/How-Agent-SAM-works-in-your-ecosystem-vector.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 22%;
    z-index: -1;
}
}
/* Disable hover effects for impact section row */
#impact-section-sam-agent .et_pb_row:hover {
  transform: none !important;
  box-shadow: none !important;
  transition: none !important;
}

/* =====================================
   AI Agent Hero Bottom Right Vector
===================================== */
/*@media (min-width: 768px) {
#ai-agent-hero {
    position: relative;   
    overflow: visible;    
    z-index: 1;
}

#ai-agent-hero::after {
    content: "";
    position: absolute;
    bottom: -268px;
    right: 0;
    width: 100%;
    height: 500px;
    background-image: url('/wp-content/uploads/2026/02/An-AI-Voice-Agent-vector.svg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    z-index: -1; 
}
}*/
/* ===============================
   Center Two Buttons Horizontally
================================ */
.center-two-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* space between buttons */
    flex-wrap: wrap;
}
/* ===============================
   Two Buttons Center Alignment
================================ */
@media (min-width: 768px) {
.two-buttons-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px; /* space between buttons */
}
	
}
@media (min-width: 768px) and (max-width: 980px) {

    #sam-ai-cta-row .two-buttons-center {
        display: grid !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 40px;
    }

}
@media (max-width: 767px) {
.two-buttons-center {
    display: flex;          /* NOT block */
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;        /* mobile friendly */
}
#sam-ai-cta-row .two-buttons-center
 {
        display: grid !important;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
#btn-left .two-buttons-center {
    display: flex;          /* NOT block */
   justify-content: flex-start !important;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;        /* mobile friendly */
}
}
@media (max-width: 767px) {
#button-left-icon-transparent  .two-buttons-center {
		display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
    }
}
/* ===============================
   Two Buttons – Tablet (1056px to 981px)
================================ */
@media (max-width: 1056px) and (min-width: 981px) {
    .two-buttons-center .custom-svg-button-inline {
        font-size: 15px;
        line-height: 15px;
    }
}
/*   How SX Agent section bg image */
@media (min-width: 981px){
/* Parent must be positioned */
.background-screening-row {
    position: relative;
    overflow: visible;
    z-index: 1;
}

/* Background image pseudo element */
.background-screening-row::before {
content: "";
    position: absolute;
    top: 71px;
    left: 52px;
    width: 100%;
    height: 693px;
    background-image: url(/wp-content/uploads/2026/02/how-Agent-SAM-works-3.webp);
    background-repeat: no-repeat;
    background-position: top 0px left;
    background-size: 34%;
    z-index: -1;
    pointer-events: none;
}
}

/* content ABOVE everything */
.how-sx-agent-section .et_pb_row,
.how-sx-agent-section .et_pb_column {
    position: relative;
    z-index: 2;
}
/* ================================
   SAM work ecosystem – pseudo bg
================================ */


/* content above everything */
.sam-work-ecosystem-section .et_pb_row,
.sam-work-ecosystem-section .et_pb_column {
    position: relative;
    z-index: 2;
}


/**********************************
 * Demo page
 * *******************************/
/* Select Product – inline checkboxes */
.page-id-620 .wpcf7-list-item {
    display: inline-block;
    margin: 0 30px 0 0 !important;
    padding-top: 10px;
}

.page-id-620 .wpcf7-list-item:last-child {
    margin-right: 0;
}
.page-id-620 .wpcf7-checkbox {
    margin-top: 20px;
}
.page-id-620 .wpcf7-checkbox label{
    margin-bottom: 0px !important;
	align-items: center;
    display: flex;
    gap: 11px;
	font-weight: 400 !important;
}
/* Custom checkbox size & style */
.page-id-620 input[type="checkbox"] {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    border: 1.5px solid #8F8F8F;

    outline: none;
    cursor: pointer;
    position: relative;
	margin: 0px !important;
}
/* AI Agent CTA Column
   Adjust background size for tablet range
   Screen size: 981px to 1140px */


/***********************************************************
 * Leadership page
 * ********************************************************/
/* Hide overflow */
.team-column {
    overflow: hidden;
}

/* Initial state */
.team-column .profile-image img {
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1) translateY(0);
    transform-origin: center;
}
/* Hover state */
.team-column:hover .profile-image img {
    transform: scale(1.15) translateY(-21px);
}







/* Hide popup by default */
.team-popup-row {
    display: none !important;
}

/* Popup when active */
.team-popup-row.active {
    display: block !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 90% !important;
    max-width: 750px !important;
    max-height: 85vh !important;
    background: #000 !important;
    padding: 40px 60px !important;
    border-radius: 30px !important;
    overflow-y: auto !important;
    z-index: 999999 !important;
    box-shadow: 0 14px 24.3px 0 rgba(0, 0, 0, 0.25);

}

/* Overlay backdrop */
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    z-index: 999998;
    cursor: pointer;
}

.popup-overlay.active {
    display: block;
}

/* Close button styling */
.popup-close {
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    cursor: pointer !important;
    font-size: 32px !important;
    color: #fff !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: opacity 0.2s;
    z-index: 10 !important;
}

.popup-close:hover {
    opacity: 0.6;
}

.popup-close p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Remove conflicting styles */
body.modal-open::before {
    display: none !important;
}

.team-column {
    transform: none !important;
}


/* Each column takes 1/3 width minus gap and equal height */
.team-row .team-column {
    flex: 0 1 calc(33.333% - 40px) !important;
    max-width: calc(33.333% - 40px) !important;
    display: flex !important;
    flex-direction: column !important;
    /* height: 482px; */ /* REMOVE THIS - let flex handle it */
}

/* Make the content inside each column stretch to fill */
.team-row .team-column > * {
    flex-shrink: 0;
}

/* Push social icons to bottom */
.team-row .team-column .social-icons {
    margin-top: auto !important;
}
/* Use flexbox to handle the grid */
.team-row.et_pb_row.et_grid_row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: stretch !important; /* This makes all items same height */
}
@media (min-width: 981px) {
/* Use flexbox to handle the grid */
.team-row.et_pb_row.et_grid_row {
      gap: 50px !important;
   }
}
/* ==========================================
   Team Grid Spacing
   Tablet: 768px to 980px
========================================== */

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

    .team-row.et_pb_row.et_grid_row {
        gap: 60px 60px !important; /* row-gap column-gap */
    }

}

@media (min-width: 1440px) {
   #leadeship-section {
        background-size: contain !important;
    }
	#hero-section-leadership {
        background-size: 20% !important;
		background-position: right bottom !important;
    }
}
@media (min-width: 981px) and (max-width:1091px) {

	#hero-section-leadership {
        background-size: 28% !important;
		background-position: right bottom !important;
    }
}
/* On smaller screens, adjust */
@media (max-width: 980px) {
    .team-row .team-column {
        flex: 0 1 calc(50% - 30px) !important;
        max-width: calc(50% - 30px) !important;
    }
}

@media (max-width: 767px) {
    .team-row .team-column {
        flex: 0 1 100% !important;
        max-width: 100% !important;
    }
}
/**************************************
 * Solution Page
 * **********************************/
@media (max-width: 1074px) and (min-width: 981px) {
.hero-heading h1{
  font-size: 54px !important;
  line-height: 54px !important;
}
}
@media (min-width: 768px) and (max-width: 783px) {
.hero-heading h1{
  font-size: 44px !important;
  line-height: 44px !important;
}
}
@media (min-width: 981px)  {
.benefit-block {
    position: relative;
    overflow: visible; /* Allows vector to extend outside row */
    z-index: 1;
}

/* Bottom Left Decorative SVG */
.benefit-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 528px; /* Adjust height as needed */
    background-image: url('/wp-content/uploads/2026/02/IMPACT-vector.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    z-index: -1; /* Keeps it behind content */
}
}
@media (min-width: 768px) and (max-width:980px) {
.benefit-block {
    position: relative;
    overflow: visible; /* Allows vector to extend outside row */
    z-index: 1;
}

/* Bottom Left Decorative SVG */
.benefit-block::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 875px; /* Adjust height as needed */
    background-image: url('/wp-content/uploads/2026/02/benefit-vector.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom left;
    z-index: -1; /* Keeps it behind content */
}
}
.solution-cta-clmn2 {
    position: relative;
}
.solution-cta-clmn2::after {
content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2026/02/solution-CTA-VECTOR.webp);
    background-repeat: no-repeat;
    background-position: center right -123px;
    background-size: 84%;
    pointer-events: none;
}
@media (min-width: 981px) and (max-width: 1264px) {
  #cta-first-clmn {
    width: 43% !important;
  }
}
@media (min-width: 981px) and (max-width: 1230px) {
    #benefit-number-row {
        max-width: 880px !important;
    }
}
/* ================================
   TAB CONTENT STYLES
================================ */
@media (min-width: 981px)  {
/* Hide all tab content by default */
.tab-content {
  display: none;
}

/* Show only active tab */
.tab-content.active {
  display: block;
}
}

/* ================================
   HOVER ITEM STYLES (TAB HEADINGS)
================================ */


/* Spacing for bullet points container */
.bullet-points {
  margin-top: 30px;
}
@media (min-width: 981px) {
/* Hover item padding + smooth transition */
.hover-item {
  padding: 12px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover and Active state background + text color */
.hover-item:hover,
.hover-item.active {
  background-color: #f15a00;
  color: #ffffff !important;
}

/* Ensure inner Divi text also turns white on hover/active */
.hover-item:hover .et_pb_text_inner,
.hover-item.active .et_pb_text_inner {
  background-color: #f15a00;
  color: #ffffff !important;
}
/* Base hover item style */
.hover-item {
  cursor: pointer;
  transition: color 0.3s ease;
}

}
.mobile-flex-grid {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {

    .mobile-flex-grid {
        justify-content: center; /* Important */
    }

    .mobile-flex-grid > .et_pb_column {
        width: 50% !important;
    }
.vertical-border::before {
    display: none !important;
}
}

/* ==================================================
   Remove Text Module Styling (Tablet & Mobile)
   Max Width: 980px
================================================== */


@media (max-width: 980px) {

	.left-col{
		display:none;
	}
	.right-col{
     display:none;
	}

}


/* ================================
   TAB CONTENT LIST STYLING
================================ */

/* Remove default list styling */
.tab-content ul {
  list-style: none;
  padding: 0px !important;

}

/* List item styling */
.tab-content li {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
  padding-bottom:10px;
}
.tab-content li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* ================================
   CUSTOM BULLET POINT STYLE
================================ */

/* Custom circular bullet */
.tab-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9.539px;
  height: 9.539px;
  background-color: #F05407;
  border-radius: 50%;
}


/* ================================
   BENEFIT NUMBER ROW (DIVI COLUMN GAP)
================================ */

/* Adjust horizontal gap inside Divi row */
#benefit-number-row .et_pb_column {
  --horizontal-gap-parent: 40px !important;
}
/* ================================
    LIST STYLING
================================ */

/* Remove default list styling */
.bullet-points {
  list-style: none;
  padding: 0px !important;
  list-style: none !important;
}

/* List item styling */
.bullet-points li {
  position: relative;
  padding-left: 22px;
  line-height: 1.6;
  padding-bottom: 10px;
}
.bullet-points li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}


/* ================================
   CUSTOM BULLET POINT STYLE
================================ */

/* Custom circular bullet */
.bullet-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 9.539px;
  height: 9.539px;
  background-color: #F05407;
  border-radius: 50%;
}
@media (min-width: 981px) and (max-width: 1240px) {
  #solution-hero {
    background-position: left bottom 1% !important;
  }
}
.privacy-policy ul{
	margin-top:0px !important;
}
/* ==================================================
   Tablet Alternating Stack Layout
   Range: 768px to 980px
   Layout:
   Col1 Text1
   Col2 Text1
   Col1 Text2
   Col2 Text2
   (Alternating Order)
================================================== */

@media  (max-width: 980px) {

    /* Make row stack vertically */
    .tab-alternate-stack {
        display: flex;
        flex-direction: column;
    }

    /* Enable ordering inside both columns */
    .tab-alternate-stack .left-col,
    .tab-alternate-stack .right-col {
        display: flex;
        flex-direction: column;
    }

    /* Force full width columns on tablet */
    .tab-alternate-stack .et_pb_column {
        width: 100% !important;
    }

    /* ===== Module Reordering ===== */

    .left-col .et_pb_text:nth-child(1) { order: 1; }
    .right-col .et_pb_text:nth-child(1) { order: 2; }

    .left-col .et_pb_text:nth-child(2) { order: 3; }
    .right-col .et_pb_text:nth-child(2) { order: 4; }

    .left-col .et_pb_text:nth-child(3) { order: 5; }
    .right-col .et_pb_text:nth-child(3) { order: 6; }

    .left-col .et_pb_text:nth-child(4) { order: 7; }
    .right-col .et_pb_text:nth-child(4) { order: 8; }

    .left-col .et_pb_text:nth-child(5) { order: 9; }
    .right-col .et_pb_text:nth-child(5) { order: 10; }

    .left-col .et_pb_text:nth-child(6) { order: 11; }
    .right-col .et_pb_text:nth-child(6) { order: 12; }

}

/*************************************************
 * Product Platform Overview
 * ***********************************************/
.product-video-module .et_pb_video_overlay_hover:hover  {
    background-color: transparent !important;
}
/* Replace Default Play Icon With Custom SVG */
.custom-video-play .et_pb_video_play:before {
    display: none !important; /* hide Divi's default icon */
}

/* Style the Play Button Container */
.custom-video-play .et_pb_video_play {
    background: url('/wp-content/uploads/2026/02/fi_860780-1.png') no-repeat center center;
    background-size: 45px 45px; /* adjust to your desired size */
    width: 70px;
    height: 70px;
    top: 56%;
}


/* Hide default triangle */
.custom-video-play .et_pb_video_play:before {
    display: none !important;
}
/* Remove Horizontal Gap Between Columns
   For Main Grid Row (.grid-row) */

.grid-row .et_pb_column {
  --horizontal-gap-parent: 0px !important;
}
#flex-row .et_pb_column {
  --horizontal-gap-parent: 0px !important;
}
.gutter-row .et_pb_column {
  --horizontal-gap-parent: 0px !important;
}
/* ==========================================
   Verification Section – Overlapping Vector
========================================== */

/* Desktop (981px and above) */
@media (min-width: 981px) {

  .verification-section {
    position: relative;
    z-index: 2;
    overflow: visible;
  }

  .verification-section::after {
    content: "";
    position: absolute;
    bottom: -55px;
    left: 0;
    width: 400px;
    height: 400px;
    background-image: url("/wp-content/uploads/2026/02/verification-section-vector.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 70%;
    z-index: 3;
  }
}

/* Tablet (768px – 980px) */
@media (min-width: 768px) and (max-width: 980px) {

  .verification-section {
    position: relative;
    z-index: 2;
    overflow: visible;
  }

  .verification-section::after {
    content: "";
    position: absolute;
    bottom: -40px;        /* slightly less overlap for tablet */
    left: 0;
    width: 300px;         /* reduce size for tablet */
    height: 300px;
    background-image: url("/wp-content/uploads/2026/02/verification-section-vector.svg");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    z-index: 3;
  }
}
/* ==========================================
   Connect Row Background Position
   768px – 807px
========================================== */

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

    #connect-row {
        background-position: right -70px top !important;
    }

}
/* =====================================
   Product Hero Background – 500px to 767px
===================================== */

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

    #product-hero-section {
        background-size: 57% !important;
    }

}
/* ==========================================
   4 Columns → Tablet 3 + 1 Center Layout
   (768px – 980px)
========================================== */

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

    .tablet-3-1-layout {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important; /* Centers last column */
    }

    .tablet-3-1-layout .et_pb_column {
        width: 33.33% !important; /* First row = 3 columns */
        flex: 0 0 33.33% !important;
    }

    /* 4th column full width but centered */
    .tablet-3-1-layout .et_pb_column:nth-child(4) {
        width: 33.33% !important;
        flex: 0 0 33.33% !important;
           }

}
/* ==========================================
   4 Columns → Tablet 3 + 1 Center Layout
   (767px)
========================================== */
@media (min-width: 768px) and (max-width: 980px) {

.tablet-3-1-layout .et_pb_column {
    width: 100% !important;
}

}
/* ==========================================
   Platform Flex Row – Column Right Divider
   Tablet Only (768px – 980px)
========================================== */

@media (min-width: 768px) and (max-width: 980px) { 
#platform-flex-row .et_pb_column {
        position: relative;
    }

   #platform-flex-row .flex-row-clmn::before {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 60px;
        background: #8F8F8F;
        transform: translateY(-50%);
    }

 
}

/* =====================================================
   Product Integration Section
   Custom Diamond Feature List with Active SVG Background
   Used for ATS / HRIS / Onboarding / BGV Items
===================================================== */

.custom-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style: none !important;
}
@media (min-width: 981px)  {
.custom-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 53px;
  font-size: 16px;
  color: #000;
}
}
@media (min-width: 768px) and (max-width: 980px) { 
.custom-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
#connect-row ul{
	padding-bottom:0px !important;
	padding-left:60px;
}
}
@media (max-width: 767px) { 
.custom-feature-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #000;
}
#connect-row ul{
	padding-bottom:0px !important;
	padding: 0 0 9px 9px
}
}
/* ==========================================
   Solution Hero Background Size – Page 3714
   (542px – 768px)
========================================== */

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

    .page-id-3714 #solution-hero {
        background-size: 19% !important;
    }

}
/* Remove bottom margin from last list item */

.custom-feature-list li:last-child {
    margin-bottom: 0 !important;
}

/* Diamond Bullet Icon */
.custom-feature-list li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 2px;
  width: 20px;
  height: 20px;
  background: #999;
  transform: rotate(45deg);
}
/* Move 2nd List Item to the Right */
.custom-feature-list li:nth-child(2) {
  margin-left: 84px;
}
/* Move 3rd List Item Slightly Right */
.custom-feature-list li:nth-child(3) {
  margin-left: 46px;
}
/* Move 4th List Item Slightly Right */
.custom-feature-list li:nth-child(4) {
  margin-left: 118px;
}
/* Product Hero Section Background Resize
   Screen Width: 981px to 1150px */

@media (min-width: 981px) and (max-width: 1150px) {
  #product-hero-section {
    background-size: 30% !important;
  }
}
/*********************************************
 * Contact Sales Popup
 * ******************************************/
/* =========================================
   CF7 POPUP OVERLAY STYLES
========================================= */

.cf7-popup-overlay {
  display: none;
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  align-items: center;
  justify-content: center;
  z-index: 999999 !important;
}

.cf7-popup-overlay.active {
  display: flex !important;
}

.cf7-popup-overlay {
  overflow: hidden;
}


/* =========================================
   CF7 POPUP INNER CONTAINER
========================================= */

.cf7-popup-inner {
  background: #F5F3ED !important;
  padding: 30px 60px 40px 60px;
  border-radius: 30px;
  max-width: 790px;
  width: 100%;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
  z-index: 9999999 !important;
}

/* Hide Scrollbar */
.cf7-popup-inner {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.cf7-popup-inner::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}


/* =========================================
   CLOSE BUTTON STYLES
========================================= */

.cf7-popup-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 34px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
  z-index: 99999999 !important;
}


/* =========================================
   CF7 FORM VISIBILITY CONTROL
========================================= */

.cf7-form {
  display: none;
}

.cf7-form.active {
  display: block !important;
}


/* =========================================
   CF7 RESPONSE MESSAGE HIDE
========================================= */

.wpcf7-response-output {
  display: none;
}


/* =========================================
   FORM TITLE STYLING
========================================= */

.form-title {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px; /* spacing below heading */
}
/* =========================================
   CONTACT FORM WRAPPER BACKGROUND IMAGE
========================================= */

.cf7-popup-inner {
  position: relative; /* Required for pseudo-element positioning */
  z-index: 1;
}

.cf7-popup-inner::after {
content: "";
content: "";
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 100%;
    height: 215px;
    background-image: url(/wp-content/uploads/2026/02/pop-up-vector.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    pointer-events: none;
    z-index: -1;
}
#popup-wrapper .form-row{
	margin-bottom:20px !important;
}
#popup-wrapper  .submit-row {
    margin-top: 30px;
}
#popup-wrapper .submit-row:last-child {
    margin-bottom: 0px !important;
}
#popup-wrapper textarea {
    width: 100%;
    padding: 15px;
    border: 0.7px solid #8F8F8F;
    background-color: #fff !important;
    border-radius: 10px;
    color: #8F8F8F;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    resize: vertical;
    height: 100px;
}

/* =========================================
   Who we are page
========================================= */
/* =========================================
   WHO WE ARE SECTION BACKGROUND VECTOR
========================================= */
/* =========================================
   ABOUT HERO BASE STYLE
========================================= */

.about-hero-section {
  position: relative;
  z-index: 1;
}
@media (min-width: 981px) {
.about-hero-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('/wp-content/uploads/2026/02/About-hero-right-vector.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 0; /* safer than -1 */
}
}
/* ==========================================
   About Hero Section Right Vector
   Tablet: 768px to 980px
========================================== */
@media (min-width: 768px) and (max-width: 980px) {

    .about-hero-section::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 766px;
        background-image: url(/wp-content/uploads/2026/02/About-hero-right-vector.svg);
        background-repeat: no-repeat;
        background-size: 15%; 
		background-position: bottom 248px right;
        pointer-events: none;
        z-index: 0;
    }

}

/*  Verification Section
   Adjust background position
   Screen size: 981px to 1161px */

@media (min-width: 981px) and (max-width: 1161px) {

    #verification-section {
        background-position: right top -145px !important;
    }

}

/* =========================================
   981px to 1439px
========================================= */

@media (min-width: 981px) and (max-width: 1279px) {
  .about-hero-section::after {
    background-size: 13%;
  }
	/* ==========================================
   Who We Are Hero – Background Size
========================================== */

#who-we-are-hero {
  background-size: 13% !important;
}

}


/* =========================================
   1440px and above
========================================= */

@media (min-width: 1281px) {
  .about-hero-section::after {
           background-size: inherit;
  }
}
/* =========================================
   Impact Row Background Vector (Bottom Left)
========================================= */

.right-impact-block {
    position: relative;
    overflow: visible; /* Allows vector to extend outside row */
    z-index: 1;
}

/* =====================================
   Right Impact Block Decorative SVG
   Desktop: 981px and above
===================================== */
@media (min-width: 981px) {

    .right-impact-block::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 579px;
        background-image: url('/wp-content/uploads/2026/02/by-numbers-vector.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
        z-index: -1;
    }

}


/* =====================================
   Right Impact Block Decorative SVG
   Tablet: 768px to 980px
===================================== */
/* Tablet: 768px to 980px */
@media (min-width: 768px) and (max-width: 980px) {

    .right-impact-block::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 579px;
        background-image: url('/wp-content/uploads/2026/02/by-numbers-vector.svg');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom -50px right;
        z-index: -1;
    }

}

/* =====================================
   Right Impact Block Decorative SVG
   Tablet: 768px to 980px
===================================== */
/* Tablet: 768px to 980px */
@media  (max-width: 767px) {

    .right-impact-block::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 579px;
        background-image: url('/wp-content/uploads/2026/02/impact-vector.webp');
        background-repeat: no-repeat;
        background-size: contain;
       background-position: bottom -48px right;
        z-index: -1;
    }

}
/* =====================================
   Story Section Bottom Left Vector
   Desktop: 981px and above
===================================== */
@media (min-width: 981px) {

    .who-we-are-story-section {
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .who-we-are-story-section::after {
        content: "";
        position: absolute;
        bottom: -368px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/wp-content/uploads/2026/02/story-vector.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        z-index: -1;
    }
}


/* =====================================
   Story Section Bottom Left Vector
   Tablet: 768px to 980px
===================================== */
@media (min-width: 768px) and (max-width: 980px) {

    .who-we-are-story-section {
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .who-we-are-story-section::after {
        content: "";
        position: absolute;
        bottom: -250px; /* adjusted for tablet */
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/wp-content/uploads/2026/02/about-BG-vector.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size:32%;
        z-index: -1;
    }
}
/* =====================================
   Story Section Bottom Left Vector
   Mobile: up to 767px
===================================== */
@media (max-width: 767px) {

    .who-we-are-story-section {
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .who-we-are-story-section::after {
		content: "";
        position: absolute;
        bottom: -222px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(/wp-content/uploads/2026/02/about-BG.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: contain;
        pointer-events: none;
        z-index: -1;		
    }

}


@media (min-width: 1441px) {
  #ai-agent-hero {
    background-size: 22% !important;
  }
}
.equal-row {
  display: flex;
}

.equal-row .et_pb_column {
  display: flex;
  flex-direction: column;
}

.equal-row .et_pb_module {
  flex: 1;
}

/************************************
 * Custom country field
 * ********************************/
.cf7-phone-ui {
    border: 0.7px solid #8F8F8F;
    border-radius: 10px;
}
#country-code input{
    border: 0px solid #d1d5db !important;
}
.cf7-country-btn {
  background:#fff !important;
}
.cf7-country-btn {
    position: relative;
    display: flex;
    align-items: baseline !important;
    gap: 6px;
    padding: 15px 0px 15px 15px;
    /* padding: 0px; */
    cursor: pointer;
    border-right: 1px solid #fff;
    background: transparent !important;
    border-radius: 0px !important;
    user-select: none;

}
.cf7-dd-list{
      color: #8F8F8F;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif;
    /* font-family: 'Inter'; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.cf7-dd-list li{
       color: #8F8F8F !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    /* font-family: 'Inter'; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important; 
}
.cf7-dd-list li span{
       color: #8F8F8F !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    /* font-family: 'Inter'; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important; 
}
.cf7-li-name{
         color: #8F8F8F !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    /* font-family: 'Inter'; */
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 20px !important; 
}
.cf7-country-btn span{
  color:#000 !important;
    font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
    /* font-family: 'Inter'; */
 
    font-style: normal;
    font-weight: 400 !important;

}





