@media (max-width: 768px) {
  .feature-description {
      font-size: 1rem;
      padding: 0px 15px 15px 0px;
  }
}
  .sicosal-media{
    color:rgb(124, 124, 124);
  } 
  .sicosal-media:hover{
    color: #f6c270;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .bac-navbar{
    color:rgb(124, 124, 124);

  }
  .bac-navbar:hover, .bac-navbar.active{
    color: #f6c270;

  }
  p{
    text-align: right;
  }
  .link-footer{
   display: block;
    color:rgb(124, 124, 124);
    margin-bottom: 10px;
    text-decoration: none;

  }
  .link-footer:hover{
    color: #f6c270;

  }
  a{
    text-decoration: none;
  }
  h5{
    text-align: right;
  }
  .mabutt {
    margin-bottom: 20px;
    margin-left: 5px;
    border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      
  }
 
  .about-rayzensoft{
    
  }
  /* .parent-cards{
    background-color: rgb(146, 180, 181);
  }
  .cards1{
    background-color: white;
    margin-top: 10px;
  } */
  @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap');

body, html {
  font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
  background: #f6f6f7;
  color: #232323;
  line-height: 1.9;
  direction: rtl;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
  font-weight: 900;
  color: #bfa76a;
  letter-spacing: 0.5px;
}

a {
  color: #bfa76a;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #8c7a4f;
  text-decoration: underline;
}

.mabutt, .feature-item, .team-item {
  background: #fff;
  border-radius: 20px !important;
  box-shadow: 0 4px 18px rgba(191, 167, 106, 0.07), 0 1.5px 6px rgba(0,0,0,0.03);
  border: 1.5px solid #ece6d9;
  margin-bottom: 24px;
  transition: box-shadow 0.3s, transform 0.2s;
  animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}
.mabutt:hover, .feature-item:hover, .team-item:hover {
  box-shadow: 0 8px 32px rgba(191, 167, 106, 0.13), 0 2px 8px rgba(0,0,0,0.05);
  transform: translateY(-4px) scale(1.02);
}



.btn, .btn-link {
  background: #ece6d9;
  color: #232323 !important;
  border: none;
  border-radius: 14px;
  font-size: 1.12em;
  font-weight: 700;
  padding: 10px 28px;
  box-shadow: 0 2px 8px rgba(191, 167, 106, 0.08);
  transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
}
.btn:hover, .btn-link:hover {
  background: #bfa76a;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(191, 167, 106, 0.13);
  transform: translateY(-2px) scale(1.04);
}

.fa-facebook-f, .fab.fa-facebook-f { color: #1877f3 !important; background: none; }
.fa-whatsapp, .fab.fa-whatsapp { color: #25d366 !important; background: none; }
.fa-youtube, .fab.fa-youtube { color: #ff0000 !important; background: none; }
.fa-linkedin-in, .fab.fa-linkedin-in { color: #0077b5 !important; background: none; }
.fa-twitter, .fab.fa-twitter { color: #1da1f2 !important; background: none; }

/* Override for social icons in header */
.social-icon .fa-facebook-f, 
.social-icon .fab.fa-facebook-f { color: white !important; }
.social-icon .fa-whatsapp, 
.social-icon .fab.fa-whatsapp { color: white !important; }
.social-icon .fa-youtube, 
.social-icon .fab.fa-youtube { color: white !important; }
.social-icon .fa-linkedin-in, 
.social-icon .fab.fa-linkedin-in { color: white !important; }
.social-icon .fa-twitter, 
.social-icon .fab.fa-twitter { color: white !important; }
.fa-envelope { color: #bfa76a !important; background: none; }
.fa-phone-alt { color: #bfa76a !important; background: none; }

.fa, .fab, .bi {
  font-size: 1.25em;
  transition: color 0.2s, transform 0.2s;
}
.fa:hover, .fab:hover, .bi:hover {
  filter: brightness(1.2);
  transform: scale(1.12) rotate(-4deg);
}

.container, .container-xxl {
  padding-top: 40px;
  padding-bottom: 40px;
}
.row.g-0, .row.g-4, .feature-row {
  margin-bottom: 24px;
}

h5 {
  font-size: 1.3em;
  color: #bfa76a;
  font-weight: 900;
  margin-bottom: 18px;
}

.footer {
  background: linear-gradient(90deg, #232323 0%, #bfa76a 100%) !important;
  color: #fff;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -2px 24px rgba(191, 167, 106, 0.09);
  padding-top: 36px;
  padding-bottom: 24px;
}
.footer h4, .footer a, .footer p {
  color: #fff !important;
}
.footer a:hover {
  color: #bfa76a !important;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #bfa76a;
  margin: 0 4px;
}
.carousel-indicators .active {
  background: #ece6d9;
  border-color: #bfa76a;
}

.back-to-top {
  background: #bfa76a;
  color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(191, 167, 106, 0.13);
  transition: background 0.2s, color 0.2s;
}
.back-to-top:hover {
  background: #8c7a4f;
  color: #fff;
}

img, .carousel-inner img {
  border-radius: 18px;
  box-shadow: 0 2px 8px rgba(191, 167, 106, 0.05);
}

.link-footer {
  color: #bfa76a !important;
  font-weight: 700;
  margin-bottom: 10px;
  transition: color 0.2s;
}
.link-footer:hover {
  color: #fff !important;
  text-decoration: underline;
}

small, .fs-5, .fs-4, .fs-7 {
  font-family: 'Tajawal', Arial, Helvetica, sans-serif !important;
}
p {
  margin-bottom: 1.3em;
  font-size: 1.12em;
}



.footer {
  background: linear-gradient(90deg, #232323 0%, #bfa76a 100%) !important;
  color: #fff;
  border-radius: 32px 32px 0 0;
  box-shadow: 0 -2px 24px rgba(191, 167, 106, 0.09);
  padding-top: 12px;
  padding-bottom: 8px;
  min-height: 60px;
}
.footer h4, .footer a, .footer p {
  color: #fff !important;
  margin-bottom: 8px;
  font-size: 1em;
}
.footer a:hover {
  color: #040404 !important;
}
.div-show{
    background-color: red;
    color: #0077b5;
    display: none;
}

@media (max-width: 767px) {
  .div-show {
    display: inline;
    justify-content: center;
    padding: 0px;
    margin: 0px;
  }
}

/* Footer Social Icons - New Style */
.footer .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%;
    margin-right: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.footer .social-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s;
}

.footer .social-icon:hover::before {
    left: 100%;
}

.footer .social-icon i {
    color: white !important;
    font-size: 18px;
    z-index: 1;
    position: relative;
}

.footer .social-icon:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.footer .social-icon.twitter-icon:hover {
    background: linear-gradient(135deg, #1da1f2, #0d8bd9);
}

.footer .social-icon.facebook-icon:hover {
    background: linear-gradient(135deg, #1877f3, #0d6efd);
}

.footer .social-icon.youtube-icon:hover {
    background: linear-gradient(135deg, #ff0000, #cc0000);
}

.footer .social-icon.whatsapp-icon:hover {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.footer .social-icon.linkedin-icon:hover {
    background: linear-gradient(135deg, #0077b5, #005885);
}


