/* 
 Theme Name:   cpa-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     cpa-accountant
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}

.toggle-inner {
  top: -15px;
}
.container {
  max-width: 1311px;
}
section {
  margin: 15px auto;
}
/* Main responsive grid */
.casino-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  margin: 18px 0;
}

/* Casino card */
.casino-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 4px 12px rgba(19, 45, 78, 0.05),
    0 12px 28px rgba(19, 45, 78, 0.06);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.casino-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #155eef, #7c3aed, #dd2590);
}

.casino-card:hover {
  transform: translateY(-3px);
  border-color: #b7cbea;
  box-shadow:
    0 8px 18px rgba(19, 45, 78, 0.08),
    0 18px 36px rgba(19, 45, 78, 0.09);
}

/* Top area */
.casino-card__header {
  display: grid;
  grid-template-columns: minmax(170px, 1fr) auto;
  align-items: stretch;
  border-bottom: 1px solid #e4ebf3;
  background: linear-gradient(135deg, #f6f9fd, #eef4fb);
}

.casino-card__operator,
.casino-card__rating {
  padding: 14px;
}

.casino-card__operator {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.casino-card__rating {
  display: flex;
  min-width: 110px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #dce6f1;
  color: #087a68;
  text-align: center;
}

.casino-card__rating strong {
  padding: 6px 10px;
  border: 1px solid #bce6dc;
  border-radius: 999px;
  background: #ecfdf7;
  color: #087a68;
  line-height: 1;
}

/* Content */
.casino-card__details {
  padding: 14px;
  border-bottom: 1px solid #e4ebf3;
}

.casino-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.casino-card__section {
  min-width: 0;
  padding: 14px;
  background: #fbfdff;
}

.casino-card__section + .casino-card__section {
  border-left: 1px solid #e4ebf3;
}

/* Labels */
.casino-card__label {
  margin-bottom: 6px;
  color: #315b89;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

/* Paragraph reset */
.casino-card p {
  margin: 0;
  color: #33475f;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

/* Logo files */
.logo-melbet {
  background-image: url("/wp-content/themes/cpa-child/images/melbet.svg");
}

.logo-pinup {
  background-image: url("/wp-content/themes/cpa-child/images/pinup.svg");
}

.logo-bet365 {
  background-image: url("/wp-content/themes/cpa-child/images/bet365.svg");
}

.logo-1xbet {
  background-image: url("/wp-content/themes/cpa-child/images/1xbet.svg");
}

.logo-w88 {
  background-image: url("/wp-content/themes/cpa-child/images/w88.svg");
}

.logo-legiano {
  background-image: url("/wp-content/themes/cpa-child/images/legiano.svg");
}

.logo-casongo {
  background-image: url("/wp-content/themes/cpa-child/images/casongo.svg");
}

.logo-tiki-taka {
  background-image: url("/wp-content/themes/cpa-child/images/tikitaka.svg");
}

.logo-tonybet {
  background-image: url("/wp-content/themes/cpa-child/images/tonybet.svg");
}

.logo-1redbet {
  background-image: url("/wp-content/themes/cpa-child/images/red.svg");
}

/* Logo background colors */
.bg-melbet {
  background-color: #151515;
}

.bg-pinup {
  background-color: #393939;
}

.bg-bet365 {
  background-color: #14805e;
}

.bg-1xbet {
  background-color: #1a5684;
}

.bg-w88 {
  background-color: #12243c;
}

.bg-legiano {
  background-color: #0e0000;
}

.bg-casongo {
  background-color: #087e8d;
}

.bg-tiki-taka {
  background-color: #0f1126;
}

.bg-tonybet {
  background-color: #313439;
}

.bg-1redbet {
  background-color: #2b2e36;
}

/* Shared logo styles */
[class*="logo-"] {
  display: block;
  text-align: left;
  text-indent: -9999px;
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: 80%;
}

[class*="brand-"][class*="bg-"] {
  width: 150px;
  height: 70px;
  margin: 0;
  padding: 5px;
  border-radius: 9px;
  box-shadow: 0 5px 14px rgba(17, 40, 68, 0.16);
}

.casino-card .mb-4 {
  margin-bottom: 0 !important;
}

/* Medium screens: one spacious card per row */
@media (max-width: 1100px) {
  .casino-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .casino-card__details {
    padding: 13px;
  }
}

/* Small tablets */
@media (max-width: 700px) {
  .casino-grid {
    gap: 14px;
    margin: 14px 0;
  }

  .casino-card__bottom {
    grid-template-columns: minmax(0, 1fr);
  }

  .casino-card__section + .casino-card__section {
    border-top: 1px solid #e4ebf3;
    border-left: 0;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .casino-card {
    border-radius: 13px;
  }

  .casino-card__header {
    grid-template-columns: minmax(0, 1fr);
  }

  .casino-card__operator,
  .casino-card__rating,
  .casino-card__details,
  .casino-card__section {
    padding: 12px;
    text-align: center;
  }

  .casino-card__operator {
    align-items: center;
  }

  .casino-card__rating {
    min-width: 0;
    border-top: 1px solid #dce6f1;
    border-left: 0;
  }

  .casino-card__label {
    text-align: center;
  }

  [class*="brand-"][class*="bg-"] {
    margin-right: auto;
    margin-left: auto;
  }
}

.heading {
  position: relative;
  width: 100%;
  margin: 18px 0;
  padding: 12px 8px;
  text-align: center;
}

.heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #155eef, #7c3aed);
}

.heading h2 {
  margin: 0;
  padding-top: 14px;
  color: #172b4d;
  font-weight: 800;
  line-height: 1.25;
}

.heading h2::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin: 10px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #155eef, #7c3aed);
}

.heading p {
  margin: 10px 0 0;
  color: #52657b;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .heading {
    margin: 14px 0;
    padding: 10px 6px;
  }

  .heading h2 {
    padding-top: 12px;
  }

  .heading p {
    margin-top: 8px;
    line-height: 1.55;
  }
}
.criteria-heading {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  width: 100%;
  margin: 18px 0 10px;
  padding: 7px 0 10px;
  color: #172b4d;
  line-height: 1.35;
}

/* Subtle line under the heading */
.criteria-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 47px;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(21, 94, 239, 0.45),
    rgba(124, 58, 237, 0.15),
    transparent
  );
}

/* Icon container */
.criteria-heading__icon {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 94, 239, 0.28);
  border-radius: 10px;
  color: #155eef;
  box-shadow: 0 3px 9px rgba(21, 94, 239, 0.08);
}

/* Bootstrap icon */
.criteria-heading__icon .bi {
  font-size: 18px;
  line-height: 1;
}

/* Optional different accent for each heading */
.criteria-heading:nth-of-type(2) .criteria-heading__icon {
  border-color: rgba(124, 58, 237, 0.28);
  color: #7047c8;
}

.criteria-heading:nth-of-type(3) .criteria-heading__icon {
  border-color: rgba(8, 125, 112, 0.3);
  color: #087d70;
}

.criteria-heading:nth-of-type(4) .criteria-heading__icon {
  border-color: rgba(205, 54, 105, 0.28);
  color: #bd315f;
}

/* Mobile */
@media (max-width: 600px) {
  .criteria-heading {
    flex-direction: column;
    gap: 7px;
    margin: 16px 0 9px;
    padding: 6px 0 10px;
    text-align: center;
  }

  .criteria-heading::after {
    right: 18%;
    left: 18%;
  }

  .criteria-heading__icon {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }
}
.title {
  position: relative;
  margin: 20px 0 14px;
  padding-bottom: 10px;
  color: #172b4d;
  font-weight: 800;
  line-height: 1.3;
}

.title::after {
  content: "";
  display: block;
  width: 58px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #155eef, #7c3aed);
}

@media (max-width: 600px) {
  .title {
    margin: 16px 0 12px;
    padding-bottom: 8px;
    text-align: center;
  }

  .title::after {
    margin-right: auto;
    margin-left: auto;
  }
}
.box {
  position: relative;
  height: 100%;
  margin-bottom: 18px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid #dce6f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(19, 45, 78, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(#155eef, #7c3aed);
}

.box:hover {
  transform: translateY(-3px);
  border-color: #b8cae3;
  box-shadow: 0 12px 28px rgba(19, 45, 78, 0.11);
}

.box h3 {
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 9px;
  color: #172b4d;
  font-weight: 800;
  line-height: 1.35;
}

.box h3::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #155eef, #7c3aed);
}

.box p {
  margin: 0;
  color: #52657b;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .box {
    padding: 15px;
    text-align: center;
  }

  .box h3::after {
    margin-right: auto;
    margin-left: auto;
  }
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  list-style-position: inside;
}
.back-to-top .bi {
  font-size: 30px;
  line-height: 1;
}
.cust-bg {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dce6f1;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4f8ff, #f8f5ff);
}

.cust-bg h2 {
  margin: 0 0 10px;
  color: #172b4d;
  line-height: 1.3;
}

.cust-bg p {
  margin: 0;
  color: #52657b;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .cust-bg {
    padding: 15px;
    text-align: center;
  }
}

.casino-card__header {
  grid-template-columns: minmax(0, 1fr);
}

.casino-card__operator {
  align-items: center;
  justify-content: center;
}

.payment-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0;
}

.payment-methods .casino-card__section {
  min-width: 0;
  padding: 14px;
}

.payment-methods .casino-card__section + .casino-card__section {
  border-left: 1px solid #e4ebf3;
}

.casino-card__bottom.three-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.casino-card__bottom.three-columns .casino-card__section {
  min-width: 0;
}

.casino-card__bottom.three-columns
  .casino-card__section
  + .casino-card__section {
  border-left: 1px solid #e4ebf3;
}

@media (max-width: 700px) {
  .payment-methods,
  .casino-card__bottom.three-columns {
    grid-template-columns: minmax(0, 1fr);
  }

  .payment-methods .casino-card__section + .casino-card__section,
  .casino-card__bottom.three-columns
    .casino-card__section
    + .casino-card__section {
    border-top: 1px solid #e4ebf3;
    border-left: 0;
  }
}

@media (max-width: 480px) {
  .payment-methods .casino-card__section,
  .casino-card__bottom.three-columns .casino-card__section {
    padding: 12px;
    text-align: center;
  }
}
.main-section-style-faq {
  margin: 20px 0;
}

.main-section-style-faq > h2 {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 10px;
  color: #172b4d;
  line-height: 1.3;
}

.main-section-style-faq > h2::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  margin-top: 9px;
  border-radius: 999px;
  background: linear-gradient(90deg, #155eef, #7c3aed);
}

.main-section-style-faq .accordion {
  display: grid;
  gap: 10px;
}

.main-section-style-faq .card {
  overflow: hidden;
  border: 1px solid #dce6f1;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 5px 16px rgba(19, 45, 78, 0.05);
}

.main-section-style-faq .card-header {
  padding: 0;
  border: 0;
  background: #ffffff;
}

.main-section-style-faq .card-header h3 {
  margin: 0;
}

.main-section-style-faq .faq-button {
  position: relative;
  display: flex;
  width: 100%;
  padding: 15px 48px 15px 16px;
  align-items: center;
  color: #172b4d;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  background: #f6f9fd;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.main-section-style-faq .faq-button:hover,
.main-section-style-faq .faq-button:focus {
  color: #155eef;
  text-decoration: none;
  background: #f0f5fb;
  box-shadow: none;
}

.main-section-style-faq .faq-button:not(.collapsed) {
  color: #155eef;
  background: #eef4ff;
}

.main-section-style-faq .faq-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  border: 1px solid #bfd0e6;
  border-radius: 50%;
  transform: translateY(-50%);
}

.main-section-style-faq .faq-icon::before,
.main-section-style-faq .faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #155eef;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease;
}

.main-section-style-faq .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.main-section-style-faq .faq-button:not(.collapsed) .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.main-section-style-faq .card-body {
  padding: 15px 16px;
  border-top: 1px solid #e5edf5;
  color: #52657b;
}

.main-section-style-faq .card-body p {
  margin: 0;
  line-height: 1.65;
}

@media (max-width: 600px) {
  .main-section-style-faq > h2 {
    text-align: center;
  }

  .main-section-style-faq > h2::after {
    margin-right: auto;
    margin-left: auto;
  }

  .main-section-style-faq .faq-button {
    padding: 13px 44px 13px 13px;
  }

  .main-section-style-faq .card-body {
    padding: 13px;
    text-align: center;
  }

  .main-section-style-faq .faq-icon {
    right: 12px;
  }
}
.cust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.cust-list li {
  position: relative;
  padding: 10px 12px 10px 36px;
  border: 1px solid #dce6f1;
  border-radius: 10px;
  color: #33475f;
  background: #ffffff;
  line-height: 1.5;
}

.cust-list li::before {
  content: "✓";
  position: absolute;
  top: 10px;
  left: 12px;
  display: inline-flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #ffffff;
  background: #155eef;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .cust-list {
    grid-template-columns: 1fr;
  }
}
#inner-pages-header .header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    135deg,
    rgba(15, 36, 68, 0.95),
    rgba(54, 38, 114, 0.93),
    rgba(12, 96, 104, 0.9)
  );
}
#inner-pages-header h1 {
  position: relative;
  margin: 0;
  padding: 10px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  overflow-wrap: break-word;
  text-shadow: 0 3px 12px rgba(8, 22, 42, 0.35);
}

@media (max-width: 768px) {
  #inner-pages-header h1 {
    text-align: center;
  }
}

@media (max-width: 480px) {
  #inner-pages-header h1 {
    font-size: 32px;
    padding: 8px;
  }
}
.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
  color: #41357a;
}
.modern-style {
  margin: 20px 0;
  padding: 18px;
  border: 1px solid #dce6f1;
  border-radius: 16px;
  background: #f8fbff;
}

.modern-style h2 {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 12px;
  color: #172b4d;
  line-height: 1.3;
}

.modern-style h2:not(:first-child) {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #dce6f1;
}

.modern-style__icon {
  display: inline-flex;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 94, 239, 0.24);
  border-radius: 10px;
  color: #155eef;
  background: #ffffff;
}

.modern-style__icon .bi {
  font-size: 19px;
  line-height: 1;
}

.modern-style p {
  margin: 0 0 11px;
  color: #52657b;
  line-height: 1.65;
}

.modern-style p:last-child {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .modern-style {
    padding: 15px;
    text-align: center;
  }

  .modern-style h2 {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }

  .modern-style h2:not(:first-child) {
    margin-top: 18px;
    padding-top: 16px;
  }
}
.logo img {
  width: revert-layer;
}
.site-footer {
  position: relative;
  margin-top: 30px;
  padding: 34px 0 0;
  overflow: hidden;
  color: #dce7f4;
  background: linear-gradient(135deg, #10243f 0%, #18365b 55%, #263069 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2f80ed, #7c3aed, #19a58c);
}

.footer-column {
  margin-bottom: 26px;
}

.footer-brand img {
  width: revert-layer;
  display: block;
  height: auto;
  margin-bottom: 15px;
  filter: brightness(0) invert(1);
}

.footer-brand p,
.footer-newsletter p {
  margin: 0 0 15px;
  color: #b9c8da;
  line-height: 1.65;
}

.footer-title {
  margin: 0 0 15px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
}

.footer-title::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3d8bfd, #8b5cf6);
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li {
  margin-bottom: 9px;
}

.footer-links a {
  position: relative;
  display: inline-block;
  padding-left: 17px;
  color: #c4d2e2;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-links a::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #59a2ff;
  transform: translateY(-50%);
}

.footer-links a:hover,
.footer-links a:focus {
  color: #ffffff;
  text-decoration: none;
  transform: translateX(3px);
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.footer-social-icon {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.footer-social-icon .bi {
  font-size: 18px;
  line-height: 1;
}

.footer-newsletter-form {
  display: grid;
  gap: 10px;
}

.footer-newsletter-field {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.footer-newsletter-field .bi {
  flex: 0 0 auto;
  color: #88b8ff;
}

.footer-newsletter-field input {
  width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0;
  border: 0;
  outline: 0;
  color: #ffffff;
  background: transparent;
}

.footer-newsletter-field input::placeholder {
  color: #aebdd0;
}

.footer-newsletter-field:focus-within {
  border-color: #6ca9ff;
  box-shadow: 0 0 0 3px rgba(61, 139, 253, 0.16);
}

.footer-newsletter-button {
  display: inline-flex;
  min-height: 44px;
  padding: 10px 15px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(90deg, #2f80ed, #7257dc);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-newsletter-button:hover,
.footer-newsletter-button:focus {
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(28, 87, 168, 0.32);
}

.footer-newsletter-note {
  display: block;
  margin-top: 9px;
  color: #9fb0c5;
  line-height: 1.4;
}

.footer-bottom {
  display: flex;
  min-height: 62px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: #9fb0c5;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-bottom-links a {
  color: #b9c8da;
  text-decoration: none;
}

.footer-bottom-links a:hover,
.footer-bottom-links a:focus {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .site-footer {
    padding-top: 28px;
  }

  .footer-column,
  .footer-brand,
  .footer-newsletter {
    text-align: center;
  }

  .footer-brand img {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-title::after {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-links a {
    padding-left: 0;
  }

  .footer-links a::before {
    display: none;
  }

  .footer-socials {
    justify-content: center;
  }

  .footer-responsible {
    flex-direction: column;
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 17px 0;
    text-align: center;
  }

  .footer-bottom-links {
    justify-content: center;
  }
}
.primary-menu .sub-menu li.current-menu-item > a {
  color: white;
}
.cust-table {
  width: 100%;
  margin: 18px 0;
  overflow-x: auto;
  border: 1px solid #dce6f1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(19, 45, 78, 0.07);
  -webkit-overflow-scrolling: touch;
}

.cust-table .table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: separate;
  border-spacing: 0;
  color: #33475f;
  background: #ffffff;
}

.cust-table .table th,
.cust-table .table td {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #e2eaf2;
  border-bottom: 1px solid #e2eaf2;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
}

.cust-table .table th:last-child,
.cust-table .table td:last-child {
  border-right: 0;
}

.cust-table .table tr:last-child td {
  border-bottom: 0;
}

.cust-table .table th {
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  background: linear-gradient(135deg, #173b68, #285f98);
}

.cust-table .table th:first-child {
  border-top-left-radius: 13px;
}

.cust-table .table th:last-child {
  border-top-right-radius: 13px;
}

.cust-table .table tr:nth-child(even) td {
  background: #f7faff;
}

.cust-table .table tr:hover td {
  background: #eef5fc;
}

.cust-table .table td:first-child {
  color: #173b68;
  font-weight: 700;
  white-space: nowrap;
}

.cust-table .table td:nth-child(2) {
  color: #087a68;
  font-weight: 800;
}

.cust-table .table td:nth-child(3),
.cust-table .table td:nth-child(4) {
  font-weight: 600;
}

.cust-table .table tr:last-child td {
  color: #172b4d;
  font-weight: 800;
  background: #edf4fb;
}

/* Horizontal scrollbar */
.cust-table::-webkit-scrollbar {
  height: 9px;
}

.cust-table::-webkit-scrollbar-track {
  background: #edf2f7;
  border-radius: 999px;
}

.cust-table::-webkit-scrollbar-thumb {
  background: #88a7c6;
  border-radius: 999px;
}

.cust-table::-webkit-scrollbar-thumb:hover {
  background: #668caf;
}

@media (max-width: 600px) {
  .cust-table {
    margin: 14px 0;
    border-radius: 11px;
  }

  .cust-table .table {
    min-width: 620px;
  }

  .cust-table .table th,
  .cust-table .table td {
    padding: 11px 12px;
  }
}
.icon-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 18px 0 10px;
  color: #172b4d;
  line-height: 1.35;
}

.icon-heading__icon {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(21, 94, 239, 0.25);
  border-radius: 10px;
  color: #155eef;
  background: #f6f9ff;
}

.icon-heading__icon .bi {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 600px) {
  .icon-heading {
    flex-direction: column;
    gap: 7px;
    text-align: center;
  }
}
.primary-menu ul {
  background: #41357a;
}
.primary-menu li:hover .icon,
.primary-menu li a:hover {
  color: #b312c8;
  transition: all 0.3s ease;
}
.back-to-top {
  background: #41357a;
}
.nav-toggle .toggle-icon,
.nav-toggle svg {
  background: #41357a;
}

    .contact-section {
      padding: 11px 20px;
    }

    .contact-container {
      width: 100%;
      max-width: 1100px;
      margin: 0 auto;
    }

    .contact-heading {
      max-width: 720px;
      margin: 0 auto 40px;
      text-align: center;
    }

    .contact-heading h1 {
      margin: 0 0 15px;
      font-size: clamp(2rem, 5vw, 3.25rem);
      line-height: 1.15;
      color: #172033;
    }

    .contact-heading p {
      margin: 0;
      font-size: 1.05rem;
      color: #5b6472;
    }

    .contact-wrapper {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
      gap: 30px;
      align-items: stretch;
    }

    .contact-info,
    .contact-form {
      background: #ffffff;
      border-radius: 18px;
      box-shadow: 0 14px 40px rgba(23, 32, 51, 0.08);
    }

    .contact-info {
      padding: 38px;
      background: linear-gradient(145deg, #172033, #293b63);
      color: #ffffff;
    }

    .contact-info h2 {
      margin: 0 0 15px;
      font-size: 1.7rem;
      color: white;
    }

    .contact-info p {
      margin: 0 0 30px;
      color: rgba(255, 255, 255, 0.82);
    }

    .contact-email {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      color: #ffffff;
      font-size: 1rem;
      font-weight: 700;
      text-decoration: none;
      overflow-wrap: anywhere;
    }

    .contact-email:hover,
    .contact-email:focus {
      text-decoration: underline;
    }

    .contact-form {
      padding: 38px;
    }

    .form-row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 20px;
    }

    .form-group {
      margin-bottom: 22px;
    }

    .form-group label {
      display: block;
      margin-bottom: 8px;
      font-size: 0.95rem;
      font-weight: 700;
      color: #273247;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 14px 16px;
      font: inherit;
      color: #1f2933;
      background: #ffffff;
      border: 1px solid #d6dce5;
      border-radius: 10px;
      outline: none;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
    }

    .form-group textarea {
      min-height: 160px;
      resize: vertical;
    }

    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: #405f9d;
      box-shadow: 0 0 0 3px rgba(64, 95, 157, 0.15);
    }

    .privacy-group {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 24px;
    }

    .privacy-group input {
      width: auto;
      margin-top: 5px;
    }

    .privacy-group label {
      font-size: 0.9rem;
      color: #5b6472;
    }

    .submit-button {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      min-height: 50px;
      padding: 13px 28px;
      font: inherit;
      font-weight: 700;
      color: #ffffff;
      background: #293b63;
      border: 0;
      border-radius: 10px;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.2s ease;
    }

    .submit-button:hover {
      background: #172033;
      transform: translateY(-1px);
    }

    .submit-button:focus {
      outline: 3px solid rgba(64, 95, 157, 0.3);
      outline-offset: 3px;
    }

    @media (max-width: 800px) {
      .contact-wrapper {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 580px) {
      .contact-section {
        padding: 15px 15px;
      }

      .contact-info,
      .contact-form {
        padding: 25px;
      }

      .form-row {
        grid-template-columns: 1fr;
        gap: 0;
      }

      .submit-button {
        width: 100%;
      }
    }

    .blog-box {
  position: relative;
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #dce6f1;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(19, 45, 78, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.blog-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2f80ed, #7c3aed, #19a58c);
}

.blog-box:hover {
  border-color: #bfd3e8;
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(19, 45, 78, 0.14);
}

.blog-img {
  position: relative;
  overflow: hidden;
  background: #eaf1f8;
}

.blog-img::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(16, 36, 63, 0) 55%,
    rgba(16, 36, 63, 0.18) 100%
  );
}

.blog-img a {
  display: block;
}

.blog-img img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition:
    transform 0.4s ease,
    filter 0.4s ease;
}

.blog-box:hover .blog-img img {
  transform: scale(1.045);
  filter: saturate(1.06);
}

.blog-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.blog-content h2 {
  margin: 0 0 13px;
  padding: 0;
  color: #172b4d;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 800;
  line-height: 1.3;
}

.blog-content p {
  margin: 0 0 22px;
  color: #52657a;
  line-height: 1.7;
}

.blog-content .learn-more {
  display: inline-flex;
  min-height: 44px;
  margin-top: auto;
  padding: 10px 17px;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 10px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  background: linear-gradient(90deg, #2f80ed, #7257dc);
  box-shadow: 0 7px 16px rgba(47, 128, 237, 0.22);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.blog-content .learn-more::after {
  content: "\2192";
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.blog-content .learn-more:hover,
.blog-content .learn-more:focus {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.06);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(47, 128, 237, 0.3);
}

.blog-content .learn-more:hover::after,
.blog-content .learn-more:focus::after {
  transform: translateX(3px);
}

.blog-content .learn-more:focus-visible {
  outline: 3px solid rgba(47, 128, 237, 0.25);
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .blog-box {
    border-radius: 15px;
  }

  .blog-img img {
    height: 200px;
  }

  .blog-content {
    padding: 20px;
  }

  .blog-content h2 {
    font-size: 1.3rem;
  }

  .blog-content .learn-more {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blog-box,
  .blog-img img,
  .blog-content .learn-more,
  .blog-content .learn-more::after {
    transition: none;
  }

  .blog-box:hover,
  .blog-box:hover .blog-img img,
  .blog-content .learn-more:hover {
    transform: none;
  }
}
.cust-h1 {
  margin: 0 0 24px;
  color: #172b4d;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  letter-spacing: -0.02em;
}