.elementor-25 .elementor-element.elementor-element-3a2ac5d{--display:flex;--min-height:462px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;}.elementor-25 .elementor-element.elementor-element-3a2ac5d:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-3a2ac5d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.prestigevalet.com.sg/wp-content/uploads/2025/07/About-banner.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-8ceeac8 .wd-text-block{font-family:"Graphik-semibold", Sans-serif;font-size:40px;font-weight:600;}.elementor-25 .elementor-element.elementor-element-4347cc9.elementor-element{--align-self:center;}.elementor-25 .elementor-element.elementor-element-d78bed6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:100px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-d78bed6:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-d78bed6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFEF2;}.elementor-25 .elementor-element.elementor-element-1825128{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-25 .elementor-element.elementor-element-07d1b48{--display:flex;--min-height:886px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-07d1b48:not(.elementor-motion-effects-element-type-background), .elementor-25 .elementor-element.elementor-element-07d1b48 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.prestigevalet.com.sg/wp-content/uploads/2025/07/contact-form.jpg");background-repeat:no-repeat;background-size:cover;}.elementor-25 .elementor-element.elementor-element-d1a070c{--display:flex;}.elementor-25 .elementor-element.elementor-element-a0054ea .wd-text-block{font-family:"Graphik-semibold", Sans-serif;font-size:46px;font-weight:600;color:var( --e-global-color-primary );}.elementor-25 .elementor-element.elementor-element-03ecb67{--display:flex;}@media(min-width:768px){.elementor-25 .elementor-element.elementor-element-1825128{--width:100%;}}@media(max-width:1024px){.elementor-25 .elementor-element.elementor-element-8ceeac8 .wd-text-block{font-size:35px;}.elementor-25 .elementor-element.elementor-element-d78bed6{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-07d1b48{--min-height:578px;--padding-top:50px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-a0054ea .wd-text-block{font-size:35px;}}@media(max-width:767px){.elementor-25 .elementor-element.elementor-element-8ceeac8 .wd-text-block{font-size:30px;}.elementor-25 .elementor-element.elementor-element-d78bed6{--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-25 .elementor-element.elementor-element-07d1b48{--min-height:527px;}.elementor-25 .elementor-element.elementor-element-a0054ea .wd-text-block{font-size:26px;}}/* Start custom CSS for html, class: .elementor-element-e805c67 */.contact-box,
.info-card {
  border: 2px solid #7a0000;
  border-radius: 8px;
  padding: 20px;
  background-color: #fffef2;
  min-height: 170px;
  position: relative;
  transition: all 0.3s ease;
}

/* Gradient hover on info cards */
.info-card:hover,.contact-box:hover {
  background: linear-gradient(135deg, #7a0000, #b72325);
  color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.info-card:hover .info-title,
.contact-box:hover .info-title,
.info-card:hover a,
.contact-box:hover a,
.info-card:hover i,
.contact-box:hover p {
  color: #fff !important;
}
.contact-box:hover a i{
    color: #7a0000 !important;
}

/* Fix bottom email breaking into new line */
.info-card p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p {
  margin-bottom: 7px !important;
}

.top-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.icon-circle {
  border: 2px solid #7a0000;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #7a0000;
  font-size: 20px;
  width: 45px;
  height: 45px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -23px;
  background: #fffef2;
}

.contact-text,
.contact-text a,
.info-card a {
  font-family: "Graphik-reg", Sans-serif;
  font-size: clamp(14px, 3vw, 16px);
  font-weight: 600;
  color: #333333;
  margin: 0;
}

.info-title {
  font-family: "Graphik-med", Sans-serif;
  font-size: clamp(19px, 3vw, 24px);
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.icon-text {
  color: #7a0000;
  margin-right: 5px;
}

@media screen and (max-width:768px){
    .contact-box,
.info-card {
    min-height: 100px;
}
}

.contact-container a:hover {
  color: #ffd700 !important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Graphik-semibold';
	font-display: auto;
	src: url('https://www.prestigevalet.com.sg/wp-content/uploads/2025/07/Graphik-Semi-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */