.zpcontainer-fluid {
    max-width: 1400px;
    margin: 0 auto;
} 
body .acr-new-cls .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content {
   border-bottom: 1px solid #333333 !important;
    position: relative;
}
body .acr-new-cls .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content:after {
    width: 0%;
    transition: .3s;
}
body .acr-new-cls .zpaccordion-container.zpaccordion-style-01 .zpaccordion-content.zpaccordion-active-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 70%;
    background: #626FFF;
}
.tabs-container {
    display: flex;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    min-height: 500px;
}
a {
   text-decoration: none !important;
}
/* Left sidebar - 25% width */
.tabs-sidebar {
    width: 25%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.tabs-sidebar::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}

.tab-item {
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tab-item:last-child {
    border-bottom: none;
}

.tab-item:hover {
    background-color: #e9ecef;
}


.tab-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.tab-content {
    flex: 1;
    min-width: 0;
}

.tab-content h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.tab-content p {
    font-size: 0.85rem;
    line-height: 1.4;
    opacity: 0.8;
}

.tab-item.active .tab-content h3,
.tab-item.active .tab-content p {
    color: #000;
    font-weight: 800;
}

/* Right content area - 75% width with multiple horizontal panels */
.content-area {
    width: 75%;
    display: flex;
    border-radius: 0 12px 12px 0;
    overflow: hidden;
    gap: 15px;
    padding: 15px;
}

.content-panel {
    background: #f5f5dc;
    border-radius: 8px;
    transition: all 0.4s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

/* Different widths for shrunk panels - first has more width, then reduces by 80px */
.content-panel[data-tab="1"]:not(.active) {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

.content-panel[data-tab="2"]:not(.active) {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.content-panel[data-tab="3"]:not(.active) {
    width: 20px;
    min-width: 20px;
    max-width: 20px;
}

.content-panel[data-tab="4"]:not(.active) {
    width: 15px;
    min-width: 15px;
    max-width: 15px;
}

.content-panel.active {
    flex: 1;
    min-width: 300px;
}

.panel-content {
    padding: 30px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease 0.2s;
    white-space: nowrap;
    overflow: hidden;
    min-width: 280px;
}

.content-panel.active .panel-content {
    opacity: 1;
    white-space: normal;
    transition: opacity 0.3s ease 0.2s;
}

.panel-content h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.panel-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

/* Hover effect for inactive panels */
.content-panel[data-tab="1"]:not(.active):hover {
    width: 140px;
    min-width: 140px;
    max-width: 140px;
}

.content-panel[data-tab="2"]:not(.active):hover {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
}

.content-panel[data-tab="3"]:not(.active):hover {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
}

.content-panel[data-tab="4"]:not(.active):hover {
    width: 35px;
    min-width: 35px;
    max-width: 35px;
}
.jobdis-rigtht a.zpbutton-wrapper:hover {
    background-color: #112465 !important;
}
.jobdis-rigtht a.refermyfriend:hover {
	background-color: #103EDE !important;
    color: #FFFFFF !important;
}
/* Responsive design */
@media (max-width: 768px) {
    .tabs-container {
        flex-direction: column;
    }
    
    .tabs-sidebar {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }
    
    .content-area {
        width: 100%;
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .content-panel:not(.active) {
        width: 100%;
        height: 20px;
        min-height: 20px;
        max-height: 20px;
    }
    
    .content-panel.active {
        flex: 1;
        min-height: 200px;
    }
    
    .content-panel:not(.active):hover {
        height: 30px;
        min-height: 30px;
        max-height: 30px;
    }
    
    .tab-item {
        padding: 15px;
    }
    
    .panel-content {
        padding: 20px;
        min-width: auto;
    }
}

/* Animation for panel switching */
.content-panel {
    transition: all 0.4s ease;
}

.content-panel.active {
    flex: 1;
}

.content-panel:not(.active) {
    flex: 0 0 auto;
} 

.theme-content-container .tower-building {
    position: absolute;
        top: -134px;
}
body {
    color: #3C4576;
    font-size: 18px !important;
    font-weight: normal !important;
    text-transform: none !important;
    line-height: 1.8 !important;
    letter-spacing: normal !important;
}
.theme-content-container .pr {
   position: relative !important;
}
[data-element-id="elm_ETjfHOj8jb8HS_xb7aGisQ"] .zpimage-container figure picture img {
width: 500px !important;
        height: auto !important;
}
#abheader-new.abheader .products .tabs-nav h3{
      color: #fff !important;
}
#commonHeader #abheader-new.abheader .tab-active a h3, #commonHeader #abheader-new.abheader .tab-active > span h3 {
color: #000 !important;
}
#commonHeader #abheader-new.abheader .tabs-nav h3 {
    color: #fff !important;
}
p {
    margin: 0 !important;
}
.zpdark-section h2 {
    line-height: 55px;
}
.zplink-list-container .zplink-list a{
   color: #fff;
}
.zplink-list-container .zplink-list a:hover{
   color: #F6C855;
}
.jobdis-left {
    display: inline-block;
    vertical-align: top;
    width: 62%;
    border-right: 1px solid #8F8F8F;
    padding-right: 80px;
}
.jobdis-rigtht {
	    display: inline-block;
    vertical-align: top;
    width: 37%;
    margin: auto;
    text-align: center;
}
.jobdis-rigtht a.zpbutton-wrapper {
	background-color: #103EDE !important;
    color: #FFFFFF !important;
	    display: block;
    width: 250px;
    margin: auto;
    padding: 15px;
}
.jobdis-rigtht a.refermyfriend {
	background-color: #fff !important;
	border: 1px solid #103EDE;
	border-radius: 4px;
    color: #000 !important;
	    display: block;
    width: 250px;
    margin: auto;
    padding: 15px;
}
.jobdis-rigtht a.refermyfriend:hover {
	background-color: #103EDE !important;
    color: #fff !important;
}
#jobtitle {
	color: #fff;
}
#jobtitle h1 {
	color: #fff;
	    font-size: 3em;
}
.meta span {
	color: #fff;
	    padding: 0px 25px;
    padding-left: 5px;
}
.careers-icon {
	    display: inline;
    padding-right: 8px;
    padding-bottom: 6px;
}
.description h3 {
  font-size: 18px;
  color: #444;
  margin-top: 20px;
  font-weight: 600;
    font-family: Zoho_Puvi_SemiBold;
}

.description ul {
  margin-left: 20px;
  list-style: disc;
}

.description p {
  margin: 10px 0;
  line-height: 1.6;
}
.other-jobs {
    text-align: left;
    padding-left: 80px;
    font-size: 16px;
}
.other-jobs h2 {
    font-size: 20px;
    color: #8B8B8B;
    text-transform: uppercase;
    font-family: 'Zoho_Puvi_Medium';
    margin-bottom: 15px;
    margin-top: 60px;
}
.other-jobs .related-job-title {
    color: #000;
    display: block;
    font-family: 'Zoho_Puvi_Medium';
}
.related-job a {
color: #8B8B8B;
    margin-bottom: 20px;
    display: block;
}
#jobContainer p, #jobContainer .size,#jobContainer .font {
   font-size: 18px !important;
    line-height: 1.6;
}
.font {
    font-family: 'Zoho_Puvi_Regular' !important;
}
h2:before, h2:after {
  background: transparent !important;
}
.hero-menu {
     min-height: 66px;
}
.zpdark-section h2 {
  margin: 0;
}
h2.zpheading {
     font-size: 34px;
}
 .ph-animation {
    background: -webkit-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: -o-linear-gradient(left, #eee 8%, #ddd 18%, #eee 33%);
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 1200px 350px;
    animation: 1s linear infinite forwards placeholder;
}
@keyframes placeholder {
    0% {
    background-position: -468px 0;
}
    100% {
    background-position: 468px 0;
        } 
    }
.ph-animation.jds {
    width: 47%;
    height: 220px;
    margin-right: 30px;
    border-radius: 8px;
	display: inline-block;
}
.ph-animation.tds {
    width: 60%;
    height: 120px;
    border-radius: 8px;
	display: inline-block;
    opacity: .6;
}
.ph-animation.tds {
    background: -webkit-linear-gradient(left, #3758db 8%, #3252d6 18%, #3758db 33%);
    background: -o-linear-gradient(left, #3758db 8%, #3252d6 18%, #3758db 33%);
    background: linear-gradient(to right, #3758db 8%, #3252d6 18%, #3758db 33%);
    background-size: 1200px 350px;
}
.linera-grd-home {
	background-image: linear-gradient(to right, #547EFA , #2745C9) !important;
}
.zpaccordion-container.zpaccordion-style-01 .zpaccordion {
  padding: 25px 20px;
}
span.highlight {
    padding: 0 !important;
} 
h2.zpheading {
  line-height: normal;
}
#jobContainer li {
    padding-bottom: 15px;
}
.fullwidth-section .zpcontainer-fluid,
.fullwidth-section .zs-container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.banner-image-carrers {
        margin-bottom: -100px;
}

@media all and (max-width:1280px) {  
    .jobdis-rigtht a {
      width: 100% !important;
    }
    .other-jobs {
          padding: 0;
    }
    .jobdis-rigtht {
            padding-left: 40px;
    }
    .other-jobs h2 {
        font-size: 18px;
    }
    .other-jobs span {
        font-size: 16px;
    }
}

@media all and (max-width:1200px) { 
    [data-element-id="elm_ETjfHOj8jb8HS_xb7aGisQ"] .zpimage-container figure picture img {
    	    width: 400px !important;
    }
    .theme-content-container .tower-building {
           top: -80px;
    }
}

@media screen and (max-width: 1025px) {
    #commonHeader {
        height: 58px !important;
        min-height: 58px !important;
    }
}
@media all and (max-width:992px) {  
    .mobile-hide, .zp-hidden-sm, .zp-hidden-xs {
       display: none !important;
    }
    .linera-grd-home {    
        background: #000 !important;
       border-radius: 6px !important;
    }
    .banner-image-carrers {
            margin-bottom: 0px !important;
    }
}
@media all and (max-width:740px) {  
    .jobdis-left {
        width: 100%;
        border: 0px;
            padding: 0px;
    }
    .jobdis-rigtht {
            padding: 0px;
                margin: auto;
        text-align: center;
        width: 100%;
    
    }
    #jobtitle h1 {
        line-height: normal;
    padding-bottom: 40px;
            font-size: 2.5em;
    }
    .meta span {
           white-space: nowrap;
    }
}