:root {
  --bs-white: #fff;
  --bs-black: #000;
  --primary-color: #272222;
  --secondary-color: #f3f8fd;
  --secondary2-color: #c1121f;
  --secondary3-color: #669bbb;
  --secondary4-color: #07151d;
  --heading-font: "Calistoga";
  --body-font: "Open Sans";
}

body {
  margin: 0;
  font-family: var(--body-font);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
i {
  margin-right: 10px;
}
footer .icon-wrap i {
  color: #fff !important;
  font-size: 20px;
}
.custom_btn i {
  font-size: 20px;
}
.custom_btn i.fa-whatsapp {
  font-size: 22px !important;
}
img {
  object-fit: cover;
}
p {
  font-size: 20px;
  line-height: 44px;
  color: #4a4b4d;
}

.q_card p {
  margin-bottom: 18px !important;
}
header p,
header a {
  font-family: "Space Grotesk";
  margin: 0;
  color: #272222 !important;
  font-size: 20px !important;
}
header {
  background-color: var(--secondary-color);
  position: sticky;
  top: 0;
  padding: 15px 0;
  z-index: 9999;
}
.stellarnav ul {
  text-align: end;
}
.stellarnav li a {
  padding: 0;
}
.contact-opt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.icon-wrap {
  background-color: #9ecbe6;
  border-radius: 50px;
  margin-right: 20px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;

  i {
    margin: 0;
  }
}
.custom_btn {
  background-color: var(--secondary2-color);
  font-size: 16px;
  /*     padding: 11px 80px !important; */
  color: var(--bs-white) !important;
  font-family: var(--body-font) !important;
  border-radius: 10px;
  font-weight: 600 !important;
  position: relative;
  text-decoration: none;
  display: inline-block;

  &::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 9px;
    height: 100%;
    width: 100%;
    border: 1px solid var(--secondary2-color);
    border-radius: 10px;
  }
}
.custom_btn:hover ::after {
  top: 0;
  left: 0;
}

.hero_banner {
  display: flex;
  position: relative;
  z-index: 0;

  h1 {
    position: absolute;
    left: 9%;
    top: 80px;
    z-index: 99;
    font-weight: 400;
    color: #0c161c;
  }
  .fc-white {
    color: var(--bs-white);
    margin-left: 70px;
  }
  .fc-blue {
    color: var(--secondary3-color);
  }
  p {
    font-size: 20px;
    color: #f2f2f2;
  }
}
.hero-left {
  width: 65%;
  flex: 0 0 65%;
  background-size: cover;
}
.hero_img_wrap {
  padding: 0px 46px 0 196px;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  position: relative;
  margin-bottom: -100px;
}
.banner-image {
  position: relative;
  z-index: 9;
}
.shape {
  position: relative;
}
.shadow {
  position: relative;
  width: 100%;
  box-shadow: none !important;
}
.product {
  position: absolute;
  border-radius: 50%;
}
.product.left {
  left: 165px;
  top: 40%;
}
.product.center {
  left: 47%;
  top: 123px;
}
.product.right {
  right: 50px;
  top: 40%;
}
.hero-right {
  width: 35%;
  flex: 0 0 35%;
  background-color: var(--secondary4-color);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 160px 100px 0 49px;
  z-index: -1;
  position: relative;

  p {
    font-size: 20px;
    color: #f2f2f2;
    line-height: 44px;
    font-weight: 400;
  }
}
.hero-btn {
  background-color: var(--bs-white);
  color: #301f21 !important;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 50px !important;
  width: 210px;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;

  &::after {
    background-color: var(--secondary2-color);
    border: 0;
    z-index: -1;
  }
}
.hero-btn.whatsapp {
  width: 317px;
  padding: 10px 29px !important;
}
.hero-btn:hover ::after {
  top: 0;
  left: 0;
}

.ban-btn-group {
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
  flex-direction: column;
  align-items: start;
}
.btn-wrap {
  display: flex;
  justify-content: center;
  gap: 46px;
}
.why-choose {
  padding: 100px 0 112px;

  .text-wrap {
    background-color: var(--secondary-color);
    width: 100%;
    padding: 27px 74px;
    border-radius: 12px;
    font-size: 20px;
    position: relative;
    margin-left: -60px;
    z-index: -1;

    p {
      margin: 0;
      color: #595f62;
    }
  }
  .odd {
    margin-left: 77px;
  }
}
.why-choose .icon-wrap {
  height: 108px;
  width: 108px;
}
.fs-40 {
  font-size: 40px;
  margin-bottom: 20px;

  span {
    color: var(--secondary3-color);
  }
}
.why-choose .icon-wrap {
  padding: 24px;
  border-radius: 50%;
  background-color: #01304a;

  img {
    width: 60px;
    height: 60px;
  }
}
.fridge-img {
  position: absolute;
  right: -25px;
  bottom: -5px;
  width: 425px;
  height: 668px;
}
.expert .custom_btn {
  padding: 11px 56px !important;
}
.quality {
  background-color: var(--secondary4-color);
  padding: 90px 0;
  color: var(--bs-white);

  .q_img {
    border-radius: 12px;
    width: 90%;
    position: absolute;
  }
  p {
    color: var(--bs-white);
  }
}
.q_card {
  width: 100%;
  /* flex: 0 0 50%; */
  text-align: right;
  padding: 30px;
  min-height: 250px;
  border: 1px solid var(--secondary3-color);
  cursor: pointer;

  img {
    object-fit: cover;
    object-position: left;
    height: 0;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    transition: height 0.5s ease;
  }
  h4 {
    font-size: 20px;
    font-family: var(--body-font);
    font-weight: 700;
  }
  p {
    font-size: 15px !important;
  }

  /* &:hover{
        background-color: var(--secondary3-color);
        min-height: unset;
    } */
}
.q_card.active img {
  height: 214px;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.expert {
  padding: 145px 0 50px;
  background-repeat: no-repeat;

  p {
    font-size: 20px;
    line-height: 44px;
  }
}
.value_text {
  margin-right: 114px;
}
.expert-img {
  border-radius: 12px;
  max-width: 416px;
  width: 100%;
}
.value_letter {
  background-color: var(--secondary-color);
  color: #4a4b4d;
  padding: 42px 70px 41px 61px;
  margin-right: 158px;
  border-radius: 12px;

  h3 {
    font-size: 24px;
    font-family: var(--body-font);
    font-weight: 700;
  }
  p {
    font-size: 18px;
    line-height: 40px;
  }
}
header nav .custom_btn {
  width: 210px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrap .custom_btn {
  padding: 11px 61px;
  font-size: 18px;
  width: 237px;
  height: 68px;
  align-items: center;
  display: flex;
  gap: 17px;
  justify-content: center;
}
.btn-wrap .custom_btn.whatsapp {
  width: 365px;
  padding: 11px 47px !important;
}
.value-img {
  max-width: 296px;
  max-height: 182px;
  border-radius: 12px;
}
.achivement {
  border: 1px solid var(--secondary3-color);
  max-width: 269px;
  min-height: 113px;
  width: 100%;
  text-align: center;
  padding: 25px;
  margin: 32px 15px 0;
  border-radius: 12px;

  h4 {
    font-size: 24px;
    color: #01304a;
    margin-bottom: 10px;
    font-family: var(--body-font);
    font-weight: 700;
  }
  p {
    font-size: 16px;
    color: #4a4b4d;
    margin: 0;
    padding: 0;
    line-height: normal;
  }
}
.mt-50 {
  margin-top: 50px;
}
.mt-75 {
  margin-top: 75px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("https://kkappliancesllc.bizzrus.com/wp-content/uploads/2026/02/Vector.png");
  transform: rotate(0deg);
}
.testi {
  padding: 50px 0;

  p {
    font-size: 20px;
    line-height: 44px;
  }
}

.faq {
  padding: 50px 0;
}
.faq .accordion-item {
  border: 0;
  margin-bottom: 32px;
  max-width: 754px;
}
.accordion-header {
  font-family: var(--body-font);
}
.faq .accordion .accordion-item .accordion-button {
  background-color: var(--secondary-color);
  border-radius: 12px;
  padding: 24px 27px;
  font-size: 20px;
}
.accordion-button:not(.collapsed) {
  color: var(--bs-white);
  background-color: var(--secondary4-color) !important;
}
.faq .accordion-body {
  padding: 24px 27px 36px;
  font-size: 18px;
  border: 1px solid #003984;
  border-top: 0;
  border-radius: 0 0 12px 12px;
}
.accordion-button:focus {
  box-shadow: none;
}

.get-yours {
  padding: 50px 0 170px;
  background-repeat: no-repeat;
  background-position: center 250px;
  background-size: 279px 268px;

  .border-bottom {
    border-color: #669bbb !important;
  }
}
.your-machine {
  max-width: 303px;
  width: 100%;
}
.your-oven {
  max-width: 416px;
  width: 100%;
}
.q_card p {
  line-height: 28px;
}

/* .vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.banner-slider .slider.slider-for {
    max-width: calc(100% - 341px);
    /* padding-right: 35px; */
/* }
.banner-slider .slider.slider-nav {
    max-width: 341px; flex: 0 0 341px;
} */
/* .banner-slider .slider.slider-for,
.banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
} */
/* .banner-slider .slider.slider-nav {
    height: 623px;
    overflow: hidden;
    background-color: var(--secondary4-color);
    padding: 32px 36px;
    border-radius: 12px;
} */
/* .slider-banner-image{
    left: -40px !important;
    top: 10px !important;
} */
/* .slider-banner-image p{
   text-align: center;
   font-size: 18px;
   padding: 62px 97px 62px;
    border: 1px solid var(--secondary3-color);
    border-left: none;
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
   -moz-border-radius: 0 12px 12px 0;
   -ms-border-radius: 0 12px 12px 0;
   -o-border-radius: 0 12px 12px 0;
   line-height: 2.4;
   margin-bottom: 0;
   height: 500px; */
/* color: #4A4B4D;
   line-height: 44px;
   
   border: 1px solid var(--secondary3-color);
   border-left: 0;
   border-radius: 0 12px 12px 0;
   margin-top: 27px;
    */
/* }

.slider-nav .slick-slide.thumbnail-image .thumbImg{
    width: 100%;
    height: 84px;
    margin: 0 auto 10px;
    /* border: 1px solid #EBEBEB; */
/* transition: height .3s ease;
    object-fit: cover;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
    border-radius: 12px;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    height: 212px !important;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
    width: 100% !important;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 52px;
    background-color: #C1121F;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 95px;
    position: absolute;
    right: -26px;
    z-index: 99;
    border-radius: 6px;
} */
/* .slick-prev {
   top: 30%; */
/* transform: translateY(-50%); */
/* } */
/* .slick-next { */
/* bottom: 30%; */
/* transform: translateY(-50%); */
/* } */
/* .slick-prev.slick-arrow { */
/* background-image: url(../images/black-up-arrow.png); */
/* } */
/* .slick-next.slick-arrow { */
/* background-image: url(../images/black-down-arrow.png); */
/* } */
/*End USE CSS for Slider*/

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

	.banner-slider .slider.slider-for,
	.banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 220px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 38px;
	    height: 70px;
	    top: 130%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 40%;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 40%;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 270px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	} */
/* } */

footer {
  padding: 54px 0 25px;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-size: 600px 378px;
}
footer a:hover {
  color: var(--bs-white);
}
.contact-opt-wrap {
  display: flex;
  justify-content: space-between;
}
footer .contact-opt p {
  margin: 0;
  color: var(--bs-white);
  font-size: 20px;

  &:hover {
    color: var(--bs-white);
  }
}
footer .contact-opt a,
footer .contact-opt .add {
  color: #c0c0c0;
  text-decoration: none;
  font-size: 18px;
}

.footer_box {
  padding: 33px 90px 33px 118px;
  background-color: #d9d9d9;
  border-radius: 12px;
  text-align: center;
  margin-top: 40px;
  margin-right: 28px;
  position: relative;

  h4 {
    color: #0c161c;
    font-size: 20px;
    margin-bottom: 16px;
  }
  p {
    font-size: 14px;
    line-height: 28px;
    color: #4a4b4d;
  }

  &::after {
    content: "";
    height: 100%;
    width: 100%;
    border: 1px solid #669bbb;
    border-radius: 12px;
    position: absolute;
    left: 28px;
    top: 26px;
    z-index: -1;
  }
}
.footer-bottom {
  text-align: center;
  padding-top: 50px;

  p,
  a {
    color: #c0c0c0;
    text-decoration: none;
  }
}

.testi-text {
  max-width: 791px;
  text-align: center;
}
.banner-slider .slider.slider-for {
  background-position-y: 200px !important;
}
.slick-list {
  height: 100% !important;
}
header .icon-wrap i {
  color: #fff;
}
.contact-opt {
  flex: 0 0 20%;
  justify-content: left;
}
.flex60 {
  flex: 0 0 60%;
}

.testi .wrapper .swiper-wrapper .swiper-slide img {
  height: 83px;
  width: 100%;
  border-radius: 12px;
}

.testi .wrapper .mySwiper2 .swiper-slide img {
  height: fit-content;
}

.testi .wrapper {
  display: flex;
  align-items: center;
}

.testi .wrapper .one {
  flex: 0 0 31%;
  height: 623px;
  overflow: hidden;
  background-color: var(--secondary4-color);
  padding: 32px 36px;
  border-radius: 12px;
  background-color: var(--secondary4-color);
}

.testi .wrapper .one .swiper-slide img {
  height: 83px;
}

.testi .wrapper .one .swiper-wrapper {
  width: 100%;
}

.testi .wrapper .on .swiper-slide.swiper-slide-thumb-active {
  height: 150px !important;
}

/* .testi .wrapper .swiper-slide.swiper-slide-active {
    width: 100% !important;
} */

.testi .wrapper .swiper-button-prev svg {
  opacity: 0;
  position: absolute;
}

.testi .wrapper .swiper-button-prev {
  position: absolute;
  right: 0px;
  top: calc(53% - 100px);
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background-color: #c1121f;
  font-size: 0;
  height: 95px;
  z-index: 99;
  border-radius: 6px;
}

.testi .wrapper .swiper-button-next {
  position: absolute;
  right: 0px;
  bottom: calc(3% + 100px);
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  background-color: #c1121f;
  font-size: 0;
  height: 95px;
  z-index: 99;
  border-radius: 6px;
}

.testi .wrapper .swiper-button-prev:active {
}
.testi-swip-two .swiper-wrapper {
  align-items: center;
}

.testi-swip-two .swiper-slide {
  height: auto !important;
}

.testi .wrapper .swiper-button-next svg {
  opacity: 0;
  position: absolute;
}

.testi
  .wrapper
  .testi-swip-one
  .swiper-wrapper
  .swiper-slide.slider-banner-image
  .slider-inner {
  background-repeat: no-repeat;
  background-position: bottom right 50px;
  background-position-y: 290px;
  background-size: 260px;
  padding: 62px 97px 62px;
  border: 1px solid #669bbb;
  height: 435px !important;
  border-radius: 0 12px 12px 0;
  width: 97%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testi .slider-inner p {
  text-align: center;
}

.testi .wrapper .testi-swip-two .swiper-slide-thumb-active img {
  height: 212px;
}
.slider-banner-image p {
  border: none !important;
}

@media screen and (max-width: 480px) {
  .testi .wrapper .swiper-button-next {
    left: 25%;
  }
}

@media screen and (max-width: 767px) {
  .mySwiper .swiper-slide-thumb-active {
    scale: 1.1;
  }

  .slider-banner-image p {
    border-left: 1px solid var(--secondary3-color);
    -webkit-border-radius: 12px 12px 12px 12px;
  }

  .testi
    .wrapper
    .testi-swip-one
    .swiper-wrapper
    .swiper-slide.slider-banner-image {
    width: 100% !important;
    height: auto;
  }

  .testi .wrapper .one .swiper-slide img {
    border-radius: 50px;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  .testi {
    padding: 50px 0 0;
  }

  .testi .wrapper .one {
    padding: 10px 0px;
  }

  .testi .wrapper .one {
    flex: 0 0 100%;
  }

  .testi .wrapper .one {
    background-color: transparent;
    padding-bottom: 100px;
  }

  .testi .wrapper .swiper.mySwiper2.two.testi-swip-one {
    width: 100%;
  }

  .testi .wrapper {
    flex-direction: column-reverse;
    overflow-x: hidden;
  }
  .testi
    .wrapper
    .testi-swip-one
    .swiper-wrapper
    .swiper-slide.slider-banner-image
    .slider-inner {
    background-color: #fff;
  }
  .testi
    .wrapper
    .testi-swip-one
    .swiper-wrapper
    .swiper-slide.slider-banner-image
    .slider-inner {
    width: calc(100% - 0px);
  }
  .testi .wrapper .swiper-button-next {
    top: auto;
    bottom: 0;
    left: calc(35% - 10px);
    transform: rotate(90deg);
    width: 38px;
    height: 70px;
  }

  .testi .wrapper .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: calc(58% - 10px);
    transform: rotate(90deg);
    width: 38px;
    height: 70px;
  }

  .testi .wrapper .one .swiper-wrapper {
    padding-bottom: 0px;
    padding-top: 20px;
    width: 100%;
  }

  /* .testi .wrapper .testi-swip-two .swiper-slide-thumb-active {
        width: 100px;
        height: 100px;
    } */

  /* .testi .wrapper .one .slider-banner-image p{
        min-height: ;
    } */
}

.swiper {
  width: 100%;
  /*     height: 300px; */
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  /*     height: 20%; */
  box-sizing: border-box;
  padding: 10px 0;
}

/* .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
} */

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
