* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f5f7fb;
    color: #222;
}
.logo{
    width:150px;
    height:auto;
}
.navbar {
    background: #111827;
    padding: 15px 40px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar a {
    color: white;
    text-decoration: none;
    margin-left: 20px;
    font-size: 14px;
}

.container {
    max-width: 1000px;
    margin: 0px auto;
    padding: 20px;
}

.card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

h2 {
    margin: 5px 0 10px;
}
hr {
    margin: 30px 0;
    border: none;
    border-bottom: 1px solid #eee;
}
p {
    font-size: 13px;
    color: #666;
}

form {    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

input, select, button {
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 14px;
}

input, select {
    flex: 1;
}

#dnsForm select {
    max-width: 200px;
}



input#domain {
    max-width: 400px;
}

button {
    background: #101827;
    border-radius: 4px;
    padding: 0 30px;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

button:hover {
    background: #1d4ed8;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background:#fff;
}

table th {
    background: #f3f4f6;
}

table th, table td {
    padding: 10px;
    border: 1px solid #e5e7eb;
    text-align: left;
}

pre {
    background: #f3f4f6;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
}

.error {
    background: #fee2e2;
    color: #991b1b;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
}

.footer {
    background: #111827;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
    font-size: 13px;
}

.ad-box {
    background: #f9fafb;
    border: 1px dashed #d1d5db;
    padding: 20px;
    text-align: center;
    margin: 20px 0;
    border-radius: 8px;
    font-size: 14px;
    color: #666;
}

.hero-container {
    max-width: 1040px;
    margin: 0 auto;
    text-align: center;
    padding: 40px;
}
.hero-section h1 {
    font-size: 45px;
    font-family: Georgia, Times New Roman;
    text-shadow: 1px 1px 1px #fff;
    font-weight: 600;
    line-height:50px;
}

.hero-section {
    background: linear-gradient(227deg, #e7ffde, #bae4ff);
}

.hero-container p {
    font-size: 20px;
    font-weight: 500;
    font-family: Arial;
    padding: 0;
    margin: 0 0 30px;
    display: block;
}

.yourip .container {
    margin: 0 auto;
    padding: 0;
}

.yourip{
    padding: 10px 0;
    text-align: center;
    background: #5ea5d2;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-shadow: 1px 1px 1px #3c7faa;
}


ul.whyus{
    padding-top:10px;
    display:flex;
    justify-content: space-between;
}
ul.whyus li {
    list-style: none;
    color:#777;
    font-size: 13px;
}

.hero-section h1 em {
    font-size:20px;
    font-style:normal;
    font-weight:normal;
    color:#555;
    display:block;
}
.hero-section h1 span {
    background:#d80025;
    padding: 0px 13px;
    transform:rotate(-5deg);
    border-radius:4px;
    text-shadow:none;
    font-weight:500;
    right:-8px;
    color:#fff;
    font-size: 38px;
    position: relative;
    top: -4px;
}
.multi-box .halfcard {width: 48%;display: inline-block;margin: 0 1%;}
.multi-box{ overflow:hidden;
          display:flex;
          }
          
.hero-section h1{
    position:relative;
}

.card.halfcard p strong {
    display: block;
    margin: 15px 0 0;
    color: #000;
}
.single-faq {
    padding-bottom: 15px;
    font-size: 13px;
}

.single-faq h3{
    margin-bottom:5px;
}

.hero-tags {
    display: flex;
    padding: 20px 0 0;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto;
    font-size: 13px;
}

.hero-tags span{
    background:rgba(255,255,255,0.5);
    padding:4px 10px;
border-radius:5px;
}