.elementor-3357 .elementor-element.elementor-element-a089b87 img{max-width:27%;height:61px;}.elementor-3357 .elementor-element.elementor-element-807b0c3{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3357 .elementor-element.elementor-element-807b0c3.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-a744516{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:60px;--margin-right:0px;}.elementor-3357 .elementor-element.elementor-element-a744516.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-cd0f3d7{width:var( --container-widget-width, 104.141% );max-width:104.141%;--container-widget-width:104.141%;--container-widget-flex-grow:0;}.elementor-3357 .elementor-element.elementor-element-cd0f3d7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-05d9603{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-3357 .elementor-element.elementor-element-05d9603.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-c6f9c1b{width:var( --container-widget-width, 86.339% );max-width:86.339%;--container-widget-width:86.339%;--container-widget-flex-grow:0;}.elementor-3357 .elementor-element.elementor-element-c6f9c1b > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-3357 .elementor-element.elementor-element-c6f9c1b.elementor-element{--align-self:flex-end;--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-e67472d{--display:flex;}.elementor-3357 .elementor-element.elementor-element-e67472d.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-aab9439{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-3357 .elementor-element.elementor-element-aab9439.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-5836d36{--display:flex;}.elementor-3357 .elementor-element.elementor-element-5836d36.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-832745f{width:var( --container-widget-width, 83% );max-width:83%;--container-widget-width:83%;--container-widget-flex-grow:0;}.elementor-3357 .elementor-element.elementor-element-832745f > .elementor-widget-container{margin:0px 0px 0px 050px;}.elementor-3357 .elementor-element.elementor-element-832745f.elementor-element{--align-self:flex-end;--order:99999 /* order end hack */;--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-525eccf{--display:flex;--justify-content:center;}.elementor-3357 .elementor-element.elementor-element-525eccf.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-3357 .elementor-element.elementor-element-99b74f1{text-align:center;}.elementor-3357 .elementor-element.elementor-element-99b74f1 img{height:328px;transition-duration:0.3s;border-style:groove;box-shadow:5px 2px 10px 0px rgba(0,0,0,0.5);}.elementor-3357 .elementor-element.elementor-element-99b74f1:hover img{opacity:0.51;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}@media(min-width:768px){.elementor-3357 .elementor-element.elementor-element-807b0c3{--width:84.586%;}.elementor-3357 .elementor-element.elementor-element-a744516{--width:46.685%;}.elementor-3357 .elementor-element.elementor-element-05d9603{--width:32.613%;}.elementor-3357 .elementor-element.elementor-element-e67472d{--width:102.684%;}.elementor-3357 .elementor-element.elementor-element-aab9439{--width:101.473%;}.elementor-3357 .elementor-element.elementor-element-5836d36{--width:51%;}.elementor-3357 .elementor-element.elementor-element-525eccf{--width:36.306%;}}/* Start custom CSS for html, class: .elementor-element-13010e1 *//* ============= 
   COMPACT FREE OFFER RIBBON
======================  */

.free-ribbon{

    position:sticky;
    top:0;
    z-index:9999;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:15px;

    padding:1px 20px;

    background:linear-gradient(
    135deg,
    #ff8a3d,
    #ffb347);

    overflow:hidden;

    box-shadow:
    0 5px 15px rgba(0,0,0,.15);
}

/* Moving Shine */

.free-ribbon::before{

    content:"";

    position:absolute;

    top:0;
    left:-150%;

    width:40%;
    height:100%;

    background:linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.45),
    transparent);

    transform:skewX(-25deg);

    animation:shineMove 4s infinite;
}

@keyframes shineMove{

    0%{
        left:-150%;
    }

    100%{
        left:150%;
    }
}

/* =======================
   FREE BADGE
========================== */

.free-badge{

    min-width:65px;
    height:65px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ff0000;
    color:#fff;

    font-weight:800;
    font-size:16px;

    clip-path:polygon(
    50% 0%,61% 15%,78% 5%,75% 25%,95% 22%,
    85% 40%,100% 50%,85% 60%,95% 78%,75% 75%,
    78% 95%,61% 85%,50% 100%,39% 85%,22% 95%,
    25% 75%,5% 78%,15% 60%,0% 50%,15% 40%,
    5% 22%,25% 25%,22% 5%,39% 15%
    );

    animation:pulseBadge 1.6s infinite;

    box-shadow:
    0 0 15px rgba(255,0,0,.45);
}

@keyframes pulseBadge{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.08);
    }
}

/* ===============
   CONTENT AREA
=================== */

.offer-content{

    flex:1;

    text-align:center;
}

/* Animated Heading */

.offer-content h3{

    margin:0;

    font-size:24px;
    font-weight:800;
    line-height:1.2;

    background:linear-gradient(
        90deg,
        #ffffff,
        #fff2a8,
        #ffffff,
        #fff2a8,
        #ffffff
    );

    background-size:400% auto;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:goldShine 5s linear infinite;
}

@keyframes goldShine{

    0%{
        background-position:0% center;
    }

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

/* Sub Text */

.offer-content p{

    margin:2px 0 0;

    color:#ffffff;

    font-size:14px;

    font-weight:500;
}

/* ================
   BLINKING DOT
================ */

.blink-dot{

    display:inline-block;

    width:10px;
    height:10px;

    margin-right:8px;

    background:#ff0000;

    border-radius:50%;

    animation:blinkPulse 1.5s infinite;
}

@keyframes blinkPulse{

    0%,100%{
        opacity:1;
        transform:scale(1);
    }

    50%{
        opacity:.3;
        transform:scale(1.5);
    }
}

/* ======================
   REGISTER BUTTON
======================= */

.register-btn{

    text-decoration:none;

    background:#005f9e;

    color:#fff;

    padding:10px 18px;

    border-radius:40px;

    font-size:14px;
    font-weight:700;

    white-space:nowrap;

    transition:.4s;

    animation:pulseButton 2s infinite;
}

@keyframes pulseButton{

    0%{
        box-shadow:0 0 0 0 rgba(0,95,158,.6);
    }

    70%{
        box-shadow:0 0 0 12px rgba(0,95,158,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(0,95,158,0);
    }
}

.register-btn:hover{

    background:#00497b;

    transform:
    translateY(-2px)
    scale(1.04);
}

/*===================
   MOBILE
 =================== */

@media(max-width:768px){

.free-ribbon{

    flex-direction:column;

    text-align:center;

    padding:10px;
}

.free-badge{

    width:60px;
    height:60px;

    font-size:15px;
}

.offer-content h3{

    font-size:18px;
}

.offer-content p{

    font-size:13px;
}

.register-btn{

    width:100%;
    max-width:250px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd0f3d7 */.ta-recruitment-intro h2{
    font-size:32px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 18px;
    letter-spacing:-1px;
    margin-bottom:5px;
}

/* First line */

.ta-recruitment-intro h2 .line1{
    display:block;
    color:#d4ae26;
}

/* Second line */

.ta-recruitment-intro h2 .line2{
    display:block;
    margin-top:1px;
    color:#0057B8;
    font-size:16px;
    font-weight:900;
    position:relative;
}

.ta-recruitment-intro h2 .line2:after{
    content:'';
    display:block;
    width:120px;
    height:5px;
    margin-top:10px;
    border-radius:30px;
    background:linear-gradient(90deg,#0057B8,#3B82F6);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c6f9c1b */.career-orbit{
    position:relative;
    width:300px;   /* reduced */
    height:300px;  /* reduced */
    margin:auto;
}

/* ===== CENTER ORB ===== */

.center-orb{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:130px;   /* reduced */
    height:130px;
    border-radius:50%;

    background: radial-gradient(circle at 30% 25%,
        #4da6ff 0%,
        #2d7eea 35%,
        #1e5bbf 65%,
        #123d86 100%);

    box-shadow:
        0 0 25px rgba(37,99,235,.30),
        0 15px 35px rgba(0,0,0,.18);

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    overflow:hidden;
}

/* glossy shine */
.center-orb::before{
    content:'';
    position:absolute;
    top:10px;
    left:15px;
    width:90px;
    height:45px;
    border-radius:50%;
    background:rgba(255,255,255,.22);
    filter:blur(7px);
}

.orb-glow{
    position:absolute;
    inset:-12px;
    border-radius:50%;
    border:2px solid rgba(255,255,255,.12);
}

.orb-icon{
    font-size:32px;
    z-index:2;
}

.orb-text{
    color:#fff;
    font-size:16px;
    font-weight:700;
    line-height:1;
    text-align:center;
    z-index:2;
}

/* ===== BUBBLES ===== */

.bubble{
    position:absolute;
    width:42px;   /* reduced */
    height:42px;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:22px;

    box-shadow:0 8px 18px rgba(0,0,0,.12);
    animation:float 5s ease-in-out infinite;
}

/* colors */
.bubble1,.bubble2,.bubble5,.bubble8{
    background: radial-gradient(circle at 30% 30%, #ffcc80, #ff9f43);
}

.bubble3,.bubble4,.bubble6,.bubble7{
    background: radial-gradient(circle at 30% 30%, #7ab8ff, #4d8fe6);
}

/* ===== tighter circular positions ===== */

.bubble1{ top:25px; left:120px; }
.bubble2{ top:65px; right:0;left:230px; }
.bubble3{ top:140px; right:0; }
.bubble4{ bottom:25px; right:40px; }
.bubble5{ bottom:0; left:120px; }
.bubble6{ bottom:40px; left:30px; }
.bubble7{ top:140px; left:0; }
.bubble8{ top:70px; left:20px; }

/* floating animation */
@keyframes float{
    0%,100%{ transform:translateY(0); }
    50%{ transform:translateY(-10px); }
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){
    .career-orbit{
        width:260px;
        height:260px;
    }

    .center-orb{
        width:120px;
        height:120px;
    }

    .bubble{
        width:38px;
        height:38px;
        font-size:20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab15e2b *//* ISOLATED SECTION WRAPPER (Replaces the broken body tag) */
.talent-cards-section {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f5f7fb;
  padding: 40px 0;
  width: 100%;
}

/* TITLE */
.talent-cards-section .main-title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin: 0px 20px 10px 20px;
  color: #ff7a3d;
}

.talent-cards-section .main-subtitle {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0px 20px;
  color: #0057B8;
}

/* WRAPPER */
.talent-cards-section .card-wrapper {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 20px;
}

/* CARD */
.talent-cards-section .career-card {
  width: 320px;
  background: #fff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
}

.talent-cards-section .career-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

/* TOP BAR (ANIMATION) */
.talent-cards-section .top-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  width: 100%;
}

.talent-cards-section .blue .top-bar {
  background: linear-gradient(90deg,transparent,#4a90e2,transparent);
}

.talent-cards-section .orange .top-bar {
  background: linear-gradient(90deg,transparent,#ff9f43,transparent);
}

.talent-cards-section .red .top-bar {
  background: linear-gradient(90deg,transparent,#ff4d4d,transparent);
}

.talent-cards-section .top-bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,transparent,rgba(255,255,255,0.9),transparent);
  opacity: 0;
}

.talent-cards-section .top-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(6px);
  opacity: 0;
}

.talent-cards-section .career-card:hover .top-bar::before {
  animation: shineMove 2.8s ease-in-out infinite;
  opacity: 1;
}

.talent-cards-section .career-card:hover .top-bar::after {
  animation: pulseGlow 2s ease-in-out infinite;
  opacity: 0.7;
}

@keyframes shineMove {
  0% { left: -60%; }
  50% { left: 100%; }
  100% { left: 100%; }
}

@keyframes pulseGlow {
  0%,100% { opacity: 0.2; }
  50% { opacity: 0.8; }
}

/* HEADER (ICON + TEXT) */
.talent-cards-section .card-header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-top: 10px;
  padding: 0;          
  background: transparent;
  border: none;
}

.talent-cards-section .icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.talent-cards-section .blue .icon { background: #e6f0ff; }
.talent-cards-section .orange .icon { background: #ffe9d6; }
.talent-cards-section .red .icon { background: #ffe3e3; }

/* TEXT */
.talent-cards-section h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  color: #10027a;
}

.talent-cards-section .sub {
  font-size: 13px;
  color: #ff7a3d;
  margin-top: 3px;
}

/* LIST */
.talent-cards-section ul {
  margin: 15px 0 0;
  padding-left: 18px;
}

.talent-cards-section .blue ul li::marker { color: #4a90e2; }
.talent-cards-section .orange ul li::marker { color: #ff9f43; }
.talent-cards-section .red ul li::marker { color: #ff4d4d; }

.talent-cards-section ul li {
  font-size: 13px;
  margin-bottom: 10px;
  color: #444;
  line-height: 1.4;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0,0,0,0.06); 
}

.talent-cards-section ul li:last-child {
  border-bottom: none;
}

/* QUOTE */
.talent-cards-section .quote {
  margin-top: 15px;
  padding: 10px;
  background: #f7f9fc;
  border-radius: 8px;
  font-size: 12px;
  font-style: italic;
  color: #555;
}

/* BUTTON */
.talent-cards-section button {
  margin-top: 15px;
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #ff7a3d;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.talent-cards-section button:hover {
  background: #ff5e12;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-832745f */.site-header {
  height: auto !important;
}
.tac-content{
  font-family:'Inter',sans-serif;
  max-width:560px;
}
.tac-eyebrow{
  display:block;
  font-size:12px;
  font-weight:600;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#B07F2E !important;
  margin-bottom:14px;
}
.tac-heading{
  font-family:'Fraunces',serif;
  font-weight:600;
  font-size:38px;
  line-height:1.15;
  color:#182233 !important;
  margin:0 0 16px;
}
.tac-heading em{
  font-style:italic;
  font-weight:500;
  color:#B07F2E !important;
}
.tac-intro{
  font-size:16px;
  line-height:1.6;
  color:#2c10e3 !important;
  max-width:440px;
  margin:0 0 6px;
}

.tac-path{
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
}
.tac-path::before{
  content:"";
  position:absolute;
  left:7px;
  top:12px;
  bottom:12px;
  width:1px;
  background:rgba(176,127,46,0.3);
}
.tac-path li{
  position:relative;
  margin:0 -14px;
  padding:1px 14px 10px 52px;
  border-bottom:1px solid rgba(20,20,20,0.08);
  border-radius:8px;
  transition:background .25s ease, transform .25s ease;
  cursor:default;
  list-style:none;
}
.tac-path li:last-child{border-bottom:none;}
.tac-path li:hover{
  background:rgba(176,127,46,0.07);
  transform:translateX(6px);
}
.tac-marker{
  position:absolute;
  left:14px;
  top:50%;
  transform:translateY(-50%);
  width:15px;height:15px;
  border-radius:50%;
  background:#ffffff;
  border:1.5px solid #B07F2E;
  transition:transform .25s ease;
}
.tac-path li:hover .tac-marker{
  transform:translateY(-50%) scale(1.15);
}
.tac-dot{
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:#B07F2E;
}
.tac-marker::after{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:50%;
  border:1px solid #B07F2E;
  opacity:0;
  transform:scale(0.6);
  transition:opacity .35s ease, transform .35s ease;
}
.tac-path li:hover .tac-marker::after{
  opacity:1;
  transform:scale(1);
}
.tac-label{
  font-size:16.5px;
  font-weight:500;
  color:#1F2937 !important;
  transition:color .25s ease;
}
.tac-path li:hover .tac-label{
  color:#B07F2E !important;
}

@media (max-width:760px){
  .tac-heading{font-size:28px;}
}/* End custom CSS */