/* ============================================
   GLOBALHOST FOOTER - IZOLIRANI CSS
   Sve klase imaju gf- prefiks (uklj. grid)
   ============================================ */

/* --- Grid sistem (Bootstrap replikacija) --- */

.gf-footer {
	font-weight: 500;
}

@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon/fonts/icomoon.eot?uo8cjk');
  src:  url('/fonts/icomoon/fonts/icomoon.eot?uo8cjk#iefix') format('embedded-opentype'),
    url('/fonts/icomoon/fonts/icomoon.ttf?uo8cjk') format('truetype'),
    url('/fonts/icomoon/fonts/icomoon.woff?uo8cjk') format('woff'),
    url('/fonts/icomoon/fonts/icomoon.svg?uo8cjk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
    content: "\e908";
}

.icon-message:before {
    content: "\e90c";
}

.icon-facebook:before {
    content: "\e909";
}

.icon-twitter:before {
    content: "\e90e";
}
.icon-linkedin:before {
    content: "\e90b";
}
.icon-instagram:before {
    content: "\e90a";
}

.gf-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .gf-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .gf-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .gf-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .gf-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .gf-container {
        max-width: 1224px;
    }
}

.gf-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.gf-gy-5 {
    --gf-gutter-y: 3rem;
}

.gf-gy-5 > * {
    margin-top: var(--gf-gutter-y);
}

.gf-gy-5 > *:first-child {
    margin-top: 0;
}

.gf-col-md-6,
.gf-col-md-12,
.gf-col-xl-2f,
.gf-col-xl-4f {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 768px) {
    .gf-col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .gf-col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .gf-gy-5 > * {
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .gf-col-xl-2f {
        flex: 0 0 19%;
        max-width: 19%;
        width: 19%;
    }
    .gf-col-xl-4f {
        flex: 0 0 24%;
        max-width: 24%;
        width: 24%;
    }
}

/* --- Footer baza --- */

.gf-footer {
    background: #e9f2f6;
    padding: 80px 0 35px 0;
}

.gf-footer h6 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #053b75;
    margin-bottom: 3px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    margin: 0;
}

.gf-footer h6 {
    margin-bottom: 3px;
}

.gf-footer p {
    color: #434c61;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 143%;
}

.gf-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gf-footer li {
    margin-bottom: 0;
    list-style: none;
    position: relative;
}

.gf-footer a {
    color: #2ba3eb;
    text-decoration: none;
    transition: all ease-out .2s;
}

/* --- Footerline --- */

.gf-footerline {
    border: 1px solid #ee5a09;
    border-radius: 10px;
    width: 20%;
    margin-bottom: 16px;
}

.gf-footerlinefullw {
    margin-top: 35px;
    border: 1px solid #3f546b;
    width: 100%;
    opacity: 0.1;
}

/* --- Footer linkovi --- */

.gf-footer-links li {
    margin-bottom: 10px;
    line-height: 1.2em;
}

.gf-footer-links li:last-child {
    margin-bottom: 0;
}

.gf-footer-links a {
    color: #44607d;
    text-decoration: none;
}

.gf-footer-links a:hover {
    color: #2ba3eb;
}

/* --- Social linkovi --- */

.gf-social-links {
    display: flex;
    justify-content: end;
    color: #053b75;
}

.gf-social-links a {
    width: 38px;
    height: 38px;
    background-color: #fff;
    text-align: center;
    line-height: 42px;
    display: inline-block;
    text-decoration: none;
    color: #053b75;
}

.gf-social-links a:hover {
    color: #2ba3eb;
}

.gf-social-links li {
    margin-right: 10px;
}

.gf-social-links li:last-child {
    margin-right: 0;
}

.gf-social-links span {
    line-height: 38px;
}

/* --- Footer desni blok --- */

.gf-footer-right {
    display: flex;
    justify-content: end;
}

.gf-footer-brief {
    max-width: 212px;
    text-align: right;
    width: 100%;
}

.gf-footer-right p {
    color: #3f546b;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.gf-footer-logo {
    display: block;
    margin-bottom: 15px;
}

.gf-footer-logo img {
    max-width: 200px;
}

.gf-follow {
    margin-bottom: 10px !important;
}

/* --- Footer copyright --- */

.gf-footer-copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.gf-btm-links li {
    display: inline-block;
    margin: 0 5px;
    color: #c0c7cf;
}

.gf-btm-links li a {
    color: #44607d;
    text-decoration: none;
}

/* --- Payment metode --- */

.gf-payment-metheord {
    display: flex;
    align-items: center;
}

.gf-payment-metheord p {
    color: #44607d;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.gf-payment-metheord li {
    display: inline-block;
    margin-right: 5px;
}

.gf-payment-metheord li a {
    color: #44607d;
}

.gf-payment-metheord li a:hover {
    color: #2ba3eb;
}

.gf-payment-metheord li img {
    border-radius: 3px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, .13);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 1199.98px) {
    .gf-social-links {
        justify-content: center;
    }

    .gf-footer-right {
        justify-content: center;
    }

    .gf-footer-brief {
        max-width: 520px;
        text-align: center;
    }

    .gf-footer-copyright {
        text-align: center;
        flex-direction: column;
        gap: 30px;
    }

    .gf-footer-copyright .gf-btm-links a {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .gf-footer-right {
        display: flex;
        justify-content: space-around;
    }

    .gf-footer-brief {
        max-width: 212px;
        text-align: center;
    }

    .gf-footer-right p {
        color: #3f546b;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
    }

    .gf-footer-logo {
        display: block;
        margin-bottom: 15px;
    }

    .gf-footer-logo img {
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .gf-payment-metheord {
        flex-direction: column;
        row-gap: 15px;
    }

    .gf-footer h6 {
        text-align: center;
    }

    .gf-footerline {
        margin: auto;
        margin-bottom: 10px;
    }

    .gf-footer-links {
        text-align: center;
    }

    /* Grid: sve kolone full width na mobitelima */
    .gf-col-md-6,
    .gf-col-md-12,
    .gf-col-xl-2f,
    .gf-col-xl-4f {
        flex: 0 0 100%;
        max-width: 100%;
    }
}