/*
 Theme Name:     Kidz.ba
 Theme URI:      https://www.kidz.ba/
 Description:    Kidz.ba Starter Kit
 Author:         NK
 Author URI:     https://www.kidz.ba
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
@font-face {
    font-family: 'kidzicons';
    src: url('fonts/kidzicons2.ttf') format('truetype');
	font-weight:500;
	font-display: swap;
}

#comment-form-container  {
padding:20px;
}

.head-kidz  {
	position: fixed!important;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
    z-index: 99999;
    width: 100%!important;
	padding:0!important;
}

head-kidz2 {
	    position: fixed!important;
    top: 0px;
    bottom: auto;
    left: 0px;
    right: auto;
}

.pagination{
padding:20px 0;
}

.listings-page-block {
margin-bottom:20px;
}

.kidznavicon {
    font-family: 'kidzicons';
	font-size: 20px;
    line-height: 1.4;
}

.kidznavicon.naslovnica::before {
    content: '\e900'; /* Unicode character for the icon */
}

.kidznavicon.kategorije::before {
    content: '\e901'; /* Unicode character for the icon */
}

.kidznavicon.pretraga::before {
    content: '\e902'; /* Unicode character for the icon */
}
.kidznavicon.novosti::before {
    content: '\e903'; /* Unicode character for the icon */
}
.kidznavicon.filter::before {
    content: '\e905'; /* Unicode character for the icon */
}
.kidznavicon.sort::before {
    content: '\e906'; /* Unicode character for the icon */
}

.kidznavicon.filter, .kidznavicon.sort {
    margin-right:10px;
	font-style: regular;
}

.listing-comments {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
  	max-width:80px;
  	margin-top: 10px;
  	right:10px;
  	position:absolute;
  	padding:5px;
}

#dodatni-filteri-section, .dodatni-filteri-field {
  animation: slideFadeIn 0.6s ease-out forwards;
  }
.comments-count {
    background-color: #ffc200;
    border-radius: 50%; /* To create a circle */
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
  	text-align:center;
    padding: 5px; /* Adjust the padding as needed */
  	margin-left:auto;
		margin-right:auto;
}

.comments-count h5 {
    margin: 0;
    color: #fff; /* Text color for the count */
}

.comments-text p {
    margin: 0;
    padding: 5px; /* Adjust the padding as needed */
}


.sponsored-label {
    background-color: #f45918;
    padding: 5px 10px; /* Adjust padding as needed */
    border-radius: 0 0 10px 0;
    color: #fff; /* Text color for better visibility */
  	position:absolute;
}

.all-listings, .novosti {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  padding: 0 0 0 0;
}

.logo-container {
  margin-top: -70px;
  margin-left:15px;
  border:3px;
  border-style:solid;
  border-color:#fff;
  border-radius: 10px!important;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

.oglas, .splide__slide, .novost {
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
    opacity: 0; /* Initially hide the blocks */
    animation: slideFadeIn 0.6s ease-out forwards; /* Apply animation */
    backface-visibility: hidden;
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
	z-index:0;
}

.splide__slide.izdvojeni, .oglas.izdvojeni {
}

/* Animation for sliding and fading in the blocks */
@keyframes slideFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Style for the listing block's title */
h2 {
    margin: 0;
    font-size: 25px;
    color: #333;
}

/* Style for the listing block's description */
.splide__slide p, .oglas p {
    color: #666;
}

#search-input {
  width: 250px;
  min-height:40px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 18px;
  outline: none;
  margin-bottom:20px;
}

#search-input::placeholder {
  color: #999;
}

#search-input:focus {
  border-color: #01A4E5;
}

/* Responsive layout for listing blocks */
@media screen and (min-width: 1700px) {
    /* Desktop: 4 columns */
    .all-listings {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1699px) and (min-width: 992px) {
    /* Desktop: 3 columns */
    .all-listings {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
}




@media screen and (min-width: 768px) {
    /* Desktop: 4 columns */
    .novosti {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px;
    }
.novosti > *:first-child {
  grid-column: span 2; /* This will make it occupy two columns */
}
	
}

@media screen and (min-width: 992px) {
    /* Desktop: 4 columns */
    #splide_novosti .splide__list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
		grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px;
    }
	#splide_novosti .splide__slide  {
		margin-right: 0px;
		 }
#splide_novosti-slide01 {
  grid-row: span 2; /* This will make it occupy two rows */
  grid-column: span 3; /* This will make it occupy two columns */
}
	
}

@media screen and (max-width: 1110px) {
    /* Tablets: 2 columns */
    .all-listings, .novosti {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    /* Mobile phones: 1 column */
    .all-listings, .novosti {
        grid-template-columns: repeat(1, 1fr);
    }
}

/* Style for the listing blocks */
.oglas, .splide__slide, .novost {
    border-radius: 10px;
    opacity: 0; /* Initially hide the blocks */
    animation: slideFadeIn 0.6s ease-out forwards; /* Apply animation */
}

/* Animation for sliding and fading in the blocks */
@keyframes slideFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Individual delays for each listing block */
.splide__slide:nth-child(1), .oglas:nth-child(1), .novost:nth-child(3) {
    animation-delay: 0.1s; /* Adjust the delay for the first block */
}

.splide__slide:nth-child(2), .oglas:nth-child(2) .novost:nth-child(3) {
    animation-delay: 0.2s; /* Adjust the delay for the second block */
}

.splide__slide:nth-child(3), .oglas:nth-child(3) .novost:nth-child(3) {
    animation-delay: 0.3s; /* Adjust the delay for the third block */
}

.search-bar {
  margin-bottom: 20px;
}

#search-input {
  padding: 5px;
  width: 100%;
  margin-right: 10px;
}

#search-button {
  padding: 5px 10px;
}

.oglas, .splide__slide, .novost {
  transition: transform 0.1s ease-in-out;
}

.oglas:hover, .splide__slide:hover, .novost:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 25px rgba(0,0,0,.1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s

}

span.listing-tag {
  white-space: nowrap; 
}

.listing-image  {
  height:150px;
  top: 0;
  position: relative;
  z-index: -1;
}

.oglas, .splide__slide {
  padding: 0;
}



.listing-information {
  padding: 10px;
}



.listing-tags {
  margin: 10px 0;
  color: #666;
}

.listing-image {
background-size:cover;
}

#dodatni-filteri-section {
    display: block; /* Set to 'block' to make it a visible block element */
    /* Additional styles can be added here, such as width, padding, margin, background color, etc. */
}

input.show-all-radio[type=radio] {
  display:none;
}

.filter-title-prikazi-sve  {
display: inline-flex;
justify-content: space-between;
width: 100%;
align-items: baseline;	
}

.filter-title-prikazi-sve label
{
  cursor: pointer;
  text-decoration: underline;
  }

.entry-content ul {
padding:0!important;
  }
@media screen and (min-width: 992px) {


#splide_novosti-slide01 .cover {
	height: 100%!important;
	padding-bottom:0px;
}

#splide_novosti-slide01 .opis {
	background-color:unset;
}	
	
#splide_novosti-slide01 h2  {
	color:#fff;
}	
#splide_novosti-slide01::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}	
}

@media screen and (max-width: 991px) {

#splide_novosti .cover {
	height: 100%!important;
	min-height:200px;
	padding-bottom:0px;
}

#splide_novosti .opis {
	background-color:unset!important;
	color:#fff!important;
}	
#splide_novosti .post-title h2 {
	color:#fff!important;
}	
#splide_novosti .splide__slide::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}		
}	

.novosti ul{
    display: flex;
    flex-wrap: wrap;
}







.cover {
    background-size: cover;
    height: 10vw; /* Adjust the height as needed */
}

.splide .cover {
	margin-bottom:110px;
}

.opis {
	bottom:0;
	background-color:#fff;
	width:100%;
	padding:10px;
}

.splide .opis {
	position: absolute;
}
.kategorije-novosti {
    padding: 10px;
	display: flex;
}

.kategorija_novosti {
    background-color: #00a5e6;
	padding:5px;
	margin-right:5px;
	color:#fff;
	border-radius:3px;
}

.post-date {
    font-size: 14px; /* Adjust the font size as needed */
}




/* Headings */
h1, h2, h3, h4, h5 {
    font-weight: bold;
    color: #333; /* Dark gray color for headings */
}

h1 {
    font-size: 1.6rem;
}

h2 {
    font-size: 1.3rem;
	margin-bottom: 15px;
}

h3 {
    font-size: 1rem;
	  margin-bottom:0px;
  margin-top:20px;
}

h4 {
    font-size: 1rem;    
	text-transform: uppercase;
    letter-spacing: 1px;
    color: #01A4E5;
    font-size: 1.1rem;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 4px;
}

h5 {
    font-size: 0.9rem;
	margin-bottom: 10px;
}

/* Paragraphs */
p {
    line-height: 1.5; /* Line spacing for readability */
    color: #666; /* Slightly lighter gray color for text */
  	padding-bottom:0px;
}

/* Links */
a {
    color: #00a5e6; /* Blue color for links */
    text-decoration: none; /* Remove underlines from links */
}


/*something found on the homepage*/
body {
background-color:#fafafa!important;
}  
.listing-comments {
    background-color: #fff;
    border-radius: 10px;
    align-items: center;
  	max-width:80px;
  	margin-top: 10px;
  	right:10px;
  	position:absolute;
  	padding:5px;
}

.comments-count {
    background-color: #ffc200;
    border-radius: 50%; /* To create a circle */
    width: 30px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
  	text-align:center;
    padding: 5px; /* Adjust the padding as needed */
  	margin-left:auto;
		margin-right:auto;
}

.comments-count h5 {
    margin: 0;
    color: #fff; /* Text color for the count */
}

.comments-text p {
    margin: 0;
    padding: 5px; /* Adjust the padding as needed */
}


.sponsored-label {
    background-color: #f45918;
    padding: 5px 10px; /* Adjust padding as needed */
    border-radius: 0 0 10px 0;
    color: #fff; /* Text color for better visibility */
}


/* Animation for sliding and fading in the blocks */
@keyframes slideFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Style for the listing block's title */
.all-listings .splide__slide h2 {
    margin: 0;
    font-size: 25px;
    color: #333;
}

/* Style for the listing block's description */
.all-listings .splide__slide p {
    color: #666;
}


/* Animation for sliding and fading in the blocks */
@keyframes slideFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Individual delays for each listing block */
.all-listings .splide__slide:nth-child(1) {
    animation-delay: 0.1s; /* Adjust the delay for the first block */
}

.all-listings .splide__slide:nth-child(2) {
    animation-delay: 0.2s; /* Adjust the delay for the second block */
}

.all-listings .splide__slide:nth-child(3) {
    animation-delay: 0.3s; /* Adjust the delay for the third block */
}

.search-bar {
  margin-bottom: 20px;
}

#search-input {
  padding: 5px;
  width: 100%;
  margin-right: 10px;
}

#search-button {
  padding: 5px 10px;
}


.all-listings .splide__slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(0,0,0,.15);
  -webkit-transition: .3s ease-in-out;
  transition: .3s
2
}

span.listing-tag {
  white-space: nowrap; 
}

.listing-image  {
  height:150px;
  top: 0;
  position: relative;
  z-index: -1;
}

.listing-block {
  padding: 0;
}



.listing-information {
  padding: 10px;
}



.listing-tags {
  margin: 10px 0;
  color: #666;
}

.listing-image {
background-size:cover;
}

#dodatni-filteri-section {
    display: block; /* Set to 'block' to make it a visible block element */
    /* Additional styles can be added here, such as width, padding, margin, background color, etc. */
}

input.show-all-radio[type=radio] {
  display:none;
}

.filter-title-prikazi-sve  {
display: inline-flex;
justify-content: space-between;
width: 100%;
}

.filter-title-prikazi-sve label
{
  cursor: pointer;
  text-decoration: underline;
  }


@media screen and (max-width: 768px) {
    .search-results {
        /* Adjust styles for tablet and mobile */
        width: 100%; /* Adjust the width */
        min-height: 200px; /* Adjust the minimum height */
    }

    .splide__slide {
        /* Adjust slide styles for tablet and mobile */
        width: 100%; /* Make slides full width for mobile */
    }
}


.all-listings {
    width: 100%; /* Set the width as needed */
    min-height: 300px; /* Set a minimum height as needed */
}

.splide__track {
padding: 20px 14px!important;
  }

@media screen and (max-width: 768px) {
#kategorije_usluga .splide__slide {
    width: 90px!important; /* Set the specific width for each item */
    }	
.splide__slide {
    width: 310px!important; /* Set the specific width for each item */
    margin-right: -50px; /* Negative margin to make the second item partially vi5sible */
    }
.splide__track {
  	padding:20px 20px!important;
  }
}

#kategorije_usluga .splide__slide {
	text-align: center;
	padding: 10px 10px 0px 10px;
}
.ikona_kategorije_slider {
    font-family: 'kidzicons';
	font-size: 40px;
    line-height: 1.4;
}

.ikona_kategorije_slider.vrtici::before {
    content: '\e915'; /* Unicode character for the icon */
}

.ikona_kategorije_slider.produzeni_boravak::before {
    content: '\e916'; /* Unicode character for the icon */
}
 
.ikona_kategorije_slider.kursevi_i_instrukcije::before {
    content: '\e910'; /* Unicode character for the icon */
}

.ikona_kategorije_slider.pedijatrija::before {
    content: '\e912'; /* Unicode character for the icon */
}
.headline-box {
	height:40px;
	align-items: center;
    display: flex;
	justify-content: center;
	line-height: 1.2;
    margin-top: 5px;
	}

.splide__slide {
    background-color: #fff!important;
    border-radius: 10px;
    opacity: 0; /* Initially hide the blocks */
    animation: slideFadeIn 0.6s ease-out forwards; /* Apply animation */
    overflow: hidden;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}

/* Style for the listing blocks */
.splide__slide {
    background-color: #fff!important;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
    margin-right: 20px;
    box-shadow: 0 1px 8px rgba(0,0,0,.1);
}



.splide__arrows {
overflow-x:visible;
  }

.splide__arrow--prev  {
left:-30px!important;
  }

.splide__arrow--next   {
right:-30px!important;
  }

.backdrop {
    height: 231px;
    overflow: visible!important;
      position: relative;
  
    }

.chip-checkbox {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 8px 12px;
  cursor: pointer;
  margin: 5px;
  white-space: nowrap;
}

.chip-checkbox input {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 8px;
  text-align:center;
}

.checkmark:before {
	content: '\e904';
	font-family:'kidzicons';
	font-size: 12px;
	display:flex;
	align-items: center;
    justify-content: center;
}
.checkmark i {
  color: #ccc; /* Light gray when unchecked */
}

.chip-checkbox input:checked + .checkmark {
  background-color: #01A4E5; /* Blue background when checked */
  border: none;
}

.chip-checkbox input:checked + .checkmark:before {
  color: #fff; /* Change the checkmark color to white when checked */
}



@media (max-width: 980px) {
.et_pb_column .et_pb_module {
    margin-bottom: 20px;
} }

.nema_rezultata  {
	display: flex;
    align-items: center;
    place-content: center;	
    height: calc(100vh - 40vh);
    background: #E7F6FD;
    border-radius: 10px;
    border: 2px solid #9CDBF4;
}	
.nema_rezultata p  {
	display: grid;
    text-align: center;
	color:#01A4E5;
}	
.nema_rezultata p::before {
	font-family: 'kidzicons';
	font-size: 40px;
    line-height: 1.4;
	content: '\e915';
}
   


.adresa-cijena-c::before {
	content: '\e90e';
	font-family:'kidzicons';
	color: #C2C2C2;
	position: absolute;
	margin-left: -20px;
}	

.adresa-cijena-c {
	display:flex;
	justify-content: space-between;
	padding-left:20px;
	border-top: 1px solid #ccc;
    padding-top: 8px;
	font-size: 12px;
}	

span.listing-tag {
    white-space: nowrap;
    padding: 0px 6px;
    display: inline-flex;
    margin: 2px;
    border-radius: 10px;
    font-size: 12px;
    border: #999;
    color: #999;
    border: 1px solid #ccc;
}

.cijena-container  {
	padding-left:20px;
	text-align:right;
	}






/*HEADER STYLING*/
  
  header .et_builder_inner_content  {
    z-index: 99;
     }
/* animation menu hamburger */
 .menu-btn {
   position: relative;
   display: none;
   justify-content: center;
   align-items: center;
   width: 1.5rem;
   height: 1.5rem;
   cursor: pointer;
   z-index: 2;
}
 @media (max-width: 1023px) {
   .menu-btn {
     display: flex;
  }
}
 .menu-btn .menu-btn__lines, .menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
   width: 1.5rem;
   height: 0.1rem;
   background: #333;
   transition: all 0.3s ease-in-out;
}
 .menu-btn .menu-btn__lines::before, .menu-btn .menu-btn__lines::after {
   content: "";
   position: absolute;
}
 .menu-btn .menu-btn__lines::before {
   transform: translateY(-0.5rem);
}
 .menu-btn .menu-btn__lines::after {
   transform: translateY(0.5rem);
}
 .menu-btn.open .menu-btn__lines {
   transform: translateX(1rem);
   background: transparent;
}
 .menu-btn.open .menu-btn__lines::before {
   transform: rotate(45deg) translate(-0.5rem, 0.5rem);
   background: #333;
}
 .menu-btn.open .menu-btn__lines::after {
   transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
   background: #333;
}
 .expand-btn:after {
   position: absolute;
   font-family:"kidzicons";
   font-size:10px;
   top: 50%;
   right: 0;
   content: " \e9015";
   opacity: 0.75;
   transform: translateY(-50%) rotate(0);
   transition: 0.25s;
}
 .expand-btn.open {
   color: #ff5722;
}
 .expand-btn.open:after {
   transform: translateY(-50%) rotate(180deg);
}
/* navbar */
 .navbar {
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: 65px;
   padding: 0 60px;
   background: #fff;
   box-shadow: 0 1px 8px rgba(0,0,0,.1);
}
 @media (max-width: 1023px) {
   .navbar {
     padding: 10px 20px;
  }
}
 .navbar.sticky {
   position: sticky;
   z-index: 999;
   top: 0;
}
 .navbar .headerlogo {
   padding-top:10px;
   width:120px;
}
 .navbar .menu-items {
   display: flex;
   align-items: center;
   padding: 0;
}
 .navbar .menu-items::-webkit-scrollbar-track {
   border-radius: 0px;
   background-color: #fafafa;
}
 .navbar .menu-items::-webkit-scrollbar {
   width: 6px;
   background-color: #ddd;
}
 .navbar .menu-items::-webkit-scrollbar-thumb {

   background-color: #ddd;
}
 @media (max-width: 1023px) {
   .navbar .menu-items {
     scrollbar-gutter: stable;
     position: fixed;
     top: 65px;
     left: 0;
     display: block;
     width: 350px;
     height: 100%;
     padding-top: 30px;
     padding-bottom: 100px;
     padding-right: 10px;
     background: #fff;
     overflow-y: auto;
     transform: translateX(-100vh);
     transition: 0.3s ease-out;
  }
   .navbar .menu-items.open {
     transform: translateY(0);
  }
}
 .navbar .menu-items > li > .menu-item {
   padding: 1.5rem 1rem;
}
 @media (max-width: 1023px) {
   .navbar .menu-items > li > .menu-item {
     padding: 1.2rem 1.2rem;
     border-top: 0.5px solid #ddd;
  }
}

 @media (max-width: 1023px) {
   .navbar .menu-items li a {
     padding: 10px 1rem;
  }
}
 .navbar .dropdown {
   position: relative;
}
 @media (min-width: 1024px) {
   .navbar .menu-items li:hover .mega-menu,
   .navbar .dropdown:hover > .dropdown-menu {
     opacity: 1;
     visibility: visible;
     max-height: 500px;
  }
   .navbar .dropdown:hover > .expand-btn:after {
     transform: translateY(-50%) rotate(180deg);
  }
}
 @media (min-width: 1024px) {
   .navbar .dropdown .dropdown-right .expand-btn:after, .navbar .dropdown .dropdown-left .expand-btn:after {
     right: 0.625rem;
  }
}
 @media (min-width: 1024px) {
   .navbar .dropdown-menu {
     position: absolute;
     top: 65px;
     right: 0;
     left: 0;
     width: 190px;
     padding: 0;
     background: #fff;
     border-radius: 0 0 5px 5px;
     opacity: 0;
     box-shadow: 0 1px 8px rgba(0,0,0,.1);
     visibility: hidden;
     max-height: 0;
     transition: all 0.3s ease-out 0s, visibility 0.1s linear 0s, max-height 0s;
     overflow: hidden;
     max-height: 0;
  }
}
 @media (max-width: 1023px) {
   .navbar .dropdown-menu {
     display: none;
     position: relative;
     top: 0;
     width: 100%;
     padding-left: 1rem;
     overflow: hidden;
  }
}
 .navbar .menu-right {
   top: 0;
   left: 100%;
}
 @media (max-width: 1023px) {
   .navbar .menu-right {
     top: 0;
     left: 0;
     right: auto;
     width: 100%;
     padding-left: 1.5rem;
  }
   .navbar .menu-right:before {
     content: "";
     position: absolute;
     z-index: 1;
     top: 50%;
     left: 20px;
     width: 1px;
     height: calc(100% - 25px);
     background-color: #000;
     transform: translateY(-50%);
  }
}

 .navbar .menu-item {
   display: flex;
   justify-content: space-between;
   width: 100%;
   padding: 0.5rem 1rem;
   font-size: 16px;
   transition: 0.25s;
}
 .navbar .menu-item:hover {
   color: #ff5722;
}
 .navbar ul li {
   list-style: none;
   transition: 0.3s ease;
}
 .navbar ul li .arrow {
   transition: all 0.3s ease-out;
}
 .navbar ul li a {
   position: relative;
   text-decoration: none;
   color: #333;
}
 @media (min-width: 1024px) {
   .navbar .dropdownMega {
     position: inherit !important;
  }
}
 @media (min-width: 1024px) {
   .navbar .mega-menu {
     position: absolute;
     top: 65px;
     left: auto;
     width: 900px;
     right:100px;
     opacity: 0;
     visibility: hidden;
     overflow: hidden;
     max-height: 500px;
     transition: all 0.3s ease-out 0s, visibility 0.1s linear 0s, max-height 0s;
     max-height: 0;
  }
}
 @media (max-width: 1023px) {
   .navbar .mega-menu {
     position: relative;
     display: none;
     padding-left: 0;
  }
}
 .navbar .mega-menu .content {
   display: grid;
   grid-template-columns: repeat(4, 1fr);
   gap: 1rem;
   width: 100%;
   padding: 1rem;
   background: #fff;
   -webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
   box-shadow: 0 1px 8px rgba(0,0,0,.1);
   transition: ease-in-out 0.3s;
}
 @media (max-width: 1023px) {
   .navbar .mega-menu .content {
     grid-template-columns: auto;
  }
}
 @media (min-width: 1024px) {
   .navbar .mega-menu .content {
     padding: 1.5rem 1rem;
  }
}
 @media (max-width: 1023px) {
   .navbar .mega-menu .content .col {
     padding: 0;
     width: 100%;
  }
}
 .navbar .category .content .col .img-wrapper {
   margin: 1rem 0;
}
 .navbar .blog .content {
   grid-template-columns: repeat(1, 1fr);
}
 @media (min-width: 1024px) {
   .navbar .blog .content {
     grid-template-columns: repeat(4, 1fr);
  }
}


 .navbar .content .col {
   display: flex;
   flex-direction: column;
}


 .navbar .content .col .menu-title {
   color: #333;
   font-size: 16px;
   font-weight:600;
   line-height: 1.125rem;
   border-left: 2px solid #ff5722;
   padding-left: 0.625rem;
   margin-bottom: 1.125rem;
}
 @media (max-width: 1023px) {
   .navbar .content .col .menu-title {
     font-size: 16px;
  }
}
 .navbar .content .col p {
   margin-top: 0.625rem;
   margin-bottom: 0.625rem;
   font-size: 0.813rem;
   line-height: 1.6rem;
   color: #333;
}
 .navbar .content .col .mega-links {
   padding-left: 1rem;
}
 @media (max-width: 1023px) {
   .navbar .content .col .mega-links {
     border-left: 0;
     padding-left: 0;
  }
   .navbar .content .col .mega-links li {
     padding: 0;
  }
   .navbar .content .col .mega-links li a {
     padding: 0 1rem;
  }
}
 .navbar .content .col .mega-links li {
   padding: 0.7rem 0;
   display: flex;
   border-bottom: #ddd solid 0.5px;
}
 .navbar .content .col .mega-links li a {
   padding: 0;
}
 @media (max-width: 1023px) {
   .overflow {
     overflow: hidden;
  }
}
 @media (max-width: 1023px) {
   .overlay {
     position: fixed;
     z-index: -1;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: rgba(0, 0, 0, 0.3);
     opacity: 0;
     visibility: hidden;
     transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
   .overlay.overlay--active {
     opacity: 1;
     visibility: visible;
  }
}

.pagination {
    text-align: center;
}

.pagination-button {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.pagination-button.disabled {
    cursor: not-allowed;
    color: #ccc;
}

.pagination-button.active {
    background-color: #0073e6;
    color: #fff;
}

.pagination-button.double-arrow {
    font-weight: bold;
    font-size: 1.2em;
}

.pagination-button.arrow {
    font-weight: bold;
    font-size: 1.2em;
}

.rotate180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}


