.contact-wrapper {
position: relative;
padding: 90px 0 0;
background:
radial-gradient(circle at 8% 8%, rgba(249, 115, 22, 0.08), transparent 28%),
radial-gradient(circle at 92% 18%, rgba(14, 165, 233, 0.07), transparent 30%),
linear-gradient(180deg, #ffffff 0%, #fffaf3 100%);
}

.contact-section-container,
.contact-form-container {
max-width: 1140px;
}

.contact-info-modern {
width: 100%;
margin-bottom: 38px;
}

.contact-section-heading {
max-width: 720px;
margin: 0 auto 34px;
text-align: center;
}

.contact-section-heading span {
display: inline-flex;
align-items: center;
justify-content: center;
margin-bottom: 12px;
padding: 8px 18px;
border-radius: 999px;
color: #f97316;
background: rgba(249, 115, 22, 0.10);
border: 1px solid rgba(249, 115, 22, 0.18);
font-size: 13px;
font-weight: 800;
line-height: 1.2;
letter-spacing: 0.5px;
text-transform: uppercase;
}

.contact-section-heading h2 {
position: relative;
display: inline-block;
margin: 0 0 16px;
color: #172033;
font-size: 42px;
font-weight: 900;
line-height: 1.15;
letter-spacing: -0.8px;
}

.contact-section-heading h2::after {
content: "";
position: absolute;
left: 50%;
bottom: -10px;
width: 86px;
height: 4px;
border-radius: 999px;
background: linear-gradient(90deg, #ff9f1c, #f97316);
transform: translateX(-50%);
}

.contact-section-heading p {
max-width: 640px;
margin: 22px auto 0;
color: #64748b;
font-size: 16px;
font-weight: 500;
line-height: 1.8;
}

.contact-info-card {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
min-height: 190px;
padding: 28px 22px;
border-radius: 22px;
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
box-shadow: 0 16px 42px rgba(15, 23, 42, 0.08);
text-align: center;
transition: all 0.25s ease;
}

.contact-info-card:hover {
transform: translateY(-5px);
border-color: rgba(249, 115, 22, 0.22);
box-shadow: 0 22px 56px rgba(15, 23, 42, 0.13);
}

.contact-info-card-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
margin: 0 auto 17px;
border-radius: 18px;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
box-shadow: 0 12px 26px rgba(249, 115, 22, 0.28);
}

.contact-info-card-icon i {
font-size: 24px;
line-height: 1;
}

.contact-info-card h6 {
margin: 0 0 10px;
color: #172033;
font-size: 19px;
font-weight: 900;
line-height: 1.3;
text-align: center;
}

.contact-info-card a {
display: inline-block;
max-width: 100%;
color: #64748b;
font-size: 15px;
font-weight: 700;
line-height: 1.6;
text-align: center;
text-decoration: none;
overflow-wrap: anywhere;
transition: all 0.22s ease;
}

.contact-info-card a:hover {
color: #f97316;
}

.contact-social-box {
margin-top: 24px;
padding: 24px;
border-radius: 22px;
background:
linear-gradient(135deg, rgba(255, 159, 28, 0.12), rgba(249, 115, 22, 0.06)),
#ffffff;
border: 1px solid rgba(249, 115, 22, 0.14);
box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
text-align: center;
}

.contact-social-box h5 {
margin: 0 0 16px;
color: #172033;
font-size: 20px;
font-weight: 900;
line-height: 1.3;
text-align: center;
}

.contact-social-links {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 12px;
margin: 0;
padding: 0;
list-style: none;
}

.contact-social-links li {
margin: 0;
padding: 0;
}

.contact-social-links a {
display: inline-flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
border-radius: 50%;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
border: 1px solid rgba(255, 255, 255, 0.30);
box-shadow: 0 10px 24px rgba(249, 115, 22, 0.25);
text-decoration: none;
transition: all 0.25s ease;
}

.contact-social-links a:hover {
color: #ffffff;
transform: translateY(-4px);
box-shadow: 0 16px 32px rgba(249, 115, 22, 0.34);
}

.contact-social-links i {
font-size: 21px;
line-height: 1;
}

.contact-social-links .social-icon-image {
width: 21px;
height: 21px;
object-fit: contain;
}

.contact-form-wrap {
position: relative;
overflow: hidden;
padding: 38px;
border-radius: 26px;
background: #ffffff;
border: 1px solid rgba(15, 23, 42, 0.08);
box-shadow: 0 20px 60px rgba(15, 23, 42, 0.10);
}

.contact-form-wrap::before {
content: "";
position: absolute;
top: 0;
left: 38px;
right: 38px;
height: 4px;
border-radius: 0 0 999px 999px;
background: linear-gradient(90deg, #ff9f1c, #f97316);
}

.contact-form-wrap h4 {
margin: 0 0 10px;
color: #172033;
font-size: 30px;
font-weight: 900;
line-height: 1.25;
}

.contact-form-wrap > p {
margin: 0 0 28px;
color: #64748b;
font-size: 15px;
font-weight: 500;
line-height: 1.75;
}

.custom-input-group {
margin-bottom: 22px;
}

.custom-input-group label {
display: block;
margin-bottom: 8px;
color: #172033;
font-size: 14px;
font-weight: 800;
}

.custom-input-group input,
.custom-input-group textarea {
width: 100%;
border-radius: 14px;
border: 1px solid rgba(15, 23, 42, 0.10);
background: #ffffff;
color: #172033;
font-size: 15px;
font-weight: 600;
outline: none;
transition: all 0.22s ease;
}

.custom-input-group input {
height: 54px;
padding: 0 16px;
}

.custom-input-group textarea {
min-height: 160px;
padding: 16px;
resize: vertical;
}

.custom-input-group input:focus,
.custom-input-group textarea:focus {
border-color: rgba(249, 115, 22, 0.55);
box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.10);
}

.contact-turnstile-wrap {
margin-bottom: 22px;
}

.submite-btn button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 0 30px;
border-radius: 999px;
border: 0;
color: #ffffff;
background: linear-gradient(135deg, #ff9f1c, #f97316);
font-size: 15px;
font-weight: 900;
line-height: 1;
box-shadow: 0 14px 32px rgba(249, 115, 22, 0.32);
transition: all 0.25s ease;
}

.submite-btn button:hover {
transform: translateY(-2px);
box-shadow: 0 18px 40px rgba(249, 115, 22, 0.40);
}

.contact-map {
margin-top: 90px;
margin-bottom: 0 !important;
}

.contact-map,
.contact-map .mapouter,
.contact-map .gmap_canvas {
display: block;
width: 100%;
line-height: 0;
}

.contact-map iframe {
display: block;
width: 100%;
height: 420px;
border: 0;
margin: 0;
padding: 0;
}

.contact-map + .footer-area,
.contact-map + .modern-simple-footer,
.container-fluid.p-0 + .footer-area,
.container-fluid.p-0 + .modern-simple-footer {
margin-top: 0 !important;
}

.modern-simple-footer {
margin-top: 0 !important;
}

@media (max-width: 991px) {
.contact-wrapper {
padding-top: 70px;
}

.contact-section-heading h2 {
font-size: 34px;
}

.contact-info-card {
min-height: 175px;
}

.contact-form-wrap {
padding: 30px 24px;
}

.contact-form-wrap h4 {
font-size: 25px;
}
}

@media (max-width: 767px) {
.contact-wrapper {
padding-top: 55px;
}

.contact-section-heading {
margin-bottom: 28px;
}

.contact-section-heading h2 {
font-size: 29px;
}

.contact-section-heading p {
font-size: 14px;
line-height: 1.7;
}

.contact-info-card {
min-height: auto;
padding: 24px 18px;
}

.contact-info-card-icon {
width: 54px;
height: 54px;
border-radius: 16px;
}

.contact-info-card h6 {
font-size: 18px;
}

.contact-info-card a {
font-size: 14px;
}

.contact-form-wrap {
padding: 26px 18px;
border-radius: 22px;
}

.contact-form-wrap::before {
left: 22px;
right: 22px;
}

.contact-form-wrap h4 {
font-size: 22px;
}

.contact-map {
margin-top: 60px;
}

.contact-map iframe {
height: 340px;
}
}
