/* ==========================================================================
   Premium CTA Section Card Styles (Ayn Networks Riyadh Redesign)
   ========================================================================== */
/* new.css */
/*.fun-facts {*/
/*  padding: 100px 0;*/
/*  background-color: #f8fbff;*/
/*  position: relative;*/
/*  z-index: 1;*/
/*}*/

/*.fun-box {*/
/*  background: #ffffff;*/
/*  border-radius: 12px;*/
/*  padding: 40px 30px;*/
/*  text-align: center;*/
/*  transition: all 0.4s ease-in-out;*/
/*  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  z-index: 2;*/
/*  border: 1px solid #eef2f6;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: flex-start;*/
/*}*/

/*.fun-box::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 4px;*/
/*  background-color: #F9CF01;*/
  /* Yellow branding color */
/*  transform: scaleX(0);*/
/*  transform-origin: right;*/
/*  transition: transform 0.4s ease-in-out;*/
/*}*/

/*.fun-box:hover::after {*/
/*  transform: scaleX(1);*/
/*  transform-origin: left;*/
/*}*/

/*.fun-box:hover {*/
/*  transform: translateY(-10px);*/
/*  box-shadow: 0 15px 40px rgba(0, 47, 93, 0.1);*/
/*  border-color: transparent;*/
/*}*/

/* Icon Styles */
/*.fun-icon {*/
/*  font-size: 75px;*/
/*  margin-bottom: 25px;*/
/*  display: inline-block;*/
/*  color: #002F5D;*/
  /* Navy branding color */
/*  transition: transform 0.4s ease, color 0.4s ease;*/
/*}*/

/*.fun-box:hover .fun-icon {*/
/*  transform: scale(1.1);*/
/*  color: #F9CF01;*/
  /* Yellow on hover */
/*}*/

/*.fun-box h3 {*/
/*  font-size: 24px;*/
/*  font-weight: 700;*/
/*  margin-bottom: 12px;*/
/*  color: #002F5D;*/
  /* Navy branding color */

/*}*/

/*.fun-box p {*/
/*  font-size: 18px;*/
/*  color: #666666;*/
/*  line-height: 1.6;*/
/*  margin: 0;*/

/*}*/

/* Mobile & Tablet Optimization */
/*@media (max-width: 575px) {*/
/*  .fun-facts {*/
/*    padding: 60px 0;*/
/*  }*/

/*  .fun-box {*/
/*    padding: 30px 20px;*/
/*  }*/
/*}*/

/* ==========================================
   Zayn Technology Premium Footer Styles
   ========================================== */

/*:root {*/
/*  --zayn-footer-bg: #09101d;*/
  /* Premium deep space/navy blue */
/*  --zayn-footer-border: rgba(255, 255, 255, 0.06);*/
/*  --zayn-text-primary: #ffffff;*/
/*  --zayn-text-secondary: #94a3b8;*/
  /* Cool gray slate */
/*  --zayn-accent-blue: #2563eb;*/
  /* Modern Ubiquiti Blue */
/*  --zayn-accent-gradient: linear-gradient(135deg, #2563eb, #38bdf8);*/
/*  --zayn-font-primary: 'Outfit', 'DM Sans', sans-serif;*/
/*}*/

/*.zayn-footer {*/
/*  background-color: var(--zayn-footer-bg);*/
/*  position: relative;*/
/*  font-family: var(--zayn-font-primary);*/
/*  color: var(--zayn-text-secondary);*/
/*  overflow: hidden;*/
/*  border-top: 1px solid var(--zayn-footer-border);*/
/*}*/

/* Subtle ambient glow effect in the footer background */
/*.zayn-footer::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: -150px;*/
/*  right: -150px;*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  background: radial-gradient(circle, rgba(37, 99, 235, 0.1) 0%, rgba(37, 99, 235, 0) 70%);*/
/*  pointer-events: none;*/
/*  z-index: 1;*/
/*}*/

/*.zayn-footer::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: -150px;*/
/*  left: -150px;*/
/*  width: 400px;*/
/*  height: 400px;*/
/*  background: radial-gradient(circle, rgba(56, 189, 248, 0.08) 0%, rgba(56, 189, 248, 0) 70%);*/
/*  pointer-events: none;*/
/*  z-index: 1;*/
/*}*/

/*.zayn-footer-top {*/
/*  padding: 100px 0 60px 0;*/
/*  position: relative;*/
/*  z-index: 2;*/
/*}*/

/*.zayn-footer .footer-widget {*/
/*  position: relative;*/
/*}*/

/* Logo and Description styling */
/*.zayn-footer .footer-logo {*/
/*  display: inline-block;*/
/*  margin-bottom: 25px;*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.zayn-footer .footer-logo:hover {*/
/*  transform: translateY(-2px);*/
/*}*/

/*.zayn-footer .footer-logo .logo-img {*/
/*  max-width: 180px;*/
/*  height: auto;*/
/*  filter: brightness(1) contrast(1.1);*/
/*}*/

/*.zayn-footer .footer-desc {*/
/*  font-size: 16px;*/
/*  line-height: 1.6;*/
/*  color: var(--zayn-text-secondary);*/
/*  margin-bottom: 30px;*/
/*  text-align: justify;*/
/*}*/

/* Social Buttons styling */
/*.zayn-footer .social-links {*/
/*  display: flex;*/
/*  gap: 12px;*/
/*}*/

/*.zayn-footer .social-btn {*/
/*  width: 42px;*/
/*  height: 42px;*/
/*  border-radius: 50%;*/
/*  background: rgba(255, 255, 255, 0.03);*/
/*  border: 1px solid var(--zayn-footer-border);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: var(--zayn-text-primary);*/
/*  font-size: 15px;*/
/*  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  z-index: 1;*/
/*}*/

/*.zayn-footer .social-btn::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 100%;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: var(--zayn-accent-gradient);*/
/*  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*  z-index: -1;*/
/*}*/

/*.zayn-footer .social-btn:hover::before {*/
/*  transform: translateY(-100%);*/
/*}*/

/*.zayn-footer .social-btn:hover {*/
/*  color: #ffffff;*/
/*  border-color: transparent;*/
/*  transform: translateY(-4px);*/
/*  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);*/
/*}*/

/* Widget Title styling */
/*.zayn-footer .widget-title {*/
/*  color: var(--zayn-text-primary);*/
/*  font-size: 20px;*/
/*  font-weight: 700;*/
/*  margin-bottom: 30px;*/
/*  position: relative;*/
/*  padding-bottom: 12px;*/
/*}*/

/*.zayn-footer .widget-title::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 40px;*/
/*  height: 3px;*/
/*  background: var(--zayn-accent-gradient);*/
/*  border-radius: 2px;*/
/*}*/

/* Links Widget styling */
/*.zayn-footer .widget-links {*/
/*  list-style: none;*/
/*  padding: 0;*/
/*  margin: 0;*/
/*}*/

/*.zayn-footer .widget-links li {*/
/*  margin-bottom: 15px;*/
/*}*/

/*.zayn-footer .widget-links li a {*/
/*  color: var(--zayn-text-secondary);*/
/*  font-size: 16px;*/
/*  text-decoration: none;*/
/*  display: inline-flex;*/
/*  align-items: center;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.zayn-footer .widget-links li a i {*/
/*  font-size: 11px;*/
/*  margin-right: 8px;*/
/*  transition: transform 0.3s ease;*/
/*}*/

/*.zayn-footer .widget-links li a:hover {*/
/*  color: #38bdf8;*/
  /* Lighter blue */
/*}*/

/*.zayn-footer .widget-links li a:hover i {*/
/*  transform: translateX(4px);*/
/*  color: #38bdf8;*/
/*}*/

/* Contact Widget styling */
/*.zayn-footer .contact-items {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 20px;*/
/*}*/

/*.zayn-footer .contact-item {*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*  gap: 15px;*/
/*}*/

/*.zayn-footer .contact-icon {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border-radius: 10px;*/
/*  background: rgba(37, 99, 235, 0.08);*/
/*  border: 1px solid rgba(37, 99, 235, 0.15);*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  color: #38bdf8;*/
/*  font-size: 16px;*/
/*  flex-shrink: 0;*/
/*  transition: all 0.3s ease;*/
/*}*/

/*.zayn-footer .contact-item:hover .contact-icon {*/
/*  background: var(--zayn-accent-gradient);*/
/*  color: #ffffff;*/
/*  transform: scale(1.05);*/
/*  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);*/
/*}*/

/*.zayn-footer .contact-info {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 4px;*/
/*}*/

/*.zayn-footer .contact-info span {*/
/*  font-size: 13px;*/
/*  color: rgba(255, 255, 255, 0.4);*/
/*  text-transform: uppercase;*/
/*  letter-spacing: 0.5px;*/
/*}*/

/*.zayn-footer .contact-info a {*/
/*  color: var(--zayn-text-primary);*/
/*  font-size: 16px;*/
/*  text-decoration: none;*/
/*  font-weight: 500;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.zayn-footer .contact-info a:hover {*/
/*  color: #38bdf8;*/
/*}*/

/* Footer Bottom styling */
/*.zayn-footer-bottom {*/
/*  padding: 30px 0;*/
/*  border-top: 1px solid var(--zayn-footer-border);*/
/*  position: relative;*/
/*  z-index: 2;*/
/*  background-color: rgba(0, 0, 0, 0.15);*/
/*}*/

/*.zayn-footer-bottom .bottom-wrapper {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*  align-items: center;*/
/*  flex-wrap: wrap;*/
/*  gap: 20px;*/
/*}*/

/*.zayn-footer-bottom .copyright-text {*/
/*  font-size: 14px;*/
/*  color: rgba(255, 255, 255, 0.5);*/
/*  margin: 0;*/
/*}*/

/*.zayn-footer-bottom .bottom-links {*/
/*  display: flex;*/
/*  gap: 25px;*/
/*}*/

/*.zayn-footer-bottom .bottom-links a {*/
/*  font-size: 14px;*/
/*  color: rgba(255, 255, 255, 0.5);*/
/*  text-decoration: none;*/
/*  transition: color 0.3s ease;*/
/*}*/

/*.zayn-footer-bottom .bottom-links a:hover {*/
/*  color: #38bdf8;*/
/*}*/

/* Responsive Breakpoints */
/*@media (max-width: 991px) {*/
/*  .zayn-footer-top {*/
/*    padding: 80px 0 40px 0;*/
/*  }*/

/*  .zayn-footer .widget-title {*/
/*    margin-bottom: 20px;*/
/*    margin-top: 10px;*/
/*  }*/
/*}*/

/*@media (max-width: 767px) {*/
/*  .zayn-footer-bottom .bottom-wrapper {*/
/*    flex-direction: column;*/
/*    text-align: center;*/
/*  }*/

/*  .zayn-footer-bottom .bottom-links {*/
/*    justify-content: center;*/
/*  }*/
/*}*/

/* ==========================================
   Authorized Supplier & Why Choose Ayn Networks Styles
   ========================================== */

/* Spacing Reset & Overrides */
/*.why-chooseus-area.rts-section-gapTop {*/
/*    padding-top: 100px;*/
/*    padding-bottom: 50px;*/
/*}*/

/*.why-chooseus-area {*/
/*    background: linear-gradient(180deg, #ffffff 0%, rgba(36, 157, 212, 0.03) 50%, #ffffff 100%);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*}*/

/*.why-chooseus-area .floating-div-23 {*/
/*    width: 100% !important;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.why-chooseus-area .title-style-five .pre {*/
/*    color: #249DD4;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    background: rgba(36, 157, 212, 0.1);*/
/*    padding: 6px 16px;*/
/*    border-radius: 50px;*/
/*    display: inline-block;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.why-chooseus-area .title-style-five .title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 38px;*/
/*    font-weight: 800;*/
/*    color: #0b1b2b;*/
/*    line-height: 1.3;*/
/*    margin-top: 10px;*/
/*}*/

/*.why-chooseus-area .why-choose-8-wrapper-content p.disc {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 16px;*/
/*    line-height: 1.8;*/
/*    color: #4b5563;*/
/*    text-align: justify;*/
/*    margin-top: 25px;*/
/*}*/

/*.why-chooseus-area .img-wrapper {*/
/*    position: relative;*/
/*    border-radius: 25px;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);*/
/*    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*}*/

/*.why-chooseus-area .img-wrapper:hover {*/
/*    transform: translateY(-8px);*/
/*    box-shadow: 0 30px 60px rgba(36, 157, 212, 0.15);*/
/*}*/

/*.why-chooseus-area .img-wrapper img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    transition: transform 0.6s ease;*/
/*}*/

/*.why-chooseus-area .img-wrapper:hover img {*/
/*    transform: scale(1.03);*/
/*}*/

/*.why-chooseus-area .thumbnail-about-five {*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/

/* ==========================================
   Service Area Styling (Why Choose Ayn Networks)
   ========================================== */
/*.rts-service-area {*/
/*    background: linear-gradient(180deg, #ffffff 0%, rgba(36, 157, 212, 0.02) 100%);*/
/*    padding: 100px 0;*/
/*    position: relative;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*}*/

/*.rts-service-area .title-style-five.center {*/
/*    text-align: center;*/
/*    margin-bottom: 60px;*/
/*}*/

/*.rts-service-area .title-style-five.center .pre {*/
/*    color: #249DD4;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 14px;*/
/*    font-weight: 700;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
/*    background: rgba(36, 157, 212, 0.1);*/
/*    padding: 6px 16px;*/
/*    border-radius: 50px;*/
/*    display: inline-block;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.rts-service-area .title-style-five.center .title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 38px;*/
/*    font-weight: 800;*/
/*    color: #0b1b2b;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five {*/
/*    background: #ffffff !important;*/
/*    border: 1px solid rgba(36, 157, 212, 0.1) !important;*/
/*    padding: 45px 35px !important;*/
/*    border-radius: 20px !important;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03) !important;*/
/*    text-align: center !important;*/
/*    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*    position: relative !important;*/
/*    overflow: hidden !important;*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    height: 100% !important;*/
/*    z-index: 1 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five::before {*/
/*    content: "" !important;*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    background: linear-gradient(135deg, rgba(36, 157, 212, 0.05) 0%, rgba(36, 157, 212, 0) 100%) !important;*/
/*    opacity: 0 !important;*/
/*    transition: opacity 0.4s ease !important;*/
/*    z-index: -1 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five:hover::before {*/
/*    opacity: 1 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five:hover {*/
/*    transform: translateY(-10px) !important;*/
/*    border-color: rgba(36, 157, 212, 0.4) !important;*/
/*    box-shadow: 0 20px 45px rgba(36, 157, 212, 0.12) !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .icon {*/
/*    height: 90px !important;*/
/*    width: 90px !important;*/
/*    margin: 0 auto 30px auto !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    background: rgba(36, 157, 212, 0.06) !important;*/
/*    border-radius: 50% !important;*/
/*    transition: all 0.4s ease !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five:hover .icon {*/
/*    background: #249DD4 !important;*/
/*    transform: scale(1.1) !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .icon img {*/
/*    max-height: 48px !important;*/
/*    width: auto !important;*/
/*    object-fit: contain !important;*/
/*    transition: filter 0.4s ease, transform 0.4s ease !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five:hover .icon img {*/
/*    filter: brightness(0) invert(1) !important;*/
/*    transform: rotate(5deg) !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .inner-content {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    flex-grow: 1 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 22px !important;*/
/*    font-weight: 700 !important;*/
/*    color: #0b1b2b !important;*/
/*    margin-bottom: 15px !important;*/
/*    transition: color 0.3s ease !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five:hover .title {*/
/*    color: #249DD4 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five p.disc {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 15px !important;*/
/*    line-height: 1.7 !important;*/
/*    color: #556980 !important;*/
/*    margin-bottom: 30px !important;*/
/*    flex-grow: 1 !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .rts-btn {*/
/*    display: inline-block !important;*/
/*    padding: 12px 30px !important;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-weight: 700 !important;*/
/*    font-size: 14px !important;*/
/*    text-transform: uppercase !important;*/
/*    letter-spacing: 1px !important;*/
/*    color: #ffffff !important;*/
/*    background: #249DD4 !important;*/
/*    border: 1px solid #249DD4 !important;*/
/*    border-radius: 50px !important;*/
/*    transition: all 0.3s ease !important;*/
/*    text-decoration: none !important;*/
/*    margin: 0 auto !important;*/
/*    max-width: max-content !important;*/
/*}*/

/*.rts-service-area .service-single-main-wrapper-five .rts-btn:hover {*/
/*    background: #002F5D !important;*/
/*    border-color: #002F5D !important;*/
/*    transform: translateY(-2px) !important;*/
/*    box-shadow: 0 10px 20px rgba(0, 47, 93, 0.15) !important;*/
/*}*/

/* ==========================================
   UniFi Product Range Styling (.unifi-products-section)
   ========================================== */
/*.unifi-products-section {*/
/*    background: #f8fbff;*/
/*    padding: 100px 0;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*}*/

/*.unifi-products-section .inner-bg {*/
/*    background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.90) 100%), url('../images/tech_network_bg.png');*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    border: 1px solid rgba(36, 157, 212, 0.12);*/
/*    border-radius: 24px;*/
/*    padding: 60px 45px;*/
/*    box-shadow: 0 15px 45px rgba(36, 157, 212, 0.05);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*}*/

/*.unifi-products-section .bg-overlay {*/
/*    position: absolute;*/
/*    top: -200px;*/
/*    right: -200px;*/
/*    width: 500px;*/
/*    height: 500px;*/
/*    background: radial-gradient(circle, rgba(36, 157, 212, 0.05) 0%, rgba(36, 157, 212, 0) 70%);*/
/*    pointer-events: none;*/
/*    z-index: -1;*/
/*}*/

/*.unifi-products-section .section-title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 38px;*/
/*    font-weight: 800;*/
/*    color: #0b1b2b;*/
/*    text-align: center;*/
/*    margin-bottom: 8px;*/
/*}*/

/*.unifi-products-section .section-subtitle {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 16px;*/
/*    color: #556980;*/
/*    text-align: center;*/
/*    margin-bottom: 50px;*/
/*}*/

/*.unifi-products-section .product-grid {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 1fr;*/
/*    gap: 40px;*/
/*}*/

/*.unifi-products-section .product-box {*/
/*    background: rgba(36, 157, 212, 0.015);*/
/*    border: 1px solid rgba(36, 157, 212, 0.06);*/
/*    border-radius: 20px;*/
/*    padding: 40px 35px;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.unifi-products-section .product-box:hover {*/
/*    background: rgba(36, 157, 212, 0.03);*/
/*    border-color: rgba(36, 157, 212, 0.15);*/
/*    box-shadow: 0 10px 30px rgba(36, 157, 212, 0.04);*/
/*}*/

/*.unifi-products-section .product-box .parent-title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 26px;*/
/*    font-weight: 800;*/
/*    color: #0b1b2b;*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 12px;*/
/*}*/

/*.unifi-products-section .product-box .parent-title::before {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    width: 4px;*/
/*    height: 22px;*/
/*    background: #249DD4;*/
/*    border-radius: 2px;*/
/*}*/

/*.unifi-products-section .product-box .parent-description {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 15px;*/
/*    line-height: 1.6;*/
/*    color: #556980;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.unifi-products-section .category-list {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    gap: 20px;*/
/*    flex-grow: 1;*/
/*}*/

/*.unifi-products-section .category-item {*/
/*    background: #ffffff;*/
/*    border: 1px solid rgba(0, 0, 0, 0.04);*/
/*    border-radius: 12px;*/
/*    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.01);*/
/*    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*}*/

/*.unifi-products-section .category-item a {*/
/*    display: block;*/
/*    padding: 22px 25px;*/
/*    text-decoration: none;*/
/*    color: inherit;*/
/*    position: relative;*/
/*}*/

/*.unifi-products-section .category-item:hover {*/
/*    transform: translateX(6px);*/
/*    border-color: rgba(36, 157, 212, 0.3);*/
/*    box-shadow: 0 10px 25px rgba(36, 157, 212, 0.08);*/
/*}*/

/*.unifi-products-section .category-item h4 {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 17px;*/
/*    font-weight: 700;*/
/*    color: #0b1b2b;*/
/*    margin-bottom: 6px;*/
/*    transition: color 0.3s ease;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/

/*.unifi-products-section .category-item h4::after {*/
/*    content: "➔";*/
/*    font-size: 14px;*/
/*    color: #249DD4;*/
/*    opacity: 0.3;*/
/*    transform: translateX(-5px);*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.unifi-products-section .category-item:hover h4 {*/
/*    color: #249DD4;*/
/*}*/

/*.unifi-products-section .category-item:hover h4::after {*/
/*    opacity: 1;*/
/*    transform: translateX(0);*/
/*}*/

/*.unifi-products-section .category-item p {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 13.5px;*/
/*    line-height: 1.5;*/
/*    color: #556980;*/
/*    margin: 0;*/
/*}*/

/* ==========================================
   About Area Fixes (.rts-about-five-area)
   ========================================== */
/*.rts-about-five-area {*/
/*    padding-bottom: 100px;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    background: #ffffff;*/
/*}*/

/*.rts-about-five-area .thumbnail-about-five {*/
/*    border-radius: 0 30px 30px 0;*/
/*    overflow: hidden;*/
/*    box-shadow: 0 20px 40px rgba(0,0,0,0.06);*/
/*    position: relative;*/
/*    transition: all 0.4s ease;*/
/*}*/

/*.rts-about-five-area .thumbnail-about-five img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    transition: transform 0.6s ease;*/
/*}*/

/*.rts-about-five-area .thumbnail-about-five:hover img {*/
/*    transform: scale(1.03);*/
/*}*/

/*.rts-about-five-area .about-content-inner-five {*/
/*    max-width: 100% !important;*/
/*}*/

/*.rts-about-five-area .spake {*/
/*    margin-right: 0 !important;*/
/*    text-align: justify;*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 16px;*/
/*    line-height: 1.8;*/
/*    color: #4b5563;*/
/*}*/

/*.rts-about-five-area .about-content-inner-five .title-style-five .title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 38px;*/
/*    font-weight: 800;*/
/*    color: #0b1b2b;*/
/*    line-height: 1.3;*/
/*    margin-bottom: 25px;*/
/*}*/

/* ==========================================
   Vision & Mission Cards (.rts-project-area-main-wrapper)
   ========================================== */
/*.single-project-area-main-wrapper-6 {*/
/*    background: #ffffff;*/
/*    border: 1px solid rgba(36, 157, 212, 0.08);*/
/*    border-radius: 20px;*/
/*    padding: 30px;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);*/
/*    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*}*/

/*.single-project-area-main-wrapper-6:hover {*/
/*    transform: translateY(-8px);*/
/*    border-color: rgba(36, 157, 212, 0.3);*/
/*    box-shadow: 0 20px 40px rgba(36, 157, 212, 0.1);*/
/*}*/

/*.single-project-area-main-wrapper-6 .thumbnail {*/
/*    border-radius: 12px !important;*/
/*    overflow: hidden;*/
/*    margin-bottom: 25px;*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

/*.single-project-area-main-wrapper-6 .thumbnail img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: block;*/
/*    transition: transform 0.6s ease;*/
/*}*/

/*.single-project-area-main-wrapper-6:hover .thumbnail img {*/
/*    transform: scale(1.05) !important;*/
/*}*/

/*.single-project-area-main-wrapper-6 .inner {*/
/*    margin-top: 0 !important;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    flex-grow: 1;*/
/*}*/

/*.single-project-area-main-wrapper-6 .inner .title {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 24px;*/
/*    font-weight: 700;*/
/*    color: #0b1b2b;*/
/*    margin-bottom: 15px;*/
/*    transition: color 0.3s ease;*/
/*}*/

/*.single-project-area-main-wrapper-6:hover .inner .title {*/
/*    color: #249DD4;*/
/*}*/

/*.single-project-area-main-wrapper-6 .inner p.disc {*/
/*    font-family: 'Red Hat Display', sans-serif !important;*/
/*    font-size: 15px;*/
/*    line-height: 1.7;*/
/*    color: #556980;*/
/*    text-align: justify;*/
/*    margin: 0;*/
/*}*/

/* ==========================================
   Responsive Media Queries
   ========================================== */
/*@media (max-width: 991px) {*/
/*    .why-chooseus-area {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .why-chooseus-area .title-style-five .title {*/
/*        font-size: 30px;*/
/*    }*/
/*    .why-chooseus-area .img-wrapper {*/
/*        margin-top: 40px;*/
/*        padding-right: 0 !important;*/
/*    }*/
/*    .rts-service-area {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .rts-service-area .title-style-five.center .title {*/
/*        font-size: 30px;*/
/*    }*/
/*    .unifi-products-section {*/
/*        padding: 60px 0;*/
/*    }*/
/*    .unifi-products-section .inner-bg {*/
/*        padding: 40px 25px;*/
/*    }*/
/*    .unifi-products-section .section-title {*/
/*        font-size: 30px;*/
/*    }*/
/*    .unifi-products-section .product-grid {*/
/*        grid-template-columns: 1fr;*/
/*        gap: 30px;*/
/*    }*/
/*    .rts-about-five-area {*/
/*        padding-bottom: 60px;*/
/*    }*/
/*    .rts-about-five-area .about-content-inner-five .title-style-five .title {*/
/*        font-size: 30px;*/
/*    }*/
/*}*/
 .unifi-products-section {
        padding: 80px 0;
        font-family: "Poppins", sans-serif;
        background: #fff;
        overflow-x: hidden; /* protect from overflow */
    }

    /* Background inside container */
    .inner-bg {
        position: relative;
        background-image: url("https://images.pexels.com/photos/2881220/pexels-photo-2881220.jpeg");
        background-size: cover;
        background-position: center;
        border-radius: 20px;
        padding: 60px;
        overflow: hidden;
        max-width: 100%;
    }

    .inner-bg .bg-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.55);
        backdrop-filter: blur(4px);
        z-index: 1;
    }

    .inner-bg > * {
        position: relative;
        z-index: 2;
    }

    .section-title {
        text-align: center;
        font-size: 36px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .section-subtitle {
        text-align: center;
        color: #ddd;
        margin-bottom: 40px;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 25px;
    }

    /* Glass UI Box */
    .product-box {
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        padding: 25px;
        border-radius: 14px;
        transition: 0.3s ease;
    }

    .product-box:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-6px);
    }

    .parent-title {
        font-size: 22px;
        font-weight: 700;
        color: #00caff;
        margin-bottom: 8px;
    }

    .parent-description {
        color: #eaeaea;
        font-size: 15px;
        margin-bottom: 20px;
    }

    /* Category item */
    .category-item {
        background: rgba(255, 255, 255, 0.15);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 10px;
        transition: 0.3s;
    }

    .category-item:hover {
        background: rgba(255, 255, 255, 0.25);
        transform: translateX(5px);
    }

    .category-item h4 {
        color: #fff;
        margin: 0;
        font-size: 16px;
    }

    .category-item p {
        color: #ddd;
        font-size: 15px;
        margin-top: 6px;
    }

    /* ---------- MOBILE FIX ---------- */
    @media (max-width: 768px) {
        .inner-bg {
            padding: 25px;
            border-radius: 12px;
            width: 100%;
            margin: 0;
            box-sizing: border-box;
        }

        .product-box {
            padding: 18px;
        }

        .product-grid {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 480px) {
        .inner-bg {
            padding: 18px;
            border-radius: 8px;
        }
    }
/*@media (max-width: 575px) {*/
/*    .why-chooseus-area .title-style-five .title {*/
/*        font-size: 26px;*/
/*    }*/
/*    .rts-service-area .title-style-five.center .title {*/
/*        font-size: 26px;*/
/*    }*/
/*    .rts-service-area .service-single-main-wrapper-five {*/
/*        padding: 30px 20px !important;*/
/*    }*/
/*    .unifi-products-section .section-title {*/
/*        font-size: 26px;*/
/*    }*/
/*    .unifi-products-section .product-box {*/
/*        padding: 30px 20px;*/
/*    }*/
/*    .rts-about-five-area .about-content-inner-five .title-style-five .title {*/
/*        font-size: 26px;*/
/*    }*/
/*}*/
/*.premium-cta-card {*/
/*    background: radial-gradient(circle at 80% 20%, rgba(36, 157, 212, 0.15) 0%, transparent 60%),*/
/*        linear-gradient(135deg, #1e2638 0%, #0d1222 100%) !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.08) !important;*/
/*    border-radius: 20px !important;*/
/*    padding: 55px 70px !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: space-between !important;*/
/*    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.05) !important;*/
/*    position: relative !important;*/
/*    overflow: hidden !important;*/
/*    gap: 30px !important;*/
/*}*/

/*.premium-cta-card::before {*/
/*    content: '' !important;*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.03) 50%, transparent) !important;*/
/*    transform: translateX(-100%) !important;*/
/*    transition: transform 1.5s ease !important;*/
/*}*/

/*.premium-cta-card:hover::before {*/
/*    transform: translateX(100%) !important;*/
/*}*/

/*.cta-content-left {*/
/*    max-width: 65% !important;*/
/*    text-align: left !important;*/
/*}*/

/*.cta-tag {*/
/*    background: rgba(36, 157, 212, 0.12) !important;*/
/*    color: #249dd4 !important;*/
/*    padding: 6px 14px !important;*/
/*    border-radius: 30px !important;*/
/*    font-size: 13px !important;*/
/*    font-weight: 600 !important;*/
/*    text-transform: uppercase !important;*/
/*    letter-spacing: 1px !important;*/
/*    display: inline-block !important;*/
/*    margin-bottom: 18px !important;*/
/*    border: 1px solid rgba(36, 157, 212, 0.2) !important;*/
/*}*/

/*.cta-title {*/
/*    color: #ffffff !important;*/
/*    font-size: 36px !important;*/
/*    font-weight: 700 !important;*/
/*    line-height: 1.3 !important;*/
/*    margin-bottom: 12px !important;*/
/*}*/

/*.gradient-text {*/
/*    background: linear-gradient(90deg, #00d2ff 0%, #007bff 100%) !important;*/
/*    -webkit-background-clip: text !important;*/
/*    -webkit-text-fill-color: transparent !important;*/
/*    font-weight: 800 !important;*/
/*    display: inline-block !important;*/
/*}*/

/*.cta-desc {*/
/*    color: rgba(255, 255, 255, 0.7) !important;*/
/*    font-size: 16px !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*.cta-action-right {*/
/*    flex-shrink: 0 !important;*/
/*}*/

/*.premium-cta-btn {*/
/*    background: #ffffff !important;*/
/*    color: #0d1222 !important;*/
/*    padding: 16px 32px !important;*/
/*    border-radius: 50px !important;*/
/*    font-size: 15px !important;*/
/*    font-weight: 600 !important;*/
/*    display: inline-flex !important;*/
/*    align-items: center !important;*/
/*    gap: 10px !important;*/
/*    text-decoration: none !important;*/
/*    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;*/
/*    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;*/
/*}*/

/*.premium-cta-btn i {*/
/*    transition: transform 0.3s ease !important;*/
/*    font-size: 13px !important;*/
/*}*/

/*.premium-cta-btn:hover {*/
/*    transform: translateY(-3px) !important;*/
/*    box-shadow: 0 10px 25px rgba(36, 157, 212, 0.4) !important;*/
/*    background: #249dd4 !important;*/
/*    color: #ffffff !important;*/
/*}*/

/*.premium-cta-btn:hover i {*/
/*    transform: translateX(4px) !important;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .premium-cta-card {*/
/*        flex-direction: column !important;*/
/*        padding: 45px 30px !important;*/
/*        text-align: center !important;*/
/*        gap: 25px !important;*/
/*    }*/

/*    .cta-content-left {*/
/*        max-width: 100% !important;*/
/*        text-align: center !important;*/
/*    }*/

/*    .cta-title {*/
/*        font-size: 28px !important;*/
/*    }*/
/*}*/

/* ==========================================================================
   Premium Mission & Vision Cards (Ayn Networks Redesign)
   ========================================================================== */

/*.premium-mv-card {*/
/*    background: #ffffff !important;*/
/*    border: 1px solid rgba(0, 0, 0, 0.06) !important;*/
/*    border-radius: 24px !important;*/
/*    padding: 30px !important;*/
/*    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04) !important;*/
/*    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*    height: 100% !important;*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    position: relative !important;*/
/*    z-index: 1 !important;*/
/*}*/

/*.premium-mv-card:hover {*/
/*    transform: translateY(-8px) !important;*/
/*    border-color: rgba(36, 157, 212, 0.3) !important;*/
/*    box-shadow: 0 25px 50px rgba(36, 157, 212, 0.1) !important;*/
/*}*/

/*.mv-thumbnail {*/
/*    border-radius: 16px !important;*/
/*    overflow: hidden !important;*/
/*    position: relative !important;*/
/*    width: 100% !important;*/
/*    margin-bottom: 25px !important;*/
/*}*/

/*.mv-thumbnail img {*/
/*    width: 100% !important;*/
/*    height: auto !important;*/
/*    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*}*/

/*.premium-mv-card:hover .mv-thumbnail img {*/
/*    transform: scale(1.06) !important;*/
/*}*/

/*.mv-content {*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    flex-grow: 1 !important;*/
/*}*/

/*.mv-tag {*/
/*    color: #249dd4 !important;*/
/*    font-size: 13px !important;*/
/*    font-weight: 700 !important;*/
/*    text-transform: uppercase !important;*/
/*    letter-spacing: 1.5px !important;*/
/*    margin-bottom: 10px !important;*/
/*    display: inline-block !important;*/
/*}*/

/*.mv-title {*/
/*    font-size: 26px !important;*/
/*    font-weight: 800 !important;*/
/*    color: #0b1b2b !important;*/
/*    margin-bottom: 15px !important;*/
/*    transition: color 0.3s ease !important;*/
/*}*/

/*.premium-mv-card:hover .mv-title {*/
/*    color: #249dd4 !important;*/
/*}*/

/*.mv-desc {*/
/*    font-size: 16px !important;*/
/*    line-height: 1.7 !important;*/
/*    color: #556980 !important;*/
/*    text-align: justify !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .premium-mv-card {*/
/*        padding: 20px !important;*/
/*    }*/

/*    .mv-title {*/
/*        font-size: 22px !important;*/
/*    }*/
/*}*/

/* ==========================================================================
   Premium UniFi Products Section Redesign
   ========================================================================== */

/*.unifi-products-section {*/
/*    background: #f4f8fc !important;*/
/*    padding: 100px 0 !important;*/
/*    position: relative !important;*/
/*}*/

/*.unifi-products-section .inner-bg {*/
/*    background-image:*/
/*        linear-gradient(180deg, rgba(10, 20, 35, 0.75) 0%, rgba(15, 30, 50, 0.65) 50%, rgba(10, 20, 35, 0.80) 100%),*/
/*        url('../images/unifi-bg.png') !important;*/
/*    background-size: cover !important;*/
/*    background-position: center center !important;*/
/*    background-repeat: no-repeat !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.08) !important;*/
/*    border-radius: 32px !important;*/
/*    padding: 80px 50px !important;*/
/*    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45) !important;*/
/*    overflow: hidden !important;*/
/*    position: relative !important;*/
/*}*/

/*.unifi-products-section .section-title {*/
/*    font-size: 42px !important;*/
/*    font-weight: 800 !important;*/
/*    color: #ffffff !important;*/
/*    position: relative !important;*/
/*    display: inline-block !important;*/
/*    left: 50% !important;*/
/*    transform: translateX(-50%) !important;*/
/*    margin-bottom: 12px !important;*/
/*    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4) !important;*/
/*}*/

/*.unifi-products-section .section-title::after {*/
/*    content: "" !important;*/
/*    position: absolute !important;*/
/*    bottom: -8px !important;*/
/*    left: 25% !important;*/
/*    width: 50% !important;*/
/*    height: 4px !important;*/
/*    background: linear-gradient(90deg, transparent, #249dd4, transparent) !important;*/
/*    border-radius: 2px !important;*/
/*}*/

/*.unifi-products-section .section-subtitle {*/
/*    font-size: 17px !important;*/
/*    color: rgba(255, 255, 255, 0.65) !important;*/
/*    margin-bottom: 60px !important;*/
/*}*/

/*.unifi-products-section .product-grid {*/
/*    grid-template-columns: 1fr 1fr !important;*/
/*    gap: 40px !important;*/
/*}*/

/*.unifi-products-section .product-box {*/
/*    border-radius: 24px !important;*/
/*    padding: 45px 40px !important;*/
/*    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*    height: 100% !important;*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    backdrop-filter: blur(8px) !important;*/
/*    -webkit-backdrop-filter: blur(8px) !important;*/
/*}*/

/* ================== SWITCHES COLUMN (Corporate Navy Blue Theme) ================== */
/*.unifi-products-section .product-box:nth-child(1) {*/
/*    background: rgba(20, 35, 55, 0.50) !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.08) !important;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1):hover {*/
/*    background: rgba(20, 35, 55, 0.65) !important;*/
/*    border-color: rgba(36, 157, 212, 0.30) !important;*/
/*    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3) !important;*/
/*    transform: translateY(-4px) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1) .parent-title::before {*/
/*    background: #002F5D !important;*/
/*    width: 5px !important;*/
/*    height: 24px !important;*/
/*    transition: transform 0.3s ease !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1):hover .parent-title::before {*/
/*    transform: scaleY(1.2) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1) .category-item:hover {*/
/*    transform: translateY(-2px) !important;*/
/*    border-color: rgba(255, 255, 255, 0.20) !important;*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;*/
/*    background: rgba(255, 255, 255, 0.10) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1) .category-item:hover h4 {*/
/*    color: #5ec4f0 !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1) .category-item h4::after {*/
/*    content: "\f178" !important;*/
/*    font-family: "FontAwesome" !important;*/
/*    font-size: 14px !important;*/
/*    color: #5ec4f0 !important;*/
/*    opacity: 0.4 !important;*/
/*    transform: translateX(-6px) !important;*/
/*    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(1) .category-item:hover h4::after {*/
/*    opacity: 1 !important;*/
/*    transform: translateX(4px) !important;*/
/*}*/


/* ================== WIFI COLUMN (Active Cyan Blue Theme) ================== */
/*.unifi-products-section .product-box:nth-child(2) {*/
/*    background: rgba(20, 35, 55, 0.50) !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.08) !important;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2):hover {*/
/*    background: rgba(20, 35, 55, 0.65) !important;*/
/*    border-color: rgba(36, 157, 212, 0.30) !important;*/
/*    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.3) !important;*/
/*    transform: translateY(-4px) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2) .parent-title::before {*/
/*    background: #249dd4 !important;*/
/*    width: 5px !important;*/
/*    height: 24px !important;*/
/*    transition: transform 0.3s ease !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2):hover .parent-title::before {*/
/*    transform: scaleY(1.2) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2) .category-item:hover {*/
/*    transform: translateY(-2px) !important;*/
/*    border-color: rgba(255, 255, 255, 0.20) !important;*/
/*    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2) !important;*/
/*    background: rgba(255, 255, 255, 0.10) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2) .category-item:hover h4 {*/
/*    color: #249dd4 !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2) .category-item h4::after {*/
/*    content: "\f178" !important;*/
/*    font-family: "FontAwesome" !important;*/
/*    font-size: 14px !important;*/
/*    color: #249dd4 !important;*/
/*    opacity: 0.4 !important;*/
/*    transform: translateX(-6px) !important;*/
/*    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) !important;*/
/*}*/

/*.unifi-products-section .product-box:nth-child(2) .category-item:hover h4::after {*/
/*    opacity: 1 !important;*/
/*    transform: translateX(4px) !important;*/
/*}*/


/* ================== GENERAL SUB-ELEMENTS ================== */
/*.unifi-products-section .product-box .parent-title {*/
/*    font-size: 28px !important;*/
/*    font-weight: 800 !important;*/
/*    color: #ffffff !important;*/
/*    margin-bottom: 12px !important;*/
/*    position: relative !important;*/
/*    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.3) !important;*/
/*}*/

/*.unifi-products-section .product-box .parent-description {*/
/*    font-size: 16px !important;*/
/*    color: rgba(255, 255, 255, 0.65) !important;*/
/*    margin-bottom: 35px !important;*/
/*    line-height: 1.6 !important;*/
/*}*/

/*.unifi-products-section .category-list {*/
/*    gap: 18px !important;*/
/*}*/

/*.unifi-products-section .category-item {*/
/*    background: rgba(255, 255, 255, 0.05) !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.10) !important;*/
/*    border-radius: 14px !important;*/
/*    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12) !important;*/
/*    transition: all 0.35s ease !important;*/
/*}*/

/*.unifi-products-section .category-item a {*/
/*    padding: 24px 28px !important;*/
/*    display: block !important;*/
/*    text-decoration: none !important;*/
/*    color: inherit !important;*/
/*}*/

/*.unifi-products-section .category-item h4 {*/
/*    font-size: 18px !important;*/
/*    font-weight: 700 !important;*/
/*    color: #ffffff !important;*/
/*    margin-bottom: 8px !important;*/
/*    display: flex !important;*/
/*    justify-content: space-between !important;*/
/*    align-items: center !important;*/
/*    transition: color 0.3s ease !important;*/
/*}*/

/*.unifi-products-section .category-item p {*/
/*    font-size: 14px !important;*/
/*    line-height: 1.6 !important;*/
/*    color: rgba(255, 255, 255, 0.6) !important;*/
/*    margin-bottom: 0 !important;*/
/*}*/

/*@media (max-width: 991px) {*/
/*    .unifi-products-section .inner-bg {*/
/*        padding: 50px 30px !important;*/
/*    }*/

/*    .unifi-products-section .product-grid {*/
/*        grid-template-columns: 1fr !important;*/
/*        gap: 30px !important;*/
/*    }*/

/*    .unifi-products-section .section-title {*/
/*        font-size: 32px !important;*/
/*    }*/
/*}*/

/* ==========================================================================
   Premium Hero Breadcrumb Section (Ayn Networks Redesign)
   ========================================================================== */

/*.partner-breadcrumb {*/
/*    position: relative !important;*/
/*    height: 380px !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    overflow: hidden !important;*/
/*    background-size: cover !important;*/
/*    background-position: center !important;*/
/*    background-repeat: no-repeat !important;*/
/*    z-index: 1 !important;*/
/*}*/

/* Glassy/Dark overlay with deep brand blue gradient */
/*.partner-breadcrumb::before {*/
/*    content: '' !important;*/
/*    position: absolute !important;*/
/*    top: 0 !important;*/
/*    left: 0 !important;*/
/*    width: 100% !important;*/
/*    height: 100% !important;*/
/*    background: linear-gradient(180deg, */
/*        rgba(7, 14, 23, 0.45) 0%, */
/*        rgba(7, 14, 23, 0.88) 100%) !important;*/
/*    z-index: 1 !important;*/
/*}*/

/*.partner-breadcrumb .container {*/
/*    position: relative !important;*/
/*    z-index: 2 !important;*/
/*}*/

/*.partner-breadcrumb .title-area-left {*/
/*    position: relative !important;*/
/*    z-index: 3 !important;*/
/*    display: flex !important;*/
/*    flex-direction: column !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*}*/

/* Subtle glowing background text */
/*.partner-breadcrumb .title-area-left .bg-title {*/
/*    position: absolute !important;*/
/*    top: 50% !important;*/
/*    left: 50% !important;*/
/*    transform: translate(-50%, -50%) !important;*/
/*    font-size: 130px !important;*/
/*    font-weight: 900 !important;*/
/*    text-transform: uppercase !important;*/
/*    -webkit-text-fill-color: transparent !important;*/
/*    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.04) !important;*/
/*    white-space: nowrap !important;*/
/*    z-index: -1 !important;*/
/*    pointer-events: none !important;*/
/*    letter-spacing: 4px !important;*/
/*    transition: all 0.5s ease !important;*/
/*    width: 100% !important;*/
/*    text-align: center !important;*/
/*}*/

/* Premium Badge above the title */
/*.partner-breadcrumb .hero-badge {*/
/*    background: rgba(36, 157, 212, 0.12) !important;*/
/*    color: #249dd4 !important;*/
/*    padding: 6px 16px !important;*/
/*    border-radius: 30px !important;*/
/*    font-size: 13px !important;*/
/*    font-weight: 600 !important;*/
/*    text-transform: uppercase !important;*/
/*    letter-spacing: 1.5px !important;*/
/*    display: inline-flex !important;*/
/*    align-items: center !important;*/
/*    gap: 8px !important;*/
/*    margin-bottom: 20px !important;*/
/*    border: 1px solid rgba(36, 157, 212, 0.25) !important;*/
/*    box-shadow: 0 4px 15px rgba(36, 157, 212, 0.1) !important;*/
/*    animation: fadeInDown 0.8s ease-out !important;*/
/*}*/

/*.partner-breadcrumb .hero-badge .badge-dot {*/
/*    width: 6px !important;*/
/*    height: 6px !important;*/
/*    background-color: #249dd4 !important;*/
/*    border-radius: 50% !important;*/
/*    display: inline-block !important;*/
/*    box-shadow: 0 0 8px #249dd4 !important;*/
/*    animation: pulseGlow 1.8s infinite alternate !important;*/
/*}*/

/* Beautiful High-Contrast Hero Title */
/*.partner-breadcrumb h1.title {*/
/*    color: #ffffff !important;*/
/*    font-size: 52px !important;*/
/*    font-weight: 800 !important;*/
/*    letter-spacing: -0.5px !important;*/
/*    margin: 0 0 18px 0 !important;*/
/*    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6) !important;*/
/*    animation: fadeInUp 0.8s ease-out !important;*/
/*    text-transform: capitalize !important;*/
/*}*/

/* Modern Minimalist Breadcrumbs */
/*.partner-breadcrumb .breadcrumb-nav {*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    gap: 12px !important;*/
/*    animation: fadeInUp 1s ease-out !important;*/
/*    margin-top: 5px !important;*/
/*}*/

/*.partner-breadcrumb .breadcrumb-nav a {*/
/*    color: rgba(255, 255, 255, 0.6) !important;*/
/*    font-size: 15px !important;*/
/*    font-weight: 500 !important;*/
/*    text-decoration: none !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/

/*.partner-breadcrumb .breadcrumb-nav a:hover {*/
/*    color: #249dd4 !important;*/
/*    text-shadow: 0 0 10px rgba(36, 157, 212, 0.3) !important;*/
/*}*/

/*.partner-breadcrumb .breadcrumb-nav .separator {*/
/*    color: rgba(255, 255, 255, 0.3) !important;*/
/*    font-size: 11px !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*}*/

/*.partner-breadcrumb .breadcrumb-nav .current {*/
/*    color: #ffffff !important;*/
/*    font-size: 15px !important;*/
/*    font-weight: 600 !important;*/
/*}*/

/* Keyframes animations */
/*@keyframes pulseGlow {*/
/*    0% { transform: scale(0.9); opacity: 0.6; }*/
/*    100% { transform: scale(1.2); opacity: 1; }*/
/*}*/

/*@keyframes fadeInDown {*/
/*    from { opacity: 0; transform: translateY(-15px); }*/
/*    to { opacity: 1; transform: translateY(0); }*/
/*}*/

/*@keyframes fadeInUp {*/
/*    from { opacity: 0; transform: translateY(15px); }*/
/*    to { opacity: 1; transform: translateY(0); }*/
/*}*/

/* Responsive adjustment */
/*@media (max-width: 991px) {*/
/*    .partner-breadcrumb {*/
/*        height: 320px !important;*/
/*    }*/
/*    .partner-breadcrumb h1.title {*/
/*        font-size: 38px !important;*/
/*    }*/
/*    .partner-breadcrumb .title-area-left .bg-title {*/
/*        font-size: 80px !important;*/
/*    }*/
/*}*/

/*@media (max-width: 575px) {*/
/*    .partner-breadcrumb {*/
/*        height: 280px !important;*/
/*    }*/
/*    .partner-breadcrumb h1.title {*/
/*        font-size: 28px !important;*/
/*    }*/
/*    .partner-breadcrumb .title-area-left .bg-title {*/
/*        font-size: 45px !important;*/
/*    }*/
/*}*/

/* ==========================================================================
   Premium Dark Footer Styles (Ayn Networks Riyadh Redesign)
   ========================================================================== */

/*#contact.footer-8-area-bg {*/
    background: #09101d !important; /* Deep modern dark background instead of static grey */
/*    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;*/
/*    position: relative !important;*/
/*    overflow: hidden !important;*/
/*}*/

/*#contact.footer-8-area-bg::before {*/
/*    content: "" !important;*/
/*    position: absolute !important;*/
/*    top: -100px !important;*/
/*    left: 5% !important;*/
/*    width: 350px !important;*/
/*    height: 350px !important;*/
/*    background: radial-gradient(circle, rgba(36, 157, 212, 0.08) 0%, rgba(255, 255, 255, 0) 70%) !important;*/
/*    border-radius: 50% !important;*/
/*    z-index: 0 !important;*/
/*    pointer-events: none !important;*/
/*}*/

/* Ensure no box styling for footer widgets (as requested: not two box type footer) */
/*#contact .footer-one-single-wized {*/
/*    background: transparent !important;*/
/*    border: none !important;*/
/*    padding: 0 !important;*/
/*    box-shadow: none !important;*/
/*    backdrop-filter: none !important;*/
/*    -webkit-backdrop-filter: none !important;*/
/*    transform: none !important;*/
/*    height: auto !important;*/
/*}*/

/*#contact .footer-one-single-wized:hover {*/
/*    background: transparent !important;*/
/*    border: none !important;*/
/*    box-shadow: none !important;*/
/*    transform: none !important;*/
/*}*/

/* Widget titles and links styling */
/*#contact .footer-one-single-wized .wized-title {*/
/*    margin-bottom: 25px !important;*/
/*    position: relative !important;*/
/*}*/

/*#contact .footer-one-single-wized .wized-title .title {*/
/*    font-weight: 700 !important;*/
/*    font-size: 20px !important;*/
/*    color: #ffffff !important;*/
/*    margin-bottom: 6px !important;*/
/*}*/

/*#contact .footer-one-single-wized .wized-title img {*/
    display: none !important; /* Hide old static underline image */
/*}*/

/* Modern clean CSS underline */
/*#contact .footer-one-single-wized .wized-title::after {*/
/*    content: "" !important;*/
/*    position: absolute !important;*/
/*    left: 0 !important;*/
/*    bottom: -6px !important;*/
/*    width: 40px !important;*/
/*    height: 3px !important;*/
/*    background: linear-gradient(90deg, #249dd4, #00d2ff) !important;*/
/*    border-radius: 2px !important;*/
/*}*/

/* Logo column styling */
/*#contact .footer-logo-area-left-8 {*/
/*    z-index: 1 !important;*/
/*    position: relative !important;*/
/*}*/

/*#contact .footer-logo-area-left-8 p.disc {*/
/*    color: #94a3b8 !important;*/
/*    font-size: 15px !important;*/
/*    line-height: 1.8 !important;*/
/*    margin-top: 15px !important;*/
/*}*/

/* Contact lists and links */
/*#contact .signle-footer-contact-8 {*/
/*    margin-bottom: 20px !important;*/
/*    transition: transform 0.3s ease !important;*/
/*    display: flex !important;*/
/*    align-items: flex-start !important;*/
/*    gap: 15px !important;*/
/*}*/

/*#contact .signle-footer-contact-8:hover {*/
/*    transform: translateX(4px) !important;*/
/*}*/

/*#contact .signle-footer-contact-8 .icon {*/
/*    background: rgba(36, 157, 212, 0.08) !important;*/
/*    border: 1px solid rgba(36, 157, 212, 0.18) !important;*/
/*    border-radius: 8px !important;*/
/*    height: 38px !important;*/
/*    width: 38px !important;*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: center !important;*/
/*    flex-shrink: 0 !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/

/*#contact .signle-footer-contact-8:hover .icon {*/
/*    background: #249dd4 !important;*/
/*    border-color: #249dd4 !important;*/
/*    box-shadow: 0 0 12px rgba(36, 157, 212, 0.45) !important;*/
/*}*/

/*#contact .signle-footer-contact-8 .icon i {*/
/*    color: #249dd4 !important;*/
/*    font-size: 14px !important;*/
/*    transition: color 0.3s ease !important;*/
/*}*/

/*#contact .signle-footer-contact-8:hover .icon i {*/
/*    color: #ffffff !important;*/
/*}*/

/*#contact .signle-footer-contact-8 .inner-content .title {*/
/*    font-size: 12px !important;*/
/*    text-transform: uppercase !important;*/
/*    letter-spacing: 0.7px !important;*/
/*    color: #7a8291 !important;*/
/*    margin-bottom: 4px !important;*/
/*    font-weight: 600 !important;*/
/*}*/

/*#contact .signle-footer-contact-8 .inner-content a {*/
/*    color: #e2e8f0 !important;*/
/*    font-size: 15px !important;*/
/*    font-weight: 500 !important;*/
/*    line-height: 1.5 !important;*/
/*    transition: color 0.3s ease !important;*/
/*}*/

/*#contact .signle-footer-contact-8 .inner-content a:hover {*/
/*    color: #249dd4 !important;*/
/*}*/

/* Quick links styling */
/*#contact .footer-one-single-wized .quick-link-inner .links {*/
/*    list-style: none !important;*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/

/*#contact .footer-one-single-wized .quick-link-inner .links li {*/
/*    margin-bottom: 14px !important;*/
/*}*/

/*#contact .footer-one-single-wized .quick-link-inner .links li a {*/
/*    color: #a0a7b5 !important;*/
/*    font-size: 15px !important;*/
/*    font-weight: 500 !important;*/
/*    transition: all 0.3s ease !important;*/
/*    display: inline-flex !important;*/
/*    align-items: center !important;*/
/*    gap: 10px !important;*/
/*}*/

/*#contact .footer-one-single-wized .quick-link-inner .links li a i {*/
/*    font-size: 11px !important;*/
/*    color: rgba(36, 157, 212, 0.4) !important;*/
/*    transition: all 0.3s ease !important;*/
/*}*/

/*#contact .footer-one-single-wized .quick-link-inner .links li a:hover {*/
/*    color: #ffffff !important;*/
/*    padding-left: 5px !important;*/
/*}*/

/*#contact .footer-one-single-wized .quick-link-inner .links li a:hover i {*/
/*    color: #249dd4 !important;*/
/*    transform: translateX(3px) !important;*/
/*}*/

/*#contact .copyright-area-main-wrapper {*/
/*    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;*/
/*    background: rgba(0, 0, 0, 0.25) !important;*/
/*    padding: 25px 0 !important;*/
/*    position: relative !important;*/
/*    z-index: 1 !important;*/
/*}*/

/*#contact .copyright-8-wrapper p {*/
/*    color: #7a8291 !important;*/
/*    font-size: 14px !important;*/
/*    margin: 0 !important;*/
/*}*/