@charset "UTF-8";
/* CSS Document */

.cc-content-wrap {
	width: 100%;
	max-width: 1400px !important;
    display: flex;
    flex-wrap: wrap;
	margin: 0px auto !important;
}

.cc-main-container .text-white a,
.cc-main-container .text-white p a {
    color: #0099FF !important;
}

.cc-main-container h1, .cc-main-container h1 > strong {
    line-height: 1.1 !important;
    font-size: 38px !important;
    background: none !important;
    margin: 0px auto !important;
}

.cc-main-container h1 > span {
    line-height: 1.1 !important;
    font-size: 24px !important;
    display: block;
    margin-top: 5px;
}

.cc-brand h1:after {
    content: "";
    display: block;
    width: 40px;
    height: 5px;
    background: var(--brand-primary) !important;
    margin: 30px auto;
}

.cc-main-container h2, .cc-main-container h2 > strong {
    margin-top: 50px !important;
}

.cc-main-container h2:first-child, .cc-main-container h2:first-child > strong {
    margin-top: 0px !important;
}

.cc-main-container .cc-header h2 {
    font-size: 44px !important;
    line-height: 1.1;
    margin: 0px auto !important;
}

.cc-main-container .cc-header h2 span {
    font-size: 24px !important;
    line-height: 1.1;
}

.cc-brand h2:after {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
    background: var(--brand-primary) !important;
}

.cc-main-container p {
    margin: 0px 0px 18px;
}

.cc-main-container p:last-child {
    margin: 0px 0px 0px;
}

.cc-main-container ul {
    margin-bottom: 20px !important;
}

.cc-mdlrg-mrg {
	margin-top: 30px !important;
	margin-bottom: 30px !important;
}

.cc-mdlrg-mrg-top {
	margin-top: 30px !important;
}

.cc-mdlrg-mrg-bottom {
	margin-bottom: 30px !important;
}

.cc-header-gradient-30 {
    background: rgb(255,0,0);
    background: linear-gradient(180deg, var(--brand-secondary) 0%, var(--brand-secondary) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 100%);
}

.cc-main-container strong,
.cc-main-container b,
.font-bold {
	
}


.cc-learn-more {
    margin-top: 40px !important;
    margin-bottom: 0px !important;
}

.cc-learn-more p.cc-learn-more-title {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    text-transform: uppercase !important;
}

.cc-learn-more p, .cc-learn-more p a {
    font-size: 20px !important;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.cc-learn-more p a:hover,
.cc-learn-more p strong a:hover {
    text-decoration: underline !important;
}

.cc-learn-more p:last-child, .cc-learn-more p:last-child a {
    margin-bottom: 0px !important;
}



.cc-testimonial-card {
	background-color: var(--brand-secondary) !important;
	background-color: #FFFFFF !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	padding: 25px 40px;
	margin: 0px auto 2%;
	text-align: center !important;
	border-radius: 12px;
}
	
.cc-testimonial-card p, .cc-testimonial-card p strong {
	margin: 0px auto !important;
	font-size: 17px !important;
	line-height: 135% !important;
}

.cc-testimonial-card p.testimonial-name {
	font-size: 20px !important;
	font-weight: 800;
	line-height: 135% !important;
	margin: 25px auto !important;
	text-align: center !important;
}

.cc-testimonial-card img {
	margin: 0px auto !important;
	max-width: 300px !important;
}




.cc-header-images img {
	border-radius: 15px !important;
}

img.lrg-border-radius {
	border-radius: 100% !important;
}



/* Card Container Styling */
.business-card {
  display: flex;
  background-color: #ffffff;
  border-radius: 20px;
  /* box-shadow: -2px 6px 20px rgba(0, 0, 0, 0.2); */
  box-shadow: -2px 6px 20px #0000001a;
  max-width: 760px;
  width: 100%;
  padding: 12px;
  gap: 18px;
  align-items: stretch;
}

/* Map Image Container */
.map-container {
  position: relative;
  width: 270px;
  min-width: 270px;
  /* height: 230px; */
  border-radius: 14px;
  overflow: hidden;
}

.map-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Map Pin Styling to match your image icon */
.map-pin {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #92001c;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -50%) rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.map-pin i {
  transform: rotate(45deg);
  font-size: 14px;
}

/* Text and Layout Adjustments */
.content-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 4px 0;
}

.business-name {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 18px;
  letter-spacing: -0.3px;
}

/* The Button Grid Wrapper */
.cta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* Strict Button Styling based on image */
.cta-wrapper {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 24px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px; /* Highly pill-shaped */
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: opacity 0.15s ease;
}

/* Strict Button Styling based on image */
.btn {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 16px 24px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 30px; /* Highly pill-shaped */
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: opacity 0.15s ease;
}

.btn img {
	max-width: 20px !important;
}


/* Strict Button Styling based on image */
.btn2 {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: -0.2px;
  transition: opacity 0.15s ease;
}

.btn:hover {
  opacity: 0.9;
}

/* Width Layout Classes */
.btn-full {
  width: 100%;
}

.btn-half {
  flex: 1 1 calc(50% - 7px); /* Perfectly splits the row with a 14px gap */
}

/* Gray Buttons styling */
.btn-secondary {
  background-color: #f2f2f2;
  color: #000000 !important;
}

.btn-secondary i {
  color: #888888; /* Soft gray icon color exactly like your photo */
  font-size: 18px;
}

/* Red Gradient/Phone Button styling */
.btn-primary {
  background: linear-gradient(to right, #0077d9, #0b468d); /* Exact gradient transitions from photo */
  color: #ffffff !important;
}

.btn-primary i {
  font-size: 16px;
  opacity: 0.8;
}

.cc-button-left {
	text-align: left !important;
}

.cc-button-right {
	text-align: center !important;
}

span.cc-block {
    display: block;
}

span.cc-inline-block {
    display: inline-block;
}

/* Responsive Overrides */
@media (max-width: 650px) {
  .business-card {
    flex-direction: column;
    padding: 16px;
  }
  
  .map-container {
    width: 100%;
    height: 200px;
  }
  
  .btn-half {
    flex: 1 1 100%; /* Stacks beautifully if the screen gets too small */
  }
}