        .animate-left {
            opacity: 0;
            transform: translateX(-50px);
            animation: slideInLeft 1s forwards;
        }

        .animate-right {
            opacity: 0;
            transform: translateX(50px);
            animation: slideInRight 1s forwards;
            animation-delay: 0.3s;
        }

        @keyframes slideInLeft {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }

        @keyframes slideInRight {
            to {
                opacity: 1;
                transform: translateX(0);
            }
        }



        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
            gap: 10px;
        }


        .card-grid-2-img-small i {
            font-size: 30px;
            color: #07101a;
            padding-top: 10px;
            padding-right: 5px;
        }

        .card-grid-2 .card-block-info .card-2-img-text span {
            display: inline-block;
            color: #37404e;
            font-size: 20px;
            font-weight: 900;
        }

        .card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
            background: #e4e4e4;
            border-radius: 50%;
            padding: 0px;
            height: 50px;
            width: 50px;
            float: left;
            margin-right: 8px;
            position: absolute;
            top: -10px;
            left: -20px;
            text-align: center;
            line-height: 50px;
        }

        .call-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #194484;
            color: #fff;
            padding: 10px 18px;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: 0.3s;
        }

        .call-btn:hover {
            /* background: #0056b3; */
            /* color: #fff; */
        }

        .phone-icon {
            font-size: 16px;
            animation: ring 1.2s infinite;
        }

        @keyframes ring {
            0% {
                transform: rotate(0deg);
            }

            10% {
                transform: rotate(15deg);
            }

            20% {
                transform: rotate(-15deg);
            }

            30% {
                transform: rotate(10deg);
            }

            40% {
                transform: rotate(-10deg);
            }

            50% {
                transform: rotate(5deg);
            }

            60% {
                transform: rotate(-5deg);
            }

            70% {
                transform: rotate(0deg);
            }

            100% {
                transform: rotate(0deg);
            }
        }

        .fa-phone:before {
            color: #ffff;
        }

        .call-btn {
            text-decoration: none;
            color: #ffffff !important;
        }

        h5 {
            font-size: 16px;
            line-height: 28px;
            font-weight: 500;

        }




        @keyframes bgMove {
            0% {
                background-position: left center;
            }

            100% {
                background-position: right center;
            }
        }

        */ .bg-patern {
            position: relative;
            overflow: hidden;
            background-color: #fff;
        }

        .bg-patern::before,
        .bg-patern::after {
            content: "";
            position: absolute;
            border-radius: 50%;
            opacity: 0.2;
            z-index: 0;
            animation: float 8s ease-in-out infinite;
        }

        .bg-patern::before {
            width: 300px;
            height: 300px;
            background-color: #9A9AFC;
            top: -100px;
            left: -100px;
            animation-delay: 0s;
        }

        .bg-patern::after {
            width: 200px;
            height: 200px;
            background-color: #67D7CC;
            bottom: -50px;
            left: 50px;
            animation-delay: 4s;
        }

        /* Floating animation: up and sideways */
@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: translate(50px, -50px) rotate(15deg);
    opacity: 0.8;
  }
  100% {
    transform: translate(100px, -100px) rotate(30deg);
    opacity: 0;
  }
}

/* Shape 1 */
.bg-shape.shape1 {
  position: absolute;
  width: 400px;
  height: 150px;
  background: #CFC0FF;
  border-radius: 50px;
  top: 100px;
  left: -150px;
  z-index: 0; /* Behind content */
  animation: float 10s infinite ease-in-out;
}

/* Shape 2 */
.bg-shape.shape2 {
  position: absolute;
  width: 200px;
  height: 200px;
  background: #FFC0CB;
  border-radius: 50%;
  top: 400px;
  left: -100px;
  z-index: 0; /* Behind content */
  animation: float 12s infinite ease-in-out;
}
/*
        @keyframes float {

            0%,
            100% {
                transform: translateY(0px) rotate(0deg);
            }

            50% {
                transform: translateY(20px) rotate(5deg);
            }
        }

        .section-box .container {
            position: relative;
            z-index:1;
        } */






        .bg-shape.shape1 {
            position: absolute;
            width: 400px;
            height: 150px;
            background: #CFC0FF;
            border-radius: 50px;
            top: 100px;
            left: -150px;
            transform: rotate(45deg);
            animation: float 6s infinite ease-in-out;
        }

        .bg-shape.shape2 {
            position: absolute;
            width: 200px;
            height: 200px;
            background: #FFC0CB;
            border-radius: 50%;
            top: 400px;
            left: -100px;
            animation: float 10s infinite ease-in-out;
        }




        @keyframes zoomBg {
            0% {
                background-size: 100%;
            }

            50% {
                background-size: 105%;
            }

            100% {
                background-size: 100%;
            }
        }

        .box-newsletter {
            padding: 57px 0px 96px 138px;
            background-size: cover;
            animation: zoomBg 8s ease-in-out infinite;
            border-bottom-right-radius: 40px;
        }



        .twm-explore-content-outer .twm-bold-circle-right {
            width: 250px;
            height: 250px;
            border: 50px solid #1967d2;
            right: -140px;
            top: -90px;
            opacity: 0.2;
            border-radius: 50%;
            position: absolute;
        }

        .twm-explore-content-outer .twm-bold-circle-left {
            width: 140px;
            height: 140px;
            border: 30px solid #56d8b1;
            left: 50px;
            bottom: -110px;
            opacity: 0.4;
            border-radius: 50%;
            position: absolute;
        }





/* Job Section Container */
.job-tab-section {
  margin: 50px auto;
  max-width: 1100px;
  font-family: "Poppins", sans-serif;
}

/* Tabs (Nav) */
.nav-tabs {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  border: none;
  gap: 10px;
  margin-bottom: 20px;
  scrollbar-width: none; /* hide scrollbar (Firefox) */
}
.nav-tabs::-webkit-scrollbar {
  display: none; /* hide scrollbar (Chrome) */
}

.nav-tabs .nav-item {
  flex-shrink: 0;
}


.nav-tabs .nav-link {
  border: none;
  border-radius: 30px;
  background: #f1f5f9;
  color: #444;
  font-weight: 500;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover {
  background: #e2e8f0;
  color: #194484;
}

.nav-tabs .nav-link.active {
  background: #194484;
  color: #fff !important;
  box-shadow: 0 4px 10px #194484;
}

/* Tab Content Area */
.tab-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Job List */
.job-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-list li {
  padding: 12px 15px;
  margin-bottom: 10px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  font-size: 15px;
}

.job-list li:hover {
  background: #eef2ff;
  border-color: #194484;
  color: #194484;
  cursor: pointer;
}

/* Button */
.btn-outline-primary {
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 30px;
  border: 2px solid #194484;
  color: #194484;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #194484;
  color: #fff;
  box-shadow: 0 4px 12px #194484;
}

/* Responsive */
@media (max-width: 768px) {
  .tab-content {
    padding: 20px;
  }

  .job-list li {
    font-size: 14px;
    padding: 10px;
  }
}


.job-tab-section {
  margin: 50px auto;
  max-width: 1100px;
  font-family: "Poppins", sans-serif;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  color: #fff;

  /* Gradient Animation */
  /* background: linear-gradient(270deg, #007bff, #00bcd4, #6a11cb, #2575fc); */
  background-size: 800% 800%;
  animation: gradientBG 15s ease infinite;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Keep your inner tab content still white box */
.tab-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.5s ease-in-out;
  color: #333;
}
.job-tab-section {
  margin: 50px auto;
  max-width: 1100px;
  font-family: "Poppins", sans-serif;
  padding: 40px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  color: #fff;

  /* Gradient Animation */
  /* background: linear-gradient(270deg, #007bff, #00bcd4, #6a11cb, #2575fc); */
  background-size: 800% 800%;
  animation: gradientBG 15s ease infinite;
}

/* Floating Job Emojis */
.job-tab-section::before,
.job-tab-section::after {
  /* content: "🔧 💼 ⚙️ ❄️ 🔥"; */
  position: absolute;
  font-size: 60px;
  opacity: 0.12;
  white-space: nowrap; /* keep emojis in line */
  animation: floatIcons 15s linear infinite;
  pointer-events: none; /* don't block clicks */
}

.job-tab-section::before {
  top: 10%;
  left: -5%;
}

.job-tab-section::after {
  bottom: 10%;
  right: -5%;
}

@keyframes gradientBG {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes floatIcons {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-40px) rotate(15deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

/* Inner content white card */
.tab-content {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  animation: fadeIn 0.5s ease-in-out;
  color: #333;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.cv-section {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  color: #fff;
  text-align: center;

  /* Background Image */
  background: url("assets/imgs/jobs/portfolio.avif") repeat-x center center;
  background-size: cover;

  /* Animation */
  animation: moveBG 20s linear infinite;
}

@keyframes moveBG {
  0%   { background-position: 0 50%; }
  100% { background-position: 100% 50%; }
}
.card-grid-2 {
    border-radius: 10px;
    border: 0.88px solid rgba(6, 18, 36, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    background: #ffffff;
    height: 700px !important;
}
.banner-hero .banner-inner .banner-imgs {
    padding: 55px 0px 0px 0px;
    position: relative;
    left: 100px;
    background-color: antiquewhite;
}
.banner-hero  .banner-imgs:hover {
    padding: 55px 0px 0px 0px;
    position: relative;
    left: 100px;
    background-color: #194484;
       color:white !important;
}
.banner-hero .banner-inner .banner-imgs p:hover {

       color:white !important;
}

.banner-hero .block-banner .form-find{
        width: 790px !important;
            background: #194484;
}

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

 .banner-hero .block-banner .form-find{
        width:unset !important;
            background: #194484;
}

}
.btn.btn-default    P{
        color: black !important;
    background-color: #feffff !important;
}

.card-grid-2.hover-up:hover {
  background-color: #194484;
  color: #fff;
}
.card-grid-3.hover-up:hover{
      background-color: #194484;
  color: #fff;
}
.card-block-info a:hover {

  color: #fff;
}



.hover-up:hover .call-btn {
    background: white !important;
    color: #000 !important;
}
.hover-up:hover .fa-phone:before{
color: #000 !important;
}
.hover-up:hover .card-2-img-text span{
color: #fff !important;
}
.hover-up:hover .card-block-info h5 a{
color: #fff !important;
}
.hover-up:hover .btn.btn-border.btn-brand-hover {
    background-color: #fff !important ;
    color: #000 !important;
}
.ft-phone:before{
    color:#000;
}

@media screen and (max-width: 768px) {
.block-job-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    height: 100%;
    width: 100%;
    background: rgb(38 59 95) url(../imgs/page/about/bg-inner-job.svg) no-repeat;
    background-size: cover;
    border-radius: 80px;
    z-index: 0;
}
  .box-button-shadow {
    position: relative;
    display: inline-block;
    top: -15px;
}
}

@media screen and (min-width: 768px)  and (max-width: 1054px) {
.block-job-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: -50px;
    height: 100%;
    width: 100%;
    background: rgb(38 59 95) url(../imgs/page/about/bg-inner-job.svg) no-repeat;
    background-size: cover;
    border-radius: 80px;
    z-index: 0;
}
.pr-90 {
    padding-right: unset !important;
}

.pl-90 {
    padding-left: unset !important;
}
  .box-button-shadow {
    position: relative;
    display: inline-block;
    top: -15px;
}
}
















