/* inter-200 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/inter-v18-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-regular - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-italic - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/inter-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/inter-v18-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  /* inter-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/inter-v18-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }



* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-weight: 200;
}

/* Allgemeine Stile */
body {
    font-family: 'Inter', Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #EFEFEF;
        color: #333;

}

p{
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.why {
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.1;
}

#why-section {
    background-color: var(--brand-primary);
}


.section-wrapper {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px; /* Optional: Innenabstand */
}

.radius-text {
  font-size: 10px;
}

.hero.layout {
  display: block;
}
.beginning.column {
  text-align: center;
}
.teaser.column {
  text-align: center;
}
.hero h1{
  font-size: 8rem;
  line-height: 0.8;
}

.teaser {
  padding-top:20px!important;
  max-width:650px;
  margin: auto;
  position: relative;
}

.teaserimg {
  margin-top:50px;
}

.teaserimg img {
  width:100%;
}

.white {
    background-color: #FFF;
}

header {
    width:100%;
    margin: 0 auto;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    background-color: rgba(230,230,230,0.5);
    backdrop-filter: blur(10px);
    z-index: 1;
    border-bottom: 1px solid #E0E0E0;
}

.head {
  display: flex;;
  max-width:1300px;
}


header h1 {
    margin: 0;
    font-size: 1.5em;
    font-weight: 400;
}

.head img {
    height: 30px; /* Breite des Bildes */
    margin:auto;
}

h1{
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2;
}

h2{
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 25px;
}

h3{
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 25px;

}
h4{
  font-weight: 400;
  margin-bottom: 25px;

}

td p {
  margin-top:20px;
}

p-color p {
  font-size: 14px;
  font-style: normal;
  line-height: 140%;
  font-family: Inter;
  font-weight: 200;
  margin-bottom: 20px;
}

#touchpoints p {
  margin-top:10px;
}

p-color {
  margin-bottom: 0px;
}

strong {
  font-weight: 400;
}

ul {
  padding: 30px 0px 30px 15px;
}


nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}


nav ul li {
    display: inline;
    font-size: 12px;;
}

nav ul li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    transition: background-color 0.3s;
}

nav ul li a:hover {
    background-color: #ddd;
    border-radius: 5px;
}

.navbar {
    display: none;
}


#dynamic-menu {
  top: 0;
  padding: 10px;
}

.user-menu {
  position: absolute;
  display: inline-block;
  top: 15px;
  right:15px;
}

.user-menu .button-filled {
  margin-top: 5px;
  border-radius: 5px;
  background: var(--jos-blau, #0085FF);
  display: inline-flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  border: 1px solid transparent; /* Setze eine transparente Border */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Definiere, welche Eigenschaften animiert werden sollen */
}

#dynamic-menu a.active {
  color: #0085FF; /* Farbe für hervorgehobene Links */
}
/* mobile menü */

.container {
  max-width: 1050px;
  width: 90%;
  margin: auto;
}

.navbar {
  width: 100%;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

.navbar .menu-items {
  display: flex;
}

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.0rem;
  padding: 0.7rem;
}

.navbar .nav-container a:hover{
    font-weight: bolder;
}

.nav-container {
  display: block;
  /*position: relative;*/
  height: 60px;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: 20px;
  right: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #0e2431;
}

.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  padding-top: 120px;
  height: 100vh;
  width: 100vw;
  transform: translate(-150%);
  display: flex;
  flex-direction: column;
  /*margin-left: -40px;*/
  /*padding-left: 50px;*/
  transition: transform 0.5s ease-in-out;
  text-align: center;
  background-color: rgba(10,10,10,0.9);
  left:0px;
  top:0px;
  position: absolute;
  color:#fff;
}

.navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.0rem;
  font-weight: 500;
}

.logo {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 1.2rem;
  color: #0e2431;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
  background: #fff;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
  background: #fff;
}

.nav-container input[type="checkbox"]:checked ~ .logo{
  display: none;
}
/*login*/
.k-panel.k-panel-outside {
  min-height: 50vh!important;
  min-height: 50dvh!important;
}
.jos-button {
  background-color: #0085FF;
  padding:15px 20px 15px 20px;
  border-radius: 5px;
  color:#fff;
}


/*login end */


/*kontakt formular */
.kontakt-field {
  padding:10px 0px 10px 0px;
}

.kontakt-field label {
  display: inline-block;
  width:100px;
}

#kontaktformular input {
  border:0px;
}

#kontaktformular input.jos-button {
  margin-left: 300px;

}

.kontakt-field input {
  padding:15px;
  background-color:#E0E0E0;
  border-radius: 5px;
  border:0px;
  min-width:300px;
  max-width:80%;
}
.kontakt-field textarea {
  padding:15px;
  background-color:#E0E0E0;
  border-radius: 5px;
  border:0px;
  min-width:300px;
  max-width:80%;
}
.kontakt-field select {
padding: 10px;
    width: 300px;
    background-color: #e0e0e0;
    border: 0px;
    border-radius: 5px;
    height: 45px;
}
/*mobile menu end */

.start {
    position: relative;
    top:40px;
}

.startbox-container {
    margin-top: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
}

.startbox {
    flex: 1 1 calc(33.333% - 16px);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 16px;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
}
.startbox_top {
    height:120px;
    vertical-align: bottom;
}

.startbox_top img {
  max-width: 250px;
}


.identity, .design {
    padding-top: 20px;
}

.toggle-block {
  margin-bottom: 20px;
}

.toggle-block input {
  display: none;
}

#touchpoints .toggle-block label {
padding: 0px;}

.toggle-block label {
  cursor: pointer;
  display: flex; /* Flexbox verwenden, um Text und Icon nebeneinander zu platzieren */
  align-items: center;
  padding: 30px 10px 30px 10px;
  border-bottom: 1px solid #EFEFEF;
  margin: 0;
  position: relative; /* Für absolute Positionierung des Icons */
}

 #faq  .toggle-block label {
  cursor: pointer;
  display: flex; /* Flexbox verwenden, um Text und Icon nebeneinander zu platzieren */
  align-items: center;
  padding: 30px 10px 30px 10px;
  border-bottom: 1px solid #ddd;
  margin: 0;
  position: relative; /* Für absolute Positionierung des Icons */
}

.toggle-block label .icon {
  margin-left: auto; /* Schiebt das Icon nach rechts */
  width: 50px; /* Breite des Icons */
  height: 50px; /* Höhe des Icons */
  background-image: url('../icons/icon-open.svg'); /* Standard-Icon */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease; /* Für eine Dreh-Animation */
}

.toggle-block input:checked + label .icon {
  background-image: url('../icons/icon-close.svg'); /* Geändertes Icon bei geöffnetem Accordion */
  transform: rotate(0deg); /* Dreht das Icon um 180 Grad */
}

.toggle-block input:checked + label {
  border-bottom:0px;
}

#touchpoints .toggle-content{
  padding: 0px;;
}

.toggle-content {
  display: none;
  padding: 10px;
}

.toggle-block input:checked + label + .toggle-content {
  display: block;
}


.grid-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.text-content {
    grid-column: span 2;
}

.text-content ul {
    list-style-type: disc !important;
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.text-content ol {
    list-style-type: decimal !important;
    margin: 0 0 20px 0;
    padding-left: 20px;
}

.text-content li {
    list-style: inherit !important;
    margin-bottom: 8px;
    line-height: 1.6;
}

.image-content {
    grid-column: span 4;
}


#touchpoints .column{
  min-width:300px;
}

#tp-logo {
  position: relative;
  width: 250px;
  text-align: center;
  margin: auto;
  top: -130px;
}

.layout {
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}

.full-width {
  flex: 1 1 100%; /* Nimmt die gesamte Breite ein */
  margin-bottom: 20px; /* Abstand nach unten */
}


.column {
    flex: 0 0 calc(var(--span) / 6 * 90%);
    padding: 10px;
    box-sizing: border-box;
}

.color-block {
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
}

.file-list {
    list-style: none;
    padding: 0;
}

.file-list li {
    margin: 5px 0;
}

figure {
    margin: 0;
    padding: 0;
}

figure img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}

figure figcaption {
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #000;
}

video {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

pre {
    background-color: #f4f4f4;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
}

code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 0.9em;
}

/*contact form*/
.honeypot {
  position: absolute;
  left: -9999px;
}
/*contact form*/

/*buttons*/

/* Style link buttons */
a.btn {
  text-decoration: none;
}

.btn {
  display: inline-flex; /* Verwende Flexbox für die vertikale Zentrierung */
  align-items: center; /* Zentriert die Elemente vertikal */
  border: none;
  color: #000;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  margin-left: -20px;
  transition: color 0.3s ease, padding-left 0.3s ease; /* Animiert Farbe und Padding */
}

.btn:hover {
  padding-left: 30px;
  color: var(--jos-blau, #0085FF);
}

.icon-arrow {
  width: 30px; /* Breite des Icons */
  height: 30px; /* Höhe des Icons */
  margin-right: 8px; /* Abstand zwischen Icon und Text */
  vertical-align: middle; /* Vertikale Ausrichtung des Icons */
  transition: all 0.3s ease; /* Animiert die Füllfarbe */
}


/* call2actio buttons */

a.button-filled {
  text-decoration: none;
}

.button-filled {
  margin-top: 15px;
  border-radius: 5px;
  background: var(--jos-blau, #0085FF);
  display: inline-flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: 1px solid transparent; /* Setze eine transparente Border */
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease; /* Definiere, welche Eigenschaften animiert werden sollen */
}

.button-filled:hover {
  background-color: inherit;
  border-color: #0085FF; /* Ändere nur die Farbe der Border */
  color: #0085FF;
}

.icon-content figure img {
  max-width: 100%;
    height: auto;
    border-radius: 5px;
    width: 200px;
    height: 200px;
    background-color: #fff;
}

#icons .icon-content svg {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  /* Optional: add border to match .column */
  /* border: 1px solid #eee; */
}



/* links */

a {
  text-decoration: none;
  font-weight: 500;
  color:#0085FF;
}
a:hover {
  text-decoration: underline;
}

.li-link {
  list-style-type: none;
}

/* color bereich */
.color-section {
  background-color: #fff;
  padding-top:30vh;
}

.primcolor {
  border-radius: 5px 0px 0px 5px;
  margin-top:5px;
  height:300px;
}

.sekundaer .column {
  position: relative;
}

.seccolor {
  border-radius: 5px 0px 0px 5px;
  margin:5px 0 0 auto;
  width:80%;
  height:200px;
  padding:10px;
}

.primaer {
  margin-top:50px;
}

.sekundaer {
  margin-top:50px;
}

.sekundaer .column {
  padding:0px;
}

/*partner*/
.partner img {
  width:150px;
}

.column.partner {
  min-width:inherit!important;
}


/* footer */
footer {
  padding: 20px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

footer p{
  font-size: 12px;
}

.footer-logo {
  display: flex;
  justify-content: flex-start; /* Logo linksbündig */
  margin-bottom: 20px;
  margin-left: -6px;
}
.footer-logo img {
  height:20px;
}

.footer-columns {
  display: flex;
  justify-content: space-between; /* Gleichmäßige Verteilung der Spalten */
  gap: 20px; /* Abstand zwischen den Spalten */
  margin-bottom: 20px;
}

footer .column {
  flex: 1; /* Jede Spalte nimmt gleich viel Platz ein */
  min-width: 0; /* Verhindert Überlauf bei zu breitem Inhalt */
  padding: 23px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between; /* Elemente gleichmäßig verteilen */
  align-items: center;
}

.footer-links {
  display: flex;
  list-style-type: none; /* Entfernt Aufzählungszeichen */
  gap: 10px; /* Abstand zwischen den Links */
  padding: 0;
  margin: 0;
}

.footer-links li a {
  text-decoration: none;
  color: #000;
}

footer hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #E0E0E0;
}

.custom-hr {
  margin: 20px 0; /* Abstand oben und unten */
}


hr {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #EFEFEF;
}


#icons .layout {
      display: flex;
      flex-wrap: wrap;
      gap: 24px;
    }
    #icons .column {
      flex: 0 1 200px;
      max-width: 200px;
      box-sizing: border-box;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 16px;
      background: #fafbfc;
      margin-bottom: 0px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    #icons figure {
      margin: 0 0 8px 0;
      text-align: center;
    }
    #icons img {
      max-width: 100%;
      max-height: 120px;
      display: block;
      margin: 0 auto 4px auto;
      border-radius: 4px;
      /* box-shadow removed */
    }
    #icons .filename {
      font-size: 0.95em;
      color: #888;
      margin-top: 12px;
      margin-bottom: 18px;
      word-break: break-all;
      text-align: center;
    }
    #icons .info-box {
      background: #eaf6ff;
      color: #22577a;
      border-left: 4px solid #38a1db;
      padding: 8px 12px;
      margin-top: 8px;
      border-radius: 4px;
      font-size: 0.95em;
      width: 100%;
      box-sizing: border-box;
    }

/* Responsive Anpassungen */
@media (max-width: 768px) {

    .navbar {
        display: inherit;
    }
    .desk-navbar {
        display: none;
    }
    nav ul {
        flex-direction: column;
        align-items: flex-start;
    }

    .layout {
        flex-direction: column;
    }

    .column {
        min-width: 100%;
    }

    .startbox {
        flex: 1 1 100%;
    }

    .grid-container {
        grid-template-columns: 1fr;
    }

    .text-content, .image-content {
        grid-column: span 6;
    }
    #kontaktformular input.jos-button {
        margin-left: 0px;
        width: 100%;
    }
    .layout {
    gap: 0px;
    }
    header {
      position: inherit;
    }
    .primcolor {
    flex-wrap: nowrap;
    height: auto;
    }
}

/* HERO SECTION STYLES */
.hero.layout {
    display: flex;
    flex-wrap: nowrap; /* Prevents wrapping on desktop */
    min-height: 100vh;
    align-items: stretch;
}

/* Override the theme's flawed column width calculation specifically for the hero section */
.hero.layout > .column {
    flex: 0 0 calc(var(--span) / 6 * 100%); /* Correct width calculation */
    max-width: calc(var(--span) / 6 * 100%);
    padding: 10px; /* Maintain padding */
}

.hero-image img {
    width: 100%;
    object-fit: cover;
}

/* RESPONSIVE BEHAVIOR FOR HERO SECTION */
@media (max-width: 992px) { /* Breakpoint for tablets and mobile */
    .hero.layout {
        flex-direction: column; /* Stack text and image vertically */
        flex-wrap: wrap; /* Allow wrapping again for mobile */
        min-height: auto; /* Allow section height to be determined by content */
        text-align: center; /* Center the text content */
    }

    .hero .beginning {
        order: 1; /* Ensure text comes first */
        margin-top: 80px; /* Add some space at the top */
    }

    .hero .hero-image {
        order: 2; /* Ensure image comes after the text */
        width: 90%;
        height: auto; /* Reset height */
        margin: 40px auto 0; /* Add space above the image and center it */
        --span: 12 !important; /* Make it take full width of the grid */
        flex-basis: auto; /* Reset flex-basis for mobile */
    }

    .hero-image img {
        height: auto; /* Let the image height be natural */
        width: 100%;
    }
}

/* New Footer CSS */
.footer_area {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
    box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
    padding:60px;
    background-color: #fff; /* Added a default background color */
}
.footer_area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.footer_area .row .col,
.footer_area .row .col-1,
.footer_area .row .col-10,
.footer_area .row .col-11,
.footer_area .row .col-12,
.footer_area .row .col-2,
.footer_area .row .col-3,
.footer_area .row .col-4,
.footer_area .row .col-5,
.footer_area .row .col-6,
.footer_area .row .col-7,
.footer_area .row .col-8,
.footer_area .row .col-9,
.footer_area .row .col-auto,
.footer_area .row .col-lg,
.footer_area .row .col-lg-1,
.footer_area .row .col-lg-10,
.footer_area .row .col-lg-11,
.footer_area .row .col-lg-12,
.footer_area .row .col-lg-2,
.footer_area .row .col-lg-3,
.footer_area .row .col-lg-4,
.footer_area .row .col-lg-5,
.footer_area .row .col-lg-6,
.footer_area .row .col-lg-7,
.footer_area .row .col-lg-8,
.footer_area .row .col-lg-9,
.footer_area .row .col-lg-auto,
.footer_area .row .col-md,
.footer_area .row .col-md-1,
.footer_area .row .col-md-10,
.footer_area .row .col-md-11,
.footer_area .row .col-md-12,
.footer_area .row .col-md-2,
.footer_area .row .col-md-3,
.footer_area .row .col-md-4,
.footer_area .row .col-md-5,
.footer_area .row .col-md-6,
.footer_area .row .col-md-7,
.footer_area .row .col-md-8,
.footer_area .row .col-md-9,
.footer_area .row .col-md-auto,
.footer_area .row .col-sm,
.footer_area .row .col-sm-1,
.footer_area .row .col-sm-10,
.footer_area .row .col-sm-11,
.footer_area .row .col-sm-12,
.footer_area .row .col-sm-2,
.footer_area .row .col-sm-3,
.footer_area .row .col-sm-4,
.footer_area .row .col-sm-5,
.footer_area .row .col-sm-6,
.footer_area .row .col-sm-7,
.footer_area .row .col-sm-8,
.footer_area .row .col-sm-9,
.footer_area .row .col-sm-auto,
.footer_area .row .col-xl,
.footer_area .row .col-xl-1,
.footer_area .row .col-xl-10,
.footer_area .row .col-xl-11,
.footer_area .row .col-xl-12,
.footer_area .row .col-xl-2,
.footer_area .row .col-xl-3,
.footer_area .row .col-xl-4,
.footer_area .row .col-xl-5,
.footer_area .row .col-xl-6,
.footer_area .row .col-xl-7,
.footer_area .row .col-xl-8,
.footer_area .row .col-xl-9,
.footer_area .row .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}
.single-footer-widget .copywrite-text a {
    color: #747794;
    font-size: 1rem;
}
.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
    color: #3f43fd;
}
.single-footer-widget .widget-title {
    margin-bottom: 1.5rem;
    font-weight: 600; /* Make title bolder */
}
.single-footer-widget .footer_menu ul {
    padding: 0; /* Reset padding */
}
.single-footer-widget .footer_menu li {
    margin-bottom: 1rem;
}
.single-footer-widget .footer_menu li a {
    color: #333; /* Match existing link color */
    display: block;
    font-size: 1rem;
    font-weight: 200; /* Match existing font weight */
}
.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
    color: #0085FF; /* Match existing hover color */
}
.single-footer-widget .footer_menu li:last-child a {
    margin-bottom: 0;
}

.footer_social_area {
    position: relative;
    z-index: 1;
    margin-top: 20px; /* Add some space */
}
.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    background-color: #f5f5ff;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
}
.footer_social_area a i {
    line-height: 40px; /* Corrected from 36px */
    color: #333;
}
.footer_social_area a:hover,
.footer_social_area a:focus {
    background-color: #0085FF; /* Match hover color */
}
.footer_social_area a:hover i {
    color: #ffffff;
}

ol li, ul li {
    list-style: none;
}

ol, ul {
    margin: 0;
    padding: 0;
}

/* BOOTSTRAP-LIKE GRID SYSTEM FOR FOOTER */
.footer_area .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-12, .col-sm-6, .col-lg-4, .col-lg {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
}

/*contact form alerts*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    z-index: 1;
    position: absolute;
    background: darkgray;
    color:white;
    top: 60px;
    left: 18px;
}

.alert.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert.error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert strong {
  font-weight: 600;
}

.debug-info {
  background: #f0f0f0;
  border: 1px solid #ddd;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  font-family: monospace;
  font-size: 12px;
}

.debug-info pre {
  margin: 5px 0;
  white-space: pre-wrap;
}

/*contact form end */


