* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

:root {
    --white-color: #fff;
    --black-color: #000;
    --black-overlay-color: rgba(0, 0, 0, 0.7);
    --blue-overlay-color: rgba(8, 56, 121, 0.57);
    --yellow-color:rgba(253, 191, 32, 1);
    --gray-color:#737373;
    --dark-gray:#1E2222;
    --line-color: #c2c2c2;
    --border-color:#DADADA;
    --blue-color: #1977F3;
    --dark-blue: #1660C2;
    --border-color: #BBBBBB;
    --card-text-color:#565656;
    --card-hover-bg-1: #EEF2F5;
    --industry-card-hover-bg: #072B5B;
    --section-blue-overlay: #1977F326;
    --font-family-1: "Poppins", sans-serif;
}

p, h1, h2, h5 {
    margin-bottom: 0;
    font-family: var(--font-family-1);
    letter-spacing: -0.4px;
}

a {
    text-decoration: none;
    color: var(--black-color);
}

button {
    font-family: var(--font-family-1);
}

ul{
    padding-left: 1rem !important;
	list-style: disc;
}

.section-padding-class {
    padding: 71px 130px;
}

.image-mirror {
    transform: scalex(-1);
}

.section-heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    color: var(--black-color);
    text-transform: capitalize;
}

.section-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
}

.common-padding-block {
    padding-block: 100px;
}

.gray-text {
    color: var(--gray-color);
}

.hero-section {
    width: 100%; 
    height: 456px;
    position: relative;
	 background-image: url(../jpg/hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
	background-position-y: 65%;
}


.hero-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--blue-overlay-color);
}

.hero-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
    position: absolute;
}

.content-text-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.hero-heading {
    font-family: var(--font-family-1);
    color: var(--white-color);
    font-size: 42px;
    font-weight: 700;
    line-height: 52.5px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
}

.hero-para {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: var(--white-color);
}

.hero-button {
    padding: 8px 32px;
    border: 1px solid var(--white-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--white-color);
    background-color: transparent;
}

.hero-button:hover {
    background-color: var(--white-color);
    transition: 0.4s ease-in-out;
    border: 1px solid var(--white-color);
    color: var(--black-color);
}

.buisness-section {
    width: 100%;
    background-color: var(--yellow-color);
}

.buisness-custom-row {
    display: flex;
    gap: 10px;
    max-height: 411px;
}

.buisness-content-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.buisness-image-container {
    width: 100%;
    height: 100%;
}

.buisness-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speed-up-section {
    width: 100%;
    background-color: var(--white-color);
}

.speed-up-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.curious-section {
    width: 100%;
}

.curious-container {
    display: flex;
    flex-direction: column;
}

.first-image-container {
    width: 100%;
    height: 253px;
}

.first-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.curios-row {
    display: flex;
    height: 310px;
}

.curios-card-image-container {
    position: relative;
	padding:0px;
}

.curios-card-image-container > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.curious-section-image-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--section-blue-overlay);
}

.curious-card-content {
    background-color: var(--dark-gray);
    display: flex;
    flex-direction: column;
    gap: 22px;
    justify-content: center;
    align-items: flex-start;
}

.curios-card-heading {
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
}


.industry-section {
    width: 100%;
    background-color: var(--blue-color);
}

.industry-container {
    display: flex;
    flex-direction: column;
    gap: 79px;
    padding-bottom: 160px;
    padding-top: 119px;
}

.industry-heading {
    color: var(--white-color);
}

.cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 32px;
}

.card-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 40px 40px;
    align-items: center;
    background-color: var(--dark-blue);
    /* border-radius: 15px; */
    justify-content: center;
    gap: 20px;
}

.card-container:hover {
    background-color: var(--industry-card-hover-bg);
    transition: 0.4s ease-in-out;
}

.card-image {
    height: 60px;
    width: auto;
    object-fit: contain;
    margin-inline: auto;
}

.card-para {
    color: var(--white-color);
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
}

.qa-section {
    width: 100%;
    background-color: var(--white-color);
}

.qa-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 31px;
}

.qa-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 347px;
    height: 100%;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 41px 27px;
    align-items: flex-start;
    margin-inline: auto;
}

.qa-card:first-child {
    border: none;
    justify-content: center;
}

.qa-image {
    max-height: 45px;
    width: auto;
    object-fit: contain;
}

.qa-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 23px;
}

.qa-para {
    color: var(--gray-color);
}

.effort-section {
    width: 100%;
}
.offering-section .section-padding-class{
	padding: 50px 130px;
}

@media screen and (max-width: 767px) {
.offering-section .section-padding-class{
	padding: 50px 30px;
}
.offering-card-container {
min-height: 650px !important;
}	
	
}



.offering-container {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.offering-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 31px;
    row-gap: 12px;
}

.offering-card-container {
    width: 100%;
    margin-inline: auto;
    min-height: 630px;
    position: relative;
}

@media (min-width: 1200px) and (max-width: 1350px) {
	.offering-card-container {
    min-height: 680px;
}
}

.offering-card-image > img {
    height: 213px;
    width: 100%;
    object-fit: cover;
}

.offering-card-image {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.offering-card-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    border: 1px solid var(--border-color);
    top: 168px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    padding: 24px;
    width: 87%;
    height: calc(100% - 200px);
}

.offering-card-content-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.offering-card-heading {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: var(--black-color);
    margin-bottom: 10px;
}

.offering-card-para, .offering-card-list {
    color: var(--card-text-color);
}

.card-button {
    padding: 5px 15px;
    border: #1660C2;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    background-color: #1660C2;
    margin-inline: auto;
}

.card-button:hover {
    background-color: #ffffff;
    color: #1660C2;
    transition: 0.4s ease-in-out;
    border: 1px solid #1660C2;
}

.qa-service-section {
    width: 100%;
    background-color: var(--white-color);
}

.qa-service-container {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.qa-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
}

.qa-service-card {
    padding: 34px 58px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 54px;
    border: 1px solid var(--border-color);
    background-color: var(--white-color);
    border-radius: 10px;
}

.qa-service-card:hover {
    background-color: var(--card-hover-bg-1);
    transition: 0.4s ease-out;
}

.qa-service-card-heading {
    font-weight: 700;
    font-size: 20px;
    font-weight: 49px;
}

.qa-service-card-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.qa-service-card-image {
    height: 135px;
    width: 135px;
}

.qa-service-card-image > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.qa-lists {
    line-height: 27px;
}

.art-section {
    width: 100%;
    background-color: var(--white-color);
}

.art-container {
    display: flex;
    flex-direction: column;
    gap: 68px;
}

.art-header {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.art-section-para {
    color: var(--gray-color);
}

.art-content-container {
    display: flex;
}

.art-custom-col {
    display: flex;
    gap: 50px;
    flex-direction: column;
}

.art-keys {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    cursor: pointer;
    border-left: 0;
}

.art-index {
    color: var(--black-color);
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}

.art-text, .art-output-heading {
    color: var(--black-color);
    font-weight: 400;
    font-size: 20px;
}

.outputs {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 558px;
}

.art-output {
    display: flex;
    flex-direction: column;
}

.art-output-para {
    color: var(--gray-color);
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.active-key {
    border-left: 3px solid var(--blue-color);
    padding-left: 62px;
    transition: 0.4s ease;
}

.active-index {
    color: var(--blue-color);
}



@media screen and (min-width:1200px) {
    /* .offering-card-container.last-two {
        width: 33%;
    } */
.offering-card-container.last-two {
  grid-column: span 1; /* each takes one column */
  justify-self: center; /* center them */
}

.offering-card-container.last-two:first-of-type {
  grid-column: 2; /* push the first one to the center column */
}
}

@media screen and (max-width:1200px) {
    .offering-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width:1100px) {
    .buisness-custom-row {
        max-height: none;
    }
    .cards-grid {
        grid-template-columns: 1fr 1fr;
    }
    .qa-grid {
        grid-template-columns: 1fr 1fr;
    }
    .qa-service-card {
        padding: 34px 34px;
    }
    .curious-card-content {
        padding-inline: 50px;
    }
}

@media screen and (max-width:990px) {
    .buisness-custom-row {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .qa-service-grid {
        grid-template-columns: 1fr;
    }
    .active-key {
        padding-left: 29px;
    }
}

@media screen and (max-width:870px) {
    .offering-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:768px) {
    .cards-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:767px) {
    .section-padding-class {
        padding: 61px 25px;
    }
    .buisness-content-para {
        text-align: justify;
    }
    .curios-row {
        flex-direction: column-reverse;
        height: auto;
    }
    .effort-section-row {
        flex-direction: column;
    }
    .accordion-body-container {
        flex-direction: column;
    }
    .explore-section-container {
        gap: 38px;
    }
    .accordion-card-content > p {
        text-align: justify;
    }
    .offering-container, .qa-service-container, .art-container {
        gap: 50px;
    }
    .qa-service-card {
        gap: 24px;
    }
    .qa-service-card-content {
        /* grid-template-columns: 1fr; */
        gap: 30px;
    }
    .industry-container {
        padding-bottom: 100px;
        padding-top: 90px;
    }
    .custom-output-col {
        margin-top: 30px;
    }
    .active-key {
        padding-left: 62px;
    }
}

@media screen and (max-width:640px) {
    .card-container {
        padding: 30px 30px;
    }
    .qa-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width:540px) {
    .qa-service-card-content {
        gap: 10px;
    }
    .qa-service-card-image {
        height: 105px;
        width: 105px;
    }
}

@media screen and (max-width:380px) {
    .qa-service-card-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media screen and (max-width:321px) {
    .card-container {
        padding: 20px 10px;
    }
}

/* Contact form */
.contact-form-section {
    background-color: #FDBF20;
	padding: 100px 180px;
}
@media screen and (max-width:990px) {
	.contact-form-section {
	padding: 30px 35px;
	}
.contact-form-section .form-home{
	padding:35px;
}

.modal .col-lg-3 {
	display:none;
}

}
@media screen and (max-width: 900px) {
    .socialactive .social-wrap {
        right: -215px !important;
    } 
	
}

.contact-form-section .section-wrap{
	max-width: 1170px;
}	
.contact-form-section {
	display: flex;
    justify-content: center;
}


.offering-grid .last-row-center {
  grid-column: 1 / -1;          /* span all 3 columns */
  display: flex;
  justify-content: center;
  gap: 31px;
}



.offering-grid .last-row-center {
  /* max-width: calc((100% - 2 * 31px) * 2 / 3 + 31px);  */
  margin-inline: auto;
}

@media (max-width: 870px) {
  .offering-grid .last-row-center {
    flex-direction: column;
    align-items: center;
    max-width: none;
  }
  .offering-grid .last-row-center > .offering-card-container {
    width: 100%;
  }
}