.states_content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 52px;
}
.states_content .states_div {
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow 0.22s, transform 0.22s, border-color 0.22s;
	display: flex;
	flex-direction: column;
}
/* .states_div:hover {
	box-shadow: 0 12px 32px rgba(0,0,0,0.1);
	transform: translateY(-4px);
	border-color: #bae6fd;
} */
.states_box h2{
	margin:0 0 20px;
	font-size:24px;
	font-weight:700;
}
.states_box h2 a{
	text-decoration:none;
	color:#333;
	font-weight: 600;
}
.states_box h2 a:hover{
	color:#2563eb;
}
.states_box{
	flex-direction: column;
	width: 100%;
	height: 100%;
	display: flex;
}
.states_box ul{
	list-style:none;
	padding:0;
	margin: 20px 0;
}
.states_box ul li{
	display:flex;
	justify-content:space-between;
	align-items:center;
	gap:12px;
	padding:10px 0;
	border-bottom:1px solid #f1f5f9;
	font-size:15px;
}
.states_box ul li:last-child{
	border-bottom:none;
}
.states_box ul li a{
	text-decoration:none;
	word-break:break-word;
}
.states_box ul li a:hover{
	color:#2563eb;
}
.idn_domains {
	background: #f8fafc;
	border: 1px solid #e8eef6;
	border-radius: 14px;
	padding: 26px 28px;
}
tr,td ,th {
	border: none;
	border-collapse: collapse;
}
.idntabl {
	border-radius: 10px;
	font-size: 1.7em;
}
.tabhead1 {
	width: 100%;
	background:darkseagreen;
	border-radius: 10px;
	text-align: center;
}
.tabbody1 {
	width:100%;
	border-radius: 15px;
}
.tabbody1 td {
	vertical-align:top;
}
.lantab {
	width:340px;
	text-align: center;
}
.lantab a {
	color:inherit;
}
.lantab td {
	vertical-align: middle;
}
.popidndom {
	display: inline-block;
	color: blue;
	font-weight: bold;
	padding-right: 10%;
	font-size:1.2em;
}
.viemor {
	display: inherit;
	color:#b20039;
	text-align: right;
	margin-right:6%;
}
.lang-card-head {
	padding: 18px 20px 14px;
	border-bottom: 1px solid #f0f4f8;
	display: flex;
	align-items: center;
	gap: 12px;
}
.lang-card-head.bengali .lang-icon{background: #dcfce7;color: #15803d;}
.lang-card-head.tamil .lang-icon{background: #fef3c7;color: #92400e;} 
.lang-card-head.telugu .lang-icon{background: #fce7f3;color: #9d174d;} 
.lang-card-head.hindi .lang-icon{background: #ede9fe;color: #5b21b6;} 
.lang-card-head.gujarati .lang-icon{background: #e0f2fe;color: #0c537a;}
.lang-card-head.punjabi .lang-icon{background: #fff7ed;color: #9a3412;} 
.lang-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: 700;
	flex-shrink: 0;
}.lang-title {
	font-size: 16px;
	font-weight: 600;
	color: #0f1c2e;
}.lang-ext-count {
	font-size: 12px;
	color: #94a3b8;
	margin-top: 2px;
}.lang-body {
	padding: 12px 20px 16px;
	flex: 1;
}.tld-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 9px 0;
	border-bottom: 1px solid #f8fafc;
	font-size: 14px;
}.tld-name a{
	color: #0369a1;
	font-weight: 500;
	unicode-bidi: bidi-override;
}.tld-price {
	font-size: 13px;
	color: #64748b;
	white-space: nowrap;
	flex-shrink: 0;
}.tld-price strong {
	color: #0f172a;
	font-weight: 600;
}.lang-footer {
	padding: 12px 20px;
	border-top: 1px solid #f0f4f8;
	background: #f8fafc;
}.viewmore_btn {
	display: flex !important;
	align-items: center;
	justify-content: center !important;
	gap: 6px;
	width: 100%;
	padding: 9px 0 !important;
	border-radius: 8px !important;
	border: 1px solid #e2eaf3;
	background: #fff;
	font-size: 13px !important;
	font-weight: 500;
	color: #0369a1 !important;
	cursor: pointer;
	transition: all 0.15s;
}.viewmore_btn svg {
	width: 14px;
	height: 14px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
}
/* ── IDN Restrictions Block ── */
.idn-restrictions {
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 14px;
	padding: 28px 32px 32px;
	margin: 32px 0;
}

.idn-restrictions-header {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 24px;
}

.idn-restrictions-icon {
	width: 42px;
	height: 42px;
	border-radius: 10px;
	background: #fee2e2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.idn-restrictions-icon svg {
	width: 22px;
	height: 22px;
}

.idn-restrictions-title {
	font-size: 18px;
	font-weight: 700;
	color: #0f1c2e;
	margin: 0 0 4px;
}

.idn-restrictions-sub {
	font-size: 13px;
	color: #94a3b8;
	margin: 0;
}

/* ── Grid ── */
.idn-restrict-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

.idn-restrict-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px 18px;
	border: 1px solid #e8eef6;
	border-radius: 10px;
	/* background: #f8fafc; */
	transition: box-shadow 0.18s, border-color 0.18s;
}
.idn-hero h1 {
	font-size: clamp(20px,5vw,36px);
	font-weight: 700;
	color: #333;
	margin-bottom: 12px;
	line-height: 1.2;
}
.idn-restrict-item:hover {
	border-color: #fca5a5;
	box-shadow: 0 4px 14px rgba(220, 38, 38, 0.07);
}
.restrict-icon {
	width: 34px;
	height: 34px;
	border-radius: 8px;
	background: #fee2e2;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.restrict-icon svg {
	width: 16px;
	height: 16px;
	stroke: #dc2626;
	fill: none;
	stroke-width: 1.8;
}
.idn-restrict-body h4 {
	font-size: 14px;
	font-weight: 600;
	color: #0f1c2e;
	margin: 0 0 6px;
}

.idn-restrict-body p {
	font-size: 13px;
	line-height: 1.65;
	margin: 0;
}
.idn-hero {
	background: #f1ffdc;
	padding: 56px 32px 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.idn-hero-inner { position: relative; max-width: 1200px; margin: 0 auto; }
.idn-hero-badge {
	display: inline-flex; align-items: center; gap: 7px;
	background: #deffac;
	border: 1px solid #deffac;
	border-radius: 20px; padding: 5px 14px;
	font-size: 14px; font-weight: 500; color: #333; margin-bottom: 18px;
}
.idn-hero-sub { font-size: clamp(14px,2vw,16px); color: #484848; margin-bottom: 32px; line-height: 1.7; }
.domain-intro {
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 14px;
	padding: 26px 30px;
	margin-bottom: 36px;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.domain-intro-text {
	font-size: font-size: clamp(14px,2vw,16px);
	color: #475569;
	line-height: 1.8;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f0f4f8;
}
.domain-intro-text strong {
	color: #0f1c2e;
	font-weight: 600;
}
.domain-alts {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.domain-alts-label {
	font-size: 11px;
	font-weight: 600;
	color: #469b2b;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	display: flex;
	align-items: center;
	gap: 8px;
}
.domain-alts-label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: #e0f2fe;
}
.domain-alts-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.popidndom {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 7px 14px;
	background: #f1ffdc;
	border: 1px solid #9be684;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
	unicode-bidi: plaintext;
	color: green !important;
}
.popidndom:hover {
 	background: #e2fbbb;
}

.popidndom svg {
	width: 12px;
	height: 12px;
	stroke: currentColor;
	fill: none;
	stroke-width: 2;
	flex-shrink: 0;
}
.viemor {
	margin-left: auto;
	flex-shrink: 0;
}
.viemor a {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
	font-weight: 500;
	color: #469b2b;
	text-decoration: none;
	padding: 7px 14px;
	border:1px solid #9be684;
	border-radius: 20px;
	background: #fff;
	transition: all 0.15s;
}
.viemor a:hover {
	background: #f1ffdc;
	border-color: #9be684;
}
.viemor a::after {
	content: '→';
	font-size: 12px;
}
.idn-search-wrap {
	background: #fff;
	border-radius: 12px;
	padding: 6px 6px 6px 18px;
	display: flex; align-items: center; gap: 6px;
	box-shadow: 0 6px 24px rgba(0,0,0,0.18);
	max-width: 700px;
	margin: auto;
	position: relative;
}
.idn-search-www { font-size: 13px; font-weight: 500; color: #94a3b8; flex-shrink: 0; }
.idn-search-input {
	flex: 1; border: none; outline: none;
	font-size: 15px; color: #1e293b; background: transparent; padding: 10px 6px;
}
.idn-search-input::placeholder { color: #94a3b8; }
.idn-search-divider { width: 1px; height: 22px; background: #e2eaf3; flex-shrink: 0; }
.idn-search-select {
	border: none; outline: none;
	font-size: 14px; color: #469b2b; background: transparent;
	padding: 10px 8px; font-weight: 500; cursor: pointer; flex-shrink: 0;
}
.idn-search-select:focus{
	border:none;
}
.idn-search-btn {
	background: #469b2b;
	color: #fff;
	border: none;
	border-radius: 8px;
	padding: 11px 24px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	flex-shrink: 0;
	transition: background 0.15s;
}
/* .idn-search-btn:hover { background: #0284c7; } */
.idn-heading{
	  display : flex;
	  justify-content:space-between;
}
.idn-note-para {
	  color: #484848;
	  font-size: 14px;
	  margin-top: 25px;
}
.special_off_cont{display:none;}
.howto-steps {
	padding: 22px 28px 24px;
	counter-reset: step-counter;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.howto-header {
	background: #f1ffdc;
	border-bottom: 1px solid #9be684;
	padding: 20px 28px;
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0;
}
.howto-block {
	background: #fff;
	border: 1px solid #e8eef6;
	border-radius: 14px;
	overflow: hidden;
	margin-bottom: 22px;
}
.howto-title {
	font-size: 16px;
	font-weight: 700;
	color: #0f1c2e;
	line-height: 1.35;
	margin-bottom: 3px;
}
.howto-title-native {
	font-size: 13px;
	 color: #469b2b !important;
	font-weight: 500;
	unicode-bidi: plaintext;
}
.howto-step-body {
	font-size: 14px;
	color: #374151;
	line-height: 1.7;
}
.howto-step {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 14px 0;
	border-bottom: 1px solid #f8fafc;
	counter-increment: step-counter;
}
.howto-step-num {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #469b2b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 1px;
}.howto-steps {
	padding: 22px 28px 24px;
	counter-reset: step-counter;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.domain-promo-text {
	background: #fff;
	border: 1px solid #e8eef6;
	border-left: 4px solid #469b2b;
	border-radius: 0 12px 12px 0;
	padding: 18px 22px;
	font-size: 14px;
	color: #484848;
	line-height: 1.8;
	margin: 20px;
}
.domain-promo-text span[lang] {
	color: #0369a1;
	font-weight: 500;
	unicode-bidi: plaintext;
}
.howto-header-icon {
	width: 42px;
	height: 42px;
	background: #469b2b;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
}
.howto-header-icon svg {
	width: 20px;
	height: 20px;
	stroke: #fff;
	fill: none;
	stroke-width: 1.7;
}
@media(max-width:992px){
	.states_div{
		width:calc(50% - 12px);
	}
}
@media (max-width: 768px) {
	.domain-intro { 
		padding: 18px 16px; 
		margin :20px ;
	}
	.popidndom { 
		font-size: 12px; 
		padding: 6px 11px; 
	}
	.viemor { 
		margin-left: 0; 
		width: 100%; 
	}
	.viemor a { 
		width: 100%; 
		justify-content: center; 
		border-radius: 8px; 
	}
	.states_div{
		width:100%;
	}
	.idn-restrict-grid {
		  grid-template-columns: 1fr;
	}
	.idn-restrictions {
		  padding: 20px 18px 24px;
		  margin: 20px;
	}
	.states_content {
		  grid-template-columns: 1fr;
		  padding: 20px;
	}
	.idn_domains{ margin: 20px; }
	.idn-heading{
		  flex-direction : column;
		  padding:20px
	}
	.idn-hero {
		  padding: 40px 20px 60px;
	}
	.idn-search-wrap {
		  flex-wrap: wrap;
		  gap: 8px;
	}
	.idn-note-para {
		  margin-top: 100px;
	}
	.idn-search-btn {
		  width: 46%;
		  padding: 6px 24px;
	}
	.popidndom {
		display: inline-block;
	}	
	.viemor {
		display: block;
		text-align: right;
		color:#b20039;
	}
}
@media only screen and (max-width: 480px){
	.popidndom {
		width: 100%;
		padding-bottom: inherit;
	}
}