:root {
            --ssl-primary: #2DB584;
            --ssl-primary-dark: #249970;
            --ssl-primary-light: #3DD396;
            --ssl-secondary: #1a2332;
            --ssl-accent: #ff6b6b;
            --ssl-warning: #ffd93d;
            --ssl-success: #10b981;
            --ssl-text: #1a202c;
            --ssl-text-light: #4a5568;
            --ssl-text-muted: #718096;
            --ssl-bg: #f7fafc;
            --ssl-card: #ffffff;
            --ssl-border: #e2e8f0;
            --ssl-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --ssl-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
            --ssl-shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
body { 
  margin: 0; 
  padding: 0; 
  font-size: 15px; 
  font-family: 'Roboto', sans-serif;
  color: var(--ssl-text);
  background-color: var(--ssl-bg);
}
.wrapper { 
  width: 960px; margin: 0 auto; 
}

.clear { float: none; clear: both; }
.logo { padding: 20px 0;}
.content { margin-top: 20px; }
.content h1 { font-size: 30px; text-transform: uppercase; color: #29306c; margin: 0; font-family: 'Oswald', sans-serif; font-weight:normal;}
.content h2 { font-size: 18px; color: #53a446; margin: 0 0 20px; font-family: 'Oswald', sans-serif; font-weight:normal;}
.tool-txt p { line-height: 24px; margin: 0 0 15px; padding: 0; }
.form-wrap { width: 480px; padding-top: 10px; }
.formraw + .formraw { margin-top: 15px; }
.formraw label { display: block; font-size: 13px; font-weight: bold; margin-bottom: 3px; }
.formraw textarea, .formraw select, .formraw .inputtxt { border: 1px solid #CCC; padding: 10px; border-radius: 2px; width: 100%; box-sizing: border-box; }
.formraw .form-hint { display: block; font-size: 11px; color: #999; margin-top: 2px; }
.formraw input[type=submit] { border: none; color: #FFF; background: #29306c; text-transform: uppercase; padding: 10px 20px; cursor: pointer; font-family: 'Oswald', sans-serif; font-weight:normal;}
.formraw .error { font-size: 11px; color: #F00; font-weight: normal; margin-top: 5px; }
.formraw input.error { border: 1px solid #f00; }
.result-list { margin-bottom: 20px; }
.result-dtl { margin: 20px 0; border-top: 1px solid #CCC; padding-top: 20px; }
.result-dtl ul { margin: 0; padding: 0; list-style: none; }
.result-dtl ul li { line-height: 24px; position: relative; padding-left: 15px; font-size: 13px; }
.result-dtl ul li:before { content: "-"; position: absolute; left: 0; top: -1px; }
.result-dtl ul li span { font-weight: bold; }
.downarrow { text-align: center; padding: 20px 0; }
.result-box { border: 1px solid #CCC; padding: 15px; background: #f7f7f7; }
.result-box ul { float: left; width: 80%; }
.result-box p { float: right; margin-bottom: 0; }
.result-box textarea { border: none; height: 315px; width: 100%; word-break: keep-all; }
.errormsg { border: 1px solid #ca9195; margin: 15px 0; background: #fed2d3; padding: 10px 15px; color: #7a1c2a; line-height: 20px; font-size: 14px; display: block; }
.warningmsg { border: 1px solid #d9df63; margin: 15px 0; background: #fefccb; padding: 10px 15px; color: #737433; line-height: 20px; font-size: 14px; }
.succesmsg { border: 1px solid #a1da96; margin: 15px 0; background: #d4fecc; padding: 10px 15px; color: #377f2b; line-height: 20px; font-size: 14px; }
.infomsg { border: 1px solid #e7e07b; margin: 15px 0; background: #fffddf; padding: 10px 15px; color: #a7a14f; line-height: 20px; font-size: 14px; }
.errormsg span, .warningmsg span, .succesmsg span, .infomsg span { display: block; }

.warningmsg hr{border-top:solid 1px #737433;}

.home-box {float: left; width:33.3333%; padding:0 10px;box-sizing:border-box; margin-bottom:20px;}
.home-box .homeboxdtl{border:1px solid #CCC; border-radius: 3px; color: #fff; text-align: center; padding-top:10px;}
.home-box a{text-decoration:none; display:block;}
.home-box a:hover{text-decoration:none;}
.home-box a:visited{text-decoration:none;}
.home-box p { background: #29306c none repeat scroll 0 0; border-top: 1px solid #fff; color: #fff; display: block; font-family: 'Oswald', sans-serif; font-size:18px; letter-spacing: -0.011em; line-height:46px; margin: 0; padding: 0; text-align: center; font-weight:normal;}


.loader { display: none; height: 100px; width:100%; text-align:center; margin:0 auto;}
.loader > img{width:100px;}

.csrform{width:100%;}
.csrform .formraw{float:left; width:50%; padding:0 10px; box-sizing:border-box; margin:0 0 20px !important}

.csrform .fullraw{width:100%;}
.domainchecktbl{border: 1px solid #CCC; font-size:13px;}
.domainchecktbl tr:first-child{background: #dfdfdf; font-weight:bold;}
.domainchecktbl tr:first-child td{padding: 10px;}
.domainchecktbl tr td{padding:5px 10px;}
.domainchecktbl tr + tr td{border-top: 1px solid #CCC;}
.domainchecktbl tr td + td{border-left: 1px solid #CCC; text-align:center;}

@media only screen and (max-width:979px) {
.wrapper { width: 100%; padding: 0 10px; box-sizing: border-box; }
.logo img{width:100%;}
}

@media only screen and (max-width:767px) {
body { font-size: 13px; }
.content { padding-bottom: 15px; }
.content h1 { font-size: 20px; }
.content h2 { font-size: 16px; }
.result-box p { display: none; }
.result-box ul { width: 100%; }

.home-box{width:50%;}
.csrform .formraw{padding:0; width:100%;}
}

@media only screen and (max-width:480px) {
.form-wrap { width: 100%; }
    .sectionTitle{padding:0 0 5px 0}
    .tblreport td{word-wrap: break-word; word-break: break-all; }
}
@media only screen and (max-width:420px) {
	.home-box{width:100%;}
}
@media only screen and (max-width:360px) {
    .tblreport td{display:block;}
}


/***************
Added for Server Test
*/
.sectionTitle{text-align: left;font-size: 24px; font-weight: normal;padding:0 0 10px 0px;background: #f7f7f7;border-bottom: 1px solid #CCC;}
table.tblreport {width: 100%; margin: 0px; padding: 0px; margin-top: 0px; font-size: 12px; line-height: 20px;}
.tblhead{color: #53a446;font-weight: bold; padding:10px 0px; vertical-align: middle; border-bottom: 1px solid #CCC;font-size: 16px;}

.gdpr-txt {
  margin-top: 45px !important;
}
.nav-item {
  border: 1px solid #ccc;
  margin-right: 5px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.55);
  font-weight: 600;
}

        /* Desktop Navbar */
        .navbar {
            background: linear-gradient(to right, var(--ssl-card), var(--ssl-bg));
            box-shadow: var(--ssl-shadow-lg);
            transition: all 0.3s ease;
            padding: 10px 0;
            z-index: 1050;
        }
        
        .navbar.scrolled {
            padding: 5px 0;
            box-shadow: var(--ssl-shadow-xl);
        }
        
        .navbar-brand img {
            transition: all 0.3s ease;
            max-width: 150px;
        }
        
        .navbar.scrolled .navbar-brand img {
            max-width: 120px;
        }
        
        .nav-item {
            margin: 0 3px;
            position: relative;
        }
        
        .nav-link {
            color: var(--ssl-text) !important;
            font-weight: 500;
            padding: 10px 12px !important;
            border-radius: 4px;
            transition: all 0.3s ease;
            position: relative;
            display: flex;
            align-items: center;
            font-size: 0.95rem;
        }
        
        .nav-link i {
            margin-right: 6px;
            font-size: 16px;
        }
        
        .nav-link:hover {
            color: var(--ssl-primary) !important;
            background-color: rgba(45, 181, 132, 0.1);
        }
        
        .nav-link:hover::after {
            width: 100%;
            background-color: var(--ssl-primary);
        }
        
        .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 2px;
            background-color: var(--ssl-primary);
            transition: width 0.3s ease;
        }
        
        .nav-link.active {
            color: var(--ssl-primary) !important;
            font-weight: 600;
        }
        
        .nav-link.active::after {
            width: 100%;
            background-color: var(--ssl-primary);
        }
        
        /* Desktop Mega Menu */
        .mega-dropdown {
            position: static;
        }
        
        .mega-dropdown-menu {
            width: 100%;
            left: 0;
            right: 0;
            padding: 25px;
            border-radius: 0 0 8px 8px;
            margin-top: 10px;
            display: none;
            opacity: 0;
            transition: opacity 0.3s ease, transform 0.3s ease;
            background-color: var(--ssl-card);
            border-top: 2px solid var(--ssl-primary);
            transform: translateY(10px);
            box-shadow: var(--ssl-shadow-lg);
        }
        
        .mega-dropdown-menu.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }
        
        .mega-dropdown-menu .container {
            max-width: 1200px;
        }
        
        .mega-menu-section {
            margin-bottom: 15px;
        }
        
        .mega-menu-heading {
            font-weight: 600;
            color: var(--ssl-text);
            margin-bottom: 12px;
            font-size: 1rem;
            padding-bottom: 5px;
            border-bottom: 1px solid var(--ssl-border);
        }
        
        .mega-menu-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mega-menu-links li {
            margin-bottom: 8px;
        }
        
        .mega-menu-links a {
            color: var(--ssl-text-light);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.2s ease;
            display: flex;
            align-items: center;
            padding: 4px 0;
        }
        
        .mega-menu-links a i {
            margin-right: 8px;
            font-size: 14px;
            width: 18px;
            text-align: center;
        }
        
        .mega-menu-links a:hover {
            color: var(--ssl-primary);
        }
        
        .view-all-tools {
            text-align: center;
            margin-top: 20px;
            padding-top: 15px;
            border-top: 1px solid var(--ssl-border);
        }
        
        .view-all-tools a {
            color: var(--ssl-primary) !important;
            font-weight: 600;
            text-decoration: none;
        }
        
        .view-all-tools a:hover {
            text-decoration: underline;
        }
        
        /* Client Login button styling */
        .btn-client-login {
            background-color: var(--ssl-primary) !important;
            border: none;
            transition: all 0.3s ease;
        }
        
        .btn-client-login:hover {
            background-color: var(--ssl-primary-dark) !important;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(45, 181, 132, 0.3);
        }
        
        /* Mobile Hamburger */
        .mobile-menu-toggle {
            display: none;
            background: none;
            border: none;
            font-size: 1.5rem;
            color: var(--ssl-text);
            cursor: pointer;
            padding: 8px;
            transition: all 0.3s ease;
            z-index: 1060;
            position: relative;
        }
        
        .mobile-menu-toggle:hover {
            color: var(--ssl-primary);
        }
        
        .mobile-menu-toggle.active {
            color: var(--ssl-primary);
        }
        
        /* Mobile Side Menu */
        .mobile-sidenav {
            height: 100vh;
            width: 0;
            position: fixed;
            z-index: 1055;
            top: 0;
            left: 0;
            background: linear-gradient(180deg, var(--ssl-card) 0%, var(--ssl-bg) 100%);
            overflow-x: hidden;
            transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            box-shadow: var(--ssl-shadow-xl);
        }
        
        .mobile-sidenav.active {
            width: 300px;
        }
        
        .mobile-sidenav-header {
            padding: 20px;
            border-bottom: 1px solid var(--ssl-border);
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .mobile-sidenav-header img {
            max-width: 120px;
        }
        
        .mobile-close-btn {
            background: none;
            border: none;
            font-size: 1.8rem;
            color: var(--ssl-text);
            cursor: pointer;
            padding: 5px;
            transition: all 0.3s ease;
        }
        
        .mobile-close-btn:hover {
            color: var(--ssl-primary);
            transform: scale(1.1);
        }
        
        .mobile-nav-content {
            padding: 0;
            height: calc(100vh - 80px);
            overflow-y: auto;
        }
        
        .mobile-nav-item {
            border-bottom: 1px solid var(--ssl-border);
        }
        
        .mobile-nav-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 16px 20px;
            color: var(--ssl-text);
            text-decoration: none;
            font-size: 1rem;
            font-weight: 500;
            transition: all 0.3s ease;
            border: none;
            background: none;
            width: 100%;
            text-align: left;
        }
        
        .mobile-nav-link:hover {
            background: rgba(45, 181, 132, 0.1);
            color: var(--ssl-primary);
            padding-left: 25px;
        }
        
        .mobile-nav-link i {
            margin-right: 10px;
            font-size: 16px;
            width: 20px;
            text-align: center;
        }
        
        .mobile-nav-link.active {
            background: rgba(45, 181, 132, 0.15);
            color: var(--ssl-primary);
            border-left: 4px solid var(--ssl-primary);
        }
        
        /* Mobile Submenu */
        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            background: var(--ssl-bg);
            transition: max-height 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .mobile-submenu.active {
            max-height: 500px;
        }
        
        .mobile-submenu-section {
            padding: 15px 20px 10px;
        }
        
        .mobile-submenu-heading {
            font-size: 0.85rem;
            font-weight: 600;
            color: var(--ssl-text);
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-bottom: 10px;
            padding-bottom: 5px;
            border-bottom: 1px solid var(--ssl-border);
        }
        
        .mobile-submenu-links {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .mobile-submenu-links li {
            margin-bottom: 5px;
        }
        
        .mobile-submenu-links a {
            display: flex;
            align-items: center;
            padding: 8px 0;
            color: var(--ssl-text-light);
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.3s ease;
        }
        
        .mobile-submenu-links a i {
            margin-right: 8px;
            font-size: 14px;
            width: 16px;
            text-align: center;
        }
        
        .mobile-submenu-links a:hover {
            color: var(--ssl-primary);
            padding-left: 10px;
        }
        
        .mobile-dropdown-toggle {
            color: var(--ssl-text-muted);
            font-size: 14px;
            transition: transform 0.3s ease;
        }
        
        .mobile-dropdown-toggle.rotated {
            transform: rotate(180deg);
        }
        
        /* Mobile Overlay */
        .mobile-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(26, 35, 50, 0.5);
            z-index: 1054;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .mobile-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        /* Responsive Breakpoints */
        @media (max-width: 1199px) {
            .nav-link {
                padding: 8px 10px !important;
                font-size: 0.9rem;
            }
            
            .nav-link i {
                margin-right: 4px;
                font-size: 15px;
            }
        }
        
        @media (max-width: 991px) {
            .desktop-nav {
                display: none;
            }
            
            .mobile-menu-toggle {
                display: block;
            }
        }
        
        @media (min-width: 992px) {
            .mobile-menu-toggle,
            .mobile-sidenav,
            .mobile-overlay {
                display: none !important;
            }
        }
        
        .wrapper {
            padding-top: 90px;
            transition: all 0.3s ease;
        }
        
        .navbar.scrolled + .wrapper {
            padding-top: 80px;
        }
        
        .result-dtl {
            margin: 100px auto 0px;
            width: 600px;
            background: var(--ssl-card);
            padding: 30px;
            border-radius: 12px;
            box-shadow: var(--ssl-shadow-lg);
            border: 1px solid var(--ssl-border);
        }
        
        @media (max-width: 768px) {
            .result-dtl {
                width: 90%;
                margin: 50px auto 0;
                padding: 20px;
            }
        }
        
        /* Custom form styling */
        .form-control {
            border: 1px solid var(--ssl-border);
            border-radius: 8px;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: var(--ssl-primary);
            box-shadow: 0 0 0 0.2rem rgba(45, 181, 132, 0.25);
        }
        
        .btn-primary {
            background-color: var(--ssl-primary);
            border-color: var(--ssl-primary);
            transition: all 0.3s ease;
        }
        
        .btn-primary:hover {
            background-color: var(--ssl-primary-dark);
            border-color: var(--ssl-primary-dark);
        }
        
        .btn-secondary {
            background-color: var(--ssl-text-muted);
            border-color: var(--ssl-text-muted);
        }
        
        .btn-secondary:hover {
            background-color: var(--ssl-text);
            border-color: var(--ssl-text);
        }
        
        /* Alert styles */
        .alert-success {
            background-color: rgba(16, 185, 129, 0.1);
            border-color: var(--ssl-success);
            color: var(--ssl-success);
        }
        
        .alert-warning {
            background-color: rgba(255, 217, 61, 0.1);
            border-color: var(--ssl-warning);
            color: #d97706;
        }
        
        .alert-danger {
            background-color: rgba(255, 107, 107, 0.1);
            border-color: var(--ssl-accent);
            color: var(--ssl-accent);
        }
        
        /* Card styles */
        .card {
            background: var(--ssl-card);
            border: 1px solid var(--ssl-border);
            box-shadow: var(--ssl-shadow);
            transition: all 0.3s ease;
        }
        
        .card:hover {
            box-shadow: var(--ssl-shadow-lg);
        }
        
        .card-header {
            background-color: var(--ssl-bg);
            border-bottom: 1px solid var(--ssl-border);
        }