*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: lora, 'Times New Roman', Times, serif;
}

:root{
  --light-bg-color: rgb(250, 250, 250);
  --dark-bg-color: rgb(245, 245, 245);
  --company-gold: rgb(186, 161, 35);
  --isuzu-red: rgb(230, 0, 0);
  --company-blue: rgb(0, 94, 171);
  /* color: rgb(188, 0, 0); */
}


h1{font-size: 2.5em; }
h2{font-size: 2em; font-weight: 500;}
h3{font-size: 1.3em; font-weight: 500;}
p{font-size: 1em;}
body {
  background-color: var(--light-bg-color);
  
}

a{
  text-decoration: none;
  color: #000000;
}

i{
  color: black;
  font-size: 2em;
}

html {
  scroll-behavior: smooth;
}



/* *********************** HEADER SECTION STYLING *********************** */
/*  HeaderT is top header(main with the nav links etc) */
/* headerB is the one below headerT with the important info contact etc */


/* *********************** HERO SECTION STYLING *********************** */
/* statements and statements2  -> sections holding the company statements */
/* xxx-card is the class name targeted in js for scroll animations */

#hero {
  height: 41.5em;
  min-height: 15em;
  background-color: var(--light-bg-color);
  /* background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.45),   
      rgba(0, 0, 0, 0.45)    
    ),
    url(Images/garage-ofisi.webp); */
  /* background-position: center; */
  /* background-repeat: no-repeat; */
  /* background-size: cover; */
  position: relative;
  align-content: center;
  text-align: center;
  color: var(--light-bg-color);
}

#hero {
  position: relative;
  overflow: hidden;
}
.hero-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(
      rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65));

}


.hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


#hero h1{
  font-weight: 400;
  color: var(--isuzu-red);
}

#hero p{
  line-height: 2em;
}


.hero-content {
  width: 35em;
  height: auto;
  background-color: #1d1d1d3e;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  margin: 0 auto;
  padding: 0 1.2em;
  line-height: 4em;
  border-radius: 1em;
  padding: 0 1em;
}




.cta-button{
  width: auto;
  height: 3em;
  background-color: #ffffff53;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  padding: 0.5em;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}







/* *********************** STATEMENTS SECTION STYLING *********************** */

#statements{
  height: auto;
  width: 100%;
  background-color: var(--light-bg-color);
  padding:2em 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.statements {
  display: grid;
  padding-top: calc(2em);
  grid-template-columns: repeat(3, 1fr); 
  gap: 1.3em; 
  background-color: var(--light-bg-color);
  margin-top: -1px;
  /* height: 60vh; */
  justify-items: center;
}



.statement-card, .hero-card, .facilities-card{
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.statement-card.visible, .hero-card.visible, .facilities-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.statements-icon{
  width: 1.6em;
}


/* decorative line that I added and later decided not to and am too lazy to remove :'(  so now acts as sapcing*/
.deco-line{
  display: block;
  height: 4em;
  width: 100%;
  top: 0;
  text-align: center;
  align-content: center;
}

.deco-lineB{
  display: block;
  height: 4em;
  width: 100%;
  bottom: 0;
  text-align: center;
  align-content: center;
}


/* styling for the actuall deco thingy */
.deco{
  width: 50%;
  margin-top: 0;
  padding: 0;
}


.about{
  width: 80%;
  background-color: var(--dark-bg-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 1em;
  height: 20em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  
}

.about-title{
 color: var(--isuzu-red);
 /* background-color: var(--light-bg-color); */
 width: auto;
 height: auto;
 align-content: top;
 text-align: center;
 padding-top: 0.5em;
 padding-bottom: 0.5em;
}

/* statements holder imitialization */
 .mission, .vision, .values{
  background-color: var(--dark-bg-color);
  height: 50vh;
  /* min-height: 30em; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1em;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}




/* styling for the headers for the srarements */

.vision-title,
.mission-title,
.values-title {
 color: var(--isuzu-red);
 /* background-color: rgba(220, 220, 220, 0.584); */
 width: 100%;
 height: 30%;
 align-content: center;
 border-radius: 1em;
 text-align: center;
 padding-top: 1em;
 padding-bottom: 0.5em;
}



.values-text ul {
  list-style-type: disc;
  padding-left: 1.5em;
  margin-top: 0.5em;
}

.values-text li {
  margin-bottom: 0.4em;
  color: #333;
}

.about-text{
  margin:1em 0;
  width: 90%;
  height: 70%;
  font-size: 1.3em;
  border-radius: 1em;
  text-align: center;
}


.mission-text,.vision-text, .values-text {
  width: 90%;
  height: 70%;
  display: flex;
  justify-content: center;
  font-size: 1.3em;
  border-radius: 1em;
  text-align: center;
}
.values-text{font-size: 1.5em; text-align: left;}




.space1, .space2{
  height: 50vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 1em;
  border-radius: 1em;
  visibility: hidden;
}










/* *********************** SERVICES SECTION STYLING *********************** */


.services-title {
  height:6em;
  background-color: var(--dark-bg-color);
  align-content: center;
  text-align: center;
  color: var(--isuzu-red);
  margin-top: -1px;
}

.services {
  background-color: var(--dark-bg-color);
  width: 100%;
  height: auto;
  margin-top: -1px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);    
  gap: 2.5em;
  padding: 0 4em;
}

/* THE SERVICES */
.options1, 
.options2,
.options3,
.options4,
.options5,
.options6 {
  height: 20em;
  background-color: rgb(248, 248, 248);
  border-radius: 1em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  display: flex;
  align-items: last baseline;
  transition: all ease-in-out;
  transition-duration: 0.15s;
  padding-bottom: 1em;
  box-shadow: 1px 1px 5px rgba(34, 34, 34, 0.268);
}

/* HOUSING THE VIEW MORE ANCHOR TAG */
.view-more-container {
  background-color: var(--dark-bg-color);
  height: 6em;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: -1px;
}

.view-more-button {
  height: 4em;
  width: 8em;
  border: none;
  text-align: center;
  align-content: center;
  border-radius: 1em;
  font-size: 1em;
  font-weight: bold;
  background-color: var(--isuzu-red);
  color: rgb(212, 212, 212);
  transition: all ease-in-out;
  transition-duration: 0.15s;
}

.view-more-button:hover {
  background-color: rgb(214, 0, 0);
  cursor: pointer;
}


.options-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}


.options-text {
  background-color: var(--dark-bg-color);
  /* backdrop-filter: blur(13px) ;
  -webkit-backdrop-filter: blur(13px); */
  width: 90%;
  height: 10em;
  text-align: center;
  border-radius: 1em;
  align-content: center;
  padding: 0 1em;
  font-size: 1em;
}


.options-title {
  margin-bottom: 1em;
  color: var(--company-blue);
}


.options1 {
  background-image: url(Images/express-service.webp),
                    url(Images/express-service.jpg);
}
.options2 {
  background-image: url(Images/hilux-alignment.webp),
                    url(Images/hilux-alignment.jpg);
}
.options3 {
  background-image: url(Images/stores.webp),
                    url(Images/stores.jpg);
}
.options4 {
  background-image: url(Images/vehicle-repair.webp),
                    url(Images/vehicle-repair.jpg);
}
.options5 {
  background-image: url(Images/assessment.webp),
                    url(Images/assessment.jpg);
}
.options6 {
  background-image: url(Images/roadside-assistance.webp),
                    url(Images/roadside-assistance.jpg);
}




.service-card,
.statement-card,
.facilities-card,
.hero-card {
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 0;
  transform: translateY(20px);
}


.service-card.visible,
.statement-card.visible,
.facilities-card.visible,
.hero-card.visible {
  opacity: 1;
  transform: translateY(0);
}



.service-card:hover {
  transform: translateY(0) scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transition: all 0.3s ease-in-out;
}

.service-card:active {
  transform: scale(0.98);
}










/* *********************** FACILITIES SECTION STYLING *********************** */


.our-facilities{
  height: auto;
  width: 100%;
  background-color: var(--dark-bg-color);
  padding: 4.5em 1em;
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
  gap: 1em;
  justify-items: center;
  place-items: center;
  
}

/* THE LINE JUST UNDER THE HEADING */
.heading-divider, .heading-dividerw{
  width: 10%;
  height: 1.5px;
  background-color: var(--company-gold);
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
}

.facilities-title{
  align-content: center;
  text-align: center;
  color: var(--isuzu-red);
  height: 20em;
  width: 100%;
  /* margin: auto; */
  /* border-radius: 1em; */
  
}



.facilities-title{
  background-color: rgba(0, 0, 0, 0.148);
  /* margin-left: auto;
  margin-right: auto; */
   backdrop-filter: blur(3px);
   -webkit-backdrop-filter: blur(3px);
   /* margin-top: 1em; 
  margin-bottom: 1em; */
  /* border-radius: 1em; */
  padding: 0 1em;
} 

.facilities-text{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
  display: block;
  margin-top: 1em;
  color: rgb(255, 255, 255);
}

.facilities-img{
  position: fixed;
  z-index: -10;
  bottom: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
  width: 100%;
  /* object-position: 0px 230px; */
}


.facility-holder {
  width: 100%;
  max-width: 18em;
  height: 18em;
  border-radius: 1em;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease-out;
  box-shadow: 0 0 17px rgba(97, 97, 97, 0.2);
}


.facility-holder:hover{
  transform: translateY(0) scale(1.03);
  transition: all 0.3s ease-in-out;  
}

.description {
  background-color: rgb(237, 237, 237);
  color: var(--company-blue);
  padding: .7em 0;
  text-align: center;
  font-weight: 600;
  border-bottom-left-radius: .3em;
  border-bottom-right-radius: .3em;
  height: auto;
}

.pic-holder {
  width: 100%;
  height: 18em;
  overflow: hidden;
  border-top-left-radius: .3em;
  border-top-right-radius: .3em;
}

.facility-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.cta-section{
  background-color: rgb(237, 237, 237);
  height: 6em;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1em;
  margin-top: -1px;
}

.cta-container{
  /* background-color: rgb(41, 251, 251); */
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 35em;
  justify-content: space-around;
  height: 100%;
}

.cta-text{
  font-size: 1.2em;
}

.anchorbtn{
  width: auto;
  height: 3em;
  background-color: var(--company-blue);
  align-content: center;
  padding: 1em 1em;
  color: var(--light-bg-color);
  border-radius: 0.6em;
}

.anchorbtn:hover{
  background-color: rgb(0, 85, 155);
}








/* *********************** WHY US SECTION STYLING *********************** */

#why-choose-us{
  height: auto;
  padding-bottom: 1em;
  background-color: var(--light-bg-color);
}


.why-us{
  width: 100%;
  height: 40em;
  background-color: var(--light-bg-color);
  /* padding: 1em 1em; */
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 2em 1em ;
  margin-top: -1px;
  padding-top: 1px;
}

.heading-dividerw{margin-top: 0.5em;}

.why-us-title, .reviwews-title, .clients-title{
  background-color: var(--light-bg-color);
  width: 100%;
  text-align: center;
  padding-top: calc(1em + 1px);
  color: var(--isuzu-red);
  padding-bottom: 2em;
  display: block;
  margin-top: -1px;
  
}

.clients-title{padding-bottom: 0;}

.reason{
  width: 100%;
  height: 60%;
  background-color: var(--light-bg-color);
}

.reason-icon-holder{
  width: 100%;
  height: 40%;
  background-color: var(--light-bg-color);
  text-align: center;
  align-content: center;
  margin-bottom: 1em;
}

.reason-title{
  width: 100%;
  text-align: center;
  height: 25%;
  background-color: var(--light-bg-color);
  
}

.reason-title-text{
  color: var(--company-blue);
}

.reason-text{
  width: 100%;
  height: 40%;
  background-color: var(--light-bg-color);
  text-align: center;
  padding: 0 3em;
  font-size: 1em;
}

.reason-icon{
  width: 37px;
}

.isuzu-text{
  color: var(--isuzu-red);
  font-weight: 800;
}









/* *********************** REVIEWS SECTION STYLING *********************** */


/* --- Reviews Section --- */
#customer-reviews {
  width: 100%;
  background-color: var(--dark-bg-color);
  padding: 3em 1em;
  text-align: center;
  height: auto;
  margin-top: -1px;
  overflow: hidden;
}

.quote-holder{
  height: 10%;
}

.quote{
  width: 1.4em;
}


.reviews-title{
  color: var(--isuzu-red);
  background-color: var(--dark-bg-color);
}

.customer-name{
  width: 100%;
  text-align: center;
  bottom: 0;
  margin-top: 2em;
  align-content: center;
}

.heading-divider {
  width: 80px;
  height: 1px;
  background-color: var(--company-gold);
  margin: 0.5em auto 2em;
  border-radius: 5px;
}

/* --- Slider wrapper --- */
.reviews-slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: 20em;
  margin: 0 auto;
  /* overflow:hidden; */
}

/* --- Individual review cards --- */
.review {
  position: absolute;
  width: 100%;
  opacity: 0;
  /* transform: translateX(-40px); */
  transition: all 1s ease;
  padding: 1.5em;
  background-color: var(--company-gold);
  border-radius: 1em;
  color: white;
  height: 13em;
  box-shadow: 1px 1px 10px rgb(131, 113, 25);
}

/* Active review */
.review.active {
  opacity: 1;
  transform: translateX(0px);
  z-index: 2;
}
.review.exit-right {
  transform: translateX(100px);
  opacity: 0;
  scale: 0.95;
}

/* Leaving review */
.review.exit-left {
  transform: translateX(-100px);
  opacity: 0;
  scale: 0.95;
}

.review-text {
  font-size: 1em;
  line-height: 1.5em;
  height: 70%;
  padding-top: 1em;
  /* align-content: center; */
}

.customer-name {
  margin-top: 1em;
  font-weight: bold;
  height: 20%;
}

/* --- Arrows --- */
.review-controls {
  margin-top: 1.5em;
  display: flex;
  justify-content: center;
  gap: 3em;
  background: none;
  
}

.arrow-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: var(--company-blue);
  color: white;
  font-size: 1.4em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.arrow-btn:hover {
  background-color: var(--isuzu-red);
}

.notice{
  font-size: 0.7em;
  bottom: 0;
  margin-top: 1em;
  color: #333;
}

/* Responsive */
@media (max-width: 600px) {
  .reviews-slider {
    height: 16em;
  }

  .review{
    height: 16em;
    font-size: 0.9em;
  }
}


















/* *********************** CLIENTS SECTION STYLING *********************** */
.clients{
  width: 100%;
  height: 45vh;
  background-color: var(--light-bg-color);
  position: relative;
  margin-top: -1px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  /* margin-top: -2em; */
  /* padding: 0 2em; */
}


.client-logo{
  width: 150px;
}
.client-holder{
  flex: 1;
  text-align: center;
}

.back-to-top{
  width: 3em;
  height: 3em;
  background-color: var(--company-blue);
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 100;
  font-size: 1em;
  border-radius: 100%;
  text-align: center;
  align-content: center;
  margin: 1em;
}

.back-to-top:hover{
  transform: scale(1.1);
}

.back-to-top:active{
  transform: scale(0.9);
}


.arrow{
  width: 1.7em;
  transform: rotate(90deg);
  margin-top: 0.1em;

  
}

/* SLIDER WRAPPER */
.slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  align-content: center;
}

/* TRACK THAT MOVES */
.slide-track {
  display: flex;
  width: max-content;
  animation: scroll 40s linear infinite;
}

/* LOGO HOLDER */
.client-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* LOGO SIZE */
.client-logo {
  width: 150px;
  height: auto;
}

.text, .text2{
  color: rgb(30, 164, 0);
  height: auto;
  width: 6.3em;
  font-weight: 700;
  font-size: 1.3em;
  align-content: center;
}

.set {
  display: flex;
  gap: 6em;
  padding-left: 6em;
  overflow: hidden;
}

.text2{color: #333;}

/* ANIMATION */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



/* Speed up on smaller screens */
/* @media (max-width: 800px) {
  .slide-track {
    animation-duration: 20s;
  }

  .client-logo{
    width: 100px;
  }
}

@media (max-width: 500px) {
  .slide-track {
    animation-duration: 20s;
  }
} */

















body{
  min-width: 322px;
  /* margin-left: -1px;
  margin-right: -1px; */
}




/* @media(max-width:2650px){
    h1 { font-size: 2.2em; }
  h2 { font-size: 1.8em; }
  h3 { font-size: 1.2em; }
  p  { font-size: 0.95em; }
  button, a { font-size: 0.95em; }
} */


@media(max-width:1125px){
  .services{
    gap: 1.5em;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
  }
}


@media (max-width:1025px) {

  h1 { font-size: 2.2em; }
  h2 { font-size: 1.8em; }
  h3 { font-size: 1.2em; }
  p  { font-size: 0.95em; }
  button, a { font-size: 0.95em; }



  #hero{
    height: 45em;
  }
  
   .mission, .vision, .values, .space1, .space2{
    height: 20em;
  }

 .about-text,.mission-text,.vision-text{
    font-size: 1.3em;
 }

 .values-text{
    font-size: 1.3em;
 }

  .statements2{
    height: auto;
  }



  .options-text{
    width: 95%;
  }

  .options-title{
    margin-bottom: 0.3em;
  }



  .our-facilities{
    height: auto;
    /* min-height: 24em; */
  }

  .why-us{
    padding: 0 1em;
    min-height: 20em;
  }

  .reason-text{
    padding: 0 1em;
  }



  /* .about, .mission, .vision, .values{
    height: 20em;
  } */



}



/* ========== Responsive Behavior ========== */
@media (max-width: 860px) {

  h1 { font-size: 2em; }
  h2 { font-size: 1.8em; }
  h3 { font-size: 1.2em; }
  p  { font-size: 0.9em; }
  button, a { font-size: 0.9em; }



  .hero-content{
    width: 25em;
    line-height: 2.7em;
    height: auto;
    padding: 2em;
  }



  .our-facilities{
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }


  .mission, .vision, .values{
    height:23em;
  
    width: 100%;
  }

  .values-text{
    align-items: center;
  }

  .statements2{
    height: auto;
  }

  /* .about-text,.mission-text,.vision-text, .values-text{
    font-size: 1.1em;
  } */




  .why-us{
    padding: 0 1em;
    font-size: 0.9em;
  }

  .reason-text{
    padding: 0 2em;
  }

}


@media (max-width: 769px){
  .why-us{
    padding: 0 1em;
  }

  .reason-text{
    padding: 0 1em;
  }

  .services{
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    height: auto;
  }

  .statements{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width:643px){
  .why-us{
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    padding: 0 5em;
    row-gap: 4em;
  }

    .why-us2{
    padding-top: 4em;
  }


  .reason-title-text{
    height: 2em;
  }

  .heading-dividerw{
    margin-top: -4px;
  }

  .reason-text{
    margin-top: 1em;
    
  }


}


@media (max-width: 631px){


   .mission, .vision, .values{
    height: 20em;
  
    width: 100%;
  }

  .statements2{
    width: 100%;
    height: auto;
    padding: 2em;
  }

  .services{
    grid-template-columns: repeat(1, 1fr);
  }
.options1, 
.options2,
.options3,
.options4,
.options5,
.options6 {
  height: 20em;
}

/* .facilities-title{
  width: auto;
  height: 20em;
  margin: 0 auto;
} */

.our-facilities{
  height: auto;
  grid-template-columns: repeat(2, 1fr);
}

.facility-holder{
  height: 2;
  min-height: 15em;
}
} 


  @media (max-width:618px){
  .statements{
    grid-template-columns: repeat(1, 1fr);
  }
    .mission, .vision, .values{
    height: 25em;
  
    width: 80%;
  }


  }  


@media (max-width: 450px){




  #hero{
    width: 100%;
  }

  .hero-content{
    width: 20em;
  }

  .mission, .vision, .values{
    height: 25em;
  
    width: 80%;
  }

  .statements2{
    width: 100%;
    height: auto;
  }

  .services{
    padding: 0 2em;
  }

  .our-facilities{
  height: auto;
  grid-template-columns: repeat(1, 1fr);
}

  .why-us, .why-us2{
    grid-template-columns: repeat(1, 1fr);
    height: auto;
    padding: 0 3em 1em 3em ;
    row-gap: 2em;
  }

  .why-us2{
    padding-top: 2em;
  }

  .reason-title-text{
    height: 2em;
  }

  .heading-dividerw{
    margin-top: -4px;
  }

  .reason-text{
    margin-top: 1em;
  }

    /* .info-icon{
    margin-right: 0.3em;
  } */

}

@media (max-width:427px){

    #hero{
    height: 35em;
  }

  /* h1 { font-size: 2em; }
  h2 { font-size: 1.7em; }
  h3 { font-size: 1.1em; }
  p  { font-size: 0.8em; }
  button, a { font-size: 0.8em; } */


  /* p  { font-size: 0.0em; }
  h1{font-size: 1.9em;}
  h2 { font-size: 1.6em; }
  h3 { font-size: 1.15em; } */


  .hero-content{
    width: 20em;
    line-height: 2.7em;
  }

  /* .headerB,.paragraph{
    font-size: .75em;
  } */


  .statements{
    grid-template-columns: repeat(1, 1fr);
  }

  .about, .mission, .vision, .values{
    height:19em;
  
    width: 100%;
  }



  .values-text{
    align-items: center;
  }

  .about-text,.mission-text,.vision-text, .values-text{
    font-size: 1.2em;
  }

  .services{
    grid-template-columns: repeat(1, 1fr);
  }

  .view-more-button{
    width: 6em;
    font-size: 0.9em;
    height: 3em;
  }
}

@media (max-width:365px){
 .cta-section{
  padding: 0.5em;
 }

 .cta-text{
  font-size: 1.15em;
}


}