.domain-bg {
  position: relative;
  margin: 150px 0 0;
}

.domain-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.domain-search-container {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
	.domain-bg {height: 400px;margin-top: 0;}
    .domain-bg img{display: none;}
}

.domain-search-container {
	width: 62%;
	box-sizing: border-box;
	padding: 5px; 
	border-radius: 12px;
	margin-top: 85px;
}
/*.domain-fixed{
	background: #f0f0f0;
	height: 70px;
	margin: 0;
	padding-top: 10px;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 7%;
	left: 0;
}
.domain-fixed .search-bar input[type="text"] {
	padding: 10px 16px;
	height: 50px;
}*/
.domain-banner-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	font-size: clamp(30px, 4vw, 55px); 
	line-height: clamp(40px, 5vw, 65px);
	letter-spacing: -2px;
	color: #000;
	color: green;
	text-align: left;
	margin: 0 auto 35px;
	max-width: 700px;
}
.domainchangebtn
{
	max-width: 800px;
	margin: auto;
}
.bulkmode
{
	position: relative;
}
.bulkmode a {
	position: absolute;
	right: 35px;
	color: #525252;
}
.bulk-button{
	/*background:#fff ;
	border:none;
	border-bottom: 1px solid #fff;*/
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	padding: 14px 18px;
	text-decoration: underline;
}
.bulk-button:focus,.bulk-button:hover{
	color:#111;
}
 .bulk-button-res{display: none;}
.search_domain_extension {
	width: 100%;
	margin: auto ; 
	padding: 70px 0px;
	color: #fdfdfd; 
}
.transfer-link{
	padding: 10px;
	font-size: clamp(14px,2vw,16px);
	text-align: center;
	width: 100%;
	background: aliceblue;
	color: #333;
	font-weight: 600;
}
.transfer-link-btn{
	cursor: pointer;
	margin: 0 8px;
	text-decoration: underline;
	color: green;
}
.search_domain_extension p {
	font-size: clamp(16px,2vw,18px);
	text-align: center;
	max-width: 1040px;
	margin: 20px auto;
	color: #484848;
}
.search_domain_extension ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1000px;
	margin: auto;
}
.search_domain_extension ul li a {
	display: flex;
	flex-direction: column;
	align-items: start;
	background: #ffffff;
	border: 1px solid gainsboro;
	border-radius: 12px;
	padding: 25px 15px;
	text-decoration: none;
	color: #000;
	transition: 0.2s ease;
	max-height: 300px;
}
.search_domain_extension ul li a:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}
.domain_search_extname {
	color: darkslateblue;
	font-size: clamp(21px,5vw,32px);     
	font-weight: bold;
	padding: 0 5px;
	display: inline-block;
}
.domain_search_extprice {
	margin: 15px 0 25px;
	color: #de2543;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 10px;
	border-radius: 6px;
	line-height: 100%;
	display: inline-block;
}
.domain_search_extpara {
	color: #484848 !important;
	margin: 15px 0 35px;
}
.extprice_amount{
	font-size: clamp(21px, 5vw, 32px);
}
.search_domain_extension ul li {
	width: 100%; 
	padding: 5px; 
	box-sizing: border-box; 
	text-align: left; 
}
.domain_search_extmore {
	text-align: right;
	float: none; 
	padding: 5px; 
	box-sizing: border-box;
	max-width: 1140px;
}
.domain_search_extmore a {
	display: inline-block;
	background-color: transparent; 
	/* Adjusted text color to white for contrast */
	color: dodgerblue; !important; 
	border-radius: 0; 
	text-decoration: none; 
	margin-top: 10px; 
	font-size: 16px;
	font-weight: 500; 
	transition: color 0.2s;
}
.domain_search_extmore a:hover {
	 border-bottom: 1px solid dodgerblue;
}
.dm-feature-section {
	width: 100%;
	margin: 0 auto;
	padding: 70px 20px;
	text-align: center;
}
.dm-features-wrapper {
	position: relative;
	width: 100%;
	justify-content: center;
	display: flex;
}
.dm-vertical-divider {
	position: absolute;
	left: 48%;
	top: 10px;
	width: 1px;
	height: calc(90% + 40px);
	background: #e6e6e6;
	transform: translateX(-50%);
}
.dm-features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px 130px;
}
.dm-feature-box {
	text-align: left;
	/*max-width: 480px;*/
}
.dm-feature-box img {
	margin-bottom: 5px;
}
.dm-feature-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: #333;
}
.dm-feature-box p {
	color: #484848;
	line-height: 1.8;
	font-size: 16px;
}
.para_registry {
	font-size: 16px;
	color: floralwhite;
	margin-top: 60px;
	text-align: right;
	margin-right: 20px;
}

@media(max-width: 900px) {
	.dm-vertical-divider {
		display: none;
	}
	.dm-features {
		grid-template-columns: 1fr;
		gap: 60px;
	}
	.dm-feature-box {
		text-align: center;
		margin: 0 auto;
	}
	.dm-feature-box p {
		max-width: 500px;
		margin: auto;
	}
}
@media (max-width: 768px) {
	.bulk-button{display: none !important}
	.bulk-button-res{
		border: none;
		font-size: 18px;
		cursor: pointer;
		padding: 5px 27px;
		text-align: left;
		margin-left: auto;
		display: flex;
		justify-content: flex-end;
		color: #525252;
		text-decoration: underline;
	}
	.bulk-button {
		width: 48%;
	}
	.transfer-link{ width:100%;text-align:center;}
		.domain_search_extpara {
		margin: 15px 0;
	}
	.domain-banner-title{text-align: center;}
	.domain-search-container {width: 100%;margin-top: 100px;}
	.para_registry{
		margin: 50px auto;
		text-align: center;
	}
}
.domain-suggestion-box {
	display: flex;
	flex-direction: column; /* stack suggestions vertically */
	position: absolute;
	top: 110%;
	border-radius: 12px;
	width: 87%;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px;
	background: #fff;
	max-height: 250px; /* approx 5 items */
	overflow-y: auto;
	overflow-x: hidden;
}
.suggestion-item {
	padding: 8px 12px;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: background 0.2s;
	border-radius: 0;
}
.suggestion-item:hover {
	background-color: #e0e0e0;
}
.suggest-domain {
	color: #333;
	font-size: 16px;
}
.suggest-price {
	color: #333;
	font-size: 16px;
	font-weight: 600;
}
.suggestion-item.highlighted{background:#e0e0e0;color:white;}
.toggle-container {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
.form-toggle {
	display: inline-flex;
	border-radius: 8px;
	overflow: hidden;
	background-color: #409519; /* Dark background */
	border: 5px solid #409519;
		gap:5px;
}
.form-toggle-button {
	padding: 4px 20px;
	border: none;
	cursor: pointer;
	background: transparent;
	color: #fff;
	font-weight: 500;
	transition: all 0.3s ease;
}
.form-toggle-button.active {
	background-color: blanchedalmond; /* Active: white */
	color: #2e4e49;       /* Text: dark */
	border-radius: 8px;
}
.form-toggle-button:not(.active):hover {
	background-color: #a8a8a8;
	border-radius: 8px;
}
@media (max-width: 768px) {
	.search_domain_extension ul {
		display: flex;
		flex-direction: column;
		margin: 20px 40px;
	}
	.search_domain_extension ul li a{padding: 15px;}
}
.domain-tld-select {
	padding: 10px 15px; 
	font-size: 17px;
	background-color: #eee; 
	color: #7fa710; 
	border: none;
	outline: none;
	border-left: none; 
	cursor: pointer;
	margin-right: 10px; 
	border-radius: 6px;
	font-weight: bold;
}
.domain-tld-select:focus ,.search-button:focus,.form-toggle-button:focus{
	outline: 0 !important;
	box-shadow: none !important;
	border-color: transparent !important;
	border: 0 !important;
}
.domain_buy_now_btn {
	display: inline-block;
	padding: 7px 14px;
	background: yellowgreen; 
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	border-radius: 8px;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s ease;
	border:1px solid yellowgreen;
	text-align: center;
	width: 100%;
}
.domain_buy_now_btn:hover {
	background:#7fb019;
	transform: translateY(-2px);
	box-shadow: 0 5px 14px rgba(0,0,0,0.15);
}
.available_box_head .table-container{
	overflow-x: unset;
}
@media (max-width: 768px) {
	.available_box_head .table-container{overflow-x: auto;}
}
.error-message {
    position: absolute;
    bottom: 100%;  
    left: 0px;
    background: #e63946;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 15px;
    white-space: nowrap;
    display: none; 
    z-index: 20;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
}
.error-message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20px;
    border-width: 6px;
    border-style: solid;
    border-color: #e63946 transparent transparent transparent;
}
.main-component-wrapper {
	width: 100%;
	display: flex;
	flex-direction: column; 
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.domain-section{overflow: hidden;}
}


.domain-section {
  background-color: #fff; 
}
.domain-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 20px;
  background-color: transparent;
}
.domain-left,.domain-right {
  flex: 1;
  min-width: 300px;
}
.domain-img {
  border-radius: 12px;
  display: block;
  margin-top: 20px;
  margin: auto;
}
.domain-left h2,.domain-right h2 {
  font-size: clamp(21px,5vw,32px);
  margin-bottom: 20px;
  color: #111111;
}
.domain-left p,.domain-right p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #484848;
}
.domain-left ul,.domain-right ul {
  list-style-type: none;
  padding-left: 20px;
  color: #484848;
}
.domain-left li::before,.domain-right li::before {
	--fa: "\f00c";
	content: var(--fa);
	font-weight: 900;
	margin-left: -25px;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	color: green;
}
.domain-left ul li,.domain-right ul li {
  margin-bottom: 10px;
  font-size: clamp(16px, 2vw, 18px);
  line-height: clamp(26px, 5vw, 36px);
}

.choose-us-features {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap:40px;
  margin:30px auto;
}
.choose-us-feature {
  flex: 1;
  text-align: center;
  color: #fff;
}
.choose-us-icon {
  font-size: 32px;
  margin-bottom: 20px;
}
.choose-us-feature h3 {
  font-size: 22px;
  margin: 0 0 15px;
  font-weight: 600;
    color : #333;
}
.choose-us-feature p {
  font-size: 18px;
  color: #484848;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .domain-wrapper {
    flex-direction: column;
  }
  .domain-img {
   margin: 5px auto;
    width: 350px;
  }
    .choose-us-features {display:block;}
  .choose-us-feature {margin-bottom: 40px;}
}


.table-wrapper {width: 100%; margin: 0 auto; position: relative;}
.table-filter {display: flex; gap: 15px; align-items: center; flex-wrap: wrap; margin-bottom: 20px; justify-content: space-between;}
.fancy-table1 {width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; padding: 0;}
.fancy-table1 table {width: 100%; min-width: 700px; border-collapse: collapse; background: #ffffff; margin: 10px 0;}
.fancy-table1 thead th {width: 20%; background: #eef1f4; color: #666; font-size: 16px; font-weight: 600; padding: 24px 16px; text-align: left; border-bottom: 3px solid #ffffff;}
.fancy-table1 tbody tr {background: #fafafa; border-bottom: 3px solid #ffffff;}
.fancy-table1 tbody tr:nth-child(even) {background: #fafafa;}
.fancy-table1 td {padding: 14px 16px; font-size: 16px; color: #333; vertical-align: middle; position: relative;}
.fancy-table1 .tbl_black {font-size: 15px; font-weight: 600; color: #1f7a7a; text-decoration: none;}
.fancy-table1 .tbl_black:hover {text-decoration: underline;}
.fancy-table1 .tbl_sale {position: absolute; top: 0; left: 0; background: #ff4d4f; color: #fff; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 0 0 6px 0; letter-spacing: 0.5px;}
.fancy-table1 .reg_oldrate {font-size: 14px; color: #fc4c4c;}
.fancy-table1 .tbl_green {font-weight: 600; font-size: 18px;}
.fancy-table1 ownspan.tbl_green {display: inline-block; margin-top: 4px;}
.fancy-table1 td div:empty {color: #bbb;}
.offer_price strike {color: #fc4c4c; font-size: 14px;}
.show-more-container {text-align: center; padding: 16px 20px; background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(10px); z-index: 100; animation: slideUp 0.3s ease;}
.show-more-container.sticky-mode {position: sticky; bottom: 0; left: 0; right: 0;}
.show-more-container {padding: 16px 0 !important;}
@media (max-width:768px) {.fancy-table1 th, .fancy-table1 td {padding: 10px 12px;} .table-filter {margin: 0 15px;}}
