
/* Navbar Gradient */
        .gradient-navbar {
            background: linear-gradient(to right, #2da5d8, #0b6fa4);
        }

        .gradient-navbar .nav-link,
        .gradient-navbar .navbar-brand {
            color: #ffffff;
        }

        .gradient-navbar .nav-link:hover {
            color: #e2e21f;
        }


        body {
            font-family: Arial, sans-serif;
            font-size: 12px;
        }

/* hostagr title and animation */
        .hero-title {
            font-family: "Segoe UI", "Helvetica Neue", "Arial", "Verdana", sans-serif;
            font-size: 26px;
            font-weight: 700;
            line-height: 1.2;
        }

        /* Brand animation */
        .brand-animate {
            display: inline-block;
            color: #e7e40b;
            animation: slideFade 2.5s ease-in-out infinite;
        }

        @keyframes slideFade {
            0% {
                opacity: 0;
                transform: translateY(10px);
            }
            50% {
                opacity: 1;
                transform: translateY(0);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
            }
        }


/* Hero Section */
        .hero-section {
            height: 250px;
            background: linear-gradient(
                rgba(11, 111, 164, 0.92),
                rgba(11, 111, 164, 0.92)
            ),
            url('https://images.unsplash.com/photo-1518770660439-4636190af475')
            center / cover no-repeat;

            display: flex;
            align-items: center;
            overflow: hidden;
        }

        /* Text container spacing */
        .hero-content {
            padding: 10px 0;
        }

        /* Heading */
        .hero-section h1 {
            font-size: 20px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        /* Subtitle */
        .hero-section p {
            font-size: 12px;
            margin-bottom: 10px;
            opacity: 0.95;
        }

        /* Button */
        .hero-section .btn {
            padding: 6px 14px;
            font-size: 13px;
            border-radius: 20px;
        }

        /* Image */
        .hero-image {
            max-width: 180px;
            animation: float 3s ease-in-out infinite;
        }

        /* Floating animation */
        @keyframes float {
            0% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
            100% { transform: translateY(0); }
        }

/* hosting plans */
        #hosting-plans h2 {
            font-size: 24px;
            font-weight: 700;
            letter-spacing: 0.5px;
        }

        #hosting-plans p.text-muted {
            font-size: 14px;
        }

        /* Card headers */
        #hosting-plans .card-header {
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 0.6px;
            padding: 10px;
        }

        /* Feature list text */
        #hosting-plans .card-body p {
            font-size: 12px;
            margin-bottom: 6px;
            line-height: 1.4;
        }

        /* Highlight keywords */
        #hosting-plans .card-body strong {
            font-size: 12px;
            color: #0b6fa4;
        }

        /* Price text */
        #hosting-plans .card-footer h5 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 6px;
        }

        /* Buttons */
        #hosting-plans .btn {
            font-size: 12px;
            padding: 6px 16px;
            border-radius: 18px;
        }

        /* Hover effect refinement */
        #hosting-plans .card {
            transition: all 0.25s ease;
        }

        #hosting-plans .card:hover {
            transform: translateY(-6px);
            box-shadow: 0 8px 24px rgba(0,0,0,0.12);
        }


/* ===== Common Section Styling ===== */
        .section-card {
            background: #ffffff;
            border-radius: 10px;
            box-shadow: 0 6px 20px rgba(0,0,0,0.08);
            height: 100%;
        }

        /* Headings */
        .section-title {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 12px;
            color: #0b6fa4;
        }

        /* Sidebar headings */
        .sidebar-title {
            background: linear-gradient(to right, #0b6fa4, #2da5d8);
            color: #fff;
            padding: 8px 12px;
            font-size: 13px;
            font-weight: 600;
            border-radius: 6px;
        }

        /* Sidebar list */
        .sidebar-list li {
            font-size: 13px;
            padding: 4px 0;
            color: #444;
        }

        .sidebar-list li::before {
            content: "➜";
            color: #0b6fa4;
            margin-right: 6px;
        }

        /* Feature list */
        .feature-list li {
            font-size: 12px;
            padding: 5px 0;
        }

        .feature-list li::before {
            content: "✔";
            color: #28a745;
            margin-right: 8px;
        }

        /* Domain table */
        .domain-table td {
            font-size: 13px;
            padding: 8px;
        }
        /* domain-logo */
        .domain-logo {
            width: 18px;
            height: 18px;
            vertical-align: middle;
            margin-right: 6px;
        }


        /* Domain search input */
        .domain-search-box input {
            max-width: 300px;
            display: inline-block;
        }

        /* Footer */
        footer {
            background: #0b6fa4;
            color: #fff;
        }

        footer small {
            opacity: 0.9;
        }

/* all div boarders */
        .host-card {
            border: 1px solid #cfd8dc; /* soft gray border */
        }

        /* .hostagar-section .row > div {
            border: 1px dashed #b0bec5;
            padding: 5px;
            border-radius: 8px;
        } */

/* domain search input */
        .col-md-6{
            background: #e6f0fa; /* light blue background */
            /* padding: 12px 15px;
            border-radius: 8px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 10px; */
        }

        .domain-search-inline input {
            max-width: 320px;
            flex: 1;
        }

        .domain-search-inline button {
            white-space: nowrap;
        }
  

/* Hosting blade.css */
         .hero-section h1 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        /* Subtitle */
        .hero-section p {
            font-size: 12px;
            margin-bottom: 10px;
            opacity: 0.95;
        }


        footer { background: #0b6fa4; color: #fff; }
        footer small { opacity: 0.9; }

        .host-card { background: #ffffff; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
        .sidebar-title { background: linear-gradient(to right, #0b6fa4, #2da5d8); color: #fff; padding: 8px 12px; font-size: 12px; font-weight: 600; border-radius: 6px; }
        .sidebar-list li { font-size: 11px; padding: 4px 0; color: #444; }
        .sidebar-list li::before { content: "➜"; color: #0b6fa4; margin-right: 6px; }
        .card-header { font-size: 12px; font-weight: 700; padding: 10px; }
        .card-body p { font-size: 11px; margin-bottom: 6px; }
        .card-footer h5 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
        .card { transition: all 0.25s ease; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }
        .btn { font-size: 12px; padding: 6px 16px; border-radius: 18px; }

/* domain.blade.css */
            .hero-section h1 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        /* Subtitle */
        .hero-section p {
            font-size: 12px;
            margin-bottom: 10px;
            opacity: 0.95;
        }


        footer { background: #0b6fa4; color: #fff; }
        footer small { opacity: 0.9; }

        .host-card { background: #ffffff; border-radius: 10px; box-shadow: 0 6px 20px rgba(0,0,0,0.08); }
        .sidebar-title { background: linear-gradient(to right, #0b6fa4, #2da5d8); color: #fff; padding: 8px 12px; font-size: 13px; font-weight: 600; border-radius: 6px; }
        .sidebar-list li { font-size: 13px; padding: 4px 0; color: #444; }
        .sidebar-list li::before { content: "➜"; color: #0b6fa4; margin-right: 6px; }
        .domain-table td { font-size: 14px; padding: 8px; }
        .domain-search-inline input { max-width: 320px; flex: 1; }
        .domain-search-inline button { white-space: nowrap; }
        .section-title { font-size: 18px; font-weight: 700; margin-bottom: 12px; color: #0b6fa4; }

/* contact.blade.css */
        .hero-section h1 {
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            margin-bottom: 6px;
        }

        /* Subtitle */
        .hero-section p {
            font-size: 12px;
            margin-bottom: 10px;
            opacity: 0.95;
        }



        /* Contact Card */
        .host-card {
            background: #ffffff;
            border-radius: 12px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            padding: 40px 30px;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .host-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }

        .host-card h4 {
            font-size: 26px;
            color: #0b6fa4;
            margin-bottom: 0px;
            font-weight: 700;
        }

        .host-card .form-control {
            border: 1px solid #ccc;
            border-radius: 8px;
            padding: 12px 15px;
            font-size: 14px;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .host-card .form-control:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 8px rgba(46,125,50,0.25);
            outline: none;
        }

        .host-card textarea.form-control {
            resize: none;
        }

        .host-card .btn-primary {
            background: linear-gradient(90deg, #2da5d8, #0b6fa4);
            border: none;
            border-radius: 8px;
            padding: 14px 0;
            font-size: 14px;
            font-weight: 600;
            transition: background 0.3s ease, transform 0.2s ease;
        }

        .host-card .btn-primary:hover {
            background: linear-gradient(90deg, #0b6fa4, #2da5d8);
            transform: translateY(-2px);
        }

        /* Page Header */
        .page-header {
            background: linear-gradient(to right, #2da5d8, #0b6fa4);
            color: #fff;
            padding: 60px 0;
            text-align: center;
            margin-bottom: 40px;
            border-radius: 12px;
        }

        .page-header h1 {
            font-size: 30px;
            font-weight: 700;
        }

        .page-header p {
            font-size: 16px;
            margin-top: 10px;
        }

        /* Footer */
        footer {
            background: #0b6fa4;
            color: #fff;
        }

        footer small {
            opacity: 0.9;
        }

        footer a {
            color: #ffd700;
            font-weight: 500;
        }

        footer a:hover {
            color: #ffeb3b;
            text-decoration: underline;
        }

        @media (max-width: 767px) {
            .host-card { padding: 30px 20px; }
            .page-header h1 { font-size: 28px; }
            .page-header p { font-size: 16px; }
        }

/* login.blade.css */
        
        /* Login Card */
        .login-card {
            background: #fff;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 8px 25px rgba(0,0,0,0.12);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .login-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(0,0,0,0.15);
        }

        .login-card h3 {
            font-weight: 700;
            color: #0b6fa4;
            margin-bottom: 30px;
            text-align: center;
        }

        .login-card .form-control {
            border-radius: 8px;
            padding: 12px 15px;
            margin-bottom: 20px;
            font-size: 14px;
            border: 1px solid #ccc;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .login-card .form-control:focus {
            border-color: #2e7d32;
            box-shadow: 0 0 8px rgba(46,125,50,0.25);
            outline: none;
        }

        .login-card .btn-primary {
            width: 100%;
            background: linear-gradient(90deg, #2da5d8, #0b6fa4);
            border: none;
            border-radius: 8px;
            padding: 14px 0;
            font-weight: 600;
            transition: background 0.3s ease, transform 0.2s ease;
        }

        .login-card .btn-primary:hover {
            background: linear-gradient(90deg, #0b6fa4, #2da5d8);
            transform: translateY(-2px);
        }

        /* Page Header */
        .page-header {
            background: linear-gradient(to right, #2da5d8, #0b6fa4);
            color: #fff;
            padding: 60px 0;
            text-align: center;
            margin-bottom: 40px;
            border-radius: 12px;
        }

        .page-header h1 {
            font-size: 36px;
            font-weight: 700;
        }

        .page-header p {
            font-size: 18px;
            margin-top: 10px;
        }

        /* Footer */
        footer {
            background: #0b6fa4;
            color: #fff;
        }

        footer small {
            opacity: 0.9;
        }

        footer a {
            color: #ffd700;
            font-weight: 500;
        }

        footer a:hover {
            color: #ffeb3b;
            text-decoration: underline;
        }

        @media (max-width: 767px) {
            .login-card { padding: 30px 20px; }
            .page-header h1 { font-size: 28px; }
            .page-header p { font-size: 16px; }
        }


