.section-1 {
    padding-top: 10%;
    margin-top: -125px;
    background-image: url(/uploads/images/bg_hero_section.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.section-1 .box .col-1 h1 {
    color: white;
    line-height: 65px;
    font-weight: 800;
}

.section-1 .box .col-2 img {
    width: 750px;
    animation: fly-around 3.5s linear infinite;
}

@keyframes fly-around {
    0% {
        transform: rotate(0deg) translate(-25px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translate(-25px) rotate(-360deg);
    }
}

.section-1 .box .col-1 .button {
    margin-top: 70px;
}

/* End Section 1*/

.section-2 .box {
    padding-top: 9%;
    padding-bottom: 7%;
    gap: 7%;
}

.section-2 .box .col-1,
.section-2 .box .col-2,
.section-2 .box .col-3 {
    text-align: center;
}

.section-2 .box h3 {
    padding-top: 15px;
}

/*End Section 2*/

.section-3 {
    background-color: white;
    padding: 5% 0;
}

.section-3 .box p:first-child {
    color: #10cf31;
    text-transform: uppercase;
    font-weight: 600;
}

.section-3 .box .col-1 {
    width: 40%;
}

.section-3 .box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: black;
}

.section-3 .box p {
    color: #464646;
}

.section-3 .box .col-1 a {
    color: #10cf31;
    text-decoration: underline;
}

.section-3 .box .col-2 {
    width: 60%;
    display: flex;
    justify-content: flex-end;
}

/*End Section 3*/

.section-4 {
    background-color: #32a64f;
    padding: 25px 0;
}

.section-4 .box {
    justify-content: center;
    gap: 10%;
}

.section-4 .box .info {
    text-align: center;
}

.section-4 .box .info h3 {
    font-size: 2.5em;
    line-height: 50px;
    color: white;
}

.section-4 .box .info p {
    color: white;
}

/*End Section 4*/

.section-5 {
    padding-top: 5%;
    padding-bottom: 5%;
}

.section-5 .box .col-1 img {
    width: 650px;
}

.section-5 .box .col-2 {
    padding-left: 5%;
}

/*End Section 5*/

.section-6 {
    background-image: url(/uploads/images/drone-view.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0;
}

.section-6 .box h2 {
    font-size: 3.4em;
    line-height: 65px;
    text-align: center;
    padding: 0 25%;
}

/*End Section 6*/

.section-7 {
    padding: 5% 0;
}

.section-7 .box .col-1 p:first-child {
    color: #10cf31;
    text-transform: uppercase;
    font-weight: 600;
}

.section-7 .box .col-1,
.section-7 .box .col-2 {
    width: 50%;
}

.section-7 .box .col-1 .button {
    padding-top: 50px;
}

.section-7 .box .col-2 img {
    width: 800px;
}

/*End Section 7*/

.section-8 {
    background-image: url(/uploads/images/bg-image-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 5%;
    padding-bottom: 5%;
}

.section-8 .box .col-1 {
    width: 30%;
}

.section-8 .box .col-2 {
    width: 70%;
}

.section-8 .box .wrapper {
    background-color: #161c2d;
    padding: 2% 3% 1% 3%;
    display: flex;
    margin-left: 20%;
    margin-bottom: 3%;
    gap: 5%;
}

.section-8 .box .wrapper .icon-box-text {
    padding-left: 10px;
}

.section-8 .box .col-2 .icon-box img {
    background-color: #32a64f;
    padding: 10%;
}

/*End Section 8*/

.section-9 {
    padding: 5% 0;
}

.section-9 .box {
    flex-direction: column;
}

.section-9 .box .col-2 {
    display: flex;
    gap: 50px;
    padding-top: 2%;
}

.section-9 .box .col-2 .faq {
    width: 50%;
}

.section-9 .box .col-2 .faq h4 {
    background-color: #32a64f;
    padding: 4%;
}

.section-9 .box .col-2 .faq p {
    padding: 2% 0;
}

/*End Section 9*/

/*Home style done*/

.price-section-1 .hero-section {
    color: white;
    text-align: center;
    padding: 0 10%;
}

.price-section-1 {
    padding-top: 10%;
    padding-bottom: 3%;
    margin-top: -130px;
    background-image: url(/uploads/images/cenovnik-hero-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*End Price Section 1*/

.price-section-2 .box {
    margin: 0 auto;
    width: 70%;
    gap: 40px;
}

.price-section-2 .box .col-1,
.price-section-2 .box .col-2 {
    border: 1px solid #8080802e;
    width: 50%;
    background-image: linear-gradient(135deg, #ffd70003 95%, #32a64f 95%);
}

.price-section-2 .box .col-1 .price-title {
    background: linear-gradient(40deg, rgba(50, 166, 79, 1) 0%, rgba(91, 212, 7, 1) 100%);
    text-align: center;
    padding: 10%;
}

.price-section-2 .box .col-1 .price-title p,
.price-section-2 .box .col-2 .price-title p {
    color: white;
    padding-top: 2%;
}

.price-section-2 .box .col-2 .price-title {
    background-color: #171d2d;
    text-align: center;
    padding: 10%;
}

.price-section-2 .box .col-1 .price-value,
.price-section-2 .box .col-2 .price-value {
    text-align: center;
    padding-top: 6%;
}

.price-section-2 .box .col-1 .price-value p,
.price-section-2 .box .col-2 .price-value p {
    color: white;
}

.price-section-2 .box .col-1 .price-value h4,
.price-section-2 .box .col-2 .price-value h4 {
    font-size: 3em;
    margin: 0;
    font-weight: 700;
}

.price-section-2 .box .col-1 .services-pricing-list,
.price-section-2 .box .col-2 .services-pricing-list {
    text-align: center;
    padding-top: 3%;
    margin-left: 10%;
    margin-right: 10%;
}

.price-section-2 .box .col-1 .services-pricing-list p,
.price-section-2 .box .col-2 .services-pricing-list p {
    border-bottom: 1px solid #8080802e;
    padding-top: 5px;
    padding-bottom: 10px;
}

.price-section-2 .box .col-1 .services-pricing-list p:last-child,
.price-section-2 .box .col-2 .services-pricing-list p:last-child {
    border: none;
}

.price-section-2 .box .col-1 .button,
.price-section-2 .box .col-2 .button {
    text-align: center;
    margin-top: 11%;
    margin-bottom: 13%;
    text-transform: uppercase;
}

/*End Price Section 2*/

.price-section-3 .box {
    flex-direction: column;
    padding: 5% 0;
}

.price-section-3 .box .col-1 {
    text-align: center;
}

.price-section-3 .box .col-2 {
    width: 100%;
    display: contents;
}

.price-section-3 .box .col-2 table {
    width: 40%;
    border-collapse: collapse;
    margin-top: 4%;
}

.price-section-3 .box .col-2 th {
    background-color: #32a64f;
    color: white !important;
}

.price-section-3 .box .col-2 th,
.price-section-3 .box .col-2 td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    color: #afafaf;
}

/*End Price Section 3*/

/*Sertificate*/

.sertificate-section-1 {
    position: relative;
    margin-top: -140px;
}

.sertificate-section-1 .hero-video video {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

.sertificate-section-1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    text-align: center;
}

.sertificate-section-1 .hero-video h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 5em;
    z-index: 10;
    text-transform: uppercase;
}

.sertificate-section-2 .box {
    padding: 10% 0;
    gap: 80px;
}

.sertificate-section-2 .box .col-1,
.sertificate-section-2 .box .col-2 {
    width: 50%;
}

.sertificate-section-2 .box .col-1 .info-box {
    border-left: 2px solid greenyellow;
    padding-left: 5%;
    margin: 7% 0;
}

.sertificate-section-2 .box .col-1 .button {
    padding-top: 5%;
}

/*End Sertificate*

/*Contact*/

#captchaWrapper {
            visibility: hidden;
            height: 0;
            overflow: hidden;
            margin-top: 15px;
}

.contact-section-1 {
    padding-top: 12%;
    margin-top: -150px;
    background-image: radial-gradient(at top left, #5bd4072b 0%, #0d122080 65%);
}

.contact-section-1 .box {
    flex-direction: column;
}

.contact-section-1 .box .col-1 h1 {
    color: white;
}

.contact-section-1 .box .col-2 {
    display: flex;
    width: 100%;
}

.contact-section-1 .box .col-2-col-1,
.contact-section-1 .box .col-2-col-2 {
    width: 50%;
}

.contact-section-1 .box .col-2 .col-2-col-1 {
    background-color: #161c2d;
    padding: 5%;
}

.contact-section-1 .box .col-2 .col-2-col-1 h3 {
    font-size: 1.8em;
}

.contact-section-1 .box .col-2 .col-2-col-1 .phone-info {
    display: flex;
    gap: 20px;
    padding-top: 5%;
    align-items: center;
}

.contact-section-1 .box .col-2 .col-2-col-1 .phone-info-box {
    padding-top: 5%;
}

.contact-section-1 .box .col-2 .col-2-col-1 .phone-info h4 {
    color: #32a64f;
    font-weight: 400;
}

.contact-section-1 .box .col-2 .col-2-col-1 .phone-info-box .phone-info img {
    background-color: #32a64f;
    padding: 2%;
}

.contact-section-1 .box .col-2 .col-2-col-1 .social-media {
    margin-top: 5%;
    border-top: 1px solid #bfbfbf47;
}

.contact-section-1 .box .col-2 .col-2-col-1 .social-media img {
    width: 35px;
    padding-top: 4%;
}

.contact-section-1 .box .col-2 .col-2-col-2 {
    background-color: #253242;
    padding: 5%;
}

.contact-section-1 .box .col-2 .col-2-col-2 .form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 3%;
}

input,
textarea {
    padding: 15px;
    background-color: #161c2d;
    border: 1px solid #ffffff2b;
    box-sizing: border-box;
    resize: vertical;
    font-size: 15px;
    font-family: "Poppins", sans-serif !important;
}

input:focus,
textarea:focus {
    border-color: #10cf31;
    outline: none;
    color: white;
}

input::placeholder,
textarea::placeholder {
    color: rgb(185, 185, 185);
}

#name,
#email,
#phone,
#subject {
    color: white;
}

.contact-section-1 .box .col-2 .col-2-col-2 .form #button {
    color: white;
    font-weight: 500;
    background-color: #32a64f;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
}

.contact-section-1 .box .col-2 .col-2-col-2 .form #button:hover {
    background-color: #5bd407;
}

/* Stil za polje sa greškom */
.input-error {
    border: 2px solid red; /* Crvena ivica */
    background-color: #161c2d !important;
}

/* Stil za poruku greške */
.error-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/*End Contact*/
