/* ===== BASE ===== */
body { margin: 0; background: #f6f8fb; color: #111; }

/* ===== HERO ===== */
.hero { background: url(../images/cover.webp) left top no-repeat; padding: 140px 0 80px; }
.hero-inner { max-width: 1200px; margin: auto; display: flex; justify-content: center; }

/* ===== WIZARD CARD ===== */
.wizard { width: 100%; max-width: 760px; background: #fff; backdrop-filter: blur(14px); border-radius: 12px; padding: 42px 46px; box-shadow: 0 30px 60px rgba(0,0,0,0.25), inset 0 1px 0 rgba(255,255,255,0.6); position: relative; z-index: 9; }

/* ===== PROGRESS ===== */
.progress { height: 8px; background: #e5e7eb; border-radius: 10px; overflow: hidden; margin-bottom: 30px; }
.bar { height: 100%; width: 33.333%; max-width: 100%; background: #0f6e56; transition: width 0.3s; }

/* ===== FORM STEPS ===== */
.step { display: none; animation: fade 0.4s ease; }
.step.active { display: block; }
@keyframes fade { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }

/* ===== GRID ===== */
.form-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; gap: 15px; }
.form-grid > div { width: 100%; min-width: 0; margin: 0 5px; }
.form-grid label { font-size: 14px; font-weight: 500; margin-bottom: 6px; display: flex; align-items: center; gap: 4px; }
.form-grid input, .form-grid select { width: 100%; padding: 15px 16px; border-radius: 6px; border: 1px solid #b4c6db; font-size: 15px; transition: 0.25s; }
.form-grid input:focus, .form-grid select:focus { outline: none; border-color: #0f6e56; box-shadow: 0 0 0 4px rgba(34,197,94,0.15); transform: translateY(-1px); }

/* ===== GLOBAL INPUT/SELECT (non-grid) ===== */
label { font-size: 14px; font-weight: 500; margin-bottom: 6px; display: block; }
input, select { width: 100%; padding: 14px; border-radius: 12px; border: 1px solid #cbd5e1; font-size: 14px; }

/* ===== BUTTONS ===== */
.actions { display: flex; gap: 16px; margin-top: 28px; }
button { flex: 1; padding: 16px; border: none; border-radius: 16px; font-size: 16px; font-weight: 600; cursor: pointer; transition: 0.25s; }
.next { background: linear-gradient(135deg, #0f6e56, #0f6e56); color: #ffffff; }
.next:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(34,197,94,0.45); }
.back { background: #94a3b8; color: #fff; }
.back:hover { background: #64748b; }

/* ===== SERVICE / ICON CARDS ===== */
.section { max-width: 1200px; margin: -120px auto 60px; padding: 0 16px; }
.icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 20px; margin-bottom: 30px; margin-top: -70px; }
.icon-card { background: #fcfeff; border-radius: 12px; padding: 25px 20px 30px; text-align: center; transition: 0.3s; box-shadow: #ccc 0 0 8px; }
.icon-card h4 { font-size: 18px; margin: 15px 0 0; font-weight: 700; color: #263339; }
.icon-card:hover { background: #fff; transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.icon-card img { width: 40px; }
.section p { text-align: center; color: #0f6e56; font-weight: 600; }
.section h2 { text-align: center; font-size: 32px; margin-bottom: 40px; }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.service-card { background: #fff; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.service-card img { width: 100%; height: 180px; object-fit: cover; }
.service-card h3 { padding: 14px; font-size: 17px; }

/* ===== FINAL STEP – PROFESSIONAL AGREEMENT CARD ===== */
.partner-agreement-wrapper { margin-top: 6px; }
.agreement-header-card { display:flex; align-items:center; gap:16px; background:linear-gradient(135deg,#064e27,#16a34a); border-radius:16px; padding:20px 22px; margin-bottom:14px; }
.agreement-header-card h3 { margin:0 0 4px; font-size:17px; color:#fff; }
.agreement-header-card p  { margin:0; font-size:13px; color:#bbf7d0; }
.agreement-header-icon { font-size:36px; flex-shrink:0; }
.agreement-benefits { display:grid; grid-template-columns:1fr 1fr; gap:10px; margin-bottom:14px; }
.benefit-item { display:flex; align-items:center; gap:10px; background:#f0fdf4; border-radius:10px; padding:10px 14px; font-size:13px; font-weight:500; color:#166534; border:1px solid #bbf7d0; }
.benefit-icon { font-size:18px; flex-shrink:0; }
.terms-link-card { display:flex; justify-content:space-between; align-items:center; gap:16px; background:#fff; border:2px solid #e2e8f0; border-radius:14px; padding:16px 18px; margin-bottom:14px; }
.terms-link-left { display:flex; align-items:center; gap:14px; }
.terms-doc-icon { font-size:30px; }
.terms-link-card strong { font-size:15px; color:#1e293b; display:block; }
.terms-link-card p { margin:3px 0 0; font-size:12px; color:#64748b; }
.view-terms-btn { background:#0f6e56; color:#fff; text-decoration:none; padding:10px 18px; border-radius:10px; font-size:14px; font-weight:600; white-space:nowrap; transition:0.2s; display:inline-block; }
.view-terms-btn:hover { background:#16a34a; color:#fff; text-decoration:none; }
.agreement-checkbox-row { display:flex; align-items:center; gap:14px; background:#fffbeb; border:2px solid #fde68a; border-radius:14px; padding:16px 18px; cursor:pointer; transition:0.2s; }
.agreement-checkbox-row:hover { border-color:#0f6e56; background:#f0fdf4; }
.agreement-checkbox-row input[type=checkbox] { width:20px; height:20px; accent-color:#0f6e56; flex-shrink:0; cursor:pointer; }
.agreement-label-text { font-size:14px; font-weight:500; color:#374151; line-height:1.5; }
@media(max-width:768px){
	.agreement-benefits { grid-template-columns:1fr; }
	.terms-link-card { flex-direction:column; align-items:flex-start; }
}

/* ===== VALIDATION ===== */
.req { color: #ef4444; font-weight: 700; margin-left: 4px; }
.invalid { border-color: #ef4444 !important; box-shadow: 0 0 0 2px rgba(239,68,68,0.15); }
.error { font-size: 12px; color: #ef4444; margin-top: 4px; }

/* ===== HERO TEXT ===== */
.service_partner { text-align: center; margin: 0 0 25px; }
.service_partner h1 { font-size: 28px; color: #fff; margin: 0 0 5px; }
.service_partner p { font-size: 15px; color: #fff; margin: 0; font-weight: 300; }

/* ===== BOOTSTRAP SELECT FIX ===== */
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle { color: #212529; background-color: #fff; border-color: transparent; height: 53px; }
.bootstrap-select>.dropdown-toggle {
	position: relative;
	width: 100%;
	z-index: 1;
	text-align: right;
	white-space: nowrap;
	height: 53px;
	background: #ffffff;
	color: #111111 !important;
}
.bootstrap-select .dropdown-toggle .filter-option { position: absolute; top: 0; left: 0; height: 100%; width: 100%; text-align: left; padding: 15px 16px !important; border-radius: 6px; border: 1px solid #b4c6db; font-size: 15px; }
.dropdown-item {
	display: block;
	width: 100%;
	padding: 10px 10px;
	clear: both;
	color: #212529;
	background: transparent;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #ebebeb;
}
.bs-searchbox .form-control {
	margin-bottom: 0;
	width: 100%;
	float: none;
	height: 35px;
	padding: 6px 10px;
}



.partner_inform {
    padding: 55px 0 40px;
}

.invitation_only {
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.hero-section {
    background: linear-gradient(135deg, #0f6e56, #0f6e56);
    border-radius: 20px;
    padding: 0rem 2rem;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
}
.hero-section::after {
    content: '';
    position: absolute;
    bottom: -60px; left: -30px;
    width: 220px; height: 220px;
    border-radius: 50%;
    background: rgba(255,255,255,0.04);
}

.right_part_inner img {
    width: 500px;
}
.hero-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
    border-radius: 28px;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.hero-title {
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	margin: 0 0 0.75rem;
	line-height: 1.3;
}
.hero-sub {
    font-size: 15px;
    color: rgba(255,255,255,0.82);
    margin: 0 auto 1.5rem;
    max-width: 500px;
    line-height: 1.6;
}
.cta-btn {
    display: inline-block;
    background: #fff;
    color: #0f6e56 !important;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 28px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
}

.comman_rows {
    text-align: center;
}

.section-label {
    font-size: 13px;
    font-weight: 500;
    color: #0f6e56;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    margin: 0 0 14px;
    text-align: center;
    background: rgb(229 239 236);
    border: 1px solid rgb(207 226 221);
    display: inline-block;
    padding: 5px 20px 5px 20px;
    border-radius: 15px;
}
.section-title {
    font-size: 28px;
    font-weight: 600;
    color: #0e0e0e;
    margin: 0 0 1.25rem;
    text-align: center;
}
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 18px;
	margin-bottom: 3rem;
}
.benefit-card {
    background: #fff;
    box-shadow: #e4e4e4 0 0 5px;
    border-radius: 12px;
    padding: 1.1rem 1rem;
}
.benefit-icons1 {
    font-size: 34px;
    color: #0f6e56;
    margin-bottom: 14px;
    display: block;
    width: 55px;
    height: 55px;
    background: #0f6e561c;
    text-align: center;
    padding: 10px 6px 10px 6px;
    border-radius: 8px;
}
.benefit-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.4;
}
.benefit-desc {
    font-size: 14px;
    color: #555555;
    margin: 0;
    line-height: 1.5;
}
.tagline-section {
    background: #fff;
    border-radius: 15px;
    padding: 1.75rem 1.5rem;
    margin-bottom: 3rem;
    box-shadow: #e4e4e4 0 0 5px;
}
.tagline-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 10px;
    margin-top: 25px;
}
.tagline-pill {
    background: #fff;
    border: 0.5px solid #0f6e5633;
    border-left: 3px solid #0f6e56;
    border-radius: 0 6px 6px 0;
    padding: 10px 14px;
    font-size: 15px;
    font-style: italic;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
}
.cta-section {
    background: #ffffff;
    box-shadow: #e4e4e4 0 0 5px;
    border-radius: 15px;
    padding: 2rem 1.5rem;
    text-align: center;
}
.cta-section h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    margin: 0 0 0.5rem;
}
.cta-section p {
    font-size: 15px;
    color: #333333;
    margin: 0 0 1.25rem;
}
.cta-main {
    display: inline-block;
    background: linear-gradient(135deg, #0f6e56, #0f6e56);
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
    padding: 14px 32px;
    border-radius: 35px;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
}
.trust-strip {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 30px;
    flex-wrap: wrap;
}
.trust-item-part {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #0f6e56;
    border: solid 1px #cfe2dd;
    width: 20%;
    justify-content: center;
    padding: 10px 0 10px 0;
    border-radius: 38px;
    box-shadow: #cfe2dd -4px 4px 0px;
    font-weight: 500;
}
.trust-item-part i {
    font-size: 20px;
    color: #0f6e56;
}



/* ===== MOBILE ===== */
@media (max-width: 768px) {
	.wizard { width: 95%; max-width: 100%; padding: 26px 20px; border-radius: 22px; z-index: 1;}
	.form-grid { grid-template-columns: 1fr !important; gap: 18px; }
	.actions { flex-direction: column; gap: 14px; }
	 button { width: 100%; }
	.form-grid input, select { width: 100%; box-sizing: border-box; }
	.icon-card { min-height: auto; margin-bottom: 20px; padding: 15px 10px; }
	.icon-card h4 { font-size: 13px; font-weight: 600; }
	.service_partner p { display: none; }
	.hero { padding: 100px 0 115px; }
	.service_partner h1 { font-size: 20px !important; }
	.terms-card { flex-direction: column; align-items: flex-start; }
	.dropdown.bootstrap-select.show-tick { width: 100% !important;}
	.wizard .dropdown-menu.show { min-width: 100% !important;}
	.trust-item-part{ width: 100%;}
	.hero-section{ flex-wrap: wrap; padding: 2rem 2rem 0;}
	.right_part_inner { margin: 30px 0 0 0;}
}