:root {
  --primary: #007bff;
  --secondary: #c9a145;
  --accent: #e74c3c;
  --light: #f8f9fa;
  --dark: #212529;
  --gray: #6c757d;
  --transition: all 0.3s ease;
}

/*Trustees */
 .trusted-section {
      background: #f9f9f9;
      padding: 20px 0;
      overflow: hidden;
      position: relative;
    }

    .trusted-section h2 {
      text-align: center;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 20px;
      color: #333;
    }

    .logo-slider {
      display: flex;
      width: calc(200px * 18); /* 9 logos duplicated for seamless loop */
      animation: scroll 25s linear infinite;
    }

    .logo-slider img {
      width: 120px;
      height: 120px;
      margin: 0 30px;
      border-radius: 50%;
      object-fit: cover;
      background: #fff;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }

    .logo-container {
      display: flex;
    }

/* Business Registration Form Container */
#business-registration {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: var(--light);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Section Titles */
#business-registration h2 {
  color: var(--primary);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

/* Form Labels */
#business-registration .form-label {
  font-weight: 500;
}

/* Text, Number, Date, Email, File, Select, Textarea Styling */
#business-registration input[type="text"],
#business-registration input[type="email"],
#business-registration input[type="number"],
#business-registration input[type="date"],
#business-registration input[type="file"],
#business-registration select,
#business-registration textarea {
  width: 100%;
  padding: 0.6rem;
  margin-bottom: 1rem;
  border: 1px solid var(--gray);
  border-radius: 5px;
  transition: var(--transition);
}

/* Focus Styling */
#business-registration input:focus,
#business-registration select:focus,
#business-registration textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(26, 58, 95, 0.2);
}

/* Radio and Checkbox Inputs */
#business-registration input[type="radio"],
#business-registration input[type="checkbox"] {
  width: auto;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  appearance: auto !important;
}

/* Fix Bootstrap Form-Check Appearance */
#business-registration .form-check-input {
  margin-top: 0.3rem;
  appearance: auto !important;
}

/* Submit Button Styling */
#business-registration button[type="submit"] {
  background: var(--secondary);
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  transition: var(--transition);
}

#business-registration button[type="submit"]:hover {
  background: var(--accent);
}

/* Optional: Responsive */
@media (max-width: 768px) {
  #business-registration {
    padding: 1rem;
  }
}



        
       /* Only for jobs section */
    #jobs-section {
      padding: 40px;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f4f4f4;
      color: #111;
      border-radius: 10px;
      max-width: 1000px;
      margin: 40px auto;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    #jobs-section h2, #jobs-section h3 {
      text-align: center;
      margin-bottom: 20px;
    }

    select {
      padding: 10px;
      margin-bottom: 20px;
      width: 100%;
      max-width: 300px;
      border-radius: 5px;
      border: 1px solid #ccc;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      margin-bottom: 30px;
      background-color: #fff;
      color: #111;
      font-size: 15px;
    }

    th, td {
      padding: 12px 14px;
      border: 1px solid #000;
      text-align: left;
    }

    th {
      background-color: #000;
      color: #fff;
      font-weight: 600;
    }

    tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    form {
      margin-top: 30px;
    }

    form label {
      display: block;
      margin-bottom: 10px;
    }

    form input[type="text"],
    form input[type="email"],
    form input[type="file"] {
      width: 100%;
      max-width: 500px;
      padding: 10px;
      margin-top: 4px;
      margin-bottom: 15px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }

    form button {
      padding: 10px 20px;
      background-color: #000;
      color: #fff;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    form button:hover {
      background-color: #333;
    }

        
        body {
            background-color: #f5f7fa;
            color: var(--dark);
            line-height: 1.6;
        }
        
        .container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Header Styles */
        header {
            background-color: var(--primary);
            padding: 15px 0;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            position: relative;
            top: 1rem;
            z-index: 1000;
        }
        
        .header-container {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        
        .logo-img {
            height: 60px;
            width: 60px;
            background-color: var(--secondary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
        }
        
        .logo-text {
            color: Black;
            font-size: 24px;
            font-weight: bold;
        }
        
       
                    
        nav {
  position: relative;
}

#navList {
  display: none; /* Hide the list by default */
  list-style: none;
  gap: 25px;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

#navList.show {
  display: flex; /* Show the list when 'show' class is added */
  flex-direction: column;
}

nav a {
  color: black;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: var(--transition);
  padding: 5px 0;
  position: relative;
}

#navToggle {
  display: flex;
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 5px 0;
}
        
        .mobileMenuBtn {
            background: white;
            border: solid 1px;
            color: black;
            font-size: 24px;
            cursor: pointer;
        }
        
        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(26, 58, 95, 0.85), rgba(26, 58, 95, 0.85)), url('https://images.unsplash.com/photo-1495446815901-a7297e633e8d?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        .heroshop {
            background: linear-gradient(rgba(26, 58, 95, 0.85), rgba(26, 58, 95, 0.85)), url('https://images.pexels.com/photos/698323/pexels-photo-698323.jpeg') center/cover no-repeat;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        
        .heroweb {
            background: linear-gradient(rgba(26, 58, 95, 0.85), rgba(26, 58, 95, 0.85)), url('https://images.unsplash.com/photo-1607706189992-eae578626c86?q=80&w=870&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') center/cover no-repeat;
            color: white;
            padding: 100px 0;
            text-align: center;
        }
        .hero h1 {
            font-size: 48px;
            margin-bottom: 20px;
            animation: fadeInDown 1s;
        }
        
        .hero p {
            font-size: 20px;
            max-width: 700px;
            margin: 0 auto 30px;
            animation: fadeInUp 1s;
        }
        
        .btn {
            display: inline-block;
            padding: 12px 30px;
            background-color: black;
            color: white;
            text-decoration: none;
            border-radius: 4px;
            font-weight: 600;
            transition: var(--transition);
            border: none;
            cursor: pointer;
            font-size: 16px;
        }
        
        .btn:hover {
            background-color: #b08d3a;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }
        
        .btn-outline {
            background-color: transparent;
            border: 2px solid var(--secondary);
            margin-left: 15px;
        }
        
        .btn-outline:hover {
            background-color: var(--secondary);
        }
        
            #book-cover-design {
      font-family: Arial, sans-serif;
      padding: 40px 20px;
      max-width: 1000px;
      margin: auto;
      background-color: #fff;
      border: 1px solid #eee;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    #book-cover-design h2 {
      text-align: center;
      font-size: 28px;
      margin-bottom: 30px;
      color: #222;
    }

    .pricing {
      display: flex;
      justify-content: space-around;
      margin-bottom: 30px;
    }

    .pricing div {
      background: #f9f9f9;
      padding: 20px;
      border: 1px solid #ddd;
      flex: 1;
      margin: 0 10px;
      text-align: center;
    }

    .pricing div h3 {
      margin-top: 0;
      color: #333;
    }

    .benefits {
      margin-top: 30px;
    }

    .benefits h4 {
      margin-top: 20px;
      color: #333;
    }

    .benefits p {
      margin: 5px 0 15px;
      line-height: 1.6;
      color: #555;
    }
        
        /* Services Section */
        .section {
            padding: 80px 0;
        }
        
        .section-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title h2 {
            font-size: 36px;
            color: var(--primary);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
        }
        
        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 70px;
            height: 3px;
            background-color: var(--secondary);
        }
        
        .section-title p {
            color: var(--gray);
            max-width: 700px;
            margin: 20px auto 0;
        }
        
       .section-title ul {
  list-style-type: none;
  padding-left: 0;
}

.section-title ul li {
  padding: 8px 0;
  position: relative;
  padding-left: 25px;
}

.section-title ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #007bff;
  font-size: 20px;
  line-height: 1;
}
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-img {
            height: 200px;
            background-color: black;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 60px;
        }
        
        .service-content {
            padding: 25px;
        }
        
        .service-content h3 {
            margin-bottom: 15px;
            color: var(--primary);
        }
        
        .service-content p {
            margin-bottom: 20px;
            color: var(--gray);
        }
        
        
        /* Calculator Section */
        .calculator {
            background-color: rgb(32,144,195);
            border-radius: 10px;
            padding: 40px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            max-width: 800px;
            margin: 0 auto;
        }
        
        .calculator h3 {
            text-align: center;
            margin-bottom: 30px;
            color: var(--primary);
        }
        
        .form-group {
            margin-bottom: 25px;
        }
        
        .form-group label {
            display: block;
            margin-bottom: 8px;
            font-weight: 500;
        }
        
        .form-group input, 
        .form-group select {
            width: 100%;
            padding: 12px 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 16px;
            transition: var(--transition);
        }
        
        .form-group input:focus, 
        .form-group select:focus {
            border-color: var(--primary);
            outline: none;
            box-shadow: 0 0 0 3px rgba(26, 58, 95, 0.1);
        }
        
        .radio-group {
            display: flex;
            gap: 20px;
            margin-top: 10px;
        }
        
        .radio-option {
            display: flex;
            align-items: center;
            gap: 8px;
        }
        
        .radio-option input {
            width: auto;
        }
        
        .result-box {
            background-color: var(--light);
            padding: 25px;
            border-radius: 8px;
            margin-top: 30px;
            text-align: center;
        }
        
        .result-box h4 {
            margin-bottom: 15px;
            color: var(--primary);
        }
        
        .result-price {
            font-size: 32px;
            font-weight: bold;
            color: var(--secondary);
            margin: 10px 0;
        }
        
        /* Contact Section */
        .contact {
            background-color: white;
            color: black;
        }
        
        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .contact-info h3 {
            font-size: 24px;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
        }
        
        .contact-info h3::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background-color: var(--secondary);
        }
        
        .contact-details {
            margin-bottom: 30px;
        }
        
        .contact-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
        }
        
        .contact-item i {
            color: var(--secondary);
            font-size: 20px;
            min-width: 30px;
        }
        
        .social-links {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }
        
        .social-links a {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            background-color: rgba(32,144,195,01);
            border-radius: 50%;
            color: white;
            transition: var(--transition);
            font-size: 18px;
        }
        
        .social-links a:hover {
            background-color: var(--secondary);
            transform: translateY(-3px);
        }
        
        .contact-form {
            
          
            background-color: rgb(32,144,195);
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        
        .contact-form h3 {
            color: var(--primary);
            margin-bottom: 25px;
            text-align: center;
        }
        
        .form-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }
        
        .form-row .form-group {
            flex: 1;
            margin-bottom: 0;
        }
        
        textarea {
            width: 100%;
            height: 150px;
            padding: 15px;
            border: 1px solid #ddd;
            border-radius: 4px;
            resize: vertical;
            font-size: 16px;
        }
        
        /* Footer */
        footer {
            background-color: black;
            color: white;
            padding: 70px 0 20px;
        }
        
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 50px;
        }
        
        .footer-col h4 {
            color: white;
            margin-bottom: 25px;
            position: relative;
            padding-bottom: 15px;
            font-size: 20px;
        }
        
        .footer-col h4::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: var(--secondary);
        }
        
        .footer-links {
            list-style: none;
        }
        
        .footer-links li {
            margin-bottom: 15px;
        }
        
        .footer-links a {
            color: rgba(255, 255, 255, 0.7);
            text-decoration: none;
            transition: var(--transition);
            display: block;
        }
        
        .footer-links a:hover {
            color: var(--secondary);
            padding-left: 5px;
        }
        
        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            font-size: 14px;
        }
        
        /* Publishing Packages */
        .packages {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }
        
        .package-card {
            background: rgb(32,144,195);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
            position: relative;
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .package-header {
            background-color: var(--primary);
            color: white;
            padding: 25px;
            text-align: center;
        }
        
        .package-name {
            font-size: 24px;
            margin-bottom: 10px;
        }
        
        .package-price {
            font-size: 36px;
            font-weight: bold;
            margin-bottom: 15px;
            color: var(--secondary);
        }
        
        .package-features {
            padding: 25px;
        }
        
        .package-features ul {
            list-style: none;
        }
        
        .package-features li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .package-features li:last-child {
            border-bottom: none;
        }
        
        .package-features li i {
            color: var(--secondary);
        }
        
        .package-select {
            padding: 0 25px 25px;
            text-align: center;
        }
        
        .popular {
            position: absolute;
            top: 15px;
            right: 15px;
            background-color: black;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: bold;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .hero h1 {
                font-size: 40px;
            }
            
            .section {
                padding: 60px 0;
            }
            
            .form-row {
                flex-direction: column;
                gap: 20px;
            }
        }
        
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            
            nav ul {
                position: absolute;
                top: 90px;
                left: 0;
                background-color: var(--primary);
                width: 100%;
                flex-direction: column;
                align-items: center;
                padding: 20px 0;
                gap: 15px;
                transform: translateY(-150%);
                transition: var(--transition);
                box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            }
            
            nav ul.active {
                transform: translateY(0);
            }
            
            .hero h1 {
                font-size: 32px;
            }
            
            .hero p {
                font-size: 18px;
            }
            
            .section-title h2 {
                font-size: 30px;
            }
        }
        
        @media (max-width: 576px) {
            .hero {
                padding: 80px 0;
            }
            
            .btn {
                width: 100%;
                margin-bottom: 15px;
            }
            
            .btn-outline {
                margin-left: 0;
            }
        }
        
        /* Animations */
        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
    </style>