
.career-opportunities-section { text-align: center; background-color: #1D366508; } 
.career-opportunities-section article { margin-top: 50px; } 
.career-opportunities-section .accordion-button::after { background-image: url(/wp-content/uploads/2025/09/acoordion-icon.svg); background-size: 30px; width: 30px; height: 30px;transform: rotate(0deg); } 
.career-opportunities-section  .accordion-button:not(.collapsed)::after{transform: rotate(180deg);}
.career-opportunities-section .accordion-button .text p {  font-size: 26px; font-weight: 600; line-height: 30px; letter-spacing: 0.01em; color: #333333; margin-bottom: 20px; } 
.career-opportunities-section .accordion-button .text p span.blue-txt { color: #136d84; font-weight: 700; } 
.career-opportunities-section .accordion-button .text ul { display: flex; align-items: center; } 
.career-opportunities-section .accordion-button .text ul li { font-size: 18px; font-weight: 500; line-height: 30px; letter-spacing: 0.01em; color: #000000; } 
.career-opportunities-section .accordion-button .text ul li.line { color: #136d84; margin: 0 20px; } 
.career-opportunities-section .accordion-item { border: 0; border-radius: 0; margin-top: 30px; background: #fff; border: 1.2px solid #117E9A; border-radius: 15px; } 
.career-opportunities-section .accordion-item .accordion-button { background: transparent; padding: 25px 35px; box-shadow: unset; } 
.career-opportunities-section .accordion-item .accordion-body { background-color: #f2faff; text-align: left; padding: 30px 35px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; } 
.career-opportunities-section .accordion-item .accordion-body p { color: #101828; margin-bottom: 30px; } 
.career-opportunities-section .accordion-item .accordion-body a{cursor: pointer;} 
.career-opportunities-section .accordion-item .accordion-body ul li { background-image: url(/wp-content/uploads/2025/09/true-circle-click.svg); font-size: 16px; font-weight: 500; line-height: 26px; margin-bottom: 20px; background-repeat: no-repeat; background-position: center left; padding-left: 40px; } 
.career-opportunities-section .accordion-item .accordion-body .common-btn { margin-top: 30px; margin-left: 0; } 
.career-opportunities-section .accordion-item .accordion-body .common-btn:hover { color: #fff; } 
.career-opportunities-section .accordion-item .accordion-body h4{margin-bottom:20px;font-size:24px;line-height:30px;color:#101828}


.career-smart-solutions .common-btn{margin-top: 50px;}
.career-smart-solutions img{border-radius: 24px;}





.gallery-sections .owl-carousel .owl-item img{border-radius: 24px;width: 100%; display: block;object-fit: cover; height: 400px; }
.gallery-sections .owl-carousel .item {border-radius: 0px; overflow: hidden; transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; cursor: pointer; }
.gallery-sections .owl-item .item { transform: scale(0.85); opacity: 0.7; transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease; } 
.gallery-sections .owl-item.active.center .item { transform: scale(1.1); opacity: 1; }  

.gallery-sections .owl-nav { text-align: center; margin-top: 50px; } 
.gallery-sections .owl-nav button { background: #117E9A !important; border-radius: 50% !important; width: 60px; height: 60px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); transition: 0.3s; } 
.owl-nav button:hover { background: #0d0d3d !important; color: #fff !important; } 
.gallery-sections .owl-nav span { font-size: 25px; font-weight: bold; line-height: 35px; display: block;color: #fff; } 


.gallery-sections .owl-dots { margin-top: 10px; } 
.gallery-sections .owl-dot span { background: #999 !important; } 
.gallery-sections .owl-dot.active span { background: #0d0d3d !important; }




.ready-to-start-sec{background: radial-gradient(50% 50% at 50% 50%, #117E9A 0%, #14435F 100%);padding: 80px 0;}
.ready-to-start-sec h2 {color: #fff;font-size: 40px;line-height: 60px;}
.ready-to-start-sec p{color: #fff;text-align: left;}
.ready-to-start-sec .common-btn{background: #FFFFFF;border: 4px solid #89ABBA !important;color: #006D77;font-size: 22px;line-height: 28px;font-weight: 500;padding: 20px 30px;}
.ready-to-start-sec .common-btn:hover{color: #fff !important;border: 4px solid #FFFFFF80 !important;}
.carrer-cta-sec.ready-to-start-sec p{max-width:750px}





.carrer-benefits-sec .benefits-grid-sec{margin-top: 40px;}
.carrer-benefits-sec .benefits-grid-sec .cards{display:grid;grid-template-columns: 1fr 1fr 1fr;gap: 80px 100px;}
.carrer-benefits-sec .benefits-grid-sec .card{ position:relative; width: calc((100% - (3 * var(--gap))) / 4); min-width:220px; background: var(--card-white); border-color: #127791 !important; border-radius:14px; padding: 20px; box-shadow: var(--shadow); transform-origin: center top; transition: transform .28s cubic-bezier(.2,.9,.3,1);max-width: 430px; } 

/* slight rotation differences like the reference image */ 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(1){ transform: rotate(-3deg); } 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(2){ transform: rotate(2.5deg); } 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(3){ transform: rotate(-2.5deg); } 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(4){ transform: rotate(3deg); } 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(5){transform: rotate(-2.5deg);} 
.carrer-benefits-sec .benefits-grid-sec .card:nth-child(6){ transform: rotate(2.5deg); } 
.carrer-benefits-sec .benefits-grid-sec .card:hover{ transform: scale(1.03) rotate(0deg); z-index:5; } /* pin circle (top center) */ 
.carrer-benefits-sec .benefits-grid-sec .pin{ position:absolute; top:-12px; left:50%; transform:translateX(-50%); width:26px; height:26px; border-radius:50%; background: #107f9b; box-shadow: 0 4px 12px rgba(76,47,191,0.25), inset 0 -3px 6px rgba(0,0,0,0.12); border:3px solid rgba(255,255,255,0.85); } /* inner pastel panel */ 
.carrer-benefits-sec .benefits-grid-sec .inner{height:100%;background: linear-gradient(180deg, #1C1F1E 0%, #157D9E 100%); margin-top:10px; padding:18px 18px 22px 18px; border-radius:10px; box-shadow: 0 6px 18px rgba(25,20,50,0.03) inset;}

/* .carrer-benefits-sec .benefits-grid-sec .inner.p1 { background: linear-gradient(180deg, #1C1F1E 0%, #157D9E 100%); } 
.carrer-benefits-sec .benefits-grid-sec .inner.p2 { background: linear-gradient(180deg, #1C1F1E 0%, #157D9E 100%); } 
.carrer-benefits-sec .benefits-grid-sec .inner.p3 { background: linear-gradient(180deg, #1C1F1E 0%, #157D9E 100%); } 
.carrer-benefits-sec .benefits-grid-sec .inner.p4 { background: linear-gradient(180deg, #1C1F1E 0%, #157D9E 100%); }  */


.carrer-benefits-sec .benefits-grid-sec .num{ font-weight:700; font-size:40px; color:#fff; opacity:0.95; } 
.carrer-benefits-sec .benefits-grid-sec .title{ margin-top:10px; font-weight:700; font-size:22px; color:#fff; } 
.carrer-benefits-sec .benefits-grid-sec .desc{ margin-top:12px;color:#fff !important; text-align:left; /* max-width: 320px;*/ }
.carrer-benefits-sec .benefits-grid-sec .card::after{ content:""; position:absolute; left:10px; right:10px; bottom:-12px; height:12px; border-radius:10px; filter: blur(18px); background: linear-gradient(90deg, rgba(25,20,50,0.06), rgba(25,20,50,0.02)); z-index:-1; }
.mobile-benfits-sec{display:none}


.carre-line-border.container-md{border: 1px solid; border-image-source: linear-gradient(90deg, rgba(89, 179, 213, 0) 0%, rgba(89, 179, 213, 0.1) 10%, rgba(89, 179, 213, 0.5) 50%, rgba(89, 179, 213, 0.1) 90%, rgba(89, 179, 213, 0) 100%); border-image-slice: 10;}

.career-popup .modal-dialog {
  max-width: 950px;
  position: relative;
  display: none !important; }

.show.career-popup  .modal-dialog{display: flex !important;}

.career-popup .modal-header {
  justify-content: center;
  border: 0;
  padding: 0; }

.career-popup h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 32px; }

.career-popup .btn-close {
  position: absolute;
  background: unset;
  width: 40px;
  height: 40px;
  top: 12px;
  margin: 0;
  padding: 0;
  right: 20px;
  opacity: 1;
  box-shadow: unset; }

.career-popup .modal-content {
  padding: 60px 50px;
  border: 1.2px solid #2A8DCD;
  border-radius: 15px; }

.career-popup h2 span{
  font-weight: 700;
  color: #117E9A; }

.career-popup form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: block;
  color: #061C3D;
  margin-bottom: 6px; }

.career-popup form input, .career-popup form select, .career-popup form textarea, .career-popup form .upload-file {
  padding: 12px 18px;
  border: 1px solid #E6E8EC;
  border-radius: 5px;
  width: 100%;
  display: block; }

.career-popup form .inner {
  margin-bottom: 30px; }

.career-popup form textarea {
  height: 105px; }

.career-popup form select {
  appearance: none;
  background-image: url(../images/select.png);
  background-position: 226px 20px;
  background-repeat: no-repeat; }

  .career-popup form p br{display: none;}

.career-popup form .cv {
  position: relative; }

.career-popup form .upload-file {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.career-popup form .cv span.wpcf7-form-control-wrap {
  position: absolute;
  top: 0;
  opacity: 0;
  background: transparent; }

/* .career-popup form .common-btn {
  border: 0; } */

.career-popup form .common-btn:hover {
  color: #fff; }





.career-popup form .inner:last-of-type {
  margin-bottom: 0; }



.career.we-are-section h4 {
  font-family: 'Colasta';
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.04em;
  color: #333333;
}


.career-popup form .common-btn.submit-btn input {
	    padding: 0;
    background: none;
    border: navajowhite;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}
.career-popup form .common-btn.submit-btn:hover input {color: #117E9A !important;}
.career-popup form .common-btn.submit-btn >p {
	display: flex;
  align-items: center;
}
.career-popup form .common-btn img{width: 15;}



@media (min-width: 1401px) and (max-width: 1800px) {

.carrer-benefits-sec .benefits-grid-sec .cards{gap:80px 70px}
.career-smart-solutions img{width:100%;height:520px;object-fit:cover}



}





@media (min-width: 992px) and (max-width: 1199.98px){

.carrer-benefits-sec .benefits-grid-sec .cards{grid-template-columns:1fr 1fr;gap:70px}
.carrer-benefits-sec .benefits-grid-sec .title{font-size:18px}
	

.carrer-benefits-sec .benefits-grid-sec .num{font-size:35px}
.career-smart-solutions img{height:500px;object-fit:cover}
.career-opportunities-section article{margin-top:30px}
	
	
.gallery-sections .owl-carousel .owl-item img{height:310px}
.gallery-sections .owl-nav button{width:50px; height:50px}

.ready-to-start-sec{padding: 60px 0;}
.ready-to-start-sec h2{font-size: 28px;line-height: 40px;}
.ready-to-start-sec .common-btn{font-size: 18px; line-height: 26px; padding: 15px 30px; margin-left: auto;}



}




@media (min-width: 1200px) and (max-width: 1399.98px){
 
.career-popup .modal-content { padding: 40px 30px;}
.career-popup h2 { font-size: 38px; line-height: 50px;}
.career-popup form textarea { height: 75px; }
.career-popup form input, .career-popup form select, .career-popup form textarea, .career-popup form .upload-file { padding: 9px 12px;}



.carrer-benefits-sec .benefits-grid-sec .title{font-size:20px}

.carrer-benefits-sec .benefits-grid-sec .cards{gap:80px}
.career-smart-solutions img{height:480px;object-fit:cover}

.gallery-sections .owl-nav button{width:50px; height:50px}
.gallery-sections .owl-nav{margin-top:40px}
.gallery-sections .owl-carousel .owl-item img{height:350px}

.ready-to-start-sec h2{font-size: 35px;line-height: 50px;}
.ready-to-start-sec .common-btn{font-size: 18px;padding: 14px 25px; }

  


}


@media (min-width: 768px) and (max-width: 991.98px){
   
.career-opportunities-section .accordion-button .text ul {
  flex-wrap: wrap; }
.career-opportunities-section .accordion-item .accordion-button {
  padding: 15px 15px;
  box-shadow: unset;
  align-items: self-start; }
.career-opportunities-section .accordion-button .text ul li {
  font-size: 12px;
  line-height: 20px; }
.career-opportunities-section .accordion-button .text ul li.line {
  margin: 0 10px; }
.career-opportunities-section .accordion-button .text p {
  margin-bottom: 10px;
  font-size: 20px; }
.career-opportunities-section .accordion-item .accordion-body {
  padding: 15px 15px; }
.career-opportunities-section .accordion-item .accordion-body ul li {
  font-size: 14px;
  line-height: 24px;
  background-position: 0 5px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 10px; }




.career-popup .modal-content { padding: 50px 20px 20px; border-radius: 0;}
.career-popup h2 { font-size: 28px;line-height: 35px;margin-bottom: 20px;}
.career-popup .modal-dialog { max-width: 100%; margin: 0;}
.career-popup .btn-close{width: 30px; height: 30px; top: 9px;right: 9px;}


.carrer-benefits-sec .benefits-grid-sec .cards{grid-template-columns:1fr 1fr;gap:70px}
.carrer-benefits-sec .benefits-grid-sec .title{font-size:18px}
.career-opportunities-section .accordion-item .accordion-body p, .career-opportunities-section .accordion-button .text p{text-align:left}

.carrer-benefits-sec .benefits-grid-sec .num{font-size:35px}
.gallery-sections .owl-carousel .owl-item img{height:320px}
.gallery-sections .owl-nav button{width:40px; height:40px}
.gallery-sections .owl-nav span{font-size:22px}
.gallery-sections .owl-nav{margin-top:30px}
.career-smart-solutions.common-smart-solutions h2 span{display:inline}

.career-smart-solutions .common-btn { margin: 50px auto 0; width: 80%; justify-content: center;}
.career-opportunities-section article{margin-top:0px}
.carrer-benefits-sec .benefits-grid-sec .card{padding:20px 15px}

.ready-to-start-sec{padding: 50px 0;}
.ready-to-start-sec h2 { font-size: 30px; line-height: 40px; text-align: left; }
.ready-to-start-sec p br{display: none;}
.ready-to-start-sec .common-btn{ font-size: 16px; line-height: 24px; padding: 15px 25px; margin-left: auto; }

      
}



@media (max-width: 575.98px){
    
.career-opportunities-section .accordion-button .text ul {
flex-wrap: wrap; }
.career-opportunities-section .accordion-item .accordion-button {
padding: 15px 15px;
box-shadow: unset;
align-items: self-start; }
.career-opportunities-section .accordion-button .text ul li {
font-size: 12px;
line-height: 20px; }
.career-opportunities-section .accordion-button .text ul li.line {
margin: 0 10px; }
.career-opportunities-section .accordion-button .text p {
margin-bottom: 10px;
font-size: 20px; }
.career-opportunities-section .accordion-item .accordion-body {
padding: 15px 15px; }
.career-opportunities-section .accordion-item .accordion-body ul li {
font-size: 14px;
line-height: 24px;
background-position: 0 5px;
background-size: 18px;
padding-left: 30px;
margin-bottom: 10px; }



.career-popup .modal-content { padding: 50px 20px 20px; border-radius: 0;}
.career-popup h2 { font-size: 28px;line-height: 35px;margin-bottom: 20px;}
.career-popup .modal-dialog { max-width: 100%; margin: 0;}
.career-popup .btn-close{width: 30px; height: 30px; top: 9px;right: 9px;}





.carrer-benefits-sec .benefits-grid-sec .cards{display:block}
.career-smart-solutions .common-btn {  width: 80%; text-align: center; justify-content: center; margin: 50px auto 0;}
.carrer-benefits-sec .benefits-grid-sec{margin-top:0}


.carrer-benefits-sec .benefits-grid-sec .title{font-size:20px}
.carrer-benefits-sec .benefits-grid-sec .num{font-size:35px}
.carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav button.owl-next, .carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav button.owl-prev{width:40px;height:40px;background:#1675945c;border-radius:50%;margin:8px}


.carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav button.owl-next span, .carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav button.owl-prev span{font-size:20px}
.carrer-benefits-sec .benefits-grid-sec .card{padding:20px 15px}
.carrer-benefits-sec .benefits-grid-sec .desc{font-size:15px}
.carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav{text-align:center}
.carrer-benefits-sec .benefits-grid-sec .pinP{display:none}
.carrer-benefits-sec .benefits-grid-sec  .owl-carousel .owl-nav{margin-top:40px}

.career-opportunities-section .accordion-item .accordion-body p{text-align:left}
.career-opportunities-section .accordion-item .accordion-body .common-btn{font-size:14px;margin-bottom:10px}
	
	
		.mobile-benfits-sec{display:block}
	.desktop-benfits-sec{display:none}
	.carrer-benefits-sec .benefits-grid-sec .card{transform:unset !important}

.gallery-sections .owl-nav button{width: 50px;height: 50px;}
.gallery-sections .owl-nav{margin-top: 40px;}



.ready-to-start-sec{padding: 60px 0;}
.ready-to-start-sec h2 { font-size: 28px; line-height: 38px; text-align: center;max-width: 360px;margin-left: auto;margin-right: auto; }
.ready-to-start-sec p br{display: none;}
.ready-to-start-sec p{padding: 0 30px;text-align: center;}
.ready-to-start-sec .common-btn{ font-size: 14px; line-height: 24px; padding: 12px 20px; margin: 30px auto 0;}


}

@media (max-width: 767.98px) and (orientation: landscape){
   
.career-opportunities-section .accordion-button .text ul {
flex-wrap: wrap; }
.career-opportunities-section .accordion-item .accordion-button {
padding: 15px 15px;
box-shadow: unset;
align-items: self-start; }
.career-opportunities-section .accordion-button .text ul li {
font-size: 12px;
line-height: 20px; }
.career-opportunities-section .accordion-button .text ul li.line {
margin: 0 10px; }
.career-opportunities-section .accordion-button .text p {
margin-bottom: 10px;
font-size: 20px; }
.career-opportunities-section .accordion-item .accordion-body {
padding: 15px 15px; }
.career-opportunities-section .accordion-item .accordion-body ul li {
font-size: 14px;
line-height: 24px;
background-position: 0 5px;
background-size: 18px;
padding-left: 30px;
margin-bottom: 10px; }



.career-popup .modal-content { padding: 50px 20px 20px; border-radius: 0;}
.career-popup h2 { font-size: 28px;line-height: 35px;margin-bottom: 20px;}
.career-popup .modal-dialog { max-width: 100%; margin: 0;}
.career-popup .btn-close{width: 30px; height: 30px; top: 9px;right: 9px;}

.gallery-sections .owl-nav button{width: 50px;height: 50px;}
.gallery-sections .owl-nav{margin-top: 40px;}



.ready-to-start-sec{padding: 60px 0;}
.ready-to-start-sec h2 { font-size: 28px; line-height: 38px; text-align: center;max-width: 360px;margin-left: auto;margin-right: auto; }
.ready-to-start-sec p br{display: none;}
.ready-to-start-sec p{padding: 0 30px;text-align: center;}
.ready-to-start-sec .common-btn{ font-size: 14px; line-height: 24px; padding: 12px 20px; margin: 30px auto 0;}

 
}


@media (min-width: 576px) and (max-width: 767.98px){
    
.career-opportunities-section .accordion-button .text ul {
    flex-wrap: wrap; }
.career-opportunities-section .accordion-item .accordion-button {
    padding: 15px 15px;
    box-shadow: unset;
    align-items: self-start; }
.career-opportunities-section .accordion-button .text ul li {
    font-size: 12px;
    line-height: 20px; }
.career-opportunities-section .accordion-button .text ul li.line {
    margin: 0 10px; }
.career-opportunities-section .accordion-button .text p {
    margin-bottom: 10px;
    font-size: 20px; }
.career-opportunities-section .accordion-item .accordion-body {
    padding: 15px 15px; }
.career-opportunities-section .accordion-item .accordion-body ul li {
    font-size: 14px;
    line-height: 24px;
    background-position: 0 5px;
    background-size: 18px;
    padding-left: 30px;
    margin-bottom: 10px; }


.career-popup .modal-content { padding: 50px 20px 20px; border-radius: 0;}
.career-popup h2 { font-size: 28px;line-height: 35px;margin-bottom: 20px;}
.career-popup .modal-dialog { max-width: 100%; margin: 0;}
.career-popup .btn-close{width: 30px; height: 30px; top: 9px;right: 9px;}

.gallery-sections .owl-nav button{width: 50px;height: 50px;}
.gallery-sections .owl-nav{margin-top: 40px;}



.ready-to-start-sec{padding: 60px 0;}
.ready-to-start-sec h2 { font-size: 28px; line-height: 38px; text-align: center;max-width: 360px;margin-left: auto;margin-right: auto; }
.ready-to-start-sec p br{display: none;}
.ready-to-start-sec p{padding: 0 30px;text-align: center;}
.ready-to-start-sec .common-btn{ font-size: 14px; line-height: 24px; padding: 12px 20px; margin: 30px auto 0;}

  
}

