/* compnent */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
body{
    font-family: "Rajdhani", sans-serif;
    margin: 0;
}
.contact-sec-main h1,
.contact-sec-main h2,
.contact-sec-main h3,
.contact-sec-main h4,
.contact-sec-main h5,
.contact-sec-main h6 {
    font-family: "Rajdhani", sans-serif;
    margin: 0;
}

.contact-sec-main p,
.contact-sec-main a,
.contact-sec-main ul,
.contact-sec-main li,
.contact-sec-main span {
   font-family: "Rajdhani", sans-serif;
}

.contact-sec-main p,
.contact-sec-main span {
    font-weight: 300;
}

.contact-sec-main p {
    margin-bottom: 0;
}

/* comman class */

.contact-sec-main {
    padding: 40px 15px 40px 15px;
}
.contact-row {
    max-width: 1146px;
    width: 100%;
    margin: auto;
    border-radius: 23px;
    background: #EEFFE7;
    padding: 50px;
    text-align: center;
}
.contact-row h1 {
    margin: auto;
    color: #000;
    text-align: center;
    font-size: 43px;
    font-weight: 700;
    line-height: 50px;
    width: 100%;
    max-width: 650px;
}
.contact-service {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    margin: 25px auto 40px;
    justify-content: center;
}
.contact-service-item {
    display: flex;
    gap: 11px;
    align-items: center;
}
.contact-service-item svg {
    flex: 0 0 auto;
}
.contact-service-item h4 {
    color: #2E4F21;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.call-ans {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding-bottom: 24px;
}
.call-ans h5 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.call-us-btn div {
    text-align: left;
}
.call-us-btn a {
    border-radius: 10.286px;
    border: 1px solid #FFB8A1;
    background: linear-gradient(90deg, #DD6039 0%, #F05B2B 100%);
    box-shadow: 0 5.143px 37.029px 0 #DD6039;
    display: flex;
    gap: 25px;
    width: max-content;
    margin: auto;
    align-items: center;
    text-decoration: none;
    padding: 15px 25px;
}
.call-us-btn span {
    width: 74.571px;
    height: 74.571px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-us-btn h5 {
    color: #FFF;
    text-shadow: 0 5.143px 5.143px rgba(0, 0, 0, 0.21);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.call-us-btn h3 {
    color: #FFF;
    text-shadow: 0 5.143px 5.143px rgba(0, 0, 0, 0.32);
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
}
.contact-review {
    display: flex;
    justify-content: center;
    margin-top: 34px;
    gap: 19px;
    align-items: center;
}
.contact-review h6 {
    color: #000;
    font-size: 16.418px;
    font-weight: 700;
    width: 100%;
    max-width: 180px;
    text-align: left;
}
.contact-reviewImg span:nth-child(2) {
  margin-left: -20px; 
}

.contact-reviewImg span:nth-child(3) {
  margin-left: -20px; 
}
.contact-reviewImg span {
    display: inline-block;
    width: 49px;
    height: 49px;
}
.contact-reviewImg {
    display: flex;
}
.contact-reviewImg span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #fff;
}

.industry-platform {
    margin-top: 60px;
}

footer a {font-weight: 500;font-size: 16px !important;}

.industry-platform h3 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    margin-top: 24px;
}
.industry-platform-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding-top: 11px;
}