/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1772013940
Updated: 2026-02-25 10:05:40

*/

/* ===============================
   Home Services Grid Design
================================ */

.ekit-nav-menu--overlay {
  transition: none !important;
  animation: none !important;
}
html {
  scroll-behavior: auto !important;
}
.text-under a {
  text-decoration: underline !important;
}
.site-logo.elementor-widget-image img.attachment-large {
  width: 181px;
}
.elementskit-menu-offcanvas-elements.active {
  transform: none !important;
}
.footer-icon-list .elementor-icon-list-icon {
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #ffffff1a;
  border-radius: 11.25px;
  margin-right: 10px;
}
.banner-grid .elementor-icon-list-icon {
  margin-top: 8px;
}
.container {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 15px;
}
#to_top_scrollup {
  height: 45px;
  width: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #262626 !important;
  /*   opacity: 1 !important; */
  border: 1px solid #eaeaea !important;
}
.card-icon-sdw .elementor-icon {
  width: 76px;
  height: 76px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;

  /* Glass effect */
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px);

  /* Inner shadow */
  box-shadow:
    1.67px 1.32px 4.5px 0px rgba(255, 255, 255, 0.15) inset,
    3px 2.37px 9px 0px rgba(255, 255, 255, 0.15) inset;

  /* Gradient border */
  border-image: linear-gradient(
    129.19deg,
    rgba(255, 255, 255, 0.2) 55.83%,
    rgba(255, 255, 255, 0) 113%
  );
  border-image-slice: 1;
}
.gradient-bg-section {
  background: linear-gradient(96.3deg, #ebeff7 -1.7%, #ffffff 100%);
}
.gradient-bg {
  background: linear-gradient(247.42deg, #ebeff7 0.6%, #ffffff 99.31%);
}
p:first-of-type {
  margin-bottom: 0;
}
.glass-effact-cards {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  box-shadow: 3px 2.37px 9px 0px rgba(255, 255, 255, 0.15) inset;
  border-radius: 16px;
}
.glass-effact-cards .elementor-widget-image {
  line-height: 1;
}
.glass-card-img {
  display: inline-flex !important;
  width: 50px !important;
  height: 40px !important;
}
.blue-clr-icon {
  background: linear-gradient(180deg, #000080 0%, #4a6ec0 100%);
  box-shadow: 0px 8px 20px -1px #00000033;
}
.how-work-card:after {
  content: "";
  position: absolute;
  background-image: url(/wp-content/uploads/2026/02/Vector-11.png);
  width: 95%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 58%;
  top: -29%;
  z-index: 1;
}
.how-work-card {
  position: relative;
}
.card-icon-ceck {
  height: 44px !important;
  width: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-icon-ceck .elementor-icon-wrapper {
  line-height: 1;
}

.mid-image-ui .elementor-widget-image {
  position: relative;
  z-index: 1;
}

.mid-image-ui .elementor-widget-image::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 108%;
  height: 470px;
  background: #ffffff;
  border-radius: 300px 300px 30px 30px;
  z-index: -1;
  bottom: 0;
}
.wir-card {
  border: 1px solid;
  border-image-source: linear-gradient(
    129.19deg,
    rgba(255, 255, 255, 0.5) -2.9%,
    rgba(255, 255, 255, 0) 113%
  );
  box-shadow: 3px 2.37px 9px 0px #ffffff26 inset;
  backdrop-filter: blur(50px);
  overflow: hidden !important;
  border-radius: 24px;
}
.faq-section .elementskit-card {
  border: 0.8px solid #e2e8f0 !important;
  box-shadow: 0px 4px 20px 0px #0000000f;
  border-radius: 15px !important;
  overflow: hidden;
}
.footer-icon-list li svg {
  width: 15px;
}

.footer-icon-list ul {
  padding: 0px;
}

.footer-icon-list ul .elementor-icon-list-icon {
  width: 35px;
  height: 35px;
  display: inline-flex;
}

@media (min-width: 1224px) {
  .banner-grid h1 {
    width: 905px;
  }
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.service-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  gap: 20px;
  border: 1px solid #ebeff7;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.services-grid h3 {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0px;
  margin: 0 0 8px;
}
.services-grid .service-content p {
  font-size: 18px;
  letter-spacing: 0px;
  color: #383838;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-image {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 286px;
  object-fit: cover;
  display: block;
  border-radius: 14px;
}

/* Arrow Button */
.service-card:hover .service-arrow {
  opacity: 1;
  bottom: 20px;
}
.service-arrow {
  position: absolute;
  bottom: 0px;
  background: #000080;
  padding: 16px;
  border-radius: 16px;
  right: 20px;
  opacity: 0;
  transition: 0.5s ease all;
}

.service-arrow .service-arrow-icon {
  width: 24px;
  height: 24px;
}

.testimonial-nav {
  margin-bottom: 30px;
  display: flex;
  gap: 0px;
  justify-content: center;
}

/* Default (inactive thumbnails) */
.testimonial-nav {
  margin-bottom: 30px;
  transition: transform 600ms ease;
}

/* All thumbnails - normal state */
.testimonial-nav .nav-item {
  transition: all 0.3s ease;
  opacity: 0.5;
  transform: scale(0.8);
}
.testimonial-nav .nav-item.is-active {
  opacity: 1;
  transform: scale(1);
}
.testimonial-nav .nav-item img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
/* ACTIVE thumbnail (exact screenshot style) */
.testimonial-nav .slick-current img {
  border-color: #1f2dbd;
  box-shadow: 0 8px 20px rgba(31, 45, 189, 0.35);
  transform: scale(1.15);
}
.testimonial-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #ebeff7;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.testimonial-solution {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: auto;
}
.testimonial-solution strong {
  color: #000080;
  padding-top: 20px;
  border-top: 4px solid #ebeff7;
}
.testimonial-slider {
  max-width: 906px;
  margin-inline: auto;
}
.testimonial-solution p {
  color: #383838;
}
.testimonial-card .testimonial-name {
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}

/* about page css start from here */
.e-icon {
  width: 60px;
  min-height: 60px;
  align-items: center;
  display: flex;
}

.e-icon .elementor-widget-image {
  display: flex;
}

/* Contact Page */
.contact-form-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.input-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.input-wrapper:last-child {
  grid-template-columns: 1fr;
}

.input-div {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 12px;
}

/* ── All Inputs, Select, Textarea ── */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  background: #ffffff;
  border: 1.6px solid #00008059;
  border-radius: 8px;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #000;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="number"]:focus,
.contact-form textarea:focus {
  border-color: #2d56a8;
  box-shadow: 0 0 0 3px rgba(45, 86, 168, 0.1);
}

/* ── Textarea ── */
.contact-form textarea {
  height: 130px !important;
  resize: unset;
}
.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}
/* ── Submit Button ── */
.contact-form input[type="submit"],
.contact-form .wpcf7-submit {
  background: #2d56a8;
  color: #ffffff;
  padding: 13px 32px;
  font-size: 0.95rem;
  font-weight: 600;
  font-family: inherit;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  margin-top: 4px;
}

.contact-form input[type="submit"]:hover,
.contact-form .wpcf7-submit:hover {
  background: #1a2e5a;
  transform: translateY(-1px);
}

/* ── Validation ── */
.contact-form .wpcf7-not-valid {
  border-color: #e05252 !important;
}

.contact-form .wpcf7-not-valid-tip {
  color: #e05252;
  font-size: 0.78rem;
  display: block;
}
.wpcf7-response-output {
  color: #fff;
  margin: 10px 10px !important;
  border-radius: 20px;
  padding: 8px !important;
  text-align: center;
  font-size: 16px;
}
.contact-form .wpcf7-response-output {
  margin-top: 12px;
  border-radius: 8px;
  font-size: 0.88rem;
  border: none;
}

.contact-form .wpcf7-mail-sent-ok {
  background: #e6f7ef;
  color: #2a7a52;
}

.contact-form .wpcf7-validation-errors {
  background: #fdecea;
  color: #c0392b;
}
.wpcf7-submit {
  min-width: 20%;
  padding-top: 2rem;
  display: inline-block;
}
.submit-btn {
  padding-top: 1rem;
}
.service-page-layout {
  grid-template-columns: repeat(3, 1fr);
}
.service-hero-bg img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: flex;
  object-position: 21% 23%;
}
.service-hero {
  position: relative;
}
.service-detail-section .contant-form {
  margin-top: 50px;
}
.single-service {
  background: linear-gradient(96.3deg, #ebeff7 -1.7%, #ffffff 100%);
}
.service-hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  max-width: 710px;
  width: 98%;
}

.service-hero-content .service-title {
  text-align: center;
  color: #fff;
}

.service-hero-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.service-hero-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(180deg, #000080ab 6%, #2e5dc8a6 93%);
  background-position: top;
}
.service-detail-section {
  margin-top: 25px;
  margin-bottom: 60px;
}

.service-detail-section p + p {
  margin-top: 12px;
  margin-bottom: 0px;
}

.service-detail-section h2 {
  margin: 0;
  margin-top: 25px;
  padding-left: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1 !important;
  border-left: 6px solid #deb69c;
}
.conatct-page .input-wrapper {
  grid-template-columns: 1fr;
  gap: 8px;
}
.conatct-page .input-wrapper .input-div {
  margin-bottom: 0;
}

.conatct-page .contact-form input::placeholder,
.conatct-page .contact-form textarea::placeholder {
  color: #00000085;
}

.conatct-page .submit-btn input {
  min-width: 220px;
  display: inline-flex;
  justify-content: center;
}

.conatct-page .submit-btn p {
  display: flex;
  justify-content: center;
}

.conatct-page .submit-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(100%, -20%);
}

.conatct-page .submit-btn input {
  margin: 0 !important;
}
.testimonial-section .container {
  padding: 0;
}
/* Grid Container */
.testimonial-grid {
  column-count: 3;
  column-gap: 30px;
}

/* Testimonial Card */
.testimonial-grid .testimonial-card {
  background: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  border-top: 4px solid #000080a3;
  margin-bottom: 30px;
  width: 100%;
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  text-align: left;
}
.testimonial-wrapper .testimonial-stars {
  color: #3a3a3dde;
  font-size: 20px;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
}
.testimonial-wrapper .testimonial-card .testimonial-content {
  text-align: left;
  font-size: 16px;
}

.testimonial-wrapper .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  width: 100%;
}

.testimonial-wrapper .testimonial-img img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  padding: 0;
}

.testimonial-wrapper .testimonial-info h4 {
  margin: 0;
  font-size: 16px;
}

.testimonial-wrapper .testimonial-info span {
  font-size: 14px;
  color: #666;
}
.privacy-policy h2 {
  font-size: 22px !important;
  margin-bottom: 4px;
  font-weight: 700;
  margin-top: 20px;
}

.privacy-policy p {
  font-size: 16px;
  margin-bottom: 10px;
}
.big-title {
  word-wrap: break-word;
}
.social-wrapper h5 {
  margin: 0;
  font-size: 16px;
}

.social-wrapper p {
  font-size: 14px;
}
.social-wrapper p a {
  color: #383838;
}
.custom-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.blog-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  background: #e7e7e76b;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.blog-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  transition: 0.3s ease all;
}

.blog-content {
  padding: 30px;
}
.blog-content h3 {
  margin-bottom: 10px;
  line-height: 1.25 !important;
}
.blog-content p {
  margin-bottom: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card .btn,
.site-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background-color: #000080;
  font-family:
    "Open Sans",
    Open Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  color: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 10px 24px 10px 24px;
  transition: 0.3s ease all;
}
.blog-card .btn:hover {
  background: #000;
}
.blog-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.blog-image:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #00000042;
  height: 100%;
  z-index: 1;
}
.blog-card:hover .blog-image img {
  transform: scale(1.1);
}
.location-banner {
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-content {
  text-align: center;
  color: #fff;
  max-width: 800px;
  padding: 60px 20px;
}

.banner-content h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.banner-content p {
  font-size: 18px;
}
.location-page p {
  font-size: 16px;
}

.location-page {
  margin-block: 50px;
}

.banner-overlay {
  background: linear-gradient(
    to right,
    rgba(0, 0, 128, 0.8),
    rgba(0, 0, 128, 0.5)
  ) !important;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-overlay h1 {
  color: #fff !important;
}

.location-listing-module {
  padding: 50px 0;
  background: linear-gradient(135deg, #eef2ff, #ffffff);
}

/* Grid */
.location-listing-module .location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Card */
.location-listing-module .location-card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

.location-listing-module .location-card:hover {
  transform: translateY(-10px);
}

/* IMAGE FALLBACK BOX */
.location-listing-module .location-img.no-image {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;

  /* gradient background */
  background: linear-gradient(135deg, #007cf0, #00dfd8);
}

/* BIG INITIAL LETTER */
.location-listing-module .location-initial {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
}

/* Content */
.location-listing-module .location-info {
  padding: 20px;
}

.location-listing-module .location-info h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.location-listing-module .location-info p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* Button */
.location-listing-module .read-more {
  background: #000080;
  padding: 5px 15px;
  color: #fffd;
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  border-radius: 6px;
  transition: 0.5s ease;
}
.location-listing-module .read-more img {
  width: 9px;
  margin-left: 10px;
}
.location-listing-module .read-more:hover {
  background: #000020;
}
.location-listing-module .location-card:hover .read-more::after {
  margin-left: 10px;
}
.cmn-banner .cmn-banner-content h1 {
  margin: 0px;
  color: #fff;
}

.cmn-banner {
  background: #000080;
}

.cmn-banner {
  padding-block: 100px;
  text-align: center;
  background-image: url("/wp-content/uploads/2026/02/Frame-2147223749-1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* ===============================
   BLOG MODULE
================================= */
.blog-single-module {
  background: #fff;
}

/* ===============================
   HERO BANNER
================================= */
.blog-single-module .blog-hero {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Overlay */
.blog-single-module .overlay {
  background: rgb(0 0 0 / 62%);
  height: 100%;
  display: flex;
  align-items: center;
}

/* Title */
.blog-single-module .blog-hero h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
}

/* Meta */
.blog-single-module .meta {
  color: #ddd;
  font-size: 14px;
}

/* ===============================
   CONTENT
================================= */
.blog-single-module .blog-content {
  max-width: 1150px;
  margin: 40px auto;
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}

/* Headings */
.blog-single-module .blog-content h1,
.blog-single-module .blog-content h2,
.blog-single-module .blog-content h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #111;
}

.blog-single-module .blog-content h1 {
  font-size: 32px;
}
.blog-single-module .blog-content h2 {
  font-size: 26px;
}
.blog-single-module .blog-content h3 {
  font-size: 24px;
}

/* Paragraph */
.blog-single-module .blog-content p {
  margin-bottom: 15px;
}

/* Links */
.blog-single-module .blog-content a {
  color: #0073aa;
  text-decoration: none;
}

.blog-single-module .blog-content a:hover {
  text-decoration: underline;
}

/* Lists */
.blog-single-module .blog-content ul,
.blog-single-module .blog-content ol {
  margin: 15px 0;
  padding-left: 20px;
}

.blog-single-module .blog-content li {
  margin-bottom: 6px;
}

/* Images */
.blog-single-module .blog-content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Blockquote */
.blog-single-module .blog-content blockquote {
  border-left: 3px solid #ccc;
  padding-left: 15px;
  margin: 20px 0;
  color: #555;
}

/* ===============================
   404 PAGE
================================= */

.error-404-module {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fb;
  text-align: center;
}

.error-box {
  max-width: 500px;
  margin: auto;
}

/* 404 number */
.error-code {
  font-size: 100px !important;
  font-weight: 700;
  margin-bottom: 0px;
}

/* Title */
.error-title {
  font-size: 28px;
  margin-bottom: 10px;
  color: #111;
}

/* Text */
.error-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

/* Button */
.home-btn {
  margin-top: 40px;
}

/* Responsive */

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 1024.98px) {
  .how-work-card:after {
    display: none;
  }
  .testimonial-grid {
    column-count: 2;
  }
}

@media (max-width: 991.98px) {
  .custom-blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .location-listing-module .location-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .contact-form {
    padding: 10px 0px 10px;
  }
  .input-wrapper {
    grid-template-columns: 1fr;
  }
  .wpcf7-submit {
    min-width: 100%;
    padding-top: 1rem;
    display: inline-block;
  }
  .service-page-layout {
    grid-template-columns: repeat(1, 1fr);
  }
  .custom-icon {
    min-height: 50px !important;
    width: 50px !important;
    max-height: 50px !important;
    padding: 5px;
  }

  .custom-icon img {
    width: 25px;
  }

  .blue-clr-icon {
    min-height: 50px !important;
    max-width: 50px;
    max-height: 50px !important;
  }
  .testimonial-card {
    padding: 20px;
  }
  .testimonial-card .testimonial-name {
    font-size: 30px;
    line-height: 1.2 !important;
  }
  .testimonial-nav .nav-item img {
    width: 50px;
    height: 50px;
  }
  .quote-icon img {
    width: 31px;
  }
  .service-card {
    gap: 20px;
  }
  .testimonial-grid {
    column-count: 1;
  }
  .custom-blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-card .btn {
    left: 20px;
    bottom: 20px;
  }
  .location-listing-module .location-grid {
    grid-template-columns: 1fr;
  }

  .location-listing-module .page-title {
    font-size: 28px;
  }
  .blog-single-module .blog-hero {
    height: 220px;
  }

  .blog-single-module .blog-hero h1 {
    font-size: 24px;
  }

  .blog-single-module .blog-content {
    margin: 20px auto;
  }
  .error-code {
    font-size: 70px !important;
  }

  .error-title {
    font-size: 22px;
  }
}
