html, body {
  min-height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.inner-page {
  padding-top: 90px;
  background-color: #f5f8fa;
}

body.homepage {
  padding-top: 90px;
}

#main-slider .carousel-content .brand-name {
  text-transform: none;
}

body#contact {
  overflow: auto;
}

#main-menu.navbar {
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

#main-menu .navbar-brand img {
  max-height: 91px;
  width: auto;
}

#footer {
  margin-top: auto;
}

.cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 1280px;
  background: #ffffff;
  color: #1f3b4d;
  border: 1px solid #dbe5ec;
  border-radius: 12px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.15);
  padding: 14px 18px;
  z-index: 1050;
}

.cookie-banner .container {
  width: 100% !important;
  max-width: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.cookie-banner__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-banner__content strong {
  font-size: 15px;
  color: #0b3142;
}

.cookie-banner__details {
  border-top: 1px solid #eef2f6;
  margin-top: 10px;
  padding-top: 10px;
  display: grid;
  gap: 10px;
}

.cookie-banner__details[hidden] {
  display: none !important;
}

.cookie-banner.is-customizing .cookie-banner__details {
  display: grid;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e6edf3;
  border-radius: 8px;
  background: #f9fbfd;
}

.cookie-toggle--locked {
  background: #f4f7fb;
  border-style: dashed;
}

.cookie-toggle__label {
  font-weight: 600;
  color: #0b3142;
  margin: 0;
}

.cookie-toggle__description {
  margin: 4px 0 0;
  color: #4f6070;
  font-size: 13px;
  line-height: 1.4;
}

.cookie-toggle__state {
  color: #5c6c7a;
  font-size: 13px;
}

.cookie-toggle__control {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 46px;
  height: 24px;
}

.cookie-toggle__control input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.cookie-toggle__control-switch {
  position: relative;
  display: block;
  width: 46px;
  height: 24px;
  background: #c8d4e0;
  border-radius: 50px;
  transition: background 0.2s ease;
}

.cookie-toggle__control-switch::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
}

.cookie-toggle__control input:checked + .cookie-toggle__control-switch {
  background: #3fb37f;
}

.cookie-toggle__control input:checked + .cookie-toggle__control-switch::after {
  transform: translateX(22px);
}

.cookie-details__actions {
  display: flex;
  justify-content: flex-end;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-banner__actions .btn {
  min-width: 110px;
}

.navbar-nav > li.nav-user {
  font-weight: 600;
  color: #1f3b4d;
  /* padding-top: 23px;
  padding-bottom: 40px; */
}

.navbar-nav>li.nav-user>a {
    /* padding-top: 23px;
    padding-bottom: 40px; */
}

.navbar-nav > li.cta > a {
  background: #e94e77;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 18px;
  margin-left: 6px;
}

.navbar-nav > li.cta > a:hover,
.navbar-nav > li.cta > a:focus {
  background: #d53f65;
}

.navbar-nav > li.disabled > a,
.navbar-nav > li > a.disabled-link {
  cursor: not-allowed;
  opacity: 0.5;
}

.navbar-nav > li.disabled > a:hover,
.navbar-nav > li > a.disabled-link:hover {
  text-decoration: none;
  background: transparent;
}

.section-intro {
  padding: 60px 0;
  background: #fff;
}

.section-intro h1 {
  margin-top: 0;
  font-weight: 700;
  color: #264653;
}

.panel-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(15, 35, 58, 0.1);
  padding: 30px;
}

.panel-card h1,
.panel-card h2 {
  color: #0b3142;
}

.gama-highlight {
  position: relative;
  padding: 38px 40px;
  border: 1px solid #dfeaf1;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #f4fbfe 100%);
  overflow: hidden;
}

.gama-highlight__content {
  position: relative;
}

.gama-highlight__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f6fc;
  color: #2a95be;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gama-highlight__title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.2;
  color: #0b3142;
}

.gama-highlight__lead {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 1.75;
  color: #264653;
}

.gama-highlight p {
  margin-bottom: 16px;
}

.gama-highlight__benefits {
  margin: 24px 0 0;
  padding: 0;
}

.gama-highlight__benefits li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  color: #324b5c;
}

.gama-highlight__benefits i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #45aed6;
  font-size: 18px;
}

.gama-highlight__actions {
  margin-top: 28px;
}

.gama-highlight__note {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5c6c7a;
}

.gama-highlight__media {
  position: relative;
  text-align: center;
}

.gama-highlight__media::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: -18px;
  left: 20px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(69, 174, 214, 0.16), rgba(233, 78, 119, 0.10));
}

.gama-highlight__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(15, 35, 58, 0.18);
}

.project-abstract {
  background: #f7fbfd;
}

.project-abstract__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f6fc;
  color: #2a95be;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-abstract .section-title {
  margin-top: 0;
  color: #0b3142;
}

.project-abstract .lead {
  color: #264653;
  line-height: 1.65;
}

.project-abstract p {
  color: #4b5d68;
  line-height: 1.8;
}

.project-abstract__summary {
  height: 100%;
  padding: 26px;
  border: 1px solid #dfeaf1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 35, 58, 0.08);
}

.project-abstract__summary-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #edf3f7;
}

.project-abstract__summary-item:first-child {
  padding-top: 0;
}

.project-abstract__summary-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.project-abstract__summary-item span {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #45aed6;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
}

.project-abstract__summary-item p {
  margin: 0;
  color: #264653;
  font-weight: 600;
  line-height: 1.45;
}

.project-abstract__pillars {
  margin-top: 34px;
}

.project-pillar {
  min-height: 100%;
  padding: 30px;
  border: 1px solid #dfeaf1;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 35, 58, 0.08);
}

.project-pillar--accent {
  border-color: rgba(233, 78, 119, 0.22);
}

.project-pillar__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.project-pillar__icon {
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #e8f6fc;
  color: #2a95be;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
}

.project-pillar--accent .project-pillar__icon {
  background: #fdeaf0;
  color: #e94e77;
}

.project-pillar__number {
  display: block;
  margin-bottom: 5px;
  color: #6b7b88;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.project-pillar h3 {
  margin: 0;
  color: #0b3142;
  font-size: 24px;
  line-height: 1.25;
}

.project-pillar__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0;
}

.project-pillar__locations span {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 999px;
  background: #f0f6fa;
  color: #355164;
  font-size: 13px;
  font-weight: 600;
}

.project-pillar__list {
  margin: 22px 0 0;
}

.project-pillar__list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  color: #324b5c;
  line-height: 1.65;
}

.project-pillar__list li:last-child {
  margin-bottom: 0;
}

.project-pillar__list i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #45aed6;
}

.project-pillar--accent .project-pillar__list i {
  color: #e94e77;
}

.project-pillar__cta {
  margin-top: 26px;
}

.form-section {
  padding: 40px 0;
}

.form-section .form-control,
.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="password"],
.form-section textarea {
  border-radius: 8px;
  border-color: #dbe5ec;
  box-shadow: none;
}

.alert-inline {
  border-radius: 10px;
  padding: 15px 18px;
  margin-bottom: 20px;
}

.dashboard-links a {
  display: inline-block;
  margin-right: 12px;
  color: #1976d2;
}

@media (max-width: 767px) {
  .navbar-nav > li.nav-user {
    /* padding-left: 15px;
    padding-right: 15px; */
  }

  .navbar-nav > li.cta > a {
    display: inline-block;
    margin-top: 10px;
  }

  .cookie-banner {
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    border-radius: 0;
  }

  .cookie-banner__details {
    gap: 8px;
  }

  .cookie-toggle {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .cookie-details__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .cookie-banner .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner__actions {
    width: 100%;
    justify-content: flex-start;
  }

  .gama-highlight {
    padding: 24px 20px;
  }

  .gama-highlight__title {
    font-size: 26px;
  }

  .gama-highlight__lead {
    font-size: 17px;
  }

  .gama-highlight__actions .btn {
    width: 100%;
  }

  .gama-highlight__media {
    margin-top: 28px;
  }

  .gama-highlight__media::before {
    right: 10px;
    left: 10px;
  }

  .project-abstract__intro {
    display: block;
  }

  .project-abstract__summary {
    margin-top: 24px;
  }

  .project-pillar {
    margin-bottom: 22px;
    padding: 24px 20px;
  }

  .project-pillar h3 {
    font-size: 21px;
  }

  .project-pillar__cta {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .gama-highlight__content {
    display: flex;
    align-items: center;
  }

  .gama-highlight__media {
    margin-left: 20px;
  }

  .project-abstract__intro {
    display: flex;
  }

  .project-abstract__pillars {
    display: flex;
  }

  .project-abstract__pillars > [class*="col-"] {
    display: flex;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gama-highlight {
    padding: 30px 24px;
  }

  .gama-highlight__title {
    font-size: 30px;
  }

  .gama-highlight__media {
    margin-top: 28px;
  }

  .project-abstract__summary {
    margin-top: 24px;
  }

  .project-pillar {
    margin-bottom: 24px;
  }
}


/* spacing helpers */
.mt-2 { margin-top: 12px !important; }
.mt-3 { margin-top: 16px !important; }
.mt-4 { margin-top: 24px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-25 { margin-top: 25px !important; }
.mb-0 { margin-bottom: 0 !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-20 { margin-bottom: 20px !important; }
.btn-block { display: block; width: 100%; }



/* CUSTOM */
@media (min-width: 1200px) {
    .container {
        width: 1480px;
    }
}


	.div_info{
		text-align: center;
		background-color: #fff3cd;
		color: #000; 
		padding-top:8px;
		padding-bottom:8px;
	}
