.elementor-element-252e91c > .e-con-inner {
    margin-left: 0;
}

.elementor-element-2024c92 > .e-con-inner {
    max-width: 1600px !important;
    margin-top: -2rem;
}

.elementor-grid-item:nth-child(2) .elementor-social-icon {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%) !important;
}

/* Centriraj naslov unutar hero sekcije O nama */
.kontakt-section .kontakt-container {
  display: flex;
  justify-content: center;  
  text-align: center;    
  flex-direction: column;
}

.kontakt-section .kontakt-container h1 {
  display: flex;
  margin: 0 auto;                
  font-size: clamp(2.5rem, 6vw, 4rem); 
  color: #F7C15E;          
  justify-content: center;
  align-items: center;
   align-self:center;
}

.kontakt-section .kontakt-container p {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
}


@media (min-width: 480px) {
    .footer {
        margin-top: 0rem !important;
    }
}

@media (max-width: 480px) {
  .wpcf7-form {
    box-shadow: none !important;
  }
}

/* Layout container (opciono, ako želiš ograničiti širinu) */
.elementor-section .elementor-container { max-width: 1120px; }

/* Contact Form Styling */
.wpcf7-form {
    padding: 40px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
    width: 100%;
    padding: 15px;
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background: transparent;
    font-size: 15px;
    transition: border-color 0.3s;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-bottom-color: #3b82f6;
}

.wpcf7-form textarea {
    min-height: 100px;
    resize: vertical;
    margin-bottom: 20px;
}


.wpcf7-form input[type="submit"] {
    background: #3b82f6;
    color: white;
    padding: 15px 50px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.wpcf7-form input[type="submit"]:hover {
    background: #2563eb;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
}



/* Contact Page Styling */
.contact-section {
    background: #f8f9fa;
    padding: 80px 20px;
}

.contact-info h4 {
    color: #3b82f6;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 10px;
}

.social-icons a {
    background: #3b82f6;
    color: white !important;
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    transition: background 0.3s;
}

.social-icons a:hover {
    background: #2563eb;
}