@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --baseColor: #ff8800;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scrollbar-width: thin;
    user-select: none;
    font-family: "Barlow", sans-serif;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
    margin-bottom: 0;
}

/* LOADER CSS */
.showLoaderCont {
    display: flex !important;
}
.loaderCont {
  display: none;
  position: fixed; /* Ensures the loader is over the entire screen */
  top: 0;
  left: 0;
  height: 100vh; /* Use vh to make sure it takes up the whole viewport */
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it is on top of everything */
}
.loader {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.loaderInnerCont {
  height: 100%;
  width: 100%;
  position: absolute;
  backdrop-filter: blur(5px);
  z-index: 9;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 10px solid transparent;
  border-top-color: var(--baseColor);
}
#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}
#loader-1:after {
  border: 10px solid #ccc;
}


@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* LOADER CSS */


#modelContainer1, #modelContainer2, #modelContainer3, #modelContainer4, #modelContainer5, #modelContainer6 {
    display: none;
}

.mainParent {
    display: grid;
    grid-template-columns: 70% 30%;
    height: 100vh;
    overflow: hidden;
    transition: all .3s ease-in-out;
}
.iframeBox {
    position: relative;
    display: flex;
}
.configBox {
    overflow-y: auto;
    overflow-x: hidden;
    border-left: 1px solid lightgray;
    position: relative;
}
.textThemeColor {
    color: var(--baseColor);
    display: none;
}

.topLeftIconsCont {
    position: absolute;
    top: 70px;
    left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.topLeftIcons {
    background-color: var(--baseColor);
    padding: 10px 11px;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
}
.topLeftIcons:hover {
    background-color: #ee7f00;
}
#deleteModel {
    display: none;
}

.bottomCenterBtnsCont {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.bottomCenterBtns {
    background-color: var(--baseColor);
    color: white;
    font-weight: normal;
    border: 0;
    border-radius: 8px;
    padding: 7px 20px;
    text-align: center;
    width: 170px;
    cursor: pointer;
}
.bottomCenterBtns:hover {
    background-color: #ee7f00;
}
.screenToggleIconsCont {
    position: absolute;
    right: 0px;
    top: 100px;
    height: 70px;
    width: 30px;
}
.screenToggleIcons {
    background-color: lightgray;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    height: 70px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.screenToggleIcons {
    background-color: lightgray;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.googleTranlateBtnBox {
    position: absolute;
    bottom: 20px;
    left: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.goog-te-gadget-simple {
    border: 0 !important;
    background-color: lightgray !important;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 10px !important;
}
.goog-te-gadget img {
    display: none !important;
}

.contentBoxesCont {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.contentBoxes:hover .contentName::after {
    width: 100%;
}
.contentBoxInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 4px 0;
}
/* .contentBoxInner:hover {
    border-color: gray;
} */
.contentBoxImg {
    height: 70px;
    width: 140px;
}
.contentBoxImg2 {
    height: 70px;
    width: 185px;
}
.backrestImgs {
    height: 90px;
    width: 90px;
}
.textureContentBoxImg {
    height: 85px;
    width: 85px;
    border-radius: 8px;
}
.designImgs {
    height: 85px;
    max-width: 155px;
    width: 100%;
}
.contentName {
    font-size: 16px;
    padding-top: 6px;
    position: relative;
    /* display: none; */
}
.contentName::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: black;
    width: 0;
    transition: width 0.2s ease-in-out;
}
.contentBoxes {
    transition: all 0.3s ease-in;
}
.textureContentBoxInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid transparent;
    cursor: pointer;
}
.textureContentBoxInner.active {
    box-shadow: #64646f33 0px 7px 29px 0px;
}
.textureContentBoxInner:hover {
    box-shadow: #64646f33 0px 7px 29px 0px;
    /* border-color: gray; */
}
.pillowColorsAccs {
  display: none;
}
.pillowColorsAccs.show-accordion {
  display: block !important;
}
/* Optional: Style for selected armrest */
.woodenArmrestChild.active {
  box-shadow: #64646f33 0px 7px 29px 0px;
  border-radius: 10px;
  transition: box-shadow 0.25s;
}



/* SWIPER SLIDER CSS */
.swiper {
    width: 100%;
    height: 300px;
}
.swiper-slide {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.swiper-slide p {
    font-weight: 500;
    line-height: 20px;
}
.swiper-button-next, .swiper-button-prev {
    color: gray !important;
}
.swiper-pagination-bullet {
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px)) !important;
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px)) !important;
}
.swiper-pagination-bullet-active {
    background: #353535 !important;
}
.modalModelImg {
    height: 300px;
    width: 300px;
}
/* SWIPER SLIDER CSS */


/* BS CSS */
.accordion {
    transition: all 0.3s ease;
}
.accordion-item {
    border: none;
    max-height: 900px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.3s ease;
}
.accordion-body {
    position: relative;
    padding: 15px;
    overflow-y: auto;
}
.accBodyInner {
    max-height: 650px;
    height: 100%;
}
.accordion-button {
    background-color: #f1f1f1;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding: 15px 20px;
    border-bottom: 1px solid #dadada !important;
}
.accordion-button:not(.collapsed) {
    background-color: #f1f1f1;
    box-shadow: none;
    border-color: var(--hoverColor);
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url('img/icons/downArrow.png');
}
.accordion-button::after {
    background-image: url('img/icons/downArrow.png');
}
/* .modal-backdrop {
    background-color: transparent;
} */
.modalCloseBtn {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
}




.modelRadioLabel {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modelRadioLabel input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.modelRadioSpan {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}
.modelRadioLabel:hover input ~ .modelRadioSpan {
  background-color: #ccc;
}
.modelRadioLabel input:checked ~ .modelRadioSpan {
  background-color: var(--baseColor);
}
.modelRadioSpan:after {
  content: "";
  position: absolute;
  display: none;
}
.modelRadioLabel input:checked ~ .modelRadioSpan:after {
  display: block;
}
.modelRadioLabel .modelRadioSpan:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.seatHeightRadiosCont {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0 20px 10px;
}
.seatHeightRadios {
    background-color: white;
    color: black;
    padding: 5px 20px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    width: max-content;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.seatHeightRadios:hover {
    background-color: #d4d4d4;
}
.seatHeightRadios.active {
    background-color: var(--baseColor);
    color: white;
    border-color: var(--baseColor) !important;
}
.inchContent {
    display: none;
}
.inchContent.active {
    display: block;
}

.toggleTabBtn {
    cursor: pointer;
}
.hidden {
    display: none;
}
/* #modelContainer1 {
    display: none;
} */
.backrestTabContent {
    display: none;
}
.backrestTabContent.active {
    display: flex;
}

.fabricBtnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}
.fabricBtn {
    background-color: var(--baseColor);
    color: white;
    font-weight: 500;
    padding: 7px 20px;
    border: 0;
    border-radius: 8px;
    width: 45%;
    transition: all 0.3s ease;
}
.fabricBtn.active {
    box-shadow: #ff880048 0px 7px 29px 0px;
}


.tutrial-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.349);
    z-index: 1;
}
.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
#image2drag {
    position: absolute;
    animation: image_tutorial 1.5s linear infinite;
}
.text2drag {
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-45%, -45%);
    font-size: 30px;
    z-index : 1;
    display :none;
}
.animation {
    position: relative; 
    width: 100%;
    height: 100%;
}
@keyframes image_tutorial {
    0% {
      right: 158px;
      top: 20%;
      transform: translateY(20%);
      opacity: 1;
    }
    50% {
      right: 400px;
      opacity: 0.5;
    }
    100% {
      right: 750px;
      top: 500px;
      opacity: 0;

    }
}
.children.active {
    font-weight: bold;
}
.children.active .contentName {
    border-bottom: 2px solid black;
}

@media screen and (max-device-width: 1100px) {
    .mainParent {
        grid-template-columns: repeat(1, 1fr);
    }
    .iframeBox {
        height: 60vh;
    }
    .configBox {
        height: 40vh;
    }
    .googleTranlateBtnBox {
        bottom: unset;
        top: 10px;
        right: 10px;
        left: unset;
    }
    .topLeftIconsCont {
        top: 10px;
        left: 5px;
    }
    .bottomCenterBtnsCont {
        bottom: 10px;
        gap: 5px;
    }
    .bottomCenterBtns {
        width: 116px;
    }
    .screenToggleIconsCont {
        display: none;
    }
    .textureContentBoxInner {
        padding: 10px;
    }
    .backrestImgs {
        height: 60px;
        width: 60px;
    }

    .contentBoxImg {
      height: 50px;
      width: 100px;
    }
    .contentBoxImg2 {
      height: 50px;
      width: 130px;
    }
    
}