 /*
Theme Name: idahopharmacy Theme
Theme URI: https://evincedev.com/
Author: Evincedev
Author URI: https://evincedev.com/
Description: A custom theme built from scratch.
Version: 1.0
Text Domain: idahopharmacy
*/
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
        /* ------------------------------
   BASIC RESET
------------------------------ */
        :root {
            --color-primary: #1E4637;
            --color-primary-dark: #163328;
            --color-secondary: #224E7A;
            --color-secondary-dark: #1a3d5f;
            --color-accent: #C89F4A;
            --color-accent-light: #d4b06a;
            --color-light-accent: #88C0E6;
            --color-dark: #4A545E;
            --color-dark-soft: #6B7280;
            --color-light: #F4F4F2;
            --color-lighter: #FAFAFA;
            --color-white: #FFFFFF;
            --color-black: #1A1F25;

            --gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
            --gradient-hero: linear-gradient(135deg, rgba(136, 192, 230, 0.15) 0%, rgba(30, 70, 55, 0.08) 50%, rgba(200, 159, 74, 0.1) 100%);
            --gradient-accent: linear-gradient(135deg, var(--color-accent) 0%, var(--color-accent-light) 100%);

            --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
            --shadow-card: 0 4px 20px rgba(0, 0, 0, 0.06);
            --shadow-card-hover: 0 20px 40px rgba(0, 0, 0, 0.12);
            --shadow-glow-primary: 0 0 40px rgba(30, 70, 55, 0.3);
            --shadow-glow-accent: 0 0 40px rgba(200, 159, 74, 0.3);

            --radius-sm: 8px;
            --radius-md: 12px;
            --radius-lg: 16px;
            --radius-xl: 24px;
            --radius-2xl: 32px;
            --radius-full: 9999px;
        }

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

        body {
            margin: 0 auto;
            background: #f7f7f7;
            overflow-x: hidden;
        }

        a {
            text-decoration: none;
            color: #111;
        }

        /* ------------------------------
   LINKS
------------------------------ */
        a {
            text-decoration: none;
            color: #111;
        }

        a:hover {
            color: #111;
        }
		 

        body {
            font-family: "DM Sans", sans-serif;
            font-style: normal;
        }

        button{
            font-family: "DM Sans", sans-serif;
        }

        /* ------------------------------
   CONTAINER
------------------------------ */
        .container {
            width: 100% !important;
            margin: 0 auto !important;
            max-width: 1342px;
        }

        /* ------------------------------
   HEADER LAYOUT
------------------------------ */
        header {
            width: 100%;
            padding: 20px 0;
            background: #ffffff;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 30px;
        }

        header .container {
            padding: 0 15px;
        }

        /* ------------------------------
   NAVIGATION MENU
------------------------------ */
        .main-menu ul {
            list-style: none;
            display: flex;
            gap: 36px;
        }

        .main-menu ul li {
            position: relative;
            line-height: 38px;
        }

        .main-menu a {
            color: #18392B;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }

        /* Hover effect */
        .main-menu a:hover {
            color: #1D6A48;
        }

        /* ------------------------------
   DROPDOWN MENU
------------------------------ */
        .main-menu ul li .sub-menu {
            display: none;
            position: absolute;
            top: 40px;
            left: 0;
            background: #ffffff;
            border: 1px solid #e6e6e6;
            min-width: 220px;
            padding: 0px 0;
            z-index: 10;
        }

        /* Show submenu on click (handled by JavaScript) */

        .main-menu ul li.submenu-open>.sub-menu {
            display: block;
        }



        /* Add dropdown indicator for desktop */

        .main-menu ul li.menu-item-has-children>a {
            position: relative;
            padding-right: 25px;
        }



        .main-menu ul li.menu-item-has-children .submenu-icon {
            content: '';
            display: inline-block;
            background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''><g><path d='M12 16a1 1 0 0 1-.71-.29l-6-6a1 1 0 0 1 1.42-1.42l5.29 5.3 5.29-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.7.29z' data-name='16' fill='%234A545E' opacity='1' data-original='%23000000' class=''></path></g></svg>");
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            width: 20px;
            height: 20px;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
        }

        .main-menu ul li.menu-item-has-children.submenu-open .submenu-icon {
            transform: translateY(-50%) rotate(180deg);
        }

        .main-menu ul li .sub-menu li {
            padding: 10px 20px;
            border-bottom: 1px solid rgba(74, 84, 94, 0.1);
            line-height: 22px;
        }
        .main-menu a{
            padding: 36px 0px;
        }
        .main-menu ul li .sub-menu{
            top: 66px;
        }
        .main-menu ul li .sub-menu li a{
             padding: 6px 0px;
        }
        .main-menu ul li .sub-menu li:last-child {
            border-bottom: none;
        }

        .main-menu ul li .sub-menu a {
            color: #18392B;
            font-size: 16px;
            line-height: 1.3;
        }

        .main-menu ul li .sub-menu a:hover {
            color: #1D6A48;
        }
        
        @media (min-width: 991px) {
         .main-menu ul li.menu-item-has-children:hover > .sub-menu{
            display: block;
         }
        }

        .main-menu ul li.menu-item-has-children > .sub-menu {
          display: none;
        }

        /* ------------------------------
   RIGHT SIDE: PHONE + BUTTON
------------------------------ */

        .header-col-last {
            display: flex;
            align-items: center;
            gap: 30px;
        }

        .contact-box {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .contact-box .icon-wrap img {
            width: 22px;
            height: 22px;
        }

        .contact-box .label {
            display: block;
            font-size: 13px;
            color: #666;
        }

        .contact-box .value {
            display: block;
            font-size: 16px;
            font-weight: bold;
            color: #18392B;
        }

        /* ------------------------------
   CONTACT BUTTON
------------------------------ */
        .my-button {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 13.5px 28px 13.69px;
            height: 55.19px;
            left: 847px;
            top: calc(50% - 55.19px / 2 + 6px);
            background: #1E4637;
            box-shadow: 0px 4px 15px rgba(30, 70, 55, 0.25);
            border-radius: 9999px;
            color: #FFFFFF;
            font-size: 16px;
            font-weight: 600;
            transition: all ease-in-out 0.3s;
        }

        .my-button:hover {
            background: #163328;
            color: #FFFFFF;
            box-shadow: 0 8px 25px rgba(30, 70, 55, 0.35);
        }

        /* Footer Base */
        .site-footer {
            background: #1E4637;
            /* from figma */
            color: #FFFFFFB2;
            padding-top: 70px;
            /* font-family: "Inter", sans-serif; */
        }

        .site-footer {
            padding-left: 15px;
            padding-right: 15px;
        }

        .site-footer .container {
            max-width: 1312px;
        }

        .footer-widgets .footer-grid {
            display: grid;
            grid-template-columns: 0.8fr 1.2fr 1fr 1fr;
            /* Figma proportion */
            gap: 60px;
            /* Col spacing */
            align-items: flex-start;
        }


        .footer-col img {
            max-width: 210px;
            /* same visual size as figma */
            margin-bottom: 25px;
        }

        .footer-social a {
            display: inline-flex;
            width: 44px;
            height: 44px;
            border-radius: 12px;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.08);
            margin-right: 12px;
            color: #ffffff;
            font-size: 16px;
            transition: 0.3s;
        }

        .footer-social a:hover {
            background: #1DA1F2;
            /* light blue hover effect like figma */
            color: #ffffff;
        }

        .footer-col h4,
        .footer-contact h4 {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #ffffff;
        }

        .footer-col .menu li {
            margin-bottom: 12px;
            list-style: none;
        }

        .footer-col .menu li a {
            color: #D6E2F0;
            font-size: 16px;
            text-decoration: none;
            transition: 0.2s;
        }

        .footer-col .menu li a:hover {
            color: #fff;
            /* figma link hover color */
        }

        .footer-bottom .container {
            border-top: 1px solid rgba(255, 255, 255, 0.15);
            margin-top: 50px !important;
            padding: 25px 0;
        }

        .footer-links {
	       display: flex;
           flex-direction: row;
           flex-wrap: wrap;
           align-content: center;
           align-items: center;
	       justify-content: center;
           gap: 20px;
        }

        .footer-links a {
            color: #C9D7E6;
            font-size: 15px;
            text-decoration: none;
            transition: 0.2s;
        }

        .footer-links a:hover {
            color: #fff;
        }

        /* Header CSS */

        .top-bar {
            background: #1f4d3a;
            /* dark green */
            color: #ffffff;
        }

        .top-bar .container {
            padding: 0 15px;
        }

        .top-bar-container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 11px 0;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Left section */
        .top-bar-left {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .phone-icon {
            width: 16px;
            height: 16px;
            color: #ffffff;
        }

        .top-bar-left a {
            color: #ffffff;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
        }

        /* Right section */
        .top-bar-right {
            display: flex;
            gap: 40px;
        }

        .top-bar-right a {
            color: #ffffff;
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            transition: opacity 0.2s ease;
        }

        .top-bar-right a:hover {
            opacity: 1;
            text-decoration: underline;
        }

        .color-white{
            color: #ffffff;
        }

        .btn-badge a{
            padding: 10px 24px;
            border-radius: 50px;
            background: rgba(255, 255, 255, 0.1) !important;
            border: 1px solid rgba(255, 255, 255, 0.2) !important;
            color: #ffffff;
            font-size: 14px;
            font-weight: 500;
        }

        .matters-row-tittle{
            text-transform:uppercase;
            font-weight:700;
            letter-spacing:2.64px; 
        }

        .matters-row-tittle:before{
            content: "";
            background: linear-gradient(90deg, #C89F4A 0%, rgba(200, 159, 74, 0) 100%);
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
        }

        .matters-row-tittle:after{
            content: "";
            background: linear-gradient(90deg,rgba(200, 159, 74, 0) 0%,#C89F4A 100%);
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-left:12px;
            vertical-align: middle;
        }

        .career-hero-section {
           background-image: linear-gradient(113.63deg, rgba(34, 78, 122, 0.8) 0%, rgba(30, 70, 55, 0.8) 50%, rgba(21, 51, 37, 0.8) 100%),
                              url('/wp-content/uploads/2026/01/carrer-hero-banner.png');
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
        }

        .career-matter-section .work-icon-row .wpb_column{
            background: linear-gradient(136.84deg, #F8F9FA 0%, #FFFFFF 100%);
            border-radius:25px;
            margin-left:12px;
            margin-right:12px;
            text-align: center;
            flex:  1 !important;
            transition: all 0.4s ease-in-out;
            overflow: hidden;
        }
        .career-matter-section .work-icon-row .wpb_column::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--color-primary), var(--color-accent), var(--color-secondary));
            transform: scaleX(0);
            transition: all 0.4s ease-in-out;
            overflow: hidden;
        } 
        .career-matter-section .work-icon-row .wpb_column:hover {
            transform: translateY(-12px);
            box-shadow:0 25px 60px rgba(0, 0, 0, 0.15);
        }
       .career-matter-section .work-icon-row .wpb_column:hover::before {transform: scaleX(1);}
       
        .career-matter-section .work-icon-row .wpb_column p{
            font-size:16px;
            line-height:22.4px;
            letter-spacing:0px;
            font-weight: 700;
            color: #2D3436;
        } 

        .opportunities-section{
            background: linear-gradient(180deg, #F8F9FA 0%, rgba(136, 192, 230, 0.1) 50%, #F8F9FA 100%);
        }

        .centered{
            text-align: center;
        }

        .job-card{
           display:flex;
           flex-direction:column; 
        }

        .job-header {
          display: flex;
          align-items: center;
          text-align: center;
        }

        .job-meta{
          margin: 16px;
        }

        .job-meta h3 {
          font-size: 22.4px;
          color:#2D3436;
          font-weight:700;
          line-height:35.8px;
        }

        .job-type {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          font-size: 13px;
          color: #1E4637;
          background: #1E463714;
          padding: 4px 12px;
          border-radius: 20px;
          margin-right: 40px;
        }

        .job-card p {
          margin-top: 14px;
          text-align: center;
          font-size: 16px;
          line-height: 27.2px;
          font-weight:400;
          color: #636E72;
        }

        .job-contact a {
         color: #636E72;
         font-weight: 600;
         text-decoration: underline;
        }

        .team{
            background: linear-gradient(112.81deg, #153325 0%, #1E4637 50%, #224E7A 100%);
        }

        .team .container h3,
        .team .container p
        {
            color: rgba(255, 255, 255, 0.85) !important;
        } 
        
        .teams-row-tittle{
            text-transform:uppercase;
            font-weight:700;
            letter-spacing:2.64px; 
        }

        .teams-row-tittle:before{
            content: "";
            background: linear-gradient(90deg, #88C0E6 0%, rgba(136, 192, 230, 0) 100%);
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
        }

        .teams-row-tittle:after{
            content: "";
            background: linear-gradient(90deg,rgba(136, 192, 230, 0) 0%,#88C0E6 100%);
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-left:12px;
            vertical-align: middle;
        }

        .team .container .teams-item strong{
            color: #FFFFFF;
            font-size: 17.6px;
            line-height: 28.16px;
            text-align: left;
            display: inline-block;
            display: inline-block;
           margin-bottom: 5px;
        }

        .teams-item .vc_column-inner{
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: linear-gradient( 135deg,    rgba(255, 255, 255, 0.08),  rgba(255, 255, 255, 0.02));
          backdrop-filter: blur(10px);
          -webkit-backdrop-filter: blur(10px);
           display: flex;
        }

        .teams-item .vc_column-inner > .wpb_wrapper {
          display: flex;
          gap: 16px; 
         }

        .teams-item .wpb_wrapper .wpb_single_image{
            flex: 0 0 auto;
        }

        .teams-item .vc_single_image-wrapper {
           width: 56px;
           height: 56px;
           background: rgba(255, 200, 90, 0.15);
           border-radius: 14px;
           display: flex;
           justify-content: center;
           margin-bottom: 14px;
        }

        .paragraph-text-15{
            font-size: 15.2px;
            font-weight: 400;
            line-height: 25px;
            text-align: left;
            color: #FFFFFF;
        }

        .paragraph-text-18.features-p p{
           width: 55%;     
           margin: 0 auto;
        }

        /* About page stlyling */
        .about-hero-section{
           background-image: linear-gradient(113.63deg, rgba(34, 78, 122, 0.8) 0%, rgba(30, 70, 55, 0.8) 50%, rgba(21, 51, 37, 0.8) 100%),
                              url('/wp-content/uploads/2026/01/about-hero-section.png'); 
           background-size: cover;
           background-position: center;
           background-repeat: no-repeat;
        }

        .stats-glass-box {
          background: rgba(255,255,255,0.1);
          border: 1px solid rgba(255, 255, 255, 0.36);
          border-radius: 32px;
          padding: 48px;
        }

        .stats-grid {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         grid-template-areas: "box1 box2" "box3 box4";
         gap: 24px;
        }

        .box-1 { grid-area: box1; }
        .box-2 { grid-area: box2; }
        .box-3 { grid-area: box3; }
        .box-4 { grid-area: box4; }

        .stat-item {
         background: rgba(255,255,255,0.12);
         border-radius: 20px;
         padding: 24px;
         text-align: center;
         color: #fff;
        }

        .stat-item h3 {
         color: #C89F4A;
         font-size: 48px;
         line-height: 48px;
         font-weight: 700;
        }

        .stat-item p {
         font-size: 14px;
         opacity: 0.9;
         font-weight: 400;
         font-size: 14.4px;
         line-height: 23px;
        } 

        .small h3 { font-size: 36px; }
        .wide h3  { font-size: 42px; }
        
        .about-root-section{
            padding-top:120px;
            padding-bottom:120px;
            background: linear-gradient(114.3deg, #153325 0%, #1E4637 50%, #224E7A 100%);
        } 
        
        .blue-highlights{
            font-weight:700;
            letter-spacing:2.64px;
            text-transform:uppercase;
        }

        .blue-highlights:before{
            content: "";
            background: linear-gradient(90deg, #88C0E6 0%, rgba(136, 192, 230, 0) 100%);
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
        }

        .blue-highlights:after{
            background: linear-gradient(90deg,rgba(136, 192, 230, 0) 0%, #88C0E6 100%);
            content: "";
            width: 40px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-left:12px;
            vertical-align: middle; 
        }
        
        .paragraph-text-17{
           font-weight: 400;
           font-size: 17.6px;
           line-height: 33.44px;
           color: #FFFFFF;
           opacity:0.8;
        } 

         .root-relationship-row {
          display: flex;
          flex-direction:row;
        }

        .root-relationship-row .vc_column-inner > .wpb_wrapper {
          display: flex;
          gap: 16px;
          align-items: center;
        }

        .root-relationship-row .wpb_wrapper .wpb_single_image {
          flex: 0 0 auto;
        }

        .root-relationship-row .vc_column-inner {
          background: rgba(255,255,255,0.08);
          display: flex;
          align-items: center;
          transition: all 0.3s ease;
          
        }
        .root-relationship-row .vc_column-inner:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(8px);
}
.about-stander .vc_column_container>.vc_column-inner{
    overflow: hidden;
    transition: all 0.3s ease;
        border-radius: 24px;
    padding: 36px 24px;
    text-align: center;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}
.about-stander .vc_column_container>.vc_column-inner:hover {
    background: var(--color-white);
    border-color: var(--color-accent);
    transform: translateY(-8px);
    box-shadow: var(--shadow-md);
}
.licensing-liner-row .vc_column_container>.vc_column-inner{
   transition: all 0.4s ease; 
}
.licensing-liner-row .vc_column_container>.vc_column-inner:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-md);
}
        .about-root-left-col .vc_single_image-wrapper img{
          border-radius:40px;
          background: #FFFFFF14;
          border:1px solid #FFFFFF1A;
          backdrop-filter: blur(20px)
        }

        .about-root-left-col .vc_column-inner .wpb_wrapper {
          position: relative;
        }

.about-root-left-col .btn-orange.vc_btn3-inline {
    position: absolute;
    bottom: 42px;
    left: 329px;
    z-index: 2;
    right: 30px;
}
        .btn-orange button{
          background: linear-gradient(103.45deg, #C89F4A 0%, #D4B06A 100%) !important;
          box-shadow: 0px 15px 40px 0px #C89F4A80;
          padding: 20px 32px;
          border-radius:20px !important;
        }

        .info-warning{
          background: linear-gradient(104.85deg, rgba(30, 70, 55, 0.05) 0%, rgba(136, 192, 230, 0.05) 100%);
          color:#224E7A;
          font-weight:500;
          font-size:18.4px;
          line-height:35px;
          border-left:4px solid #C89F4A;
          border-radius: 0px 20px 20px 0px; 
        }

        .btn-green a{
          padding: 14px 32px;
          background: linear-gradient(103.62deg, #1E4637 0%, #2A5F4A 100%) !important;
          box-shadow: 0px 8px 25px 0px #1E463759 !important;
          color:#FFFFFF;
          font-weight:600;
          font-size: 15px;
          line-height: 25px;
          text-align: center;
          transition: all ease-in-out 0.3s;
        }

        .btn-green a:hover{
          background: #C89F4A !important;
        }

        .gold-box-left-col .vc_column-inner > .wpb_wrapper{
          background: linear-gradient(140.19deg, #1E4637 0%, #224E7A 100%);
          border-radius:32px;
          padding: 150px 30px;
          box-shadow: 0px 25px 60px 0px #00000026;
          position: relative;
          z-index: 1;  
        } 
        .gold-box-left-col > .vc_column-inner{
            position: relative;
        } 
        .gold-box-left-col > .vc_column-inner:after {
            content: "";
            position: absolute;
            width: 200px;
            height: 200px;
            right: -40px;
            bottom: -39.99px;
            background: linear-gradient(135deg, #C89F4A 0%, rgba(200, 159, 74, 0.3) 100%);
            border-radius: 30px;
            flex: none;
            order: 0;
            flex-grow: 0;
            z-index: 0;
        }
        .vc_btn3.vc_btn3-size-md {
            font-size: 16px !important;
            padding: 15px 40px !important;
        } 
        .gold-box-left-col p{
          width:70%;
          text-align: center;
          color:#ffffff;
          opacity: 0.8;
          font-size:16px;
          font-weight:400;
          line-height:25.6px;
          margin: 0 auto;
        }

        .licensing-row{
           background: linear-gradient(105.82deg, #F8F9FA 0%, rgba(136, 192, 230, 0.1) 100%);
           border-radius:32px;
        }

        .licensing-row .licensing-liner-row p{
           font-weight:600;
           font-size:13.6px;
           line-height:19px;
           color:#2D3436;
        }


      
        /* Responsive */
        @media (max-width: 768px) {
            .top-bar-right {
                display: none;
            }

            .top-bar-container {
                justify-content: center;
            }
        }

        .idaho-header-logo {
            width: 182px;
            /* margin-right: 72px; */
            margin-bottom: -111px;
        }

        .idaho-header-logo img {
            width: 100%;
        }

        .header-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .main-menu a {
            color: #4A545E;
            text-decoration: none;
            font-size: 20px;
            font-weight: 500;
            /* font-family: "DM Sans"; */
            transition: all ease-in-out 0.3s;
        }

        .main-menu a:hover,
        .main-menu .current_page_item a {
            color: #C89F4A;
        }

        .btn {
            display: inline-block !important;
            margin-bottom: 16px !important;
        }

        .btn-group .wpb_wrapper {
            display: flex;
            gap: 16px;
            align-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .btn-group .wpb_wrapper .wpb_raw_code {
            flex: 100%;
        }

        .btn-group .wpb_wrapper .wpb_raw_code .inner-service {
            width: 100%;
        }

        .btn button.vc_btn3-size-md,.btn a.vc_btn3-size-md {
            padding: 23px 70px 23px 35px !important;
            font-size: 17px !important;
        }

        .btn--primary button,.btn--primary a {
            background: #C89F4A !important;
            color: #fff !important;
            box-shadow: 0 4px 15px rgba(30, 70, 55, 0.25) !important;
            transition: all ease-in-out 0.3s;
        }

        .btn--primary button:hover,.btn--primary a:hover {
            background: #163328 !important;
            color: #FFFFFF;
            box-shadow: 0 8px 25px rgba(30, 70, 55, 0.35) !important;
        }


        .btn button,.btn a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px !important;
            padding: 14px 28px !important;
            font-size: 16px !important;
            font-weight: 600 !important;
            border-radius: var(--radius-full) !important;
            transition: all var(--transition-base) !important;
            white-space: nowrap !important;
        }

        .btn--bordered button,.btn--bordered a {
            background: transparent !important;
            color: var(--color-secondary) !important;
            border-color: var(--color-secondary) !important;
            transition: all ease-in-out 0.3s;
        }

        .btn--bordered button:hover,.btn--bordered a:hover {
            background: var(--color-secondary) !important;
            color: #fff !important;
        }

        .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
            transition: all 0.3s ease;
        }

        .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
            right: 40px !important;
            transition: all 0.3s ease;
        }

        .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty):hover .vc_btn3-icon {
            right: 35px !important;
        }

        .hero-banner-caption h1 {
            font-size: 72px;
            line-height: 69px;
            margin-top: 10px;
        }

        .hero-banner-caption {
            min-height: 676px;
        }

        .inner-page-banner .hero-banner-caption{
            min-height: 400px;
        }

        .inner-service {
            display: flex;
            justify-content: start;
            align-items: stretch;
            flex-wrap: wrap;
            gap: 32px;
            border-top: 1px solid rgba(74, 84, 94, 0.15);
            padding-top: 32px;
            margin-top: 48px;
        }

        .inner-service .serv {
            flex: 0 0 auto;
            text-align: left;
            display: flex;
            flex-direction: column;
            gap: 4px;
            justify-content: space-between;

        }

        .inner-service .title {
            font-size: 32px;
            color: #224E7A;
            font-weight: 700;
            line-height: 32px;
        }

        .inner-service .title span {
            color: #C89F4A;
            font-size: 24px;
            font-weight: 700;
        }

        .inner-service .content {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            color: #6B7280;
        }


        .footer-contact h4,
        .footer-widgets .footer-col .wp-block-heading {
            color: #C89F4A;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
            letter-spacing: 0.7px;
            font-family: "DM Sans", sans-serif;
        }


        .footer-col .menu li a {
            color: #BBC7C3;
            font-size: 15px;
            text-decoration: none;
            transition: 0.2s;
            line-height: 27px;
        }

        .footer-contact p {
            font-size: 15px;
            line-height: 27px;
        }

        .footer-bottom .container {
            display: flex;
            justify-content: space-between;
        }

        .footer-links a {
           color: #8EA29B;
            font-size: 14px;
            text-decoration: none;
            transition: 0.2s;
        }

        .footer-links a:hover {
            color: var(--color-accent);
        }

        .footer-bottom .container {
            display: flex;
            justify-content: space-between;
        }

        .footer-copy {
            font-size: 14px;
            color: #8EA29B;
			text-align: center;
        }

        .footer-col .wp-block-image img {
            width: 153px;
            border-radius: 12px;
        }

        .footer-contact a{
           color: #FFFFFFB2 !important;
        }

        .about-image-block {
            position: relative;
            border-radius: var(--radius-2xl);
            overflow: hidden;
            box-shadow: var(--shadow-2xl);
        }

        .badge-title {
            font-size: 13px;
            color: #C89F4A;
            border: 1px solid rgba(200, 159, 74, 0.30);
            background: rgba(200, 159, 74, 0.15);
            padding: 8px 17px;
            font-weight: 600;
            border-radius: 99em;
            display: inline-flex;
            margin-bottom: 14px;
            font-family: "DM Sans", sans-serif;
            line-height: 22px;
            letter-spacing: 0.65px
        }

        h2 {
            font-size: 64px;
            color: #224E7A;
            font-weight: 700;
            line-height: 68px;
            margin-bottom: 22px !important;
        }

        span.color-primary,
        .color-primary {
            color: var(--color-accent) !important;
        }

        .paragraph-text p {
            font-size: 19px;
            color: #6B7280;
            line-height: 34px;
            margin-bottom: 20px;
        }

        .paragraph-text-18 p {
            font-size: 18px;
            line-height: 32.4px;
            color: #6B7280;
            margin-bottom: 20px;
        }

        .paragraph-text-18 p:last-child,
        .paragraph-text p:last-child {
            margin-bottom: 0;
        }

        .paragraph-text p br {
            display: none;
        }

        .serve-title h2 {
            font-size: 24px;
            line-height: 24px;
            font-weight: 600;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            color: #333;
        }

        .providers-list {
            display: flex;
            justify-content: center;
            align-items: stretch;
            align-content: center;
            gap: 16px;
            align-self: stretch;
            flex-wrap: wrap;
        }

        .providers-list .provider-item {
            display: flex;
            padding: 14px 10px;
            align-items: center;
            gap: 12px;
            border: 1px solid rgba(74, 84, 94, 0.10);
            background: #FAFAFA;
            border-radius: 9999px;
            width: fit-content;
            font-size: 15px;
            line-height: 25.5px;
            font-weight: 500;
            color: #4A545E;
        }

        .providers-list .provider-item svg {
            border-radius: 12px;
            background: #FFF;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            display: flex;
            width: 36px;
            height: 36px;
            justify-content: center;
            align-items: center;
        }

        .sub-heading-block {
            font-size: 14px;
            color: #C89F4A;
            text-transform: uppercase;
            font-weight: 600;
            margin-bottom: 20px !important;
        }

        .sub-heading-block:before {
            content: "";
            background: #C89F4A;
            width: 24px;
            height: 2px;
            border-radius: 99em;
            display: inline-block;
            margin-right: 12px;
            vertical-align: middle;
        }

        .heading-h3-block h3 {
            font-size: 48px;
            line-height: 57.6px;
            color: #224E7A;
            margin-bottom: 30px !important;
        }

        .heading-h4-block {
            font-size: 40px;
            line-height: 68px;
        }

        .mb-0 {
            margin-bottom: 0 !important;
        }

        .color-white * {
            color: #ffffff !important;
        }

        /*         .p-left-0.vc_row {
            left: 0 !important;
        } */

        .about-image-block .vc_single_image-wrapper {
            width: 100%;
        }

        .about-image-block .vc_single_image-wrapper img,
        .about-image-block .vc_single_image-wrapper {
            width: 100%;
        }

        .about-image-block.wpb_single_image .vc_figure {
            width: 100%;
        }

        .letter-spacing-1_4 {
            letter-spacing: 1.4px;
        }

        .services-section {
            background: linear-gradient(129.71deg, #1E4637 0%, #224E7A 100%);
        }

        .color-white p {
            color: #DEE4E6;
        }

        .card-block-text p {
            color: #6B7280;
            font-size: 15px;
            line-height: 25px;
        }

        .card-block-wrapper h4 {
            font-size: 20px;
            font-weight: 600;
            color: #1A1F25;
        }

        .card-block-wrapper .vc_column-inner {
            position: relative;
            overflow: hidden
        }

        .card-block-wrapper .vc_column-inner:before {
            transition: all 0.3s ease;
            opacity: 0;
            position: absolute;
            height: 4px;
            width: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(91deg, #C89F4A 0%, #D4B06A 100%);
        }

        .card-block-wrapper .vc_column-inner:hover:before {
            content: '';

            opacity: 1;
        }

        .mr-16 {
            margin-right: 16px;
        }

        .hero-section .btn {
            display: block !important;
        }

        .trusted-section {
            display: flex;
            align-items: center;
            gap: 85px;
        }

        .serving-section {
            background: linear-gradient(180deg, var(--color-grey-98, #FAFAFA) 0%, var(--color-white-solid, #FFF) 100%);
        }

        .long-term-section .container,
        .abt-section .container,
        .serving-section .container,
        .expert-section .container,
        .contact-section .container {
            gap: 50px;
            flex-wrap: nowrap !important;
        }

        .serving-section .container .about-image-block img {
            height: 776px;
            object-fit: cover;
        }

        .serving-item .vc_column-inner {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
            transition: all 0.3s ease;
        }

        .serving-item .vc_column-inner:hover {
            border-color: #88C0E6 !important;
        }

        .serving-item .wpb_wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 11px 16px;
        }

        .serving-title * {
            font-size: 18px;
            line-height: 30px;
            font-weight: 600;
            color: #1A1F25;
        }

        .serving-title {
            flex: calc(100% - 64px);
        }

        .serving-content * {
            font-size: 15px;
            line-height: 25px;
            font-weight: 400;
            color: #6B7280;
        }

        .expert-item-column .vc_column-inner {
            transition: all 0.3s ease;
        }

        .expert-item-column .vc_column-inner:hover {
            border-color: rgba(74, 84, 94, 0.10) !important;
            background: #FFF;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
        }

        .expert-item-column .wpb_wrapper {
            display: flex;
            gap: 16px;
        }

        .expert-item-column .wpb_wrapper .wpb_single_image {
            flex: 0 0 auto;
        }

        .expert-item-column p {
            font-size: 14px;
            color: #6B7280;
            line-height: 22.4px;
        }

        .expert-item-column p strong {
            font-size: 16px;
            line-height: 27px;
            color: #1A1F25;
            margin-bottom: 5px;
            display: inline-block;
        }

        .about-image-block.expert img {
            height: 410px;
            object-fit: cover;
        }

        .cta-section .btn-group .wpb_wrapper {
            justify-content: center;
        }

        .cta-section .btn--primary button,.cta-section .btn--primary a {
            background-color: #ffffff !important;
            color: #1E4637 !important;
        }

        .cta-section .btn--bordered button,.cta-section .btn--bordered a {
            border-color: #FFFFFF80 !important;
            color: #ffffff !important;
            padding: 22px 36px !important;
        }

        .cta-section .btn--bordered button:hover,.cta-section .btn--bordered a:hover {
            border-color: #FFF !important;
            background: rgba(255, 255, 255, 0.10) !important;
        }

        .contact-section .expert-item-column .vc_column-inner:hover {
            border-color: #88C0E6 !important;
        }

        .contact-banner-column{
            text-align:center;
            color: #fff;
        }

		.banner-subheading{
           font-size:25px;
           padding-bottom:20px;
        }


        /* =====  Contact Section Cards ===== */
        .contact-info-section .contact-card > .vc_column-inner {
          background: #ffffff;
          border-radius: 16px;
          padding: 30px;
          box-shadow: 0 12px 30px rgba(0,0,0,0.08);
          height: 100%;
        }

        /* ===== Heading Row ===== */
        .contact-card-heading-row .wpb_wrapper {
          display: flex;
          align-items: center;
          gap: 15px;
        }

        .contact-card-heading-row h3 {
            margin: 0;
            font-size: 28px;
            font-weight: 600;
            color: #224E7A;
        }

        /* Icon box */
        .contact-card-heading-row .vc_icon_element-inner {
          width: 46px;
          height: 46px;
          border-radius: 50%;
          background: #eef3ff;
          display: flex;
          align-items: center;
          justify-content: center;
        }

        /* Divider line */
        .contact-card-heading-row {
          border-bottom: 1px solid #e5e7eb;
        }

        /* ===== Contact Info List ===== */
        .contact-info {
          display: flex;
          flex-direction: column;
          gap: 16px;
        }

        .contact-item {
          display: flex;
          align-items: center;
          gap: 14px;
          font-size: 16px;
        }

       .contact-item i {
         width: 36px;
         height: 36px;
         background: #eef3ff;
         border-radius: 50%;
         display: flex;
         align-items: center;
         justify-content: center;
         color: #224E7A;
         font-size: 15px;
       }

       .contact-item a {
         color: inherit;
         text-decoration: none;
       }

       .career-matter-section h4{
        font-weight: 700;
        font-size: 17.6px;
        line-height: 28.16px;
        color: rgba(45, 52, 54, 1);
        }

    .career-matter-section .work-item-paragraph-text p
        {
        font-weight: 400 !important;
        font-size: 15.2px;
        line-height: 24.32px;
        color: #636E72 !important;
    }
        .career-matter-section .work-icon-row .wpb_column p,
        .career-matter-section .about-stander .wpb_column
        {
            font-size:16px;
            line-height:22.4px;
            letter-spacing:0px;
            font-weight: 700;
            color: #2D3436;
        } 
        .career-matter-section .about-stander .wpb_column{
            background: #F8F9FA;
            border-radius:25px;
            margin-left:12px;
            margin-right:12px;
            text-align: center;
            flex:  1 !important;
        }
 

        /* ==============================
           MOBILE HEADER STYLES (max-width: 767px)
           ============================== */

        /* Hide mobile menu toggle by default (desktop) */
        .mobile-menu-toggle {
            display: none;
        }

        /* Hide mobile contact button on desktop */
        .mobile-contact-btn {
            display: none;
        }
        .job-meta{
            text-align: left;
        }
        .job-meta h3 {
            font-size: 21px;
            color: #2D3436;
            font-weight: 700;
            line-height: 26.8px;
            margin-bottom: 10px;
        }
        
        @media (min-width: 992px) and (max-width: 1300px) {
            body .section-padding {
                padding-top: 60px !important;
                padding-bottom: 60px !important;
            }

            .main-menu a {
                font-size: 16px;
            }

            .main-menu ul {
                gap: 20px;
            }

            .idaho-header-logo {
                width: 130px;
            }

            .my-button {
                padding: 10.5px 20px 10.69px;
                height: 46.19px;
                font-size: 14px;
            }
			
            .main-menu ul li .sub-menu a {
                color: #18392B;
                font-size: 14px;
            }

            .main-menu ul li.menu-item-has-children>a::after {
                width: 16px;
                height: 16px;
            }

            .main-menu ul li.menu-item-has-children>a {
                padding-right: 20px;
            }

            .hero-banner-caption h1 {
                font-size: 54px;
                line-height: 64px;
                margin-bottom: 20px !important;
            }

            .btn button.vc_btn3-size-md,.btn a.vc_btn3-size-md {
                padding: 18px 65px 18px 30px !important;
                font-size: 16px !important;
            }
			body .cta-section .btn--bordered button,body .cta-section .btn--bordered a {
				padding: 18px 20px !important;
			}

            h2 {
                font-size: 42px;
                line-height: 1.2;
            }

            .paragraph-text p,
            .paragraph-text-18 p {
                font-size: 16px;
            }

            .inner-service .title {
                font-size: 26px;
            }

            .heading-h3-block h3 {
                font-size: 36px;
                line-height: 1.3;
            }

            .card-block-wrapper>.vc_column-inner {
                padding: 20px !important;
            }
            .teams-item-row {
                padding: 0 20px;
            }
             .job-card-row .wpb_column.vc_column_container.vc_col-sm-4 {
                max-width: 50%;
                flex-basis: 50%;
            }
            .teams-item-row .teams-item {
                margin-left: 0px;
                margin-bottom: 30px;
                margin-right: 0px;
                max-width: 33.3%;
                flex-basis: 33.3%;
            }
            .hero-banner-caption .wpb_column.vc_column_container {
              
                /*width: 570px;
                 text-align: center; */
            }
           .hero-banner-caption {
                /* justify-content: center; */
                padding-left: 30px;
                padding-right: 30px;
            }
            .gold-box-left-col > .vc_column-inner:after{
                width: 160px;
                height: 160px;
                right: 0px;
                bottom: -39.99px;
            }
            .hero-banner-right-col .vc_custom_1768311762844 {
                margin-right: 0px !important;
            }
            .right-states-box .vc_custom_1768311753968 {
                margin-left: 0px !important;
            }
            .stats-glass-box{
                padding: 28px;
            }
            .small h3 {
                font-size: 32px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .career-matter-section .work-icon-row .wpb_column {
                flex-basis: 29.8% !important;
                max-width: 29.8% !important;
            }
            .teams-item-row .teams-item .vc_column-inner {
                margin-right: 0px !important;
                margin-left: 0px !important;
                margin-bottom: 20px !important;
            }
            .team .vc_column-inner.vc_custom_1767957722618 {
                padding-top: 0px !important;
                padding-bottom: 0px !important;
            }
            .team .vc_row.vc_custom_1767958554671 {
                padding-bottom: 40px !important;
                padding-top: 60px !important;
            }
            .opportunities-section .vc_row.vc_custom_1767880923092 {
                padding-top: 40px !important;
                padding-bottom: 0px !important;
            }
            .career-matter-section.vc_row.vc_custom_1768207705414 {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }
            .job-meta {
                margin: 16px;
                text-align: left;
            }
            .job-meta h3{
                line-height: 25.8px;
                margin-bottom: 12px;
            }
            .job-card-row .wpb_column.vc_column_container.vc_col-sm-4 {
                max-width: 50%;
                flex-basis: 50%;
            }
            .teams-item-row .teams-item {
                margin-left: 20px;
                margin-bottom: 30px;
                margin-right: 10px;
                max-width: 46%;
                flex-basis: 48%;
            }
            .hero-banner-caption .wpb_column.vc_column_container {
                justify-content: center;
                width: 88%;
                /* text-align: center; */
            }
            .hero-banner-caption {
                justify-content: center;
            }
            .right-states-box > .vc_column-inner.vc_custom_1768311753968 {
                margin-left: 0 !important;
            }
            .stats-glass-box{
                padding: 28px;
            }
           
            .stat-item {
                margin-bottom: 20px;
            }
            .hero-banner-right-col .vc_column-inner.vc_custom_1768311762844 {
                margin-right: 0px !important;
            }
            .mission-row-section.vc_custom_1768312400039 {
                padding-top: 80px !important;
                padding-bottom: 80px !important;
            }
            .gold-box-left-col .vc_column-inner.vc_custom_1768294051227 {
                margin-left: 20px !important;
                margin-right: 20px !important;
                width: auto;
                margin-top: 20px !important;
                padding: 30px 30px;
                margin-bottom: 0px !important;
            }
            .specialized-section .vc_row.career-matter-section {
                padding-top:80px !important;
                padding-bottom:80px !important;
            }
            .about-root-section {
                padding-top: 80px !important;
                padding-bottom: 80px !important;
            }
            .goldbox-row .wpb_column.vc_column_container.vc_col-sm-6 {
                width: 100%;
                padding: 0 20px;
            }
            .about-root-left-col .wpb_single_image.vc_custom_1768283493010 {
                padding: 0 !important;
            }
            .root-relationship-row{
                margin: 0 0px !important;
            }
            .excellence-row-section.vc_custom_1768317703090 {
                padding-top: 60px !important;
                padding-bottom: 60px !important;
            }
            .career-matter-section .about-stander .wpb_column {
                margin-bottom: 20px;
                flex-basis: 29% !important;
                max-width: 29% !important;
            }
            .vc_row.wpb_row.licensing-row {
                padding: 40px 20px !important;
            }
            .vc_row.wpb_row.licensing-row .wpb_column .vc_column-inner {
                margin-right: 0 !important;
                margin-left: 0 !important;
                margin-bottom: 20px;
            }
            .about-root-section .wpb_column.vc_column_container.vc_col-sm-6 {
                width: 100%;
                padding: 0 20px;
            }
            .licensing-liner-row .wpb_column.vc_column_container.vc_col-sm-1\/5 {
                flex-basis: 29.2%;
                max-width: 29.2%;
                margin-left: 2%;
                margin-right: 2%;
            }
            .contact-section {
                padding: 0 30px !important;
            }
            .goldbox-row .wpb_column.vc_column_container.vc_col-sm-7 {
                width: 100%;
            }
        }

        @media (max-width: 991px) {
            body .vc_section {
                margin-left: 0;
                margin-right: 0;
                padding-left: 0;
                padding-right: 0;
            }

            body .section-padding {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }

            .long-term-section .container,
            .abt-section .container,
            .serving-section .container,
            .expert-section .container,
            .contact-section .container {
                gap: 30px;
                flex-wrap: nowrap !important;
                flex-direction: column;
            }

            .long-term-section .container>.wpb_column,
            .abt-section .container>.wpb_column,
            .serving-section .container>.wpb_column,
            .expert-section .container>.wpb_column,
            .contact-section .container>.wpb_column {
                width: 100%;
            }

            .long-term-section .container>.wpb_column .wpb_wrapper,
            .abt-section .container>.wpb_column .wpb_wrapper,
            .abt-section .container>.wpb_column .wpb_wrapper h5{
                text-align: center !important;
                justify-content: center;
            }

            .btn-group .wpb_wrapper .wpb_raw_code .inner-service {
                justify-content: center;
            }

            h2 {
                font-size: 36px;
                line-height: 1.2;
            }

            .paragraph-text p,
            .paragraph-text-18 p {
                font-size: 16px;
                line-height: 1.5;
            }

            .inner-service .title {
                font-size: 24px;
                line-height: 28px;
            }

            /* Mobile Menu Toggle Button */
            .mobile-menu-toggle {
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                width: 30px;
                height: 24px;
                background: transparent;
                border: none;
                cursor: pointer;
                padding: 0;
                z-index: 1001;
                position: relative;
            }

            .mobile-menu-toggle span {
                width: 100%;
                height: 3px;
                background: #1E4637;
                border-radius: 2px;
                transition: all 0.3s ease;
                transform-origin: center;
            }

            /* Hamburger animation when menu is open */
            .mobile-menu-toggle.active span:nth-child(1) {
                transform: translateY(11.5px) rotate(45deg);
            }

            .mobile-menu-toggle.active span:nth-child(2) {
                opacity: 0;
            }

            .mobile-menu-toggle.active span:nth-child(3) {
                transform: translateY(-5px) rotate(-45deg);
            }

            /* Header adjustments for mobile */
            header {
                padding: 15px 0;
            }

            .header-wrapper {
                flex-wrap: wrap;
                position: relative;
            }

            /* Logo adjustments */
            .idaho-header-logo {
                width: 140px;
                margin-bottom: 0;
                z-index: 1001;
            }

            /* Hide desktop navigation and contact button on mobile */
            .main-menu {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: #ffffff;
                z-index: 1000;
                overflow-y: auto;
                padding: 170px 20px 30px;
            }

            .main-menu.active {
                display: block;
            }

            /* Mobile menu list styling */
            .main-menu ul {
                flex-direction: column;
                gap: 0;
            }

            .main-menu ul li {
                border-bottom: 1px solid #f0f0f0;
            }

            .main-menu ul li a {
                display: block;
                padding: 15px 0;
                font-size: 18px;
            }

            /* Mobile submenu styling */
            .main-menu ul li .sub-menu {
                position: static;
                display: none;
                border: none;
                padding: 0 0 0 20px;
                margin-top: 10px;
                background: #f9f9f9;
            }

            .main-menu ul li .sub-menu li {
                border-bottom: 1px solid #e6e6e6;
            }

            .main-menu ul li .sub-menu li:last-child {
                border-bottom: none;
            }

            .main-menu ul li .sub-menu a {
                padding: 12px 0;
                font-size: 16px;
            }

            /* Show submenu on click (handled by JS) */
            .main-menu ul li.submenu-open>.sub-menu {
                display: block;
            }



            /* Hide desktop contact button on mobile */
            .header-col-last {
                display: none;
            }

            /* Add contact button to mobile menu */
            .main-menu::after {
                content: '';
                display: block;
                margin-top: 30px;
            }

            /* Mobile menu contact button */
            .main-menu .mobile-contact-btn {
                display: block;
                text-align: center;
                margin-top: 30px;
            }

            .main-menu .mobile-contact-btn a {
                display: inline-block;
                background: #1E4637;
                color: #FFFFFF;
                padding: 15px 40px;
                border-radius: 9999px;
                font-size: 16px;
                font-weight: 600;
                box-shadow: 0px 4px 15px rgba(30, 70, 55, 0.25);
                transition: all 0.3s ease;
            }

            .main-menu .mobile-contact-btn a:hover {
                background: #C89F4A;
                transform: translateY(-2px);
                box-shadow: 0 8px 25px rgba(30, 70, 55, 0.35);
            }

            /* Prevent body scroll when menu is open */
            body.menu-open {
                overflow: hidden;
            }

            /* Overlay backdrop */
            .mobile-menu-overlay {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: rgba(0, 0, 0, 0.5);
                z-index: 999;
            }

            .mobile-menu-overlay.active {
                display: block;
            }

            .my-button {
                padding: 10.5px 20px 10.69px;
                height: 46.19px;
                font-size: 14px;
            }

            body:has(.main-menu.active) .top-bar {
                display: none;
            }

            .hero-banner-caption h1 {
                font-size: 42px !important;
                line-height: 50px !important;
                margin-bottom: 20px !important;
            }
            .paragraph-text-18.features-p p {
                width: 100%;
            }
			body .cta-section .btn--bordered button,body .cta-section .btn--bordered a {
				padding: 18px 20px !important;
			}
            .btn button.vc_btn3-size-md,.btn a.vc_btn3-size-md {
                padding: 18px 65px 18px 30px !important;
                font-size: 16px !important;
            }

            .hero-banner-caption {
                min-height: 550px;
            }

            .inner-page-banner .hero-banner-caption{
                min-height: 350px;
            }

            .heading-h3-block h3 {
                font-size: 32px;
                line-height: 1.3;
            }

            .about-image-block .vc_single_image-wrapper img,
            .about-image-block .vc_single_image-wrapper {
                max-height: 400px;
                object-fit: cover;
            }

            .abt-section .provider-section {
                padding-top: 50px !important;
            }

            .card-block-wrapper {
                width: 50% !important;
            }
			.serving-item .vc_column-inner br {
                display: none;
            }
			.footer-widgets .footer-grid {
				grid-template-columns: 1fr 1fr;
			}
			.heading-h4-block {
				font-size: 32px;
				line-height: 1.3;
			}
            .job-card-row >  .wpb_column {
                margin-bottom: 30px;
            }
            .teams-item-row .teams-item {
                margin-left: 20px;
                margin-bottom: 30px;
                margin-right: 10px;
            }
            .work-icon-row > .wpb_column {
                margin-bottom: 20px;
            }
            .gold-box-left-col > .vc_column-inner {
                position: relative;
                margin-left: 0 !important;
            }
            .gold-box-left-col .vc_column-inner > .wpb_wrapper{
                padding: 50px 30px;
            }
           .gold-box-left-col > .vc_column-inner:after {
                right: -8px;
                width: 120px;
                height: 120px;
                bottom: -31px;
            }
            .work-icon-row.vc_custom_1768838510859 {
                margin-top: 0 !important;
            }
            .goldbox-row > .wpb_column.vc_column_container.vc_col-sm-5 {
                width: 80%;
                margin: 0px auto 0;
                clear: both;
                float: none;
                padding-top: 50px;
            }
        }
		@media (max-width: 767px) {
			.footer-widgets .footer-grid {
				grid-template-columns: 1fr;
			}
			.footer-bottom .container {
				justify-content: center;
				flex-wrap: wrap;
				gap: 15px;
				align-items: center;
			}
            .right-states-box > .vc_column-inner.vc_custom_1768311753968 {
                margin-left: 0 !important;
            }
            .stats-glass-box{
                padding: 28px;
            }
            .stats-grid {
               
                display: initial;
            }
            .stat-item {
                margin-bottom: 20px;
            }
            .hero-banner-right-col .vc_column-inner.vc_custom_1768311762844 {
                margin-right: 0px !important;
            }
            .mission-row-section.vc_custom_1768312400039 {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }
            .gold-box-left-col .vc_column-inner.vc_custom_1768294051227 {
                margin-left: 20px !important;
                margin-right: 20px !important;
                width: auto;
                margin-top: 20px !important;
                padding: 30px 30px;
                margin-bottom: 0px !important;
            }
            .specialized-section .vc_row.career-matter-section {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }
            .about-root-section {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            .about-root-left-col .wpb_single_image.vc_custom_1768283493010 {
                padding: 0 !important;
            }
            .root-relationship-row{
                margin: 0 0px !important;
            }
            .excellence-row-section.vc_custom_1768317703090 {
                padding-top: 60px !important;
                padding-bottom: 60px !important;
            }
            .career-matter-section .about-stander .wpb_column {
                margin-bottom: 20px;
                flex-basis: 100% !important;
                max-width: 100% !important;
            }
            .vc_row.wpb_row.licensing-row {
                padding: 40px 20px !important;
            }
            .vc_row.wpb_row.licensing-row .wpb_column .vc_column-inner {
                margin-right: 0 !important;
                margin-left: 0 !important;
                margin-bottom: 20px;
            }
            .gold-box-left-col > .vc_column-inner:after{
                right: 0;
            }
            .about-root-left-col .btn-orange.vc_btn3-inline {
                position: absolute;
                bottom: -20px;
                left: 50%;
                z-index: 2;
                transform: translateX(-50%);
                width: 290px;
            }
            .root-relationship-row {
                display: flex;
                flex-direction: column;
            }
            .root-relationship-row .vc_column-inner {
                background: rgba(255,255,255,0.08);
                display: flex;
                align-items: center;
                transition: all 0.3s ease;
                margin-left: 0 !important;
                margin-bottom: 20px !important;
                margin-top: 0 !important;
            }
            .serving-right-column .vc_row.vc_column-gap-15 {
                margin-left: -15px;
                margin-right: -15px;
            }
            .gold-box-left-col .vc_column-inner > .wpb_wrapper{
                padding: 50px 30px;
            }
            .gold-box-left-col > .vc_column-inner:after {
                right: 3px;
                width: 120px;
                height: 120px;
                bottom: -20px;
            }
            .work-icon-row.vc_custom_1768838510859 {
                margin-top: 0 !important;
            }
            .main-menu ul li.menu-item-has-children .submenu-icon {
                top: 34px;
            }
		}

        @media (max-width: 540px) {
            .idaho-header-logo {
                width: 102px;
            }

            .main-menu {
                padding-top: 150px;
            }

            .hero-banner-caption {
                min-height: 480px;
            }

            .inner-page-banner .hero-banner-caption{
                min-height: 320px;
            }

            .btn button.vc_btn3-size-md,.btn a.vc_btn3-size-md {
                padding: 16px 60px 16px 25px !important;
                font-size: 15px !important;
            }

            .btn-group .wpb_wrapper .wpb_raw_code .inner-service {
                justify-content: space-between;
                gap: 15px;
            }

            .card-block-wrapper {
                width: 100% !important;
            }
			.about-image-block .vc_single_image-wrapper img, .about-image-block .vc_single_image-wrapper {
        		max-height: 280px;
			}
			.contact-section     .heading-h3-block h3 {
        		font-size: 30px;
			}
			.contact-section p br {
				display: none;
			}
            .career-matter-section .work-icon-row .wpb_column{
                flex-basis: 100% !important;
            }
            .teams-item-row .teams-item .vc_column-inner {
                margin-right: 20px !important;
                margin-left: 20px !important;
                margin-bottom: 20px !important;
            }
            .team .vc_column-inner.vc_custom_1767957722618 {
                padding-top: 0px !important;
                padding-bottom: 0px !important;
            }
            .team .vc_row.vc_custom_1767958554671 {
                padding-bottom: 40px !important;
                padding-top: 60px !important;
            }
            .opportunities-section .vc_row.vc_custom_1767880923092 {
                padding-top: 40px !important;
                padding-bottom: 0px !important;
            }
            .career-matter-section.vc_row.vc_custom_1768207705414 {
                padding-top: 40px !important;
                padding-bottom: 40px !important;
            }
            .job-meta {
                margin: 16px;
                text-align: left;
            }
            .job-meta h3{
                line-height: 25.8px;
                margin-bottom: 12px;
            }
            .matters-row-tittle {
                font-size: 15px !important;
            }
            .goldbox-row > .wpb_column.vc_column_container.vc_col-sm-5 {
                width: 100%;
                margin: 0px auto 0;
                clear: both;
                float: none;
                padding-top: 50px;
            }
        }

		.jet-form-column .wpb_raw_html {
            padding: 30px 30px 70px;
            border-radius: 32px;
            overflow: hidden;
            background: #fff;
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
            height: 100% !important;
        }

        @media (max-width: 575px) {
            .jet-form-column .wpb_raw_html {
                padding: 20px 10px !important;
            }
            .matters-row-tittle:after,.matters-row-tittle:before{
                width: 30px;
            }
            h2.vc_custom_heading.heading-h2 {
                font-size: 32px !important;
                line-height: 36px !important;
            }
        }

        .jet-form-column * {
            height: 100%;
        }