@charset "utf-8";

/*------------------------------------*/
/* General Styles */
/*------------------------------------*/
html, body { height: 100%; }
ul { margin: 0; padding: 0; list-style: none; }
img { max-width: 100%; }
p, label { margin: 0; padding: 0; color: #565a5d !important; }
a:hover { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }
figure { margin: 0; }

/*------------------------------------*/
/* Transitions */
/*------------------------------------*/
a, i { transition: all 0.2s linear; }
.bg-color-transition { transition: background-color 0.2s linear; }

/*------------------------------------*/
/* Fonts */
/*------------------------------------*/
@font-face {
  font-family: 'HP-Serpentine';
  src: url('../fonts/HP-Serpentine.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HP-Serpentine.woff') format('woff'),
       url('../fonts/HP-Serpentine.ttf') format('truetype'),
       url('../fonts/HP-Serpentine.svg#HP-Serpentine') format('svg');
  font-weight: normal;
  font-style: normal;
}
.hp-serpentine-font { font-family: 'HP-Serpentine'; }

@font-face {
  font-family: 'Ancuu-Normal';
  src: url('../fonts/Ancuu-Normal.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Ancuu-Normal.woff') format('woff'),
       url('Ancuu-Normal.ttf') format('truetype'),
       url('../fonts/Ancuu-Normal.svg#Ancuu-Normal') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ancuu-normal-font { font-family: 'Ancuu-Normal'; }

body { font-family: Arial, Helvetica, sans-serif; }
.fade-out { opacity: 0; transition: opacity 0.5s ease;}

/*------------------------------------*/
/* Containers / Page Width */
/*------------------------------------*/
.container { max-width: 1000px; }
.container-custom { max-width: 1000px; margin: auto; }
@media(min-width: 1071px) { .container { max-width: 1070px; } }
@media(max-width: 1070px) { .container { max-width: 100%; } }

/*------------------------------------*/
/* Colors & Links */
/*------------------------------------*/
.green-color { color: #006600; }
.contents a.link, .contents a:link { color: #0158bc !important; text-decoration: none; }
.contents a:hover { color: #3cdcee !important; text-decoration: none; }

/*------------------------------------*/
/* Sections */
/*------------------------------------*/
.section {
  padding: 25px 0px 25px 0px;
  background: #f8f9fa;
}
.section:nth-child(even) {
  background: url(../images/page-top-bg.png) center top no-repeat;
  background-size: 100% auto;
}
/* Consistent heading spacing */.container h2 {  text-align: left;  margin: 0 0 18px 0;   /* only bottom margin */  color: #03dcf4;  font-size: 1.6rem;  line-height: 1.4;
    
}
/* Space between paragraphs */.container 
p {  margin: 0 0 16px 0;   /* only bottom margin */  line-height: 1.7;
    
}/* Space for lists */
.container ul {  margin: 0 0 20px 0;  padding-left: 20px;}
.container li {  margin-bottom: 8px;  line-height: 1.6;}/* If h2 comes after paragraph/list */.container p + h2,.container ul + h2 {  margin-top: 18px;}/* Remove this old fix */.twoh2 {  padding-top: 0;  margin-top: 0 !important;}

.section .container-custom { max-width: 1000px; margin: auto; }
.container-custom{
    p{
        margin-bottom: 20px;
    }
}
/*------------------------------------*/
/* Header & Logo */
/*------------------------------------*/
header {
  background: url('../images/body-bg.png') center/cover no-repeat;
  position: relative;
  color: white;
}
header::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
header .container { position: relative; z-index: 2; }

.logo-area {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 0;
}
.logo-area img { height: 70px; }
.site-title h1 {
  margin: 0;
  color: #000;
  font-size: 32px;
  font-family: 'HP-Serpentine';
}
.site-title p {
  margin: 0;
  color: #767878 !important;
  font-family: 'Ancuu-Normal';
  font-size: 20px;
}

/*------------------------------------*/
/* Tool Card & Start Button */
/*------------------------------------*/
.tool-card { margin-top: 30px; }
#startBtn {
  background: #ccc !important; 
  border: none;
  cursor: not-allowed;
  transition: 0.3s;
  margin-top: 10px;
}
#startBtn.enabled {
  background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%) !important;
  color: #fff;
  cursor: pointer;
}
.custom-input {
  height: 30px;
  font-size: 12px;
  padding: 2px 8px;
}
.d-flex.align-items-start {
  align-items: center !important;
}
/*------------------------------------*/
/* Buttons */
/*------------------------------------*/
button {
  border: none;
  padding: 2px 8px 3px 8px;
  border-radius: 2px;
  color: white;
  font-weight: normal;
  background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%) !important;
  font-size: 14px;
  transition: all ease 0.3s;
  min-width: 80px;
}
button:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/*------------------------------------*/
/* Table & Headings */
/*------------------------------------*/
tbody, td, tfoot, th, thead, tr {
    padding: 0px 5px 0px 5px !important;
    font-size: 14px;
        color: #565a5d !important;
}
table th {
  color: white !important;
  background: linear-gradient(to bottom, rgba(0,255,255,1) 0%, rgba(9,138,217,1) 100%) !important;
}
h2 { color: #03dcf4; margin-bottom: 5px; }

/*------------------------------------*/
/* Step Tool & Spinner */
/*------------------------------------*/
.step { display: none; }
.step.active { display: block; }
.spinner { display: none; }

/*------------------------------------*/
/* Features Section */
/*------------------------------------*/
.features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
  gap: 20px;
}
.feature {
  background: #fff;
  padding: 18px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: 0.3s ease;
  height: 100%;
}
.feature:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.feature h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
.feature p { color: #6c757d; font-size: 12px; }
.feature ul { padding-left: 0px; }
.feature ul li { 
    list-style: disc;
  margin-left: 10px;
    font-size: 12px;
    color: #6c757d;
}
.feature ul li::marker {
  color: #03dcf4;
}

/*------------------------------------*/
/* Domain List / Grid */
/*------------------------------------*/
.domain-list {
  columns: 2;
  max-width: 400px;
  margin: 20px auto;
}
.domain-list li { margin-bottom: 8px; font-weight: 500; }

.domain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 15px;
  margin: 20px auto;
}
.domain-item {
  display: inline-block;
  background: #e0f7ff;
  color: #0077b6;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: default;
}
.domain-item:hover {
  background: linear-gradient(135deg, #00ffff 0%, #098ad9 100%);
  color: #fff;
  transform: translateY(-3px);
}

/*------------------------------------*/
/* CTA Section */
/*------------------------------------*/
.cta {
  
  text-align: center;
  padding: 0px 0px 30px 0px;
}
.cta h2 { margin-bottom: 20px; }
.cta p { margin-bottom: 30px; font-size: 18px; }
.cta button {
  background: #fff;
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 50px;
  transition: 0.3s;
}
.cta button:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.container .perfectHeader{
    
}
.container .transferHeader {
    
}



/*------------------------------------*/
/* Footer */
/*------------------------------------*/
footer {
  padding: 40px 0;
  text-align: center;
  color: white;
  background: linear-gradient(to bottom, rgba(0,255,255,1) 0%, rgba(9,138,217,1) 100%);
}
footer p { color: #fff !important; }


/****revised*****/
button{
    border: none;
    padding: 5px 8px 4px 8px;
    border-radius: 2px;
    color: white;
    font-weight: normal;
    background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%) !important;
    font-size: 14px;
    transition: all ease 0.3s;
    min-width: 80px;
}
form h6{
        font-size: 15px;
    font-weight: 700;
    color: #0975d9;
    margin-bottom: 15px;
}
.captcha-wrapper{
    position: relative;
    padding-left: 68px;
}
.captcha-wrapper::before {
    content: '81355';
    position: absolute;
    top: 0px;
    left: 8px;
    font-weight: bold;
    color: #fff;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 255, 255, 1) 0%, rgba(9, 138, 217, 1) 100%) !important;
    font-size: 14px;
    padding: 8.3px;
    border-radius: 2px 0px 0px 2px;
    letter-spacing: 3px;
}
table .tableBuyBtn {
        margin: 3px 0px 3px 0px;
    line-height: 30px;
    padding: 0px;
}
table th{
    
}
table th, td{
    line-height: 40px;
}
ul {
  list-style: none;
  padding-left: 0;
  color: #565a5d;
}

ul li {
  position: relative;
      padding-left: 28px;
    margin-left: 20px;
    line-height: 30px;
}
ul li::before {
  content: "➜";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #03dcf4;
}

	

/*------------------------------------*/
/* Responsive */
/*------------------------------------*/
@media only screen and (max-width: 1024px) {
  .container, .container-custom { 
              padding: 5px;
        max-width: 100%;
        overflow: hidden;
      
  }
  .features { grid-template-columns: repeat(auto-fit, minmax(100%, 1fr)); }
}
@media only screen and (max-width: 645px) {
.site-title h1 {
    
    font-size: 20px;
}
.site-title p{
    font-size: 12px;
}
}