@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');


@font-face {
    font-family: "HouschkaHead";
    src: url("../font/houschkahead-demibold-web-woff.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body{
  box-sizing:border-box; 
      font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding:0px;

}
body::-webkit-scrollbar {
  width: .5em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #999;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--secondary-color);
  outline: 1px solid var(--secondary-color);
}
html{
  scroll-behavior: smooth;
}
:root {
  --primary-color: #2e58a7;
  --secondary-color: #6dbe45;

}
*,
*::after,
*::before,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
p{
  font-size: 18px;
    text-underline-offset: 24px;
  color: #333;
   text-align:justify;
  
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
a, button {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
a:hover
{
  text-decoration: none;
}
button:focus, input:focus, textarea:focus, select:focus, a:hover
{
  outline: none; box-shadow: none;
}
section{
  padding:50px 0;
}
.padding-class{
   padding:25px 0;  
}
.fontHeading{
   font-family: "HouschkaHead", sans-serif;
}
.inlineHeader{
  display: flex;
  padding:0px 0;
  align-items: center;
  justify-content: space-between;
}
.large_heading{
  font-size:55px;
  line-height: 70px;
}
.heading{
  font-size: 45px;
  line-height: 55px;
}
.sub_heading{
  font-size: 32px;
}
.sub_heading3{
  font-size: 28px;
}
.small_heading{
  font-size: 25px;
}
.title{
  font-size: 20px;
}
.text{
  font-size: 18px;
}
.fontWeight200{
  font-weight: 200;
}
.fontWeight300{
  font-weight: 300;
}
.fontWeight400{
  font-weight: 400;
}
.fontWeight500{
  font-weight: 500;
}
.fontWeight600{
  font-weight: 600;
}
.fontWeight700{
  font-weight: 700;
}
.fontWeight800{
  font-weight: 800
}
.fontWeight900{
  font-weight: 900;
}
.text_primary{
  color: var(--primary-color);
}
.text_secondary{
  color: var(--secondary-color);
}
.text_blue{
  color: var(--dark-blue-color);
}
.bgPrimary{
  background: var(--primary-color);
}
.bgSecondary{
  background: var(--secondary-color);
}


.leftLogo img{
  max-width: 100%;
}
.header.stricky-fixed {
  position: fixed;
  z-index: 999;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
  width: 100%;
  background:#fff;
  -webkit-animation-name: menu_sticky;
  animation-name: menu_sticky;
  -webkit-animation-duration: 0.60s;
  animation-duration: 0.60s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes menu_sticky {
  0%   {margin-top:-150px;}
  50%  {margin-top: -130px;}
  100% {margin-top: 0;}
}
@keyframes menu_sticky {
  0%   {margin-top:-150px;}
  50%  {margin-top: -130px;}
}
.leftLogo{
  width: 180px;
}
.header.stricky-fixed .leftLogo{
  width: 170px;
}

.header.stricky-fixed .rightMenu ul li a{
  font-size: 15px;
  color: #000;
  
}
/*.header.stricky-fixed .rightMenu ul li a:hover, .header.stricky-fixed .rightMenu ul li.active a{*/
/*  color: #fff;*/
  
/*}*/
 .rightHeader .dropdownMenu li,
 .rightHeader .dropdownMenu li a {
    background: none !important;
     border: none !important;
}
.rightHeader .dropdownMenu li a:hover {
    background: var(--primary-color) !important;
    color:  #fff!important;
}

.header{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background:#ffffff;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
  z-index: 9;
  padding:10px 0;
}
.heroSlider{
  position: relative;
}
.heroSlider:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: 1;
}
.heroSlider img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.heroSlider::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    90deg,
    rgba(0,0,0,0.8) 0%,
    rgba(0,0,0,0.85) 55%,
    rgba(0,0,0,0.4) 65%,
    rgba(0,0,0,0.2) 80%,
    rgba(0,0,0,0.15) 100%
  );
}
.leftBanner{
  position: relative;
  z-index: 3;
  margin-top: 20px; 
  justify-content: center;   
  align-items: center;      
}


.rightMenu{
  margin-left: 30px;
}
.rightMenu ul{
  display: flex;
  align-items: center;
}
.rightMenu ul li{
    position:relative;
}

.rightMenu > ul > li > a{
  color: #000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  padding:32px 16px;
  font-family: 'Roboto', sans-serif;
}

.rightMenu > ul > li > a:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out;
  top: -2px;
  left: 0px;
  background: linear-gradient(
    180deg,
    rgba(120,180,255,0.45),
    rgba(80,140,255,0.25)
  );
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% calc(100% - 10px), 0 100%);
  z-index: -1;
}

.rightMenu > ul > li:hover > a:after,
.rightMenu > ul > li.active > a:after{
  height: calc(100% + 10px);
}
.header.stricky-fixed .rightMenu > ul > li:hover > a:after,
.header.stricky-fixed .rightMenu > ul > li.active > a:after {
  height: calc(100% + 10px);
}
.header.stricky-fixed .rightMenu > ul > li:hover > a,
.header.stricky-fixed .rightMenu > ul > li.active > a {
  color: #000 !important;
}

.rightMenu > ul > li:hover > a {
  color: #000 !important;
}

/*.header.stricky-fixed .rightMenu ul li a:after {*/
/*  display: none;*/
/*}*/

.rightMenu > ul > li > ul > li.active > a{
  color: var(--primary-color) !important;
  font-weight: 600;
}

.rightMenu ul li ul{
    position:absolute;
    top:60px;
    width:300px;
    padding:10px 5px;
    border-radius:5px;
    background:#fff;
    transition:all 0.3s ease-in-out;
    opacity:0;
    visibility:hidden;
    z-index:99;
    display:block;
}
.header.stricky-fixed .rightMenu ul li ul{
   
    background:#fff;
 box-shadow: 0px 2px 6px rgba(0,0,0,0.12);

}
.rightMenu ul li:hover ul{
    visibility:visible;
    opacity:1;
    top:40px;
}
.rightMenu ul li:hover ul li a:after{
    display:none;
}
.rightMenu ul li ul li a{
    color:#000 ;
    font-size:14px;
    padding:5px 12px;
    display:inline-block;
    font-weight:500;
   

}
.rightMenu ul li ul li a:hover{
    color:var(--primary-color);
}
/*.headerSocial{*/
/*  margin-left: 15px;*/
/*}*/
/*.headerSocial ul{*/
/*  display: flex;*/
/*  align-items: center;*/
/*}*/
/*.headerSocial ul li a{*/
/*  color: #D0D1D8;*/
/*  display: inline-block;*/
/*  padding: 10px 8px;*/
/*  font-size: 18px;*/
/*}*/
/*.headerSocial ul li a:hover{*/
/*  color:#fff;*/
/*}*/

.rightHeader a{

  display: inline-block;
   background: var(--primary-color);
  color:#fff;
  padding:10px 20px;
  border-radius: 40px;
  font-size: 15px;
  
  font-weight: 600;
  letter-spacing: 1px;
}
.rightHeader a:hover{
  border-color:transparent;
    color: #fff;
  border:1px solid var(--primary-color);
}
/*.header.stricky-fixed .rightHeader a{*/
/*  color: #ccc;*/
/*}*/
.header.stricky-fixed .rightHeader a:hover{
  color: #fff;
}
.heroText{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 100%;
  z-index: 4;
}
.btnBanner{
  background: var(--primary-color);
  color: #fff;
  display: inline-block;
  padding:18px 50px;
  text-transform: uppercase;
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 1px;
}
.btnBanner:hover{
  background: var(--secondary-color);
  color: #fff;
}
.btnTheme {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  border-radius: 5px;
  padding: 12px 40px;
  z-index: 1;

  border: none;
}

.btnTheme:after {
  content: "";
  position: absolute;
  width: 0;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: var(--secondary-color);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btnTheme:hover:after {
  width: 100%;
}
.btnTheme:hover {
  color: #fff;
}
.icon-circle{
  width:45px;
  height:45px;
 border: 1px solid var(--secondary-color);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.icon-circle img{
  width:25px;
  height:25px;
  object-fit:contain;
}

.job-category{
  text-align: center;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}

.borderRight{
  border-right: 1px solid #ccc;
}
.borderBottom{
  border-bottom: 1px solid #ccc;
}
.practiceIcon{
  width: 65px;
  height: 65px;
  margin: 0 auto;
}
.practiceIcon img{
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.bgImmigration:hover{
  background-image: var(--hover-bg);
  background-size: cover;
  background-position: center;
}
.bgGrey{
  background-color: #f1f1f1;
}
.job-category:before{
  content: '';
  background: rgb(109 190 69 / 88%);

  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.job-category:hover *{
  color: #fff !important;
}
.job-category:hover:before{
  opacity: 1;
}
.job-category:hover img{
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.iconBoxImg {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.iconBoxImg img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.serviceCard {
  text-align: center;

  border-radius: 14px;
  padding: 1.3rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #f0f0f0;
  height: 100%;
}

.serviceCard:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  border-color: var(--primary-color);
}


.itemWhy {
  padding: 20px 0px;
  display: flex;
  gap: 30px;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}

/*#whyus {*/
/*  overflow: hidden;*/
/*}*/

.leftWhy {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.rightWhy {
  width: calc(100% - 90px);
}
.rightWhy p {
  font-size: 100%;
}
/* Wrapper */
.leftWhyChoose{
  position: sticky;
  top: 80px;
  overflow: hidden;
  border-radius: 12px;
}
.leftWhyChoose img{
  transition: transform 0.6s ease, filter 0.4s ease;
}

.leftWhyChoose::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.25);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.leftWhyChoose:hover img{
  transform: scale(1.08);
  filter: brightness(1.05);
}

.leftWhyChoose:hover::after{
  opacity: 1;
}
.footer {
  background: #111;
  padding: 60px 0 0 0;
}
.mainFooter{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333;
}
.itemFooter ul li a {
  display: inline-block;
  color: #eee;
  font-size: 17px;
  padding: 5px 0;
  transition: 0.3s;
}

.itemFooter ul li a:hover {
  color: var(--secondary-color);
}

.textLight {
  color: #eee;
}
.socialLink ul {
  display: flex;
  margin-top: 30px;
}
.socialLink ul li a {
  display: inline-block;
  padding: 15px;
  color: #eee;
  font-size: 17px;
  transition: 0.3s;
}
.socialLink ul li a:hover {
  color: var(--secondary-color);
}

.bottomMenu ul {
  display: flex;
  gap: 15px;
}
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: -100px;
  right: 5px;
  background-color: var(--secondary-color);
  border: 2px solid #fff;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  font-size: 16px;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  overflow: hidden;
  color: #fff;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
.itemForm input{
  width: 100%;
  padding: 15px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border:1px solid #e0e0e0;
  height: 60px;
  font-size: 15px;
  transition: all .5s ease-in-out;
}
.itemForm{
  margin-bottom: 15px;
}
.itemForm textarea{
  width: 100%;
  padding: 15px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border:1px solid #e0e0e0;
  font-size: 15px;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.itemForm input:focus, .itemForm textarea:focus{
  border-color: var(--primary-color);
}
.clients-section .clients-carousel {
    position: relative;
    display: flex;
    justify-content: center; 
    align-items: center; 
    border: 1px solid #ddd;
    max-width: 100%;
    border-radius: 10px;
    background-color: #fff;
    margin: 0 auto;
}
.owl-carousel {
    display: none;
    width: 100%;
 
    position: relative;
    z-index: 1;
}
.clients-section {
    position: relative;
   
}
.clients-logo-box{
  padding: 10px 20px;
  margin: 10px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}
.clients-carousel .owl-item{
    border-right: 1px solid #ddd;
}
.clients-logo-box img {
  max-height: 100px;
  object-fit: contain;
  max-width: 100%;
  border-radius: 5px;
}


.clients-carousel .owl-dots {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.clients-carousel .owl-dots .owl-dot {
  display: none;
}

.clients-carousel .owl-dots .owl-dot:nth-child(-n+3) {
  display: inline-block;
}

.bgImageConnect {
  background: url("../images/banner/banner1.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  z-index: 1;
}

.bgImageConnect::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.connectSection .containerFull {
  position: relative;
  z-index: 2;
}

.socialConnect {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 20px;
}

/*.socialIcon {*/
/*  width: 55px;*/
/*  height: 55px;*/
/*  border-radius: 50%;*/
/*  background:#fff;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  font-size: 22px;*/

/*   color: #000;*/
/*  transition: 0.3s;*/
/*  cursor: pointer;*/
/*}*/
/*.socialIcon:hover {*/
/*  background: var(--secondary-color);*/

/*   color: #fff;*/
/*  transform: translateY(-4px);*/
/*}*/
.itemTestimonial img{
  display: block;
  width: 40px;
  margin-bottom: 10px;
}

.imgIndustries{
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.imgIndustries img{
  max-width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.itemIndustries{
  margin-bottom: 20px;
  overflow: hidden;
  color: #000;
}
.itemIndustries:hover img{
  transform: scale(1.1);
}
.hiddenScroll{
    overflow:hidden;
}



.aboutHero {
  position: relative;
  width: 100%;
  height: 350px;
  background: url("../images/banner/banner3.jpg") center/cover no-repeat;
  /*border-bottom-left-radius: 25px;*/
  /*border-bottom-right-radius: 25px;*/
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.aboutHero.about-height {
    height: 400px !important;
}

.aboutHero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.aboutHero .hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
 padding-top: 80px;
 max-width: 10  00px;
}

.about-img {
  max-width: 100%;
    height: 330px;  
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  object-fit: cover;
}
.industry-card p{
    text-align:left;
}

.vm-card {
  background: #ffffff;
  border: 1px solid #ccc;
  padding: 40px;
  height: 100%;
  border-radius: 10px;
}

.vm-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.mainFooter p{
  text-align:left;  
}

.vm-icon {
  width: 70px;
  height: 70px;
 
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vm-icon i {
  font-size: 28px;
  color: #ffffff;
}
.value-card {
  padding:0px;
  height: 100%;
  transition: all 0.3s ease;
}

.value-card:hover {
  transform: translateY(-6px);
}


.value-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.value-icon i {
  font-size: 28px;
  color: var(--secondary-color);
}

.founder-img-wrap img {
  width: 100%;;
  border-radius: 18px;
  object-fit: cover;
}
.highlight-border{
  border-radius: 10px;
  border-left: 5px solid var(--primary-color);
}
.founder-quote {
  margin: 30px 0; 
  font-style: italic;
  font-size: 16px;
  color: #333;
}
.presence-box {
  background: #ffffff;
  padding: 35px 25px;
  height: 100%;
  transition: all 0.3s ease;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

.presence-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}
.presence-icon-circle {
  width: 60px;
  height: 60px;
  background: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.presence-icon-circle i {
  font-size: 30px;
  color: #ffffff;
}
.career {
  padding: 70px 0 120px 0;
}
.careerTree {
  position: relative;
  display: flex;
  justify-content: center;
  
}

.middleline {
  width: 6px;
  height: 1000px;
  background: #000;
  border-radius: 10px;
  position: relative;
}

.innerline {
  width: 100%;
  background: var(--primary-color);
  height: 0%;
  transition: height 0.3s ease;
}

.treeLeaves {
  position: absolute;
  width: 550px;
  padding: 22px;
  border-radius: 12px;
  font-weight: 600;
  background:var(--secondary-color);
  transition: all 0.4s ease;
 
}

.treeLeaves.left {
  right: 55%;
  text-align: right;
}

.treeLeaves.right {
  left: 55%;
  text-align: left;
}
.treeLeaves ul {
  list-style: disc;         
  padding-left: 20px;       
 
  text-align: left;        
}

.treeLeaves ul li {
  color: #ffffff;            
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.treeLeaves ul li::marker {
  color: #ffffff;
}

.innerIcon {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  background: var(--secondary-color);
  border: 3px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  z-index: 5;
}

.activeLeave {
  background: var(--primary-color) !important;
  color: #000;
}

.general-box{
  border-radius: 10px;
  border: 1px solid #ccc;
}
.general-box ul {
  list-style: disc;         
  padding-left: 20px;       
 
  text-align: left;        
}

.general-box ul li {
          
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.general-box ul li::marker {
  color: var(--primary-color);
}

.offer-icon {
  background: var(--primary-color);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.offer-card {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 18px;
  border: 1px solid #ccc;
}

.offer-card i {
  font-size: 22px;
  color: #fff;
}

.offer-card h5 {
  margin: 0;
  font-weight: 600;
}

.process-line {
  position: relative;
 
}

.process-line::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.process-step {
  position: relative;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.step-circle {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.step-box {
  background: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid #ccc;
  width: 100%;
}

.step-box h5 {
  margin-bottom: 6px;
  font-weight: 600;
}
.service-card {
  border: 1px solid #ccc;

  border-radius: 14px;
  padding: 30px;
  text-align: left;
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: var(--secondary-color);
}
.service-card2 {
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 14px;
  padding: 30px;
  text-align: left;
  transition: all 0.3s ease;
}

.service-card2:hover {
  transform: translateY(-6px);
  border-color: var(--secondary-color);
}

.image-circle {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.image-circle img {
  width: 40px;

  object-fit: contain;
  filter: brightness(0) invert(1);
}
.image-circle2 {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.image-circle2 img {
  width: 40px;

  object-fit: contain;
  filter: brightness(0) invert(1);
}

.hero-highlight {
  background-color: var(--secondary-color);

  border-radius: 18px;
  padding: 30px;
  max-width: 1200px;
  text-align: center;
}
.hero-highlight p{
 color:#fff;
 font-size:16px;
}


.hero-highlight2 {
  border: 1px solid #ccc;

  border-radius: 18px;
  padding: 30px;
  max-width: 1200px;
  text-align: center;
}

.employer-hero {
  position: relative;
  background-image: url("../images/banner/banner3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #ffffff;
  z-index: 1;
}

.employer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: -1;
}
.employer-hero .containerFull {
  position: relative;
  z-index: 2;
}
.skills-hiring-img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}
.skills-list {
  list-style: disc;
  padding-left: 20px;
}

.skills-list li {
  margin-bottom: 10px;
}
.industry-card {
  height: 100%;
   padding: 20px 30px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.industry-card:hover {
  transform: translateY(-6px);
  border-color:  var(--secondary-color);
}

.industry-image {
width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fff1;
    border: 1px solid #bcfdac;
    font-size: 28px;
    color: var(--secondary-color);
  margin-bottom: 18px;
}

.industry-image img {
  width: 35px;
  height: 35px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.treatFlowSection {
  background-image: url('../images/banner/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;

}
.overlayBG {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 54, 0.8); 
  width: 100%;
  height: 100%;
  z-index: 1;
}

.treatFlowSection .containerFull {
  position: relative;
  z-index: 2;
}
.iconCircle {
    width: 65px;
    height: 65px;
    background-color: var(--secondary-color);
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.iconCircle img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.value-icon2 {
  width: 70px;
  height: 70px;
  background:var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.value-icon2 i {
  font-size: 28px;
  color: #fff;
}
.image-circle2 i {
  font-size: 28px;
   color: #fff;
}

.treatFlowSection {
  background-image: url('../images/banner/banner2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;

}
.overlayBG {
  position: absolute;
  inset: 0;
  background: rgba(7, 24, 54, 0.8); 
  width: 100%;
  height: 100%;
  z-index: 1;
}

.treatFlowSection .containerFull {
  position: relative;
  z-index: 2;
}
.iconCircle {
    width: 65px;
    height: 65px;
    background-color: var(--secondary-color);
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.iconCircle img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.value-icon2 {
  width: 70px;
  height: 70px;
  background:var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.value-icon2 i {
  font-size: 28px;
  color: #fff;
}
.image-circle2 i {
  font-size: 28px;
   color: #fff;
}

.social-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.form-wrapper {
  max-width: 950px;
  margin: auto;
  background: #ffffff;
  padding: 45px 50px;
  border-radius: 5px;
}


.form-wrapper label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
 
  color: #333;
}
.top-margin{
    margin-top:50px;
}
.form-wrapper label span {
  color: #e63946;
}

.form-wrapper label small {
  font-weight: 400;
  color: #6b7a90;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  width: 100%;
  padding: 14px 15px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #666;
  outline: none;
}

.form-wrapper textarea {
  min-height: 160px;
  resize: none;
}

.form-wrapper input:focus,
.form-wrapper select:focus,
.form-wrapper textarea:focus {
  border-color: #0b1c39;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
}


.char-count {
  font-size: 12px;
  color: #6b7a90;
  margin-top: 6px;
}

.checkbox-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  color: #6b7a90;
  cursor: pointer;
}

.checkbox-wrap input[type="checkbox"] {
  width: 16px;
  height: 16px;
  margin: 0;
}
.font-style{
  font-size: 15px;
  font-weight: 400;
}

.job-filters {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.job-filters select {
  min-width: 200px;
  padding: 15px 20px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-weight:500;
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.job-card {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 14px;

  border: 1px solid #ddd;
}


.job-meta {
  font-size: 13px;
  color: #6b7a90;
  display: block;
  margin-bottom: 10px;
}
.step-card{
  background:#fff;
  padding: 30px;
  border-radius:20px;

}

.step-circle2{
  width:52px;
  height:52px;
  margin:0 auto;
  border-radius:50%;
 border: 2px solid var(--secondary-color);
  color:var(--secondary-color);
  font-weight:800;
  font-size:20px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom: 20px;

}

.step-arrow{
  position:absolute;
  right:-30px;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  color:var(--secondary-color);
}
.infoCard{
  background:#ffffff;
  border:1px solid #e5e7eb;
  border-radius:16px;
  padding:32px;
}

.checkList{
  list-style:none;
  padding:0;
  margin:0;
}

.checkList li{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-bottom:14px;
  font-size:1rem;
  color:#111827;
}

.checkList i{
  color:var(--primary-color);
  font-size:1.1rem;
  margin-top:2px;
}

.assessment-card {
    background: #f1f1f1;
    border-radius: 18px;
    padding: 35px;
    height: 100%;
    border: 1px solid #e6ebf2;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
}

.card-header2 {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.check-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 14px;
    font-size: 15px;
    color: #111827;
}

.check-list li::before {
    content: "\F26B";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
}

.check-list.green li::before {
    color: var(--secondary-color);
}

.check-list.blue li::before {
    color: var(--primary-color);
}

.social-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    height: 100%;
      border: 1px solid #ddd;
    
}

.social-header {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    align-items: center;
}

.social-header i {
    font-size: 30px;
    color: #fff;            
    background-color: #0a66c2;  
    color: #fff;               
    padding: 15px;
    border-radius: 50%;        
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.social-header2  {
  font-size: 30px;
  color: #fff; 
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );
  padding: 15px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}



.social-list {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.social-list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    font-size: 18px;
}

.social-list li::before {
    content: "\F26B";
    font-family: bootstrap-icons;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--secondary-color);
}

.embed-placeholder {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 25px;
    text-align: center;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 25px;
}


.btn-linkedin {
    display: block;
    text-align: center;
    background: #0A66C2;
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.btn-instagram {
    display: block;
    text-align: center;
    background: linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
    color: #fff;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.btn-linkedin:hover,
.btn-instagram:hover {
    opacity: 0.9;
    color:#fff;
}
.why-choose-us {
  overflow: hidden;
}
/* .process-image {
  background: var(--primary-color);
  min-height: 700px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
} */
.process-image {
  position: relative;
  background: url("../images/banner/banner1.jpg") no-repeat center
    center/cover;
  min-height: 700px;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
}
.whyUsSwiper {
  position: relative;
  z-index: 1;
}

.whyUsSwiper,
.whyUsSwiper .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 700px;
}
.process-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.process-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  padding-left: 5rem;
  padding-right: 3rem;
  width: 100%;
}


.vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}
.steps-wrapper {
  position: relative;
  margin-left: 30px;
}

.step {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  min-height: 100px;
}
#whyus .col-md-5 {
  position: relative;
}

#whyus .col-md-7 {
  position: relative;
  z-index: 10;
}


.step-number {
  position: absolute;
  left: -85px;
  top: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  border: 6px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
   z-index: 30;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}

.step:nth-child(2) .step-number {
  background-color: var(--primary-color);
}
.step:nth-child(3) .step-number {
  background-color: var(--secondary-color);
}
.step:nth-child(4) .step-number {
  background-color: var(--primary-color);
}
.step:nth-child(5) .step-number {
  background-color: var(--secondary-color);
}
.step:nth-child(6) .step-number {
  background-color: var(--primary-color);
}


.step-content {
  margin-left: 40px;
}

.formBanner {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: #fff;
  border-radius: 6px;
  width: fit-content;
}

.vendors {
  flex: 1;
  border-right: 1px solid #ddd;
}
.vendors input {
  width: 100%;
  height: 65px;
  padding: 0 20px;
  outline: none;
  border: none;
  font-size: 16px;
  width: 350px;
}

.city select {
  height: 65px;
  width: 220px;
  border: none;
  outline: none;
  padding: 0 20px;
  font-size: 16px;
  border-right: 1px solid #ddd;
}

.formBanner button {
  height: 65px;
  padding: 0 45px;
  border: none;
  font-weight: 600;
  background: var(--secondary-color);
  color: #fff;
}
.formBanner button:hover {
  background: var(--primary-color);
}
.rightHeader{
  position: relative;
}


.dropdown:hover .dropdownMenu,
.dropdown:focus-within .dropdownMenu{
  display: block;
}


.dropdownMenu{
  position: absolute;
  top: calc(100% + 8px); 
  right: 0;
  min-width: 220px;
  background: #fff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  display: none;
  z-index: 999;
  border-radius:10px;
}

.dropdownMenu::before{
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 12px;
}


.dropdownMenu li a{
  display: block;
  padding: 10px 16px;
  color: #000!important;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease;
}

.dropdownMenu li a:hover{

  color: #fff!important;
}
.itemPodcast{
    position:relative;
    transition:all 0.3s ease-in-out;
    overflow:hidden;
    border-radius:10px;
}
.itemPodcast:hover:after{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    z-index:1;
}
.itemPodcast img{
    max-width:100%;
    border-radius:10px;
}
.btnYoutube{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index:9;
}
.itemPodcast:hover .btnYoutube{
    color:#fff;
     transform: translate(-50%, -50%) scale(1);
}
.iconBox{
    width:50px;
    height:50px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    border:1px solid #bcfdac;
    font-size:28px;
    color:var(--secondary-color);
}
.iconBox2{
    width:50px;
    height:50px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#f3fff1;
    border:1px solid #ccc;
    font-size:28px;
    color:var(--secondary-color);
}
.listBullet li{
    padding:5px;
    position:relative; 
    padding-left:20px;
}
.listBullet li:before{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background:var(--secondary-color);
    border-radius:50%;
    left:0;
    top:12px;
}
.listBullet-custom li{
    padding:10px;
    position:relative; 
    font-size:18px;
    padding-left:20px;
}
.listBullet-custom li:before{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background:var(--secondary-color);
    border-radius:50%;
    left:0;
    top:20px;
}
.listBullet3 li{
    position: relative;
    padding-left:18px;
    margin-bottom:6px;  
    font-size:17px;
}

.listBullet3 li:before{
    content:'';
    position:absolute;
    width:8px;
    height:8px;
    background:var(--secondary-color);
    border-radius:50%;
    left:0;
    top:50%;
    transform: translateY(-50%);
}

.listBullet2 li{
    padding:10px;
    position:relative; 
    padding-left:20px;
}
.listBullet2 li:before{
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    background:var(--secondary-color);
    border-radius:50%;
    left:0;
    top:12px;
}
.hoverTranslateY{
    transition:all 0.3s ease-in-out;
}
.hoverTranslateY:hover{
    transform:translateY(-10px);
}
.rightProcess{
    position:sticky;
    position:-webkit-sticky;
    top:0;
    z-index:9;
}
.industriesList ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:10px;
}
.industriesList ul li{
    padding:10px 30px;
    border-radius:40px;
    border:1px solid #ccc;
    font-size:15px;
    font-weight:600;
    color:#777;
}
.industriesList ul li:hover{
    color:#fff;
    background:var(--secondary-color);
    border-color:transparent;
}
.smallIcons{
    width:40px;
    height:40px;
}
.listBox{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:15px;
    
}
.listBox li{
    border:1px solid #e0e0e0;
    padding:5px 10px;
    color:#666;
    border-radius:40px;
    font-size:13px;
}
.font16{
    font-size:16px;
}
.formItems{
    margin:10px 0;
}
.formItems label{
    font-size:18px;
    color:#666;
    margin-bottom:5px;
}
.formItems input, .formItems select{
    width:100%;
    padding:10px;
    border-radius:5px;
    font-size:14px;
    border:1px solid #e0e0e0;
    transition:all 0.3s ease-in-out;
}
.formItems input:focus, .formItems select:focus, .formItems textarea:focus{
    border-color:var(--primary-color);
}
.formItems textarea{
    width:100%;
    padding:10px;
    border-radius:5px;
    font-size:14px;
    border:1px solid #e0e0e0;
    transition:all 0.3s ease-in-out;
    height:100px;
}
.layerBox {
  position: absolute;
  top: 0px;
  right: 5px;
  z-index: 9;

  font-size: 3.5rem;
  font-weight: 700;
  line-height: 55px;

 
  color: rgba(46, 88, 167, 0.5);  
  text-shadow: 
    0 4px 10px rgba(46, 88, 167, 0.35),
    0 1px 2px rgba(255, 255, 255, 0.3);
}

.cvBox{
    border:1px dashed #e0e0e0;
    padding:30px 100px;
    background:#f9f9f9;
    text-align:center;
}
.cvBox input{
    width:100%;
    height:100%;
    position:absolute;
    z-index:99;
    top:0;
    left:0;
    opacity:0;
    cursor:pointer;
}
.checkBox input{
    width:10px;
    height:10px;
}
.itemProcess{
    display:flex;
    column-gap:30px;
    position:relative;
}
.iconProcess{
    width:70px;
    height:70px;
    border-radius:20px; 
    border:2px solid var(--secondary-color);
    padding:5px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:2rem;
    color:var(--secondary-color);
}
.contentProcess{
    width:calc(100% - 90px);
    margin-bottom:25px;
}
.itemProcess:after{
    content:'';
    position:absolute;
    top:70px;
    left:35px;
    height:calc(100% - 70px);
    width:2px;
    background:linear-gradient(to bottom, rgba(109,190,69,1) 0%,rgba(0,0,0,0) 100%);
}
.profileImg{
    width:250px;
    height:250px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:8rem;
    color:#ccc;
}
.global-map{
    width:100%;
   margin:auto;
 overflow:hidden;
    
}
.badge{
    font-size:15px;
    
}
.itemPodcast2 {
  position: relative;

}

.itemPodcast2 img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
.itemPodcast3 {
  position: relative;

}

.itemPodcast3 img {
  width: 100%;
  display: block;
  border-radius: 10px;
  height:200px;
  
}

.playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: red;
  text-decoration: none;
}

.playIcon:hover {
  transform: translate(-50%, -50%) scale(1.15);
  color: #ff0000;
}
.jobseekerImage {
  width: 100%;        
  height: auto;      
  object-fit: cover;
  display: block;
  margin: 0 auto;   
  border-radius: 12px;
}
.job-filter-input{
      min-width: 300px;
  padding: 15px 20px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  font-weight:500;
    
}
.iconBox3{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 1px solid #333;
  border-radius: 50%;

}

.iconImg3{
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius:50%;
}
.stepNumberBox {

  z-index: 9;
     color: rgba(46, 88, 167, 0.5);  
    text-shadow:
      0 2px 6px rgba(46, 88, 167, 0.25),
      0 1px 1px rgba(255, 255, 255, 0.5);
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 55px;
}

.methodologyImg {
  max-height: 280px;
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}

.itemPodcast2 {
  position: relative;
  display: inline-block;  
}


.itemPodcast2 img {
  display: block;
  max-width: 100%;
 
  border-radius: 10px;
}


.btnYoutubeTop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ff0000;
  color: #ffffff;
  font-size: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 5;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}

.btnYoutubeTop:hover {
  color: #333;
}
.custom-border{
   border-radius: 5%;  
}

.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}

.bg-colr {
 background:#f6a34e;
}
.custom-arrows {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
}

.custom-prev,
.custom-next {
  background: #1c4d88;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.custom-prev:hover,
.custom-next:hover {
  background: #5d88bb;
}

.sticky-column {
  position: sticky;
  top: 20px;     
  height: fit-content;
  z-index: 10;    
}

.scroll-column {
  position: relative;
  z-index: 5;
}
.socialConnect {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.socialIcon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.socialIcon i {
  color: #ffffff;  
  font-size:30px;
}


.socialIcon.linkedin {
  background-color: #0A66C2;
}


.socialIcon.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285AEB 90%
  );
}


.socialIcon.youtube {
  background-color: #FF0000;
}


.socialIcon.whatsapp {
  background-color: #25D366;
}


.socialIcon.email {
  background-color: #1c4d88;
}


.socialIcon:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
/*.about p{*/
/*    text-align:justify;*/
/*}*/
/*.testimonialSlider p{*/
/*     text-align:justify;*/
/*}*/

.serviceCard p {
  text-align: center;
}
.intermSwiper {
  width: 100%;
}

.interm-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}
.employer-branding p{
    text-align:center;}
    
    .alert-success p{
          text-align:center;
    }
    
    
    .brandLinkedin {
  background-color: #0A66C2;
  color: #ffffff;
}
.iconBox4 {
  width: 55px;
  height: 55px;
  background: #ffffff;     
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
   flex-shrink: 0;
}


.brandLinkedin {
  background-color: #0A66C2;  
  
}
.job-list p{
    text-align:left;
}


.brandInstagram {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
  
}


.brandWhatsapp {
  background-color: #25D366; 
 
}


.brandLinkedin .iconBox4 i {
  color: #0A66C2 !important;
  font-size:28px;
}

.brandInstagram .iconBox4 i {
  color: #E1306C !important;
   font-size:28px;
}

.brandWhatsapp .iconBox4 i {
  color: #25D366 !important;
   font-size:28px;
}
.job-scam-box p{
    text-align:left;
}
.cardBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.cardBox p {
  min-height: 30px;   
}
.itemPodcast4{
    position:relative;
}
.itemPodcast4 img {
  width: 100%;
  height: 450px;
   border-radius:10px;
  object-fit: cover;
}
.pill-heading {
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    color: #ffffff;
    font-weight: 600;
    background: rgba(25, 90, 150, 0.75);  
    backdrop-filter: blur(10px);      
    border: 1px solid rgba(255,255,255,0.2);
    text-align: center;
}
.hiring-scroll {

  scroll-behavior: smooth;
  padding: 10px;
}

.hiring-scroll::-webkit-scrollbar {
  display: none;
}

.hiring-card {
  display: block;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 20px;

  text-decoration: none;
  color: #000;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.hiring-card p {
  font-size: 16px;
  color: #6c757d;
}


.logo-box {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.logo-box img {
  width: 55px;
  height: 55px;
  object-fit: contain;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px;
}

.nav-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: rgba(15, 60, 110, 0.85);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  font-size: 20px;
  z-index: 10;
  cursor: pointer;
}

.prev-btn {
  left: -10px;
}

.next-btn {
  right: -10px;
}
.imageWrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}


.btnYoutubeTop2 {
  position: absolute;
  top: 0;
  right:0;
  background: red;
  color: white;
  padding: 8px 10px;
  border-radius: 50%;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}


