/*BOTTOM CONTACT CARD*/

/* Tablet Landscape (768px to 1023px)*/
@media (min-width: 768px) and (max-width: 1023px) {
  .contact-bg-section {
    min-height: 520px;
  }
  
  .section-cover {
    padding-bottom: 205px;
  }
  
  .contact-form-card {
    top: 45% !important;
    bottom: auto !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    max-width: 420px;
    width: 88% !important;
    padding: 25px 28px 28px 28px;
  }
  
  .contact-form-card p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .contact-form-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .contact-form-card p {
    margin-bottom: 6px;
  }
  
  .contact-form-card input {
    width: 100%;
    padding: 10px 12px;
    margin-top: 12px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 8px;
    min-height: 65px;
    box-sizing: border-box;
  }
  
  .contact-form-card input[type="submit"] {
    margin-top: 8px;
  }
}

/* Tablet Large (820px specific range)*/
@media (min-width: 800px) and (max-width: 850px) {
  .contact-bg-section {
    min-height: 400px;
  }
  
  .section-cover {
	 margin-top:240px !important;
    padding-bottom: 115px;
	   margin-bottom:40px !important;
  }
  
  .contact-form-card {
    top: 21% !important;
    bottom: auto !important;
    right: 30% !important;
    transform: translate(50%, -50%);
    max-width: 410px;
    width: 86% !important;
    padding: 26px 20px 30px 30px;
  }
  
  .contact-form-card p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .contact-form-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .contact-form-card p {
    margin-bottom: 6px;
  }
  
  .contact-form-card input {
    margin-top: 12px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 8px;
    min-height: 68px;
    box-sizing: border-box;
  }
  
  .contact-form-card input[type="submit"] {
    margin-top: 8px;
  }
}

/* Tablet Large (912px specific range)*/
@media (min-width: 851px) and (max-width: 950px) {
  .contact-bg-section {
    min-height: 400px;
  }
  
  .section-cover {
	   margin-top:200px !important;
    padding-bottom: 130px;
	  margin-bottom:40px !important;
  }
  
  .contact-form-card {
    top: 21% !important;
    bottom: auto !important;
    right: 30% !important;
    transform: translate(50%, -50%);
    max-width: 410px;
    width: 86% !important;
    padding: 26px 20px 30px 30px;
  }
  
  .contact-form-card p:first-child {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .contact-form-card h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  
  .contact-form-card p {
    margin-bottom: 6px;
  }
  
  .contact-form-card input {
    margin-top: 12px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 8px;
    min-height: 68px;
    box-sizing: border-box;
  }
  
  .contact-form-card input[type="submit"] {
    margin-top: 8px;
  }
}

/* Tablet Portrait (600px to 767px)*/
@media (min-width: 600px) and (max-width: 767px) {
  .contact-bg-section {
    min-height: 350px;
  }
  
  .section-cover {
    padding-bottom: 200px;
  }
  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    max-width: 400px;
    width: 90% !important;
    padding: 24px 26px 26px 26px;
  }
  
  .contact-form-card p:first-child {
    font-size: 11px;
    margin-bottom: 4px;
  }
  
  .contact-form-card h2 {
    font-size: 21px;
    margin-bottom: 14px;
  }
  
  .contact-form-card p {
    margin-bottom: 5px;
  }
  
  .contact-form-card input {
    width: 100%;
    padding: 10px 12px;
    margin-top: 11px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 7px;
    min-height: 62px;
    box-sizing: border-box;
  }
  
  .contact-form-card input[type="submit"] {
    margin-top: 7px;
  }
}

/* Mobile Large (480px to 599px)*/
@media (min-width: 480px) and (max-width: 599px) {
  .contact-bg-section {
    min-height: 300px;
  }
  
  .section-cover {
    padding-bottom: 188px;
  }
  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 45% !important;
    transform: translate(50%, -50%);
    max-width: 360px;
    width: 80% !important;
    padding: 22px 24px 24px 24px;
  }
  
  .contact-form-card p:first-child {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .contact-form-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  
  .contact-form-card p {
    margin-bottom: 5px;
  }
  
  .contact-form-card input {
    width: 100%;
    padding: 9px 11px;
    margin-top: 10px;
    font-size: 13px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 6px;
    min-height: 58px;
    padding: 9px 11px;
    font-size: 13px;
    box-sizing: border-box;
  }
  
  .contact-form-card ::placeholder {
    font-size: 13px;
  }
  
  .contact-form-card input[type="submit"] {
    width: 135px;
    padding: 9px;
    font-size: 13px;
    margin-top: 6px;
  }
}

/* Mobile Medium (430px specific - iPhone 14 Pro Max)*/
@media (min-width: 412px) and (max-width: 450px) {
  .contact-bg-section {
    min-height: 340px !important;
  }
  
  .section-cover {
	  margin-top:250px !important;
    padding-bottom: 178px;
  }
  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 42% !important;
    transform: translate(50%, -50%);
    max-width: 360px;
    width: 93% !important;
    padding: 20px 22px 22px 22px;
  }
  
  .contact-form-card p:first-child {
    font-size: 10px;
    margin-bottom: 3px;
  }
  
  .contact-form-card h2 {
    font-size: 19px;
    margin-bottom: 11px;
  }
  
  .contact-form-card p {
    margin-bottom: 4px;
  }
  
  .contact-form-card input {
    width: 90%;
    padding: 9px 11px;
    margin-top: 9px;
    font-size: 13px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 5px;
    min-height: 55px;
	  width: 90%;
    padding: 9px 11px;
    font-size: 13px;
    box-sizing: border-box;
  }
  
  .contact-form-card ::placeholder {
    font-size: 12px;
  }
  
  .contact-form-card input[type="submit"] {
    width: 130px;
    padding: 8px;
    font-size: 13px;
    margin-top: 5px;
    box-sizing: border-box;
  }
  
  .contact-form-card .wpcf7-not-valid-tip {
    font-size: 11px;
    bottom: -26px;
  }
}

/* Mobile Standard (375px to 419px)*/
@media (min-width: 375px) and (max-width: 411px) {
  .contact-bg-section {
    min-height: 340px !important;
  }
  
    .section-cover {
        margin-top: 120px !important;
        padding-bottom: 50px;
    }

  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 42% !important;
    transform: translate(50%, -50%);
    max-width: 340px;
    width: 94% !important;
    padding: 18px 0px 20px 20px;
  }
  
  .contact-form-card p:first-child {
    font-size: 10px;
    margin-bottom: 3px;
  }
  
  .contact-form-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  
  .contact-form-card p {
    margin-bottom: 4px;
  }
  
  .contact-form-card input {
    width: 90%;
    padding: 9px 10px;
    margin-top: 8px;
    font-size: 12px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 5px;
    min-height: 52px;
	   width: 90%;
    padding: 9px 10px;
    font-size: 12px;
    box-sizing: border-box;
  }
  
  .contact-form-card ::placeholder {
    font-size: 12px;
  }
  
  .contact-form-card input[type="submit"] {
    width: 125px;
    padding: 8px;
    font-size: 12px;
    margin-top: 5px;
    box-sizing: border-box;
  }
  
  .contact-form-card .wpcf7-not-valid-tip {
    font-size: 10px;
    bottom: -25px;
  }
}

/* Mobile Small (320px to 374px)*/
@media (min-width: 320px) and (max-width: 374px) {
  .contact-bg-section {
    min-height: 320px !important;
  }
  
  .section-cover {
	  margin-top:250px !important;
    padding-bottom: 165px;
  }
  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 42% !important;
    transform: translate(50%, -50%);
    width: 95% !important;
    padding: 16px 18px 18px 18px;
  }
  
  .contact-form-card p:first-child {
    font-size: 9px;
    margin-bottom: 2px;
  }
  
  .contact-form-card h2 {
    font-size: 17px;
    margin-bottom: 9px;
  }
  
  .contact-form-card p {
    margin-bottom: 3px;
  }
  
  .contact-form-card input {
    padding: 8px 10px;
    margin-top: 7px;
    font-size: 12px;
	  width:90%;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 4px;
    min-height: 48px;
    padding: 8px 10px;
    font-size: 12px;
	  width:90%;
    box-sizing: border-box;
  }
  
  .contact-form-card ::placeholder {
    font-size: 11px;
  }
  
  .contact-form-card input[type="submit"] {
    width: 120px;
    padding: 7px;
    font-size: 12px;
    margin-top: 4px;
    box-sizing: border-box;
  }
  
  .contact-form-card .wpcf7-not-valid-tip {
    font-size: 10px;
    bottom: -24px;
  }
}

/* Extra Small Mobile (below 320px)*/
@media (max-width: 319px) {
  .contact-bg-section {
    min-height: 240px;
  }
  
  .section-cover {
    padding-bottom: 250px;
  }
  
  .contact-form-card {
    top: 50% !important;
    bottom: auto !important;
    right: 50% !important;
    transform: translate(50%, -50%);
    width: 96% !important;
    padding: 15px 16px 16px 16px;
  }
  
  .contact-form-card p:first-child {
    font-size: 9px;
    margin-bottom: 2px;
  }
  
  .contact-form-card h2 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .contact-form-card p {
    margin-bottom: 3px;
  }
  
  .contact-form-card input {
    padding: 8px 9px;
    margin-top: 6px;
    font-size: 11px;
    box-sizing: border-box;
  }
  
  .contact-form-card textarea {
    margin-top: 4px;
    min-height: 45px;
    padding: 8px 9px;
    font-size: 11px;
    box-sizing: border-box;
  }
  
  .contact-form-card ::placeholder {
    font-size: 10px;
  }
  
  .contact-form-card input[type="submit"] {
    width: 110px;
    padding: 7px;
    font-size: 11px;
    margin-top: 4px;
    box-sizing: border-box;
  }
}





/* iPhone 14 / 14 Pro / 14 Pro Max */
@media (max-width: 440px) {

  .outer-cover .offer-overlay {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .outer-cover .offer-overlay p,
  .outer-cover .offer-overlay h2,
  .outer-cover .offer-overlay h3 {
    line-height: 1.45;
  }
}

@media (max-width: 768px) {
  .outer-cover .offer-overlay {
    padding: 40px 20px;
  }
}

@media (max-width: 1024px) {

  .outer-cover > .wp-block-cover__inner-container {
    display: flex;
    justify-content: center;   
    align-items: stretch;     
	  
  }

  .outer-cover .offer-overlay {
    margin-left: 0;
    margin-right: 0;
	  padding: 40px 32px;
  }
}


@media (max-width: 768px) {
	.section-cover{
	 position: relative;
	}
	
  .contact-bg-section {
    padding-bottom: 160px; 
  }

  @media (max-width: 768px) {
    .contact-form-card {
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-width: 420px;
        z-index: 10;
        position: relative;
    }
}

  
 
}
/* Tablet & Desktop */
@media (min-width: 768px) {
  .join-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* Responsive - Mobile */
@media (max-width: 768px) {
    .feature-columns {
        flex-direction: column !important;
    }
    
    .feature-card {
        min-height: 180px !important;
    }
}
/* Mobile responsive */
@media (max-width: 768px) {
    .parent-container {
        flex-direction: column !important;
    }
    
    .parent-container > .wp-block-column {
        width: 100% !important;
    }
}


@media (min-width: 1024px) {
  .contact-form-wrapper {
    margin-top: -1200px; 
  }
}	

@media (max-width: 768px) {

  .header-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .header-logo {
    order: 1;
    margin-bottom: 8px;
  }

  .header-menu {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  .header-cta {
    order: 3;
    margin-bottom: 12px;
  }

  .header-social {
    order: 4;
    display: flex;
    gap: 10px;
  }
}


@media (max-width: 768px) {
  .main-header-logo {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .main-header-logo img {
    margin: 0 auto;
    display: block;
  }
}




@media (max-width: 768px) {
	.footer-subscribe {
    flex-direction: column !important;
  }

  .footer-subscribe input[type="email"],
  .footer-subscribe input[type="submit"] {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {

  .job-card-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-cta .wp-block-button__link {
    width: 100%;
    text-align: center;
  }

  .job-desc {
    font-size: 13px;
  }
}
@media (max-width: 640px) {

  .job-card {
        padding: 20px !important;
    }

  .job-meta {
    gap: 10px;
  }
}


@media (max-width: 768px) {
  .contact-form-wrapper {
    position: relative;
    top: 0;
    right: auto;
    margin: 20px auto;
  }
}

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

  .industries-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
    width: 100%;
  }

  
  .industries-cat-grid > .wp-block-columns {
    display: contents !important;
  }

  .industries-cat {
    width: 100% !important;
    box-sizing: border-box;
  }
}

	



	
  


@media (max-width: 1200px) {
	.services-gird{
	grid-template-columns: repeat(4, 1fr);
}

}

@media (max-width: 1024px) {
	.services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
   
	.logo-grid {
    grid-template-columns: repeat(3, 1fr); 
  }

}


@media (min-width: 820px) and (max-width: 1180px) {

  .services-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }


}


@media (max-width: 992px) {
    
	.services-grid {
    grid-template-columns: repeat(3, 1fr);
  }
	.abt-img{
		max-width:340px;
		height:100%;
	}
	.abt-img-wrap{
		height:320px;
	}
	
	.logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 968px) {
	
	.services-gird{
	grid-template-columns: repeat(2, 1fr);
}
	
	.about-container {
        grid-template-columns: 1fr;
        gap: 40px;
        min-height: auto;
    }
	
	.logo-grid {
    grid-template-columns: repeat(4, 1fr); 
  }
}

@media (max-width: 768px) {
	.services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	 .logo-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
	
	.abt-img{
		max-width:400px;
		height:100%;
	}
	
	.abt-img-wrap{
		height:260px;
	}
	.sector-columns{
		display:flex;
		flex-direction: column;
		 align-items: center;
	}
	
	.sector-columns .wp-block-column{
		width:100% !important;
		margin-bottom: 20px;
		text-align:center;
		white-space: nowrap;
		overflow:hidden;
	}
	.sector-tab {
        width: 100%;
        max-width: 300px;
    }	 
}

@media (max-width: 640px) {
	.services-grid {
        grid-template-columns: 1fr;
    }
}


@media (max-width: 480px) {
	.services {
        padding: 40px 20px;
    }
	.services-grid {
    grid-template-columns: 1fr;
  }
	.logo-grid {
    grid-template-columns: repeat(1, 1fr); 
  }
    .stat-text {
        white-space: normal;
    }

  
    .service-card h3 {
        font-size: 14px;
    }
	
	.abt-img{
		max-width:350px;
		height:100%;
	}
	
	.abt-img-wrap{
		height:220px;
	}
}
	
@media (max-width: 1024px) {
  .offer-overlay {
    width: calc(100% - 40px); 
    max-width: 600px;
  }
	
  .contact-form-card {
    top: -120px;             
    right: 5%;
    width: 380px;
  }
  .contact-bg-section {
    min-height: 360px;       
  }
}

@media (max-width: 480px) {
  .offer-overlay {
    width: calc(100% - 24px); 
    padding: 38px 24px;
  }
	
  .contact-form-card {
    top: -60px;               
    width: 95%;
  }

  .contact-bg-section {
    min-height: 250px;
  }
}
  

@media (max-width: 1199px) {
    .core-values-section::after {
        width: 360px;
        height: 260px;
        opacity: 0.22;
    }
}
@media (max-width: 991px) {
    .core-values-section::after {
        width: 300px;
        height: 220px;
        bottom: -10px;
        opacity: 0.18;
    }
}
@media (max-width: 767px) {
    .core-values-section::after {
        width: 240px;
        height: 180px;
        bottom: 0;
        opacity: 0.15;
    }
}
@media (max-width: 575px) {
    .core-values-section::after {
        width: 180px;
        height: 140px;
        right: -20px;      
        opacity: 0.12;
    }
}
@media (max-width: 360px) {
    .core-values-section::after {
        width: 140px;
        height: 110px;
        opacity: 0.1;
    }
}


/* Desktop (1200px to 1439px) */
@media (min-width: 1200px) and (max-width: 1439px) {
  .contact-form-card {
    right: 8% !important;
    width: 420px;
  }
}

/* Laptop/Small Desktop (1024px to 1199px) */
@media (min-width: 1024px) and (max-width: 1199px) {
  .contact-form-card {
    padding: 25px 35px;
  }
  
  .contact-bg-section {
    height: 480px;
  }
}

@media (min-width: 1424px) and (max-width: 1699px) {
  .contact-form-card {
    
    padding-right:20px;
	padding-left:20px;
	  
  }
  
 .contact-bg-section {
        height: 420px;
    }
}


/*SUMMARY DROPDOWN*/

/* Tablet screens - 768px and below */
@media (max-width: 768px) {
    .stories_heading summary,
    .stories_heading2 summary,
    .stories_heading3 summary {
        padding: 12px 14px;
    }
}

/* Mobile screens - 430px and below */
@media (max-width: 430px) {
    .stories_heading summary,
    .stories_heading2 summary,
    .stories_heading3 summary {
        grid-template-columns: 1fr 30px;
        gap: 8px;
        padding: 10px 12px;
        align-items: center;
    }
    
    .stories_heading summary > *:not(:first-child):not(:last-child),
    .stories_heading2 summary > *:not(:first-child):not(:last-child),
    .stories_heading3 summary > *:not(:first-child):not(:last-child) {
        display: none;
    }
    
   
    .stories_heading summary > *:first-child,
    .stories_heading2 summary > *:first-child,
    .stories_heading3 summary > *:first-child {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
        text-align: left;
        font-size: 13px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-right: 5px;
    }
    
   
    .stories_heading summary img,
    .stories_heading2 summary img,
    .stories_heading3 summary img {
        grid-column: 2 !important;
        grid-row: 1;
        justify-self: end !important;
        width: 20px;
        height: 20px;
        margin: 0;
        position: relative;
        right: 0;
    }
}

/* Very small screens - 375px and below */
@media (max-width: 375px) {
    .stories_heading summary,
    .stories_heading2 summary,
    .stories_heading3 summary {
        grid-template-columns: 1fr 28px;
        padding: 8px 10px;
        gap: 6px;
    }
    
    .stories_heading summary > *:first-child,
    .stories_heading2 summary > *:first-child,
    .stories_heading3 summary > *:first-child {
        font-size: 12px;
    }
    
    .stories_heading summary img,
    .stories_heading2 summary img,
    .stories_heading3 summary img {
        width: 18px;
        height: 18px;
        grid-column: 2 !important;
        justify-self: end !important;
    }
}

/* Extra small screens - 320px */
@media (max-width: 320px) {
    .stories_heading summary,
    .stories_heading2 summary,
    .stories_heading3 summary {
        grid-template-columns: 1fr 25px;
        padding: 8px;
        gap: 5px;
    }
    
    .stories_heading summary > *:first-child,
    .stories_heading2 summary > *:first-child,
    .stories_heading3 summary > *:first-child {
        font-size: 11px;
        line-height: 1.2;
    }
    
    .stories_heading summary img,
    .stories_heading2 summary img,
    .stories_heading3 summary img {
        width: 16px;
        height: 16px;
        grid-column: 2 !important;
        justify-self: end !important;
    }
}

@media (max-width: 768px) {
footer .wp-block-navigation .wp-block-navigation-item{
	width: 48%
}
}


/*Logo Certifications*/



/* Tablet - 1025px and above to 1200px - 3 logos per row */
@media (min-width: 1025px) and (max-width: 1200px) {
    .cert-logos {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px !important;
        width: 100% !important;
		justify-content:center !important;
    }
    
    .cert-logos > .wp-block-columns {
        display: contents !important;
		justify-content:center !important;
    }
    
    .cert-logos .wp-block-column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cert-logos img {
        width: 200px !important;
        height: 120px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

/* Tablet - 768px to 1024px - 3 logos per row */
@media (min-width: 768px) and (max-width: 1024px) {
    .cert-logos {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
        width: 100% !important;
    }
    
    .cert-logos > .wp-block-columns {
        display: contents !important;
    }
    
    .cert-logos .wp-block-column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cert-logos img {
        width: 160px !important;
        height: 110px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

/* Mobile Large - 481px to 767px - 2 logos per row */
@media (min-width: 481px) and (max-width: 767px) {
    .cert-logos {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px !important;
        width: 100% !important;
    }
    
    .cert-logos > .wp-block-columns {
        display: contents !important;
    }
    
    .cert-logos .wp-block-column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cert-logos img {
        width: 160px !important;
        height: 100px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}


@media (max-width: 375px) {
    .cert-logos {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 10px !important;
        padding: 10px 5px !important;
    }
    
    .cert-logos .wp-block-column {
        flex: 0 0 48% !important; 
        max-width: 48% !important;
        width: 48% !important;
        margin: 0 !important;
        padding: 5px !important;
        box-sizing: border-box !important;
    }
    
    .cert-logos .wp-block-column figure,
    .cert-logos .wp-block-image {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
    }
	
	 .cert-logos img {
        width: 90px !important;
        height: 55px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}

/* Slightly larger mobile screens */
@media (min-width: 376px) and (max-width: 480px) {
    .cert-logos {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
    
    .cert-logos img {
        width: 120px !important;
        height: 70px !important;
    }
}

/* Extra Small - below 320px - 1 logo per row */
@media (max-width: 319px) {
    .cert-logos {
        display: grid !important;
        grid-template-columns: 1fr !important;
        width: 100% !important;
    }
    
    .cert-logos > .wp-block-columns {
        display: contents !important;
    }
    
    .cert-logos .wp-block-column {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .cert-logos img {
        width: 120px !important;
        height: 75px !important;
        margin: 0 auto !important;
        display: block !important;
    }
}


/*CAREER FORM*/

.career-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(2px);
}

.career-modal.active {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Modal Content */
.modal-content {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 12px;
  max-width: 550px;
  width: 90%;
  max-height: 85vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  animation: slideDown 0.3s ease;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  line-height: 1;
  transition: color 0.3s;
  z-index: 10;
}

.modal-close:hover {
  color: #333;
}

.modal-content h2 {
  color: #2b4195;
  font-size: 28px;
  margin: 0 0 8px 0;
  font-weight: 700;
}

.modal-subtitle {
  color: #666;
  margin-bottom: 25px;
  font-size: 14px;
}

/* Form Styling */
.submit-btn {
    word-spacing: 5px !important; 
}
.required {
    color: red !important;
}
#careerForm {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  color: #0e1c51;
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 14px;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="file"] {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  background: white;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.form-group input:focus {
  outline: none;
  border-color: #4a7ba7;
  box-shadow: 0 0 0 3px rgba(74, 123, 167, 0.1);
}

.form-group input[type="file"] {
  padding: 10px;
  cursor: pointer;
}

.submit-btn {
  background: #2b4195;
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  transition: background 0.3s, transform 0.2s;
}

.submit-btn:hover {
  background: #2d4578;
  transform: translateY(-1px);
}

.submit-btn:disabled {
  background: #ccc;
  cursor: not-allowed;
  transform: none;
}

/* Form Messages */
.form-message {
  margin-top: 15px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
}

.form-message.success {
  display: block;
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.form-message.error {
  display: block;
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

/* Animation */
@keyframes slideDown {
  from {
    transform: translateY(-30px) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .modal-content {
    padding: 30px 20px;
    width: 95%;
  }
  
  .modal-content h2 {
    font-size: 24px;
  }
}

.csr-img-wrap{
	justify-content:center !important;
	justify-items:center !important;
}
/*COUNTRY BUTTONS*/
/* Container for the country buttons */
.country-buttons-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
}

/* Individual country buttons - FIXED SIZE */
.country-button,
.country-buttons-container .wp-block-button,
.country-buttons-container a {
    flex: 0 0 auto !important;
    width: 140px !important; /* Fixed width for all buttons */
    min-width: 140px !important;
    max-width: 140px !important;
    margin: 0 !important;
}

/* Button link styling */
.country-button .wp-block-button__link,
.country-buttons-container .wp-block-button__link,
.country-buttons-container a {
    width: 100% !important;
    height: 44px !important; /* Fixed height */
    padding: 10px 15px !important;
    white-space: nowrap !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

/* Icon/logo inside button - consistent size */
.country-button img,
.country-button .logo,
.country-buttons-container img {
    width: 20px !important;
    height: 20px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* Button text */
.country-button span,
.country-buttons-container span {
    font-size: 15px !important;
    line-height: 1.2 !important;
}

/* Mobile adjustments - iPhone SE (375px) */
@media (max-width: 375px) {
    .country-buttons-container {
        gap: 10px !important;
        padding: 15px 10px !important;
    }
    
    .country-button,
    .country-buttons-container .wp-block-button,
    .country-buttons-container a {
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
    }
    
    .country-button .wp-block-button__link,
    .country-buttons-container .wp-block-button__link,
    .country-buttons-container a {
        height: 40px !important;
        padding: 8px 12px !important;
        font-size: 13px !important;
    }
    
    .country-button img,
    .country-button .logo,
    .country-buttons-container img {
        width: 18px !important;
        height: 18px !important;
    }
}

/* Tablet adjustments */
@media (min-width: 376px) and (max-width: 768px) {
    .country-button,
    .country-buttons-container .wp-block-button,
    .country-buttons-container a {
        width: 130px !important;
        min-width: 130px !important;
        max-width: 130px !important;
    }
}

/*BANNER HEADING*/
/* Banner text positioning */

/* Mobile screens - move text up */


/* iPhone SE and smaller (375px) */
@media (max-width: 375px) {

    .banner_heading{
        transform: translateY(-120px) !important; /* Move up by 40px */
    }
    
    .banner-content h1,
    .banner-content h2 {
        margin-top: -30px !important;
    }
}

.about-cat-grid{
	justify-content:center !important;
	justify-items:center !important;
}
@media (min-width: 768px) and (max-width: 1024px) {

  .about-cat-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); 
    gap: 24px;
    width: 100%;
  }

  
  .about-cat-grid > .wp-block-columns {
    display: contents !important;
  }

  .about-cat {
    width: 100% !important;
    box-sizing: border-box;
  }
}

/*CAREER SEARCH BUTTON*/

@media (max-width: 768px) {
  .job-search-wrapper,
  .career-search-wrapper,
  .wp-block-columns.search-filter-row {
    gap: 0 !important;
    padding: 15px 10px !important;
    flex-direction: row !important;
  }
  
  .career_search {
    flex: 1.5 !important;
    min-width: 0 !important;
  }
  
  .career_search input[type="search"],
  .career_search input[type="text"] {
    height: 50px !important;
    font-size: 14px !important;
    padding-left: 40px !important;
    border-radius: 6px !important;
  }
  
  .career_search-icon {
    left: 25px !important;
  }
  
  .career_search-icon img {
    width: 20px !important;
    height: 20px !important;
  }
  
  .filter-btn,
  .career-filter-btn {
    flex: 0 0 auto !important;
    min-width: 100px !important;
    height: 50px !important;
    padding: 0 15px !important;
    font-size: 14px !important;
    border-radius: 6px !important;
  }
}

@media (max-width: 480px){
    .career_search,
    .filter-btn{
        vertical-align:middle;
    }

    .career_search{
        width:100% !important;
    }

    .career_search input{
        width:100% !important;
        height:40px;
        padding:8px 10px;
        font-size:13px;
        box-sizing:border-box;
    }

    .filter-btn{
        width:30% !important;
        height:40px;
        font-size:5px !important;
        margin-left:24px !important;
        box-sizing:border-box;
    }
	
	.filter-btn img{
		width:20px;
	}
	
	.filter-text{
		 font-size:15px !important;
	}
}


@media (max-width: 768px){
    .slide-in-right{
        transform: none !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}

@media (max-width: 480px){
    .slide-in-right .abt-text{
        white-space: nowrap !important;
        display: inline !important;
		padding:0;
		flex-direction:start!important;
    }
	
	 .slide-in-right .abt-text2{
        display: inline !important;
		padding:0;
		 flex-direction:start!important;
    }
	 .slide-in-right .abt-text3{
        display: inline !important;
		padding:0;
		 flex-direction:start!important;
    }
}

