:root {
  --font-family-base: "Inter", sans-serif;
}

.idk_paddingbot150 {
  padding-bottom: 150px;
}
.idk_padding50 {
  padding: 50px 0px;
}

.idk_padding75 {
  padding: 75px 0;
}
.idk_padding10 {
  padding: 10px 0px;
}
.idk_padding20 {
  padding: 20px 0px;
}
.idk_paddingtop100 {
  padding-top: 100px;
}
.idk_paddingtop75 {
  padding-top: 75px;
}

.idk_paddingbot75 {
  padding-bottom: 75px;
}
.idk_paddingtop150 {
  padding-top: 150px;
}
.idk_paddingtop50 {
  padding-top: 50px;
}
.idk_paddingtop30 {
  padding-top: 30px;
}
.idk_paddingtop10 {
  padding-top: 10px;
}
.idk_paddingbot50 {
  padding-bottom: 50px;
}
.idk_paddingbot30 {
  padding-bottom: 30px;
}
.idk_paddingbot10 {
  padding-bottom: 10px;
}
.idk_paddingbot16 {
  padding-bottom: 16px;
}
.idk_paddingbot100 {
  padding-bottom: 100px;
}
.idk_paddingbot20 {
  padding-bottom: 20px;
}
.idk_margintop50 {
  margin-top: 50px;
}
.idk_margintop40 {
  margin-top: 40px;
}
.idk_margintop35 {
  margin-top: 35px;
}
.idk_margintop75 {
  margin-top: 75px;
}
.idk_margintop150 {
  margin-top: 150px;
}
.idk_marginbot150 {
  margin-bottom: 150px;
}
.idk_marginbot100 {
  margin-bottom: 100px;
}
.idk_margintop100 {
  margin-top: 100px;
}
.idk_margintop200 {
  margin-top: 200px;
}
.idk_margintop30 {
  margin-top: 30px;
}
.idk_margintop20 {
  margin-top: 20px;
}
.idk_marginbot20 {
  margin-bottom: 20px;
}
.idk_margintop10 {
  margin-top: 10px;
}
.idk_marginbot50 {
  margin-bottom: 50px;
}
.idk_marginbot30 {
  margin-bottom: 30px;
}
.idk_marginbot10 {
  margin-bottom: 10px;
}
.idk_paddingleft32 {
  padding-left: 32px;
}

@media (max-width: 768px) {
  .idk_paddingtop150 {
    padding-top: 75px;
  }
  .idk_paddingbot150 {
    padding-bottom: 75px;
  }
  .idk_paddingtop100 {
    padding-top: 50px;
  }
  .idk_paddingtop50 {
    padding-top: 25px;
  }
  .idk_paddingtop30 {
    padding-top: 15px;
  }
  .idk_paddingtop10 {
    padding-top: 10px;
  }
  .idk_paddingbot50 {
    padding-bottom: 25px;
  }
  .idk_margintop200 {
    margin-top: 100px;
  }
  .idk_paddingbot30 {
    padding-bottom: 15px;
  }
  .idk_paddingbot10 {
    padding-bottom: 10px;
  }
  .idk_margintop50 {
    margin-top: 25px;
  }
  .idk_margintop150 {
    margin-top: 75px;
  }
  .idk_margintop100 {
    margin-top: 50px;
  }
  .idk_margintop30 {
    margin-top: 15px;
  }
  .idk_margintop10 {
    margin-top: 10px;
  }
  .idk_marginbot50 {
    margin-bottom: 25px;
  }
  .idk_marginbot30 {
    margin-bottom: 15px;
  }
  .idk_marginbot10 {
    margin-bottom: 10px;
  }
  .justify-self-end {
    justify-self: end;
  }

  .idk_padding75 {
  padding: 30px 0;
}
}

/*********** base elements reset ***********/
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-family-base);
  line-height: 1.5;
  background-color: #fff;
  color: #000;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: 16px;
}

/******** typography *************/
html {
  font-size: 16px;
  color: #1a1a1a;
}

@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

h1 {
  font-size: 56px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  font-weight: 700;
}

h3 {
  font-size: 18px;
  font-weight: 500;
}

h4 {
  font-size: 14px;
  color: #c1121f;
  text-ransform: uppercase;
  font-weight: 500;
}

h5 {
  font-size: clamp(1.125rem, 1.5vw + 0.3rem, 1.5rem);
  font-weight: 500;
}

p {
  font-size: 18px
  font-weight: 400;
  line-height: 24px;
}

@media (max-width: 768px) {
  h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
  font-weight: 700;
}

h3 {
  font-size: 16px;
  font-weight: 500;
}

h4 {
  font-size: 14px;
  color: #c1121f;
  text-ransform: uppercase;
  font-weight: 500;
}
p {
  font-size: 16px
  font-weight: 400;
  line-height: 24px;
}


}

.idk_section p {
  color: #4a5565;
}

/********************* utilities - padding, sections *****************/
.idk_section {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.idk_dark_section {
  background-color: #1a1a1a;
  color: #fff;
  padding: 75px 0;
}

.idk_subtitle {
  font-size: 14px;
  color: #c1121f;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}

.idk_rounded_img {
  border-radius: 14px;
  height: 260px;
  width: 100%;
  object-fit: cover;
}

/************************* header **************************/
header {
  position: absolute;
  top: 0px;
  padding: 60px 0;
  z-index: 3;
  width: 100%;
}

.idk_header_logo {
  width: 70px;
  height: 70px;
}

.idk_header_socials ul {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
}

.idk_header_socials a img {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.idk_header_socials a:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}

@media (max-width: 768px) {

header {
  padding: 20px 0;
}

.idk_header_logo {
  margin-bottom: 15px;
}

.idk_header_socials {
  margin-top: 10px;
}

.idk_header_socials ul {
  justify-content: center;
}
}


/*************************** hero section *****************************/
.idk_main_hero_section {
  position: relative;
  width: 100%;
  height: 750px;
  color: #fff;
  overflow: hidden;
}

.idk_hero_section {
  position: relative;
  width: 100%;
  height: 600px;
  color: #fff;
  overflow: hidden;
}

.idk_hero_img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
   //bject-position: top center;
  z-index: 0;
}

/*hero img filter */
.idk_main_hero_section::after, .idk_hero_section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 40%, #1a1a1a 100%);
  z-index: 1;
}

.idk_main_hero_content_wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 80px;
  z-index: 2;
}

.idk_main_hero_content button {
  background: transparent;
  border: none;
  margin-bottom: 20px;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}

.idk_main_hero_content button:hover {
  transform: scale(1.05);
}



.idk_hero_content_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 200px;
  z-index: 2;
}

.idk_hero_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}

.idk_hero_content h1 {
  font-size: 64px;
  font-weight: 600;
}

.idk_hero_content p {
  font-size: 20px;
  font-weight: 300;
}

.idk_main_hero_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 24px;
}

.idk_main_hero_content p {
  max-width: 760px;
  margin-bottom: 20px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .idk_main_hero_content_wrapper {
  padding-bottom: 0px;
}

.idk_hero_content p,
.idk_main_hero_content p {
  font-size: 16px !important;
}

.idk_hero_content_wrapper {
  bottom: 170px;
}

.idk_footer_copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  .idk_footer_copyright .idk_footer_socials {
    order: 1;
  }

  .idk_footer_copyright p:first-child {
    order: 2;
  }

  .idk_footer_copyright p:last-child {
    order: 3;
  }

  .idk_hero_content h1 {
  font-size: 48px;
}

}

/*********************************************/

.idk_photo {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.container-fluid,
.container-fluid .row,
.container-fluid .col-lg-6 {
  padding: 0;
  margin: 0;
}



/****************** hero buttons *************************/
.idk_hero_button_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.idk_hero_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 20px;
  border: 1px solid transparent;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.idk_hero_button_primary {
  background-color: #c1121f;
}

.idk_hero_button_secondary {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.04);
}

.idk_hero_button_secondary:hover {
  background-color: rgba(255, 255, 255, 0.12);
}

.idk_hero_button_icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.idk_hero_button:hover .idk_hero_button_icon {
  transform: translateX(4px);
}

.idk_hero_card {
  background: linear-gradient(0deg, #1a1a1a 10%, #2d3335 100%);
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.idk_hero_card img {
  height: 45px;
  width: 45px;
}

.idk_hero_card h3 {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 768px) {
.idk_hero_card {
  margin-bottom: 15px;
}
}

/****************** about section *************************/
.idk_about_content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.idk_about_eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.1em;
}

.idk_about_eyebrow::before {
  content: "";
  width: 48px;
  height: 1px;
  background-color: #c1121f;
}

.idk_about_content {
  width: 100%;
  height: 100%;
}

.idk_about_content p {
  font-size: 18px;
  line-height: 30px;
  color: #4a5565;
  margin-bottom: 15px;
}

.idk_about_feature_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.idk_about_feature_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.idk_about_feature_text h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.idk_about_feature_text p {
  font-size: 14px;
  color: #6a7282;
  line-height: 20px;
}

.idk_about_visual_wrap {
  display: flex;
  width: 100%;
  flex: 1 1 auto;
}

.idk_about_visual {
  display: flex;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 340px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 24px 45px rgba(13, 17, 23, 0.18);
}

.idk_about_visual::before,
.idk_about_visual::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 2;
  pointer-events: none;
}

.idk_about_visual::before {
  top: 25px;
  left: 25px;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.idk_about_visual::after {
  right: 25px;
  bottom: 25px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.idk_about_visual_gradient {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(0deg, #1a1a1a 0%, rgba(0, 0, 0, 0) 45%);
}


/****************** gallery section *************************/
.idk_gallery_tabs_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.idk_gallery_tabs {
  gap: 12px;
}

.idk_gallery_tabs .nav-link {
  border: 0;
  border-radius: 4px;
  background-color: #f1f3f6;
  color: #4a5565;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 20px;
}

.idk_gallery_tabs .nav-link.active,
.idk_gallery_tabs .show > .nav-link {
  background-color: #c1121f;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(193, 18, 31, 0.2);
}

.idk_gallery_card {
  background-color: #e7ebf1;
  height: 250px;
  oveflow: hidden;
}

.idk_gallery_image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
    border-radius: 8px;
  transition: transform 0.3s ease;
}

.idk_gallery_card:hover .idk_gallery_image {
  transform: scale(1.03);
}

.idk_gallery_actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.idk_gallery_action_button {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  cursor: pointer;
}

.idk_about_visual_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.idk_about_visual_overlay {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 20px;
  color: #ffffff;
  z-index: 1;
}

.idk_about_visual_overlay h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.idk_about_visual_overlay p {
  max-width: 60%;
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 768px) {
  .idk_hero_button_wrapper {
    width: 100%;
    flex-direction: column;
  }

  .idk_hero_button {
    width: min(100%, 320px);
  }

  .idk_about_visual_image {
    min-height: 280px;
  }
}

/****************** find home section *************************/

.idk_find_home_row {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.idk_find_home_panel {
  position: relative;
  overflow: hidden;
  height: 100%;
   color: #ffffff;
}

.idk_find_home_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.idk_find_home_overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 26, 26, 0.75);
}

.idk_find_home_content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.idk_find_home_content p {

  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.7;
}

.idk_find_home_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 26px 0 24px;
}

.idk_find_home_button_wrap {
  display: flex;
  align-items: center;
}

.idk_find_home_play_button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0;
  border: 0;
  background: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.idk_find_home_play_button img {
  display: block;
  width: 100%;
  height: 100%;
}

.idk_photo_section.idk_find_home_section {
  padding-top: 0;
}

.idk_photo_section .idk_find_home_panel {
  min-height: 480px;
}

.idk_photo_section .idk_find_home_content {
  min-height: 480px;
  align-items: start;
  padding: 100px;
}

.idk_photo_section .idk_find_home_list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0px;
}

.idk_photo_section .idk_find_home_list li::before {
  content: "";
  position: static;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 0;
  background: url("../images/check.svg") center/contain no-repeat;
  transform: none;
}

.idk_photo_section .idk_find_home_button_wrap {
  justify-content: flex-start;
}

.idk_photo_section .idk_hero_button {
  border-radius: 8px;
}

.idk_video_panel::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.idk_video_embed {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.idk_video_embed iframe,
.idk_video_embed video {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  background: #000000;
}

.idk_video_panel.is-playing::after,
.idk_video_panel.is-playing .idk_video_trigger,
.idk_video_panel.is-playing .idk_video_poster {
  display: none;
}

@media (max-width: 991px) {
  .idk_find_home_row {
    height: auto;
  }
  .idk_find_home_section {
    padding: 0 12px 90px;
  }

  .idk_find_home_content {
    padding: 38px 24px 38px 24px;
  }

  .idk_find_home_row {
    height: auto;
  }

  .idk_find_home_panel {
    height: auto;
  }

  .idk_find_home_content {
    height: auto;
    min-height: unset;
    padding: 34px 20px;
  }

  .idk_find_home_play_button {
    top: auto;
    left: 50%;
    bottom: 150px; 
    transform: translateX(-50%);
  }

}

@media (max-width: 768px) {
  .idk_find_home_panel,
  .idk_find_home_content {
    min-height: 300px;
  }

  .idk_find_home_play_button {
    width: 72px;
    height: 72px;
  }

  .idk_find_home_list li {
    padding-right: 12px;
  }

  .idk_photo_section .idk_find_home_panel,
  .idk_photo_section .idk_find_home_content {
    min-height: 320px;
  }

  .idk_photo_section .idk_find_home_content {
    padding: 34px 20px;
  }

  .idk_photo_section .idk_find_home_list {
    width: 100%;
  }

  .idk_photo_section .idk_find_home_list li {
    align-items: flex-start;
    padding: 12px 14px;
  }

  .idk_photo_section .idk_find_home_content h2 {
    max-width: none;
  }
}


/********************** index gallery section *********************/
.idk_gallery_section {
  position: relative;
  width: 100%;
  height: 950px;
  overflow: hidden;
}

.idk_gallery_section > .container {
  position: relative;
  z-index: 1;
}

.idk_gallery_bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: contain;
  z-index: 0;
  pointer-events: none;
}


.idk_frame_left {
  position: relative;
  width: 100%;
  height: 420px;
  z-index: 2; 
}

.idk_frame_left_img {
  width: 100%;
  height: 390px;
  position: relative;
  z-index: 3;
}
.idk_frame_left_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  border-radius: 8px;
}

/* okvir iza slike */
.idk_frame_left::after {
  content: "";
  position: absolute;
  top: -25px;
  bottom: 5px;
  right: 120px;
  left: -30px;
  border: 8px solid #C1121F;
  border-radius: 5px;
  z-index: 1;
}


.idk_gallery_slider{
  display: flex;
  gap: 40px;
  align-items: center;
}

.idk_gallery_previews{
  width: 100%;
  overflow: hidden;
  direction: ltr; 
}

.idk_gallery_previews .slick-list{
 overflow: hidden;     
}

.idk_gallery_previews .slick-track{
  display: flex;
  margin-left: -150px;
}

.idk_gallery_previews .slick-slide{
  padding: 0 10px;       
  box-sizing: border-box;
}

/* preview button */
.idk_gallery_previews .idk_preview{
  width: 100%;
  display: block;
  padding: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity .25s ease, transform .25s ease;
}

.idk_gallery_previews .idk_preview:hover{
  opacity: 0.8;
  transform: translateY(-2px);
}


.idk_gallery_previews .idk_preview img{
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.idk_gallery_arrows button{
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 10px;
  background: #c1121f;
  cursor: pointer;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}

.idk_gallery_arrows button img {
  display: block;
}

.idk_gallery_arrows button:active{
  transform: translateY(1px);
}

@media (max-width: 992px){
  .idk_gallery_previews .idk_preview img{ height: 150px; }
  .idk_paddingleft32{padding-left: 0px;}
  .idk_frame_left::after{
    display: none;
  }
  .idk_gallery_bg {
    display: none;
  }
}
@media (max-width: 768px){
  .idk_gallery_previews .idk_preview img { 
    height: 140px; 
  }
  .idk_arrow { margin-bottom: 25px;}
}


@media (max-width: 576px){
  .idk_gallery_previews .idk_preview img{ 
    height: 130px;
  }
}


/******************* about us page *********************/
.idk_about_card {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap:15px;
  padding: 45px;
  background: #F9FAFB;
  border-radius: 14px;
  margin-bottom: 20px;
}

.idk_about_card img {
  height: 45px;
  width: 45px;
}

.idk_about_card h3 {
  font-size: 20px;
  font-weight: bold;
}

.idk_about_card p {
  font-size: 14px;
  color: #4A5565;
  line-height: 22px;
}

@media (max-width: 768px) {
  .idk_about_card {
    padding: 30px;
  }
}

/********************** location page *************/
.idk_contact_item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 15px;
}

.idk_contact_item h3 {
  font-size: 18px;
  font-weight: 700;

}

.idk_contact_item p {
  color: #6a7282;
  margin-top: 5px;
}

.idk_contact_item_content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 15px;
}

.idk_contact_item_content p {
  font-size: 14px;
}

.idk_contact_item_content h3 {
  font-weight: 500;
}

.idk_address_box {
  margin-top: 40px;
  box-sizing: border-box;
  border: 1px solid #F3F4F6;
  background: #F9FAFB;
  padding: 25px;
  border-radius: 14px;
}

.idk_address_box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

.idk_address_box p {
  font-size: 14px;
  color: #4a5565;
  line-height: 22px;
  margin: 12px 0;
}

.idk_address_box a {
  color: #C1121F;
  tex-decoration: none;
  align-items: center;
  font-weight: 500;
}

.idk_map_wrapper {
  border-radius: 20px; 
  overflow: hidden;
  height: 100%; 
  box-shadow: 
  0px 2px 4px -2px rgba(0, 0, 0, 0.1),
  0px 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.idk_map {
  width: 100%;
  height: 100%;
  display: block;
}

/********************* contact page ****************/
.idk_contact_box {
  width: 100%;
  background: #F9FAFB;
  border-radius: 16px;
  padding: 40px 30px 0 30px;
}

.idk_contact_box h2 {
  font-size: 24px;
  font-weight: 400;
}

.idk_working_hours {
  border-top: 1px solid #E5E7EB;
  margin-top: 40px;
  padding: 30px 0;
}

.idk_working_hours h3 {
  font-size: 18px;
}
.idk_working_hours p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #4a5565;
  line-height: 22px;
}

.idk_contact_form {
  box-shadow: 
  0px 2px 4px -2px rgba(0, 0, 0, 0.1),
  0px 4px 6px -1px rgba(0, 0, 0, 0.1);
  border-radius: 20px; 
  padding: 50px;
  border: 1px solid #F3F4F6;
}

.idk_contact_form h3 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 32px;
}

.idk_contact_form_inner {
  width: 100%;
}

.idk_contact_label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #344054;
  margin-bottom: 12px;
}

.idk_contact_input {
  width: 100%;
  min-height: 56px;
  border: 1px solid #D0D5DD;
  border-radius: 14px;
  padding: 16px 18px;
  color: #1a1a1a;
  background: #F9FAFB;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.idk_contact_input::placeholder {
  color: #98A2B3;
}

.idk_contact_input:focus {
  border-color: #C1121F;
  box-shadow: 0 0 0 4px rgba(193, 18, 31, 0.08);
}

.idk_contact_textarea {
  min-height: 148px;
  resize: vertical;
}

.idk_contact_submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-radius: 12px;
  background: #C1121F;
  color: #fff;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 600;
  box-shadow:
    0px 8px 20px rgba(193, 18, 31, 0.24),
    0px 4px 8px rgba(0, 0, 0, 0.12);
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.idk_contact_submit:hover {
  background: #a60f1a;
  transform: translateY(-1px);
}

.idk_contact_submit svg {
  flex-shrink: 0;
}

@media only screen and (max-width: 991px) {
  .idk_contact_form {
    margin-top: 30px;
    padding: 35px 25px;
  }
}

@media only screen and (max-width: 575px) {
  .idk_contact_form {
    padding: 28px 18px;
  }

  .idk_contact_form h3 {
    margin-bottom: 24px;
  }

  .idk_contact_submit {
    width: 100%;
    justify-content: center;
    font-size: 16px;
  }
}

/******************** offer page ******************/
.idk_offer_tabs {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow:
    0 2px 4px -2px rgba(15, 23, 42, 0.08),
    0 10px 24px -12px rgba(15, 23, 42, 0.18);
}

.idk_offer_tabs h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #1f2937;
}

.idk_offer_floor_nav {
  gap: 12px;
}

.idk_offer_floor_nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border: 0;
  border-radius: 12px;
  background-color: #f5f7fa;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.idk_offer_floor_nav .nav-link.active,
.idk_offer_floor_nav .show > .nav-link {
  background-color: #c1121f;
  color: #ffffff;
}

.idk_offer_floor_arrow {
  font-size: 24px;
  line-height: 1;
  color: #99A1AF;
}

.idk_offer_floor_nav .nav-link.active .idk_offer_floor_arrow,
.idk_offer_floor_nav .show > .nav-link .idk_offer_floor_arrow {
  color: #ffffff;
}

.idk_offer_legend {
  margin-top: 140px;
}

.idk_offer_legend h4 {
  margin-bottom: 18px;
  color: #98a2b3;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.idk_offer_legend ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.idk_offer_legend li {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #4A5565;
  font-size: 14px;
}

.idk_offer_legend_color {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  flex: 0 0 16px;
}

.idk_offer_legend_free {
  background-color: #2ECC71;
}

.idk_offer_legend_reserved {
  background-color: #F39C12;
}

.idk_offer_legend_sold {
  background-color: #E74C3C;
}

.idk_offer_tab_content {
  min-height: 100%;
}

.idk_offer_tab_content .tab-pane {
  height: 100%;
}

.idk_offer_floor_plan_card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  padding: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  background-color: #ffffff;
  box-shadow:
    0 2px 4px -2px rgba(15, 23, 42, 0.08),
    0 10px 24px -12px rgba(15, 23, 42, 0.18);
}

.idk_offer_floor_plan_header {
  margin-bottom: 24px;
}

.idk_offer_floor_plan_header h3 {
  margin-bottom: 8px;
  color: #1f2937;
  font-size: 28px;
  font-weight: 700;
}

.idk_offer_floor_plan_header p {
  margin-bottom: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.6;
}

.idk_offer_floor_plan_image {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
}

.idk_offer_plan_stage {
  width: 100%;
  position: relative;
}

.idk_offer_plan_overlay {
  position: absolute;
  inset: 0;
  transform: translateX(-0.8%);
}

.idk_offer_apartment_zone {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 12px;
  text-decoration: none;
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.idk_offer_apartment_zone::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background-color: currentColor;
  opacity: 0.35;
  transition: background-color .25s ease;
}

.idk_offer_apartment_zone.is-free {
  color: #2ECC71;
  border-color: rgba(46, 204, 113, 0.9);
}

.idk_offer_apartment_zone.is-reserved {
  color: #F39C12;
  border-color: rgba(243, 156, 18, 0.9);
}

.idk_offer_apartment_zone.is-sold {
  color: #E74C3C;
  border-color: rgba(231, 76, 60, 0.9);
}

.idk_offer_apartment_zone_label {
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.62);
  color: #ffffff;
  font-size: clamp(15px, 1.8vw, 22px);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}

/******************** apartment page ******************/
.idk_apartment_back_link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #6A7282;
  font-size: 16px;
  font-weight: 400;
}

.idk_apartment_card {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.85fr);
  border: 1px solid #F3F4F6;
  border-radius: 24px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow:
    0 1px 2px -1px rgba(15, 23, 42, 0.08),
    0 1px 3px 0px rgba(15, 23, 42, 0.16);
}

.idk_apartment_plan_panel {
  padding: 25px;
  background-color: #F3F4F6;
}

.idk_apartment_status_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: #2ECC71;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.idk_apartment_status_badge_free {
  background-color: #2ECC71;
}

.idk_apartment_status_badge_reserved {
  background-color: #F39C12;
}

.idk_apartment_status_badge_sold {
  background-color: #E74C3C;
}

.idk_apartment_plan_media {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.idk_apartment_plan_image {
  width: auto;
  height: 500px;
}

.idk_apartment_details_panel {
  display: flex;
  flex-direction: column;
  padding: 50px;
}

.idk_apartment_details_header {
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f6;
}

.idk_apartment_details_header h2 {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 700;
}

.idk_apartment_specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding: 25px;
}

.idk_apartment_spec_item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.idk_apartment_spec_icon {
  width: 40px;
  height: 40px;

}

.idk_apartment_spec_icon img {
  width: 16px;
  height: 16px;
}

.idk_apartment_spec_item h4 {
  display: block;
  color: #99A1AF;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.idk_apartment_spec_item h3 {
  margin-top: 5px;
  color: #1a1a1a;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}

.idk_apartment_spec_item strong {
  display: block;
  color: #101828;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.idk_apartment_features h3 {
  margin: 15px 0;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 700;
}

.idk_apartment_features ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.idk_apartment_features li {
  position: relative;
  padding-left: 20px;
  color: #667085;
  font-size: 16px;
  line-height: 1.8;
}

.idk_apartment_features li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #c1121f;
}

.idk_apartment_cta {
  margin: 20px 0;
  border-radius: 8px;
  box-shadow:
    0px 4px 8px rgba(0, 0, 0, 0.12);
    font-weight: 400;
}

@media (max-width: 991.98px) {
  .idk_offer_legend {
    margin-top: 48px;
  }

  .idk_offer_floor_plan_card {
    min-height: 0;
  }

  .idk_offer_apartment_zone_label {
    padding: 8px 12px;
    font-size: clamp(13px, 2vw, 18px);
  }

  .idk_apartment_card {
    grid-template-columns: 1fr;
  }

  .idk_apartment_plan_panel,
  .idk_apartment_details_panel {
    padding: 24px 22px;
  }

  .idk_apartment_plan_media {
    min-height: 0;
    margin-top: 20px;
    padding: 25px 0;
  }

  .idk_apartment_plan_image {
    width: 100%;
    height: auto;
  }

  .idk_apartment_specs {
    grid-template-columns: 1fr 1fr;
    padding: 15px 0;
    margin: 15px 0;
  }

  .idk_apartment_features h3 {
    font-size: 24px;
  }
}


/****************** footer *************************/

footer {
  padding-top: 100px;
  background-color: #1a1a1a;
  color: white;
}

footer p {
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: white !important;
}

footer .idk_hero_button {
  border-radius: 8px;
}

footer ul {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}

footer ul li a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  transition: color 0.25s ease;
}

footer ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: #c1121f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

footer ul li a:hover {
  color: #c1121f;
}

footer ul li a:hover::after {
  transform: scaleX(1);
}

.idk_footer_partners {
  padding: 0px 0px 80px;
  text-align: center;
}

.idk_footer_partners h2 {
  margin-bottom: 50px;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0;
  color: #ffffff;
  text-align: center;
}

.idk_footer_partners_logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}

.idk_footer_partners_logos img {
  width: 190px;
  height: 123px;
  object-fit: contain;
  display: block;
}

.idk_footer_copyright {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.idk_footer_copyright p {
  font-size: 14px;
  margin: 0;
}

.idk_footer_socials {
  display: flex;
  gap: 20px;
  justify-self: center;
}

.idk_footer_socials a img {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.idk_footer_socials a:hover img {
  transform: scale(1.08);
  opacity: 0.9;
}


.idk_footer_copyright p:last-child {
  justify-self: end;
  text-align: right;
}

@media (max-width: 768px) {
  .idk_footer_partners {
    padding: 100px 0;
  }

  .idk_footer_partners h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .idk_footer_partners_logos {
    gap: 20px;
  }

  .idk_footer_partners_logos img {
    width: min(190px, 100%);
    height: auto;
  }

  .idk_footer_copyright {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .idk_footer_copyright p:last-child {
    justify-self: center;
    text-align: center;
  }

  footer ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .list-inline-item:not(:last-child) {
    margin-right: 0;
  }
}

/****************** slick styles *************************/

.slick-slide {
  margin: 0 15px;
}

/* the parent */
.slick-list {
  margin: 0 -15px;
}

#lightcase-nav a {
  color: #ffffff !important;
}

a.lightcase-icon-close {
  color: #ffffff !important;
}

@media screen and (min-width: 641px) {
  html[data-lc-type=video] #lightcase-case {
    width: min(1100px, 92vw) !important;
  }

  html[data-lc-type=video] #lightcase-content .lightcase-contentInner video,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner iframe {
    width: 100% !important;
    height: auto !important;
    max-width: min(1100px, 92vw) !important;
    max-height: 82vh !important;
  }
}

/* IDK Menu Start */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

#cssmenu #menu-button {
  display: none;
}

#cssmenu {
}

#cssmenu > ul {
  display: flex;
  align-items: center;
}

#cssmenu > ul > li {
  float: left;
}

#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}

#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}

#cssmenu.align-center ul ul {
  text-align: left;
}

#cssmenu.align-right > ul > li {
  float: right;
}

#cssmenu > ul > li > a {
  padding: 25px;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#cssmenu ul li:not(:first-child) a {
  color: #ffffff;
  transition: color 0.25s ease;
  text-decoration: none;
}

#cssmenu ul li:not(:first-child) a::after {
  content: "";
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 18px;
  height: 2px;
  background: #c1121f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
}

#cssmenu ul li:not(:first-child) a:hover {
  color: #c1121f;
}

#cssmenu ul li:not(:first-child) a:hover::after {
  transform: scaleX(1);
}


#cssmenu > ul > li:hover > a {
  color: #C1121F;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}

#cssmenu.align-right ul ul {
  text-align: right;
}

#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu li:hover > ul {
  left: auto;
}

#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}

#cssmenu li:hover > ul > li {
  height: 35px;
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: "";
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}

#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px),
  only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px),
  only screen and (min-device-pixel-ratio: 2) and (max-width: 768px),
  only screen and (min-resolution: 192dpi) and (max-width: 768px),
  only screen and (min-resolution: 2dppx) and (max-width: 768px) {
  #cssmenu {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
    background: #1a1a1a;
  }

  #cssmenu.align-center > ul {
    text-align: left;
  }

  #cssmenu ul li {
    width: 100%;
  }

  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }

  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    
  }

  #cssmenu > ul > li {
    float: none;
  }

  #cssmenu ul ul li a {
    padding-left: 25px;
  }

  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }

  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }

  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }

  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }

  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }

  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #ffffff;
    background: #1a1a1a;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }

  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: "";
  }

  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: "";
  }

  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }

  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }

  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: "";
  }

  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}

/* IDK Menu End */

@media (max-width: 1200px) {
}
