/**
 * NameCheckup Original Style CSS
 * Exact replica of the original Node.js frontend styling
 * Migrated from Appengine/public/css/style.css and menu-maker.css
 */

/* ==========================================================================
   Font Definitions
   ========================================================================== */

@font-face {
    font-family: "AzoSans-fonts";
    src: url('../fonts/AzoSans-Light.woff') format('woff'),
         url('../fonts/AzoSans-Light.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ==========================================================================
   Base Styles
   ========================================================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "AzoSans-fonts";
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.no-gutters {
    margin: 0;
}

.no-gutters > [class*="col-"] {
    padding: 0;
}

[class*="col-"] {
    padding: 0 15px;
    width: 100%;
}

.col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.offset-md-1 {
    margin-left: 8.333333%;
}

.col-lg-5,
.col-lg-7 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

/* ==========================================================================
   Header Section
   ========================================================================== */

.navigatin {
    background-color: #fff;
    padding: 0 0;
}

.navbar-brand {
    padding-top: 15px;
    display: inline-block;
    margin: 0;
}

.navbar-brand img {
    width: 94px;
    height: 29px;
}

.main-menu ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-menu ul li {
    position: relative;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    text-align: left;
}

.main-menu ul li + li {
    margin-left: 24px;
}

.main-menu ul li a {
    line-height: 55px;
    font-size: 15px;
    font-family: "AzoSans-fonts";
    font-weight: 300;
    color: #707070;
    border: 0;
    margin-right: -1px;
    display: block;
    text-decoration: none;
}

.main-menu ul li a:hover {
    color: #141414;
    font-size: 15px;
    font-weight: 400;
}

.main-menu ul li .sub-menu {
    display: block;
    position: absolute;
    top: 110%;
    z-index: 99;
    width: auto;
    min-width: 200px;
    background-color: #FFFFFF;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.1);
    flex-direction: column;
}

.main-menu ul li:hover .sub-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.main-menu ul li .sub-menu li {
    text-align: left;
}

.main-menu ul li .sub-menu li:last-child a {
    border: 0;
}

.main-menu ul li .sub-menu li a {
    display: block;
    border-radius: 0;
    padding: 2px 20px;
    line-height: 35px;
    border-bottom: 1px solid rgba(168, 168, 168, 0.5);
    font-family: 'AzoSans-fonts';
    font-size: 16px;
}

.has-submenu > a:after {
    content: "\2304";
    font-weight: 900;
    margin-left: 10px;
    opacity: 0.7;
    display: inline-block;
}

@media (min-width: 992px) {
    .main-menu ul li:last-child .sub-menu {
        left: auto;
        right: 0;
    }
    .navigatin .col-md-7 {
        margin-left: auto;
    }
}

/* Mobile Menu Toggle */
.mobile-menu {
    display: none;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */

.hero_section_tp {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 25px;
    padding-bottom: 15px;
}

/* Mobile responsive background */
@media (max-width: 1024px) {
    .hero_section_tp {
        background-image: none;
        background-color: #000000;
        background-image: linear-gradient(315deg, #414141 0%, #000000 74%);
    }
}

.banner_content_in {
    text-align: center;
    max-width: 760px;
    width: 100%;
    margin: auto;
}

.banner_content_in h1 {
    color: #FFFFFF;
    font-size: 45px;
    line-height: 60px;
    font-family: "AzoSans-fonts";
    font-weight: 300;
    margin: 0 0 1px 0;
}

.banner_content_in form {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.banner_content_in form input {
    width: 80%;
    background-color: #fff;
    border: 0;
    outline: 0;
    font-weight: 400;
    color: #141414;
    font-size: 18px;
    line-height: 22px;
    padding: 16px 19px;
    max-width: 400px;
}

.banner_content_in form .btn {
    width: 100%;
    max-width: 150px;
    background-color: #0057FF;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    border-radius: 0;
    padding: 15px 0;
    outline: 0;
    margin-top: -4px;
    margin-left: 6px;
    border: none;
    cursor: pointer;
}

.banner_content_in form .btn:hover {
    background-color: #0041cc;
}

.banner_content_in form .btn i {
    margin-left: 6px;
}

.form_down_tx {
    margin-top: 10px;
}

.form_down_tx > a {
    font-weight: 300;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    text-align: left;
    float: left;
    text-decoration: underline;
}

.form_down_tx ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    float: right;
    list-style: none;
}

.form_down_tx ul li {
    display: inline-block;
    padding-left: 6px;
    vertical-align: middle;
}

.form_down_tx ul li a {
    color: #FFFFFF;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}

.form_down_tx ul li svg {
    width: 16px;
    height: 16px;
    fill: #FFFFFF;
}

.top_search_or {
    color: #FFFFFF;
    margin: 0 25px;
    font-weight: 300;
    font-size: 15px;
    display: inline-block;
}

/* Mobile responsive styles for hero section */
@media (max-width: 767px) {
    .banner_content_in h1 {
        font-weight: 200;
        font-size: 28px;
        line-height: 37px;
    }

    .banner_content_in form input {
        width: 100%;
    }

    .banner_content_in form .btn {
        max-width: 150px;
        margin-top: 18px;
        font-size: 20px;
    }

    .form_down_tx > a {
        width: 100%;
        text-align: center;
        float: none;
    }

    .form_down_tx ul {
        width: 100%;
        padding-top: 20px;
        float: none;
        text-align: center;
    }
}

@media (max-width: 550px) {
    .banner_content_in {
        max-width: 320px;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .banner_content_in form input {
        width: 72%;
    }
}

/* ==========================================================================
   Domain List Available Section
   ========================================================================== */

.domain_list_available {
    width: 100%;
    padding-top: 50px;
    background: #fff;
}

.domain_left_txt p {
    color: #070709;
    font-size: 16px;
    line-height: 30px;
    font-family: 'AzoSans-fonts';
    font-weight: 400;
    margin: 0;
}

.available_chart_right ul {
    text-align: right;
    list-style: none;
    margin: 0;
    padding: 0;
}

.available_chart_right ul li {
    display: inline-block;
    padding-left: 20px;
    font-weight: 400;
    color: #070709;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    margin-left: 22px;
}

.available_chart_right ul li:after {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #32a852; /* available legend box */
}

.available_chart_right ul li:nth-child(2):after {
    background-color: #E8D3D3; /* unavailable legend box */
}

.all_domain_list_in {
    flex-wrap: wrap;
    display: flex;
    margin-top: 10px;
}

.single_d_name {
    width: 10.93%;
    background-color: rgba(7, 7, 9, 0.4);
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-right: 2px;
    margin-bottom: 2px;
    transition: all 0.5s;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 50px;
    min-height: 50px;
}

.single_d_name a {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    text-decoration: none;
}

.single_d_name:hover {
    opacity: 0.6;
}

.single_d_name.available {
    background-color: #32a852;
}

.single_d_name.available:hover {
    background-color: #198135;
}

.single_d_name.taken {
    background-color: #E8D3D3;
}

.single_d_name.taken:hover {
    background-color: rgb(202, 170, 170);
}

.single_d_name.invalid {
    background-color: #E8D3D3;
}

.single_d_name.invalid:hover {
    background-color: rgb(202, 170, 170);
}

/* Mobile responsive styles for domain grid */
@media (max-width: 767px) {
    .domain_list_available .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        width: 100%;
    }

    .domain_left_txt p {
        text-align: center;
        font-size: 24px;
    }

    .available_chart_right ul {
        text-align: center;
        padding-top: 25px;
    }
}

@media (max-width: 550px) {
    .single_d_name {
        width: 123px;
    }
}

@media (max-width: 400px) {
    .single_d_name {
        width: 30.33%;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .single_d_name {
        width: 113px;
    }
    .all_domain_list_in {
        margin-right: -12px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .single_d_name {
        width: 111px;
    }
}

/* ==========================================================================
   Username List Section
   ========================================================================== */

.username_list_sec {
    width: 100%;
    padding-top: 24px;
    background: #fff;
}

.username_title h3 {
    font-weight: 300;
    color: #0057FF;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 1px;
    margin: 0;
    font-family: 'AzoSans-fonts';
}

.all_username_list {
    flex-wrap: wrap;
    display: flex;
    margin-top: 5px;
}

.single_username_list {
    width: 10.93%;
    background-color: rgba(7, 7, 9, 0.4);
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    margin-right: 2px;
    margin-bottom: 2px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    min-height: 50px;
}

.single_username_list a {
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    text-decoration: none;
}

.single_username_list a span {
    display: flex;
    padding-left: 5px;
    pointer-events: none;
}

.single_username_list img,
.single_username_list svg {
    pointer-events: none;
    max-width: 20px;
    max-height: 20px;
}

.single_username_list svg {
    color: #fff;
    fill: #fff;
}

.single_username_list a .a {
    fill: #fff;
    opacity: 1;
}

.single_username_list.available {
    background-color: #32a852;
}

.single_username_list.available a {
    color: #ffffff;
}

.single_username_list.available a svg {
    color: rgb(255, 255, 255);
}

.single_username_list.available a .a {
    fill: rgb(255, 255, 255);
}

.single_username_list.available:hover {
    background-color: rgba(25, 129, 53, 0.6);
}

.single_username_list.taken {
    background-color: #E8D3D3;
}

.single_username_list.taken a {
    color: #000;
}

.single_username_list.taken a svg {
    color: #fff;
}

.single_username_list.taken a .a {
    fill: #fff;
    opacity: 1;
}

.single_username_list.taken:hover {
    background-color: rgba(202, 170, 170, 0.6);
}

.single_username_list.invalid {
    background-color: #E8D3D3;
}

.single_username_list.invalid a {
    color: #000;
}

.single_username_list.invalid a svg {
    color: #fff;
}

.single_username_list.invalid a .a {
    fill: #fff;
    opacity: 1;
}

.single_username_list.invalid:hover {
    background-color: rgba(202, 170, 170, 0.6);
}

.single_username_list.error {
    background-color: #FF5151;
}

.single_username_list.error a {
    color: #000;
}

.single_username_list.error a svg {
    color: rgb(255, 255, 255);
}

.single_username_list.error a .a {
    fill: rgb(255, 255, 255);
    opacity: 1;
}

.single_username_list.error:hover {
    background-color: rgb(231, 60, 60);
}

.single_username_list .max_height_30 img {
    max-height: 30px;
}

.single_username_list .max_height_25 img {
    max-height: 25px;
}

/* Mobile responsive styles for username grid */
@media (max-width: 767px) {
    .username_list_sec {
        padding-top: 24px;
    }

    .username_title {
        padding-left: 28px;
    }

    .single_username_list {
        width: 123px;
    }
}

@media (max-width: 550px) {
    .single_username_list {
        width: 30.33%;
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    .single_username_list {
        width: 113px;
    }
    .all_username_list {
        margin-right: -12px;
    }
}

/* ==========================================================================
   Contact Section
   ========================================================================== */

.contact_area {
    padding-top: 127px;
    width: 100%;
    padding-bottom: 140px;
    background: #fff;
}

.conatct_lefr_frm {
    max-width: 360px;
}

.conatct_lefr_frm h3 {
    color: #0057FF;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
    padding-bottom: 25px;
    margin: 0;
    font-family: 'AzoSans-fonts';
}

.conatct_lefr_frm p {
    font-weight: 300;
    color: #070709;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
}

.conatct_lefr_frm .listFrm {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.conatct_lefr_frm .listFrm h6 {
    padding: 25px 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    opacity: 0.3;
    color: #070709;
    margin: 0;
}

.conatct_lefr_frm .listFrm a {
    display: inline-block;
    width: 100%;
    text-align: center;
    background-color: #E8EBEF;
    border-radius: 20px;
    padding: 12px 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #070709;
    text-decoration: none;
}

.contact_right_img {
    text-align: right;
}

.contact_right_img img {
    max-width: 100%;
    height: auto;
}

/* Mobile responsive styles for contact section */
@media (max-width: 767px) {
    .contact_area .container {
        padding-left: 22px;
        padding-right: 22px;
    }

    .conatct_lefr_frm p {
        font-size: 20px;
    }

    .conatct_lefr_frm .listFrm h6 {
        padding: 11px 0;
        font-size: 22px;
    }

    .conatct_lefr_frm .listFrm a {
        font-size: 16px;
    }

    .contact_right_img {
        padding-top: 40px;
    }

    .contact_area {
        padding-bottom: 65px;
    }
}

@media (max-width: 550px) {
    .conatct_lefr_frm {
        margin: auto;
    }
}

/* ==========================================================================
   Suggest Section
   ========================================================================== */

.suggest_section {
    padding: 60px 0;
    background: #fff;
}

.suggest_content {
    text-align: center;
}

.suggest_content h2 {
    font-size: 36px;
    color: #2c3e50;
    margin-bottom: 15px;
    font-family: 'AzoSans-fonts';
    font-weight: 300;
}

.suggest_content p {
    font-size: 18px;
    color: #6c757d;
    margin-bottom: 40px;
}

/* ==========================================================================
   Loading Modal
   ========================================================================== */

.loading-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-content {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

.loading-spinner {
    font-size: 48px;
    color: #0057FF;
    margin-bottom: 20px;
}

.loading-text {
    font-size: 18px;
    color: #2c3e50;
    margin-bottom: 20px;
}

.loading-progress {
    margin-top: 20px;
}

.progress-bar {
    width: 100%;
    height: 8px;
    background: #e9ecef;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.progress-fill {
    height: 100%;
    background: #0057FF;
    width: 0%;
    transition: width 0.3s ease;
}

.progress-text {
    font-size: 14px;
    color: #6c757d;
}

/* ==========================================================================
   Popup Modals
   ========================================================================== */

.popup_modal_fl {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_modal_fl.hide {
    display: none;
}

.content_moadl_show {
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    position: relative;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
}

.popup_modal_fl .close_btn_md {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    width: 24px;
    height: 24px;
}

.popup_modal_fl .titles h3 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-family: 'AzoSans-fonts';
    font-weight: 300;
}

.popup_modal_fl .titles p {
    font-size: 16px;
    color: #6c757d;
    margin-bottom: 20px;
}

.popup_modal_fl .domain_lists p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 20px;
}

.popup_modal_fl .domain_lists ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.popup_modal_fl .domain_lists ul li {
    flex: 0 0 150px;
}

.popup_modal_fl .domain_lists ul li a img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.popup_modal_fl .domain_lists ul li a:hover img {
    opacity: 0.8;
}

/* ==========================================================================
   FontAwesome Icons (Custom Implementation)
   ========================================================================== */

.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-search:before {
    content: "\f002";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-spin {
    animation: fa-spin 2s infinite linear;
}

.fa-chevron-up:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 12px;
    background-image: url('../img/common/chevron-up.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.9;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
   Responsive Design
   ========================================================================== */

@media (max-width: 992px) {
    .main-menu ul li:last-child .sub-menu {
        left: auto;
        right: 0;
    }

    .navigatin .col-md-7 {
        margin-left: auto;
    }

    .col-lg-5 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .main-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
    }

    .banner_content_in h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .banner_content_in form .form-group {
        flex-direction: column;
        gap: 10px;
    }

    .banner_content_in form input[type="search"] {
        width: 100%;
        margin-bottom: 10px;
    }

    .banner_content_in form .btn {
        width: 100%;
        max-width: none;
        margin-left: 0;
        margin-top: 0;
    }

    .form_down_tx {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .single_d_name {
        width: calc(25% - 2px);
        font-size: 14px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .single_d_name:nth-child(4n) {
        margin-right: 0;
    }

    .single_d_name:nth-child(9n) {
        margin-right: 2px;
    }

    .single_username_list {
        width: calc(25% - 2px);
        font-size: 10px;
        margin-right: 2px;
        margin-bottom: 2px;
    }

    .single_username_list:nth-child(4n) {
        margin-right: 0;
    }

    .single_username_list:nth-child(9n) {
        margin-right: 2px;
    }

    .contact_area {
        padding: 50px 0;
    }

    .conatct_lefr_frm {
        margin-bottom: 40px;
    }

    .username_title h3 {
        font-size: 28px;
        line-height: 34px;
    }

    .suggest_content h2 {
        font-size: 28px;
    }

    .col-md-6,
    .col-md-7,
    .col-md-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .offset-md-1 {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .banner_content_in h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .single_d_name,
    .single_username_list {
        width: 48%;
        margin-right: 4%;
        font-size: 12px;
    }

    .single_d_name:nth-child(2n),
    .single_username_list:nth-child(2n) {
        margin-right: 2px;
    }

    .single_username_list {
        font-size: 9px;
    }

    .loading-content {
        padding: 30px 20px;
        margin: 20px;
    }

    .content_moadl_show {
        padding: 30px 20px;
        margin: 20px;
    }
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.w-100 {
    width: 100% !important;
}

.hide {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.underline_link {
    text-decoration: underline !important;
}

/* ==========================================================================
   Landing Page Specific Overrides
   ========================================================================== */

.namecheckup-footer {
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.namecheckup-footer__nav {
    margin-bottom: 12px;
    font-size: 14px;
    color: #0b1e40;
}

.namecheckup-footer__link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.namecheckup-footer__link:hover,
.namecheckup-footer__link:focus {
    color: #ff725e;
    text-decoration: underline;
}

.namecheckup-footer__divider {
    margin: 0 8px;
    color: rgba(11, 30, 64, 0.5);
}

.namecheckup-footer__copyright {
    margin: 0;
    font-size: 13px;
    color: rgba(11, 30, 64, 0.75);
}


/* ==========================================================================
   Back to Top Button (shared)
   ========================================================================== */

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.3);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}

.back-to-top.visible {
    transform: translateY(0);
    opacity: 1;
}

.back-to-top:hover {
    background: linear-gradient(135deg, #2980b9, #1f5582);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 152, 219, 0.4);
}
