@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Kumbh+Sans:wght@100..900&display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
       scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #000;
}

.home-nav {
    background-image: url('../img/bannn.jpg');
    background-size: cover;
    background-position: center;
    background-color: transparent;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 1000;
    transition: all 0.4s ease;
      
}

.home-nav.scrolled {
    background-image: none !important;
    background-color: #ffffff !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home-nav.scrolled .navbar-brand h2,
.home-nav.scrolled .nav-link {
    color: #000000 !important;
}

.home-nav.scrolled .btn-close {
    filter: invert(1);
}
.navbar-brand img {
    width: 150px;
}
.book-btn {
    background-color: #ffffff;
    border-radius: 30px;
    border: 2.4px solid black;

    padding: 7px 13px;
    color: rgb(31, 30, 30);
    font-size: 16px;
    font-family: Urbanist;
}

.book-btn:hover {
    background-color: rgb(0, 0, 0);
    color: white;
    transition-duration: 0.4s;
}

.book1-btn {
    background-color: #000000;
    border-radius: 30px;
    border: 2.4px solid black;

    padding: 7px 13px;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-family: Urbanist;
}

.book1-btn:hover {
    opacity: 1.2;

}

.link-btn {
    background-color: #246DB1;
    border-radius: 5px;
    width: 180px;
    padding: 12px 20px;
    color: white;
    font-size: 16px;
    font-family: Urbanist;
}

.link-btn:hover {
    background-color: rgb(58, 88, 151);
    color: white;
    scale: 1.1;
    transition-duration: 0.4s;

}

.navbar > ul > li > a,
.navbar .nav-item > a {
    margin: 0 9px;
    color: #000000;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px !important;
}

.navbar li a:hover {
    color: rgb(90, 90, 90) !important;

}

.navbar li a.active {
    font-size: 19px;
    font-style: bold;
    color: rgb(90, 90, 90) !important;
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 8px 6PX;
    min-width: 220px;
    margin:0px !important;

    z-index: 1000 !important;
}

.dropdown-item {
    color: #333;
    padding: 12px 3px;
    font-size: 15px;
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
     margin: 0;
}

.dropdown-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #a0c4d4 100%);
    color: #ffffff;
    
}

.dropdown-item:active {
    background: #ffffff;
    color: #ffffff;
}

/* Remove default list styling */
.dropdown-menu li {
    list-style: none;
}

/* Optional: Add icons before each item */
.dropdown-item::before {
    content: "→";
    margin-right: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-item:hover::before {
    opacity: 1;
}

/* Smooth dropdown animation */
.dropdown-menu {
    animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Active/Current page item */
.dropdown-item.active {
    background: #f0f0f0;
    color: #667eea;
    font-weight: 600;
}


/* .container-fluid {
    max-width: 95%;
} */

.text-1 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.titulli1 {
    font-size: 57px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/* Banner with more padding */
#banner1 {
    background: url('../img/bannn.jpg');
    padding-top: 120px;
    padding-bottom:60px;

}

/* Banner text */
#banner1 .para-banner {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.klasa-1{
    justify-content: end !important;
    justify-items: end !important;
}
.h1-banner {

    font-size: 99.84px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    color: #000000;

}
.img-89{
    width: 80px;
}
.img98{
      width: 80px;
}

.flow-image {
    padding-top: 50px;
    padding-bottom: 50px;
}
.flow-image1 .text-0{
    color:white;
    text-align: center;
    padding-bottom: 20px;
}

.para-banner {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.portfolio .item img{
    width:100%;
    height:300px;
    border-radius:20px;  
}
.portfolio h4{
    color:white;
    font-size:25px;
    padding:10px;
}

.col-content {
    padding-top: 20px;
    color: #333;
}

.col-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
}
.col-description {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #666;
}
/* Different background colors for demo */
.col1 .image-wrapper {
    background: url(/assets/img/flyer1.jpg);
    background-size: cover;
}
.col2 .image-wrapper {
    background: url(/assets/img/kartolina.jpg);
     background-size: cover;
}
.col3 .image-wrapper {
    background: url(/assets/img/doortag.jpg);
     background-size: cover;
}.flow-image {
    padding-top: 150px;
    padding-bottom: 150px;
}
.para-banner {
    color: #666;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.columns-container {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}
.expanding-col {
    flex: 1;
    position: relative;
    cursor: pointer;
    transition: flex 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.image-wrapper {
    position: relative;
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    background-color: #e0e0e0;
}
.image-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.075);
    transition: background 0.4s ease;
    z-index: 1;
}
.expanding-col:hover {
    flex: 2.5;
}
.col-content {
    padding-top: 20px;
    color: #333;
}
.col-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
}
.expanding-col:hover .col-title {
    transform: translateY(-5px);
}
.col-description {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    color: #666;
}

.expanding-col:hover .col-description {
    opacity: 1;
    max-height: 200px;
    margin-top: 10px;
}


/* product-cart */
.card-1-1 {
    padding: 45px 35px 40px 35px;
    background-color: #F1F8F8;
    border-radius: 40px;

}

.trusted-by {
    padding-top: 100px;
    padding-bottom: 100px;
}

.id-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.image-container {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.display-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: none;
    animation: fadeIn 0.3s ease;
}

.display-image.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.text-item {


    border-radius: 10px;

    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.text-item:hover {
    transform: translateX(5px);


}


.text-item h3 {
    color: #212529;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.text-item p {
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}


/* product-cart */
.card-1-1 {
    padding: 45px 35px 40px 35px;
    background-color: #F1F8F8;
    border-radius: 40px;

}

.trusted-by {
    padding-top: 100px;
    padding-bottom: 100px;
}

.id-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.image-container {
    position: sticky;
    top: 20px;
    height: fit-content;
}

.image-wrapper {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.display-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: none;
    animation: fadeIn 0.3s ease;
}

.display-image.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.text-item {


    border-radius: 10px;

    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.text-item:hover {
    transform: translateX(5px);


}


.text-item h3 {
    color: #212529;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.text-item p {
    color: #6c757d;
    margin: 0;
    line-height: 1.6;
}

.footer-wrapper {
    background-color: #000;
    color: #fff;
    padding: 95px 0 40px;
}

.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid #222;
}

.footer-column h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 400;

    letter-spacing: 1px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;

    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.footer-column ul li {
    margin-bottom: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "wdth" 100;
}

.footer-column ul li a {
    color: #888;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #fff;
}

.footer-column p {
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

.footer-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.footer-brand {
    padding: 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.brand-text {
    font-size: clamp(80px, 15vw, 210px);
    font-weight: 800;
    color: #ffffff50;
    letter-spacing: -5px;
    line-height: 1;
    text-transform: uppercase;
    user-select: none;
}


/* marque */

.loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;

    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;

}

.loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 157px;
    padding-right: .35em;
    color: #000000c7;
    font-weight: 600;
}

@keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}


/* index page the kompani section style */
.kompani {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F1F8F8;
}

.kompani-row {
    padding: 10px;
    background-color: black;
    border-radius: 40px;
}

/* get started today */
.pre-footer {
    background: url('/assets/img/image/banner-getstarted.jfif')rgba(0, 0, 0, 0.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: auto;
    padding: 8em 0em;
    display: flex;
    align-items: center;
}

.pre-box {
    background-color: white;
    padding: 2em;
    color: black;
    border-radius: 40px;

}

.pre-box p {
    color: black;
}

/* contact page */
/* .banner-contct {
    background: url('/assets/img/custom-img-01-copyright.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 300px 0;
    border-radius: 40px;
} */
.banner-contct {
    position: relative;
}

.contact-image {
    padding: 30px 0;
    border-radius: 40px;
    height: 80vh;
    filter: brightness(0.6);
}

.top-bar {
    position: absolute;
    top: 65%;
    right: 10%;
    transform: translate(-20%, -65%);
    color: white !important;
}

.top-bar h1 {
    font-weight: 700;
}

.contact-box {
    padding-top: 100px;
    padding-bottom: 100px;
}

.contact-slogan {
    position: relative;
}

.slogan-img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    position: relative;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 100%;
}

.slogan h4 {
    text-align: center;
    color: black;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.text-0 {
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 57px;
}

.text-1 {
    color: #A9ADB2;
    font-size: 19px;
}


/* about page */
.about-section-1{
    padding-top: 40px;
}
.about-section-1 img {
    border-radius: 50px;
  
}

.why-choose-us {
    margin-top: 150px;
}

.author-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.author-title {
    font-size: 13px;
    color: #000000;
}

.marquee-section {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marquee-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
}

.marquee-container {
    position: absolute;
    width: 200%;
    white-space: nowrap;
    overflow: hidden;
    left: -40%;
}

.marquee-container.top {
    top: 0;
    background: linear-gradient(90deg, #c9b5a0 0%, #b8a08f 100%);
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: rotate(5deg);
    transform-origin: center;
}

.marquee-container.bottom {
    bottom: 0;
    background: linear-gradient(90deg, #002396 0%, #3b82f6 100%);
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transform: rotate(-5deg);
    transform-origin: center;
}

.marquee-content {
    display: inline-block;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee-container.top .marquee-content {
    animation: scrollLeft 100s linear infinite;
}

.marquee-container.bottom .marquee-content {
    animation: scrollRight 100s linear infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes scrollRight {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

.marquee-text {
    display: inline-block;
    font-size: clamp(50px, 10vw, 90px);
    font-weight: 700;
    color: white;
    padding: 0 80px;
    letter-spacing: 3px;
    text-transform: lowercase;
}



@media (max-width: 768px) {
    .marquee-text {
        font-size: clamp(30px, 8vw, 60px);
        padding: 0 40px;
    }

    .marquee-container {
        padding: 30px 0;
    }

    .marquee-wrapper {
        height: 300px;
    }

}

.header-about-us-part2 {
    margin-top: 100px;
    margin-bottom: 100px;
    background: url('/assets/img/revista.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;

    height: 95vh;
    border-radius: 40px;
}

.stats-section {
    padding: 60px 15px;
}

.stat-number {
    font-size: 127px !important;

    color: #000;
    line-height: 1;
    margin-bottom: 15px;
}

.stat-label {
    font-size: 1.1rem;
    color: #333;
    font-weight: 500;
}

.section-title {
    font-size: 40px;

    margin-bottom: 20px;
}

.section-description {
    color: #6c757d;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 400px;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 3.5rem;
    }

    .section-title {
        font-size: 2rem;
    }
}


/* buttoj */
.button-121 {
  font-size: 18px;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow,transform;
  background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #2E4896 100% );
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 2em;
  border-radius: 0.3em;
  color: #fff;
  height: 2.6em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.button-121:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px #0c155a;
  transform: translateY(-0.1em);
}

.button-121:active {
  box-shadow: inset 0px 0.1em 0.6em #0c155a;
  transform: translateY(0em);
}
/* testimonial sectin */
.testimonial-section {
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #F1F8F8;
}



.testimonial-image {
    height: 100%;
    min-height: 450px;
    background-image: url('/assets/img/image/offset18.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 40px;
}

.testimonialcard {
    padding: 20px;
    background-color: #fbffff;
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.testimonial-content {
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
    min-height: 450px;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.testimonial-author {
    margin-bottom: 5px;
}

.author-name {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.author-title {
    font-size: 1rem;
    color: #999;
    margin: 0;
}

.carousel-indicators {
    position: absolute;
    bottom: 40px;
    right: 50px;
    margin: 0;
    justify-content: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #d1d5db;
    border: none;
    opacity: 1;
    margin: 0 6px;
}

.carousel-indicators .active {
    background-color: #3b82f6;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.faq {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faq-container {

    margin: 0 auto;
}

.faq-header {
    text-align: start;
    color: rgb(0, 0, 0);
    margin-bottom: 40px;
}

.faq-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.faq-header p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.accordion-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.accordion-button {
    background-color: #F1F8F8;
    color: #333;
    font-weight: 600;
    font-size: 35px;
    padding: 50px 25px;
    border: none;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #F1F8F8;
    color: rgb(0, 0, 0);
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333'%3e%3cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3e%3c/svg%3e");
    transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3e%3c/svg%3e");
}

.accordion-body {
    background-color: #F1F8F8;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 6px;
    color: #555;
    line-height: 1.7;
}

.accordion-collapse {
    border: none;
}

/* project page */

.project-banner {
    background-color: #111418 !important;
    color: white;
    padding: 40px 40px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;

}
.project-banner1{
        background-color: #2E4896!important;
    color: white;
    padding: 40px 40px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
}

.header-project {
    background: url('/assets/img/kARTEVIZITA1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 300px 0;
    border-radius: 40px;
}

.project-section-2 {
    padding: 70px 150px;
}

.text-3 {
    color: #A7ACB2;
}
.certificates-section {
    padding: 100px 20px;
    color:white !important;
    background:black;
    text-align: center;
}
.certificates-section .text-0{
    color: white !important;
    padding-bottom: 20px;
}
.certificate-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.certificate-item img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.project-section-3 {
    background: url('/assets/img/paketim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 300px 0;
   margin-bottom: 100px;
    border-radius: 40px;
}

.project-section-4 {
    background: url('/assets/img/kARTEVIZITA2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 300px 0;
    margin-top:100px;
    border-radius: 40px;
}
/* .produkt{
    padding:50px 10px;
   
} */
.etiketa{
    background-color: #FFF8D5;
}

.button{
    width:fit-content;
    border-radius:40px;
    height:auto;
    padding:10px;
    border:3px solid #E7D27C;
    background-color:#E7D27C;
    font-family: "Bricolage Grotesque", sans-serif;
    color:black;
    font-weight: bolder;
}
.button:hover{
     border:3px solid #E7D27C;
    background-color:#E7D27C;   
}
.testimonial-project-page {
    padding-top: 100px;
    padding-bottom: 100px;
}

.img-112 {
    border-radius: 40px;
}

.testimonial-author img {
    border-radius: 50%;
    width: 40px;
}

.testimonial-section-project {

    padding: 20px 0;

    display: flex;
    align-items: center;
    background-color: #ffffff;

}

.fa-star {
    color: #FFD700;
    font-size: 20px;
    margin: 0 2px;
}

/* work */
.work-1 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.work-1 img {
    border-radius: 40px;
    transition: 0.3s;
}


.work-1 img:hover {
    transform: scale(0.921);

}

.category-badge {
    font-size: 14px;
    margin-top: -30px;
}

.flow-image1 {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #111418;
}

.flow-h6 {
    font-size: 14px;
    font-family: "Bricolage Grotesque", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: white;
    text-transform: uppercase;
}

.col-title1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    color: white;
}

.expanding-col:hover .col-title1 {
    transform: translateY(-5px);
}
/* or */
.etiketa{
    background-color: #FFF8D5;
}
.paketime{
    background-color:#F8D0D2;
}
.produkt img{
    width:100% !important;
}
.paketime img{
    height:100% !important;
    width:100% !important;
}
.printime{
  background-color: #D5F6FB;
}
.printime .item img,
.identitet .item img,
.indoor .item img{
    width:100% !important;
    height:100% !important;
}
.identitet{
    background-color:#D0E9C0;
}
.indoor{
    background-color: #E6E6FA;
}
.button{
    width:fit-content;
    border-radius:40px;
    height:auto;
    padding:10px;
    border:2px solid black;
    background-color:transparent;
    font-family: "Bricolage Grotesque", sans-serif;
    color:black;
    font-weight: bolder;
}
.button:hover{
    border:2px solid black;
    background-color:transparent; 
}

.image{
    display: flex;
    overflow-x: auto;
    gap: 20px;
}

.slide {
    flex: 0 0 300px;        
    aspect-ratio: 16 / 9;   
    overflow: hidden;
    position: relative;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;      
    background-position: center;
}

.certificates-section {
    padding: 100px 20px;
    color:white !important;
    background:black;
    text-align: center;
}
.certificates-section .text-0{
    color: white !important;
    padding-bottom: 20px;
}
.certificate-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.certificate-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.certificate-item img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.contact-box {
    padding-top: 100px;
    padding-bottom: 100px;
}
.top-bar {
    position: absolute;
    top: 65%;
    right: 10%;
    transform: translate(-20%, -65%);
    color: white !important;
}

.top-bar h1 {
    font-weight: 700;
}
.contact-image {
    padding: 10px 0;
    border-radius: 40px;
   width: 100%;
    filter: brightness(0.8);
}

.slogan-img {
    height: 100%;
    width: 100%;
    border-radius: 40px;
    position: relative;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    width: 100%;
}

.slogan h4 {
    text-align: center;
    color: black;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
/* ===========================================
   EXTRA LARGE SCREENS (1400px and below)
   =========================================== */
@media (max-width: 1400px) {
    .h1-banner {
        font-size: 80px;
    }

    .titulli1 {
        font-size: 52px;
    }

    .text-0 {
        font-size: 50px;
    }

    .stat-number {
        font-size: 100px !important;
    }

    .project-section-2 {
        padding: 70px 80px;
    }

    /* .container-fluid {
        max-width: 92%;
    } */
      .top-bar{
        display: none !important;
    }
    .contact-image{
       object-fit: cover;
    }
}

/* ===========================================
   LARGE DESKTOPS (1200px and below)
   =========================================== */
@media (max-width: 1200px) {
    .dropdown-menu {
        min-width: 200px;
        padding: 6px 5px;
    }
    
    .dropdown-item {
        font-size: 14px;
        padding: 10px 3px;
    }
    .h1-banner {
        font-size: 70px;
    }

    .titulli1 {
        font-size: 48px;
    }

    .text-0 {
        font-size: 42px;
    }

    .loop-holder__text {
        font-size: 120px;
    }

    .stat-number {
        font-size: 80px !important;
    }

    .section-title {
        font-size: 32px;
    }

    .marquee-text {
        font-size: 75px;
    }

    .project-section-2 {
        padding: 50px 40px;
    }

    .flow-image,
    .flow-image1 {
        padding: 120px 0;
    }
     .top-bar{
        display: none !important;
    }
        .contact-image{
      object-fit: cover;
    }
       .klasa-1{
        justify-content: center !important;
    }
}

/* ===========================================
   TABLETS & SMALL LAPTOPS (991px and below)
   =========================================== */
@media (max-width: 991px) {

    /* Navigation */
    .navbar li a {
        margin: 10px 0;
        font-size: 18px !important;
    }

    .navbar li a.active {
        font-size: 20px;
    }

    .book-btn,
    .book1-btn {
        width: 100%;
        margin-top: 15px;
    }

    /* Typography */
    .h1-banner {
        font-size: 50px;
        line-height: 1.2;
    }

    .titulli1 {
        font-size: 42px;
    }

    .text-0 {
        font-size: 38px;
    }

    .text-1 {
        font-size: 17px;
    }

    .text-3 {
        font-size: 16px;
    }

    .section-title {
        font-size: 32px;
    }

    .section-description {
        font-size: 0.95rem;
    }

    .stat-number {
        font-size: 70px !important;
    }

    .loop-holder__text {
        font-size: 100px;
    }

    .marquee-text {
        font-size: 65px;
        padding: 0 50px;
    }

    /* Banner */
    #banner1 {
        padding: 130px 0 30px;
    }

    #banner1 .para-banner {
        font-size: 16px;
    }

    /* Layout */
    .container-fluid {
        max-width: 95%;
    }

    .card-1-1 {
        padding: 30px 25px;
        border-radius: 30px;
    }

    .flow-image,
    .flow-image1 {
        padding: 80px 0;
    }

    /* Sections */
    .trusted-by,
    .kompani,
    .contact-box,
    .work-1,
    .testimonial-project-page {
        padding: 60px 0;
    }

    .why-choose-us {
        margin-top: 80px;
        padding: 0 20px;
    }

    .kompani-row {
        border-radius: 30px;
        padding: 20px;
    }

    .pre-footer {
        padding: 5em 0;
    }

    .pre-box {
        padding: 1.5em;
        border-radius: 30px;
    }

    /* Contact Page */
    .banner-contct {
        padding: 0px 0px;
        border-radius: 30px;
    }

    /* About Page */
    .about-section-1 {
        padding: 70px 0;
    }

    .about-section-1 img {
        border-radius: 40px;
        margin-bottom: 30px;
    }

    .about-section-1 h1 {
        font-size: 48px !important;
    }

    .about-section-1 h6 {
        font-size: 13px;
    }

    .about-section-1 p {
        font-size: 15px;
    }

    .about-section-1 .col-lg-5>div {
        min-height: auto !important;
        padding: 30px 0;
    }

    .header-about-us-part2 {
        margin: 60px 0;
        height: 50vh;
        border-radius: 30px;
    }

    /* Stats */
    .stats-section {
        padding: 40px 0;
    }

    .stat-item {
        margin-bottom: 30px;
        padding: 15px;
    }

    /* Testimonials */
    .testimonial-section {
        padding: 60px 0;
    }

    .testimonial-image {
        min-height: 350px;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .testimonial-content {
        padding: 40px 30px;
        min-height: auto;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .testimonialcard {
        padding: 18px;
        border-radius: 30px;
    }

    .carousel-indicators {
        position: static;
        margin-top: 25px;
        justify-content: center;
    }

    /* FAQ */
    .faq {
        padding: 60px 0;
    }

    .faq-header h1 {
        font-size: 2rem;
    }

    .faq-header p {
        font-size: 1rem;
    }

    .accordion-button {
        font-size: 24px;
        padding: 30px 20px;
    }

    .accordion-body {
        padding: 30px 20px;
    }

    /* Projects */
    .project-banner {
        padding: 35px 30px;
    }

    .header-project {
        padding: 200px 30px;
        border-radius: 30px;
    }

    .project-section-2 {
        padding: 50px 30px;
    }

    .project-section-3,
    .project-section-4 {
        padding: 200px 30px;
        border-radius: 30px;
    }

    .img-112 {
        border-radius: 30px;
        margin-bottom: 20px;
    }

    /* Work Section */
    .work-1 img {
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .category-badge {
        font-size: 13px;
    }

    /* ID Section */
    .id-section {
        padding: 50px 0;
    }

    .image-container {
        margin-bottom: 30px;
    }

    .display-image {
        height: 400px;
    }

    .text-item {
        margin-bottom: 25px;
    }

    .text-item h3 {
        font-size: 1.4rem;
    }

    /* Marquee */
    .marquee-section {
        height: 55vh;
    }

    .marquee-wrapper {
        height: 250px;
    }

    .marquee-container {
        padding: 15px 0;
    }

    /* Footer */
    .footer-wrapper {
        padding: 70px 0 35px;
    }

    .footer-column {
        margin-bottom: 25px;
    }
     .top-bar{
        display: none !important;
    }
        .contact-image{
         object-fit: cover;
    }
       .klasa-1{
        justify-content: center;
    }
}

/* ===========================================
   TABLETS PORTRAIT (768px and below)
   =========================================== */
@media (max-width: 768px) {

    /* Container */
    .container-fluid {
        max-width: 100%;
        padding: 0 15px;
    }

    /* Navigation */
    .home-nav {
        padding: 10px 0;
    }

    .navbar-brand h2 {
        font-size: 1.5rem;
    }

    /* Typography */
    .h1-banner {
        font-size: 36px;
        line-height: 1.2;
    }

    .titulli1 {
        font-size: 32px;
    }

    .text-0 {
        font-size: 28px;
    }

    .text-1 {
        font-size: 16px;
    }

    .text-3 {
        font-size: 15px;
    }

    .section-title {
        font-size: 26px;
    }

    .section-description {
        font-size: 0.9rem;
    }

    .stat-number {
        font-size: 48px !important;
    }

    .stat-label {
        font-size: 1rem;
    }

    .loop-holder__text {
        font-size: 80px;
    }

    .marquee-text {
        font-size: 40px;
        padding: 0 30px;
        letter-spacing: 1px;
    }

    .col-title,
    .col-title1 {
        font-size: 1.5rem;
    }

    .col-description {
        font-size: 0.9rem;
    }

    .brand-text {
        font-size: clamp(50px, 12vw, 100px);
        letter-spacing: -2px;
    }

    /* Banner */
    #banner1 {
        padding: 150px 0 20px;
    }

    #banner1 .para-banner {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    /* Buttons */
    .book-btn,
    .book1-btn {
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 25px;
    }

    .link-btn {
        width: 100%;
        padding: 12px 15px;
        font-size: 14px;
    }

    /* Layout */
    .card-1-1 {
        padding: 25px 20px;
        border-radius: 25px;
        margin-bottom: 20px;
    }

    .flow-image,
    .flow-image1 {
        padding: 60px 0;
    }

    .flow-h6 {
        font-size: 12px;
    }

    /* Expanding Columns */
    .columns-container {
        flex-direction: column;
        gap: 20px;
        margin-top: 30px;
    }

    .expanding-col,
    .expanding-col:hover {
        flex: 1 !important;
    }

    .image-wrapper {
        height: 250px;
    }

    .col-content {
        padding-top: 15px;
    }

    /* Sections */
    .trusted-by,
    .kompani,
    .contact-box,
    .faq,
    .work-1,
    .testimonial-project-page {
        padding: 50px 0;
    }

    .trusted-by h5 {
        font-size: 18px !important;
        text-align: center !important;
        margin-bottom: 30px;
    }

    .trusted-by img {
        max-width: 90px;
        margin-bottom: 15px;
    }

    .kompani-row {
        border-radius: 25px;
        padding: 15px;
    }

    .pre-footer {
        padding: 4em 1em;
    }

    .pre-box {
        padding: 1.5em;
        border-radius: 25px;
    }

    /* Contact Page */
    .banner-contct {
        padding: 0px 0px;
        border-radius: 25px;
    }

    /* About Page */
    .about-section-1 {
        padding: 50px 0;
    }

    .about-section-1 img {
        border-radius: 25px;
        margin-bottom: 20px;
    }

    .about-section-1 h1 {
        font-size: 36px !important;
    }

    .about-section-1 h6 {
        font-size: 12px;
    }

    .about-section-1 p {
        font-size: 14px;
    }

    .about-section-1 h5 {
        font-size: 18px;
    }

    .why-choose-us {
        margin-top: 60px;
        padding: 0 15px;
    }

    .why-choose-us h1 {
        font-size: 36px !important;
    }

    .why-choose-us h5 {
        font-size: 18px !important;
    }

    .why-choose-us h6 {
        font-size: 12px !important;
    }

    .why-choose-us img {
        border-radius: 25px !important;
        margin-bottom: 20px;
    }

    .why-choose-us .col-lg-4 {
        margin-bottom: 30px;
    }

    .header-about-us-part2 {
        margin: 50px 0;
        height: 50vh;
        border-radius: 25px;
    }

    /* Stats */
    .stats-section {
        padding: 30px 0;
    }

    .stat-item {
        padding: 15px 10px;
    }

    /* ID Section */
    .id-section {
        padding: 40px 0;
    }

    .image-container {
        position: relative;
        margin-bottom: 30px;
    }

    .display-image {
        height: 300px;
        margin-bottom: 30px;
    }

    .text-item {
        margin-bottom: 30px;
        padding: 15px;
    }

    .text-item h3 {
        font-size: 1.3rem;
    }

    .text-item p {
        font-size: 0.95rem;
    }

    /* Testimonials */
    .testimonial-section {
        padding: 50px 0;
    }

    .testimonial-image {
        min-height: 300px;
        border-radius: 20px 20px 0 0;
    }

    .testimonial-content {
        padding: 30px 20px;
    }

    .testimonial-text {
        font-size: 0.95rem;
        margin-bottom: 30px;
    }

    .testimonialcard {
        padding: 15px;
        border-radius: 25px;
    }

    .carousel-indicators {
        position: static;
        margin-top: 20px;
        justify-content: center;
    }

    .author-name {
        font-size: 1.1rem;
    }

    .author-title {
        font-size: 0.95rem;
    }

    /* FAQ */
    .faq-header {
        margin-bottom: 30px;
    }

    .faq-header p:first-child {
        font-size: 11px;
    }

    .faq-header h1 {
        font-size: 1.75rem;
    }

    .faq-header p:last-child {
        font-size: 1rem;
    }

    .accordion-item {
        margin-bottom: 12px;
    }

    .accordion-button {
        font-size: 20px;
        padding: 25px 15px;
    }

    .accordion-body {
        padding: 25px 15px;
        font-size: 14px;
    }

    /* Projects */
    .project-banner {
        padding: 30px 20px;
    }

    .header-project {
        padding: 150px 20px;
        border-radius: 25px;
    }

    .project-section-2 {
        padding: 40px 20px;
    }

    .project-section-3,
    .project-section-4 {
        padding: 150px 20px;
        border-radius: 25px;
    }

    .img-112 {
        border-radius: 25px;
        margin-bottom: 20px;
    }

    .fa-star {
        font-size: 16px;
    }

    /* Work */
    .work-1 img {
        border-radius: 25px;
    }

    .work-1 img:hover {
        transform: scale(0.95);
    }

    .category-badge {
        font-size: 12px;
        margin-top: -25px;
    }

    /* Footer */
    .footer-wrapper {
        padding: 60px 0 30px;
    }

    .footer-top {
        padding-bottom: 30px;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 30px;
        text-align: center;
    }

    .footer-column h6 {
        font-size: 14px;
    }

    .footer-column ul li a,
    .footer-column p {
        font-size: 13px;
    }

    .footer-buttons {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
    }

    /* Marquee */
    .marquee-section {
        height: 40vh;
    }

    .marquee-wrapper {
        height: 200px;
    }

    .marquee-container {
        padding: 20px 0;
    }
     .top-bar{
        display: none !important;
    }
        .contact-image{
       object-fit: cover;
    }
       .klasa-1{
        justify-content: center;
    }
}

/* ===========================================
   MOBILE LANDSCAPE (576px and below)
   =========================================== */
@media (max-width: 576px) {

    /* Typography */
    .h1-banner {
        font-size: 28px;
        line-height: 1.1;
    }

    .titulli1 {
        font-size: 26px;
    }

    .text-0 {
        font-size: 24px;
    }

    .text-1 {
        font-size: 15px;
    }

    .section-title {
        font-size: 22px;
    }

    .section-description {
        font-size: 0.85rem;
    }

    .stat-number {
        font-size: 36px !important;
        margin-bottom: 10px;
    }

    .stat-label {
        font-size: 0.9rem;
    }

    .loop-holder__text {
        font-size: 60px;
    }

    .marquee-text {
        font-size: 30px;
        padding: 0 20px;
    }

    .brand-text {
        font-size: clamp(40px, 10vw, 70px);
    }

    .img-89 {
        width: 20px;
    }

    .img98 {
        width: 20px;
    }
     .top-bar{
        display: none !important;
    }
        .contact-image{
        object-fit: cover;
    }
    .klasa-1{
        justify-content: center;
    }
}


/* ===========================================
   SMALL MOBILE (400px and below)
   =========================================== */
@media (max-width: 400px) {
    .h1-banner {
        font-size: 24px;
    }

    .titulli1 {
        font-size: 24px;
    }

    .text-0 {
        font-size: 20px;
    }

    .section-title {
        font-size: 18px;
    }

    .stat-number {
        font-size: 28px !important;
    }

    .loop-holder__text {
        font-size: 50px;
    }

    .img-89,
    .img98 {
        width: 20px;
    }

    .image-wrapper {
        height: 200px;
    }

    .display-image {
        height: 220px;
    }

    .about-section-1 h1,
    .why-choose-us h1 {
        font-size: 24px !important;
    }

    .header-about-us-part2 {
        height:25vh;
    }

    .testimonial-image {
        min-height: 220px;
    }

    .testimonial-text {
        font-size: 0.85rem;
    }

    .faq-header h1 {
        font-size: 1.3rem;
    }

    .accordion-button {
        font-size: 16px;
        padding: 18px 10px;
    }

    .accordion-body {
        padding: 18px 10px;
        font-size: 12px;
    }

    .header-project,
    .project-section-3,
    .project-section-4 {
        padding: 80px 12px;
    }

    .project-section-2 {
        padding: 25px 12px;
    }

    .marquee-text {
        font-size: 25px;
        padding: 0 15px;
    }

    .marquee-wrapper {
        height: 160px;
    }

    .card-1-1 {
        padding: 18px 12px;
        border-radius: 18px;
    }

    .book-btn,
    .book1-btn {
        padding: 7px 10px;
        font-size: 12px;
    }
     .top-bar{
        display: none !important;
    }
        .contact-image{
        object-fit: cover;
    }
}

/* ===========================================
   EXTRA SMALL MOBILE (360px and below)
   =========================================== */
@media (max-width: 360px) {

    .h1-banner,
    .titulli1,
    .about-section-1 h1,
    .why-choose-us h1 {
        font-size: 22px;
    }

    .text-0 {
        font-size: 18px;
    }

    .stat-number {
        font-size: 26px !important;
    }

    .section-title {
        font-size: 16px;
    }

    .marquee-text {
        font-size: 22px;
    }

    .loop-holder__text {
        font-size: 45px;
    }

    .img89,
    .img98 {
        width: 25px;
    }
    .top-bar{
        display: none !important;
    }
        .contact-image{
   object-fit: cover;
    }
}

/* ===========================================
   LANDSCAPE ORIENTATION
   =========================================== */
@media (max-height: 600px) and (orientation: landscape) {
    .header-about-us-part2 {
        height: auto;
        min-height: 400px;
    }

    .banner-contct,
    .header-project,
    .project-section-3,
    .project-section-4 {
        padding: 80px 20px;
    }

    .marquee-section {
        height: 50vh;
    }

    .flow-image,
    .flow-image1 {
        padding: 60px 0;
    }

    .img89,
    .img98 {
        width: 25px;
    }
    .top-bar {
    display: none !important;
}
}

@media (max-height: 500px) and (orientation: landscape) {
    #banner1 {
        padding: 120px 0 20px;
    }

    .testimonial-section {
        min-height: auto;
    }

    .display-image {
        height: 250px;
    }
}

/* ===========================================
   PRINT STYLES
   =========================================== */
@media print {

    .navbar,
    .home-nav,
    .footer-wrapper,
    .book-btn,
    .book1-btn,
    .link-btn,
    .carousel-indicators,
    .carousel-control-prev,
    .carousel-control-next,
    .marquee-section {
        display: none !important;
    }

    .about-section-1,
    .why-choose-us,
    .stats-section,
    .testimonial-section,
    .faq,
    .project-section-2,
    .work-1 {
        page-break-inside: avoid;
    }

    body {
        color: #000;
        background-color: #fff;
    }

    .card-1-1,
    .testimonialcard,
    .accordion-item {
        border: 1px solid #ddd;
        box-shadow: none;
    }

    img {
        max-width: 100%;
        page-break-inside: avoid;
    }
    .top-bar {
   display: none !important;
}
}