/**
* Template Name: Logis (re-colored for European Services London Limited)
* Template URL: https://bootstrapmade.com/logis-bootstrap-logistics-website-template/
* Updated for ES London palette
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
--------------------------------------------------------------*/

/* Fonts + Colors + Global vars */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Poppins", sans-serif;

  /* Colors – ES London palette */
  --color-default: #0b1638;         /* osnovni tekst – tamno plava */
  --color-primary: #2f73ff;         /* glavni brand plava (za linije, ikonice, ne za dugmad) */
  --color-secondary: #133d7a;       /* sekundarna tamna plava */

  /* login/banking nijanse */
  --bg-deep: #050b20;
  --bg-main: #0b1638;
  --bg-accent: #133d7a;
  --brand: #2f73ff;
  --brand-soft: rgba(47, 115, 255, 0.12);
  --brand-green: #1c7c54;          /* GLAVNA ZELENA ZA DUGMAD */
  --brand-green-hover: #21a067;
  --danger: #ff3860;
  --text-main: #f7fbff;
  --text-muted: #8fa3d1;
  --card-bg: rgba(8, 18, 54, 0.92);
  --card-border: rgba(130, 162, 255, 0.45);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.75);
  --radius-lg: 24px;
  --radius-pill: 999px;
  --input-bg: rgba(6, 15, 46, 0.85);
  --input-border: rgba(119, 144, 204, 0.7);
  --focus-ring: rgba(66, 153, 255, 0.9);

  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background:
    radial-gradient(circle at top left, #193b79 0%, transparent 55%),
    radial-gradient(circle at bottom right, #0080ff 0%, transparent 55%),
    radial-gradient(circle at 10% 90%, #1c7c54 0%, transparent 45%),
    linear-gradient(135deg, var(--bg-deep), var(--bg-main));
}

/* Suptilna mreža preko pozadine (isti fazon kao login), ali ne dira layout */
body::before {
  content: "";
  position: fixed;
  inset: -200px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  opacity: 0.35;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -2;
  transform: translate3d(0, 0, 0);
}

body::after {
  content: "";
  position: fixed;
  inset: -200px;
  background: radial-gradient(
    circle at 15% 10%,
    rgba(255, 255, 255, 0.14),
    transparent 65%
  );
  opacity: 0.45;
  mix-blend-mode: soft-light;
  pointer-events: none;
  z-index: -2;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
  background: #f7f9ff; /* blaga svetla pozadina preko tamnog body bg */
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  color: var(--color-secondary);
  position: relative;
  z-index: 2;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(11, 22, 56, 0.08);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 56px;
  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 38px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.breadcrumbs .page-header:before {
  content: "";
  background-color: rgba(5, 11, 32, 0.82);
  position: absolute;
  inset: 0;
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f3f6fc;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-secondary);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4278cc;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: var(--brand-green);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: var(--brand-green-hover);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #050b20;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
}

#preloader:before,
#preloader:after {
  content: "";
  position: absolute;
  border: 4px solid var(--color-primary);
  border-radius: 50%;
  animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

#preloader:after {
  animation-delay: -0.5s;
}

@keyframes animate-preloader {
  0% {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    opacity: 1;
  }

  100% {
    width: 72px;
    height: 72px;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 0;
}

.header.sticked {
  background: rgba(5, 11, 32, 0.9);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(5, 11, 32, 0.45);
}

.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
  font-family: var(--font-primary);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 30px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--brand-green);
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 999px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: var(--brand-green-hover);
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 30px rgba(7, 19, 56, 0.25);
    transition: 0.3s;
    border-radius: 8px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: var(--color-secondary);
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-primary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: rgba(5, 11, 32, 0.95);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .get-a-quote,
  .navbar .get-a-quote:focus {
    background: var(--brand-green);
    padding: 8px 20px;
    border-radius: 999px;
    margin: 15px;
    color: #fff;
  }

  .navbar .get-a-quote:hover,
  .navbar .get-a-quote:focus:hover {
    color: #fff;
    background: var(--brand-green-hover);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: 0.5s ease-in-out;
    border: 1px solid #19335c;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(5, 11, 32, 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Featured Services Section (old template base – kept for compatibility)
--------------------------------------------------------------*/
.featured-services .service-item {
  position: relative;
  height: 100%;
  margin-bottom: 20px;
}

.featured-services .service-item .icon {
  margin-right: 20px;
}

.featured-services .service-item .icon i {
  color: var(--color-secondary);
  font-size: 48px;
  transition: 0.3s;
}

.featured-services .service-item:hover .icon {
  background: #fff;
}

.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

.featured-services .service-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 20px;
  color: var(--color-secondary);
  transition: 0.3s;
}

.featured-services .service-item .description {
  font-size: 15px;
  color: #132848;
  margin-bottom: 10px;
}

.featured-services .service-item .readmore {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  transition: 0.3s;
  font-weight: 700;
  font-size: 14px;
}

.featured-services .service-item .readmore i {
  margin-left: 8px;
}

.featured-services .service-item:hover .title,
.featured-services .service-item:hover .readmore,
.featured-services .service-item:hover .icon i {
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: var(--font-secondary);
  color: var(--color-secondary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}

.about .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: var(--color-primary);
  margin-right: 20px;
  line-height: 0;
}

.about .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s infinite steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: transparent;
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .card {
  border: 1px solid rgba(14, 29, 52, 0.15);
  background: #fff;
  position: relative;
  border-radius: 0;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: var(--color-secondary);
  transition: 0.3;
}

.services .card a:hover {
  color: var(--color-primary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-secondary);
  font-size: 15px;
}

.services .card:hover .card-img img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: linear-gradient(rgba(11, 22, 56, 0.7), rgba(5, 11, 32, 0.9)), url("../img/cta-bg.jpg") center center;
  background-size: cover;
  padding: 100px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.call-to-action p {
  color: #e0e7ff;
}

.call-to-action .cta-btn {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 999px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.call-to-action .cta-btn:hover {
  background: var(--brand-green);
  border-color: var(--brand-green);
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features {
  padding-top: 80px;
}

.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: var(--color-secondary);
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
}

.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-primary);
}

.features .features-item p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-item {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(8, 18, 54, 0.15);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 20px;
  color: var(--color-secondary);
}

.pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
  transition: 0.3s;
  border: 1px solid var(--brand-green);
  background: var(--brand-green);
}

.pricing .buy-btn:hover {
  background: var(--brand-green-hover);
  border-color: var(--brand-green-hover);
  color: #fff;
}

.pricing .featured {
  border-top-color: var(--brand-green);
}

.pricing .featured .buy-btn {
  background: var(--brand-green);
  color: #fff;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions Section
--------------------------------------------------------------*/
.faq {
  padding-top: 80px;
}

.faq .accordion-item {
  border: 0;
  margin-bottom: 10px;
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 30px 20px 60px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: rgba(11, 22, 56, 0.03);
  border-radius: 5px;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 25px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
}

.faq .accordion-body {
  padding: 0 30px 25px 60px;
  border: 0;
  background: rgba(11, 22, 56, 0.03);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Testimonials Section (original template)
--------------------------------------------------------------*/
.testimonials {
  padding: 20px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 32, 0.78);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-counter .stats-item {
  padding: 30px;
  width: 100%;
}

.stats-counter .stats-item span {
  font-size: 48px;
  display: block;
  color: var(--color-secondary);
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.stats-counter .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 500;
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid rgba(14, 29, 52, 0.15);
}

.team .member img {
  margin: -1px -1px 30px -1px;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: rgba(14, 29, 52, 0.5);
  transition: 0.3s;
}

.team .member .social a:hover {
  color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Horizontal Pricing Section
--------------------------------------------------------------*/
.horizontal-pricing .pricing-item {
  box-shadow: 0 3px 20px -2px rgba(8, 18, 54, 0.15);
  padding-bottom: 30px;
  background: #fff;
  height: 100%;
  position: relative;
}

.horizontal-pricing h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
  color: var(--color-secondary);
}

.horizontal-pricing h4 {
  font-size: 48px;
  color: var(--color-primary);
  font-weight: 400;
  font-family: var(--font-primary);
  margin-bottom: 25px;
  text-align: center;
}

.horizontal-pricing h4 sup {
  font-size: 28px;
}

.horizontal-pricing h4 span {
  color: rgba(108, 117, 125, 0.8);
  font-size: 18px;
}

.horizontal-pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #6c757d;
  text-align: left;
  line-height: 20px;
}

.horizontal-pricing ul li {
  padding-top: 15px;
  display: flex;
  align-items: center;
}

.horizontal-pricing ul i {
  color: #059652;
  font-size: 24px;
  padding-right: 3px;
}

.horizontal-pricing ul .na {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na i {
  color: rgba(108, 117, 125, 0.5);
}

.horizontal-pricing ul .na span {
  text-decoration: line-through;
}

.horizontal-pricing .buy-btn {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 999px;
  color: #fff;
  background-color: var(--brand-green);
  border: 2px solid var(--brand-green);
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-primary);
}

.horizontal-pricing .buy-btn:hover {
  background: var(--brand-green-hover);
  border-color: var(--brand-green-hover);
}

.horizontal-pricing .featured {
  background: var(--brand-green);
}

.horizontal-pricing .featured h3,
.horizontal-pricing .featured h4,
.horizontal-pricing .featured h4 span,
.horizontal-pricing .featured ul,
.horizontal-pricing .featured ul .na,
.horizontal-pricing .featured ul i,
.horizontal-pricing .featured ul .na i {
  color: #fff;
}

.horizontal-pricing .featured .buy-btn {
  background: #fff;
  color: var(--brand-green);
  border-color: #fff;
}

.horizontal-pricing .featured .buy-btn:hover {
  background: var(--brand-green-hover);
  color: #fff;
  border-color: var(--brand-green-hover);
}

/*--------------------------------------------------------------
# Get a Quote Section
--------------------------------------------------------------*/
.get-a-quote .quote-bg {
  min-height: 500px;
  background-size: cover;
  background-position: center;
}

.get-a-quote .php-email-form {
  background: #f3f6fc;
  padding: 40px;
  height: 100%;
}

@media (max-width: 575px) {
  .get-a-quote .php-email-form {
    padding: 20px;
  }
}

.get-a-quote .php-email-form h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.get-a-quote .php-email-form h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 20px 0 0 0;
}

.get-a-quote .php-email-form p {
  font-size: 14px;
  margin-bottom: 20px;
}

.get-a-quote .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.get-a-quote .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.get-a-quote .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.get-a-quote .php-email-form input,
.get-a-quote .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.get-a-quote .php-email-form input:focus,
.get-a-quote .php-email-form textarea:focus {
  border-color: var(--color-primary);
}

.get-a-quote .php-email-form input {
  padding: 12px 15px;
}

.get-a-quote .php-email-form textarea {
  padding: 12px 15px;
}

.get-a-quote .php-email-form button[type=submit] {
  background: var(--brand-green);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 999px;
}

.get-a-quote .php-email-form button[type=submit]:hover {
  background: var(--brand-green-hover);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  background: var(--color-primary);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--color-secondary);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(14, 29, 52, 0.8);
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #059652;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #059652;
  border-top-color: #fff;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: var(--brand-green);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 999px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--brand-green-hover);
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/
.service-details .services-list {
  padding: 10px 30px;
  border: 1px solid #d3dff3;
  margin-bottom: 20px;
}

.service-details .services-list a {
  display: block;
  line-height: 1;
  padding: 8px 0 8px 15px;
  border-left: 3px solid #c2cbdf;
  margin: 20px 0;
  color: var(--color-secondary);
  transition: 0.3s;
}

.service-details .services-list a.active {
  font-weight: 700;
  border-color: var(--color-primary);
}

.service-details .services-list a:hover {
  border-color: var(--color-primary);
}

.service-details .services-img {
  margin-bottom: 20px;
}

.service-details h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details h4 {
  font-size: 20px;
  font-weight: 700;
  color: var(--color-secondary);
}

.service-details p {
  font-size: 15px;
}

.service-details ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.service-details ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.service-details ul i {
  font-size: 20px;
  margin-right: 8px;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Hero Section – ES London + 2d.jpg background
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 78vh;
  background:
    linear-gradient(
      135deg,
      #050b20 0%,
      #0b1638 35%,
      #133d7a 65%,
      #1c7c54 100%
    );
  color: #f7fbff;
  display: flex;
  align-items: center;
  padding: 140px 0 80px 0;
  position: relative;
  overflow: hidden;
}

/* #hero – image background + overlay */
#hero {
  position: relative;
  z-index: 0;
  background: none !important; /* oslanjamo se na ::before image */
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("img/2d.jpg") center center / cover no-repeat;
  opacity: 0.78; /* da se vidi slika ali zadrži banking ton */
  z-index: 0;
}

#hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(5, 11, 32, 0.55); /* tamni navy filter radi čitljivosti */
  z-index: 1;
}

/* sav sadržaj hero-a iznad slike i overlay-a */
#hero .container,
#hero .row,
#hero * {
  position: relative;
  z-index: 2;
}

/* smanji default visinu hero-a za ovu stranu */
#hero.hero {
  padding-top: 20px !important;
  padding-bottom: 30px !important;
  min-height: unset !important;
}

.hero-one-row {
  align-items: center;
}

/* unutrašnji wrap za tekst (bez kartice) */
.hero-content-wrap {
  max-width: 620px;
}

/* badge na vrhu */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(173, 195, 255, 0.45);
  background: radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.14),
      transparent 60%
    ),
    linear-gradient(120deg, rgba(11, 34, 87, 0.9), rgba(24, 56, 109, 0.92));
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.45);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e0ebff;
  margin-bottom: 16px;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #35ff8d;
  box-shadow: 0 0 0 5px rgba(53, 255, 141, 0.3);
}

/* naslov i span */
.hero-title-main {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 650;
  letter-spacing: 0.03em;
  margin-bottom: 18px;
}

.hero-title-main span {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 999px;
  border: 1px solid rgba(118, 186, 255, 0.7);
  background: radial-gradient(
      circle at 0 0,
      rgba(47, 131, 255, 0.4),
      transparent 60%
    ),
    rgba(7, 27, 77, 0.75);
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #dfeaff;
  margin-left: 6px;
}

/* podnaslov */
.hero-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #8fa3d1;
  margin-bottom: 16px;
}

/* tagovi */
.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 12px;
}

.hero-tag {
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(9, 35, 97, 0.86);
  border: 1px solid rgba(142, 178, 255, 0.5);
  color: #ced9ff;
}

/* donji opis */
.hero-meta-small {
  font-size: 13px;
  color: #8fa3d1;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* CTA dugmad */
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 4px;
}

.btn-hero-primary {
  border: none;
  padding: 11px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: radial-gradient(
      circle at 0 0,
      rgba(255, 255, 255, 0.16),
      transparent 55%
    ),
    linear-gradient(135deg, var(--brand-green), var(--brand-green-hover));
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.65);
  text-decoration: none;
  transition: transform 0.13s ease-out, box-shadow 0.13s ease-out,
    filter 0.18s ease-out;
}

.btn-hero-primary:hover {
  transform: translateY(-1.5px);
  filter: brightness(1.05);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.8);
  color: #ffffff;
}

.btn-hero-ghost {
  border-radius: 999px;
  padding: 10px 18px;
  border: 1px solid rgba(28, 124, 84, 0.45);
  background: rgba(7, 18, 55, 0.82);
  color: #caffea;
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  transition: background 0.18s ease-out, border-color 0.18s ease-out,
    transform 0.12s ease-out;
}

.btn-hero-ghost:hover {
  background: rgba(28, 124, 84, 0.32);
  border-color: rgba(28, 124, 84, 0.85);
  transform: translateY(-1px);
  color: #ffffff;
}

/* HERO – desna ilustracija */
.hero-image-wrap {
  position: relative;
  width: 100%;
  margin-top: 60px; /* ispod hedera */
  overflow: visible;
  display: flex;
  justify-content: flex-end;
  pointer-events: none;
}

.hero-side-image {
  width: 130%;
  max-width: none;
  transform: rotate(-6deg);
  opacity: 0.97;
  filter: drop-shadow(0 26px 80px rgba(0,0,0,0.65));
  border-radius: 22px;
  transition: 0.35s ease;
  transform-origin: top right;
}

.hero-side-image:hover {
  transform: rotate(-3deg) scale(1.06);
}

@media(max-width: 992px) {
  .hero-side-image {
    display: none;
  }
}

/* HERO SERVICES BOXES */
.hero-services .service-box {
  background: rgba(11, 22, 56, 0.52);
  border: 1px solid rgba(130, 162, 255, 0.35);
  padding: 22px 16px;
  border-radius: 18px;
  text-align: center;
  transition: 0.25s ease;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-services .service-box:hover {
  transform: translateY(-4px);
  border-color: rgba(47, 115, 255, 0.8);
  box-shadow: 0 14px 40px rgba(0,0,0,0.4);
}

.service-icon {
  font-size: 34px;
  color: #2f73ff; /* BRAND blue */
  margin-bottom: 10px;
}

.hero-services h4 {
  font-size: 15px;
  line-height: 1.3;
  color: #e8efff;
  font-weight: 600;
  margin: 0;
}

.hero-services {
  display: flex;
  flex-wrap: wrap;
}

.hero-services .col-6,
.hero-services .col-md-3 {
  display: flex;
}

.hero-services .service-box {
  flex: 1 1 auto;
  height: 100%;
}

/* News ticker */
.hero-ticker {
  margin-top: 28px;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(118, 186, 255, 0.35);
  background: rgba(8,18,54,0.55);
  border-radius: 999px;
  padding: 10px 0;
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 34px rgba(0,0,0,0.45);
}

.hero-ticker-track {
  display: inline-block;
  white-space: nowrap;
  animation: tickerMove 22s linear infinite;
  padding-left: 100%;
  font-size: 14px;
  color: #dfeaff;
  letter-spacing: 0.04em;
}

.hero-ticker-track span {
  margin-right: 40px;
}

@keyframes tickerMove {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media (max-width: 992px) {
  .hero {
    padding-top: 120px;
  }
  .hero-content-wrap {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer – ESL glass gradient (green/blue/navy)
--------------------------------------------------------------*/
.footer {
  position: relative;
  font-size: 14px;
  padding: 50px 0 40px;
  color: #dde6ff;
  background:
    linear-gradient(135deg, #050b20 0%, #0b1638 35%, #133d7a 65%, #1c7c54 100%);
  overflow: hidden;
}

/* glow pozadine – soft plavo/zelena magla */
.footer::before,
.footer::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.55;
  mix-blend-mode: screen;
  pointer-events: none;
}

.footer::before {
  bottom: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(28,124,84,0.9), transparent 70%);
}

.footer::after {
  top: -200px;
  right: -140px;
  background: radial-gradient(circle, rgba(47,115,255,0.7), transparent 70%);
}

/* unutrašnji sadržaj malo “glass” */
.footer .container {
  position: relative;
  z-index: 1;
}

/* info blok levo */
.footer .footer-info .logo img {
  max-height: 46px;
  margin-bottom: 15px;
}

.footer .footer-info p {
  font-size: 14px;
  color: rgba(223, 231, 255, 0.9);
  margin-bottom: 0;
}

/* naslovi kolona */
.footer h4 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
  color: #f5f7ff;
}

/* liste linkova */
.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul li {
  padding: 7px 0;
}

.footer .footer-links ul a {
  color: rgba(230, 238, 255, 0.78);
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: color 0.18s ease-out, transform 0.12s ease-out;
}

.footer .footer-links ul a::before {
  content: "›";
  font-size: 11px;
  opacity: 0.5;
}

.footer .footer-links ul a:hover {
  color: #caffea;
  transform: translateX(2px);
}

/* contact blok – linkovi da budu pitomi */
.footer .footer-contact a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dashed rgba(202,255,234,0.4);
  padding-bottom: 1px;
  transition: border-color 0.16s ease-out, color 0.16s ease-out;
}

.footer .footer-contact a:hover {
  color: #caffea;
  border-bottom-color: rgba(202,255,234,0.9);
}

/* social links */
.footer .social-links a {
  border-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
}

.footer .social-links a:hover {
  border-color: #caffea;
  color: #ffffff;
}

/* donja linija – copyright */
.footer .copyright,
.footer .credits {
  text-align: center;
  color: rgba(224, 233, 255, 0.8);
}

.footer .copyright span {
  color: #ffffff;
  font-weight: 600;
}

.footer .credits {
  font-size: 13px;
  margin-top: 4px;
}

/* tanki gornji “divider” kao glass linija */
.footer .container.mt-4 {
  border-top: 1px solid rgba(214, 227, 255, 0.26);
  margin-top: 28px !important;
  padding-top: 14px;
}

/* mobile spacing */
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 32px;
  }
  .footer .footer-info {
    margin-bottom: 18px;
  }
}

/* === Featured services – glass banking stil === */
.featured-services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.featured-services .service-glass-box {
  position: relative;
  background:
    linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.06),
      rgba(176, 206, 255, 0.02)
    ),
    radial-gradient(circle at top left, rgba(47, 115, 255, 0.32), transparent 55%),
    rgba(8, 18, 54, 0.90);
  border-radius: 22px;
  border: 1px solid rgba(130, 162, 255, 0.45);
  padding: 24px 22px 22px;
  color: #f7fbff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.65);
  backdrop-filter: blur(18px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* mali glow krug iza */
.featured-services .service-glass-box::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  right: -70px;
  top: -70px;
  background: radial-gradient(circle, rgba(47,115,255,0.55), transparent 70%);
  opacity: 0.7;
  pointer-events: none;
}

/* hover efekat */
.featured-services .service-glass-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 70px rgba(0,0,0,0.9);
  border-color: rgba(47, 115, 255, 0.9);
  transition: all 0.22s ease-out;
}

/* ikonica gore levo */
.featured-services .service-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 10%, #ffffff, #e3ecff);
  border: 1px solid rgba(108, 162, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #123a88;
  font-size: 22px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.55);
  margin-bottom: 10px;
}

/* mali label (we offer / we act...) */
.featured-services .service-label {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  color: #9fb2e6;
  margin: 0;
}

/* naslov u boksu */
.featured-services .service-title {
  font-size: 17px;
  font-weight: 600;
  margin: 2px 0 6px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #eaf0ff;
}

/* tekst */
.featured-services .service-text {
  font-size: 14px;
  line-height: 1.7;
  color: #b8c6ec;
  margin: 0;
}

/* poravnanje visine */
.featured-services .col-lg-4,
.featured-services .col-md-6 {
  display: flex;
}

.featured-services .service-glass-box {
  width: 100%;
}

/* === GLOBAL GREEN BUTTONS — global override === */
.btn,
button,
input[type="submit"],
input[type="button"],
a.btn {
  background: var(--brand-green) !important;
  border-color: var(--brand-green) !important;
  color: #ffffff !important;
  border-radius: 999px;
  transition: 0.18s ease-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.btn:hover {
  background: var(--brand-green-hover) !important;
  border-color: var(--brand-green-hover) !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.55);
  color: #ffffff !important;
}

/* FEATURED – Light Variant */
.featured-services-light {
  padding: 80px 0;
  background: #f4f7ff;
}

.service-glass-box-light {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(16px);
  border-radius: 22px;
  padding: 32px 28px;
  border: 1.6px solid rgba(0, 40, 90, 0.18);
  box-shadow: 0 18px 55px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}

.service-glass-box-light:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 70px rgba(0,0,0,0.14);
}

/* ikone */
.service-icon-circle-light {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: rgba(23, 65, 150, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1c7c54;
  font-size: 28px;
  margin-bottom: 16px;
  border: 1px solid rgba(28,124,84,0.25);
}

/* gornji tekst (we offer/we act...) */
.service-label-light {
  color: #1c7c54;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 13px;
}

/* naslovi */
.service-title-light {
  color: #0b1638;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* opis */
.service-text-light {
  color: #1a2444;
  line-height: 1.65;
  font-size: 15px;
}

/*--------------------------------------------------------------
# ESL Testimonials – glass + animated blob (NEW)
--------------------------------------------------------------*/
.testimonials.esl-testimonials {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 90%, rgba(28, 124, 84, 0.35), transparent 60%),
    radial-gradient(circle at 90% 10%, rgba(47, 115, 255, 0.28), transparent 55%),
    linear-gradient(135deg, #050b20 0%, #0b1638 45%, #133d7a 100%);
  backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* glow blob */
.esl-blob {
  position: absolute;
  width: 480px;
  height: 480px;
  background: radial-gradient(
      circle at 30% 30%,
      rgba(47, 115, 255, 0.42),
      rgba(28, 124, 84, 0.32),
      transparent 70%
  );
  filter: blur(60px);
  opacity: 0.7;
  border-radius: 50%;
  animation: eslBlobFloat 18s ease-in-out infinite;
  pointer-events: none;
  top: 18%;
  left: 52%;
  z-index: 1;
}

@keyframes eslBlobFloat {
  0%   { transform: translate(-40px, -30px) scale(1); }
  33%  { transform: translate(40px, 20px) scale(1.12); }
  66%  { transform: translate(-20px, 35px) scale(0.95); }
  100% { transform: translate(-40px, -30px) scale(1); }
}

/* sadržaj iznad svega */
.testimonials.esl-testimonials .container {
  position: relative;
  z-index: 2;
}

/* glass kartice */
.testimonial-item-glass {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: 22px;
  border: 1px solid rgba(161, 190, 255, 0.7);
  background:
    linear-gradient(135deg, rgba(255,255,255,0.08), rgba(168,206,255,0.03)),
    rgba(7, 17, 54, 0.92);
  color: #f7fbff;
  box-shadow: 0 18px 50px rgba(0,0,0,0.75);
  backdrop-filter: blur(18px);
}

.testimonial-item-glass h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 6px 0 2px;
}

.testimonial-item-glass h4 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #9fb2e6;
  margin-bottom: 10px;
}

.testimonial-item-glass p {
  font-size: 14px;
  line-height: 1.8;
  color: #d5e0ff;
  margin: 0;
}

.testimonial-item-glass .bi-quote {
  color: #29c46d;
  opacity: 0.8;
}

/* ikonica gore levo */
.testimonial-icon {
  width: 42px;
  height: 42px;
  border-radius: 16px;
  background: radial-gradient(circle at 30% 10%, #ffffff, #e3f7ef);
  border: 1px solid rgba(71, 181, 132, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #145838;
  font-size: 20px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.5);
  margin-bottom: 10px;
}

/* swiper pagination */
.testimonials.esl-testimonials .swiper-pagination-bullet {
  background: rgba(222, 244, 235, 0.6);
  opacity: 0.6;
}

.testimonials.esl-testimonials .swiper-pagination-bullet-active {
  background: #29c46d;
  opacity: 1;
}

/*--------------------------------------------------------------
# ABOUT / PROCESS – ES LONDON GLASS PANEL
--------------------------------------------------------------*/
.about.about-esl {
  background: #f7f9ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-esl-panel {
  position: relative;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(228,237,255,0.94)),
    radial-gradient(circle at top left, rgba(47,115,255,0.18), transparent 60%);
  border-radius: 24px;
  border: 1px solid rgba(130, 162, 255, 0.55);
  padding: 26px 24px 24px;
  box-shadow: 0 22px 60px rgba(5, 11, 32, 0.25);
  overflow: hidden;
}

/* blagi glow u pozadini panela */
.about-esl-panel::before {
  content: "";
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle,
    rgba(47,115,255,0.45),
    rgba(28,124,84,0.25),
    transparent 70%);
  opacity: 0.85;
  pointer-events: none;
}

/* badge na vrhu */
.about-esl-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  border-radius: 999px;
  border: 1px solid rgba(11, 22, 56, 0.16);
  background:
    radial-gradient(circle at 0 0, rgba(28,124,84,0.18), transparent 60%),
    rgba(239, 246, 255, 0.96);
  font-size: 11px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #133d7a;
  margin-bottom: 14px;
}

.about-esl-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1c7c54;
  box-shadow: 0 0 0 4px rgba(28,124,84,0.35);
}

/* naslov i intro tekst */
.about-esl-title {
  font-family: var(--font-secondary);
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0b1638;
  margin-bottom: 10px;
}

.about-esl-intro {
  font-size: 14px;
  line-height: 1.8;
  color: #34446a;
  margin-bottom: 18px;
}

/* lista koraka */
.about-esl-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 16px;
}

.about-esl-steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px 16px;
  align-items: flex-start;
}

/* ikonica levo */
.about-esl-step-icon {
  width: 40px;
  height: 40px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 10%, #ffffff, #e3f7ef);
  border: 1px solid rgba(71, 181, 132, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #145838;
  font-size: 18px;
  box-shadow: 0 10px 24px rgba(0,0,0,0.25);
}

/* tekst koraka */
.about-esl-step-body h5 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1c3b6b;
  margin-bottom: 4px;
}

.about-esl-step-body p {
  font-size: 14px;
  line-height: 1.7;
  color: #4b5980;
  margin: 0;
}

/* mobilno poravnanje */
@media (max-width: 991px) {
  .about-esl-panel {
    margin-top: 10px;
  }
  .about-esl-steps li {
    grid-template-columns: 1fr;
  }
  .about-esl-step-icon {
    width: 36px;
    height: 36px;
    border-radius: 14px;
    font-size: 16px;
  }
}

/* Paneli iste visine */
.about-esl .col-lg-6.d-flex {
  align-items: stretch;
}

.about-esl-panel {
  width: 100%;
  height: 100%;
}

/* DESNI PANEL – slika u glass okviru */
.about-esl-panel.about-esl-panel-img {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.about-esl-panel-img .about-esl-image {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  border: 1px solid rgba(11, 22, 56, 0.18);
  box-shadow: 0 22px 45px rgba(5, 11, 32, 0.3);
  object-fit: cover;
}

/*--------------------------------------------------------------
# Features ESL (dark section)
--------------------------------------------------------------*/
.features-esl {
  padding: 80px 0;
  background: linear-gradient(140deg, #0b1638 0%, #133d7a 40%, #1c7c54 100%);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

/* semi-transparent floating shapes */
.features-esl::after {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  bottom: -150px;
  right: -120px;
  background: radial-gradient(circle, rgba(47,115,255,0.28), transparent 70%);
  filter: blur(60px);
  opacity: 0.7;
  animation: floatBlob 16s infinite ease-in-out;
}

@keyframes floatBlob {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-40px, -30px) scale(1.08); }
  100% { transform: translate(0,0) scale(1); }
}

/* GLASS TEXT BLOCK */
.esl-feature-box {
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 22px;
  padding: 32px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.45);
}

/* ICON */
.esl-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(47,115,255,0.14);
  border: 1px solid rgba(47,115,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #35ff8d;
  font-size: 22px;
  margin-bottom: 18px;
}

/* TITLE & TEXT */
.esl-feature-title {
  font-size: 26px;
  font-weight: 600;
  color: #eaf2ff;
  margin-bottom: 16px;
}

.esl-feature-text {
  color: #9eb6dd;
  line-height: 1.7;
  font-size: 15px;
}

/* IMAGE WRAPPER */
.esl-feature-img-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 18px 45px rgba(0,0,0,0.45);
}

.esl-feature-img {
  width: 100%;
  border-radius: 22px;
  display: block;
}

/*--------------------------------------------------------------
# ESL Docs teaser (hero-like glass panel)
--------------------------------------------------------------*/
.esl-docs-teaser {
  padding: 90px 0 70px;
  text-align: center;
  position: relative;
  background: linear-gradient(165deg, #0b1638 0%, #10224e 50%, #133d7a 100%);
  overflow: hidden;
}

/* FLOATING subtle glow */
.esl-docs-teaser::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  top: -150px;
  left: -120px;
  background: radial-gradient(circle, rgba(47,115,255,0.25), transparent 65%);
  filter: blur(70px);
  opacity: 0.6;
  animation: floatTeaser 18s infinite ease-in-out;
}

@keyframes floatTeaser {
  0% { transform: scale(1) translate(0,0); }
  50% { transform: scale(1.08) translate(40px, 30px); }
  100% { transform: scale(1) translate(0,0); }
}

/* INNER WRAPPER (glass) */
.esl-docs-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 40px 35px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(12px);
  border-radius: 24px;
  box-shadow: 0 22px 55px rgba(0,0,0,0.45);
}

/* TOP PILL */
.esl-pill {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(47,115,255,0.18);
  border: 1px solid rgba(47,115,255,0.28);
  border-radius: 20px;
  color: #cfe4ff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-bottom: 22px;
}

/* TITLE */
.esl-docs-title {
  font-size: 30px;
  font-weight: 700;
  color: #e9f1ff;
  margin-bottom: 18px;
  line-height: 1.3;
}

/* SUBTITLE */
.esl-docs-subtitle {
  font-size: 16px;
  color: #9fb4d7;
  line-height: 1.7;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# SAMPLE DOCUMENTS SLIDER – ESL GLASS STYLE
--------------------------------------------------------------*/
.esl-docs-slider {
  position: relative;
  padding: 80px 0 70px;
  background: transparent;
  overflow: hidden;
}

/* plavo-zeleni multiple gradient glow – transparentan preko pozadine */
.esl-docs-slider::before,
.esl-docs-slider::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.50;
  pointer-events: none;
  animation: eslDocsBlob 24s infinite ease-in-out;
  z-index: 0;
}

.esl-docs-slider::before {
  top: -140px;
  left: -160px;
  background: radial-gradient(circle, rgba(47,115,255,0.32), transparent 72%);
}

.esl-docs-slider::after {
  bottom: -170px;
  right: -180px;
  background: radial-gradient(circle, rgba(28,124,84,0.30), transparent 75%);
}

@keyframes eslDocsBlob {
  0%   { transform: scale(1) translate(0,0); }
  50%  { transform: scale(1.08) translate(40px, 30px); }
  100% { transform: scale(1) translate(0,0); }
}

/* da sadržaj slidera bude iznad glow pozadine */
.esl-docs-slider .container {
  position: relative;
  z-index: 1;
}

/* GLASS KARTICA OKO DOKUMENTA */
.testimonial-doc-card {
  background:
    linear-gradient(
      135deg,
      rgba(255,255,255,0.08),
      rgba(176,206,255,0.02)
    ),
    radial-gradient(circle at top left, rgba(47,115,255,0.30), transparent 55%),
    rgba(8,18,54,0.96);
  border-radius: 22px;
  border: 1px solid rgba(130,162,255,0.55);
  padding: 24px 22px 26px;
  box-shadow: 0 22px 60px rgba(0,0,0,0.70);
  backdrop-filter: blur(16px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 320px;
  margin: 0 auto;
  transition: transform 0.18s ease-out, box-shadow 0.18s ease-out,
              border-color 0.18s ease-out;
}

.testimonial-doc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 80px rgba(0,0,0,0.85);
  border-color: rgba(47,115,255,0.95);
}

/* WRAP OKO SLIKE DOKUMENTA */
.doc-thumb-wrap {
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(214,228,255,0.7);
  box-shadow: 0 18px 45px rgba(0,0,0,0.80);
  background: radial-gradient(circle at 10% 0%, rgba(255,255,255,0.25), transparent 60%);
  max-width: 260px;
}

.doc-thumb-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/* NAZIV ISPOD DOKUMENTA */
.testimonial-doc-card h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e9f1ff;
  margin: 4px 0 0;
}

/* Swiper pagination – sitne tačke u našem stilu */
.esl-docs-slider .swiper-pagination-bullet {
  background: rgba(207,228,255,0.6);
  opacity: 0.7;
}

.esl-docs-slider .swiper-pagination-bullet-active {
  background: #1c7c54;
  opacity: 1;
}

/*--------------------------------------------------------------
# Docs two-column section (slider + static)
--------------------------------------------------------------*/
.docs-two-col {
  padding: 80px 0;
  background: #ffffff;
}

.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}

/* GLASS + FERLAUF + ANIMACIJA */
.docs-box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding: 30px;
  min-height: 480px;

  background: rgba(255, 255, 255, 0.26);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 28px rgba(0,0,0,0.06);
}

/* FERLAUF */
.docs-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
    rgba(0,150,80,0.17),
    rgba(120,210,255,0.17),
    rgba(0,80,255,0.17)
  );
  z-index: -2;
}

/* ANIMIRANI PROVIDAN OBLIK */
.docs-box::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.22);
  filter: blur(40px);
  top: -60px;
  left: -60px;
  animation: floatShape 9s ease-in-out infinite;
  z-index: -1;
}

@keyframes floatShape {
  0% { transform: translate(0,0); }
  50% { transform: translate(90px,60px) scale(1.1); }
  100% { transform: translate(0,0); }
}

/* SLIDER CARD dodatni centering */
.testimonial-doc-card {
  text-align: center;
}

.doc-thumb-wrap img {
  width: 260px;
  height: 360px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
}

/* RIGHT BOX IMAGE */
.docs-image-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .docs-grid {
    grid-template-columns: 1fr;
  }
}
.custom-left {
  position: relative;
  left: -250px;  /* pomeranje ulevo */
}
/* ===== EMBASSY SECTION – ESL Corporate Style ===== */

.esl-embassy-section {
  background: #f7fbff; /* vrlo svetlo plava | može i #ffffff ako hoćeš čisto belo */
  padding: 60px 0;
}

.esl-embassy-card {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease;
  height: 100%;
  border: 1px solid rgba(200, 215, 230, 0.4);
  backdrop-filter: blur(6px);
}

.esl-embassy-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.esl-embassy-img {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  margin-bottom: 20px;
  border: 1px solid rgba(220, 230, 240, 0.7);
}

.esl-embassy-img img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.esl-embassy-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #0b2e4f;
  margin-top: 10px;
  line-height: 1.4;
}
/* === ESL PRICING / SERVICES GRID – GLASS CARDS === */
.esl-pricing-section {
  padding: 80px 0;
  background: #f4f7ff; /* svetlo plava / skoro bela pozadina */
}

.esl-pricing-item {
  position: relative;
  height: 100%;
  padding: 26px 24px 24px;
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.96), rgba(228,237,255,0.94)),
    radial-gradient(circle at top left, rgba(47,115,255,0.14), transparent 60%);
  border: 1px solid rgba(130, 162, 255, 0.45);
  box-shadow: 0 18px 40px rgba(5, 11, 32, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .22s ease-out, box-shadow .22s ease-out, border-color .22s ease-out;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* hover efekat */
.esl-pricing-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 60px rgba(5, 11, 32, 0.26);
  border-color: rgba(47,115,255,0.85);
}

/* ikonica gore */
.esl-pricing-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 10%, #ffffff, #e3f7ef);
  border: 1px solid rgba(71, 181, 132, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1c7c54;
  font-size: 24px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.16);
  margin-bottom: 10px;
}

/* naslov */
.esl-pricing-item h3 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #0b1638;
  margin-bottom: 6px;
}

/* kratki uvod + duži tekst */
.esl-pricing-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #28385e;
  margin-bottom: 4px;
}

.esl-pricing-text {
  margin-top: 6px;
}

/* responsivnost */
@media (max-width: 767px) {
  .esl-pricing-item {
    padding: 22px 18px;
  }
}