 /* ──────────────────────────────────────────────
       Responsive
    ────────────────────────────────────────────── */
    
    /* header menu css  */
    @media (max-width: 1728px) {
        .auriic-header-nav {
            gap: 50px;
        }
        .auriic-hiring-process-mobile{
            display: none !important;
        }
    }

    @media (max-width: 1440px) {
        .auriic-header-nav {
            gap: 30px;
        }

        .nav-menu ul {
            gap: 18px;
        }
        .auriic-hiring-process-mobile{
            display: none !important;
        }
    }

    @media (max-width: 1280px) {

        .auriic-header-nav {
            gap: 20px;
        }

        .nav-menu ul {
            gap: 18px;
        }

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

        .hire-btn {
            padding: 8px 18px;
            font-size: 15px;
        }
        .auriic-hiring-process-mobile{
            display: none !important;
        }
        
    }
    
    /* Only for footer section css stat **/ 
    @media (max-width: 1200px) {
        .auric-footer-container {
            grid-template-columns: 240px 1fr 1fr 1fr;
        }
        .auriic-hiring-process-mobile{
            display: none !important;
        }

        .auriic-hiring-process{
            padding: 80px;
        }
    }
    /* Only for footer section css end **/ 

    /* Only for core team section css start **/ 
    @media (max-width: 1100px) {
        .core-team-unique .core-team-card {
            flex: 0 0 300px;
        }
        .auriic-hiring-process-mobile{
            display: none !important;
        }
    }
    /* Only for core team section css end **/ 

    @media (min-width: 1025px) {

        .auriic-hiring-process-mobile{
            display: none !important;
        }

        .hiring-process-step .process-title{
            display: flex;
            flex-direction: column;
            justify-self: flex-start;
            padding-left: 80px;
        }

        .hiring-process-step .process-title p{
            color: #ffffff;
            font-size: 24px;
        }

        .auriic-hiring-process{
            padding: 80px;
        }

        header.main-header.scrolled .logo{
            margin-left:15px;
        }
        .nav-container .logo{
            opacity: unset;
        }
        .main-header.scrolled {
            width: 99%;
            left: 50%;
        }
        .trusted-container{
            gap: 0px;
        }

        .auriic-header-nav {
            gap: 30px;
            padding-right: 10px !important
        }

        .nav-menu ul {
            gap: 18px;
            display: flex;
            align-items: baseline;
        }

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

        .hire-btn {
            padding: 8px 18px;
            font-size: 15px;
        }

        .nav-container .logo {
            width: 12%;
            padding-left: 0px;
            margin-left: 5%;
        }

        .whychoose-wrapper{
            width: 100%;
        }
        .why-wrapper{
            width: 94%;
            max-width: 94%;
        }
        .why-text{
            flex: unset;
        }
        .why-text h2{
            font-size: 54px;
            line-height: 1.25;
            margin-bottom: 25px;
            font-weight: 700;
            width: 100%;
        }
        .why-text p{
            font-size: 30px;
            width: 100%;
        }
        .why-image{
            width: 50%;
            display: none;
        }
        .why-card{
            gap: 0px;
            width: 100%;
        }
        .image-box{
            width: 100%;
        }
        .image-box img{
            width: 100%;
        }
        
    }
    /* Only for header menu section css start **/ 
    @media (max-width: 1024px) {

        .auriic-hiring-process-mobile{
            display: none !important;
        }

        .dropdown-icon {
            font-size: 1em;
            margin-left: 8px;
        }
        .menu-toggle {
            display: block;
            cursor: pointer;
            z-index: 1001;
        }

        .menu-toggle span {
            display: block;
            width: 28px;
            height: 3px;
            background: white;
            margin: 6px 0;
            transition: all 0.35s;
            border-radius: 3px;
        }

        .menu-toggle.active span:nth-child(1) {
            transform: rotate(45deg) translate(6px, 6px);
        }
        .menu-toggle.active span:nth-child(2) {
            opacity: 0;
        }
        .menu-toggle.active span:nth-child(3) {
            transform: rotate(-45deg) translate(7px, -7px);
        }

        .auriic-header-nav {
            position: fixed;
            top: 0;
            right: -106%;
            width: 100%;
            max-width: 100%;
            height: 100vh;
            background: #007A67;
            flex-direction: column;
            justify-content: flex-start;
            padding: 90px 30px 40px;
            transition: right 0.4s ease;
            overflow-y: auto;
            gap: 20px;
            
        }

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

        .auriic-header-nav.active {
            right: 0;
        }

        .nav-menu ul.menu {
            flex-direction: column;
            gap: 8px;
            width: 100%;
        }

        .nav-menu li {
            width: 100%;
        }

        .has-dropdown > a {
            justify-content: space-between;
        }

        .submenu {
            position: static;
            width: 100%;
            background: #006155;
            box-shadow: none;
            opacity: 1;
            visibility: visible;
            display: flex !important;
            flex-direction: column;
            transform: none;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.35s ease;
            border-radius: 0;
            margin-top: 6px;
        }

        .has-dropdown.active .submenu {
            max-height: 300px; 
        }

        .hire-btn {
            margin-top: 30px;
            width: fit-content;
            align-self: flex-start;
            padding: 8px 18px;
            font-size: 15px;
        }

        .nav-container .logo{
            width: 25%;        
        }
        .main-header.scrolled{
            width: 90%;
            left: 50%;
        }
        .why-image{
            display: none !important;
        }
    }
    /* Only for header menu section css end **/ 

    /* Only for footer testimonial and contact section css start **/ 
    @media (max-width: 992px) {

        .auriic-hiring-process-mobile{
            display: none !important;
        }

        /* Only for footer testimonial and contact section css **/ 
        .auric-footer-container {
            grid-template-columns: 1fr 1fr 1fr;
        }
        
        .auric-footer .logo-area {
            grid-column: 1 / -1;
            text-align: center;
        }
        
        .auric-footer .social-icons {
            margin: 0 auto;
        }

        .content { padding: 60px 40px; }
        .trusted-container {
            flex-direction: column;
            text-align: center;
        }

        .trusted-left {
            flex: none;
        }

        .trusted-text {
            max-width: 100%;
        }

        .contact-card {
            flex-direction: column-reverse;
        }

        .contact-form-area,
        .contact-image-area {
            width: 100%;
        }

        .contact-section {
            padding-bottom: 100px;
        }

        .contact-header h2 {
            font-size: 28px;
        }

        .corner-accent {
            display: none;
        }

          .content { padding: 60px 40px; }
        .trusted-container {
            flex-direction: column;
            text-align: center;
        }

        .trusted-left {
            flex: none;
        }

        .trusted-text {
            max-width: 100%;
        }

        .contact-card {
            flex-direction: column-reverse;
        }

        .contact-form-area,
        .contact-image-area {
            width: 100%;
        }

        .contact-section {
            padding-bottom: 100px;
        }

        .contact-header h2 {
            font-size: 28px;
        }

        .corner-accent {
            display: none;
        }
    }
    /* Only for footer testimonial and contact section css end **/ 

    /* Only for banner footer testimonial and contact, team slider section css start **/ 
    @media (max-width: 768px) {

        .auriic-hiring-process-mobile{
            display: block !important;
            padding: 60px;
            width: 100%;
        }

        .content { text-align: center; max-width: 100%; padding: 80px 30px; }
        .heading-wrapper { justify-content: center; }
        .gold-bar { display: none; }
        .buttons { justify-content: center; }
        .prev, .next { width: 44px; height: 44px; font-size: 1.3rem; }

        .core-team-unique .core-team-header {
            flex-direction: column;
            align-items: flex-start;
        }
        .core-team-unique .core-team-card {
            flex: 0 0 88vw;
        }
        .core-team-unique .core-team-nav-controls {
            margin-top: 10px;
        }

        .auric-footer-container {
            grid-template-columns: 1fr;
            gap: 50px;
            text-align: center;
        }
        
        .auric-footer .column h3 {
            margin-bottom: 14px;
        }
        
        .auric-footer .social-icons a {
            margin: 0 16px;
            font-size: 24px;
        }
        
        .auric-footer {
            padding: 60px 6% 40px;
        }

        .carousel-wrapper {
            padding: 0 3% 30px;
            margin: 0 -3%;
        }
        .card {
            flex: 0 0 280px;
        }
        .carousel-track {
            gap: 24px;
        }

        .why-image {
            display: none !important;
        }
    }
    /* Only for banner footer testimonial and contact, team slider section css end **/ 

    /* header, whychoose, testimonial, contact menu css start */
    @media (max-width: 575px) {

        .profile-card-wrapper {
            width: 323px;
            height: 372px;
            aspect-ratio: 2 / 3;
            border-radius: clamp(18px, 3vw, 45px);
            border: 4px solid #ffffff;
            padding: 8px;
            box-sizing: border-box;
            background: transparent;
        }
        
        .contact-header h2{
            font-size: 18px !important;
        }

        .core-team-unique{
            padding: 15px;
            padding-top: 2px;
        }

        .whychooseleft{
            margin-top: -95px !important;
        }

        /* header menu css start */
        .nav-container .logo{
            display: flex;
            flex-direction: row;
            /* align-items: center; */
            width: 45%;
            padding-left: 40px;    
        }

        .contact-image-area{
            width: 100% !important;
            height: 200px !important;
        }

        .why-card{
            flex-direction: column;
        }

         .main-header.scrolled .nav-container .logo{
            display: flex;
            flex-direction: row;
            align-items: center;
            width: 45%;
            padding-left: 10px;
            opacity: unset !important;
        }

        .auriic-header-nav{
            width: 100% !important; 
            gap: 60px !important;
            z-index: -1; 
        }

        .auriic-header-nav.active {
            right: 0;
        }

        .main-header {
            padding: 14px 0;              
        }

        .logo img.pbmit-main-logo {
            max-height: 60px;             
            width: auto;
        }

        .menu-toggle {
            padding: 8px;
        }

        .menu-toggle span {
            width: 30px;
            height: 3.5px;
            margin: 5.5px 0;
        }

        .nav-menu ul.menu {
            gap: 4px;                     
        }

        .nav-menu li {
            padding: 4px 0;
            font-size: 18px;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .nav-menu a {
            font-size: 17px;              
            padding: 14px 20px;           
            display: flex;
            align-items: center;
            min-height: 52px; 
            white-space: unset;            
        }

        .dropdown-icon {
            font-size: 1.05em;
            margin-left: 10px;
        }

        .submenu {
            padding: 8px 0;
            margin-top: 4px;
        }

        .submenu li a {
            font-size: 16px;
        
        }

        .hire-btn {
            margin-top: 24px;
            padding: 12px 28px;
            font-size: 17px;
            align-self: center;           
            width: auto;
            min-width: 160px;
        }

        body.menu-open::before {
            content: "";
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.45);
            z-index: 998;
            transition: opacity 0.4s;
        }

        .has-dropdown.active .submenu{
            max-height: 300px;
            overflow: auto;
            font-size: 18px;
            white-space: unset !important;
        }

        /* header menu css end */

        /** Why Choose Us Mobile css */
        .whychoose-wrapper{
            width: 100% !important;
        }

        .why-wrapper{
            width: 85% !important;
            max-width: 85% !important;
        }
        .image-box{
            padding: unset !important;
            border-radius: unset !important;
            top:  unset !important;
            position: unset !important;
            width:  unset !important;
            right:  unset !important;
        }

        .why-label{
            font-size: 18px !important;
            left: -29px !important;
        }

        .why-card{
            padding: 30px !important;
        }

        .why-text h2{
            font-size: 24px !important;
        }
        .why-text p{
            font-size: 18px !important;
            width: 100% !important;
        }
        .description{
            width: auto !important;
        }
        .heading-wrapper{
            width: 100% !important;
        }
        .why-buttons{
            display: flex !important;;
            gap: 20px !important;;
            text-align: center !important;;
            width: 100% !important;;
            flex-direction: column !important;;
        }

        .main-heading{
            font-size: 28px !important;
        }

        .buttons{
            width: 100% !important;
        }
        
        .buttons .btn{
            flex: 1 0 auto !important;
        }

        .buttons span{
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
        }
        
        /* Testimonial section css start */
        .rsu-container{
            flex-direction: column !important;
            width: 100% !important;
        }

        .rsu-section{
            padding: 0px !important;
        }
        .rsu-left{
            width: 100% !important;
            display: flex !important; 
            flex-direction: column !important;
        }
        .rsu-testimonial-area{
            width: 100% !important;
            position: relative !important;
            right: 5% !important;
        }
        .rsu-title{
            font-size: 37px !important;
            font-weight: bold;
            margin: 0;
            line-height: 40px !important;
        }
        .rsu-subtitle{
            font-size: 24px !important;
            margin-top: 20px !important;
        }
        /* Testimonial section css end */

        /* Contact Form section css start */
        .contact-form-area p{
            font-size: 13px;
        }

        .nav-menu{
            width: 100% !important;
        }

        .contact-form-area h3{
            font-size: 35px;
        }

        .wpcf7-spinner{
            left: 58px !important;
        }
        /* Contact Form section css end */

        
    } 
    /* header, whychoose, testimonial, contact menu css end */

    /* footer section css start **/ 
    @media (max-width: 480px) {

        .profile-card-wrapper {
            width: 323px;
            height: 372px;
            aspect-ratio: 2 / 3;
            border-radius: clamp(18px, 3vw, 45px);
            border: 4px solid #ffffff;
            padding: 8px;
            box-sizing: border-box;
            background: transparent;
        }

        .whychooseleft{
            margin-top: -95px !important;
        }

        .contact-header h2{
            font-size: 18px !important;
        }

        .core-team-unique{
            padding: 15px;
            padding-top: 2px;
        }

      .auric-footer .logo {
        font-size: 32px;
      }
      .contact-image-area{
            width: 100% !important;
            height: 200px !important;
        }

        .contact-form-area{
            width: 100% !important;
        }
      
      .auric-footer .social-icons a {
        font-size: 22px;
        margin: 0 14px;
      }
      .why-card{
            flex-direction: column;
        }
    
        .why-text {
            width: 100% !important;
        }
        .vision-content h2, .mission-content h2{
            font-size: 26px;
        }
    }
    /* footer section css end **/ 

    /* header, whychoose us, testimonial, contact start */
    @media (max-width: 425px) {

        .profile-card-wrapper {
            width: 323px;
            height: 372px;
            aspect-ratio: 2 / 3;
            border-radius: clamp(18px, 3vw, 45px);
            border: 4px solid #ffffff;
            padding: 8px;
            box-sizing: border-box;
            background: transparent;
        }
        .whychooseleft{
            margin-top: -95px !important;
        }

        .core-team-unique{
            padding: 15px;
            padding-top: 2px;
        }
        .contact-header h2{
            font-size: 18px !important;
        }

        .contact-image-area{
            width: 100% !important;
            height: 200px !important;
        }

        .contact-form-area{
            width: 100% !important;
        }

        .why-card{
            flex-direction: column;
        }
        /* header menu end */
        .nav-container .logo{
            display: flex;
            flex-direction: row;
            /* align-items: center; */
            width: 30%;
            padding-left: 40px;    
        }

        .auriic-header-nav{
            width: 100% !important; 
            gap: 60px !important;
        }

        .whychoose-wrapper{
            width: 100% !important;
        }
        .why-wrapper{
            width: 85% !important;
            max-width: 85% !important;
        }
        .image-box{
            padding: unset !important;
            border-radius: unset !important;
            top:  unset !important;
            position: unset !important;
            width:  unset !important;
            right:  unset !important;
        }

        .why-label{
            font-size: 18px !important;
            left: -29px !important;
        }

        .why-card{
            padding: 30px !important;
        }

        .why-text {
            width: 100% !important;
        }

        .why-text h2{
            font-size: 24px !important;
        }
        .why-text p{
            font-size: 18px !important;
            width: 100% !important;
        }
        .description{
            width: auto !important;
        }
        .heading-wrapper{
            width: 100% !important;
        }
        .why-buttons{
            display: flex !important;;
            gap: 20px !important;;
            text-align: center !important;;
            width: 100% !important;;
            flex-direction: column !important;;
        }

        .main-heading{
            font-size: 28px !important;
        }

        .buttons{
            width: 100% !important;
        }
        
        .buttons .btn{
            flex: 1 0 auto !important;
        }

        .buttons span{
            font-size: 18px;
            font-weight: 700;
            color: #ffffff;
        }

        .auriic-header-nav {
            width: 90% ;  
            max-width: 360px;   
            z-index: -1; 
        }

        .auriic-header-nav.active {
            right: 0;
        }

        .main-header {
            padding: 14px 0;              
        }

        .logo img.pbmit-main-logo {
            max-height: 60px;            
            width: auto;
        }

        .menu-toggle {
            padding: 8px;
        }

        .menu-toggle span {
            width: 30px;
            height: 3.5px;
            margin: 5.5px 0;
        }

        .nav-menu ul.menu {
            gap: 4px;                     
        }

        .nav-menu li {
            padding: 4px 0;
            font-size: 18px;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
        }

        .nav-menu a {
            font-size: 17px;              
            padding: 14px 20px;           
            display: flex;
            align-items: center;
            min-height: 52px; 
            white-space: unset;           
        }

        .dropdown-icon {
            font-size: 1.05em;
            margin-left: 10px;
        }

        .submenu {
            padding: 8px 0;
            margin-top: 4px;
        }

        .submenu li a {
            font-size: 16px;
        }

        .hire-btn {
            margin-top: 24px;
            padding: 12px 28px;
            font-size: 17px;
            align-self: center;          
            width: auto;
            min-width: 160px;
        }

        body.menu-open::before {
            content: "";
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.45);
            z-index: 998;
            transition: opacity 0.4s;
        }

        .has-dropdown.active .submenu{
            max-height: 300px;
            overflow: auto;
            font-size: 18px;
            white-space: unset !important;
        }
        /* header menu end */

        /* testimonial start */
        .rsu-container{
            flex-direction: column !important;
            width: 100% !important;
        }

        .rsu-section{
            padding: 0px !important;
        }
        .rsu-left{
            width: 100% !important;
            display: flex !important; 
            flex-direction: column !important;
        }
        .rsu-testimonial-area{
            width: 100% !important;
            position: relative !important;
            right: 5% !important;
        }
        .rsu-title{
            font-size: 37px !important;
            font-weight: bold;
            margin: 0;
            line-height: 40px !important;
        }
        .rsu-subtitle{
            font-size: 18px !important;
            margin-top: 20px !important;
        }
        /* testimonial end */

        /* contact form start */
        .contact-form-area p{
            font-size: 13px;
        }

        .contact-image-area, .contact-form-area{
            width: 100% !important;
        }

        .nav-menu{
            width: 100% !important;
        }

        .contact-form-area h3{
            font-size: 35px;
        }

        .wpcf7-spinner{
            left: 58px !important;
        }
        /* contact form end */

        /* Hiring process step dessign  */
        .process-title{
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 0px;
            margin: 0px;
        }

        .process-title .section-title, .process-title p{
            color: #ffffff;
        }

        .auriic-hiring-process{
            display: none;
        }
        
        .content{
            width: 100% !important;
            max-width: 100 !important;
            /* justify-content: flex-start !important; */
            padding-bottom: 0px;
        }

        .talent-section .section-title{
            font-size: 35px !important;
        }
    }
    /* header, whychoose us, testimonial, contact end */