* {
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  box-shadow: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}

body,
html {
  overflow-x: hidden;
}
:root {
  --cyc-primary-color: #ff652c;
  --cyc-primary-lightcolor: #ff9050;
  --cyc-white-color: #ffffff;
  --cyc-body-bgcolor: #fff8f4;
  --cyc-heading-color: #222222;
  --cyc-bottomborder-color: #dddddd;
  --cyc-border-color: #ec6314;
  --cyc-lightborder-color: #ffdcc8;
  --cyc-para-color: #797979;
  --cyc-blog-headingcolor: #000000;
  --cyc-blog-bordercolor: #ffefe4;
  --cyc-team-bgcolor: #f3f3f3;
  --cyc-price-bgcolor: #fff6f0;
  --cyc-shotext-color: #857f7e;
  --cyc-form-label-color: #0f1422;
  --cyc-form-textcolor: #7a7a7a;
  --cyc-form-border-color: #d8d8d8;
  --cyc-copyright-bgcolor: #282828;
  --cyc-copyright-textcolor: #b5b5b5;
}

body {
  font-family: "Inter", sans-serif;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  line-height: 1.5;
  background-color: var(--cyc-body-bgcolor);
  box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

ul,
p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

span {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
}

ul li {
  list-style-type: none;
}

a {
  text-decoration: none;
  font-family: "Inter", sans-serif;
}
a:hover {
  color: var(--cyc-primary-color);
}
.form-control:focus {
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}
.form-control:focus {
  box-shadow: none;
  border-color: transparent;
}
img,
video {
  max-width: 100%;
}
input,
textarea,
select,
button,
label,
svg,
svg path,
svg rect,
svg polygon,
img,
a,
:after,
:before,
:focus,
.form-control:focus {
  outline: none !important;
  box-shadow: none;
  border: none;
}
input,
select {
  height: 45px !important;
  background-color: var(--cyc-white-color);
  border-radius: 10px;
  border: none;
  color: var(--cyc-para-color);
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
textarea {
  width: 100%;
  min-height: 200px;
  resize: none;
  background-color: var(--cyc-white-color);
  border-radius: 10px;
  border: none;
  color: var(--cyc-para-color);
  padding: 15px 20px;
}
/* Select 2 Custom CSS*/
.select2-container--default .select2-selection--single {
  background-color: var(--cyc-body-bgcolor) !important;
  border-radius: 5px !important;
  height: 45px !important;
  border: 1px solid var(--cyc-form-border-color);
  max-width: 100%;
  width: 218px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--cyc-shotext-color) !important;
  line-height: 42px !important;
  font-size: 16px;
  font-weight: 400;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 61px !important;
  padding-right: 30px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  display: none !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  width: 14px;
  height: 10px;
  top: 19px;
  right: 20px;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: var(--cyc-primary-color);
}
/* Select 2 Custom CSS*/
:focus-visible {
  outline: none;
  border-color: transparent;
}
.page-link:focus {
  box-shadow: none;
}
/* Scroll */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #dddddd;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100px;
  background-color: var(--cyc-primary-color);
}

/* Scroll */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1170px;
  }
}
body.modal-open {
  padding-right: 0px !important;
}
/* button css */
.cyc-btn,
button.cyc-btn,
input.cyc-btn {
  min-width: 130px;
  max-width: 100%;
  background: var(--cyc-primary-color);
  min-height: 45px;
  font-size: 16px;
  color: var(--cyc-white-color);
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  padding: 9px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--cyc-primary-color);
}
.cyc-btn::after {
  background-color: var(--cyc-white-color);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.cyc-btn:hover {
  background-color: var(--cyc-heading-color);
  border-color: var(--cyc-heading-color);
  color: var(--cyc-white-color);
}
.cyc-btn:hover::after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.3;
}
.cyc-bgcover {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 100px;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--cyc-para-color);
  transition: all 0.3s ease-in-out;
}
/*-------------- Header section css start ----------*/
/* loader-css */
.cyc-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--cyc-body-bgcolor);
}
.cyc-loader img {
  width: 80px;
}
/* loader css end */
/* navmenu css start */
.cyc-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 3px 0;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: box-shadow 0.3s ease;
}
.cyc-menu-wrapper.cyc-header-scrolled {
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.1);
}
.cyc-menu-logo {
  text-align: left;
  flex-shrink: 0;
}
.cyc-menu-logo img {
  max-height: 44px;
  width: auto;
  flex-shrink: 0;
}
/* Left group: logo + contact info */
.cyc-menu-left {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cyc-header-info {
  align-items: center;
  gap: 16px;
  border-left: 1px solid rgba(150, 150, 150, 0.35);
  padding-left: 12px;
}
.cyc-header-phone {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cyc-heading-color);
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s;
}
.cyc-header-phone:hover {
  color: var(--cyc-primary-color);
}
.cyc-header-socials {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cyc-header-social-link {
  display: flex;
  align-items: center;
  color: var(--cyc-heading-color);
  opacity: 0.6;
  transition:
    opacity 0.2s,
    color 0.2s;
}
.cyc-header-social-link:hover {
  opacity: 1;
  color: var(--cyc-primary-color);
}
.cyc-navmenu-wrapper {
  text-align: end;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cyc-navmenu-right {
  justify-content: flex-end;
}
.cyc-navmenu ul li {
  display: inline-block;
  position: relative;
  padding: 0 18px;
}
.cyc-navmenu ul li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--cyc-heading-color);
  transition: all 0.3s linear;
  position: relative;
}
.cyc-navmenu ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -16px;
  width: 0px;
  height: 2px;
  background-color: var(--cyc-primary-color);
  transition: all 0.5s ease-in-out;
}
.cyc-navmenu ul li a:hover::after,
.cyc-navmenu ul li.active a::after {
  width: 100%;
}
ul.cyc-submenu {
  width: 130px;
  background-color: var(--cyc-white-color);
  border-radius: 10px;
  border: 1px solid var(--cyc-lightborder-color);
  padding: 15px 0px 9px 0px;
  position: absolute;
  top: 170%;
  left: 0;
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}
ul.cyc-submenu li {
  padding: 0 0px 0 15px;
  margin: 0 0 6px;
  display: block;
}
.cyc-has-menu ul.cyc-submenu.cyc-submenu-open,
.cyc-navmenu ul li.cyc-has-menu:hover ul.cyc-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px);
}
li.cyc-has-menu a {
  display: flex;
  gap: 5px;
  align-items: baseline;
}
li.cyc-has-menu a svg {
  width: 10px;
  height: auto;
  fill: var(--cyc-heading-color);
  transition: all 0.3s;
}
.cyc-navmenu ul li a:hover svg {
  fill: var(--cyc-primary-color);
  transform: rotate(180deg);
}
.cyc-navmenu ul li a:hover,
.cyc-navmenu ul li.active a {
  color: var(--cyc-primary-color);
}
.cyc-navmenu ul li.cyc-has-menu a::after {
  display: none;
}
.cyc-ban-btn {
  padding-left: 40px;
}
.cyc-toggle-btn {
  display: none;
}
.cyc-toggle-btn span {
  display: block;
  height: 3px;
  width: 25px;
  margin-bottom: 4px;
  background: var(--cyc-primary-color);
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
  margin-left: auto;
}
.cyc-toggle-btn span:nth-child(2) {
  width: 17px;
}
.cyc-toggle-btn span:last-child {
  margin-bottom: 0;
}
.cyc-cart-icon {
  padding: 0 30px 0 17px;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.cyc-lang-switcher .dropdown-menu {
  z-index: 1050;
}
.cyc-cart-icon a,
.cyc-admin-icon a {
  transition: all 0.5s ease-in-out;
}
li.cyc-cartdetail-sec > a:hover {
  color: var(--cyc-white-color);
}
.cyc-cart-icon a:hover svg path,
.cyc-cart-icon a.active svg path {
  stroke: var(--cyc-primary-color);
}
.cyc-admin-icon a:hover svg path,
.cyc-admin-icon a.active svg path {
  fill: var(--cyc-primary-color);
}
.cyc-cart-details {
  width: 260px;
  background-color: var(--cyc-white-color);
  border-radius: 10px;
  border: 1px solid var(--cyc-lightborder-color);
  padding: 15px 0px 15px;
  position: absolute;
  top: 170%;
  right: 0;
  transform: translateX(-30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 9;
}
.cyc-cart-icon:hover .cyc-cart-details {
  opacity: 1;
  visibility: visible;
  transform: translateX(-10px);
}
.cyc-cartdetail-text {
  text-align: left;
  padding: 0 8px 0;
}
.cyc-cartdetail-text h3,
.cyc-cartdetail-text h3 a {
  font-size: 16px;
  font-weight: 500;
  color: var(--cyc-heading-color);
  padding: 0 0 5px;
}
ul.cyc-cart-details li.cyc-cartdetail-sec {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: center;
  margin: 0 0 15px;
  position: relative;
  padding: 0 0 5px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
  padding: 0 10px 15px;
}
.cart-close {
  position: absolute;
  right: 8px;
  top: 0px;
  height: 18px;
  width: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--cyc-border-color);
  color: var(--cyc-white-color);
}
.cyc-carttotal {
  border-bottom: 1px solid var(--cyc-bottomborder-color);
}
.cyc-carttotal h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 14px;
  font-size: 20px;
  font-weight: 600;
  color: var(--cyc-heading-color);
}
.cyc-cartbtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 0;
}
.cyc-cartbtn > a {
  min-width: 110px;
}
/* navmenu css End */
/* Banner css Start */
.cyc-banner-section {
  position: relative;
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 130px 0 0px;
  overflow: hidden;
}
.cyc-banner-slider {
  padding: 0 0 109px;
}
.cyc-banner-slide {
  display: flex;
  gap: 4px;
  padding: 0 0 178px;
}
.cyc-banner-text {
  padding: 1px 0 0 0px;
  max-width: 600px;
}
.cyc-banner-text-inner h3,
.cyc-banner-text-inner p.cyc-transform-top {
  font-size: 18px;
  font-weight: 500;
  color: var(--cyc-primary-color);
  position: relative;
  margin-bottom: 0;
}

.cyc-banner-text-inner h1 {
  font-size: 54px;
  font-weight: 800;
  color: var(--cyc-heading-color);
  text-transform: uppercase;
  padding: 9px 0 10px;
  line-height: 1.21;
}
.cyc-banner-text-inner p {
  margin: 0 0 30px;
  max-width: 500px;
}
.cyc-ban-videoimg {
  position: absolute;
  top: 55.2%;
  z-index: 1;
}
.cyc-play-icon {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-45%, -50%);
  margin: auto;
}
.cyc-play-icon:before,
.cyc-play-icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: var(--cyc-primary-color);
  border-radius: 50%;
  transition: all 200ms;
  animation: button-ripple 3s infinite;
}
.cyc-play-icon::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.cyc-play-icon::after {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 15px var(--cyc-primary-color);
    box-shadow: 0 0 0 15px var(--cyc-primary-color);
    opacity: 0;
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 var(--cyc-primary-color);
    box-shadow: 0 0 0 0 var(--cyc-primary-color);
    opacity: 0;
  }
}
.cyc-ban-slide-img img {
  position: relative;
  top: 130px;
}
.cyc-ban-slide::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 15%;
  margin: auto;
  width: 492px;
  height: 773px;
  background-color: var(--cyc-primary-lightcolor);
  max-width: 100%;
  z-index: 0;
  border-radius: 10px 10px 0 0;
}
.cyc-ban-slide::before {
  position: absolute;
  content: "AZMALL";
  left: 24%;
  bottom: 37.6%;
  font-size: 157.28px;
  font-weight: 800;
  line-height: 190.35px;
  opacity: 6%;
  transform: rotate(-90deg);
  font-family: Arial, sans-serif;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  height: auto;
  width: auto;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  bottom: 5px;
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cyc-para-color);
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  bottom: 24px;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  transition: all 0.3s ease-in-out;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: var(--cyc-primary-color);
  border: 1px solid var(--cyc-primary-color);
}
.swiper-button-next:hover svg path {
  fill: var(--cyc-white-color);
}
.swiper-button-prev:hover svg path {
  fill: var(--cyc-white-color);
  stroke: var(--cyc-white-color);
}
.swiper-button-next svg path {
  fill: var(--cyc-para-color);
}
.swiper-button-prev {
  left: auto;
  right: 70px;
  top: auto;
}
.swiper-button-next {
  left: auto;
  right: 10px;
  top: auto;
}
.cyc-banner-slider-sec {
  max-width: 1500px;
  position: relative;
}
.cyc-banner-pagination .swiper-pagination {
  left: auto;
  right: 74px;
  top: 22.9%;
  margin: auto;
  position: absolute;
  width: 100%;
  max-width: 300px;
  transform: translate3d(0px, 0px, 0px);
  z-index: 0;
}
.cyc-banner-pagination .swiper-pagination-bullet {
  width: 254px;
  height: 168px;
  max-width: 100%;
  max-height: 100%;
  border: 2px solid var(--cyc-lightborder-color);
  border-radius: 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  margin: 0 0 30px !important;
}
.cyc-banner-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1.16);
  border-color: var(--cyc-border-color);
}
.cyc-ban-socialicon {
  display: flex;
  align-items: center;
  gap: 20px;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 1;
  animation: move-horizontal 3s linear 0.5s infinite alternate both;
}
.cyc-social-img a svg path {
  fill: var(--cyc-para-color);
  transition: all 0.3s ease-in-out;
}
.cyc-social-img a:hover svg path {
  fill: var(--cyc-primary-color);
}
.cyc-ban-socialline {
  height: 2px;
  max-height: 100%;
  width: 120px;
  background-color: var(--cyc-primary-color);
  margin: 4px 0 0 0;
}
/* slider animation */
.cyc-banner-text .cyc-transform-left {
  opacity: 0;
  transition: all 800ms ease-in-out;
  transform: translateX(-200px);
}
.swiper-slide-active .cyc-transform-left {
  opacity: 1;
  transform: translateX(0);
}
.swiper-slide-active .transform-delay2 {
  transition-delay: 500ms;
}
.swiper-slide-active .transform-delay3 {
  transition-delay: 1000ms;
}
.cyc-banner-heading {
  padding: 1px 0 34px 101px;
}
.cyc-banner-text-inner {
  overflow: hidden;
}
.cyc-banner-text .cyc-transform-bottom {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1000ms ease;
}
.swiper-slide-active .cyc-transform-bottom {
  opacity: 1;
  transform: translateY(0);
}
.swiper-slide-active .transform-delay4 {
  transition-delay: 1600ms;
}
.cyc-banner-text .cyc-transform-top {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 500ms ease;
}
.swiper-slide-active .cyc-transform-top {
  opacity: 1;
  transform: translateY(0);
}
.cyc-banner-text .ban-transform-left {
  opacity: 0;
  transition: all 1000ms ease-in-out;
  transform: translateX(-200px);
}
.swiper-slide-active .ban-transform-left {
  opacity: 1;
  transform: translateX(0);
}
.swiper-slide-active .transform-delay1 {
  transition-delay: 100ms;
}
/* Banner css End */
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.cyc-videopopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  transition: all 0.3s linear;
}
.cyc-videopopup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
}
.close {
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 24px;
  color: var(--cyc-heading-color);
  background-color: var(--cyc-white-color);
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.cyc-videopopup-content iframe {
  max-width: 650px;
  width: 100%;
  max-height: 100%;
  min-height: 400px;
  object-fit: cover;
  border-radius: 8px;
}
@keyframes move-horizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes move-vertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes floating {
  from {
    -webkit-transform: rotate(0deg) translate(-8px) rotate(0deg);
    -moz-transform: rotate(0deg) translate(-8px) rotate(0deg);
    -ms-transform: rotate(0deg) translate(-8px) rotate(0deg);
    -o-transform: rotate(0deg) translate(-8px) rotate(0deg);
    transform: rotate(0deg) translate(-8px) rotate(0deg);
    transition: 1s ease-in-out;
  }
  to {
    -webkit-transform: rotate(360deg) translate(-8px) rotate(-360deg);
    -moz-transform: rotate(360deg) translate(-8px) rotate(-360deg);
    -ms-transform: rotate(360deg) translate(-8px) rotate(-360deg);
    -o-transform: rotate(360deg) translate(-8px) rotate(-360deg);
    transform: rotate(360deg) translate(-8px) rotate(-360deg);
    transition: 1s ease-in-out;
  }
}
.cyc-copyright-section {
  background-color: var(--cyc-copyright-bgcolor);
  padding: 13px 0;
  margin: 0 auto;
}
.cyc-copyright-section p {
  color: var(--cyc-copyright-textcolor);
  text-align: center;
}
/* Footer */
.cyc-footer {
  background-color: var(--cyc-copyright-bgcolor);
  padding: 60px 0 0;
}
.cyc-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.cyc-footer-logo {
  display: inline-block;
  margin-bottom: 16px;
}
.cyc-footer-logo img {
  max-height: 50px;
  width: auto;
}
.cyc-footer-desc {
  color: var(--cyc-copyright-textcolor);
  font-size: 14px;
  line-height: 22px;
  opacity: 0.85;
  margin-bottom: 20px;
}
.cyc-footer-socials {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.cyc-footer-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--cyc-copyright-textcolor);
  transition:
    background 0.2s,
    color 0.2s;
}
.cyc-footer-social-link:hover {
  background: var(--cyc-primary-color);
  color: #fff;
}
.cyc-footer-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--cyc-white-color);
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.cyc-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cyc-footer-links li a {
  color: var(--cyc-copyright-textcolor);
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
  transition:
    opacity 0.2s,
    color 0.2s;
}
.cyc-footer-links li a:hover {
  opacity: 1;
  color: var(--cyc-primary-color);
}
.cyc-footer-social-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cyc-footer-social-card {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--cyc-copyright-textcolor);
  font-size: 14px;
  text-decoration: none;
  opacity: 0.9;
  transition:
    opacity 0.2s,
    color 0.2s;
}
.cyc-footer-social-card:hover {
  opacity: 1;
  color: var(--cyc-primary-color);
}
.cyc-footer-social-card svg {
  flex-shrink: 0;
}
.cyc-footer-bar {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 14px 0;
}
.cyc-footer-bar p {
  color: var(--cyc-copyright-textcolor);
  text-align: center;
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
}
/* Sidebar drawer */
.cyc-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}
body.cyc-sidebar-open .cyc-sidebar-overlay {
  opacity: 1;
  visibility: visible;
}
.cyc-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: rgba(28, 28, 30, 0.82);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  z-index: 9999;
  transform: translateX(-100%);
  transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
body.cyc-sidebar-open .cyc-sidebar {
  transform: translateX(0);
}
.cyc-sidebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
/* Shared styling for both logos */
.cyc-sidebar-logo,
.cyc-footer-logo {
  background-color: var(--cyc-white-color);
  padding: 12px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid var(--cyc-border-color);
  display: inline-block;
  line-height: 0; /* Prevents extra spacing below the image */
}

/* Sidebar specific constraint */
.cyc-sidebar-logo img {
  max-height: 38px;
  width: auto;
}
.cyc-sidebar-close {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  cursor: pointer;
  color: #999;
  display: flex;
  align-items: center;
  padding: 5px;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.cyc-sidebar-close:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.cyc-sidebar-nav {
  flex: 1;
  padding: 20px 0;
}
.cyc-sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cyc-sidebar-nav ul li a {
  display: block;
  padding: 11px 24px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  letter-spacing: 0.01em;
  transition:
    color 0.2s,
    background 0.2s;
}
.cyc-sidebar-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.06);
}
.cyc-sidebar-nav ul li.active a {
  color: #fff;
  background: rgba(255, 101, 44, 0.1);
  border-left: 3px solid var(--cyc-primary-color);
  padding-left: 21px;
}
.cyc-sidebar-bottom {
  padding: 20px 24px 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cyc-sidebar-phone {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.cyc-sidebar-phone:hover {
  color: rgba(255, 255, 255, 0.9);
}
.cyc-sidebar-socials {
  display: flex;
  gap: 8px;
}
.cyc-sidebar-social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
}
.cyc-sidebar-social:hover {
  background: var(--cyc-primary-color);
  border-color: var(--cyc-primary-color);
  color: #fff;
}
/* Inner-page section css start */
/* About page css */
.cyc-about-section {
  padding: 50px 0 20px;
}
.cyc-bread-section {
  position: relative;
  background-image: url("../images/breadcrumb-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 22px;
}
.cyc-bread-content {
  text-align: left;
}
.cyc-bread-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--cyc-heading-color);
  padding: 13px 0 0px;
  text-transform: capitalize;
}
.cyc-bread-list {
  font-weight: 500;
  color: var(--cyc-para-color);
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  grid-gap: 10px;
  font-size: 18px;
}
.cyc-bread-list span a {
  color: var(--cyc-para-color);
  text-transform: capitalize;
}
.cyc-bread-list > span:not(:first-child):before {
  content: "/";
  margin-right: 10px;
}
.cyc-menu-wrapper.cyc-menu-innerbread {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.cyc-aboutsec-wrapper {
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 0 48px;
}
.cyc-about-text {
  flex: 0 0 37%;
  align-self: flex-start;
}
.cyc-quality-section {
  flex: 0 0 31%;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.cyc-about-text h3,
.cyc-heading-sec h3 {
  font-size: 26px;
  font-weight: 700;
  padding: 0 0 21px;
  color: var(--cyc-blog-headingcolor);
  max-width: 500px;
}
.cyc-about-text p {
  padding: 0 0 23px;
  max-width: 640px;
}
.cyc-about-center-img {
  position: relative;
  flex: 0 0 28%;
  align-self: flex-start;
}
.cyc-about-man {
  position: absolute;
  right: 13px;
  top: -14px;
  animation: move-vertical 3s linear 0.5s infinite alternate both;
}
.cyc-quality-box {
  display: grid;
  grid-template-columns: 99px 1fr;
  align-items: start;
  flex: 1;
  transition: all 0.3s ease-in-out;
}
.cyc-quality-img {
  border: 1px solid var(--cyc-form-border-color);
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.8s ease;
}
.cyc-quality-text h3,
.cyc-del-header h3,
.cyc-team-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--cyc-blog-headingcolor);
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.cyc-quality-box:hover .cyc-quality-text h3,
.cyc-del-box:hover .cyc-del-header h3 {
  color: var(--cyc-border-color);
}
.cyc-del-box {
  border: 1px solid var(--cyc-blog-bordercolor);
  background-color: var(--cyc-white-color);
  border-radius: 5px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cyc-del-header {
  display: flex;
  align-items: center;
  gap: 14px;
}
.cyc-del-header h3 {
  margin: 0;
  padding: 0;
}
.cyc-del-img {
  flex-shrink: 0;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cyc-border-color);
  border-radius: 5px;
  transition: all 0.8s ease;
}
.cyc-del-desc {
  margin: 0;
}
.cyc-bicycle-img {
  padding: 124px 0 0px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  animation: move-vertical 3s linear 0.5s infinite alternate both;
}
.cyc-bicycle-img img:nth-child(1) {
}
.cyc-bicycle-img img:nth-child(2) {
  display: none;
}
.cyc-cycle-icon > .cyc-infoicon {
  position: absolute;
  top: 26.2%;
  left: 45.5%;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  z-index: 1;
}
.cyc-cycle-info {
  transition: all 0.5s ease-in-out;
  position: absolute;
  top: 21.8%;
  left: 44.4%;
  z-index: 0;
  max-width: 120px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
}
.cyc-cycle-info img {
  position: relative;
  height: 0;
  transition:
    height 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
}
.cyc-cycle-info img.info-transform-left {
  transition: all 500ms ease-in-out;
  transform: translateX(-50px);
  opacity: 0;
}
.cyc-cycle-icon.show .cyc-cycle-info img.info-transform-left {
  opacity: 1;
  transform: translateX(0);
}
.cyc-cycle-icon.show .cyc-cycle-info img.info-transform-delay2 {
  transition-delay: 200ms;
}
.cyc-cycle-info .circle {
  position: absolute;
  content: "";
  left: 56%;
  right: auto;
  top: 0;
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: var(--cyc-border-color);
  transition: transform 0.5s ease-in-out 200ms;
  transform: scale(0);
}
.cyc-cycle-icon.show .cyc-cycle-info .circle {
  transform: scale(1);
}
.cyc-cycle-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--cyc-heading-color);
  position: absolute;
  top: -51%;
  left: 0;
  left: -21%;
  transition: all 0.5s ease-in-out;
}
.cyc-cycle-info h4.info-transform-right {
  transition: all 800ms ease-in-out;
  transform: translateX(50px);
  opacity: 0;
}
.cyc-cycle-icon.show .cyc-cycle-info h4.info-transform-right {
  opacity: 1;
  transform: translateX(0);
}
.cyc-cycle-icon.show .cyc-cycle-info h4.info-transform-delay1 {
  transition-delay: 400ms;
}
.cyc-cycle-icon.show .cyc-cycle-info {
  visibility: visible;
  opacity: 1;
}
.cyc-cycle-icon.show .cyc-cycle-info img {
  height: 100%;
  opacity: 1;
}
.cyc-cycle-icon2 .cyc-infoicon {
  top: 18%;
  left: 57.6%;
  /* right: 42%; */
}
.cyc-cycle-icon2 .cyc-cycle-info {
  top: 13.4%;
  left: 54.8%;
  max-width: 235px;
}
.cyc-cycle-icon2 .cyc-cycle-info h4 {
  top: -23%;
  left: auto;
  right: -18%;
}
.cyc-cycle-icon2 .cyc-cycle-info .circle {
  left: 73%;
  top: -2px;
}
.cyc-cycle-icon3 .cyc-infoicon {
  top: auto;
  bottom: 34%;
  left: auto;
  right: 31.9%;
}
.cyc-cycle-icon3 .cyc-cycle-info {
  top: 36%;
  left: auto;
  right: 20.4%;
  max-width: 260px;
}
.cyc-cycle-icon3 .circle {
  left: auto;
  right: 20%;
  top: -2px;
}
.cyc-cycle-icon3 h4 {
  top: -6.2%;
  left: auto;
  right: -18%;
}
.cyc-cycle-icon4 .cyc-infoicon {
  top: auto;
  bottom: 17.2%;
  left: auto;
  right: 22.4%;
}
.cyc-cycle-icon4 .cyc-cycle-info {
  top: auto;
  bottom: 18.8%;
  left: auto;
  right: 15.5%;
}
.cyc-cycle-icon4 .circle {
  left: auto;
  right: 0;
}
.cyc-cycle-icon4 h4 {
  top: -79%;
  left: auto;
  right: -17%;
}
.cyc-cycle-icon5 .cyc-infoicon {
  top: auto;
  bottom: 23.5%;
  left: auto;
  right: 49.5%;
  margin: auto;
}
.cyc-cycle-icon5 .cyc-cycle-info {
  top: auto;
  bottom: 10%;
  left: 46.4%;
}
.cyc-cycle-icon5 .circle {
  top: auto;
  bottom: 0;
  left: 66%;
}
.cyc-cycle-icon5 h4 {
  top: auto;
  bottom: -32%;
  left: auto;
  right: -15%;
}
.cyc-cycle-icon6 .cyc-infoicon {
  top: auto;
  bottom: 14.8%;
  left: 22.7%;
}
.cyc-cycle-icon6 .cyc-cycle-info {
  top: auto;
  left: 16%;
  bottom: 10.6%;
}
.cyc-cycle-icon6 .circle {
  left: 0.2%;
  top: auto;
  bottom: 0;
}
.cyc-cycle-icon6 h4 {
  top: auto;
  bottom: -28px;
}
.cyc-cycle-icon7 .cyc-infoicon {
  top: 35.6%;
  left: 41.6%;
}
.cyc-cycle-icon7 .cyc-cycle-info {
  top: 37%;
  left: 35%;
}
.cyc-cycle-icon7 .circle {
  left: 0;
  top: 80%;
}
.cyc-cycle-icon7 h4 {
  left: -96%;
  top: 40%;
}
.cyc-cycle-icon7 h4 {
}
.cyc-quality-img svg path {
  transition: all 0.3s ease-in-out;
}
.cyc-quality-box:hover .cyc-quality-img,
.cyc-del-box:hover .cyc-del-img {
  transform: rotateY(360deg);
}
.cyc-quality-box:hover .cyc-quality-img svg path {
  fill: var(--cyc-primary-color);
}
.cyc-quality-box:hover .cyc-quality-img {
  border-color: var(--cyc-lightborder-color);
}
.cyc-del-box:hover {
  transform: translateY(-10px);
}
/* shop page css */
.cyc-shop-section {
  padding: 40px 0 100px;
}
.cyc-shop-search .cyc-form-input {
  position: relative;
  margin: 0 0 20px;
}
.cyc-shop-search button[type="submit"] {
  position: absolute;
  left: 20px;
  top: 9px;
  border-right: 1px solid #f0f0f0;
  padding-right: 14px;
  background: none;
  border-top: none;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1;
}
.cyc-shop-search .cyc-form-input .form-control {
  margin: 0px;
  padding-left: 70px;
  background-color: var(--cyc-white-color);
  border-color: var(--cyc-blog-bordercolor);
}
.cyc-widgets {
  background-color: var(--cyc-white-color);
  border: 1px solid var(--cyc-blog-bordercolor);
  padding: 19px 20px;
  border-radius: 5px;
  margin: 0 0 20px;
}
.cyc-widgets h3 {
  font-size: 20px;
  font-weight: 600;
  color: var(--cyc-heading-color);
  padding: 0 0 22px;
}
.cyc-color h3,
.cyc-size h3 {
  padding: 0 0 15px;
}
/* ── Generic widget links (price, size, colour etc.) ─────────── */
.cyc-widgets ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: var(--cyc-para-color);
  transition: color 0.2s;
}
.cyc-widgets ul li a:hover {
  color: var(--cyc-border-color);
}

/* ── Category & availability filter links ────────────────────── */
/*
 * ALL links (Hamısı, parent cats, child cats, avail) share one rule.
 * padding-right: 36px reserves space for the absolute toggle arrow so
 * the count (.cyc-catnum) lands at the SAME x-position on every row.
 */
.cyc-widgets.cyc-categories ul li a,
.cyc-widgets.cyc-avail ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  line-height: 1;
  padding: 0 36px 0 8px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  color: var(--cyc-para-color);
  transition:
    background 0.15s,
    color 0.15s;
}
.cyc-widgets.cyc-categories ul li a:hover,
.cyc-widgets.cyc-avail ul li a:hover {
  background: rgba(0, 0, 0, 0.04);
  color: var(--cyc-heading-color);
}

/* Active = orange pill */
.cyc-widgets.cyc-categories ul li a.active,
.cyc-widgets.cyc-avail ul li a.active {
  background: var(--cyc-primary-color);
  color: #fff;
  font-weight: 500;
}
.cyc-widgets.cyc-categories ul li a.active:hover,
.cyc-widgets.cyc-avail ul li a.active:hover {
  background: var(--cyc-primary-color);
  color: #fff;
}
.cyc-widgets.cyc-categories ul li a.active .cyc-catnum,
.cyc-widgets.cyc-avail ul li a.active .cyc-catnum {
  color: rgba(255, 255, 255, 0.75);
}
.cyc-catnum {
  flex-shrink: 0;
  min-width: 2ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum";
}

/* ── Category row wrapper (position:relative for absolute button) */
.cyc-cat-row {
  position: relative;
}

/* ── Toggle arrow ──────────────────────────────────────────────
 * Absolutely positioned inside .cyc-cat-row so it never pushes
 * the <a> width around. Sits in the 36px padding-right zone.
 */
.cyc-cat-toggle {
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  color: var(--cyc-para-color);
  border-radius: 4px;
  transition:
    color 0.15s,
    background 0.15s;
}
.cyc-cat-toggle svg {
  display: block;
  transition: transform 0.2s ease;
}
.cyc-cat-toggle:hover {
  color: var(--cyc-primary-color);
  background: rgba(0, 0, 0, 0.06);
}
.cyc-has-subcats.is-open > .cyc-cat-row .cyc-cat-toggle svg {
  transform: rotate(180deg);
}

/* ── Subcategory list ─────────────────────────────────────────── */
.cyc-subcats {
  list-style: none;
  margin: 0 0 4px 8px;
  padding: 0 0 0 10px;
  border-left: 2px solid var(--cyc-primary-color);
}
/* Subcats are smaller — override the 36px right pad (no toggle button) */
.cyc-subcats li a {
  height: 30px;
  font-size: 14px;
  padding-right: 8px;
}
.cyc-range-slider {
  position: relative;
  max-width: 367px;
  height: 30px;
  margin: 10px 0 0;
}
.cyc-range-slider input {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  outline: none;
  margin: 0;
  padding: 0;
  height: 30px !important;
  -webkit-appearance: none;
  background: none;
}
.cyc-range-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  position: relative;
  z-index: 10;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--cyc-primary-color);
  cursor: pointer;
  margin-top: -5px;
}
.cyc-range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: var(--cyc-primary-color);
  cursor: pointer;
}
.cyc-range-slider input::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}
.cyc-range-slider input::-moz-range-track {
  height: 4px;
  background: transparent;
  border: 0;
}
.cyc-range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.cyc-range-slider input[type="range"]::-moz-focus-outer {
  border: 0;
}
.cyc-range-slider input[type="range"]:focus {
  outline: none;
}
.cyc-range-slider .full-range,
.cyc-range-slider .incl-range {
  width: 100%;
  height: 4px;
  left: 0;
  top: 13px;
  position: absolute;
  border-radius: 2px;
  background: #e5e5e5;
  pointer-events: none;
}
.cyc-range-slider .incl-range {
  background: var(--cyc-primary-color);
}
.cyc-range-output {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
}
.cyc-range-slider .output,
.cyc-range-slider .output.outputTwo {
  border: 1px solid var(--cyc-blog-bordercolor);
  background-color: var(--cyc-white-color);
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  color: var(--cyc-heading-color);
  border-radius: 5px;
  flex: 1;
}
.cyc-form-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--cyc-border-color);
}
.cyc-color-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cyc-color-flex a {
  height: 26px;
  width: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ec1414;
}
.cyc-color-flex a:nth-child(2) {
  background: #ecbc14;
}
.cyc-color-flex a:nth-child(3) {
  background: #73ec14;
}
.cyc-color-flex a:nth-child(4) {
  background: #14dfec;
}
.cyc-color-flex a:nth-child(5) {
  background: #1444ec;
}
.cyc-color-flex a:nth-child(6) {
  background: #8014ec;
}
.cyc-color-flex a:nth-child(7) {
  background: #ec14d6;
}
.cyc-color-flex a:nth-child(8) {
  background: #212121;
}
.ayc-size-sec {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ayc-size-sec a {
  border: 1px solid var(--cyc-form-border-color);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--cyc-heading-color);
  transition: all 0.3s ease-in-out;
}
.ayc-size-sec a:hover {
  background-color: var(--cyc-border-color);
  border-color: var(--cyc-border-color);
  color: var(--cyc-white-color);
}
.cyc-top-view {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}
.cyc-grid-view,
.cyc-sorting {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}
.cyc-grid-view svg path {
  fill: var(--cyc-para-color);
}
.cyc-sorting {
  gap: 7px;
}
.cyc-grid-view a {
  border: 1px solid var(--cyc-form-border-color);
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.cyc-grid-view a.active {
  border: 1px solid var(--cyc-border-color);
}
.cyc-grid-view a.active svg path {
  fill: var(--cyc-border-color);
}
.cyc-sorting p {
  color: var(--cyc-shotext-color);
}
.cyc-sort-toggle {
  font-size: 14px;
  font-weight: 500;
  color: var(--cyc-heading-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
  border: 1px solid var(--cyc-form-border-color);
  border-radius: 5px;
  padding: 7px 14px;
  background: var(--cyc-white-color);
  white-space: nowrap;
}
.cyc-sort-toggle:hover {
  color: var(--cyc-primary-color);
  border-color: var(--cyc-primary-color);
}
.cyc-sort-menu {
  min-width: 180px;
  padding: 4px 0;
}
.cyc-sort-menu .dropdown-item {
  padding: 6px 16px;
  font-size: 14px;
}
.cyc-sort-menu .dropdown-item.active,
.cyc-sort-menu .dropdown-item:active {
  background-color: var(--cyc-primary-color);
  color: #fff;
}
.cyc-form-input.cyc-check-form {
  position: relative;
  margin: 0;
}
.cyc-defsort-icon {
  position: absolute;
  left: 15px;
  top: 9px;
  border-right: 1px solid #efedf2;
  padding-right: 15px;
}
.cyc-grid-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 24px;
}
/* 2 columns on tablet */
@media (max-width: 991px) {
  .cyc-grid-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
/* 1 column on mobile */
@media (max-width: 575px) {
  .cyc-grid-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cyc-grid-box {
  background-color: var(--cyc-white-color);
  box-shadow: 5px 4px 28px 0px #ec631429;
  border: 1px solid var(--cyc-blog-bordercolor);
  border-radius: 5px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
}
.cyc-grid-img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  border-radius: 4px;
  transition: all 0.5s ease-in-out;
}
.cyc-grid-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease-in-out;
}
.cyc-grid-img .cyc-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cyc-grid-img .cyc-placeholder svg {
  width: 60px;
  height: 60px;
  opacity: 0.25;
}
/* No-image placeholder */
.cyc-no-image {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(145deg, #f7f7f7 0%, #ebebeb 100%);
}
.cyc-no-image svg {
  width: 56px;
  height: 56px;
}
.cyc-no-image span {
  font-size: 1.75rem;
  font-weight: 700;
  color: #d0d0d0;
  letter-spacing: 0.05em;
  line-height: 1;
}
.cyc-grid-text {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.cyc-grid-text h3 {
  flex: 1;
}
.cyc-grid-price {
  margin-top: auto;
}
.cyc-grid-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  display: flex;
  gap: 6px;
  padding: 0 10px;
  justify-content: center;
}
.cyc-grid-btn .cyc-btn {
  min-width: 0;
  flex: 1;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  min-height: 38px;
  font-size: 13px;
}

/* .cyc-grid-btn .cyc-btn,  */
.cyc-grid-btn .cyc-btn-outline {
  min-width: 0;
  flex: 1;
  text-align: center;
  padding: 0 8px;
  min-height: 38px;
  font-size: 13px;
  background: var(--cyc-white-color);
  color: var(--cyc-primary-color);
  border: 1.5px solid var(--cyc-primary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cyc-grid-btn .cyc-btn-outline:hover {
  background: var(--cyc-primary-color);
  color: var(--cyc-white-color);
}
.cyc-grid-btn .cyc-btn svg path {
  stroke: var(--cyc-white-color);
}
.cyc-grid-box:hover .cyc-grid-btn {
  visibility: visible;
  opacity: 1;
  bottom: 10px;
}
.cyc-grid-box:hover .cyc-grid-img img {
  transform: scale(1.2) rotate(-2deg);
}
.cyc-grid-text {
  padding: 15px 12px 10px;
}
.cyc-grid-text h3,
.cyc-grid-text h3 a {
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 600;
  color: var(--cyc-heading-color);
  padding: 0 0 9px;
  transition: all 0.5s ease-in-out;
}
.cyc-grid-text h3 a:hover {
  color: var(--cyc-border-color);
}
.cyc-grid-price,
.cyc-grid-price-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cyc-grid-price-sec p,
.cyc-grid-price-sec span {
  font-size: 22px;
  font-weight: 400;
  color: var(--cyc-para-color);
  text-decoration: line-through;
}
.cyc-grid-price-sec span {
  text-decoration: none;
  padding-left: 13px;
  font-weight: 600;
  color: var(--cyc-border-color);
}
.cyc-grid-star {
  display: grid;
  grid-template-columns: 23px 1fr;
  align-items: center;
}
.product-list-view .cyc-grid-content {
  grid-template-columns: 1fr 1fr;
}
.product-list-view .cyc-grid-box {
  display: flex;
  max-width: -webkit-fill-available;
  gap: 20px;
}
.product-list-view .cyc-grid-box .cyc-grid-img {
  max-width: 200px;
}
.product-list-view .cyc-grid-btn .cyc-btn {
  min-width: 150px;
}
.product-list-view .cyc-grid-box:hover .cyc-grid-btn {
  bottom: 5px;
}
.cyc-grid-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 39px 0 0;
}
.cyc-grid-pagination a {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid var(--cyc-form-border-color);
  font-size: 16px;
  font-weight: 700;
  color: var(--cyc-para-color);
  transition: all 0.3s ease-in-out;
}
.cyc-grid-pagination a.active,
.cyc-grid-pagination a:hover {
  background-color: var(--cyc-border-color);
  border-color: var(--cyc-border-color);
  color: var(--cyc-white-color);
}
.cyc-grid-pagination a:hover svg path {
  fill: var(--cyc-white-color);
}
.cyc-grid-pagination a svg {
  transform: rotate(-90deg);
}
/* team section css */
.cyc-team-section {
  padding: 22px 0 100px;
}
.cyc-heading-sec {
  margin: 0px 0 37px;
}
.cyc-heading-sec h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--cyc-border-color);
}
.cyc-heading-sec h3 {
  color: var(--cyc-heading-color);
  padding: 11px 0 0;
  max-width: 400px;
}
.cyc-team-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cyc-team-box {
  background-color: var(--cyc-white-color);
  border: 1px solid var(--cyc-blog-bordercolor);
  padding: 9px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  max-width: 320px;
  border-radius: 5px;
  width: -webkit-fill-available;
}
.cyc-team-img {
  max-width: 300px;
  background-color: var(--cyc-team-bgcolor);
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
.cyc-team-img img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cyc-team-social {
  position: absolute;
  top: 10px;
  right: 0px;
  display: flex;
  flex-direction: column;
  gap: 9px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.cyc-team-text {
  padding: 16px 0 5px;
}
.cyc-team-text h3 {
  color: var(--cyc-heading-color);
  padding: 0;
  transition: all 0.5s ease-in-out;
}
.cyc-team-text p {
  line-height: 20px;
}
.cyc-team-social .cyc-social-img a svg path {
  fill: var(--cyc-para-color);
  transition: all 0.3s linear;
}
.cyc-team-social .cyc-social-img a:hover svg path {
  fill: var(--cyc-border-color);
}
.cyc-team-box:hover .cyc-team-text h3 {
  color: var(--cyc-border-color);
}
.cyc-team-box:hover .cyc-team-social {
  visibility: visible;
  opacity: 1;
  right: 14px;
}
.cyc-team-box:hover .cyc-team-img img {
  transform: scale(1.1);
}
/* shop-single page css */
.cyc-shopsing-section {
  padding: 30px 0 19px;
}
.cyc-shopsin-tabsec .nav-tabs {
  border-bottom: none;
  gap: 21px;
  padding: 20px 0 0;
}
.cyc-shopsin-tabsec .nav-tabs .nav-link {
  border: 1px solid var(--cyc-blog-bordercolor);
  width: 201px;
  height: 132px;
  max-width: 100%;
  max-height: 100%;
  background-color: var(--cyc-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
.cyc-shopsin-tabsec .nav-tabs .nav-link.active {
  border-color: var(--cyc-border-color);
}
.cyc-shopsingle-content h3,
.cyc-shopsin-form h3 {
  font-size: 30px;
  font-weight: 700;
  color: var(--cyc-heading-color);
}
.cyc-shopsingle-content .cyc-grid-star {
  padding: 10px 0 10px;
}
.cyc-shopsingle-content .cyc-grid-price-sec {
  justify-content: flex-start;
  gap: 1px;
}
.cyc-shopsingle-content .cyc-grid-price-sec p {
  font-size: 26px;
  font-weight: 600;
}
.cyc-shopsingle-content .cyc-grid-price-sec span {
  font-size: 26px;
  font-weight: 700;
}
.cyc-shopsingle-content > p {
  padding: 15px 0 31px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
  margin: 0 0 16px;
}
.cyc-quantity-sec {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 29px;
}
.cyc-share {
  margin: 0 0 34px;
}
.cyc-quantity-sec h4 {
  font-size: 16px;
  font-weight: 400;
  color: var(--cyc-heading-color);
}
.cyc-pro-quantity {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 147px;
  justify-items: center;
}
.cyc-pro-quantity button {
  background: transparent;
  border: 1px solid var(--cyc-form-border-color);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cyc-para-color);
  border-radius: 5px;
}
.cyc-pro-quantity .form-control {
  font-size: 16px;
  font-weight: 400;
  color: var(--cyc-para-color);
  border: none;
  background-color: transparent;
  padding: 0;
  text-align: center;
}
.cyc-share ul {
  display: flex;
  align-items: center;
  gap: 29px;
}
.cyc-share ul li a {
  transition: all 0.5s ease-in-out;
}
.cyc-share ul li a:hover svg path {
  fill: var(--cyc-border-color);
}
.cyc-shop-sinbtn {
  display: flex;
  gap: 20px;
}
.cyc-shop-sinbtn a:nth-child(1) {
  border: 1px solid var(--cyc-form-border-color);
  color: var(--cyc-para-color);
  background-color: transparent;
}
.cyc-shop-sinbtn a:nth-child(1):hover {
  background-color: var(--cyc-primary-color);
  color: var(--cyc-white-color);
  border-color: var(--cyc-primary-color);
}
.cyc-shopsin-tablist {
  margin: 50px 0 0;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
}
.cyc-shopsin-tablist .nav.nav-tabs {
  gap: 46px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
  margin: 0 0 19px;
}
.cyc-shopsin-tablist .nav .nav-link {
  background-color: transparent;
  font-size: 20px;
  font-weight: 400;
  color: var(--cyc-para-color);
  padding: 0 15px 0 0;
  text-align: center;
  min-height: 47px;
  position: relative;
  border: none;
}
.cyc-shopsin-tablist .nav .nav-link:hover {
  border-color: transparent;
}
.cyc-shopsin-tablist .nav .nav-link:focus,
.nav-link:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.nav-link:focus-visible {
  box-shadow: none;
}
.cyc-shopsin-tablist .nav .nav-link::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 117px;
  height: 4px;
  background-color: var(--cyc-border-color);
  visibility: hidden;
  opacity: 0;
}
.cyc-shopsin-tablist .nav .nav-link.active::after {
  visibility: visible;
  opacity: 1;
}
.cyc-comments-form.cyc-shopsin-form {
  background-color: var(--cyc-white-color);
  padding: 35px 30px;
  border-radius: 5px;
  margin: 0 0 40px;
}
.cyc-shopsin-tablist .nav .nav-link.active {
  color: var(--cyc-heading-color);
  border: none;
  border-radius: 10px;
  transition: all 0.3s linear;
}
.cyc-shopsin-tablist .tab-content > .tab-pane > p {
  padding: 10px 0 0;
}
.cyc-post-div.cyc-shop-post {
  grid-template-columns: 140px 1fr 120px;
}
.cyc-product-desc {
  margin: 0 0 40px;
}
.cyc-post-div {
  display: grid;
  padding: 20px 0;
  grid-template-columns: 115px 1fr;
}
.cyc-post-div.cyc-shop-post {
  grid-template-columns: 140px 1fr 120px;
}
.cyc-post-div.cyc-shop-post .review-author img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 5px;
}
.cyc-shop-post .cyc-blog-post-para h3 {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 400;
  color: var(--cyc-heading-color);
}
.cyc-shopsin-formrate {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
.cyc-shopsin-formrate p {
  margin-right: 10px;
}
.cyc-shopsin-form h3 {
  padding: 0 0 10px;
}
.cyc-trending-section {
  padding: 20px 0 102px;
}
.cyc-trending-section .cyc-heading-sec h3 {
  padding: 0;
}
/* blog page css */
.cyc-blog-section {
  padding: 40px 0 70px;
}
.cyc-blog-sec {
  border: 1px solid var(--cyc-blog-bordercolor);
  background-color: var(--cyc-white-color);
  border-radius: 5px;
  padding: 5px;
  margin: 0 0 30px;
  transition: all 0.5s ease-in-out;
}
.cyc-blog-text {
  padding: 9px 17px 19px 20px;
}
.cyc-admin-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.cyc-admin-box ul li .cyc-date {
  position: relative;
  padding-left: 16px;
}
.cyc-admin-box ul li {
  font-size: 14px;
  font-weight: 400;
  color: var(--cyc-heading-color);
}
.cyc-admin-box ul li span {
  color: var(--cyc-para-color);
}
.cyc-admin-box ul li .cyc-date::before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  height: 5px;
  width: 5px;
  background-color: var(--cyc-para-color);
  border-radius: 100%;
}
.cyc-blog-text h3,
.cyc-blog-text h3 a {
  font-size: 18px;
  font-weight: 600;
  color: var(--cyc-blog-headingcolor);
  padding: 7px 0 9px;
  transition: all 0.5s ease-in-out;
}
.cyc-blog-text p {
  white-space: nowrap;
  max-width: 358px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cyc-blog-img {
  position: relative;
  overflow: hidden;
}
.cyc-blog-img img {
  transform: scale(1) rotate(0);
  transition:
    transform 0.6s ease-in,
    opacity 0.3s ease-in-out,
    -webkit-transform 0.6s ease-in;
}
.cyc-blog-text h3:hover,
.cyc-blog-text h3 a:hover {
  color: var(--cyc-primary-color);
}
.cyc-blog-sec:hover .cyc-blog-img img {
  transform: scale(1.2) rotate(-2deg);
}
.cyc-blog-sec:hover .cyc-blog-text h3 a {
  color: var(--cyc-primary-color);
}
.cyc-blog-sec:hover .cyc-blog-text h3 {
  color: var(--cyc-primary-color);
}
/* Clickable card links */
a.cyc-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.cyc-card-link:hover {
  text-decoration: none;
  color: inherit;
}
.cyc-grid-box.cyc-card-link {
  position: relative;
}
.cyc-grid-box .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.cyc-grid-box .cyc-grid-btn {
  z-index: 2;
}
/* blog-single page css */
.cyc-blogsing-section {
  padding: 30px 0 80px;
}
.cyc-blogsing-content {
  margin: 20px 0 25px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
  padding: 0 0 29px;
}
.cyc-blogsing-content h3 {
  padding: 0 0 10px;
}
.cyc-blogsing-content .cyc-admin-box {
  padding: 0 0 15px;
}
.cyc-blogsing-content > p {
  border-bottom: none;
  margin: 0;
  padding: 0 0 15px;
}
.cyc-blogsing-content .cyc-quantity-sec.cyc-share {
  margin: 0 0 0px;
}
.cyc-recblog-box {
  display: grid;
  grid-template-columns: 90px 1fr;
  margin: 0 0 20px;
  padding: 0 0 20px;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.cyc-recblog-box:last-child {
  border-bottom: none;
  margin: 0;
}
.cyc-recblog-box-img {
  border: 1px solid var(--cyc-blog-bordercolor);
  padding: 10px;
  overflow: hidden;
  border-radius: 5px;
}
.cyc-recblog-box-img img {
  transition: all 0.5s ease-in-out;
}
.cyc-blog-text.cyc-recblog-box-text {
  padding: 0 5px 0px;
}
.cyc-blog-text.cyc-recblog-box-text h3 {
  padding: 5px 0;
}
.cyc-blog-text.cyc-recblog-box-text p {
  max-width: 214px;
}
.cyc-recblog-box:hover .cyc-recblog-box-img img {
  transform: scale(1.2) rotate(-2deg);
}
h3.post-head {
  font-size: 26px;
  font-weight: 600;
  color: var(--cyc-heading-color);
}
.cyc-post-sing {
  display: grid;
  grid-template-columns: 130px 1fr;
  padding: 20px 0;
}
.cyc-post-sing .review-author img,
.comment-author img {
  border-radius: 5px;
}
.comment {
  display: grid;
  grid-template-columns: 115px 1fr;
  padding: 20px;
}
.ayur-blog-post-para h3,
.comment-text span.comment-author-name,
.cyc-blog-post-para h3 {
  font-size: 20px;
  font-weight: 500;
  color: var(--cyc-heading-color);
}
.comment-text span:nth-child(2) {
  margin-left: 10px;
}
.comment-text a.comment-reply {
  font-size: 16px;
  color: var(--cyc-border-color);
  font-weight: 400;
}
.comment-text a.comment-reply:hover {
  color: var(--cyc-heading-color);
}
.comment.comment--replied {
  margin-left: 50px;
}
.cyc-comments-form.cyc-shopsin-form.cyc-blogsing-form {
  margin: 10px 0 0;
}
.cyc-comments-form.cyc-shopsin-form.cyc-blogsing-form h3 {
  padding: 0 0 20px;
}
/* service page css */
/* contact page css */
.cyc-contact-sec {
  padding: 25px 0 56px;
}
.cyc-condesc-box {
  padding: 10px;
  background-image: url("../images/con-right.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 14px;
  overflow: hidden;
}
.cyc-con-desc {
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 62px 5px 0 28px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  text-align: center;
}
.cyc-contact-box {
  display: grid;
  grid-template-columns: 70px 1fr;
  margin: 0 0 80px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
  color: inherit;
}
.cyc-contact-box:last-child {
  margin: 0 0 48px;
}
.cyc-contact-icon {
  height: 50px;
  width: 50px;
  border: 1px solid #ffffff0d;
  backdrop-filter: blur(5px);
  background: #d9d9d91a;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  transition-delay: 200ms;
}
.cyc-contact-box-wrapper {
  display: flex;
  align-items: center;
}
.cyc-contact-section {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 24px;
  align-items: stretch;
}
.cyc-contact-side-img {
  border-radius: 14px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cyc-contact-text {
  text-align: left;
}
.cyc-contact-text h3 {
  font-size: 20px;
  font-weight: 400;
  color: var(--cyc-white-color);
  transition: all 0.3s ease-in-out;
}
.cyc-contact-text p {
  color: var(--cyc-white-color);
}
.cyc-contact-box:hover::after {
  visibility: visible;
  transform: scale(1);
}
.cyc-contact-box:hover {
  transform: translateY(-5px);
}
.cyc-contact-box:hover .cyc-contact-icon {
  background-color: var(--cyc-primary-color);
  transition: all 0.3s ease-in-out;
}
.cyc-map-section {
  border-radius: 14px;
  overflow: hidden;
}
.cyc-map-section iframe {
  width: 100%;
  height: 100%;
  display: block;
  min-height: 420px;
}
.cyc-form-input {
  margin: 0 0 27px;
}
.cyc-form-flex {
  display: flex;
  align-items: center;
  gap: 30px;
}
.cyc-form-flex .cyc-form-input {
  max-width: 450px;
  width: 100%;
}
.cyc-form-input label {
  font-size: 16px;
  font-weight: 400;
  color: var(--cyc-form-label-color);
  margin: 0 0 11px;
}
.cyc-form-input .form-control {
  border: 1px solid var(--cyc-form-border-color);
  color: var(--cyc-form-textcolor);
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  min-height: 45px;
  border-radius: 5px;
  padding: 0px 19px;
  background-color: transparent;
}
.cyc-form-input .form-control::placeholder {
  color: var(--cyc-form-textcolor);
  opacity: 0.6;
}
.cyc-form-input .form-control.form-textarea {
  min-height: 143px;
  padding: 10px 19px;
}
.cyc-form-input .form-control:focus {
  border-color: var(--cyc-lightborder-color);
}
.cyc-form-input .form-control.error {
  border-color: red;
}
.response {
  color: red;
  padding: 5px 0 0;
}
.response.sent {
  color: green;
}
.responsive-map {
  overflow: hidden;
  padding-bottom: 26.2%;
  position: relative;
  height: 0;
  max-width: 1720px;
  margin: 0 auto 80px;
  text-align: center;
  border-radius: 10px;
}
.responsive-map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.map-overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 50%);
  pointer-events: none;
  z-index: 1;
}
/* Cart page css */
.cyc-cartpage-wrapper {
  padding: 59px 0 160px;
}
.cyc-cart-table {
  border-radius: 10px;
  text-align: center;
}
.cyc-cart-table table.table {
  width: 100%;
}
.cyc-cart-table thead tr th {
  background-color: var(--cyc-border-color);
  color: var(--cyc-white-color);
  font-size: 18px;
  font-weight: 600;
}
.cyc-cart-table thead tr th:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.cyc-cart-table thead tr th:last-child {
  border-radius: 0 10px 0 0;
}
.cyc-cart-table tbody tr td,
.cyc-cart-table tbody tr th {
  text-align: center;
  border: 1px solid var(--cyc-bottomborder-color);
}
.cyc-cart-table tbody tr td > img {
  width: 95px;
  height: 95px;
  object-fit: cover;
}
.cyc-cart-table tbody tr td .cyc-tab-delete img {
  height: 20px;
  width: 20px;
  object-fit: cover;
}
.cyc-cart-table tbody tr td,
.cyc-cart-table tbody tr td h2,
.cyc-cartsubtotal th,
.cyc-cartsubtotal td {
  font-size: 18px;
  font-weight: 500;
  color: var(--cyc-heading-color);
  vertical-align: middle;
}
.cyc-cart-table tbody tr:last-child > td {
  border-radius: 10px;
}
.cyc-cart-table tbody tr td h2,
.cyc-cartsubtotal th {
  color: var(--cyc-heading-color);
  font-size: 18px;
}
.cyc-cart-table tbody tr td input {
  padding: 5px 0;
  text-align: center;
  max-width: 60px;
  color: var(--cyc-para-color);
  outline: none;
  border: 1px solid var(--cyc-border-color);
}
.cyc-cart-table tbody tr td.cyc-updatecart-btn {
  text-align: end;
}
.cyc-carttotal-wrapper {
  padding: 30px;
  background-color: var(--cyc-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000f;
  border-radius: 10px;
  max-width: 600px;
  width: 100%;
}
.cyc-cart-total h2 {
  font-size: 20px;
  font-weight: 700;
  color: var(--cyc-white-color);
  background-color: var(--cyc-primary-color);
  border-radius: 10px 10px 0 0;
  padding: 15px 10px;
  text-align: center;
}
.cyc-coupon-code .cyc-form-input {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.cyc-coupon-code .cyc-form-input .form-control {
  max-width: 500px;
  border-radius: 5px 0 0 5px;
  text-align: left;
}
.cyc-coupon-code .cyc-form-input > .cyc-btn {
  border-radius: 0 5px 5px 0;
}
.cyc-cart-total table tr th,
.cyc-cart-total table tr td {
  border: 1px solid var(--cyc-bottomborder-color);
}
tr.cyc-cartsubtotal td {
  color: var(--cyc-primary-color);
}
.cyc-checkout-btn .cyc-btn {
  min-width: 210px;
}
.cyc-checkout-wrapper {
  padding: 40px 0 80px;
  background-color: var(--cyc-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000f;
}
.cyc-checkout-table-wrapper {
  padding: 30px;
  background-color: var(--cyc-white-color);
  box-shadow: 3px 4px 29.6px 0px #0000000f;
  border-radius: 10px;
  max-width: 1500px;
  margin: 0 auto;
}
.cyc-checkout-head h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--cyc-blog-headingcolor);
  padding: 0 0 15px;
}
.cyc-form-input label span {
  color: red;
}
.payment-method {
  padding-bottom: 30px;
}
.cyc-checkout-head.cyc-woocommerce-payment h3 {
  padding: 10px 0 0px;
}
.cyc-chkout-flex {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 0 10px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
}
.cyc-chkout-flex h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--cyc-heading-color);
}
.custom-checkbox {
  width: 18px;
  height: 18px;
  position: relative;
}
.custom-checkbox input {
  width: 0 !important;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"] {
  visibility: hidden;
}
.custom-checkbox label {
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  background-color: var(--cyc-white-color);
  border: 2px solid var(--cyc-bottomborder-color);
  border-radius: 50%;
  right: -5px;
  transition: all 0.3s ease-in-out;
}
.custom-checkbox input[type="radio"]:checked + label {
  background-color: var(--cyc-primary-color);
  border: 2px solid var(--cyc-primary-color);
}
.cyc-checkout-form {
  margin: 0 0 15px;
}
.custom-checkbox label:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--cyc-bottomborder-color);
  border-radius: 50%;
  top: 4px;
  left: 4px;
  border-top: none;
  border-right: none;
}
.custom-checkbox input[type="radio"]:checked + label:after {
  background-color: var(--cyc-white-color);
}
.payment_box {
  display: none;
  padding-top: 10px;
  transition: all 0.3s ease-in-out;
}
.cyc-checkout-table-wrapper .payment-method img {
  width: auto;
  height: auto;
  margin-left: auto;
}
.cyc-checkout-payment p.cyc-para {
  transition: all 0.3s ease-in-out;
}
.cyc-checkout-order {
  text-align: end;
}
.cyc-checkout-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 19px !important;
}
.cyc-checkout-form .select2-container--default .select2-selection--single {
  background-color: transparent !important;
  width: 100%;
}
/* Profile page css */
.cyc-profile-wrapper {
  padding: 75px 0 100px;
}
.cyc-profile-section {
  background-color: var(--cyc-white-color);
  padding: 30px 25px;
  margin: 80px 0;
  border-radius: 10px;
  max-width: 950px;
  margin: 0px auto;
}
.cyc-profile-head h3 {
  padding: 0 0 10px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
  margin: 0 0 25px;
  font-size: 26px;
  font-weight: 700;
  color: var(--cyc-blog-headingcolor);
}
.cyc-pro-img {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
}
.cyc-pro-img img {
  border-radius: 5px;
}
.cyc-pro-imgtext h2 {
  font-size: 20px;
  font-weight: 600;
  color: var(--cyc-heading-color);
}
.cyc-pro-text {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  padding: 10px 0 15px;
  border-bottom: 1px solid var(--cyc-bottomborder-color);
}
.cyc-pro-text h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--cyc-heading-color);
}
.cyc-pro-text-wrap {
  margin: 0 0 30px;
}
/* Inner-page section css End */
