:root {
  --primary-font: "Poppins", sans-serif;
  --primary-color: #36f;
  --primary-darken-color: #0039e5;
  --primary-dark-color: var(--primary-color);
  --primary-light-color: #b4b2c5;
  --background-light-color: #f9f9f9;
  --background-darken-color: #1e1e1e;
  --accent-color: #ea4c89;
  --accent-darken-color: #ff0062;
  --info-color: #42dbff;
  --danger-color: #f66565;
  --warning-color: #ffc261;
  --success-color: #28a745;
  --yellow-color: #ff3
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--primary-font)
}

:not(font) {
  font-size: 1rem
}

body {
  overflow-x: hidden;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.text-light {
  color: var(--primary-light-color)
}

.text-info {
  color: var(--info-color)
}

.text-danger {
  color: var(--danger-color)
}

.text-warning {
  color: var(--warning-color)
}

.text-success {
  color: var(--success-color)
}

.bg-warning {
  background: var(--warning-color)
}

.text-primary {
  color: var(--primary-color)
}

.align-center {
  align-items: center
}

.bg-primary {
  background-color: var(--primary-color)
}

a {
  text-decoration: none;
  color: var(--primary-dark-color)
}

img {
  max-width: 100%;
  max-height: 100%
}

main {
  flex: 1 0 auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }
}

.aos-container {
  overflow-x: hidden
}

ul {
  list-style: none
}

.btn,
input,
select,
textarea {
  border: none;
  outline: 0;
  display: inline-flex;
  align-items: center;
  padding: .65rem 1rem;
  border-radius: .5rem;
  color: #fff;
  cursor: pointer;
  transition: all .5s;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

select {
  background: #fff
}

.btn:hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
}

.btn.bg-light {
  color: #000
}

.btn.bg-primary:hover {
  background: var(--primary-darken-color)
}

.btn.bg-light:hover {
  background: var(--background-light-color)
}

.btn.bg-warning:hover {
  background: #ffa008
}

.btn-awesome {
  border-radius: .5rem 1rem
}

.btn span+i {
  margin-left: .5rem
}

label+input,
label+select,
label+textarea {
  margin-top: .5rem
}

input,
select,
textarea {
  cursor: inherit;
  width: 100%;
  border: 1px solid #f0f0f0;
  color: inherit;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .05)
}

textarea {
  resize: none;
  height: 100px
}

input:focus,
textarea:focus {
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1)
}

.topbar {
  position: relative;
  top: 10px;
  left: 50%;
  max-width: 1270px;
  width: calc(100% - 60px);
  transform: translate(-50%);
  display: flex;
  justify-content: space-between;
  color: var(--background-light-color);
  position: relative;
  z-index: 1000;
  padding: 10px;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}

.topbar .row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin: 0;
}

.topbar .col-xs {
  display: flex;
  padding: 0;
}

.topbar li {
  list-style: none;
  margin-right: 20px;
  font-size: 13px;
  display: flex;
  align-items: center;
  color: #b4b2c5;
}

.topbar li:last-child {
  margin-right: 0;
}

.topbar li i {
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
  padding: 5px;
  margin-right: 8px;
  font-size: 14px;
}

.topbar li a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.3s;
}

.topbar li a:hover {
  color: var(--primary-color);
}

.topbar .contact-area {
  display: flex;
  padding: 3px;
  align-items: center;
}

.topbar .contact-area li {
  background-color: #fff;
  border-radius: 20px;
  padding: 3px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.topbar .contact-area li:nth-child(1) {
  background-color: #fff;
}

.topbar .contact-area li:nth-child(2) {
  background-color: #fff;
}

.topbar .contact-area li:nth-child(3) {
  background-color: #fff;
}

.topbar .contact-area li:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.topbar .contact-area li i {
  font-size: 12px;
  padding: 6px;
}

.topbar .contact-area li:nth-child(1) i {
  background-color: #1222a5;
}

.topbar .contact-area li:nth-child(2) i {
  background-color: #1222a5;
}

.topbar .contact-area li:nth-child(3) i {
  background-color: #1222a5;
}

.topbar .social-icons {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 20px;
}

.topbar .social-icons li {
  margin: 0;
}

.topbar .social-icons a {
  color: var(--primary-color);
  font-size: 14px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar .social-icons a:hover {
  color: var(--primary-color);
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .topbar {
    display: none;
  }

  .navbar {
    position: fixed;
    top: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    transform: none;
    left: 0;
  }

  .navbar .container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .navbar.sticky {
    width: 100%;
    padding: 15px 0;
  }

  .navbar.sticky .container {
    padding: 0 15px;
  }

  .navbar ul:not(.social-icons) {
      display: none;
      flex-direction: column;
      gap: 15px;
      padding: 15px;
      position: absolute;
      top: 100%;
      top: 65px;
      border-top: 3px solid #4d90fe;
      border-radius: 25px;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
      z-index: 1000;
  }

  body.menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  .navbar ul:not(.social-icons).active {
    display: flex;
  }

  #navbarToggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .navbar {
    padding: 12px 0;
  }

  .navbar .container {
    padding: 0 12px;
  }

  .navbar.sticky {
    padding: 12px 0;
  }

  .navbar.sticky .container {
    padding: 0 12px;
  }
}

.navbar {
  position: relative;
  top: 10px;
  left: 50%;
  max-width: 1270px;
  width: calc(100% - 60px);
  transform: translate(-50%);
  border-radius: 25px;
  padding: 15px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
  transition: all 0.3s ease;
}

.navbar.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
}

.navbar.sticky .container {
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 30px;
}

body.dark .navbar.sticky {
  background: rgba(0, 0, 0, 0.95);
}

.navbar-brand,
.navbar-brand img {
  height: 50px
}

.navbar-brand .h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 35px
}

body.dark .navbar-brand .h1 {
  color: #fff
}

.navbar ul {
  text-align: center
}

.navbar ul li {
  display: inline-block;
  list-style: none
}

.navbar ul li a {
  display: flex;
  align-items: center;
  transition: color .3s
}

.navbar ul li a i+span {
  margin-left: .5rem
}

.navbar ul li+li {
  margin-left: .75rem
}

.navbar ul:not(.social-icons) li a {
  color: var(--primary-light-color)
}

.navbar ul.social-icons {
  font-size: 1.15rem
}

.navbar ul li a.active,
.navbar ul li a:hover {
  color: var(--primary-color)
}

#navbarToggle {
  display: none
}

.hire {
  padding: 2rem;
  border-radius: .5rem;
  margin: 0 .5rem;
  background: var(--background-light-color)
}

.hire h3 {
  margin-bottom: 0
}

footer {
  background: var(--primary-color);
  padding: 1rem 0;
  color: #fff;
  text-align: center
}

.loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 30;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s
}

.loader {
  position: relative;
  left: -9999px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--primary-color);
  box-shadow: 9999px 0 0 -5px var(--primary-color);
  animation: loader 1.5s infinite linear;
  animation-delay: .25s
}

.loader::after,
.loader::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: var(--primary-color);
  color: var(--primary-color)
}

.loader::before {
  box-shadow: 9984px 0 0 -5px var(--primary-color);
  animation: loaderBefore 1.5s infinite linear;
  animation-delay: 0s
}

.loader::after {
  box-shadow: 10014px 0 0 -5px var(--primary-color);
  animation: loaderAfter 1.5s infinite linear;
  animation-delay: .5s
}

@keyframes loaderBefore {
  0% {
    box-shadow: 9984px 0 0 -5px var(--primary-color)
  }

  30% {
    box-shadow: 9984px 0 0 2px var(--primary-color)
  }

  100%,
  60% {
    box-shadow: 9984px 0 0 -5px var(--primary-color)
  }
}

@keyframes loader {
  0% {
    box-shadow: 9999px 0 0 -5px var(--primary-color)
  }

  30% {
    box-shadow: 9999px 0 0 2px var(--primary-color)
  }

  100%,
  60% {
    box-shadow: 9999px 0 0 -5px var(--primary-color)
  }
}

@keyframes loaderAfter {
  0% {
    box-shadow: 10014px 0 0 -5px var(--primary-color)
  }

  30% {
    box-shadow: 10014px 0 0 2px var(--primary-color)
  }

  100%,
  60% {
    box-shadow: 10014px 0 0 -5px var(--primary-color)
  }
}

body.dark,
body.dark .blogs .card,
body.dark .clients .card,
body.dark .loading,
body.dark .navbar {
  background-color: #000
}

body.dark .page-layout .card,
body.dark .projects .card,
body.dark .schools .row>div,
body.dark .works>div>.row>div,
body.dark input,
body.dark select,
body.dark textarea {
  background-color: var(--background-darken-color)
}

body.dark input,
body.dark select,
body.dark textarea {
  border: 1px solid #000
}

body.dark {
  --primary-color: var(--accent-color);
  --background-light-color: var(--background-darken-color)
}

body.dark .btn.bg-light {
  background: var(--background-darken-color);
  color: #fff
}

body.dark,
body.dark .blogs .card *,
body.dark .clients .card p,
body.dark .projects .card *,
body.dark h3 {
  color: #fff
}

body.dark .blogs {
  color: #000
}

body.dark #navbarToggle {
  color: var(--primary-light-color)
}

body.dark .btn.bg-primary:hover {
  background: var(--accent-darken-color)
}

body.no-transition * {
  transition: unset !important
}

.nightToggle,
.scrollTop {
  position: fixed;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  font-size: 2.5rem;
  color: #fff;
  right: 1.5rem;
  bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .02)
}

.scrollTop {
  opacity: 0;
  transition: opacity .5s;
  z-index: -10000
}

.scrollTop.show {
  opacity: 1;
  z-index: 10000 !important
}

@media (max-width:992px) {

  #navbarToggle,
  .navbar .col-xs,
  .navbar .row,
  .navbar ul:not(.social-icons) li {
    display: block;
    margin: 0 !important;
    padding: 0
  }

    .navbar-brand {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        align-content: center;
        align-items: center;
    }

  .navbar ul {
    margin-top: 1rem
  }

  #navbarToggle i {
    cursor: pointer;
    font-size: 1.75rem;
    line-height: 1.75rem
  }

  .navbar-brand img {
    margin-right: auto
  }

  .navbar .social-icons {
    text-align: left
  }

  #navbarContent {
    height: 0;
    overflow: hidden;
    transition: height .7s
  }

  .hire {
    margin: 0 1rem
  }
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid var(--primary-color);
  margin: 1.5em 0;
  padding: .5em 10px;
  quotes: ""
}

blockquote p {
  display: inline
}

.content h1 {
  font-size: 2rem !important
}

.content h2 {
  font-size: 1.75rem !important
}

.content h3 {
  font-size: 1.5rem !important
}

.content h4 {
  font-size: 1.35rem !important
}

.content h5 {
  font-size: 1.25rem !important
}

.content h6 {
  font-size: 1.15rem !important
}

.content ol {
  margin-left: 1.5rem
}

.content ul {
  list-style-type: circle;
  margin-left: 1.5rem
}

.content pre {
  white-space: break-spaces;
  background: #00063b;
  color: #fff;
  padding: .5rem;
  border-radius: .5rem
}

@media (max-width:768px) {

  .banks,
  .blogs {
    margin: 0 !important
  }

  .pagination {
    margin-left: 0 !important;
    margin-right: 0 !important
  }
}

.whatsapp-icon {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  background: #1ebea5;
  border-radius: 50%;
  bottom: 1.5rem;
  left: 1.5rem;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .02);
  z-index: 10
}

.whatsapp-icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #fff
}

.whatsapp-icon::after {
  content: attr(placeholder);
  background: #fff;
  border-radius: .5rem;
  opacity: 0;
  position: fixed;
  left: 5.75rem;
  color: #000;
  box-shadow: 0 0 10px #c4c4c4;
  transition: opacity .5s;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden
}

.whatsapp-icon:hover:after {
  opacity: 1;
  width: auto;
  height: auto;
  padding: .5rem .75rem
}

.social-icons i {
  font-size: 1.2rem
}

@media (max-width:768px) {
  .navbar ul:not(.social-icons) li+li {
    padding-top: .5rem
  }
}

body.dark .social-icons a {
  color: #b4b2c5
}

body.dark .whatsapp-icon::after {
  background: #1e1e1e;
  color: #fff;
  box-shadow: 0 0 10px #232323
}

.cookie-notice {
  transition: all 2s;
  max-height: 0;
  box-shadow: 0 -10px 15px rgba(0, 0, 0, .2);
  background: #2c2c2c;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -1000px;
  width: 100%;
  padding: 1.5rem;
  z-index: 11;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  color: #fff
}

.cookie-notice.show {
  max-height: 1000px;
  opacity: 1;
  bottom: 0
}

.cookie-notice img {
  display: block;
  margin-right: 1rem
}

.cookie-notice p {
  margin: .75rem 0
}

.cookie-notice a {
  color: #fff;
  text-decoration: underline
}

.cookie-notice .row>div {
  flex-grow: 1
}

.cookie-notice a+a {
  margin-left: 1rem
}

@media (max-width:768px) {
  .cookie-notice .row {
    flex-direction: column-reverse
  }

  .cookie-notice img {
    margin-right: auto;
    margin-bottom: 1rem
  }
}

.projects .card p {
  word-break: break-word
}

.section .content {
  width: 100%;
  word-break: break-word
}

body.dark .content a {
  color: #fff
}

iframe {
  max-width: 100%
}

.ql-video {
  width: 600px;
  height: 300px
}

blockquote {
  color: var(--primary-dark-color)
}

.goog-te-banner-frame,
.goog-te-gadget-icon,
.goog-tooltip,
.goog-tooltip:hover {
  display: none !important;
  position: absolute;
  z-index: -1000;
  width: 0;
  height: 0;
  top: 0;
  left: 0
}

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important
}

.goog-te-gadget-simple {
  border: none !important;
  padding: 0 !important
}

.goog-te-menu-value * {
  display: none !important
}

.goog-te-menu-value span:first-of-type {
  display: block !important
}

.goog-te-gadget-simple * {
  font-size: 1rem !important
}

.goog-te-menu-frame {
  box-shadow: 0 0 10px #00000034 !important
}

.goog-te-gadget-simple {
  background: 0 0 !important
}

.hide-gtranslate-i {
  width: 0;
  opacity: 0;
  z-index: -1000
}

a.goog-te-menu-value::before {
  content: "\edcf";
  font-family: remixicon !important;
  font-style: normal;
  margin-right: .5rem;
  -webkit-font-smoothing: antialiased
}

.projects .card h4 {
  max-width: 500px
}

.projects {
  width: 100% !important
}

/* Footer Styles */
.site-footer {
  margin: 0 30px;
  flex-shrink: 0;
  border-radius: 55px 55px 0 0;
  background-color: #1d2398;
  color: #ffffff;
  padding: 80px 0 40px;
  position: relative;
  overflow: hidden;
  margin-top: auto;
}

.site-footer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  opacity: 0.8;
  z-index: 0;
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/wave-pattern.svg') no-repeat;
  background-size: cover;
  opacity: 0.03;
  pointer-events: none;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

.footer-social {
  display: flex;
  gap: 20px;
}

.footer-social-link {
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.footer-social-link:hover {
  color: var(--primary-color);
  transform: translateY(-3px);
}

.footer-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 15px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 5px;
}

.footer-contact p {
  margin-bottom: 15px;
}

.footer-contact a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-contact a:hover {
  color: #ffffff;
}

.footer-phone {
  color: #ffffff;
  font-size: 1.1rem;
}

.footer-bottom {
  padding-top: 30px;
  margin-top: 50px;
}

.footer-copyright {
  text-align: center;
  min-width: 75%;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  border-radius: 30px 30px 0 0;
  background-color: var(--background-light-color);
  color: rgb(21 19 19);
  padding: 20px;
  font-size: 1.1rem;
  margin: 0;
}

.floating-buttons {
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

.floating-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.floating-button.whatsapp {
  background-color: #25d366;
}

.floating-button.whatsapp:hover {
  background-color: #128c7e;
  transform: translateY(-3px);
}

.floating-button.scroll-top {
  background-color: var(--primary-color);
  opacity: 0;
  visibility: hidden;
}

.floating-button.scroll-top.show {
  opacity: 1;
  visibility: visible;
}

.floating-button.scroll-top:hover {
  background-color: var(--primary-darken-color);
  transform: translateY(-3px);
}

.floating-button i {
  font-size: 20px;
}

@media (max-width: 768px) {
  .site-footer {
    padding: 60px 0 30px;
    text-align: center;
  }
  
  .footer-title::after {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .footer-social {
    justify-content: center;
  }
  
  .floating-buttons {
    bottom: 20px;
    right: 20px;
  }
}
