/* two  */
.two {
  padding-top: 150px;
  padding-bottom: 80px;
}
.best_laundry span {
  font-weight: 700;
  font-size: 1.3em;
}

.get-in-heading {
  font-size: 1em;
  font-weight: 600;
}
.form-control {
  font-size: 0.9em !important;
  font-weight: 300 !important;
}
.best_laundry {
  text-transform: capitalize;
  margin-bottom: 50px;
  margin-top: 50px;
}
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  overflow: hidden;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-navbar {
  background: #fff;
}
.best_laundry h3 {
  font-weight: 600;
  font-size: 1.5em;
  margin-top: 25px;
  color: #185585;
}

.best_laundry h2 {
  font-weight: 700;
  font-size: 2.6em;
  color: #185585;
}
.best_laundry h4 {
  font-size: 1.2em;
  font-weight: 300;
}

.contact-form {
  padding: 40px;
  background: #fff;
  box-shadow: rgba(135, 206, 235, 0.5) 0px 8px 24px;
}

.control-textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1 !important;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.get-in-heading {
  font-weight: 600;
  font-size: 1.2em !important;
  color: #043e8b;
  font-weight: 800;
  margin-bottom: 10px;
}
.youtube-vi-head {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

/* NAVBAR */
hr {
  margin-top: -0.2rem !important;
  border: 0;
  border-top: 2px solid #6c757d;
}

.nav-item .nav-link {
  font-size: 17px;
  font-weight: 400;
  color: #185585 !important;
  margin-inline: 10px;
}
.navbar-brand img:first-child {
  height: 58px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand img:last-child {
  height: 46px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.navbar-brand {
  width: auto;
  padding-left: 50px;
}
.navbar_button {
  background-color: #007cc2;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 25px;
  font-size: 16px;
  padding-inline: 20px;
  position: relative;
  left: 20px;
}
.navbar_button:hover {
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .safty-icon {
    width: 40%;
  }

  .get-in-heading {
    font-weight: 600;
    font-size: 1em !important;
    color: #043e8b;
  }
  .navbar-brand {
    width: 159px !important;
    padding-left: 5px;
    padding-right: 20px;
  }
  .navbar-brand img {
    width: 60%;
  }
  .navbar_button {
    position: relative;
    left: 4px;
    font-size: 12px;
  }
  .top-contact {
    color: #fff;
    font-weight: 500;
    font-size: 12px;
  }
  .nav-item .nav-link {
    font-size: 14px;
  }
  .top-contact i {
    margin-right: 5px;
    font-size: 15px;
  }
  .navbar-toggler {
    background-color: transparent;
    border: 0px solid transparent !important;
  }

  .two {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inputs a {
    font-size: 13px !important;
    background-color: #0b3f8a;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    position: relative;
    top: 9px;
  }
  .form-control {
    font-size: 0.7em !important;
    font-weight: 300 !important;
  }
  .best_laundry h3 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 25px;
  }
  .best_laundry h2 {
    font-weight: 700;
    font-size: 1.5em;
    color: #185585;
  }
  .youtube-vi-head {
    font-size: 1.3em;
    padding-bottom: 11px;
  }
}

/* our services */
.service-info {
  text-align: center;
  height: 180px;
}
.service-info img {
  width: 50%;
}
.service-bg {
  padding-top: 50px;
}
.water-tank-h {
  text-align: center;
  color: #185585;
  font-size: 1.5em;
  font-weight: 800;
  margin-top: 50px;
  margin-bottom: 30px;
}

.btn-readmore {
  background-color: #007cc2;
  padding: 10px;
  font-size: large;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  margin-top: 30px;
}
.btn-readmore:hover {
  text-decoration: none;
  color: #fff;
}
.service-info h3 {
  font-size: 1.2em;
  font-weight: 700;
  color: #185585;
}
.service-info p {
  font-size: 0.9em;
  font-weight: 300;
}

.service-info i {
  font-size: 50px;
  padding: 11px 20px;
  color: #000e67;

  margin-top: 20px;
}
.service p {
  margin-top: 10px;
}

@media only screen and (max-width: 600px) {
  .service-info {
    text-align: center;
    height: 155px;
  }
  .service-info img {
    width: 70%;
  }
  .service-info h3 {
    font-size: 0.8em;
  }
  .btn-readmore {
    font-size: 0.6em;
  }
  .service-info p {
    font-size: 0.6em;
  }
  .service-bg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .service-info i {
    font-size: 25px;
  }
  #services .our-services {
    font-size: 1.3em !important;
    margin-bottom: 10px !important;
  }

  .water-tank-h {
    font-size: 1em;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
  }
}

.about-section {
  padding: 80px 0px;
}
.about-section h2 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.about-section img {
  width: 35%;
  float: left;
  padding: 8px 30px 20px 0px;
}
.about-section p {
  text-align: justify;
  font-size: 0.9em;
  font-weight: 400;
}

@media only screen and (max-width: 600px) {
  .about-section h2 {
    font-size: 1.3em !important;
    margin-bottom: 20px !important;
  }
  .about-section img {
    width: 48%;
    float: left;
    padding: 8px 20px 0px 0px;
  }
  .about-section p {
    font-size: 0.7em;
    font-weight: 300;
  }
  .about-section {
    padding: 64px 0px 0px 0px;
  }
}
/* facts */

.fact-bg {
  background-color: #185585;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.facts-head h2 {
  font-weight: 700;
  font-size: 2em;
  padding-top: 10px;
  padding-bottom: 40px;
  color: #fff;
}
.facts h2 {
  color: #fff;
  font-size: 2.5em;
  margin-top: 0px;
  display: inline;
  font-weight: 700;
}
.facts p {
  padding: 3px 10px;
  font-size: 1.5em;
  margin-top: 10px;
  font-weight: 600;
  color: #fff;
}
.plus {
  display: inline;
}
@media only screen and (max-width: 600px) {
  .facts p {
    padding: 2px 10px;
    font-size: 1em;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
  }
  .facts-head h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 0px;
  }
  .facts h2 {
    font-size: 1.3em;
  }

  .fact-bg {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aboutus p {
    text-align: justify;
    font-size: 0.8em;
    font-weight: 300;
  }
}

.inputs a {
  font-size: 15px;
  background-color: #185585;
  color: #fff;
  font-weight: 600;
  padding: 10px 15px;

  position: relative;
  top: 9px;
}
.inputs a:hover {
  text-decoration: none;
  color: #fff;
}

label {
  color: #185585;
  font-size: 14px;
  margin-top: 1px;
  position: relative;
  top: 2px;
}

/* footer */
.text-black {
  color: #000000;
  font-size: 18px;
}
.text-black:hover {
  text-decoration: none;
  color: #000;
}
.footer-links {
  line-height: 20px;
}
.text-uppercase {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}

.footer-logo {
  padding-top: 15px !important;
}
.footer-logo p {
  font-size: 20px;
  font-weight: 400;
}
.footer-end {
  text-align: end;
  font-size: 18px;
  font-weight: 700;
}
.bottom-footer {
  border-top: 2px solid black;
  padding-top: 20px;
  padding-bottom: 10px;
}
.fend {
  font-size: 18px;
  font-weight: 700;
}
.f-highlight {
  color: #112646;
}

.footer-logo a img {
  width: 30%;
  margin-bottom: 26px;
  margin-top: 30px;
}

/* resposive mobile  */
@media only screen and (max-width: 600px) {
  .footer-logo p {
    font-size: 16px;
    font-weight: 400;
  }
  .footer-end {
    text-align: start;
  }
  .footer-logo a img {
    width: 26%;
    margin-bottom: 12px;
    margin-top: 10px;
  }
  .text-uppercase {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .text-black {
    color: #000000;
    font-size: 14px;
  }
  .fend {
    font-size: 14px;
    font-weight: 700;
  }
  .footer-end {
    font-size: 14px;
    font-weight: 700;
  }
  .gallery-heading h3 {
    text-align: center;
    font-size: 1.3em !important;
    font-weight: 600;
    margin-bottom: 30px !important;
  }
  .gallery-heading p {
    font-weight: 300;
    font-size: 0.8em !important;
    text-align: justify;
  }
  .gallery-section {
    padding: 40px 20px !important;
  }
}

/* choose us  */
.horizon-img img {
  width: 60%;
  border-radius: 10px;
  position: relative;
  left: 10px;
}
.horizon-title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #007cc2;
  margin-top: 10px;
}
.why-choose {
  font-size: 18px;
  font-weight: 700;
  padding-top: 130px;
}
.choose-us-heading {
  text-align: center;
  margin-bottom: 100px;
}
.choose-us-heading h2 {
  font-size: 35px;
  font-weight: 900;
  color: #007cc2;
}
.choose-us {
  padding-top: 10px;
  padding-bottom: 50px;
}
.horizon-title {
  position: relative;
  left: -40px;
}

@media only screen and (max-width: 600px) {
  .horizon-title {
    position: relative;
    left: 0px;
  }
  .horizon-img img {
    width: 35%;
    border-radius: 10px;
    position: relative;
    left: 5px;
  }
  .horizon-title p {
    font-size: 14px;
  }
  .why-choose {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0px;
  }
  .choose-us-heading {
    text-align: center;
    margin-bottom: 50px;
  }
  .choose-us-heading h2 {
    font-size: 25px;
    font-weight: 900;
    color: #ff581a;
  }
}

/* srvices page  */
.service-types h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  color: #0b3f8a;
}
.services hr {
  text-align: center;
  border-top: 4px solid blueviolet;
}
.underline {
  border: 1px solid rgb(193, 182, 203);
}

.service-types ul {
  padding: 2px 0px 0px 80px;
  font-size: 0.9em;
  line-height: 1.4;
  font-weight: 300;
}

.services-para {
  text-align: center;
  font-size: 0.9em;
  font-weight: 300;
  margin-bottom: 40px;
}

#services .our-services {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}
.service-title {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
.service-title h2 {
  font-size: 35px;
}
.service-title p {
  font-size: 16px;
}
.service-title hr {
  background-color: #ff581a;
  height: 2px;
  width: 130px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.card-list h5 {
  padding: 15px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.25rem !important;
}
.card-list img {
  background-color: #e0e0e0;
  padding: 10px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.card-list {
  border-radius: 10px !important;
}

.service-cards {
  margin-bottom: 50px;
}
.service-card-list ul {
  position: relative;
  left: -17px;
  font-size: 15px;
  font-weight: 500;
}
.card-list {
  padding: 20px;
}

.othr-srvc-title h2 {
  font-size: 40px;
  margin-bottom: 50px;
}
.othr-srvc-title h3 {
  font-size: 20px;
  font-weight: 600;
  color: #ff581a;
  margin-bottom: 20px;
}
.othr-srvc-title p {
  font-size: 20px;
}
.srvc-contect {
  margin-top: 50px;
}
.material h3 {
  color: #ff581a;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
}
.material-list {
  font-weight: 500;
}
.bg-hr-line {
  background-color: #ff581a;
  height: 350px;
  position: relative;
  top: 480px;
  z-index: -99;
}
.service-title {
  margin-bottom: -330px;
}

@media only screen and (max-width: 600px) {
  .othr-srvc-title h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .othr-srvc-title p {
    font-size: 16px;
  }
  .srvc-contect {
    margin-top: 20px;
  }
  .material h3 {
    font-size: 20px !important;
  }
  .material-list div ul {
    font-size: 15px;
    margin-top: 10px;
  }
  .list-para {
    font-size: 16px;
  }
  .service-title h2 {
    font-size: 25px;
  }
  .service-title p {
    font-size: 15px;
  }
  .card-list {
    padding: 20px 40px;
  }
  .bg-hr-line {
    background-color: #ffffff;
    height: 0px;
    position: relative;
    top: 0px;
    z-index: -99;
  }
  .service-title {
    margin-bottom: 0px;
  }
  .service-title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .service-types ul {
    padding: 2px 0px 0px 0px;
  }
  .service-types h3 {
    text-align: left;
    font-size: 0.8em;
    font-weight: 700;
    color: #0b3f8a;
  }
  .service-types ul {
    font-size: 0.6em;
    line-height: 1.4;
    font-weight: 400;
  }
}

/* footer  */
.footer-section {
  background-color: #f8f9fa;
  padding: 40px 0;
}

.footer-logo img {
  max-width: 150px;
}

.footer-links h6 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-links p {
  margin: 5px 0;
}

.footer-links a {
  color: #343a40;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.bottom-footer {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px;
}

.f-highlight {
  font-weight: bold;
  color: #007bff;
}

.footer-end {
  text-align: right;
}

@media (max-width: 768px) {
  .footer-end {
    text-align: center;
  }

  .footer-logo img {
    width: 60%;
  }
  .heading {
    font-size: 1em !important;
  }
  ul > li {
    margin-bottom: 2px !important;
    color: #6c757d;
    font-size: 0.8em !important;
  }
}

/* footer  */
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@700&display=swap");

/* General Body Styling */
body {
  font-size: 13px;
  font-weight: bold;
  color: rgb(189, 196, 203);
  margin: 0;
  padding: 0;
}

/* Footer Styling */
.card {
  padding: 2% 7%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.footer-text p {
  font-size: 14px;
  color: #6c757d;
}
.contacts a {
  color: #6c757d;
}
/* Social Media Icons */
.social > i {
  margin-right: 10px;
  font-size: 18px;
  color: #6c757d;
  transition: color 0.3s ease-in-out;
}

.social > i:hover {
  color: #957bda;
  cursor: pointer;
}

/* Section Headings */
.heading {
  font-family: "Titillium Web", sans-serif;
  color: #343a40;
  margin-bottom: 15px;
}

/* List Styling */
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul > li {
  margin-bottom: 10px;
  color: #6c757d;
}

ul > li:hover {
  color: #957bda;
  cursor: pointer;
}

/* Contact Section Icons */
ul > li i {
  margin-right: 10px;
  color: #11438f;
  font-size: 14px;
}

/* Divider */
.divider {
  border-top: 2px solid #6c757d;
  margin-bottom: 15px;
}

/* Policy Links */
.policy > div {
  margin-left: 15px;
  font-size: 12px;
  color: #6c757d;
}

.policy > div:hover {
  color: #957bda;
  cursor: pointer;
}

/* Footer Bottom Section */
.pull-left p {
  font-size: 12px;
  color: #6c757d;
}

.pull-right div {
  font-size: 12px;
}

/* gallery  */

.gallery-section {
  padding: 80px 0px;
}
.gallery-heading h3 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 40px;
}
.gallery-heading p {
  font-weight: 300;
  font-size: 0.9em;
  text-align: justify;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  display: block;
}

.gallery {
  position: relative;
  z-index: 2;
  padding: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  transition: all 0.5s ease-in-out;
  transform: translateZ(0);

  figure {
    flex-basis: 33.333%;
    padding: 5px;
    overflow: hidden;
    cursor: pointer;
  }
  img {
    width: 100%;
    transition: all 0.3s ease-in-out;
  }
}

/* Landing Page Hero Section */
.landing-hero {
  min-height: 100vh;
  background: white;
  font-family: sans-serif;
  padding-top: 80px;
}

.hero-gradient {
  position: relative;
  background: linear-gradient(to bottom right, #ecfeff, #dbeafe);
  overflow: hidden;
}

.hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
}

.hero-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-left {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: 3rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.25;
}

.hero-subtitle {
  color: #374151;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.assessment-box {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 1.5rem;
  max-width: 28rem;
  margin: 0 auto;
}

.assessment-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 0.5rem;
}

.assessment-text {
  color: #4b5563;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.form-button {
  width: 100%;
  background: #2563eb;
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 1rem;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.form-button:hover {
  background: #1d4ed8;
  transform: scale(1.05);
}

.response-time {
  font-size: 0.75rem;
  color: #6b7280;
}

.hero-right {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.hero-bg-circle1 {
  position: absolute;
  width: 24rem;
  height: 24rem;
  background: #a5f3fc;
  border-radius: 50%;
  transform: translate(-1rem, -1rem);
}

.hero-bg-circle2 {
  position: absolute;
  width: 24rem;
  height: 24rem;
  background: #bfdbfe;
  border-radius: 50%;
  transform: translate(1rem, 1rem);
}

.hero-image {
  position: relative;
  z-index: 10;
  border-radius: 50%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  width: 24rem;
  height: 24rem;
  object-fit: cover;
  border: 8px solid white;
}

@media (min-width: 1024px) {
  .hero-flex {
    flex-direction: row;
  }
  .hero-left {
    text-align: left;
    width: 50%;
  }
  .hero-right {
    width: 50%;
    margin-top: 0;
  }
}

@media (max-width: 1024px) {
  .hero-flex {
    flex-direction: column;
  }
  .hero-left,
  .hero-right {
    width: 100%;
  }
  .hero-left {
    text-align: center;
  }
  .hero-right {
    margin-top: 3rem;
  }
}

@media (max-width: 768px) {
  .hero-container {
    padding: 2rem 1rem;
  }
  .hero-title {
    font-size: 2.25rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .hero-image,
  .hero-bg-circle1,
  .hero-bg-circle2 {
    width: 18rem;
    height: 18rem;
  }
}

/* Key Benefits Section */
.key-benefits {
  padding: 4rem 0;
  background: #f9fafb;
}

.benefits-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.benefits-header {
  text-align: center;
  margin-bottom: 3rem;
}

.benefits-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
}

.benefits-subtitle {
  color: #4b5563;
  margin-top: 0.5rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 56rem;
  margin: 0 auto;
}

.benefit-item {
  background: white;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.benefit-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.icon-check {
  width: 2rem;
  height: 2rem;
  color: #16a34a;
}

.benefit-title {
  font-size: 0.875rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* Gallery and Video Section */
.gallery-video {
  padding: 4rem 0;
}

.gallery-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.gallery-header {
  text-align: center;
  margin-bottom: 3rem;
}

.gallery-title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
}

.gallery-subtitle {
  color: #4b5563;
  margin-top: 0.5rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.gallery-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.gallery-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-image {
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  width: 320px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (min-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
