@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Lato:wght@300;400;500;600&display=swap');

* { box-sizing: border-box; margin: 0; padding: 0; }

.page-template-page-city .cta-button {
    background: linear-gradient(135deg, #d4a824 0%, #c9a227 50%, #b8922a 100%);
    color: white;
    padding: 12px 28px;
    border: none;
    border-radius: 6px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(201, 162, 39, 0.3);
}

.page-template-page-city .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(201, 162, 39, 0.4);
}

.page-template-page-city .hero {
    background: linear-gradient(135deg, #1a2a4a 0%, #2c3e5c 50%, #1a2a4a 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.page-template-page-city .hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.page-template-page-city .section {
    padding: 80px 0;
}

.page-template-page-city .section-alt {
    background: white;
}

.page-template-page-city .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.page-template-page-city h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
}

.page-template-page-city h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.page-template-page-city h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #c9a227, #d4a824);
    border-radius: 2px;
}

.page-template-page-city h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 16px;
}

.page-template-page-city p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #4a5568;
}

.page-template-page-city .service-card {
    background: white;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #e8e6e3;
    height: 100%;
}

.page-template-page-city .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    border-color: #c9a227;
}

.page-template-page-city .service-price {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #e8e6e3;
    font-weight: 600;
    color: #c9a227;
    font-size: 18px;
}

.page-template-page-city .usp-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
}

.page-template-page-city .usp-icon {
    width: 24px;
    height: 24px;
    background: rgba(201, 162, 39, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a227;
    font-size: 12px;
    flex-shrink: 0;
}

.page-template-page-city .rating {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    padding: 10px 20px;
    border-radius: 30px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-top: 24px;
}

.page-template-page-city .stars {
    color: #f4d03f;
    letter-spacing: 2px;
}

.page-template-page-city .info-block {
    background: white;
    padding: 32px;
    border-radius: 12px;
    margin-bottom: 24px;
    border-left: 4px solid #c9a227;
    box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}

.page-template-page-city .faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
    border: 1px solid #e8e6e3;
}

.page-template-page-city .faq-question {
    padding: 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px;
    font-weight: 600;
    color: #1a2a4a;
    transition: background 0.2s;
}

.page-template-page-city .faq-question:hover {
    background: #faf9f7;
}

.page-template-page-city .faq-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.page-template-page-city .faq-answer.open {
    padding: 0 24px 24px;
    max-height: 300px;
}

.page-template-page-city .form-section {
    background: linear-gradient(135deg, #1a2a4a 0%, #2c3e5c 100%);
    padding: 80px 0;
}

.page-template-page-city .form-container {
    background: white;
    border-radius: 16px;
    padding: 48px;
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.page-template-page-city input, 
.page-template-page-city select, 
.page-template-page-city textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid #e8e6e3;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin-bottom: 16px;
    transition: border-color 0.2s;
}

.page-template-page-city input:focus, 
.page-template-page-city select:focus, 
.page-template-page-city textarea:focus {
    outline: none;
    border-color: #c9a227;
}

.page-template-page-city label {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a2a4a;
    margin-bottom: 6px;
}

@media (max-width: 768px) {
    .page-template-page-city .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .page-template-page-city h1 { font-size: 32px; }
    .page-template-page-city h2 { font-size: 28px; }
}

.page-template-page-city .hero .container{
    position: relative; 
    z-index: 1;
}
.page-template-page-city .usp-items-wrapper{
    display: grid; 
    grid-template-columns: repeat(2, 1fr); 
    gap: 12px; 
    margin-bottom: 32px;
}
.page-template-page-city .usp-items-wrapper .usp-item{
   color: white;
}
.page-template-page-city .cta-button-wrapper{
    display: flex; 
    gap: 16px; 
    flex-wrap: wrap; 
    align-items: flex-start;
}
.page-template-page-city .cta-button-wrapper div{
    text-align: center;
}
.page-template-page-city .cta-button1 {
    padding: 16px 32px;
    font-size: 15px;
    display: block;
}
.page-template-page-city .cta-button2{
    padding: 16px 32px; 
    font-size: 15px; 
    background: transparent; 
    border: 2px solid white; 
    box-shadow: none;
}
.page-template-page-city .cta-button-wrapper .info-text{
    margin-top: 8px; 
    font-size: 13px; 
    opacity: 0.8; 
    font-family: Lato, sans-serif;
}

.page-template-page-city .city-section2 .services-wrapper{
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 24px; 
    margin-top: 48px;
}
.page-template-page-city .city-section2 .service-card div{
    font-size: 56px; 
    margin-bottom: 20px; 
    text-align: center;
}
.page-template-page-city .city-section2 .service-card h3{
    text-align: center;
}
.page-template-page-city .city-section2 .info-text{
    margin-top: 32px; 
    font-size: 13px; 
    color: rgb(136, 136, 136); 
    font-style: italic;
}
.page-template-page-city .complementary_columns{
    display: grid; 
    grid-template-columns: repeat(3, 1fr); 
    gap: 40px; 
    margin-top: 48px;
}
.page-template-page-city .complementary_columns h3{
    font-size: 20px; 
    margin-bottom: 20px; 
    padding-bottom: 12px; 
    border-bottom: 2px solid rgb(201, 162, 39);
}
.page-template-page-city .intervention_wrapper{
    display: grid; 
    grid-template-columns: repeat(2, 1fr);
    gap: 48px; 
    margin-top: 48px; 
    align-items: start;
}
.page-template-page-city .google_map_wrapper{
    background: rgb(232, 230, 227); 
    border-radius: 12px; 
    height: 350px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    color: rgb(136, 136, 136); 
    font-family: Lato, sans-serif;
}
.page-template-page-city .expertise_description{
    margin-top: 48px; 
    max-width: 900px;
}
.page-template-page-city .expertise_description p{
    font-size: 17px; 
    line-height: 2;
}
.page-template-page-city .form-section h2{
    text-align: center; 
    margin-bottom: 16px;
}
.page-template-page-city .form-section p{
    text-align: center; 
    margin-bottom: 32px;
}
.page-template-page-city .city-section2 {
    background-color: #f8f7f5;
}
.complementary_columns ul {
    list-style: none;
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: rgb(74, 85, 104);
}
.complementary_columns ul li {
    padding: 10px 0px 10px 14px;
    border-bottom: 1px solid rgb(232, 230, 227);
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}
.complementary_columns ul li:before {
    content: "›";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 0;
    color: rgb(201, 162, 39);
    font-size: 24px;
    line-height: inherit;
}
.city-section4 {
    background-color: #faf9f7;
}
.intervention_wrapper ul {
    list-style: none;
    font-family: Lato, sans-serif;
    font-size: 15px;
    color: rgb(74, 85, 104);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.intervention_wrapper ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 4px 0px 4px 18px;
}
.intervention_wrapper ul li:before {
    content: "•";
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    color: rgb(201, 162, 39);
    font-size: 18px;
    line-height: inherit;
}
.city-pages-list {
  list-style: none;
  padding: 0;
  columns: 2;
  column-gap: 40px;
}
.city-pages-list li {
  margin-bottom: 10px;
  break-inside: avoid;
}
.city-pages-list a {
  text-decoration: none;
  color: #111;
  font-weight: 500;
}
.city-pages-list a:hover {
  color: #b58b4a;
  text-decoration: underline;
}
#city-page h1,
#city-page h2,
#city-page h3,
#city-page h4,
#city-page h5,
#city-page h6{
    font-family: 'Vollkorn',Georgia,"Times New Roman",serif !important;
}
.page-template-page-city .city-section2 .service-card div {
    line-height: initial;
}
.page-template-page-city .hero h1{
    color: #ffffff;
}
.page-template-page-city section.form-section br {
    display: none !important;
}
.page-template-page-city span.wpcf7-not-valid-tip {
    text-align: left;
}
.page-template-page-city .form-section form.wpcf7-form p {
    margin: 0px !important;
    padding: 0 !important; 
}
.page-template-page-city .wpcf7-submit {
    margin: 0px !important;
}
.page-template-page-city .wpcf7-form .form-grid {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 16px;
}
@media screen and (max-width: 1024px) {
    .page-template-page-city .city-section2 .services-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-template-page-city .complementary_columns {
        grid-template-columns: repeat(2, 1fr);
    }
	section.section.city-child-pages.section-alt {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (max-width: 767px) {
    .page-template-page-city .city-section2 .services-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-template-page-city .complementary_columns {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-template-page-city .intervention_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .page-template-page-city .usp-items-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .city-pages-list {
        columns: 1;
    }
	.page-template-page-city .container {
		padding-left: 0px;
		padding-right: 0px;
		width: 90%;
	}
	.page-template-page-city .form-container {
		padding: 30px 20px;
	}
	.page-template-page-city .wpcf7-form .form-grid {
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}