.prviNaslov {
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}

.padding-bottom30 {
    padding-bottom: 30px;
}

.padding-top30 {
    padding-top: 30px;
}

.fs22 {
    font-size: 22px;
}

.text-center {
    text-align: center;
}

.paddingHeaderMali {
    padding-top: 20px;
    padding-bottom: 20px;
}

.triSnimka {
    display: flex;
}

.listaBold {
    font-size: 24px;
    font-weight: 600;
}

.listaBold2 {
    font-weight: 600;
}

.h2Naslov {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.btn-subtle {
    margin: 5px 0;
}

.h2NaslovBenefits {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.crvenaPozadina {
    background-color: #af2423;
}

.centriratiCounter {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-card > h5 {
    color: #fff;
    text-align: center;
    font-weight: 300;
    padding-bottom: 20px;
}

.bg-banner > div > p {
    color: #fff;
}

.bg-banner > div > p > a {
    color: #fff;
}

.bg-banner > div > h1 {
    color: #fff;
}

.h2NaslovBenefits2 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.accordion-header > .accordion-button > p {
    margin-right: 10px;
    margin-bottom: 0;
}

.dropdown-menu[data-bs-popper] {
    right: 0 !important;
    left: auto !important;
}

.triTackice > img {
    max-height: 20px;
    margin-top: 2px;
}

.accordion-button:not(.collapsed) > p {
    color: #fff;
}

.faqDiv > h2 {
    font-size: 18px;
}

.faqDiv > ul > li > span {
    font-weight: 700;
}

.faqDiv > p > span {
    font-weight: 700;
}

.divTekst {
    padding-top: 100px;
    /* padding-bottom: 100px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.velikaSlova {
    text-transform: uppercase;
}

.paragrafDimensions {
    color: #c5c5c5;
    margin-top: 50px;
}

.paragrafDimensions2 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.likeNewLista > li {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}

.likeNewLista > li > img {
    max-width: 30px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.likeNewLista2 > li > img {
    max-width: 10px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.likeNewLista2 > li {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.likeNewLista3 > li {
    color: #47464D;
    font-size: 22px;
    margin-bottom: 5px;
}

.likeNewLista3 > li > img {
    max-width: 8px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.video1 {
    width: 50%;
    margin-left: 25%;
    height: auto;
}

.video2 {
    height: auto;
    max-width: 96%;
}

.video3 {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
}

.linkMoreBlogs > a {
    color: #082740;
}

.linkMoreBlogs > a:hover {
    color: #af2423;
}

.likeNewLista3a > li {
    color: #47464D;
    font-size: 22px;
    margin-bottom: 5px;
}

.likeNewLista3a > li > img {
    max-width: 20px;
    margin-right: 15px;
    margin-bottom: 6px;
}

.guaranteedSekcija {
    padding: 100px;
}

.guaranteedSekcija > p {
    text-align: center;
    font-size: 26px;
    color: #212529;
}

.centarr > li {
    text-align: center;
    color: #212529;
}

.containerMember {
    padding-top: 100px;
}

.containerMember2 {
    padding-bottom: 100px;
}

/*FORMA STYLE*/

.contactSekcija {
    background-image: url(../img/pozadinaForme.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #082740;
    overflow: visible !important;
}

.bus-detail-contact-card {
    border-radius: 15px;
    overflow: visible !important;
}

.custom-select {
  position: relative;
  width: 100%;
}

.custom-select.active .options {
  display: block !important;
}

.custom-select .selected {
  width: 100%;
  padding: 15px 24px;
  background: #fff;
  border-radius: 5px;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
  color: var(--text-color-1);
  position: relative;
}

.custom-select .selected::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}

.custom-select.open .selected::after {
  transform: translateY(-50%) rotate(-135deg);
}

.custom-select .options {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  list-style: none;
  padding: 5px 0;
  margin: 0;
  max-height: 220px;
  overflow-y: auto;
  display: none;
  z-index: 1000;
}

.custom-select.open .options {
  display: block;
}

.custom-select .options li {
  padding: 12px 24px;
  cursor: pointer;
  font-size: 15px;
  color: var(--text-color-1);
}

.custom-select .options li:hover {
  background-color: #f2f2f2;
}

/*FORMA STYLE KRAJ*/

.dugme {
    margin-top: 30px;
    font-size: 24px;
}

.dugme2 {
    margin-top: 30px;
    font-size: 24px;
    display: flex;
    justify-self: center;
}

.dugme3 {
    font-size: 24px;
    display: flex;
    justify-self: center;
}

.paragraf1 {
    color: #fff;
    font-size: 20px;
}

.ikonice {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ikonice > span {
    font-weight: 600;
    font-size: 20px;
    font-family: var(--font-1);
}

.ourContainersP {
    color: #fff;
    font-weight: 300;
}

.ourContainersP > a {
    font-weight: 700;
}

.footerLi > li > a {
    color: #fff;
    font-weight: 300;
}

.footerLi > li {
    color: #fff;
    font-weight: 300;
}

.footerLi > li > a:hover {
    color: #c5c5c5;
}

.footerLi {
    text-align: center;
}

.fw-bolder {
    text-align: center;
    margin-bottom: 20px;
}

.footerCentar > h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.footerCentar {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-page-size {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footerSkrozDoleBeli > div > ul > li {
    display: inline-block;
    margin-right: 15px;
}

.footerSkrozDoleBeli > div > ul > li > a {
    color: #082740;
}

.footerSkrozDoleBeli > div > p {
    display: inline-block;
    margin-left: 15px;
}

.h5priavcy {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footerSkrozDoleBeli {
    display: flex;
    justify-content: space-between;
}

.spanTerms {
    font-weight: 600;
}

.slikaDelivery {
    margin-top: 20px;
}

.slikaDelivery2 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.h3deliveryGuidelines {
    padding-bottom: 20px;
    padding-top: 20px;
}

.padding-bt-30 {
    padding-bottom: 30px;
    padding-top: 40px;
}

.footerSkrozDoleBeli > div {
    margin-top: 17px;
}

.slikaPartner > img {
    max-width: 60%;
    margin-left: 20%;
}

.service-card > h3 {
    font-weight: 300;
}

.get-started-card > h2 {
    font-weight: 300;
}

.tunnelContainerImg {
    position: absolute;
    max-width: 45%;
    top: 5%;
    right: -5%;
}

.tunnelContainerImg2 {
    position: absolute;
    max-width: 45%;
    top: 5%;
    left: -5%;
}

.tunnelContainerImg3 {
    position: absolute;
    max-width: 50%;
    top: 5%;
    right: -10%;
}

.kontejnerZaobljenaSekcija {
    margin-top: 25px;
    margin-bottom: 25px;
}

.dugmenceMarija {
    font-size: 16px;
    text-transform: uppercase;
}

.divWarrenty {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
}

.divWarrenty > h5 {
    text-align: center;
    margin-top: 20px;
}

.divWarrenty > img {
    max-width: 200px;
}

.memberOfNaslov {
    margin-bottom: 50px;
}

.offcanvas {
    width: 100% !important;
}

@media screen and (max-width: 1300px) {
    .navbar-size, .page-size, .get-started-size {
        width: 100%;
    }
}

@media screen and (min-width: 993px) {
    .ovajFooterVidiTelefon {
        display: none;
    }

    .samoTelefon2 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .prviNaslov {
        font-size: 36px;
        text-align: center;
    }

    .samoKompjuter {
        display: none;
    }

    .h2NaslovBenefits2 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .h2NaslovBenefits {
        font-size: 32px;
    }

    .gap3Neradi > .gap-3 {
        gap: 0 !important;
    }

    .guaranteedSekcija {
        padding: 40px;
    }

    .containerMember {
        padding-top: 0;
    }

    /* .bg-hero, .bg-banner {
        height: 100vh;
    } */

    .ovajFooterVidiKompjuter {
        display: none;
    }

    .triSnimka {
        display: block;
    }

    .video2 {
        max-width: 100%;
        margin-bottom: 10px;
    }

    .tunnelContainerImg {
        max-width: 70%;
        margin-right: 15%;
        margin-bottom: 30px;
        position: static;
        margin-top: 0;
    }

    .tunnelContainerImg2 {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .hero-img {
        margin-top: 0;
    }

    .footerCentar > h2 {
        margin-bottom: 30px;
    }

    .footerSkrozDoleBeliTelefon {
        display: block;
    }

    .footerSkrozDoleBeli > div {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .footerSkrozDoleBeli > div > ul > li {
        text-align: center;
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .footerSkrozDoleBeli > div > p {
        display: block;
        margin-left: 0;
    }

    .fw-bolder {
        font-size: 26px;
    }

    .h2Naslov {
        font-size: 32px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .paragraf1 {
        text-align: center;
    }

    .h2NaslovBenefits {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .divWarrenty {
        margin-bottom: 20px;
    }

    .divWarrenty > h5 {
        font-size: 22px;
    }

    .memberOfNaslov {
        margin-bottom: 0;
    }

    .slikaPartner > img {
        max-width: 50%;
        margin-left: 25%;
        margin-bottom: 20px;
    }
}


/*ODAVDE*/

.benefit-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Animirani gradient border */
.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(270deg, #4facfe, #00f2fe, #43e97b, #f9f047, #4facfe);
  background-size: 1000% 1000%;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: gradientShift 8s linear infinite;
  opacity: 0.5;
}

/* Gradient animacija */
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Blagi hover efekat */
.benefit-card:hover {
  transform: translateY(-10px);
}

/* Ikonica animacija */
.benefit-card img {
  width: 100px;
  margin-bottom: 20px;
  transition: transform 0.35s ease, filter 0.35s ease;
}

/* Glow efekat ikonice, stalno treperi */
.benefit-card img {
  animation: iconGlow 2.5s ease-in-out infinite;
}

@keyframes iconGlow {
  0%, 100% { filter: drop-shadow(0 0 0px rgba(255,255,255,0)); }
  50% { filter: drop-shadow(0 0 15px rgba(79,252,254,0.6)); }
}

.benefit-card h5 {
  font-weight: 600;
  margin-top: 10px;
}
