@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/neuropolitical');
@import url('https://fonts.cdnfonts.com/css/titillium');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.cdnfonts.com/css/arial');



@font-face {
  font-family: 'Lato Medium';
  src: url('../../public/styles/fonts/Lato-Medium.ttf') format('truetype');
}

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

*:before,
*:after {
  box-sizing: inherit;
}

.after::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 660px;
  height: 40px;
  z-index: -1;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /* min-width: 1567px; */
}

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

a:hover:not(.btn) {
  text-decoration: none;
}








.drop-shadow {
  text-shadow: 5px 5px 4px rgba(0, 0, 0, 0.65);
}

.social a img:hover {
  transition: all 0.3s ease;
  filter: brightness(0) saturate(100%) invert(80%) sepia(10%) saturate(900%) hue-rotate(80deg);
}



/* img {
  max-width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
  -o-object-fit: contain;
  object-fit: contain;
} */



/* all button ===========================*/



.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  display: block;
}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom {
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  display: block !important;
  transform: none !important;
  bottom: 0 !important;
  left: 20px !important;
}

/*call to action*/
.cta {
  display: none;
}

/*=============================
	          HEADER
===============================*/
#header {
  background: url(../../public/images/content/bg-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 15px;
}

#header .left .top a {
  font-family: 'Poppins', Arial;
  font-size: 15px;
}

#header .left .top a span {
  font-weight: bold;
  font-size: 17px;

}

#header ul {
  margin-top: 25px;
}

#header ul li {
  font-family: 'Poppins', Arial;
  font-size: 15px;
  letter-spacing: 1.17px;
}


/*=============================
	          CONTENT
===============================*/
#welcome {
  width: 100%;
  position: relative;
  z-index: 11;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}


.welcome-container {
  max-width: 1515px;
  margin-left: 202px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  padding-top: 20px;
  padding-bottom: 50px;
}

.welcome-left {
  max-width: 621px;
  padding-top: 107px;
}

.welcome-subtitle {
  font-family: 'Lato', Arial;
  color: #444444;
  font-size: 31px;
  line-height: 100%;
  margin-bottom: 7px;
}

.welcome-title {
  font-family: 'Lato', Arial;
  color: #134498;
  font-size: 47px;
  line-height: 100%;
  font-weight: 900;
  margin-bottom: 25px;
}

.welcome-text {
  font-family: 'Poppins', Arial;
  font-size: 17px;
  color: #444444;
  line-height: 33px;
  letter-spacing: 0.153px;
}

.welcome-tagline {
  display: block;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 22px;
}

.welcome-button {
  margin-top: 30px;
  width: 230px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.153px;
  height: 70px;
}

.welcome-right {
  display: flex;
}

.welcome-images {
  display: flex;
  gap: 11px;
  align-items: center;
  z-index: 1;
}

.welcome-images-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}

.welcome-blue-bar {
  min-height: 600px;
  background-color: #144498;
  margin-left: 15px;
  margin-top: -64px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.welcome-blue-bar {
  width: 280px;
  min-height: 784px;
  margin-left: -156px;
}



.welcome-vertical-text {
  font-family: 'Neuropolitical';
  font-size: 57px;
  letter-spacing: 11.4px;
  color: white;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 100%;
  padding-left: 47px;
}




/* Services Section Styles */
#services {
  /* Add any section-level styles here if needed */
}

.services-container {
  max-width: 1736px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3%;
}

.services-heading {
  font-family: 'Lato', Arial;
  font-weight: 900;
  font-size: 55px;
  color: #144498;
  text-align: center;
}

.services-content {
  display: flex;
  align-items: flex-start;
}

.services-blue-bar {
  min-width: 280px;
  min-height: 770px;
  background-color: #1D63D8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
}

.services-vertical-text {
  font-family: 'Neuropolitical';
  font-size: 57px;
  letter-spacing: 11.4px;
  color: white;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding-right: 85px;
  line-height: 100%;
}

.services-main {
  width: 100%;
}

.services-intro {
  font-family: 'Poppins', Arial;
  font-size: 16px;
  color: #333333;
  line-height: 27px;
  letter-spacing: 0.144px;
  max-width: 1207px;
  margin-left: 27px;
  margin-bottom: 37px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-left: -105px;
  max-width: 1435px;
}

/* Service Card Styles */
.service-card {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 340px;
  width: 100%;
  height: 564px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 2%;
  padding-right: 2%;
  color: white;
  overflow: hidden;
  transition: all 0.5s;
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background-color: #123C86;
  opacity: 0;
  transition: opacity 0.5s;
}

.service-card:hover .service-card-overlay {
  opacity: 0.75;
}

.service-card-content {
  position: relative;
  z-index: 10;
  max-width: 315px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.service-card-accent {
  width: 67px;
  height: 11px;
  background-color: #1D63D8;
  margin-bottom: 17px;
  order: 1;
  transition: all 0.5s;
}

.service-card:hover .service-card-accent {
  order: 2;
}

.service-card-title {
  font-family: lato;
  font-size: 31px;
  font-weight: 900;
  order: 2;
  transition: all 0.5s;
}

.service-card:hover .service-card-title {
  order: 1;
  margin-bottom: 24px;
}

.service-card-description {
  font-family: Poppins;
  font-size: 13px;
  letter-spacing: 0.091px;
  line-height: 26px;
  margin-bottom: 12px;
  max-height: 0;
  opacity: 0;
  transition: all 0.5s;
  overflow: hidden;
  order: 3;
}

.service-card:hover .service-card-description {
  max-height: 500px;
  opacity: 1;
}

.service-card-link {
  font-family: Poppins;
  color: #1D63D8;
  font-size: 16px;
  letter-spacing: 0.368px;
  order: 4;
}

/* Experience Section Styles */
#experience {
  background: url(../../public/images/content/bg-2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 715px;
  padding-inline: 15px;
}

.experience-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding-top: 170px;
}

.experience-heading {
  font-family: 'Lato', Arial;
  font-size: 68px;
  font-weight: 900;
  margin-bottom: 15px;
}

.experience-text {
  font-family: 'Poppins', Arial;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.198px;
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 76px;
}

#experience .cards {
  display: flex;
  gap: 25px;
}

#experience .cards .card {
  width: 382px;
  height: 130px;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

#experience .cards .card h4 {
  font-family: 'Lato', Arial;
  color: #31313F;
  font-size: 24px;
  font-weight: 900;
  width: auto !important;
  line-height: 120%;
}

#experience .cards .card span {
  color: #11397F;
  display: block;
}

/* RT Background Section */
#rt {
  background: url(../../public/images/content/bg-reviews.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  /* min-height: 1519px; */
}

/* Years Section Styles */
#years {
  width: 100%;
  position: relative;
  z-index: 11;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}


.years-container {
  max-width: 1515px;
  margin-left: 202px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.years-left {
  max-width: 621px;
  /* padding-top: 107px; */
}

.years-subtitle {
  font-family: 'Lato', Arial;
  color: #444444;
  font-size: 31px;
  line-height: 100%;
  margin-bottom: 15px;
}

.years-title {
  font-family: 'Lato', Arial;
  color: #134498;
  font-size: 47px;
  line-height: 100%;
  font-weight: 900;
  margin-bottom: 25px;
}

.years-text {
  font-family: 'Poppins', Arial;
  font-size: 17px;
  color: #444444;
  line-height: 33px;
  letter-spacing: 0.153px;
}

.years-tagline {
  display: block;
  font-weight: bold;
  margin-bottom: 35px;
  font-size: 22px;
}

.years-button {
  margin-top: 30px;
  width: 230px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.153px;
  height: 70px;
}

.years-right {
  display: flex;
}

.years-images {
  display: flex;
  gap: 11px;
  align-items: center;
  z-index: 1;
}

.years-images-col {
  display: flex;
  flex-direction: column;
  gap: 11px;
  align-items: center;
}

.years-blue-bar {
  min-height: 600px;
  background-color: #144498;
  margin-left: 15px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.years-blue-bar {
  width: 280px;
  min-height: 784px;
  margin-left: -156px;
}



.years-vertical-text {
  font-family: 'Neuropolitical';
  font-size: 57px;
  letter-spacing: 11.4px;
  color: white;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  line-height: 100%;
  padding-left: 47px;
}







/* Testimonials Section Styles =================================================*/
/* .testimonials-section {
  padding-right: 3%;
} */


.testimonials-container {
  max-width: 1736px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-content {
  display: flex;
  align-items: flex-start;
}

.testimonials-blue-bar {
  width: 280px;
  min-height: 695px;
  background-color: #1D63D8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-right: -105px;
}

.testimonials-vertical-text {
  font-family: 'Neuropolitical';
  font-size: 57px;
  letter-spacing: 11.4px;
  color: white;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  padding-right: 80px;
  line-height: 100%;
}

.testimonials-main {
  /* Main content container */
}

.testimonials-heading {
  font-family: 'Lato', Arial;
  font-weight: 900;
  font-size: 55px;
  color: #144498;
  text-align: center;
  line-height: 100%;
}

.testimonials-subheading {
  font-family: 'Lato', Arial;
  font-size: 31px;
  color: #444444;
  text-align: center;
  line-height: 100%;
  margin-bottom: 53px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.review-card {
  width: 100%;
  max-width: 444px;
  min-height: 386px;
  background-color: white;
  border-radius: 16px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.review-avatar {
  width: 83px;
  height: 83px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.review-avatar-purple {
  background-color: #7A50BB;
}

.review-avatar-blue {
  background-color: #406FCC;
}

.review-avatar-orange {
  background-color: #FF4000;
}

.review-initial {
  font-size: 43px;
  font-weight: 800;
}

.review-stars {
  max-width: 159px;
  margin-bottom: 15px;
}

.review-text {
  color: #111111;
  font-size: 14px;
  font-family: 'Poppins', Arial;
  line-height: 25px;
  max-width: 372px;
  font-weight: 400;
}

.review-read-more {
  color: #E53F00;
  cursor: pointer;
  font-weight: 500;
}

.review-read-more:hover {
  color: #dc2626;
}

.review-author {
  color: #1D63D8;
  font-family: 'Poppins', Arial;
  font-weight: 600;
  font-size: 19px;
  padding-top: 5px;
}

.hidden {
  display: none;
}

#bf {
  background: url(../../public/images/content/bg-bf.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 1875px;
}

/* Gallery Section Styles */
#gallery {
  padding-top: 62px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-section {
  padding-top: 90px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-heading {
  font-family: 'Lato', Arial;
  font-weight: 900;
  font-size: 55px;
  color: white;
  text-align: center;
  margin-bottom: 42px;
}

.gallery-slider-wrapper {
  margin-bottom: 130px;
}

.gallery-cta {
  max-width: 673px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gallery-cta-heading {
  font-family: 'Lato', Arial;
  line-height: 110%;
  font-weight: 900;
  color: #134498;
  font-size: 55px;
  text-align: center;
  margin-top: 117px;
  margin-bottom: 7px;
}

.gallery-cta-subheading {
  display: block;
  color: #858585;
  font-size: 36px;
  letter-spacing: 0.612px;
  font-family: 'Lato Medium';
  font-weight: 400;
}

.gallery-cta-text {
  text-align: center;
  font-family: 'Poppins', Arial;
  color: #444444;
  line-height: 35px;
  letter-spacing: 0.207px;
  font-size: 23px;
}

.gallery-cta-button {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}




/*=============================
	          FOOTER
===============================*/



footer {
  background: url(../images/content/bg-footer.jpg) center no-repeat;
  background-size: cover;
  /* margin-top: -20px; */
  padding-left: 15px;
  padding-right: 15px;
  padding: 26px 15px 0 15px;
}

footer .inner-row {
  margin-top: -371px;
}

footer .contact-container {
  position: relative;
  max-width: 1502px;
  z-index: 3;
  background: white;
  padding: 45px 0 57px 0;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}


footer .contact-container p {
  font-family: 'Arial';
  font-size: 16px;
  color: #666666;
  line-height: 145%;
  margin-bottom: 40px;
  max-width: 725px;
  margin: 0 auto;
  margin-bottom: 16px;

}

footer .contact-container h1 {
  font-size: 55px;
  font-family: 'Lato';
  color: #144498;
  font-weight: 900;
}


/* et */
footer nav ul li {
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 0.32px;
  margin-bottom: 25px;
}

/* Footer bot */
footer .bot .inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: start;
  margin-top: 28px;
}


footer .bot .left {
  max-width: 730px;
  width: 100%;
  color: white;
  padding-top: 173px;
}

footer .bot .left h2 {
  margin-bottom: 22px;
  line-height: 152%;
  color: #84D29D;
}

footer .bot .details {
  max-width: 504px;
  width: 100%;
  font-size: 17px;
  line-height: 180%;
  letter-spacing: 0.51px;
  margin-bottom: 52px;
}

footer .btn-group {
  margin-bottom: 76px;
}

footer .right {
  padding-top: 8px;
  padding-left: 53px;
  /* padding-bottom: 85px; */
}

footer .right p {
  font-family: 'Orbitron';
  font-weight: 100;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
}

footer .right a {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
  letter-spacing: .672px;
}


footer .right .details {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 67px;
  margin-left: -103px;
}

footer .right .details .footer-phone {
  font-family: 'Orbitron';
  font-weight: 900;
  font-size: 23px;
}

footer .right .hours {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 159%;
  color: #1F1F1F;
  letter-spacing: .672px;
}

footer .circle {
  scale: 0.9;
}

footer .cp {
  font-family: 'Poppins';
  font-size: 14px;
  line-height: 120%;
  color: white;
  text-align: center;
  padding-bottom: 5px;
  justify-content: center;
  letter-spacing: 1.4px;
}

.td-img {
  width: 40px;
}





.ctc-form {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

select,
option,
.ctc-form input[type=text],
.ctc-form input[type=email],
.ctc-form textarea {
  font-family: 'Montserrat';
  height: 59px;
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  box-sizing: border-box;
  padding-left: 25px;
  border: 1px solid #D6D6D6;
  text-align: left;
  background: #EEEEEE;
  box-shadow: inset 1px 1px 2px 1px rgba(0, 0, 0, 0.34);
color: #000;
}

option:focus,
select:focus,
.ctc-form input[type=text]:focus,
.ctc-form textarea:focus {
  outline: none;
}

option::placeholder,
select::placeholder,
.ctc-form input::placeholder,
.ctc-form textarea::placeholder {
  color: #545454;
  font-family: 'Titillium', sans-serif;
  font-size: 16px;
  opacity: 0.7;
}


.ctc-form textarea {
  padding-top: 16px;
  height: 150px;
  resize: none;
  padding-bottom: 30px;
}

.ctc-form .recap {
  display: inline-block;
}

.ctc-form .ctc-hide {
  display: none;
}

.ctc-form .copy {
  text-align: start;
  /* padding-top: 20px; */
  color: #fff;
  font-size: 16px;
  padding-left: 21px;
}

.ctc-form .btn,
.ctc-form .ctcBtn {
  width: 182px;
  max-width: 258px;
  height: 57px;
  font-size: 14px;
  padding: 10px;
  margin: 0 auto;
}


form .messages p {
  display: none;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  font-size: 16px !important;
}

form .loading {
  display: none;
}

form .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

form .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

form .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

@media(max-width:1720px) {

  .welcome-container,
  .years-container {
    margin-left: 0px;
    gap: 15px;
  }

  .testimonials-grid {
    padding-right: 15px;
  }
}

@media(max-width:1455px) {

  .welcome-blue-bar,
  .years-blue-bar {
    margin-left: -100px;
  }
}

@media(max-width:1366px) {

  .welcome-left,
  .years-left {
    max-width: 50%;
  }

  .welcome-blue-bar,
  .years-blue-bar {
    margin-left: -50px;
  }

  .services-vertical-text,
  .years-vertical-text {
    padding-right: 25px;
  }

  .services-blue-bar,
  .years-blue-bar {
    min-width: 205px
  }

  .services-container,
  .years-container {
    padding-right: 15px;
  }

  .experience-heading {
    font-size: 55px;
    text-align: center;
  }

  .experience-text {
    font-size: 20px;
    margin-bottom: 45px;
  }

  #experience {
    min-height: 0;
    padding-block: 100px;
  }

  #experience .cards {
    width: 100%;
  }

  #experience .cards .card {
    width: 100%;
  }

  .testimonials-vertical-text {
    padding-right: 15px;
  }
}

@media(max-width:1250px) {
  #header .left {
    max-width: 680px;
  }
}

@media(max-width:1200px) {

  #welcome,
  #years {
    padding-left: 0px;
    padding-right: 0px;
  }

  .welcome-container,
  .years-container {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-right: 0px;
  }

  .welcome-left,
  .years-left {
    max-width: 100%;
  }

  .welcome-blue-bar,
  .services-blue-bar,
  .years-blue-bar,
  .testimonials-blue-bar {
    margin-left: 0px;
    min-height: 0;
    margin-top: 0px;
    padding-block: 25px;
    width: 100%;
    justify-content: center;

  }


  .welcome-right,
  .years-right {
    flex-direction: column-reverse;
    max-width: 100%;
    width: 100%;
  }

  .services-content {
    flex-direction: column;
  }

  .welcome-left,
  .years-left {
    margin-inline: 3%;
    text-align: center;
    padding-top: 25px;
  }

  .welcome-images,
  .years-images {
    justify-content: center;
    margin-top: 15px;
  }

  .welcome-vertical-text,
  .services-vertical-text,
  .years-vertical-text,
  .testimonials-vertical-text {
    writing-mode: horizontal-tb;
    transform: none;
    letter-spacing: normal;
    padding-left: 0;
    text-align: center !important;
    font-size: 45px;
  }

  footer .contact-container h1,
  .gallery-heading,
  .gallery-cta-heading {
    font-size: 45px;
  }

  .welcome-title,
  .years-title {
    font-size: 40px;
    margin-bottom: 15px;
  }

  .services-container {
    padding-right: 0;
  }

  .services-vertical-text,
  .years-vertical-text {
    padding-right: 0px;
  }

  .services-heading {
    display: none;
  }

  .services-intro {
    margin-left: 0px;
    margin-bottom: 0px;
    padding-inline: 3%;
    padding-block: 15px;
    text-align: center;
  }

  .services-grid {
    margin-left: 0px;
    padding-inline: 3%;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr)
  }

  .service-card,
  .service-card-content {
    max-width: 100%;
  }

  .experience-heading {
    font-size: 45px;
    text-align: center;
  }

  #header-box {
    width: 270px;
  }

  .services-main {
    padding-bottom: 25px;
  }



  .testimonials-content {
    flex-direction: column;
    margin-top: 25px;
  }

  .testimonials-grid {
    padding-right: 0px;
  }

  .testimonials-main {
    padding-inline: 2%;
    padding-block: 25px;
  }

  .testimonials-heading {
    font-size: 45px;
  }
}


@media(max-width:1024px) {

  .welcome-vertical-text,
  .services-vertical-text,
  .years-vertical-text,
  .testimonials-vertical-text,
  .gallery-cta-heading,
  footer .contact-container h1 {
    font-size: 40px;
  }

  .welcome-title,
  .years-title {
    font-size: 35px;
  }

  .welcome-subtitle,
  .years-subtitle {
    font-size: 25px;
  }

  .welcome-tagline,
  .years-tagline {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .experience-text {
    font-size: 18px;
    margin-bottom: 15px;
  }

  #experience .cards .card {
    flex-direction: column;
    padding: 25px;
    height: auto;
  }

  #experience .cards .card h4 {
    text-align: center;
  }

  .testimonials-grid {
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto !important;
    width: 100%;
  }

  .testimonials-main {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .review-card {
    margin: 0 auto;
    max-width: 70%;
    display: flex;
    align-items: center;
  }

  .review-text {
    max-width: 100%;
    text-align: center;
  }

  .g-recaptcha {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .testimonials-heading {
    font-size: 40px;
    padding-bottom: 15px;
  }

  .gallery-heading {
    font-size: 40px;
  }

  .testimonials-subheading {
    font-size: 28px;
    margin-bottom: 25px;
  }

  footer .contact-container {
    padding: 25px 15px 25px 15px;
  }

  footer nav {
    display: none;
  }

  #gallery {
    padding-top: 15px;
  }

  .gallery-heading {
    margin-bottom: 15px;
    margin-top: 25px;
  }

  .gallery-cta-heading {
    margin-top: 25px;

  }

  .gallery-cta-subheading {
    font-size: 25px;
  }

  .gallery-cta-text {
    font-size: 18px;
  }

  #bf {
    min-height: 100px;
    padding-bottom: 400px;
  }

}

@media(max-width:767px) {

  .welcome-vertical-text,
  .services-vertical-text,
  .experience-heading,
  .years-vertical-text,
  .testimonials-vertical-text,
  .testimonials-heading,
  .gallery-cta-heading,
  footer .contact-container h1 {
    font-size: 35px;
  }

  .welcome-title,
  .years-title {
    font-size: 30px;
  }

  #welcome p,
  .experience-text,
  #years p {
    font-size: 15px;
  }

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

  .service-card-title {
    font-size: 25px;
  }

  .service-card {
    height: 450px;
  }

  #experience .cards {
    flex-direction: column;
    gap: 15px;
  }

  #experience {
    min-height: 0;
    padding-block: 25px;
  }

  .welcome-images,
  .years-images {
    padding-inline: 15px;
    padding-bottom: 15px;

  }



  #header .left .top a {
    text-align: center;
  }

  .welcome-button,
  .years-button {
    margin-top: 15px;
  }

  .review-card {
    max-width: 100%;
  }

  .testimonials-subheading {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .ctc-form .copy {
    padding-left: 0px;
  }

  #bf {
    background: url(../../public/images/content/bg-bf-mobile.jpg);
  }

  .welcome-text,
  .years-text,
  .gallery-cta-text {
    line-height: 27px;
  }

  .gallery-cta-text br {
    display: none;
  }

  .gallery-cta-subheading {
    font-size: 22px;
  }
}

@media(max-width:500px) {


  .welcome-vertical-text,
  .services-vertical-text,
  .experience-heading,
  .years-vertical-text,
  .testimonials-vertical-text,
  .testimonials-heading,
  .gallery-cta-heading,
  footer .contact-container h1 {
    font-size: 30px;
  }

  .testimonials-subheading {
    font-size: 20px;
  }
}