/* Roboto Font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* Montserrat FOnt */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Richat';
    src: url('fonts/Richat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

body {
    overflow-x: hidden !important;
}

/* Header */
.header {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-container {
    width: 1320px;
    height: 120px;
    display: flex;
    justify-content: space-between;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-section img {
    width: 631.76px;
    height: 91px;
    padding-top: 14px;
}

.contact-section {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.contact-btn {
    background-color: #BD1F2E;
    color: #fff;
    padding: 11px 25px;
    border: none;
    border-radius: 999px;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.phone-number {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    letter-spacing: 0%;
    color: #BD1F2E;
    font-weight: 400;
}

/* End */



/* Hero section */
.hero-section {
    width: 100%;
    height: 754px;
    padding-bottom: 268px;
    padding-top: 163px;
    background-image: url('/Landing Page/images/Hero-Section.png');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-container {
    width: 1320px;
    display: flex;
    justify-content: start;
    align-items: center;
}

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

.content-section h1 {
    color: #BD1F2E;
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    letter-spacing: 0%;
}

.content-section h1 span {
    color: white;
}

.content-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0%;
    color: white;
}

.hero-btn {
    background-color: #BD1F2E;
    color: #fff;
    padding: 11px 25px;
    border: none;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

/* End */



/* problem section */
.problem-section {
    width: 100%;
    background-image: url('/Landing Page/images/Problems-Section.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 88px;
    padding-bottom: 62px;
}

.problem-Conatiner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    row-gap: 0px;
}

.problem-text {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    color: #bd1f2e;
    margin-right: -30px;
}

.problem-section img {
    width: 132px;
    height: 107.89px;
}

.solution-text {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    color: #013668;
    margin-left: -35px;
}

.ev-content-box {
    display: flex;
    background-color: transparent;
    padding: 40px 0px 25px 0px;
    margin-bottom: 30px;
    text-align: left;
    max-width: 1039px;
    margin: auto;
}

.ev-column {
    width: 50%;
    padding: 30px 23px 23px 23px;
    border: 1px solid #fff;
}

.ev-column p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    margin: 0px;
    letter-spacing: 0%;
}

.btn-div-problem {
    display: flex;
    justify-content: center;
    text-align: center;
}

.problem-btn {
    background-color: #BD1F2E;
    color: #fff;
    padding: 11px 25px;
    border: none;
    font-family: 'Roboto', sans-serif;
    line-height: 100%;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border-radius: 4px;
}

/*End */



/* Planning Section */
.planning-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/Landing Page/images/planning-section.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    background-color: #F3F3F3 !important;
}

.planning-container {
    width: 1320px;
    height: 403px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.planning-content-section {
    width: 931px;
    height: 120px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.planning-content-section h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 40px;
    letter-spacing: 0px;
    text-align: center;
}

/* End */



/* Slider-section  */
.slider-section {
    background: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 73px;
}

.slider-content-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.slider-content-section h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    color: #013668;
    text-align: center;
}

.slider-content-section h1 span {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 55px;
    color: #BD1F2E;
    text-align: center;
}

.slider-content-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: black;
    text-align: center;
}

.ev-slider__container {
    position: relative;
    width: 100%;
    /* max-width: 1600px; */
    margin: 0px auto;
    padding: 20px 0px 57px 0px;
    overflow: hidden !important;
}

.ev-slider__track {
    display: flex;
    position: relative;
}

.ev-slider__card {
    margin-right: 30px;
    border-radius: 20px;
    padding: 24px;
    background: #FBFBFB;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.ev-slider__card:hover {
    transform: translateY(-6px);
}

.ev-slider__card-image {
    width: 100%;
    max-height: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.ev-slider__card-content {
    padding-top: 10px;
}

.ev-slider__card-title {
    font-size: 18px;
    font-weight: 5 00;
    color: #000000;
    margin-bottom: 10px;
}

.ev-slider__card-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    color: #000;
}

/* End */



/* EV Banner */
.ev-banner-section {
    height: 332px;
    background: url('/Landing Page/images/ev-banner-bg.png') center center / cover no-repeat;
}

.ev-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.ev-banner-content p {
    color: white;
    font-size: 38px;
    max-width: 700px;
    margin: 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 40px;
    max-width: 1050px;
}

/* End */



/* workplace styling */
.workplace-main-reverse {
    display: flex;
    flex-direction: row-reverse;
}

/* Adjust padding for reversed sections */
.workplace-main-reverse .workplace-content {
    padding-left: 0 !important;
    padding-right: 48px !important;
}

.ev-workplace-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 64px;
    padding-bottom: 64px;
}

.ev-workplace-container {
    width: 1320px;
}

.workplace-main {
    display: flex;
}

.workplace-heading {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 38px;
    line-height: 43px;
    color: #013668;
    margin-bottom: 12px;
}

.workplace-content {
    padding-left: 48px !important;
    padding-top: 10px;
}

.workplacetxt1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    color: #000;
    padding-top: 0px;
    margin-bottom: 5px;
}

.workplacetxt2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding-top: 0px;
    width: 590px;
    margin-bottom: 20px;
}

.workplacetxt3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15.26px;
    line-height: 25px;
    color: #000;
    padding-top: 10px;
}

.ev-workplace-section .problem-btn {
    font-size: 12px;
    padding: 15px 17px;
}

.ev-workplace-section .btn-div-problem {
    justify-content: flex-start;
    position: relative;
}

/* End */



/* EV 2nd Banner Section */
.ev-2nd-banner-section {
    height: 266px;
    background: url('/Landing Page/images/ev-2nd-banner\ .png') center center / cover no-repeat;
}

.ev-2nd-banner-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.ev-2nd-banner-content p {
    color: white;
    font-size: 38px;
    max-width: 931px;
    margin: 0;
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 40px;
}

/* End */



/*  What We Deliver  */
.ats-section-outer {
    width: 100%;
    background-color: #f5f5f5;
    padding: 60px 20px;
}

.ats-section-inner {
    max-width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.ats-section-inner h2 {
    font-size: 28px;
    padding-bottom: 40px;
}

.title-blue {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #002f6c;
    font-weight: bold;
}

.title-red {
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    color: #c8102e;
    font-weight: bold;
}

.ats-grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}

.column {
    display: flex;
    flex-direction: row;
    flex: 1;
    min-width: 280px;
}

.card {
    background-color: white;
    padding: 40px 20px;
    text-align: center;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 20px;
}

.card img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
}

.red {
    color: #c8102e;
    font-weight: bold;
}

.red span {
    visibility: hidden;
}

.card p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 400;
}

.card-1 {
    width: 25%;
    height: 464px;
    border: 1px solid black;
    padding-top: 50px;
    padding-bottom: 100px;
}

.card-2 {
    width: 25%;
    height: 464px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.card-3 {
    width: 25%;
    height: 464px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.card-4 {
    width: 25%;
    height: 464px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.card-5 {
    width: 25%;
    height: 464px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.card-6 {
    width: 25%;
    height: 464px;
    padding-top: 50px;
    padding-bottom: 100px;
    border-right: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

.cta-button {
    margin-top: 40px;
}

.cta-button button {
    background-color: #c8102e;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
}

.cta-button button:hover {
    background-color: #a30d24;
}

.column-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

/* End */



/* Expert Maintenence CTA */
.expert-maintenance {
    width: 100%;
    background-color: #013668;
    padding-top: 40px;
    padding-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.maintenance-container {
    width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.expert-maintenance-title {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

.expert-maintenance-title span {
    color: #BD1F2E;
}

.maintenance-description {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 918px;
}

/* End */



/* Maintenence Cards Section */
.charging-solutions-wrapper {
    background-color: #F3F3F3;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.charging-solutions-container {
    max-width: 1142px;
    margin: 0 auto;
    padding: 0 15px;
}

.solutions-cards-grid {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.solution-feature-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 354px;
    height: 393px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.feature-image-box img {
    width: 319px;
    height: 162px;
    border-radius: 10px;
    object-fit: cover;
}

.solution-feature-card h3 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.solution-feature-card p {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.action-button-wrapper {
    text-align: center;
}

.protection-cta-button {
    display: inline-block;
    background-color: #c82333;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-decoration: none;
    color: #FFF;
    padding: 15px 36px;
    border-radius: 5px;
}

/* End */



/* About technical Services */
.ats-about-section {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ats-container {
    max-width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ats-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ats-logo {
    width: 631.756px;
    height: 91px;
    padding-top: 35px;
}

.ats-main-heading {
    color: #013668;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 16px;

}

.ats-subheading {
    text-align: center;
    color: #BD1F2E;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    padding-bottom: 23px;
}

.ats-description {
    text-align: center;
    width: 1013px;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    padding-bottom: 31px;
    line-height: 25px;
}

.evOuterFrame_UX99 {
    width: 1316px;
    background: linear-gradient(101deg, #013668 7.41%, #BD1F2E 90.96%);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    color: #fff;
}

.evColumnLeft_971 {
    border-right: 2px solid white;
    flex: 1;
    background-color: rgba(255, 255, 255, 0.05);
}

.evColumnRight_972 {
    flex: 1;
    background-color: rgba(255, 255, 255, 0.07);
}

.evMainHeader_HeadX {
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 18px;
    border-bottom: 2px solid white;
    padding-top: 22px;
}

.evBulletList_RGT {
    position: relative;
    margin-top: 20px;
    padding-left: 34px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.evBulletList_LFT {
    position: relative;
    margin-top: 20px;
    padding-left: 41px;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.evBulletList_RGT li::before {
    content: "•";
    position: absolute;
    left: 200;
    top: 0;
    color: white;
}

.evBulletList_LFT li::before {
    content: "•";
    position: absolute;
    left: 200;
    top: 0;
    color: white;
}


.evBulletList_LFT li {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 38px;
}

.evBulletList_RGT li {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 16px;
    padding-right: 41px;
}

.ats-bottom-text {
    padding-top: 28px;
    text-align: center;
    max-width: 814px;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
}
img.footer-image {
    width: 334px;
    position: absolute;
    height: 155px;
    bottom: 0;
    right: 40%;
    transform: rotate(-22deg);
}
.page-id-22247 div#wrapper , .page-id-22476 div#wrapper {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.page-id-22247 section.cont_strip , .page-id-22247 footer#footer , .page-id-22476 section.cont_strip , .page-id-22476 footer#footer {
    display: none;
}

.ats-bottom-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ats-cta-container {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 42px;
}

.ats-cta-button {
    display: inline-block;
    background-color: #C22126;
    padding: 16px 27px;
    border-radius: 5px;
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
}

/* End */



/* 3 CTA Section */
.third-cta-section {
    width: 100%;
    background-color: #013668;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.image-box {
    width: 117.565px;
    height: 192.806px;
    position: absolute;
    top: 0;
    left: 0;
}

.third-cta-section-container {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 1320px;
    height: 310px;
    position: relative;
}

.third-cta-section-content {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    width: 913px;
}

/* End */



/* FAQS Secttion */
.faqOuterZone_991 {
    width: 100%;
    background-color: #F3F3F3;
    padding: 50px 0;
}

.faqInnerWrap_992 {
    width: 1320px;
    margin: 0 auto;
    text-align: center;
}

.faqHeadline_993 {
    color: #013668;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 40px;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.faqItemList_994 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.faqBlock_995 {
    width: 896px;
    height: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    text-align: left;
}

.faqBlock_995.opened {
    border: 1px solid #BD1F2E;
    box-shadow: 0 0 0 2px rgba(189, 31, 46, 0.1);
}

.faqBlockTitle_996 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--Neutral-800, #170F49);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.faqBlock_995 .faqBlockDesc_997 {
    width: 767px;
    color: var(--Neutral-600, #6F6C90);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-top: 18px;
    display: none;
}

.faqBlock_995.opened .faqBlockDesc_997 {
    display: block;
}

.faqArrowIcon_998 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.082);
    border-radius: 50%;
    background-color: #fff;
    transition: background-color 0.3s ease;
}

.faqArrowIcon_998 svg {
    height: 28px;
    stroke: #BD1F2E;
    transition: stroke 0.3s ease, transform 0.3s ease;
}

.faqBlock_995.opened .faqArrowIcon_998 {
    background-color: #BD1F2E;
}

.faqBlock_995.opened .faqArrowIcon_998 svg {
    stroke: #fff;
    transform: rotate(90deg);
}

.faqContactBtn_999 {
    background-color: #BD1F2E;
    color: white;
    padding: 12px 32px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.faqContactBtn_999:hover {
    background-color: #a21722;
}

/* End */

.ev-workplace-section img {
    max-width: unset;
}

/* Fourth CTA Section */
.fourth-cta-section {
    width: 100%;
    height: 318px;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fourth-cta-container {
    width: 931px;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

/* End */



/* Contact Form Section */
.contact-form-section {
    width: 100%;
    background-color: white;
    display: flex;
    justify-content: center;

}

.contact-form-container {
    width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.contact-from-heading {
    padding-top: 28px;
    color: #013668;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.highlight {
    color: #BD1F2E;
}

.contact-description {
    width: 652px;
    text-align: center;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 22px;
}

.main-contact-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 200px !important;
}


.page-id-22247 header#header , .page-id-22476 header#header {
    display: none;
}
.contact-form_1122 {
    width: 1320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    background-size: 334px;
}

.evFormSection_101 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 60px 20px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    max-width: 1220px;
    margin: 0 auto;
}
a.tel {
    text-decoration: none;
}
input.error, textarea.error {
    border-bottom: 1px solid red !important;
}

.ats_bottom_text p {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 25px;
    width: 800px;
    color: rgba(0, 0, 0, 1);
}
select.error {
    border: 1px solid red !important;
}
.evFormWrap_102 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.evFormWrap_10002 {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.evFormRow_103 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;

}

.evFormGroup_104 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.evFormGroup_104 label {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormGroup_104 input,
.evFormGroup_104 select,
.evFormGroupFull_105 textarea {
    padding: 8px 0;
    background-color: transparent;
    border: none;
    resize: none;
    border-bottom: 1px solid #8D8D8D;
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormGroupFull_105 select {
    padding: 8px 0;
    width: 50%;
    background-color: transparent;
    resize: none;
    border-bottom: 1px solid #8D8D8D;
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormGroupFull_105 input {
    padding: 8px 0;
    width: 50%;
    background-color: transparent;
    border: none;
    resize: none;
    border-bottom: 1px solid #8D8D8D;
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormGroup_104 select {
    appearance: none;
    background: url("data:image/svg+xml,%3Csvg fill='black' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right center;
    background-position-x: calc(100% - 10px);
    background-size: 16px;
}

.evFormGroupFull_105 {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
}

.evFormGroupFull_105 label {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormBottom_106 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 20px;
}

.evFormContactInfo_107 p {
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
}

.evFormContactInfo_107 a {
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27.765px;
    text-decoration: none;
}

.evFormSubmitBtn_108 {
    background-color: #bd1f2e;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22.212px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    box-shadow: 0 5px 15px rgba(189, 31, 46, 0.3);
    cursor: pointer;
    padding: 20px 40px;
    transition: background-color 0.3s ease;
    border-radius: 8px;
    border: none;
}

.evFormSubmitBtn_108:hover {
    background-color: #a21722;
}

.evFormPlaneImg_109 {
    width: 334.27px;
    height: 155.906px;
    transform: rotate(-29.753deg);
}

.plane-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -160px;
}

/* End */































/* ======= Start: Hide horizontal overflow on mobile and tablet screens ======= */
/* Mobile devices /
/ @media (max-width: 767px) {
*{
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
}
/* Tablets
@media (min-width: 768px) and (max-width: 1024px) {
*{
overflow-x: hidden;
}
body {
overflow-x: hidden;
}
} */
/* ======= End: Hide horizontal overflow on mobile and tablet screens ======= */
/* ========================= /
/ Responsive Header Styles - Start /
/ ========================= */
@media (max-width: 1320px) {
    .header-container {
        width: 100%;
        padding: 0 20px;
    }

    .logo-section img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 992px) {
    .header-container {
        flex-direction: row;
        align-items: center;
        height: auto;
        gap: 20px;
        padding: 20px 16px;
    }

    .contact-section {
        flex-direction: row;
        gap: 10px;
    }

    .logo-section img {
        width: 100%;
        max-width: 400px;
        height: auto;
        padding-top: 0;
    }
}

@media (max-width: 576px) {
    .contact-btn {
        width: 40%;
        text-align: center;
    }
    .page-id-22247 .header , .page-id-22476 .header{
        width: 100%;
    }
    .contact-section {
        width: 100%;
    }

    .ev-2nd-banner-section {
        height: 380px;
    }
    .header-container{
        flex-direction: column;
    }
    .phone-number {
        font-size: 18px;
    }

    .logo-section img {
        max-width: 360px;
    }
    button.contact-btn {
        padding: 10px;
    }
    .third-cta-section-content {
        font-size: 20px;
        line-height: 33px;
    }
    .third-cta-section-container {
        height: 270px;
    }
}

/* ========================= /
/ Responsive Header Styles - End /
/ ========================= */
/* ========================= /
/ Responsive Hero Section - Start /
/ ========================= */
@media (max-width: 1320px) {
    .hero-container {
        width: 100%;
        padding: 0 20px;
    }
}

@media (max-width: 992px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 200px;
        height: auto;
    }

    .hero-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .content-section h1 {
        font-size: 40px;
        line-height: 48px;
    }

    .content-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .hero-btn {
        font-size: 15px;
        padding: 10px 22px;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding-top: 80px;
        padding-bottom: 160px;
    }

    .content-section {
        gap: 30px;
    }

    .content-section h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .content-section p {
        font-size: 14px;
        line-height: 20px;
    }

    .hero-btn {
        width: 65%;
        text-align: center;
    }
}
.popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

/* Popup Box */
.popup-content {
  background: #fff;
  width: 650px;
  max-width: 90%;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#customPopup button.evFormSubmitBtn_108 {
    position: unset;
    font-size: 14.212px;
}
/* Close Button */
.close-btn {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 20px;
  cursor: pointer;
}
#customPopup .evFormGroupFull_105 select{
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 6.765px;
}
#customPopup .evFormGroup_104 label{
    font-size: 17px;
}
#customPopup .evFormGroup_104 input, #customPopup .evFormGroup_104 select, #customPopup .evFormGroupFull_105 textarea {
    padding: 3px 0;
    background-color: transparent;
    border: none;
    resize: none;
    border-bottom: 1px solid #8D8D8D;
    color: #8D8D8D;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 6.765px;
}
/* ========================= /
/ Responsive Hero Section - End /
/ ========================= */
/* ========================= /
/ Responsive Problem Section - Start /
/ ========================= */
@media (max-width: 1320px) {
    .ev-content-box {
        padding: 20px;
    }

    .ev-column {
        padding: 20px;
    }

    .problem-section img {
        width: 100px;
        height: auto;
    }
}

@media (max-width: 992px) {
    .problem-Conatiner {
        flex-direction: row;
        gap: 20px;
    }

    .problem-text,
    .solution-text {
        margin: 0;
        text-align: center;
        font-size: 32px;
        line-height: 45px;
    }

    .problem-section img {
        width: 90px;
        height: auto;
    }

    .ev-content-box {
        flex-direction: column;
        padding: 20px;
    }

    .ev-column {
        width: 100%;
        padding: 20px;
        font-size: 15px;
    }

    .ev-column p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {
    .popup-content{
        width: 90%;
    }
    .problem-text,
    .solution-text {
        font-size: 26px;
        line-height: 38px;
    }
    .popup-content{
        padding: 20px;
    }
    .problem-section img {
        width: 70px;
    }

    .ev-column {
        font-size: 14px;
    }

    .ev-column p {
        font-size: 14px;
        line-height: 24px;
    }

    .problem-btn {
        width: 85%;
        text-align: center;
        font-size: 13px;
    }
}

/* ========================= /
/ Responsive Problem Section - End /
/ ========================= */
/* ========================= /
/ Responsive Planning Section - Start /
/ ========================= */
@media (max-width: 1320px) {
    .planning-container {
        width: 100%;
        padding: 0 20px;
    }

    .planning-content-section {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .planning-container {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 40px 20px;
    }

    .planning-content-section {
        flex-direction: column;
        height: auto;
        text-align: center;
    }

    .planning-content-section h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

@media (max-width: 576px) {
    .planning-content-section h1 {
        font-size: 24px;
        line-height: 32px;
        padding: 0 10px;
    }
}

/* ========================= /
/ Responsive Planning Section - End /
/ ========================= */
/* ========================= /
/ Responsive Slider Section - Start /
/ ========================= */
@media (max-width: 1320px) {
    .ev-slider__container {
        padding: 20px 16px 57px 16px;
    }

    .ev-slider__card {
        margin-right: 20px;
    }
}

@media (max-width: 992px) {

    .slider-content-section h1,
    .slider-content-section h1 span {
        font-size: 32px;
        line-height: 45px;
    }

    .slider-content-section p {
        font-size: 16px;
        line-height: 22px;
    }

    .ev-slider__card {
        padding: 20px;
    }

    .ev-slider__card-title {
        font-size: 16px;
    }

    .ev-slider__card-text {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .slider-content-section {
        padding: 0 10px;
    }

    .slider-content-section h1,
    .slider-content-section h1 span {
        font-size: 24px;
        line-height: 34px;
    }

    .slider-content-section p {
        font-size: 14px;
        line-height: 20px;
    }
    .ev-slider__container .swiper-pagination{
        bottom: 0px !important;
    }

}
.ev-slider__container .swiper-pagination{
    bottom: 0px !important;
}
/* ========================= /
/ Responsive Slider Section - End /
/ ========================= */
/* ========================= /
/ Responsive EV Banner Section - Start /
/ ========================= */
@media (max-width: 992px) {
    .ev-banner-section {
        height: auto;
        padding: 50px 50px;
    }

    .ev-banner-content p {
        font-size: 28px;
        line-height: 36px;
        max-width: 90%;
    }
}

@media (max-width: 576px) {
    .ev-banner-section {
        padding: 30px 0;
    }

    .ev-banner-content p {
        font-size: 22px;
        line-height: 30px;
        padding: 0 15px;
    }
}

/* ========================= /
/ Responsive EV Banner Section - End /
/ ========================= */
/* =========================================== /
/ Responsive EV Workplace Section - Start /
/ =========================================== */
@media (max-width: 992px) {
    .ev-workplace-container {
        width: 90%;
    }

    .workplace-img img {
        width: 100%;
    }

    .workplace-main,
    .workplace-main-reverse {
        flex-direction: column !important;
        gap: 12px;
    }

    .workplace-content {
        padding: 0px 0 0 0 !important;
        width: 100%;
    }

    .workplacetxt2 {
        width: 100%;
        font-size: 32px;
        line-height: 50px;
    }

    .ev-workplace-section .btn-div-problem {
        justify-content: center;
        bottom: 0 !important;
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .workplace-img img {
        width: 100%;
    }
    .btn-div {
        text-align-last: center;
    }

    .ev-workplace-container {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .workplace-heading {
        font-size: 26px;
        line-height: 36px;
        text-align: left;
    }

    .workplacetxt1 {
        font-size: 28px !important;
        line-height: 32px;
    }
    .ats-section-outer .card img {
        width: 45px;
        height: 45px;
        margin: 0px;
    }
    .workplacetxt2,
    .workplacetxt3 {
        font-size: 14px;
        line-height: 22px;
    }

    .ev-workplace-section .problem-btn {
        font-size: 14px;
        padding: 12px 20px;
    }
    .ats_bottom_text p{
        width: 100%;
    }
}

/* =========================================== /
/ Responsive EV Workplace Section - End /
/ =========================================== */
/* ======= Start: Responsive Styles for Expert Maintenance Section ======= */
/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .expert-maintenance {
        height: auto;
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .maintenance-container {
        width: 90%;
        gap: 15px;
    }

    .expert-maintenance-title {
        font-size: 30px;
        line-height: 28px;
    }

    .maintenance-description {
        width: 100%;
        font-size: 16px;
        line-height: 22px;
        padding: 0 10px;
    }
}

/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .expert-maintenance {
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .maintenance-container {
        width: 95%;
        gap: 10px;
    }

    .expert-maintenance-title {
        font-size: 24px;
        line-height: 24px;
    }

    .maintenance-description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        padding: 0 10px;
    }
    button.evFormSubmitBtn_108 {
        width: 86%;
        font-size: 17px;
        margin: auto;
    }
}

/* ======= End: Responsive Styles for Expert Maintenance Section ======= */
/* ======= Start: Responsive Styles for Maintenance Cards Section ======= */
/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .solutions-cards-grid {
        justify-content: center;
        gap: 20px;
    }

    .solution-feature-card {
        width: 30%;
        /* 3 cards per row */
        height: auto;
        /* let height adapt */
        padding: 15px;
    }

    .solution-feature-card h3 {
        font-size: 16px;
    }

    .solution-feature-card p {
        font-size: 16px;
    }

    .protection-cta-button {
        font-size: 14px;
        padding: 12px 30px;
    }

    .feature-image-box img {
        width: 100%;
        height: auto;
    }
}
.mobile-problem , .mobile-solution{
    display: none;
}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .solutions-cards-grid {
        justify-content: center;
        gap: 15px;
    }

    .solution-feature-card {
        width: 100%;
        /* 3 cards per row */
        height: auto;
        padding: 10px;
    }

    .solution-feature-card h3 {
        font-size: 16px;
    }
    .problem-Conatiner{
        display: none;
    }
    .mobile-problem , .mobile-solution{
        display: block;
        text-align: justify;
        margin-bottom: 14px;
    }
    span.solution-text.mobile-solution {
        margin-top: 15px;
    }
    .problem-section{
        padding-top: 40px;
    }
    .image-box {
        width: 32.565px;
        height: 33.806px;
    }
    .fourth-cta-container{
        font-size: 28px;
    }
    .contact-from-heading{
        font-size: 30px;
    }
    .workplace-main-reverse .workplace-content{
        padding: 0px !important;
    }
    .third-cta-section-container {
        width: 100%;
    }
    .solution-feature-card p {
        font-size: 16px;
    }

    .protection-cta-button {
        font-size: 14px;
        padding: 10px 25px;
    }

    .feature-image-box img {
        width: 100%;
        height: auto;
    }
}

/* ======= End: Responsive Styles for Maintenance Cards Section ======= */
/* ======= Start: Responsive Styles for About Technical Services Section ======= */
/* Tablet Devices (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .ats-container {
        padding: 0 20px;
    }

    .ats-logo {
        width: 100%;
        height: auto;
        padding-top: 20px;
    }

    .ats-main-heading {
        font-size: 32px;
        padding-top: 25px;
        padding-bottom: 12px;
    }

    .ats-subheading {
        font-size: 26px;
        padding-bottom: 18px;
    }

    .ats-description {
        width: 100%;
        font-size: 16px;
        padding: 0 10px 25px 10px;
    }

    .evOuterFrame_UX99 {
        flex-direction: column;
        width: 95%;
        border-radius: 12px;

    }

    .evColumnLeft_971,
    .evColumnRight_972 {
        border-right: none;
        padding: 20px;
    }

    .evBulletList_LFT li,
    .evBulletList_RGT li {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .evMainHeader_HeadX {
        font-size: 30px;
        padding-top: 18px;
        padding-bottom: 14px;
    }

    .ats-bottom-text {
        font-size: 16px;
        padding: 20px;
    }

    .ats-cta-button {
        font-size: 14px;
        padding: 12px 24px;
    }
}

/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
    .ats-container {
        padding: 0 15px;
    }

    .ats-logo {
        width: 100%;
        height: auto;
        padding-top: 15px;
    }

    .ats-main-heading {
        font-size: 26px;
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .ats-subheading {
        font-size: 22px;
        padding-bottom: 15px;
    }

    .ats-description {
        width: auto;
        font-size: 12px !important;
        padding: 0 10px 20px 10px;
        line-height: 22px;
    }

    .evOuterFrame_UX99 {
        flex-direction: column;
        width: 100%;
        border-radius: 10px;
    }

    .evColumnLeft_971,
    .evColumnRight_972 {
        border-right: none;
        padding: 15px;
    }

    .evMainHeader_HeadX {
        font-size: 20px;
        padding-top: 14px;
        padding-bottom: 10px;
    }

    .evBulletList_LFT li,
    .evBulletList_RGT li {
        font-size: 14px;
        padding-bottom: 14px;
        padding-right: 0;
        position: relative;
        padding-left: 20px;
        list-style: none;
        margin-left: 0px;
    }
    .ev-workplace-section{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    img.footer-image{
        position: unset;
    }

    .evBulletList_LFT li::before,
    .evBulletList_RGT li::before {
        content: "•";
        position: absolute;
        left: 0;
        top: 0;
        color: white;
        font-size: 20px;
        line-height: 1;
    }

    .ats-bottom-text {
        font-size: 14px;
        padding: 15px;
    }

    .ats-cta-button {
        font-size: 13px;
        padding: 10px 20px;
    }
}

/* end */
/* ===== Responsive Styles for FAQ Section ===== */
/* Tablets (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .faqInnerWrap_992 {
        width: 100%;
        padding: 0 30px;
    }

    .faqHeadline_993 {
        font-size: 32px;
        padding-bottom: 30px;
    }

    .faqBlock_995 {
        width: 100%;
        padding: 20px;
    }

    .faqBlockTitle_996 {
        font-size: 20px;
    }

    .faqBlock_995 .faqBlockDesc_997 {
        width: 100%;
        font-size: 16px;
        line-height: 26px;
    }

    .faqArrowIcon_998 {
        width: 44px;
        height: 44px;
    }

    .faqArrowIcon_998 svg {
        height: 24px;
    }

    .faqContactBtn_999 {
        font-size: 14px;
        padding: 10px 24px;
    }
}

/* Mobile Devices (max-width: 767px) */
@media (max-width: 767px) {
    .faqInnerWrap_992 {
        width: 100%;
        padding: 0 15px;
    }

    .faqHeadline_993 {
        font-size: 26px;
        padding-bottom: 25px;
    }

    .faqBlock_995 {
        width: 100%;
        padding: 18px;
    }

    .faqBlockTitle_996 {
        font-size: 18px;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
    .contact-form-container , .contact-description{
        width: 100%;
		padding: 0px 9px;
    }
	
	.contact-description{
		font-size: 17px;
    }

    .faqBlock_995 .faqBlockDesc_997 {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .faqArrowIcon_998 {
        width: 40px;
        height: 40px;
    }

    .faqArrowIcon_998 svg {
        height: 20px;
    }

    .faqContactBtn_999 {
        font-size: 13px;
        padding: 10px 20px;
        margin-top: 20px;
    }
}

/* ===== End Responsive Styles for FAQ Section ===== */
/* ===== Responsive Styles for What We Deliver Section ===== */
@media (max-width: 1024px) {
    .ats-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .column.column-left {
        width: unset;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .card-1 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: left;
    }

    .card-2 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: left;

    }

    .card-3 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: left;

    }

    .card-4 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: left;

    }

    .card-5 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        text-align: left;
        padding-bottom: 80px;
    }

    .card-6 {
        width: 50%;
        height: 400px;
        border: 1px solid black;
        padding-top: 40px;
        text-align: left;
        padding-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .ats-grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
    }

    .card-1 {
        width: calc(50% - 10px);
        height: 464px;
        border: 1px solid black;
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .ats-section-outer .card {
        height: auto !important;
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .column-right{
        align-items: baseline !important;
        gap: 10px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .evBulletList_LFT , .evBulletList_RGT {
        padding: 0px;
        margin-left: 0px;
    }
    .card-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .card p {
        font-size: 13px;
        line-height: 1.3;
    }
    .evFormSubmitBtn_108{
        position: unset !important;
    }
    .main-contact-container {
        margin-bottom: 150px !important;
    }
	.page-id-22247 #mobile-menu .menu-trigger , .page-id-22476 #mobile-menu .menu-trigger{
		display:none !important;
	}
}