/* ===== Body LINKS STYLE =========================================================== */
body {
font-family: 'Poppins', sans-serif;
}

/* ===== RTL FIX ===== */
body.rtl .navbar .nav-link::after {
  left: auto;
  right: 0;
}

/* RTL support */
body.rtl .footer-links a:hover {
  padding-left: 0;
  padding-right: 5px;
}

body.rtl .footer-contact i {
  margin-right: 0;
  margin-left: 8px;
}
/* ===== Navbar LINKS STYLE =========================================================== */
.navbar .nav-link {
  position: relative;
  cursor: pointer;             
  color: #1a1a1a;
  font-weight: 500;
  padding: 8px 0;
  margin: 0 16px;
  transition: color 0.3s ease;
}

/* underline line */
.navbar .nav-link::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0d6efd;    
  transition: width 0.3s ease;
}

/* hover state */
.navbar .nav-link:hover {
  color: #0d6efd;
}

.navbar .nav-link:hover::after {
  width: 100%;
}

/* active (clicked / current page) */
.navbar .nav-link.active {
  color: #0d6efd;
  font-weight: 600;
}

.navbar .nav-link.active::after {
  width: 100%;
}

/* ===== Hero LINKS STYLE =========================================================== */
.hero {
background: url('../img/hero.png') center/cover no-repeat;
position: relative;
direction: ltr;
}

.hero .overlay {
position: absolute;
inset: 0;
background: linear-gradient(90deg,#0b0f2b 40%,rgba(11,15,43,.2));
}

.hero h1 {
font-size: 42px;
}

/* ===== About LINKS STYLE =========================================================== */

.about-section{
display:flex;
align-items:center;
gap:60px;
padding:80px 0;
}

.about-section.reverse{
flex-direction:row-reverse;
}

.about-text h2{
font-size:34px;
color:#0b1d51;
margin-bottom:20px;
}

.about-text p{
margin-bottom:15px;
line-height:1.7;
color:#555;
}

.about-images img{
width:100%;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,.1);
}

.grid-vision{
display:grid;

}
/* ===== Products LINKS STYLE =========================================================== */
.product-card {
background: #fff;
color: #111;
padding: 10px;
border-radius: 12px;
}

.product-card img {
width: 100%;
border-radius: 10px;
}
/* ===== Services LINKS STYLE =========================================================== */
.services {
/* background: linear-gradient(90deg,#0b0f2b,#1b1f5a); */
background: url('../img/our_services.png') center/cover no-repeat;
}

.service-box {
background: white;
padding: 20px;
border-radius: 12px;
text-align: center;
font-weight: 600;
margin: 20px;
}
/* ===== Get In Touch LINKS STYLE =========================================================== */
.get-in-touch {
  position: relative;
  background: url('../img/get_in_touch.png') center / cover no-repeat;
  color: #fff;
}

.get-in-touch .overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 16, 40, 0.75);
}

.get-in-touch-text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

.get-in-touch-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.6);
  color: #fff;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  transition: all 0.3s ease;
}

.get-in-touch-btn:hover {
  background: #fff;
  color: #0b1b3f;
}

.arrow-svg {
  transition: transform 0.3s ease;
}

.get-in-touch-btn:hover .arrow-svg {
  transform: translateX(6px);
}

html[dir="rtl"] .get-in-touch-btn {
  flex-direction: row-reverse;
}

html[dir="rtl"] .get-in-touch-btn:hover .arrow-svg {
  transform: translateX(-6px);
}

/* ===== Blogs LINKS STYLE =========================================================== */
.blog-card img {
width: 100%;
border-radius: 12px;
}
/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 80px 0;
}

.contact-form-box {
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  height: 100%;
}

.contact-form-box h2 {
  font-weight: 700;
}

.contact-form-box p {
  color: #666;
  margin-bottom: 25px;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
  margin-bottom: 15px;
  height: 48px;
  border-radius: 8px;
}

.contact-form-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  padding: 12px;
}

.contact-form-box button svg {
  transition: transform .3s ease;
}

.contact-form-box button:hover svg {
  transform: translateX(5px);
}

/* ===== INFO ===== */
.contact-info {
  display: flex;
  gap: 30px;
  margin-top: 25px;
}

.contact-info div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info img {
  width: 20px;
  filter: invert(1);
}

/* ===== MAP ===== */
.map-box {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background: #0b0f4c;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
/* ===== INNER HERO ===== */
.inner-hero {
  min-height: 45vh;
  display: flex;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
}

.services-hero {
  background:
    linear-gradient(to right, #070f46e6, #070f4680),
    url("../img/services-hero.jpg");
}

/* ===== CARDS ===== */
.inner-section {
  padding: 80px 0;
}

.service-card {
  background: #fff;
  padding: 35px;
  border-radius: 16px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 30px rgba(0,0,0,.07);
  transition: .3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  width: 50px;
  margin-bottom: 20px;
}
.hero-services {
  background: url("../images/services/hero.jpg") center/cover no-repeat;
  height: 420px;
  position: relative;
}

.hero-overlay {
  background: linear-gradient(to right, #0b0e5a, rgba(11,14,90,0.3));
  height: 100%;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #fff;
  padding: 0 80px;
  max-width: 600px;
}

.filter-band {
  display: flex;
  gap: 24px;
  padding: 20px 80px;
  border-bottom: 1px solid #eee;
}

.filter-btn {
  background: none;
  border: none;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.filter-btn.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: #0b0e5a;
}

.services-section {
  padding: 60px 80px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: transform .3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.service-card h3 {
  font-size: 16px;
  margin: 16px;
}

.service-card p {
  font-size: 14px;
  color: #666;
  margin: 0 16px 16px;
}

/* ............................................................ */
.products-hero {
  background:
    linear-gradient(to right, #070f46e6, #070f4680),
    url("../img/products-hero.jpg");
}

.product-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
}

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-body {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* /////////////// */
.blog-hero {
  background:
    linear-gradient(to right, #070f46e6, #070f4680),
    url("../img/blog-hero.jpg");
}

.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0,0,0,.08);
  margin: 8px;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-body {
  padding: 20px;
}

.blog-body .date {
  font-size: 13px;
  color: #888;
}

/* ===== RTL SUPPORT ===== */
body.rtl .contact-form-box,
body.rtl .contact-info {
  text-align: right;
}
/* ===== Footer LINKS STYLE =========================================================== */
.site-footer {
  background: #0b2c3d;
  color: #cfd8dc;
  padding: 60px 0 20px;
  font-size: 14px;
}

.site-footer h6 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
}

.site-footer p {
  line-height: 1.7;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
}

.footer-links a,
.footer-contact a {
  color: #cfd8dc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #4fc3f7;
  padding-left: 5px;
}

.footer-contact i {
  margin-right: 8px;
  color: #4fc3f7;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #fff;
  margin-right: 8px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #4fc3f7;
  color: #0b2c3d;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 15px;
  margin-top: 30px;
  font-size: 13px;
}

.footer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 38px;
  height: 38px;

  border: 1px solid #fff;
  border-radius: 50%;

  color: #fff;
  transition: all 0.3s ease;
}

.footer-icon svg {
  width: 18px;
  height: 18px;
}

.footer-icon:hover {
  background: #fff;
  color: #0b2c3d;
}
.contact-icon {
  width: 18px;
  height: 18px;
  stroke: #4fc3f7;
  margin-right: 8px;
}
body.rtl .contact-icon {
  margin-right: 0;
  margin-left: 8px;
}
.icon {
  width: 20px;
  height: 20px;
  color: #fff;
filter: invert(1);
}
.social-link {
  color: white;
}

.social-link:hover {
  color: #0d6efd; /* Bootstrap primary */
}


