.elementor-870 .elementor-element.elementor-element-6a0f606{--display:flex;--min-height:70vh;--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:flex-end;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-870 .elementor-element.elementor-element-6a0f606:not(.elementor-motion-effects-element-type-background), .elementor-870 .elementor-element.elementor-element-6a0f606 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://uorentacar.me/wp-content/uploads/2025/03/black-luxury-jeep-driving-road-42.webp");background-repeat:no-repeat;background-size:cover;}.elementor-870 .elementor-element.elementor-element-095b7c0{--display:flex;}.elementor-870 .elementor-element.elementor-element-803701c .elementor-heading-title{font-family:"Manrope", Sans-serif;font-size:48px;font-weight:800;color:#FFFFFF;}.elementor-870 .elementor-element.elementor-element-a2fc10a{--display:flex;border-style:solid;--border-style:solid;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:#FFFFFF;--border-color:#FFFFFF;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-870 .elementor-element.elementor-element-a2fc10a:not(.elementor-motion-effects-element-type-background), .elementor-870 .elementor-element.elementor-element-a2fc10a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#2B87C8;}@media(max-width:767px){.elementor-870 .elementor-element.elementor-element-6a0f606{--min-height:100vh;--margin-top:-32px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-870 .elementor-element.elementor-element-803701c .elementor-heading-title{font-size:40px;}}/* Start custom CSS for html, class: .elementor-element-45ddf39 */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;800&display=swap');

.info-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 20px;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  flex-wrap: wrap;
}

.info-box {
  flex: 1 1 300px;
  min-width: 250px;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.info-title {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-title img {
  width: 28px;
  height: 28px;
}

.info-title h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
}

.info-box p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}

/* Responsive za mobilne uređaje */
@media (max-width: 768px) {
  .info-title h3 {
    font-size: 20px;
  }

  .info-box p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0547ba */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;700;800&display=swap');

.contact-section {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  padding: 40px 20px;
  background-color: #2b87c8;
  color: white;
  font-family: 'Manrope', sans-serif;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}

.contact-left h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 0;
  line-height: 1.4;
}

.contact-right {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
}

.contact-item img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1); 
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-left h3 {
    font-size: 20px;
  }

  .contact-item {
    font-size: 14px;
    line-height: 1.4;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-display: auto;
	src: url('https://uorentacar.me/wp-content/uploads/2025/02/Manrope-VariableFont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */