
.container {
  max-width: 1600px !important;
}

/* ========== Topbar ========== */
.adnexa-topbar {
  background: #f7f9fc;
  border-bottom: 1px solid #e6ebf5;
  font-size: 15px;
  color: #34495e;
}
.adnexa-topbar a {
  color: #34495e;
  text-decoration: none;
}
.adnexa-topbar .fa-envelope,
.adnexa-topbar .fa-phone-alt {
  color: #3498db;
}
.adnexa-topbar .form-control {
  border-radius: 20px;
  border: 1px solid #3498db;
  background: #fff;
  color: #34495e;
  display: inline;
  width: 110px;
  font-size: 14px;
}
.adnexa-topbar .social-icon {
  font-size: 18px;
  margin-left: 6px;
  margin-right: 2px;
  transition: color 0.2s;
}
.adnexa-topbar .fa-facebook-f,
.adnexa-topbar .fa-linkedin-in {
  color: #3498db;
}
.adnexa-topbar .fa-instagram {
  color: #ff6f61;
}
.adnexa-topbar .fa-x-twitter {
  color: #34495e;
}

/* ========== Header/Navbar ========== */
.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(52,152,219,0.08);
  border-bottom: 1px solid #e6ebf5;
}
.navbar-brand span {
  color: #3498db;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1;
}
.navbar-brand span span {
  color: #ff6f61;
}
.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  color: #34495e !important;
  transition: color 0.2s;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #3498db !important;
}
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 2px;
  height: 2px;
  background: #ff6f61;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.adnexa-btn {
  background: #ff6f61;
  color: #fff !important;
  font-weight: 600;
  border-radius: 24px;
  box-shadow: 0 2px 8px rgba(255,111,97,0.08);
  transition: background 0.2s, box-shadow 0.2s;
  padding: 8px 28px;
  margin-left: 16px;
}
.adnexa-btn:hover {
  background: #e64c3c;
  box-shadow: 0 2px 12px rgba(255,111,97,0.20);
  color: #fff !important;
}
/* For mobile CTA */
@media (max-width: 991.98px) {
  .adnexa-mobile-cta {
    background: #fff;
    text-align: center;
    padding-bottom: 8px;
  }
}


/* ========== Footer ========== */
.adnexa-footer {
  background: #23272b;
  color: #f7f9fc;
  padding: 40px 0 0 0;
  font-size: 16px;
}
.adnexa-footer .footer-logo img {
  height: 50px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(52,152,219,0.14);
}
.adnexa-footer .footer-brand {
  font-size: 1.4rem;
  font-weight: 700;
  color: #3498db;
  letter-spacing: 1px;
}
.adnexa-footer .footer-tagline {
  color: #b1b8c7;
  font-size: 15px;
  margin-top: 8px;
}
.adnexa-footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.adnexa-footer .footer-links li {
  margin-bottom: 10px;
}
.adnexa-footer .footer-links a {
  color: #f7f9fc;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.2s;
  position: relative;
  padding-left: 4px;
}
.adnexa-footer .footer-links a:hover {
  color: #ff6f61;
  padding-left: 10px;
}
.adnexa-footer .footer-contact i {
  color: #3498db;
  width: 22px;
  text-align: center;
}
.adnexa-footer .footer-contact a {
  color: #f7f9fc;
  text-decoration: none;
  margin-left: 3px;
}
.adnexa-footer .footer-contact a:hover {
  color: #ff6f61;
}
.adnexa-footer .footer-social a {
  display: inline-block;
  margin-right: 8px;
  color: #b1b8c7;
  background: #292d33;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  transition: all 0.18s;
}
.adnexa-footer .footer-social a:hover {
  color: #fff;
  background: #3498db;
  transform: translateY(-3px) scale(1.10);
}
.adnexa-footer .footer-bottom {
  border-top: 1px solid #333842;
  margin-top: 40px;
  padding: 18px 0;
  font-size: 15px;
  color: #b1b8c7;
}
@media (max-width: 991.98px) {
  .adnexa-footer .row > div {
    margin-bottom: 30px;
  }
  .adnexa-footer .footer-bottom {
    margin-top: 18px;
  }
}

/* Hero Section */
.adnexa-hero {
  background: linear-gradient(100deg, #3498db 0%, #f7f9fc 100%);
  padding: 72px 0 36px 0;
  min-height: 72vh;
}
.adnexa-hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #34495e;
}
.adnexa-accent {
  color: #ff6f61;
}
.adnexa-hero-sub {
  color: #34495e;
  font-size: 1.1rem;
  font-weight: 400;
}
.adnexa-hero-img {
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(52,152,219,0.10);
}

/* Services */
.adnexa-services {
  background: #f7f9fc;
}
.adnexa-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #34495e;
}
.adnexa-section-sub {
  color: #8492a6;
  margin-bottom: 12px;
}
.adnexa-service-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(52,152,219,0.05);
  transition: transform 0.18s, box-shadow 0.18s;
}
.adnexa-service-card:hover {
  transform: translateY(-7px) scale(1.04);
  box-shadow: 0 8px 32px rgba(52,152,219,0.12);
}
.adnexa-service-icon {
  font-size: 2.3rem;
  color: #3498db;
  margin-bottom: 0.8rem;
}

/* About */
.adnexa-about {
  background: #fff;
}
.adnexa-about .adnexa-section-title {
  color: #34495e;
}
.adnexa-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0 0;
}
.adnexa-list li {
  font-size: 1rem;
  color: #34495e;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
.adnexa-list i {
  color: #3498db;
  margin-right: 8px;
  font-size: 1.1em;
}

/* CTA Block */
.adnexa-cta {
  background: linear-gradient(90deg, #23272b 0%, #3498db 100%);
}
.adnexa-cta-btn {
  background: #ff6f61;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  padding: 12px 34px;
  font-size: 1.12rem;
  box-shadow: 0 2px 12px rgba(255,111,97,0.13);
  margin-top: 8px;
}
.adnexa-cta-btn:hover {
  background: #e64c3c;
  color: #fff;
}
.adnexa-glass-form input,
.adnexa-glass-form textarea {
  background: rgba(255,255,255,0.7);
  border: 1px solid #e0e3eb;
  color: #34495e;
  font-weight: 500;
  margin-bottom: 7px;
  transition: box-shadow 0.18s;
}
.adnexa-glass-form input:focus,
.adnexa-glass-form textarea:focus {
  box-shadow: 0 2px 12px rgba(52,152,219,0.07);
  border-color: #ffb300;
}


.adnexa-service-card {
  border-radius: 16px;
  border: 0;
  background: #fff;
  box-shadow: 0 2px 16px rgba(52,152,219,0.06);
  transition: transform .23s cubic-bezier(.17,.67,.83,.67), box-shadow .23s;
  position: relative;
}
.adnexa-service-card:hover {
  transform: translateY(-9px) scale(1.03) rotate(-1deg);
  box-shadow: 0 10px 36px rgba(255,111,97,0.13);
  z-index: 2;
}
.adnexa-service-card-link:hover .adnexa-icon-wrap {
  box-shadow: 0 2px 16px rgba(255,111,97,0.19);
  background:rgba(255,111,97,0.07);
}
.adnexa-icon-wrap {
  border:2px solid #ff6f61;
  border-radius:12px;
  padding:12px;
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
  transition: background .22s, box-shadow .22s;
}

.adnexa-client-logo-wrap {
  background:rgba(255,255,255,0.75);
  border-radius:14px;
  padding:20px 16px;
  min-height:100px;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 2px 14px #b1b1b130;
  transition: box-shadow .22s, background .16s;
}
.adnexa-client-logo-wrap:hover {
  background:rgba(52,152,219,0.07);
  box-shadow:0 6px 28px #3498db1f;
}
.adnexa-client-logo {
  max-width:90px;
  max-height:48px;
  filter: grayscale(1) contrast(0.88) brightness(1.08);
  opacity:0.84;
  transition: filter .18s, opacity .18s;
}
.adnexa-client-logo-wrap:hover .adnexa-client-logo {
  filter: grayscale(0) contrast(1.12) brightness(1.07);
  opacity:1;
}
@media (max-width: 768px) {
  .adnexa-client-logo { max-width:70px; max-height:40px; }
  .adnexa-client-logo-wrap { padding:16px 6px; }
}

.adnexa-faq-accordion .accordion-item {
  border: none;
  background: rgba(255,255,255,0.89);
  box-shadow: 0 4px 18px #b1b1b13a;
}
.adnexa-faq-q {
  font-weight: 600;
  color: #34495e;
  font-size: 1.11rem;
  background: none;
}
.adnexa-faq-q:focus {
  box-shadow: none;
}
.adnexa-faq-a {
  color: #5a6b80;
  font-size: 1.04rem;
  background: none;
}
.accordion-button::after {
  background-image: none !important;
  content: '\f078';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ff6f61;
  font-size: 1.2em;
  margin-left: auto;
  transition: transform .24s;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion-button {
  transition: background .13s;
}
.accordion-button:focus {
  box-shadow: 0 2px 8px #ffb30023;
}
.adnexa-icon-wrap {
  border: 2px solid #ff6f61;
  border-radius: 16px;
  padding: 16px;
  width: 84px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: background .22s, box-shadow .22s;
  box-shadow: 0 2px 12px #ff6f6133;
}
.adnexa-service-card {
  border-radius: 18px;
  background: rgba(255,255,255,0.85);
  box-shadow: 0 8px 32px rgba(52,152,219,.11), 0 2px 6px rgba(255,111,97,0.05);
  backdrop-filter: blur(2px);
  border: 1.5px solid #e9e9e9;
  transition: transform .23s cubic-bezier(.17,.67,.83,.67), box-shadow .21s, background .18s;
  position: relative;
}
.adnexa-service-card:hover {
  background: rgba(255,255,255,0.98);
  transform: translateY(-10px) scale(1.04) rotate(-1deg);
  box-shadow: 0 16px 48px #ff6f6155, 0 3px 18px #3498db22;
  z-index: 3;
}
.adnexa-service-card-link:hover .adnexa-icon-wrap {
  background: rgba(255,111,97,0.11);
  box-shadow: 0 6px 16px #ff6f6130;
}
@media (max-width: 576px) {
  .adnexa-icon-wrap { width: 60px; height: 60px; padding: 8px; }
}
.adnexa-tech-badge {
  background: #f7faff;
  color: #34495e;
  border: 1px solid #e1e8ed;
  border-radius: 18px;
  font-size: 1.07rem;
  font-weight: 500;
  padding: 8px 16px;
  margin-right: 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 10px #3498db12;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.02em;
}
