sec-l .col-inner {
    position: relative;
}







.section_1 .right-image img {
    max-width: 500px;
    width: 100%;
}



.section_1 input[type="submit"] {
   border-radius: var(--hc-radius-pill, 999px) !important;
   font-size: 16px !important;
   font-weight: 800;
   padding: 15px 36px 15px 36px !important;
   right: 0;
   text-align: center;
   position: absolute;
   background: var(--hc-hero-gradient, linear-gradient(135deg, #082f86, #0969ff 58%, #00c2ff)) !important;
   box-shadow: none !important;
   border: none;
   color: var(--hc-white, #ffffff);
   transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.section_1 input[type="submit"]:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(9, 105, 255, 0.25);
}
.section_1 form {
    position: relative;
    height: 70px;
    display: block !important;
    max-width: 70%;
    margin-bottom: 5px;
}
.section_1 input#domain {
    margin: 0 !important;
    width: 100%;
    height: 56px;
    padding: 15px 36px 15px 36px !important;
    font-size: 16px;
    position: absolute;
    border-radius: 99px;
}
.domains-price {
    display: flex;
}

.domain-item {
    display: block;
    width: 95px;
    text-align: center;
    border: 1px solid var(--hc-border, #d9e7f5);
    margin: 0px 7px;
    border-radius: var(--hc-radius-btn-sm, 8px);
    padding: 3px 0;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.domain-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(8, 47, 134, 0.08);
}

.domain-name {
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
    color: var(--hc-blue, #0969ff);
}

.domain-price {
    font-size: 13px;
    color: var(--hc-text, #22304a);
    font-weight: 700;
}
section.dm-section-2 {
    padding: 50px 0;
}

.section-header {
    text-align: center;
    max-width: 720px;
    margin: auto;
}

.domain-area {
    display: flex;
    flex-wrap: wrap;
}

.p-domain-box {
    flex-basis: calc(33.33% - 20px);
    border: 1px solid var(--hc-border, #d9e7f5);
    margin: 10px;
    padding: 20px;
    background: var(--hc-white, #ffffff);
    border-radius: var(--hc-radius-card, 28px);
    position: relative;
    box-shadow: var(--hc-shadow-card, 0 18px 50px rgba(8, 47, 134, 0.08));
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.p-domain-box:hover {
    transform: translateY(-6px);
    box-shadow: var(--hc-shadow-hover, 0 24px 70px rgba(8, 47, 134, 0.12));
}

.p-domain-box h3 {
    font-size: clamp(36px, 4vw, 48px);
    line-height: 1;
    margin-bottom: 10px;
    color: var(--hc-navy, #071832);
    font-weight: 850;
}
.p-domain-box img {
    height: 44px;
    object-fit: contain;
    width: auto;
    margin-bottom: 10px;
}
.p-domain-box p {
    margin: 0;
}

span.old-price {
    text-decoration: line-through;
    font-size: 15px;
    margin-right: 10px;
}

span.sale-price {
    font-size: 24px;
    font-weight: 850;
    color: var(--hc-red, #0b398c);
}

span.domain-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--hc-white, #ffffff);
    background: var(--hc-cta-gradient, linear-gradient(135deg, #0b398c, #1791c8));
    padding: 5px 10px 5px 10px;
    border-radius: var(--hc-radius-pill, 999px);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}
section.dm-section-3 {
    padding: 50px 0;
    background: white;
}
.domain-table {
    max-width: 960px;
    margin: auto;
}
.dm-table td, .domainpricing td {
    border: 1px solid #dedede;
}
.dm-table, .domainpricing {
    border-collapse:collapse;
    width:100%;
}
.dm-table th,.dm-table  td, .domainpricing th, .domainpricing  td {
    font-size: 18px;
    padding: 15px 10px;
    text-align: center;
}
.dm-table tr:nth-child(even), .domainpricing tr:nth-child(even) {
    background-color:#eee;
}
.dm-table tr:nth-child(odd), .domainpricing tr:nth-child(odd){
    background-color:white;
}
.dm-table thead th, .domainpricing th {
    color: var(--hc-white, #ffffff);
    background: var(--hc-blue, #0969ff);
    border: 1px solid var(--hc-blue, #0969ff);
    border-right-color: rgba(255, 255, 255, 0.2);
    font-weight: 800;
}
.dm-table thead th:last-child, .domainpricing th:last-child {
    border-right-color: var(--hc-blue, #0969ff);
}
.dm-table span.badge.bg-success, .domainpricing span.badge.bg-success {
    background: var(--hc-blue, #0969ff);
    color: var(--hc-white, #ffffff);
    padding: 4px 10px 5px 10px;
    line-height: 1;
    border-radius: var(--hc-radius-pill, 999px);
    font-size: 15px;
    margin-left: 5px;
    font-weight: 700;
}

.dm-table tr td:first-child, .domainpricing tr td:first-child {
    font-weight: bold;
}
table.domainpricing tr {
    display: none;
}
table.domainpricing tr:nth-child(-n+10) {
    display: table-row !important;
}
a.view-all-domains {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
}
a.view-all-domains span {
	background: #005eb4;
	color: white;
	padding: 10px 30px;
}
@media screen and (max-width: 768px) {
	.p-domain-box {
		flex-basis: calc(50% - 20px);
	}
   .section_1 form {
       max-width: 100%;
   }
   .section_1 .right-image img {
       width: 90%;
   }   
   
}
@media screen and (max-width: 540px) {
	
	h1
	.domain-item {
		margin: 0 3px;
	}
	.p-domain-box {
		flex-basis: 100%;
		margin: 10px 0;
	}
}