/*
Colors
**************
*/
/*
Font Import & Family
***********
*/
@import url("https://fonts.googleapis.com/css2?family=Anek+Tamil:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*
Line Heights
**************
*/
/*
Root Font Size
***********
*/
html {
  font-size: 16px;
}

body {
  font-family: "Inter", sans-serif;
}

/*
Font Sizes
***********
*/
h1 {
  font-family: "Anek Tamil", sans-serif;
  font-size: clamp(2rem, 4.4vw, 4.6rem);
  line-height: 1;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h2 {
  font-family: "Anek Tamil", sans-serif;
  font-size: clamp(1.6rem, 3vw, 3rem);
  line-height: 1;
}

h3 {
  font-family: "Anek Tamil", sans-serif;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1;
}

h4 {
  font-family: "Anek Tamil", sans-serif;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.2;
}

h5 {
  font-family: "Anek Tamil", sans-serif;
  font-size: clamp(1rem, 1.4vw, 1.4rem);
  line-height: 1.2;
}

p,
li {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.9rem, 1vw, 1rem);
  line-height: 1.2;
}

a,
input {
  font-family: "Anek Tamil", sans-serif;
  line-height: 1;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.smallprint {
  font-family: "Inter", sans-serif;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

/*
Font Weights
**************
*/
/*
Breakpoints and Containers
***********
*/
.container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 40px);
}
@media (min-width: 414px) {
  .container {
    width: calc(100% - 60px);
  }
}
@media (min-width: 768px) {
  .container {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1024px) {
  .container {
    width: calc(100% - 75px);
  }
}
@media (min-width: 1352px) {
  .container {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1920px) {
  .container {
    width: calc(100% - 400px);
  }
}

.nav-container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 20px);
}
@media (min-width: 768px) {
  .nav-container {
    width: calc(100% - 50px);
  }
}
@media (min-width: 1024px) {
  .nav-container {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1352px) {
  .nav-container {
    width: calc(100% - 100px);
  }
}
@media (min-width: 1920px) {
  .nav-container {
    width: calc(100% - 200px);
  }
}

.tight-container {
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 60px);
}
@media (min-width: 768px) {
  .tight-container {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1024px) {
  .tight-container {
    width: calc(100% - 450px);
  }
}
@media (min-width: 1352px) {
  .tight-container {
    width: calc(100% - 750px);
  }
}
@media (min-width: 1920px) {
  .tight-container {
    width: calc(100% - 1150px);
  }
}

/*
Border Radius
***********
*/
strong,
b {
  color: #e2223d;
}

/*
Border Radius
***********
*/
/*
Transitions
***********
*/
/*
Top Margin
***********
*/
.top-margin {
  margin-top: 100px;
}
@media (min-width: 1024px) {
  .top-margin {
    margin-top: 150px;
  }
}

/*
Padding Classes
***********
*/
.padding {
  padding: 4rem 0;
}
@media (min-width: 1352px) {
  .padding {
    padding: 5rem 0;
  }
}
@media (min-width: 1920px) {
  .padding {
    padding: 6rem 0;
  }
}

.top-padding {
  padding: 4rem 0 0 0;
}
@media (min-width: 1352px) {
  .top-padding {
    padding: 5rem 0 0 0;
  }
}
@media (min-width: 1920px) {
  .top-padding {
    padding: 6rem 0 0 0;
  }
}

.bottom-padding {
  padding: 0 0 4rem 0;
}
@media (min-width: 1352px) {
  .bottom-padding {
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 1920px) {
  .bottom-padding {
    padding: 0 0 6rem 0;
  }
}

.indent {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  .indent {
    padding: 0;
  }
}

/*
Image Wrapper Class
***********
*/
.imgWrap {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .imgWrap {
    border-radius: 15px;
  }
}
.imgWrap img,
.imgWrap iframe,
.imgWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*
Wrapper Class
***********
*/
.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .wrap {
    gap: 3rem;
  }
}
@media (min-width: 1352px) {
  .wrap {
    gap: 4rem;
  }
}

/*
Box
***********
*/
/*

/*
INPUTS
***********
*/
/*
Scrollbar
***********
*/
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: white;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb {
  background: #e2223d;
  border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e2223d;
}

.btn {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-family: "Anek Tamil", sans-serif;
  height: fit-content;
  width: fit-content;
  appearance: none;
  outline: none;
  cursor: pointer;
  padding: 0.6rem 1rem 0.45rem 1rem !important;
  margin: 0;
  position: relative;
  display: inline-block;
  border-radius: 999999px;
  overflow: hidden;
  text-decoration: none;
  border: none;
  text-transform: uppercase;
  z-index: 1;
  transition: color 0.4s;
  letter-spacing: 1px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  transform: skew(30deg);
  transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
  z-index: -1;
}
.btn:hover::before {
  transform: translate3d(100%, 0, 0);
}
.btn--red {
  background: white;
  color: white;
}
.btn--red::before {
  background: #e2223d;
}
.btn--red:hover {
  color: #e2223d;
}

/*
Reset CSS
***********
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

:root {
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

button,
a {
  cursor: pointer;
}

#root,
#__next {
  isolation: isolate;
}

header {
  position: relative;
  top: 0;
  z-index: 9;
  width: 100%;
}
header .header-wrap {
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .custom-logo {
  display: block;
  position: relative;
  z-index: 5;
  width: 125px;
  height: auto;
}
@media (min-width: 768px) {
  header .header-wrap .custom-logo {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  header .header-wrap .custom-logo {
    width: 125px;
  }
}
@media (min-width: 1352px) {
  header .header-wrap .custom-logo {
    width: 150px;
  }
}
@media (min-width: 1920px) {
  header .header-wrap .custom-logo {
    width: 175px;
  }
}
header .header-wrap nav ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}
header .header-wrap nav ul li a {
  transition: 0.2s ease all;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
header .header-wrap nav ul li a:hover {
  color: #e2223d;
}
header .header-wrap nav ul li:last-child {
  display: none;
}
@media (min-width: 768px) {
  header .header-wrap nav ul li:last-child {
    display: block;
  }
}

footer {
  background: #000000;
}
footer .footer-wrap {
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  color: white;
}
@media (min-width: 768px) {
  footer .footer-wrap {
    padding: 2rem 0;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  footer .footer-wrap {
    gap: 4rem;
  }
}
footer .footer-wrap a {
  text-align: center;
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-top {
    width: 40%;
  }
}
footer .footer-wrap .footer-top .custom-logo {
  margin-bottom: 1rem;
  display: block;
  position: relative;
  z-index: 5;
  width: 200px;
  height: auto;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-top .custom-logo {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  footer .footer-wrap .footer-top .custom-logo {
    width: 125px;
  }
}
@media (min-width: 1352px) {
  footer .footer-wrap .footer-top .custom-logo {
    width: 150px;
  }
}
@media (min-width: 1920px) {
  footer .footer-wrap .footer-top .custom-logo {
    width: 175px;
  }
}
footer .footer-wrap .footer-top p {
  display: none;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-top p {
    display: block;
  }
}
footer .footer-wrap .footer-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-middle {
    gap: 1rem;
    width: 30%;
    align-items: flex-start;
  }
}
@media (min-width: 1352px) {
  footer .footer-wrap .footer-middle {
    width: 25%;
  }
}
footer .footer-wrap .footer-middle a {
  line-height: 1.2;
  text-wrap: balance;
  font-weight: bolder;
  text-align: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-middle a {
    text-align: left;
  }
}
footer .footer-wrap .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-bottom {
    gap: 1rem;
    width: 30%;
    align-items: flex-start;
  }
}
@media (min-width: 1352px) {
  footer .footer-wrap .footer-bottom {
    width: auto;
  }
}
footer .footer-wrap .footer-bottom a {
  font-weight: bolder;
  text-align: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-bottom a {
    text-align: left;
  }
}
footer .footer-wrap .footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-bottom {
    align-items: flex-start;
  }
}
@media (min-width: 1352px) {
  footer .footer-wrap .footer-bottom {
    width: 25%;
  }
}
footer .footer-wrap .footer-bottom a {
  text-align: center;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-bottom a {
    text-align: left;
  }
}
footer .footer-wrap .footer-bottom p {
  padding-top: 1rem;
}
@media (min-width: 1024px) {
  footer .footer-wrap .footer-bottom p {
    display: none;
  }
}

.fourOfour {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  color: white;
  background: #000;
}
@media (min-width: 768px) {
  .fourOfour {
    gap: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .fourOfour {
    gap: 2rem;
  }
}
.fourOfour h1 {
  font-family: "Inter", sans-serif;
  font-size: 8rem;
  line-height: 8rem;
}
@media (min-width: 768px) {
  .fourOfour h1 {
    font-size: 12rem;
    line-height: 12rem;
  }
}
@media (min-width: 1920px) {
  .fourOfour h1 {
    font-size: 20rem;
    line-height: 20rem;
  }
}
.fourOfour h3 {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
  width: 80%;
  text-align: center;
}
@media (min-width: 768px) {
  .fourOfour h3 {
    width: 60%;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.top-section {
  background: #ffffff;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(235, 235, 235) 100%);
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 1352px) {
  .top-section {
    gap: 4rem;
  }
}
.top-section .top-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-section .top-wrap {
    padding-top: 1rem;
    gap: 1.5rem;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media (min-width: 1352px) {
  .top-section .top-wrap {
    gap: 2.5rem;
    padding-top: 2rem;
  }
}
@media (min-width: 1920px) {
  .top-section .top-wrap {
    align-items: center;
  }
}
.top-section .top-wrap .top-left {
  padding: 2rem;
  border-radius: 10px;
  aspect-ratio: 1/1;
  background: #e2223d;
  text-align: center;
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .top-section .top-wrap .top-left {
    aspect-ratio: auto;
    color: black;
    padding: 0;
    background: none !important;
    width: 50%;
    text-align: left;
  }
}
.top-section .top-wrap .top-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .top-section .top-wrap .top-right {
    background: none;
    gap: 1rem;
    width: 50%;
    text-align: left;
    align-items: flex-start;
  }
}
@media (min-width: 1352px) {
  .top-section .top-wrap .top-right {
    gap: 1.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1920px) {
  .top-section .top-wrap .top-right {
    padding-right: 6rem;
  }
}
.top-section .top-wrap .top-right p {
  text-wrap: balance;
}
@media (min-width: 768px) {
  .top-section .top-wrap .top-right p {
    text-wrap: auto;
  }
}
.top-section .isuzu-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .top-section .isuzu-wrap {
    gap: 1rem;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
  }
}
.top-section .isuzu-wrap .image-block {
  display: none;
}
@media (min-width: 768px) {
  .top-section .isuzu-wrap .image-block {
    overflow: hidden;
    border-radius: 10px;
    width: 70%;
    height: auto;
    display: block;
  }
}
@media (min-width: 1024px) {
  .top-section .isuzu-wrap .image-block {
    border-radius: 15px;
  }
}
@media (min-width: 1352px) {
  .top-section .isuzu-wrap .image-block {
    aspect-ratio: 2/1;
  }
}
.top-section .isuzu-wrap .image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.top-section .isuzu-wrap .years {
  margin-top: 2rem;
  position: relative;
  width: 100%;
  border-radius: 10px;
  padding: 4rem 2rem 2rem 2rem;
  background: #e2223d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  color: white;
}
@media (min-width: 768px) {
  .top-section .isuzu-wrap .years {
    margin-top: 0;
    width: 30%;
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .top-section .isuzu-wrap .years {
    border-radius: 15px;
    justify-content: center;
  }
}
@media (min-width: 1352px) {
  .top-section .isuzu-wrap .years {
    padding: 4rem 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 1920px) {
  .top-section .isuzu-wrap .years {
    justify-content: flex-end;
    gap: 2rem;
    padding: 4rem;
  }
}
.top-section .isuzu-wrap .years img {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: white;
  width: 150px;
  position: absolute;
  top: 0%;
  left: 50%;
  height: auto;
  transform: translate(-50%, -50%);
}
.top-section .isuzu-wrap .years span {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Anek Tamil", sans-serif;
  text-align: center;
  font-size: clamp(1.6rem, 3vw, 3rem);
  text-transform: uppercase;
  line-height: 1;
}
@media (min-width: 1024px) {
  .top-section .isuzu-wrap .years span {
    font-size: 2rem;
  }
}
@media (min-width: 1352px) {
  .top-section .isuzu-wrap .years span {
    font-size: 2.4rem;
  }
}
@media (min-width: 1920px) {
  .top-section .isuzu-wrap .years span {
    font-size: 3.2rem;
  }
}
.top-section .isuzu-wrap .years span b {
  font-size: clamp(6rem, 7.5vw, 7.5rem);
  line-height: 0.75;
  color: white;
}
@media (min-width: 1024px) {
  .top-section .isuzu-wrap .years span b {
    font-size: 8rem;
  }
}
@media (min-width: 1352px) {
  .top-section .isuzu-wrap .years span b {
    font-size: 9rem;
  }
}
@media (min-width: 1920px) {
  .top-section .isuzu-wrap .years span b {
    font-size: 12rem;
  }
}
.top-section .isuzu-wrap .years h4 {
  width: 60%;
  text-align: left;
  font-weight: 400;
  font-size: clamp(0.9rem, 1vw, 1rem);
  font-family: "Inter", sans-serif;
}
@media (min-width: 768px) {
  .top-section .isuzu-wrap .years h4 {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1352px) {
  .top-section .isuzu-wrap .years h4 {
    font-size: clamp(1rem, 1.4vw, 1.4rem);
  }
}
.top-section .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .top-section .head {
    text-align: center;
  }
}
@media (min-width: 1352px) {
  .top-section .head {
    gap: 1.5rem;
  }
}
@media (min-width: 1352px) {
  .top-section .head p {
    width: 75%;
  }
}

.services {
  width: 100%;
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.services .services-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}
@media (min-width: 768px) {
  .services .services-wrap {
    flex-direction: row;
    flex-flow: wrap;
  }
}
@media (min-width: 1024px) {
  .services .services-wrap {
    gap: 2rem;
    justify-content: space-between;
    flex-flow: nowrap;
  }
}
.services .services-wrap .service {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .services .services-wrap .service {
    width: calc(50% - 1.25rem);
  }
}
@media (min-width: 1024px) {
  .services .services-wrap .service {
    width: calc(25% - 1.66rem);
  }
}
.services .services-wrap .service img {
  width: 75px;
}
.services .services-wrap .service h4 {
  width: 75%;
  text-wrap: balance;
  color: #e2223d;
}
@media (min-width: 768px) {
  .services .services-wrap .service h4 {
    width: 100%;
  }
}
.services .lorry-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  background-size: 0 0;
}
@media (min-width: 768px) {
  .services .lorry-wrap {
    align-items: flex-end;
    border-radius: 15px;
    background-position: 30% 0%;
    background-size: auto 105%;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1352px) {
  .services .lorry-wrap {
    background-size: 101% auto;
  }
}
.services .lorry-wrap .left-block {
  aspect-ratio: 1/1;
  padding: 2rem;
  border-radius: 10px;
  background: #e2223d;
  text-align: center;
  color: white;
  background-position: 30% 0%;
  background-size: auto 105%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .services .lorry-wrap .left-block {
    display: none;
  }
}
.services .lorry-wrap .left-block h2 {
  color: black;
}
.services .lorry-wrap .right-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
  gap: 1rem;
}
@media (min-width: 768px) {
  .services .lorry-wrap .right-block {
    margin: 1rem;
    width: 60%;
    border-radius: 15px;
    background: white;
    padding: 2rem;
  }
}
@media (min-width: 1024px) {
  .services .lorry-wrap .right-block {
    padding: 2.5rem;
    width: 45%;
  }
}
@media (min-width: 1352px) {
  .services .lorry-wrap .right-block {
    gap: 1.5rem;
    margin: 1.5rem;
  }
}
@media (min-width: 1920px) {
  .services .lorry-wrap .right-block {
    padding: 4rem;
  }
}
.services .lorry-wrap .right-block h2 {
  display: none;
}
@media (min-width: 768px) {
  .services .lorry-wrap .right-block h2 {
    display: block;
  }
}
.services .lorry-wrap .right-block ul {
  list-style: disc;
  padding-left: 1.5rem;
  text-align: left;
}
@media (min-width: 1352px) {
  .services .lorry-wrap .right-block ul {
    padding-left: 0;
  }
}
.services .lorry-wrap .right-block p {
  text-wrap: balance;
}
.services .lorry-wrap .right-block h4 {
  font-family: "Inter", sans-serif;
  color: #e2223d;
  line-height: 1.2;
}
.services .testimonials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .services .testimonials {
    flex-direction: row;
    align-items: stretch;
    gap: 1.5rem;
  }
}
.services .testimonials .testimonial {
  padding: 2rem;
  border-radius: 10px;
  background: #ebebeb;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .services .testimonials .testimonial {
    height: auto;
  }
}
.services .testimonials .testimonial svg {
  width: 50px;
  height: auto;
}
@media (min-width: 768px) {
  .services .testimonials .testimonial:first-child {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .services .testimonials .testimonial:first-child {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .services .testimonials .testimonial:last-child {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .services .testimonials .testimonial:last-child {
    width: 40%;
  }
}
.services .testimonials .testimonial h1 {
  line-height: 0.2;
  font-size: 6rem;
}
.services .testimonials .testimonial p {
  text-wrap: balance;
}

.contact {
  width: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.contact .contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 768px) {
  .contact .contact-wrap {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
  }
}
@media (min-width: 1024px) {
  .contact .contact-wrap {
    gap: 4rem;
    padding: 0 2.5rem;
  }
}
@media (min-width: 1920px) {
  .contact .contact-wrap {
    justify-content: space-between;
    gap: 5rem;
    padding: 0 6rem;
  }
}
.contact .contact-wrap .contact-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
@media (min-width: 768px) {
  .contact .contact-wrap .contact-content {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contact .contact-wrap .contact-content {
    width: 40%;
  }
}
.contact .contact-wrap .contact-content h1 {
  color: #e2223d;
}
@media (min-width: 1352px) {
  .contact .contact-wrap .contact-content h1 {
    text-wrap: balance;
  }
}
.contact .contact-wrap .contact-content p {
  text-wrap: balance;
}
.contact .contact-wrap .wpcf7 {
  width: 100%;
}
@media (min-width: 768px) {
  .contact .contact-wrap .wpcf7 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .contact .contact-wrap .wpcf7 {
    width: 60%;
  }
}
@media (min-width: 1920px) {
  .contact .contact-wrap .wpcf7 {
    width: 50%;
  }
}
.contact .contact-wrap form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1352px) {
  .contact .contact-wrap form {
    gap: 1.5rem;
  }
}
.contact .contact-wrap form .two-inputs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .contact .contact-wrap form .two-inputs {
    flex-direction: row;
  }
}
.contact .contact-wrap form .input,
.contact .contact-wrap form .textarea {
  width: 100%;
  font-size: 16px;
  font-family: "Anek Tamil", sans-serif;
  text-transform: uppercase;
  border: 0;
  border-bottom: 2px solid black;
  outline: 0;
  appearance: none;
  background: white;
  padding: 0 0 0.25rem 0;
  letter-spacing: 1px;
  color: black;
}
.contact .contact-wrap form .input::placeholder,
.contact .contact-wrap form .textarea::placeholder {
  color: black;
}
.contact .contact-wrap form .msg-button {
  display: flex;
  flex-direction: column;
}
.contact .contact-wrap form .msg-button .Submit {
  position: relative;
  z-index: 2;
  margin-right: 1.5rem;
  margin-top: -1.5rem;
  margin-left: auto;
  background: black;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 999999px;
  border: 0;
  font-family: "Anek Tamil", sans-serif;
  text-transform: uppercase;
}
.contact .contact-wrap form .textarea {
  padding: 1rem;
  border: 2px solid black !important;
  height: 150px;
}
.contact .contact-wrap form .wpcf7-spinner {
  display: none;
}
.contact .contact-wrap form .wpcf7-response-output {
  border-radius: 10px;
  margin: 0;
  padding: 1rem;
}

/*# sourceMappingURL=main.css.map */
