/*
Theme Name : Raksolution Official Theme

*/
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
}

.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

header {
  background: #0b3d91;
  color: #fff;
  padding: 15px 0;
}

header h1 {
  display: inline;
  font-size: 1.8em;
  margin: 0;
}

header h1 span {
  color: #00b4ff;
}

/*nav {
  float: right;
}*/

nav a {
  color: #fff;
  margin-left: 20px;
  text-decoration: none;
  font-weight: 500;
}

nav a:hover {
  color: #00b4ff;
}

.hero {  
  background: url("../raksolution-official-theme/assets/images/dashboard.jpg") center/cover no-repeat;
  color: white;
  text-align: center;
  padding: 100px 20px;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero h2 {
  font-size: 2.2em;
}

.btn {
  background: #00b4ff;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
}

.btn:hover {
  background: #0284c7;
}

.features, .products, .contact {
  padding: 60px 0;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.card, .feature {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card img {
  width: 100%;
  border-radius: 8px;
}

form {
  max-width: 500px;
  margin: 30px auto 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

input, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
}

footer {
  background: #0b3d91;
  color: white;
  text-align: center;
  padding: 15px 0;
  font-size: 0.9em;
}

footer a {
  color: #00b4ff;
  text-decoration: none;
}
.footer-bg {
  background: url(../raksolution-official-theme/assets/images/back_fade.png), linear-gradient(to bottom, #284497, #1A2024);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
}
.footer-bg .mb-3
{
  text-align: left;
}

 /* Custom styles for placeholders Services*/

.services-section {
background-color: #ffffff;
}

.service-card {
background: #fff;
border: 1px solid #e9ecef;
border-radius: 14px;
padding: 32px 24px;
transition: all 0.3s ease;
}

.service-card:hover {
transform: translateY(-8px);
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
border-color: #284394;
}
.service-card h5
{
color: #284394;
}

.service-icon {
width: 56px;
height: 56px;
border-radius: 12px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 24px;
}

.service-link {
display: inline-block;
margin-top: 10px;
font-weight: 600;
color: #284394;
text-decoration: none;
}

.service-link:hover {
text-decoration: underline;
}
h2
{
  color: #3B4C91;

}
.compact-card {
  border-radius: 12px;
}

.pos-img-compact {
  max-width: 280px;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.compact-card:hover { 
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  /*box-shadow: 0 10px 24px rgba(0,0,0,0.08);*/
  border-color: #284394;
}
.platform-swiper {
  width: 100%;
  overflow: hidden;
}

.platform-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.platform-swiper .swiper-slide {
  width: 280px !important;   /* FORCE slide width */
  flex-shrink: 0;
}
.swiper-slide h6
{
  color: #3B4C91;
  text-align: center;

}
.read-more-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;

  font-size: 14px;
  font-weight: 600;
  color: #0066cc;
  text-decoration: none;

  transition: all 0.3s ease;
}

.read-more-link:hover {
  color: #004999;
  text-decoration: underline;
}