/*
Theme Name: Sarabit Solutions
Theme URI: http://sarabitsolutions.com/
Author: Sarabit Team
Author URI: http://sarabitsolutions.com/
Description: A clean and responsive WordPress theme for IT services, website development, SEO, and consulting companies.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sarabit-solutions
Tags: responsive, bootstrap, business, seo, digital-marketing, consulting, custom-menu, full-width-template
*/

/* Add your custom styles below */

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #f8f9fa;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
}

.navbar-brand {
  font-weight: bold;
}

.slide-bg {
  height: 400px;
  background-size: cover;
  background-position: center;
}

.slide1 {
  background-color: #007bff;
}

.slide2 {
  background-color: #343a40;
}

.card h5 {
  font-weight: 600;
  margin-top: 10px;
}

footer a {
  transition: 0.3s;
}
footer a:hover {
  color: #0d6efd;
}

/* Contact Form Style */
form.wpcf7-form {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}

form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="email"],
form.wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 16px;
}

form.wpcf7-form textarea {
  resize: vertical;
}

form.wpcf7-form input[type="submit"],
form.wpcf7-form button {
  background-color: #007bff;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  transition: 0.3s ease;
}

form.wpcf7-form input[type="submit"]:hover,
form.wpcf7-form button:hover {
  background-color: #0056b3;
}



/* Contact Form Height Match */
#contact .wpcf7 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.navbar-nav .nav-link {
  color: #ffffff !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #ffd700 !important; /* Optional: gold on hover */
}


/* Make menu links fully white */
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff !important;
}

/* Optional: highlight on hover */
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #ffff66 !important;
}

/* Emphasize the active menu item */
.navbar-dark .navbar-nav .current-menu-item > a {
  color: #ffcc00 !important;
  font-weight: 600;
}






.hover-shadow:hover {
  transform: scale(1.03);
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15) !important;
}


.package-card {
  transition: all 0.3s ease;
  border-radius: 12px;
}
.package-card:hover {
  transform: translateY(-10px);
  filter: brightness(1.1);
  box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
}
.card-price {
  font-size: 2rem;
  font-weight: bold;
}



.pricing-card {
  transition: transform 0.3s ease;
  border-radius: 10px;
}
.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.card-header h4 {
  margin-bottom: 0;
}
.card-header h3 {
  font-size: 1.75rem;
}

