/* General Styles */
body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family:'graphik';
}
a{
text-decoration:none;
	color:var(--primary-color);
	font-family:'graphik';
}
.padding{
    padding: 120px 0px;
}
li{
    list-style: none;
	font-family:'graphik';
}
p{
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color:#3A3A3A;
	font-family:'graphik';
}
h1{
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    font-family: 'graphik';
    color:#fff;
    margin-bottom: 48px;
}
h2 {
    font-size: 64px;
    line-height: 74px;
    font-weight: 700;
    font-family: 'graphik';
    margin-bottom: 64px;
}
h3{
    font-size: 36px;
    line-height: 42px;
    font-weight:500;
    font-family: 'graphik';
    margin-bottom: 24px;
}
img {
  width: 100%; 
  max-width: 100%;
  height: auto;
}
/* Banner Section */
.carousel-item .banner-slide h2{
	font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    font-family: 'graphik';
    color:#fff;
    margin-bottom: 48px;
}
.banner-section {
    height: auto;
    position: relative;
}
.banner-slide .container {
    position: relative;
    z-index: 2;
}
.banner-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    height: 90vh;
}
.banner-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); 
    z-index: 1;
}
.btn.btn-danger {
    background-color: #c62828;
    border: none;
    font-size: 16px;
    padding: 18px 32px;
    border-radius: 80px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
}


.btn-danger:hover {
    background-color: #d32f2f;
}
/*banner stats*/
section.banner-stats .meet-box .meet-line {
    background: #D1261A;
    width: 64px;
    height: 6px;
    margin-bottom: 18px;
}
section.banner-stats .meet-box h3 {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    margin-bottom: 4px;
}

section.banner-stats .row .meet-box h3::after {
    content: '+';
    display: inline-block;
    color: #333;
    font-size: 72px;
    margin-left: 5px;
    line-height: 82px;
    font-weight: 700;
}

section.banner-stats .meet-box.col-6.col-sm-6.col-md-3 p {
    margin-bottom: 0;
}
section.banner-stats h2 {
    margin-bottom: 10px;
}
section.banner-stats p {
    margin-bottom: 64px;
}
/*what we do*/
section.what-main-sec {
    background: #000;
}
section.what-main-sec h2 {
    color: #fff;
}
section.what-main-sec .row .col-12.col-md-6 {
    padding: 0;
    border-top: 1px solid #fff;
}
section.what-main-sec .what-inner-right-sec {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    width: 77%;
    margin-left: auto;
    padding-right: 38px;
}
section.what-main-sec .what-inner-right-sec h3 {
    color: #fff;
}
section.what-main-sec .what-inner-right-sec p {
    color: #fff;
    margin-bottom: 48px;
    text-align: justify;
}
section.what-main-sec .what-main-outer-sec {
    margin-bottom: 64px;
}
section.what-main-sec .what-main-outer-sec {
    margin-bottom: 64px;
    position: sticky;
    top: 0;
    left: 0;
    background: #000;
    padding: 50px 12px;
}
/*industrt*/
.industry-outer-main-sec {
    display: flex;
    gap: 20px; 
}

.industry-main-box {
    flex: 1; 
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    height: 100%; 
    border-bottom: 1px solid #000;
}
.industry-main-box {
    min-height: 432px;
}
.industry-main-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

section.what-main-sec .what-main-outer-sec .what-inner-left-sec img {
    border-radius: 0px 0px 8px 8px;
}
.industry-outer-main-sec .industry-main-box img {
    border-radius: 8px;
    height: 250px;
    object-fit: cover;
}
.wht-new-left-sec ul.wht-new-list li img {
    border-radius: 8px;
}
section.industry-main-sec h2 {
    position: relative;
}
.industry-outer-main-sec .industry-main-box .industry-inner-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 5px;
}
.industry-outer-main-sec .industry-main-box .industry-inner-content p {
    text-align: justify;
}
section.single-indstry-main-sec .row .single-industry-left ul.wp-block-list li {
    list-style: disc;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
section.single-indstry-main-sec .row .single-industry-left .career-outer-sec-content h2 {
    margin-bottom: 28px;
}
.industry-outer-main-sec .industry-main-box .industry-inner-content {
    padding: 20px 0px;
    width: 100%;
}
.industry-inner-content.about-inner-content p {
    margin-bottom: 0;
}

.industry-outer-main-sec .owl-nav button.owl-prev, .industry-outer-main-sec .owl-nav button.owl-next {
    position: absolute;
    top: -26%;
    width: 50px;
    height: 50px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 50%;
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.industry-outer-main-sec .owl-nav button.owl-prev {
    right: 6%;
}

.industry-outer-main-sec .owl-nav button.owl-next {
    right: 0;
}

.industry-outer-main-sec .owl-nav button img {
    max-width: 50%;
    height: auto;
}

section.what-new-main-sec {
    background: #000;
    color: #fff;
}
/*whats new*/
.wht-new-left-sec ul.wht-new-list {
    padding: 0;
    width: 95%;
}
.wht-new-left-sec ul.wht-new-list li:last-child {
    border: none;
    padding-bottom: 0;
}
.wht-new-left-sec ul.wht-new-list li .row .col-4 {
    padding: 0 0 0 12px;
}
.wht-new-left-sec ul.wht-new-list li .row .col-8 {
    padding: 0;
}
.wht-new-left-sec ul.wht-new-list li .row .col-8 .what-new-inner-content {
    padding: 0px 24px;
}
.wht-new-left-sec ul.wht-new-list li {
    border-bottom: 1px solid #fff;
    padding: 24px 0px;
}
.wht-new-left-sec ul.wht-new-list li .row .col-8 .what-new-inner-content h3 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 8px;
}
.wht-new-left-sec ul.wht-new-list li .row .col-8 .what-new-inner-content h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
.wht-new-left-sec ul.wht-new-list li .row .col-8 .what-new-inner-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: justify;
    margin-bottom: 0;
}
section.what-new-main-sec .what-new--outer-right-sec {
    position: relative;
}
.what-new--outer-right-sec .image-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}

.what-new--outer-right-sec img {
    width: 100%;
    height: auto;
    display: block;
}

.what-new--outer-right-sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); /* Dark overlay with transparency */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1; /* Always visible */
}

.what-new--outer-right-sec .what-right-inner-content {
    z-index: 1;
}

.what-new--outer-right-sec h6, .what-new--outer-right-sec p {
    margin: 0;
    color: white;
}

section.what-new-main-sec .what-new--outer-right-sec img {
    width: 100%;
    height: 530px;
    display: block;
    object-fit: cover;
    border-radius: 8px;
}

section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content {
    position: absolute;
    left: 0;
    bottom: 15px;
    color: #fff;
    text-align: left;
    padding: 20px;
}

section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content h6, 
section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content p {
    margin: 0; 
}
section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content h3
 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}
section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
    width: 70%;
}
section.what-new-main-sec .what-new--outer-right-sec .what-right-inner-content p {
    width: 90%;
}
.wht-main-sec-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}
.wht-main-sec-heading h2 {
    margin: 0; 
}

.wht-main-sec-heading .btn {
    margin: 0; 
}
.wht-new-left-sec ul.wht-new-list li:first-child {
    padding-top: 0;
}
/*our projects*/
.our-project-main-sec {
    background-color: #fff;
}
.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 64px;
}
.section-header h2 {
    margin-bottom: 0;
}
.projects-row {
    display: flex;
    gap: 108px;
    margin-bottom: 90px;
}
.projects-row-second {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

/* First row specific */
.projects-row:first-child .large {
    flex: 2;
}

.projects-row:first-child .small {
    flex: 1;
}

/* Second row specific */
.projects-row-second .project-item {
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
}
.project-item.small {
    width: 50%;
}

.project-item.small .project-small-content {
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
}
.project-item.large {
    width: 65%;
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
}
/* .projects-row:nth-child(2) .project-item {
    flex: 1;
    border-bottom: 1px solid #000;
    padding-bottom: 32px;
} */
.project-item img {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    border-radius: 8px;
}
section.career-main-sec .about-main-content-right img {
    border-radius: 8px;
}
.project-item h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 8px;
}
.project-item p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
    text-align: justify;
}
@media (max-width: 768px) {
    .projects-row {
        flex-direction: column;
    }
    
    .project-item {
        width: 100%;
    }
}
/*footer*/
.footer {
    background-color: #0f0f0f;
    color: #fff;
    padding: 80px 0px 0px 0px;
}
  
.footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.footer-left {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 20px 0px;
    width: 35%;
}

.footer-logo {
    max-width: 190px;
    margin-bottom: 47px;
}

.footer-social-icons i {
    width: 38px;
    height: 38px;
    font-size: 30px;
}

.footer-social-icons {
    display: flex;
    gap: 35px;
    margin-bottom: 20px;
}

.footer-social-icons a {
    color: #fff;
    font-size: 20px;
}

.footer-left-btm {
    margin-top: auto;
}
    
.subscribe-text {
    margin-bottom: 64px;
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    color: #fff;
}

.subscribe-form div#wpcf7-f356-o1 {
    width: 93%;
}
.subscribe-form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffffff4f;
    justify-content: space-between;
}
.subscribe-form input {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    flex: 1;
	width:100%;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 0;
}

.subscribe-form button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    padding: 10px;
    cursor: pointer;
}
.subscribe-form .custom-submit {
    background-color: var(--orange);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form .custom-submit i {
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.subscribe-form .custom-submit:hover i {
    transform: translateX(5px);
}
.footer-right {
    width: 55%;
}

.footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.footer-column h3 {
    margin-bottom: 12px;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff61;
    padding: 0px 0px 12px 0px;
    width: 70%;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column ul li {
    margin-bottom: 12px;
    border-bottom: 1px solid #ffffff4f;
    width: 70%;
    padding-bottom: 12px;
}
.footer-inner-first-column {
    margin-bottom: 35px;
}
.footer-bottom p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.footer-column ul li a {
    color: #ffffffc2;
    text-decoration: none;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.footer-bottom {
    text-align: left;
    margin-top: 48px;
    font-size: 14px;
    border-top: 1px solid #ffffff4f;
    padding-top: 20px;
    width: 100%;
}


/*breadcrumb*/
.banner {
    position: relative;
    width: 100%;
    display: flex;
    height: 450px;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}
.banner-text {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/*career page*/
section.career-main-sec .career-outer-sec-content {
    width: 52%;
}

.career-content-box .career-icon-box {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 12px;
}
.career-content-box h3 {
    font-size: 22px;
    line-height: 25px;
}
.career-content-box .career-icon-box p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin: 0;
}
section.careeer-box-main-sec .career-outer-box {
    border: 1px solid #cccccc17;
}
.career-content-box {
    padding: 10px 0px 10px 10px;
    border: 1px solid #cccccc17;
    margin: 0 !important;
    border-top: 0;
    border-radius: 0px 8px 8px 0px;
}
section.careeer-box-main-sec .career-outer-box img {
    border-radius: 8px 8px 0px 0px;
}

section.contact-mian-sec .contact-detail-main img {
    border-radius: 8px;
}
.single-product-left-sec img {
    border-radius: 8px;
}
.single-industry-right img {
    border-radius: 8px;
}
.career-icon-main-right-box .career-inner-box img {
    width: 32px;
    height: 32px;
    margin-bottom: 30px;
}
.career-icon-main-right-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0;
    margin: 0;
}
.career-icon-main-right-box ul li {
    background: #000;
    padding: 36px;
    color: #fff;
}
.career-icon-main-right-box ul li .career-inner-box p {
    color: #fff;
    text-align: justify;
}
.career-icon-main-right-box ul li .career-inner-box h3 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 20px;
}
section.career-job-opening-main-sec {
    background: #000;
}
section.career-job-opening-main-sec h2 {
    text-align: center;
    color: #fff;
}
.career-job-main-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

section.career-job-opening-main-sec .main-box ul.career-job-main-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.career-job-main-list li {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}
.career-job-main-list li:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px); 
}
.po-content h6 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.po-content h3 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: bold;
}
.po-content a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color:#e53935;
    text-decoration: none;
    margin-top: 10px;
    transition: color 0.3s ease;
}
.po-content a:hover {
    color: #000; 
}
.po-content a img {
    margin-left: 10px;
    width: 10px;
    transition: transform 0.3s ease;
}
.po-content a:hover img {
    transform: translateX(5px);
}
.job-application-modal .modal-header {
    background-color: #e53935;
    color: #fff;
    border-bottom: none;
}
.job-application-modal .modal-title {
    font-size: 24px;
    font-weight: bold;
}
.job-application-modal .modal-body {
    padding: 20px; 
}
.job-application-modal .form-group {
    margin-bottom: 15px; 
}

.job-application-modal .form-group input[type="text"],
.job-application-modal .form-group input[type="email"],
.job-application-modal .form-group input[type="tel"],
.job-application-modal .form-group input[type="file"],
.job-application-modal .form-group textarea {
    width: 100%;
    padding: 10px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    font-size: 16px; 
    transition: border-color 0.3s ease; 
}

.job-application-modal .form-group input:focus,
.job-application-modal .form-group textarea:focus {
    border-color: #1a73e8; 
    outline: none; 
}

.job-application-modal .btn-submit {
    background-color: #e53935;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.job-application-modal .btn-submit:hover {
    background-color: #000; 
}

.job-application-modal .modal-footer {
    border-top: none; 
}
/*contact detail*/
.contact-detail-main .faqs-box {
    background: #000;
    color: #fff;
    padding: 30px;
    height: 100%;
}
.contact-detail-main .faqs-box p {
    color: #fff;
}
section.map-contact-main-sec .map-contact-outer-heading {
    width: 50%;
}
section.map-contact-main-sec .map-contact-outer-heading h2 {
    margin-bottom: 20px;
}
section.map-contact-main-sec .map-contact-outer-heading p {
    margin-bottom: 64px;
}
    .modal-dialog {
        max-width: 1200px;
    }
/* Form container styling */
.map-contact-main-sec .col-6 form {
    background-color: #fff;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.map-contact-main-sec .form-group {
    margin-bottom: 20px;
}

.map-contact-main-sec label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* Input and textarea styling */
.map-contact-main-sec input[type="text"],
.map-contact-main-sec input[type="email"],
.map-contact-main-sec input[type="tel"],
.map-contact-main-sec input[type="file"],
.map-contact-main-sec textarea {
    width: 100%;
    padding: 10px 12px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #000;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.map-contact-main-sec input[type="text"]:focus,
.map-contact-main-sec input[type="email"]:focus,
.map-contact-main-sec input[type="tel"]:focus,
.map-contact-main-sec input[type="file"]:focus,
.map-contact-main-sec textarea:focus {
    border-color: #333;
    outline: none;
} 
.wpcf7 form p {
    margin: 0;
    padding: 0;
}
.wpcf7 form textarea#cover-letter {
    height: 80px;
}
.wpcf7 form p br {
    display: none;
}

.wpcf7 .btn-submit:hover {
    background-color: #555;
}
.subscribe-form form.wpcf7-form.init {
    background: transparent;
    padding: 0 0 20px;
}
section.career-form-main-sec.map-contact-main-sec.padding input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    color: #fff;
    padding: 10px 20px;
}
/* Textarea styling */
.map-contact-main-sec textarea {
    resize: vertical;
    min-height: 120px;
}

/* Button styling */
.map-contact-main-sec .col-6 form input.wpcf7-form-control.wpcf7-submit.btn-submit {
    margin-top: 20px;
}
.map-contact-main-sec .btn-submit {
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #333;
    border: none;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.map-contact-main-sec .btn-submit:hover {
    background-color: #555;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .map-contact-main-sec .col-6 {
        width: 100%;
        margin-bottom: 20px;
    }
    .map-contact-main-sec .map-contact-outer-heading h2 {
        font-size: 28px;
    }
    .map-contact-main-sec .map-contact-outer-heading p {
        font-size: 14px;
    }
}
/*about us*/
section.career-main-sec .row .about-main-content-left .career-outer-sec-content {
    width: 98%;
}
section.career-main-sec .row .about-main-content-left .career-outer-sec-content p {
    text-align: justify;
}
section.career-main-sec .row .about-main-content-left .career-outer-sec-content .main-about-top-logo img {
    width: 30%;
    margin-bottom: 10px;
}
.about-icon-main-box {
    background: #000;
    color: #fff;
}
.about-icon-main ul li {
    background: #FFFFFF2B;
}
section.what-main-sec.about-philosophy.padding {
    background: #E0E0E0;
    color: #000;
}
.about-philosophy.padding h2 {
    color: #000;
}
section.what-main-sec.about-philosophy.padding .about-philo-outer-main {
    background: #E0E0E0;
}
section.what-main-sec.about-philosophy.padding .about-philo-outer-main h3 {
    color: #000;
}
section.what-main-sec.about-philosophy.padding .about-philo-outer-main p {
    color: #000;
}
section.what-main-sec.about-philosophy.padding .about-philo-outer-main .col-6 {
    border-top: 1px solid #000;
}
section.industry-main-sec .industry-outer-main-sec .about-main-box {
    border-bottom: none;
}

.about-main-box .about-inner-content {
    border-left: 1.5px solid #000;
    padding-left: 20px !important;
}
/*industrt*/
section.industry-main-sec.padding.pt-0 .row {
    row-gap: 90px;
}

section.career-main-sec .career-outer-sec-content h2 {
    margin-bottom: 24px;
}
section.career-main-sec .industry-inner-sec {
    border-bottom: 1px solid #000;
    padding-bottom: 100px;
}
/*single industry page*/
section.single-indstry-main-sec .row .single-industry-left {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single-industry-right {
    width: 90%;
    margin-left: auto;
}
/*insight*/
.newsroom-hero {
    width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

.newsroom-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsroom-body .insight_blocks {
    margin: 48px 0px;
}
.newsroom-body .insight_blocks ul li {
    list-style: disc;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}
.newsroom-body .insight_blocks h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    font-weight: 600;
}
.newsroom-content {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.newsroom-meta {
    margin-bottom: 30px;
    color: #666;
}

section.industry-main-sec.padding .industry-outer-main-sec .industry-inter .item .industry-main-box .industry-inner-content h3 {
    font-size: 16px;
    line-height: 26px;
}
.newsroom-title {
    font-size: 42px;
    margin-bottom: 30px;
    color: #000;
	line-height:52px;
}

.related-insights {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #00000061;
}
section.single-indstry-main-sec .related-insights {
    background: #000;
}

section.insight-main {
    background: #000;
    color: #fff;
}
section.insight-main .related-insights h2 {
    color: #fff;
}
section.insight-main .insight-card {
    border: 1px solid #000;
}
section.insight-main .insight-card .insight-content {
    background: #fff;
    color: #000;
}
section.insight-main .related-insights {
    margin: 0;
    padding: 0;
    border: none;
    color: #fff;
}
.related-insights h2 {
    text-align: center;
    margin-bottom: 40px;
}

.insights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.insight-card {
    border: 1px solid #eee;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.insight-card:hover {
    transform: translateY(-5px);
}

.insight-image {
    width: 100%;
    height: auto;
}

.insight-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.insight-content {
    padding: 20px;
}

.insight-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.insight-title {
    font-size: 20px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .insights-grid {
        grid-template-columns: 1fr;
    }
    
    .newsroom-hero {
        height: 300px;
    }
    
    .newsroom-title {
        font-size: 32px;
    }
}
/*career form*/
div#open-position span.wpcf7-form-control-wrap input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    height: 6vh;
    padding: 20px 10px;
    background: #e53935;
    color: #fff;
    border: #e53935;
}
.why_para p {
    width: 63%;
    margin-top: 24px;
}
/*faq*/
.faq-container {
    max-width: 1200px;
    margin: 30px auto;
}

.faq-item {
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 0;
}

.faq-question h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
    font-family: 'Graphik';
}

.faq-toggle {
    font-size: 24px;
    color: #D1261A;
    transition: transform 0.3s ease;
}
.single-product-inner-sec {
    padding: 100px 0px;
}

.single-product-left-sec .career-outer-sec-content p {
    text-align: justify;
}
section.single-indstry-main-sec .row .single-industry-left .career-outer-sec-content p {
    text-align: justify;
}
.single-industry-left .career-outer-sec-content p {
    text-align: justify;
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding-bottom: 20px;
}
@media (max-width: 768px) {
    .feature-item {
        gap: 15px;
    }
    
    .feature-icon {
        width: 32px;
        height: 32px;
    }
}
/*career*/
section.career-form-main-sec .career-form-container {
    width: 65%;
    margin: auto;
}
section.career-form-main-sec .career-form-container .map-contact-outer-heading {
    width: 100%;
    text-align: center;
}section.section-industry-sec.padding h2 {
    margin-bottom: 24px;
}

section.careeer-box-main-sec .row {
    row-gap: 50px;
}
.download-man-sec {
    padding: 100px 0px 50px 0px;
}
ul.ro li {
    list-style: disc;
}
.newsroom-body ul li {
    list-style: disc;
    margin-bottom: 12px;
}
section.section-industry-sec.padding .section-text ul.wp-block-list li {
    list-style: disc;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}
.industry_sub_menu_list li {
    list-style: disc;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 28px;
}
.related-insights h3.insight-title {
    line-height: 30px;
}
.insight_blocks h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
}
.newsroom-body .insight_blocks ol li {
    list-style: number;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
}
.newsroom-body .insight_blocks ul li strong {
    font-weight: 600;
}
.newsroom-body .insight_blocks ol li strong {
    font-weight: 600;
}
.newsroom-body .insight_blocks ul li {
    font-weight: 400;
}
.newsroom-body .insight_blocks ol li {
    font-weight: 400;
}
.insight_blocks h5:first-of-type {
    margin-top: 20px;
}

