*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: inherit;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    transition: 0.3s ease;
}

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}
p {
	font-weight:400;
	    margin-top: 0;
}
h2 {
	 font-weight: 500;
}
/* Global section spacing */
section {
    padding: 80px 0;
}

/* Desktop smaller */
@media (max-width: 1199px) {
    .container {
        max-width: 1140px;
    }
}

/* Tablet / mobile menu breakpoint */
@media (max-width: 991px) {
    .container {
        max-width: 100%;
        padding: 0 18px;
    }

    section {
        padding: 60px 0;
    }
}

/* Small tablets */
@media (max-width: 767px) {
    section {
        padding: 55px 0;
    }
}

/* Phones */
@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }

    section {
        padding: 50px 0;
    }
}
/* POPUP */
.dmdm-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.65);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.dmdm-popup-overlay.active {
    display: flex;
}

.dmdm-popup {
    width: 100%;
    max-width: 500px;
    max-height: calc(100vh - 32px);
    background: #fff;
    border-radius: 14px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.dmdm-popup-close {
    position: absolute;
    right: 13px;
    top: 12px;
    width: 30px;
    height: 32px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    color: #fff;
    font-size: 21px;
    cursor: pointer;
    z-index: 2;
    padding: 4px;
    z-index: 2;
}

.popup-form-head {
    background: #D20000;
    color: #fff;
    padding: 20px 28px;
}

.popup-form-head h3 {
    margin: 0 0 4px;
    font-size: 26px;
}

.popup-form-head p {
    margin: 0;
    font-size: 15px;
}

.popup-form-box {
    padding: 0 0 24px;
}
.down-content {
	    padding: 10px 20px 0;
}
.popup-form-box label {
    display: block;
    margin-top: 12px;
    font-weight: 600;
    color: #4A5565;
    font-size: 14px;
}

.popup-form-box input,
.popup-form-box select,
.popup-form-box textarea {
    width: 100%;
    margin-top: 6px;
    border: 1px solid #d8dde5;
    border-radius: 8px;
    padding: 11px 14px;
    min-height: 46px;
}

.popup-form-box textarea {
    height: 85px;
    min-height: 85px;
    resize: none;
}

.submit-wrap {
    position: relative;
    margin-top: 16px;
}

/* .submit-wrap::before {
    content: "";
    width: 18px;
    height: 18px;
    background: url('https://dmdmconstruction.rs/wp-content/uploads/2026/06/Upit.svg') no-repeat center/contain;
    position: absolute;
    left: calc(50% - 82px);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
} */

.popup-form-box input[type="submit"] {
    background: #D20000;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 13px 16px;
    font-weight: 700;
    cursor: pointer;
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 4px;
}

.wpcf7-response-output {
    margin: 12px 0 0 !important;
    font-size: 13px;
}
.dmdm-popup::-webkit-scrollbar {
    width: 6px;
}

.dmdm-popup::-webkit-scrollbar-track {
    background: transparent;
}

.dmdm-popup::-webkit-scrollbar-thumb {
    background: #D20000;
    border-radius: 30px;
}

.dmdm-popup::-webkit-scrollbar-thumb:hover {
    background: #D20000;
}
@media (max-width: 575px) {
    .dmdm-popup {
        max-width: 100%;
        max-height: calc(100vh - 20px);
    }

    .popup-form-head {
        padding: 18px 22px;
    }

    .popup-form-box {
        padding: 0 0 20px;
    }
	.popup-form-box label {
		margin-top:0;
	}
	.down-content p {
		margin-bottom:7px;
	}
	.popup-form-box input, .popup-form-box select, .popup-form-box textarea {
    padding: 6px 14px;
    min-height: 35px;
}
	.popup-form-head h3 {
    font-size: 21px;
	}
	.popup-form-head {
        padding: 10px 20px;
    }
}
/* POPUP END */

/* HERO */
.hero-holder {
 	height:100vh;
    padding: 140px 0 60px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.hero-holder::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.48);
    z-index: 1;
}

.hero-holder .container {
    position: relative;
    z-index: 2;
}

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

.hero-holder h1 {
    color: #fff;
    font-size: 54px;
    line-height: 1.05;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.hero-holder h1 span {
    display: block;
    color: #fff;
}

.hero-content > p {
    color: #fff;
    font-size: 17px;
    margin: 0 0 28px;
}

.hero-buttons-holder {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 30px;
}

.hero-buttons-holder a {
    min-width: 210px;
    height: 46px;
    border-radius: 7px;
    border: 1px solid rgba(255,255,255,.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.hero-buttons-holder a::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: rotate(45deg);
    margin-left: 18px;
}

.hero-buttons-holder a:hover {
    background: #D20000;
    border-color: #D20000;
}

.hero-down {
    max-width: 570px;
    margin: 0 auto 28px;
    text-align: center;
}

.hero-down h3 {
    color: #fff;
    font-size: 30px;
    line-height: 1.15;
    margin: 0 0 12px;
    font-weight: 600;
}

.hero-down p {
    color: rgba(255,255,255,.9);
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.hero-scroll {
    text-align: center;
}

.hero-scroll img {
    max-height: 45px;
}
.hero-video {
    pointer-events: none;
}
/* HERO END */

@media (max-width: 991px) {
    .hero-holder {
        min-height: 640px;
        padding: 125px 0 45px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-holder h1 {
        font-size: 40px;
    }

    .hero-content > p {
        font-size: 16px;
    }

    .hero-buttons-holder {
        flex-direction: column;
        align-items: center;
        gap: 13px;
        margin-bottom: 28px;
    }

    .hero-buttons-holder a {
        width: 100%;
        max-width: 330px;
    }

    .hero-down h3 {
        font-size: 24px;
    }

    .hero-down p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .hero-holder {
        min-height: 620px;
        padding: 115px 0 40px;
    }

    .hero-holder h1 {
        font-size: 34px;
		text-align:left;
    }
	.hero-content > p, .hero-down h3, .hero-down p {
		text-align:left;
	}
    .hero-buttons-holder a {
        height: 44px;
        font-size: 13px;
    }
	.hero-buttons-holder {
		justify-content: flex-start;
			        align-items: flex-start;
	}
	    .hero-buttons-holder a {
        width: 100%;
        max-width: 283px;
    }
}

/* ABOUT US */
.about-holder {
    padding: 80px 0 120px;
    background: #fff;
}
.about-holder h2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 35px;
    position: relative;
}

.about-holder h2 span {
    color: #D20000;
}

.about-holder p {
    font-size: 18px;
    line-height: 1.9;
    color: #5f6b7a;
    margin-bottom: 28px;
}

.about-holder p:last-child {
    margin-bottom: 0;
}
.project-single {
    display: block;
    text-decoration: none;
    color: inherit;
}

.project-image {
    position: relative;
    overflow: hidden;
        height: 217px;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.project-single:hover .project-image img {
    transform: scale(1.08);
}

.project-status {
    position: absolute !important;
    top: 14px;
    right: 14px;
    margin: 0 !important;
    padding: 7px 14px !important;
    border-radius: 30px;
    font-size: 12px !important;
    font-weight: 600;
    color: #fff !important;
    z-index: 3;
    line-height: 1;
}

.project-status::before {
    display: none !important;
}

.project-status.uskoro {
    background: #f5a43a;
}

.project-status.zavrseno, span.project-status.prva-faza-prodaje-prizemlje-i-prvi-sprat {
    background: #19b85c;
}

@media (max-width: 575px) {
    .project-image {
        height: 220px;
    }
}
@media (max-width: 991px) {
    .about-holder {
        padding: 60px 0;
    }

    .about-holder h2 {
        font-size: 40px;
    }

    .about-holder p {
        font-size: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 575px) {
    .about-holder {
        padding: 50px 0 0;
    }

    .about-holder h2 {
        font-size: 32px;
        margin-bottom: 24px;
    }
    .about-holder p {
        font-size: 15px;
        line-height: 1.7;
        margin-bottom: 20px;
    }
}
/* ABOUT US END */
/* PROJEKTI */
.project-holder {
    background: #fff;
    padding: 50px 0 72px;
}

.project-holder h2 {
    text-align: center;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 0 12px;
    color: #3f3f3f;
    font-weight: 600;
}

.project-holder > .container > p {
    text-align: center;
    color: #555;
    font-size: 17px;
    margin: 0 0 48px;
}

.project-single-holder {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px 34px;
}

.project-single {
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 7px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(0,0,0,.05);
    transition: .25s ease;
}

.project-single:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0,0,0,.09);
}

.project-image {
    position: relative;
       height: 217px;
    overflow: hidden;
}

.project-image::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 115px;
    height: 5px;
    background: #D20000;
    z-index: 2;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: .45s ease;
}

.project-single:hover .project-image img {
    transform: scale(1.06);
}

.project-content {
    padding: 20px 20px 16px;
}

.project-content h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #111;
    font-weight: 700;
}

.project-location {
    display: block;
    color: #9a9a9a;
    font-size: 14px;
    margin-bottom: 18px;
    padding-left: 22px;
    position: relative;
}

.project-location::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1px;
    width: 15px;
    height: 15px;
    background: url('https://dev.campariinternational.rs/wp-content/uploads/2026/06/Icon-3.png') center/contain no-repeat;
    opacity: .5;
}

.project-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 9px;
    margin-bottom: 18px;
}

.project-badges span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D20000;
    color: #fff;
    border-radius: 30px;
    padding: 7px 13px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
}

.project-details {
    padding-bottom: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
}

.project-details span {
    display: block;
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 9px;
    padding-left: 25px;
    position: relative;
}

.project-details span:last-child {
    margin-bottom: 0;
}

.project-details span::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #22c55e;
    color: #22c55e;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: 700;
}

.project-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.project-card-bottom strong {
    color: #111;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
}

.project-card-bottom em {
    font-style: normal;
    background: #3d3d3d;
    color: #fff;
    border-radius: 6px;
    min-height: 37px;
    padding: 0 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

.project-card-bottom em img {
    width: 8px;
    filter: brightness(0) invert(1);
}

.project-card-bottom em:hover {
    background: #D20000;
}

@media (max-width: 1199px) {
    .project-single-holder {
        max-width: 960px;
        gap: 24px;
    }

    .project-image {
        height: 165px;
    }

    .project-card-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .project-card-bottom em {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .project-holder {
        padding: 48px 0 60px;
    }

    .project-holder h2 {
        font-size: 36px;
    }

    .project-holder > .container > p {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .project-single-holder {
        grid-template-columns: repeat(2, 1fr);
        max-width: 720px;
    }

    .project-card-bottom {
        flex-direction: row;
        align-items: center;
    }

    .project-card-bottom em {
        width: auto;
    }
}

@media (max-width: 700px) {
    .project-single-holder {
        grid-template-columns: 1fr;
        max-width: 420px;
    }

    .project-image {
        height: 220px;
    }
}

@media (max-width: 575px) {
    .project-holder {
        padding: 42px 0 52px;
    }

    .project-holder h2 {
        font-size: 31px;
    }

    .project-holder > .container > p {
        font-size: 15px;
    }

    .project-content {
        padding: 18px 18px 16px;
    }

    .project-content h3 {
        font-size: 19px;
    }

    .project-card-bottom {
        gap: 10px;
    }

    .project-card-bottom strong {
        font-size: 15px;
    }

    .project-card-bottom em {
        min-height: 36px;
        padding: 0 12px;
        font-size: 12px;
    }
}
/* PROJEKTI END */

/* FORM */
.contact-form-box {
    background: #fff;
    padding: 32px 26px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-form-box h3 {
    margin-bottom: 28px;
	margin-top:0;
	font-size:24px;
	font-weight:500;
	color:#0A0A0A;
}

.contact-form-box label {
    display: block;
    margin-bottom: 18px;
    font-weight: 500;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    margin-top: 8px;
    padding: 9px 16px;
    border: 1px solid #d8dde5;
    border-radius: 8px;
	resize: none;
}
span.wpcf7-spinner {
	display:none;
}
.contact-form-box textarea {
    height: 110px;
	resize: none;
}

.contact-form-box input[type="submit"] {
    background: #D20000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

.submit-wrap {
    position: relative;
}

/* .submit-wrap::before {
    content: "";
    position: absolute;
    left: 38%;
    top: 56%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url('https://dmdmconstruction.rs/wp-content/uploads/2026/06/Upit.svg') no-repeat center;
    background-size: contain;
    z-index: 2;
    pointer-events: none;
} */
.submit-icon {
    position: absolute;
    left: calc(50% - 82px);
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    z-index: 2;
    pointer-events: none;
}

@media (max-width: 575px) {
    .submit-icon {
        left: calc(50% - 72px);
    }
}
.contact-form-box input[type="submit"] {
    background: #D20000;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
}

@media (max-width: 575px) {

    .submit-wrap::before {
        left: 32%;
    }

}
@media (max-width: 400px) {
    .submit-wrap::before {
        left: 21%;
    }
}

.contact-holder {
    background: #F9FAFB;
    padding: 70px 0;
}

.contact-holder h2 {
    text-align: center;
    font-size: 48px;
    margin-bottom: 0;
	
}

.contact-holder h2 span {
    color:#D20000;
}

.contact-holder > .container > p {
    text-align: center;
    color: #4A5565;
    margin-bottom: 45px;
	font-size:20px;
	
}

.contact-us-single-holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}

.contact-right-info,
.contact-right-working {
    background: #fff;
    border-radius: 12px;
    padding: 28px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.12);
}

.contact-right-info {
    margin-bottom: 24px;
}
.contact-form-box p {
	    margin-bottom: 10px;
}
.contact-right-info h3,
.contact-right-working h4 {
    font-size: 22px;
	margin-top:0;
    margin-bottom: 24px;
		font-size:24px;
	font-weight:500;
	color:#0A0A0A;
}

.telefon-holder,
.email-holder,
.adresa-holder {
    display: flex;
    gap: 14px;
    margin-bottom: 20px;
	    align-items: flex-start;
	
    margin-bottom: 30px;
}
.adresa-holder .phone-holder{
	    width: 200px;
}
.contact-phones h4 {
    font-size: 14px;
	margin-top:0;
    margin-bottom: 6px;
}

.phone-holder {
    color: #5f6b7a;
    font-size: 14px;
    line-height: 1.6;
	    display: flex;
    flex-direction: column;
}

.phone-holder a {
    color: #5f6b7a;
    text-decoration: none;
}

.phone-holder span {
    color: #D20000;
    margin: 0 4px;
}

.phone-holder p {
    margin: 0;
}

.contact-right-working p {
    display: flex;
    justify-content: space-between;
    color: #5f6b7a;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .contact-us-single-holder {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575px) {
    .contact-holder {
        padding: 50px 0;
    }

    .contact-holder h2 {
        font-size: 30px;
		margin-top:0;
    }

    .contact-right-info,
    .contact-right-working {
        padding: 22px;
    }

    .telefon-holder,
    .email-holder,
    .adresa-holder {
        align-items: flex-start;
    }
}

/* FORM END */
/* WHY CHOOSE US */
.choose-us-section {
    background: #f5f5f5;
    padding: 100px 0 80px;
    overflow: hidden;
}

.choose-us-section .container {
    max-width: 1180px;
}

.why-choose-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 0;
}

.why-choose-item {
    padding: 70px 42px 46px;
    min-height: 330px;
}

.why-choose-item:nth-child(1) {
    border-radius: 0 28px 28px 0;
}

.why-choose-item:nth-child(3) {
    border-radius: 28px 0 0 28px;
}

.why-choose-item:nth-child(2) {
    background: #3f3f3f;
    color: #fff;
    min-height: 430px;
    border-radius: 28px;
    margin-top: -70px;
    padding: 34px 42px 46px;
    z-index: 2;
}

.why-choose-item:nth-child(2) h2 {
    color: #fff;
        font-size: 32px;
    line-height: 1.1;
    margin: 0 0 55px;
    font-weight: 600;
}

.why-choose-icon {
    margin-bottom: 32px;
}

.why-choose-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

.why-choose-item h3 {
    font-size: 22px;
    color: #222;
    margin: 0 0 18px;
    font-weight: 700;
}

.why-choose-item:nth-child(2) h3 {
    color: #fff;
}

.why-choose-text,
.why-choose-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
}

.why-choose-item:nth-child(2) .why-choose-text,
.why-choose-item:nth-child(2) .why-choose-text p {
    color: #fff;
}
.choose-us-section {
    overflow: visible;
}
.why-choose-list {
	    margin-top: -118px;
}
@media (max-width: 991px) {
    .why-choose-list {
        grid-template-columns: 1fr;
        gap: 22px;
        max-width: 430px;
        margin: 0 auto;
    }

    .why-choose-item,
    .why-choose-item:nth-child(1),
    .why-choose-item:nth-child(2),
    .why-choose-item:nth-child(3) {
        border-radius: 22px;
        min-height: auto;
        margin-top: 0;
        padding: 34px 28px;
    }

    .why-choose-item:nth-child(2) h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }
	.why-choose-list {
		display:flex;
		flex-direction:column;
	}
	.why-choose-item:nth-child(1){
		order:2;
	} .why-choose-item:nth-child(2){
		order:1;
	}.why-choose-item:nth-child(3) {
		order:3;
	}
}
/* WHY CHOOSE US END */