/*-----------------------------------------------------------------------------------
#A68432
#0E9648
---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #1c1b20;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Khula', sans-serif;
  color: #7f7f7f;
  line-height: 2;
  margin: 0;
}

.krc-header-logo img {
  width: 150px !important;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}

span, a, a:hover {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.section-padding {
  padding: 120px 0;
}

.section-head {
  margin-bottom: 80px;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
}
.section-head h4:after {
  content: '';
  width: 80px;
  height: 1px;
  background-color: #F51963;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}

.text-gradient {
  background: linear-gradient(45deg, #F51963 0%, #FBAE20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-extra {
  font-weight: 700;
}

.sm-title {
  font-size: 13px;
  color: #A68432 !important;
  letter-spacing: 1px;
  font-weight: 400;
  margin-bottom: 5px;
}

.bg-gray {
  background: #FAF9FF;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.7;
}

.shadow-inset {
  box-shadow: 0px 0px 200px rgba(0, 0, 0, 0.05) inset;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.no-cover {
  background-repeat: repeat;
  background-size: auto;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #A68432;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: 0;
  opacity: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0;
  opacity: 1 !important;
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 35%;
  color: #F51963;
  width: 35px;
  height: 35px;
  padding: 0;
  font-size: 20px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  opacity: 0;
  transition: all .4s;
  z-index: 4;
}

.owl-carousel .owl-nav .owl-next {
  right: -40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -40px;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 40px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: -15px 15px 20px rgba(0, 0, 0, 0.1);
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
}
.butn span {
  position: relative;
  z-index: 2;
  transition-delay: 0s;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: transparent;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  opacity: .5;
  transition: all .4s;
}

.butn-bg {
  background: #A68432;
  border-color: #A68432;
}
.butn-bg:hover {
  border-color: #0E9648;
  background: transparent;
}
.butn-bg:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-bg:hover span {
  color: #ffffff;
}
.butn-bg:after {
  background: #0E9648;
}
.butn-bg span {
  color: #fff;
}

.butn-light {
  background: transparent;
  border-color: #fff;
}
.butn-light:hover {
  border-color: #F51963;
}
.butn-light:hover:after {
  width: 100%;
  left: 0;
  opacity: 1;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light:after {
  background: #F51963;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  color: #eee;
  letter-spacing: .5px;
  margin: 15px 5px;
  transition: all .5s;
}
.navbar .navbar-nav .active {
  color: #A68432 !important;
}

.navbar .navbar-nav .nav-link:hover {
  color: #0E9648 !important;
}


.nav-scroll {
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  transition: transform .5s;
  transform: translateY(100px);
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #4D4D4F;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 100px;
}

.krc-search-bar .modal-fullscreen {
  min-width: 100%;
  margin: 0;
}

.krc-search-bar .modal-content {
  height: 80vh;
  border-radius: 0;
  background-color: #0e9649a4 !important;
}

.krc-search-bar .modal-body input::placeholder {
  color: #aaa;
  font-size: 1.2rem;
}

.krc-search-bar .input-group>.form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #A68432 !important;
}

.krc-search-bar .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #A68432 !important; /* or keep transparent */
}

.krc-search-bar .search-btn {
  border: none !important;
  border-bottom: 1px solid #A68432 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #0e964936 !important;
  box-shadow: none !important;
  padding: 0.5rem 0.75rem;
}

.krc-search-bar .search-btn:hover {
  color: #fff !important;
}

.krc-search-bar button.close {
  color: #ffffff !important;
  opacity: 1 !important;
  font-size: 40px !important;
  font-weight: 400 !important;
  border: none !important;   /* remove border */
  outline: none !important;  /* remove focus outline */
  box-shadow: none !important; /* remove Bootstrap focus shadow */
}
 
.krc-search-bar .custom-input {
  background-color: #0e964936 !important; /* semi-transparent green */
  color: #fff !important;                /* text white for contrast */
  border: none !important;               /* remove border */
  border-radius: 5px;                    /* optional rounded corners */
}

.custom-input::placeholder {
  color: #eee !important;                /* light placeholder color */
}

html {
  overflow-y: scroll;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

.modal.show {
  padding-right: 0 !important;
}
.navbar .dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
  top: auto !important;
  background-color: #ffffff;
  border-radius: 0px !important;
  border: 1px solid #efefef;
  left: -61%;
  font-size: 14px !important;
}
.dropdown-item:focus, .dropdown-item:hover{
  background-color: #ffffff !important;
  color: #0E9648!important;
}

/* Add border-bottom after each dropdown item */
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #efefef; /* apnar color use korun */
}
/* Remove border from last item */
/* .dropdown-menu .dropdown-item:last-child {
    border-bottom: none !important;
} */

.dropdown-menu .dropdown-item {
    text-align: center;
    padding: 10px 20px;
}

/* Only main dropdown shows on Products hover */
.nav-item.dropdown:hover > .main-dropdown {
    display: block;
}

/* Nested dropdown: only open the hovered parent category */
.dropdown-submenu {
    position: relative;
    display: block; 
}

/* Fix for the inner anchor */
.dropdown-submenu > .parent-item {
    display: block;              /* ЁЯФе Required */
    width: 100%;                 /* Full row clickable */
    padding: 10px 20px;
}

.dropdown-submenu .sub-dropdown {
    display: none;
    position: absolute;
    left: 100%;
    top: 0 !important;
    background: #fff;
    border: 1px solid #efefef;
    min-width: 180px;
    z-index: 999;
}

/* OPEN only the hovered parent category's submenu */
.dropdown-submenu:hover > .sub-dropdown {
    display: block !important;
}

/* Keep things clean */
.dropdown-menu > li > a {
    white-space: nowrap;
    padding: 10px 18px;
}

/* Prevent all submenus from opening together */
.main-dropdown .dropdown-submenu:not(:hover) .sub-dropdown {
    display: none !important;
}

/* ADD divider to ALL dropdown items */
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #efefef;
}

/* REMOVE divider only from MAIN dropdown last item */
.main-dropdown > li:last-child > .dropdown-item {
    border-bottom: none !important;
}

/* ALSO remove divider only from SUBMENU last item */
.sub-dropdown > li:last-child > .dropdown-item {
    border-bottom: none !important;
}

/* Arrow for categories that have submenus */
.parent-item.has-sub::after {
    content: "›";
    float: right;
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px;
    color: #333;  /* optional */
}

/* Rotate arrow on hover */
.dropdown-submenu:hover > .parent-item.has-sub::after {
    transform: rotate(90deg);
    transition: 0.2s;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
.krc-product-filter a.active {
    font-weight: bold;
    color: #A68432;
}
.krc-product-filter li {
    border-bottom: 1px solid #e3e3e5;
    padding: 6px 0;
}
.krc-subcategory-list li {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}

.krc-subcategory-list a.active {
    font-weight: bold;
    color: #A68432;
}
.krc-accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.krc-acc-header {
    width: 100%;
    padding: 12px 14px;
    background: #f5f5f5;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #000;
}

.krc-acc-header.no-child {
    cursor: pointer;
}

.krc-acc-header.active {
    background: #cfcfcf;
}

.krc-acc-content {
    display: none;
    padding: 10px 12px;
    background: #f7f7f7;
    transition: max-height 0.35s ease-out;
}

.krc-acc-content a.active {
    font-weight: bold;
    color: #007bff;
}

.acc-icon {
    transition: 0.3s;
}

.krc-acc-header.active .acc-icon {
    transform: rotate(180deg);
}
.krc-acc-header:focus {
    outline: none !important;
    box-shadow: none !important;
}
.krc-acc-content ul li a {
    font-weight: bold;
    color: #A68432 !important;
}
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h1 {
  font-size: 55px;
  font-weight: 500;
  animation-delay: .6s;
}
.header .caption p {
  margin-top: 15px;
  font-size: 15px;
  font-weight: 400;
  color: #eee;
  padding: 0 30px;
  letter-spacing: 1px;
  word-spacing: 2px;
  animation-delay: 1s;
}
.header .caption p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption p span:last-child {
  padding: 0;
}
.header .caption p span:last-child:after {
  display: none;
}
.header .caption p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F51963;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .butn {
  animation-delay: 1.2s;
}

.slider .owl-item, .slider-fade .owl-item {
  height: 100vh;
  position: relative;
}
.slider .item, .slider-fade .item {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.slider .item .caption, .slider-fade .item .caption {
  z-index: 9;
}
.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
  position: absolute;
  bottom: 5vh;
  width: 100%;
}

.creative {
  min-height: 105vh;
}
.creative .svg {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.creative .svg svg {
  fill: #fff;
  width: 101%;
}

.wave:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -5%;
  width: 110%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  z-index: 7;
}

.bg-vid {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .item {
  padding: 50px 30px;
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all .4s;
}
.hero .item:hover {
  margin-top: -5px;
}
.hero .item:hover .icon {
  background: #F51963;
  color: #fff;
  background: linear-gradient(45deg, #F51963 0%, #FBAE20 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero .item .icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  font-size: 40px;
  margin-bottom: 50px;
  color: #F51963;
  transition: all .4s;
}
.hero .item h6 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.hero .item h6:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #F51963;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}

.about .hello h5 {
  font-weight: 300;
  margin-bottom: 10px;
}
.about .hello h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.about .hello h3:after {
  content: '';
  width: 70px;
  height: 1px;
  background: #F51963;
  position: absolute;
  bottom: 0;
  left: calc(50% - 35px);
}
.about .hello p {
  width: 90%;
  margin: auto;
}
.about .item .icon {
  font-size: 35px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  border: 1px dashed #ddd;
  margin-bottom: 30px;
  transition: all .4s;
}
.about .item .icon:hover {
  background: #F51963;
  color: #fff;
  /* border-color: .about .item .icon:hover main-color; */
  border-style: solid;
  -webkit-text-fill-color: inherit;
}
.about .item h6 {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Satrt Get A Quote ]
-----------------------------------------------------------------*/
.krc-get-quote-title {
  color: #0E9648;
}

.krc-get-quote .form-control{
  border-color: #a38f61 !important;
}

.krc-get-quote label {
  color: #4D4D4F;
}

.krc-get-quote .form-control:focus{
  border-color: #0E9648 !important;
  box-shadow: 0 0 0 0.2rem rgba(14, 150, 72, .25) !important;
}
.intro .vimg {
  position: relative;
  margin-top: -170px;
  padding-right: 50px;
}
.intro .vimg img {
  border: 10px solid #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
}
.intro .vimg .vid {
  padding: 15px 60px;
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  bottom: 50px;
}
.intro .vimg .vid:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 20px solid #0E9648;
  border-right: 20px solid transparent;
  position: absolute;
  bottom: 1px;
  left: 1px;
  opacity: .8;
}
.intro .vimg .vid span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #A68432;
}
.intro .vimg .vid .icon {
  color: #0E9648;
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 12px;
}
.intro .content h2 {
  margin-bottom: 15px;
  font-weight: 600;
}
.intro .skills h5 {
  font-size: 14px;
  margin-bottom: 10px;
}
.intro .skills h5 span {
  float: right;
  font-size: 12px;
}
.intro .skills .skill-progress {
  width: 100%;
  height: 12px;
  border-radius: 30px;
  border: 1px solid #eee;
  padding: 2px;
  background: #f7f7f7;
  position: relative;
}
.intro .skills .progres {
  position: absolute;
  left: 1px;
  top: 1px;
  height: 8px;
  width: 10%;
  border-radius: 30px;
  background: linear-gradient(45deg, #F51963 0%, #FBAE20 100%);
  transition: all 1.5s;
}

.why-us .img {
  border-radius: 5px;
  overflow: hidden;
}
.why-us .content {
  border-radius: 5px;
  padding: 80px 50px;
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  position: relative;
  margin-left: -80px;
}
.why-us .content li {
  font-size: 15px;
  font-weight: 600;
  color: #777;
  margin-bottom: 15px;
}
.why-us .content li:last-child {
  margin-bottom: 0;
}
.why-us .content li i {
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  background: rgba(245, 25, 99, 0.05);
  color: #F51963;
}
.why-us .content li span {
  padding-left: 10px;
}

/* ----------------------------------------------------------------
     [ End intro ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Services ]
-----------------------------------------------------------------*/
.services.bg-img .tabs-icon .item {
  padding: 25px 5px;
  background: rgba(100, 100, 100, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.services.bg-img .tabs-icon .item .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #F51963;
}
.services.bg-img .tabs-icon .item h6 {
  font-size: 16px;
}
.services.bg-img .tabs-icon .item span {
  color: #F51963;
}
.services.bg-img .tabs-icon .owl-carousel .owl-nav span {
  color: #F51963;
}
.services .owl-carousel .owl-stage-outer {
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.services .tabs-icon .item {
  padding: 25px 5px;
  background: #fff;
  border-right: 1px solid #f7f7f7;
  cursor: pointer;
}
.services .tabs-icon .item .icon {
  font-size: 30px;
  margin-bottom: 15px;
  color: #F51963;
}
.services .tabs-icon .item h6 {
  font-size: 16px;
}
.services .tabs-icon .owl-item.actived .item, .services .tabs-icon .item.active {
  color: #fff;
  position: relative;
  background: #F51963;
}
.services .tabs-icon .owl-item.actived .item .icon, .services .tabs-icon .item.active .icon {
  color: #fff;
}
.services .services-content .cont {
  display: none;
}
.services .services-content .cont .services-info {
  text-align: right;
}
.services .services-content .cont h5 {
  font-size: 18px;
  color: #F51963;
  margin-bottom: 10px;
}
.services .services-content .cont h3 {
  line-height: 1.4;
}
.services .services-content .active {
  display: block;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
  padding: 80px 0;
}
.numbers .icon {
  font-size: 35px;
  color: #A68432;
  margin-bottom: 30px;
}
.numbers h4 {
  font-size: 40px;
  font-weight: 800;
  /* margin-bottom: 30px; */
}
.numbers h6 {
  font-weight: 300;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Start Popular Products ]
-----------------------------------------------------------------*/
/* .item-img-overlay-popular-products {
  top: 0px !important;
  left: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  background: linear-gradient(
    135deg, 
    rgba(14, 150, 72, 0.85) 0%,   
    rgba(166, 132, 50, 0.85) 100% 
  )!important;
  border-radius: 8px !important;
} */

.our-shop-product {
  font-weight: 700;
  color: #A68432;
}

.our-shop-product-title {
  color: #0E9648;
}

.section-head .our-shop-product-title:after {
  background-color: #A68432;
}

/* .works .item-img-overlay-popular-products .icon {
  font-size: 13px !important;
  background: #c3cf90 !important;
}

.works .item-img-overlay-popular-products .icon:hover {
  background: #fff !important;
  color: #0E9648 !important;
} */

.our-shop-product-wrapper {
  padding: 80px 0 !important;
}

.our-shop-product-wrapper .section-head {
  margin-bottom: 60px !important;
}

.our-shop-product-wrapper .product-card {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.our-shop-product-wrapper .product-card img {
  max-width: 100%;
  height: auto;
}

.our-shop-product-wrapper .product-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Slight box shadow on hover */
}

.our-shop-product-wrapper .product-title h5 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #4D4D4F;
}

.our-shop-product-wrapper .product-card .btn {
  background: #A68432;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 3px;
}

/* ----------------------------------------------------------------
     [ End Popular Products ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Start KRC About ]
-----------------------------------------------------------------*/

.krc-about-wrapper {
  padding: 120px 0 !important;
} 

.krc-about-span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  opacity: 0.9;
  color: #A68432 !important;
} 

.krc-about-title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  margin: 20px 0;
  color: #fff !important;
}

.krc-about-offer {
  color: #FBAE20 !important;
}

.krc-about-button {
  padding: 20px 60px !important;
  background-color: #fbae2079 !important;
  color: #fff !important;
  border: none !important;
}

.krc-about-button:hover {
  background-color: #1dbd528f !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0px 10px 40px -4px rgba(238, 235, 235, 0.1) !important;
}

.krc-about-button-about {
  padding: 20px 60px !important;
  background-color: #A68432 !important;
  color: #fff !important;
  border: none !important;
  margin-top: 20px;
}

.krc-about-button-about:hover {
  background-color: #1dbd528f !important;
  color: #fff !important;
  border: none !important;
  box-shadow: 0px 10px 40px -4px rgba(238, 235, 235, 0.1) !important;
}

/* ----------------------------------------------------------------
     [ End KRC About ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Start KRC Services ]
-----------------------------------------------------------------*/
.krc-service-wrapper {
  padding: 100px 0 100px 0 !important; 
}

.krc-service-wrapper .section-head {
  margin-bottom: 60px !important;
}
.krc-service-icon-wrapper {
  margin-top: 100px !important; 
}
.krc-service-icon-wrapper span {
  font-size: 30px !important;
  color: #919191 !important;
  margin-bottom: 15px !important;
}

.krc-service-icon-wrapper h5 {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #525151 !important;
  text-align: left !important;
}

.krc-service-icon-wrapper p {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #525151 !important;
  text-align: left !important;
}


.krc-service-wrapper .product-card {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
  text-align: center;
  /* border-radius: 8px; //v1.0.1 */
  transition: all 0.3s ease;
  overflow: hidden;
  background: #fff;
}


.krc-service-wrapper .product-card img {
  max-width: 100%;
  height: auto;
  /* border-radius: 8px; //v1.0.1  */
  transition: transform 0.3s ease; 
}


.krc-service-wrapper .product-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
}


.krc-service-wrapper .product-title {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
}

.krc-service-wrapper h5 {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #4D4D4F;
}


.krc-service-wrapper .product-card .btn {
  background: #A68432;
  color: #fff;
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.krc-service-wrapper .product-card .btn:hover {
  background: #8f6f27; 
  color: #fff;
}

.krc-service-wrapper .filtering span {
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  cursor: pointer;
  color: #4D4D4F;
}

.krc-service-wrapper .filtering .active {
  background: #A68432;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  color: #fff;
}


/* ----------------------------------------------------------------
     [ End Krc Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Features ]
-----------------------------------------------------------------*/
.features {
  position: relative;
}
.features:before {
  background: linear-gradient(45deg, #F51963 0%, #FBAE20 100%);
}
.features .shape {
  width: 102%;
  height: 100px;
  background-image: url(../img/wave.svg);
  background-size: cover;
  position: absolute;
  left: -1%;
  bottom: -1px;
  z-index: 2;
}
.features .cont h6 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.features .cont h2 {
  margin-bottom: 30px;
  font-weight: 600;
}
.features .cont p {
  color: #eee;
}
.features .cont .butn {
  margin: 30px 0 0;
}
.features .cont .butn span {
  color: inherit;
}
.features .item {
  position: relative;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 50px 15px;
  z-index: 7;
}
.features .item .icon {
  color: #F51963;
  margin-bottom: 30px;
  font-size: 30px;
}
.features .item h6 {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  color: inherit;
}
.features .item p {
  color: #777;
  font-size: 13px;
}
.features .mtsp {
  margin-top: -30px;
}

.grid-feat .item .icon {
  font-size: 60px;
  float: left;
}
.grid-feat .item h6, .grid-feat .item p {
  margin-left: 100px;
}
.grid-feat .item h6 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.grid-feat .item h6:after {
  content: '';
  width: 40px;
  height: 1px;
  background: #a68332a1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.grid-feat .item p {
  font-size: 13px;
  font-weight: 400;
  color: #a1a1a0d0;
}

.morfet .item .icon {
  font-size: 40px;
}
.morfet .item h6, .morfet .item p {
  margin-left: 70px;
}
.morfet .item p {
  font-size: 14px;
}

.krc-industries-we-are-service span {
  color: #a68332a6 !important;
}

.krc-industries-we-are-service h6 {
  color: #4D4D4F !important;
}

.text-golden {
    color: #A68432; /* Golden for icons */
}
.counter {
    font-size: 32px;
    font-weight: 700;
    color: #fff; /* White counter numbers */
}

.krc-about-offer {
    color: #A68432; /* Highlight part */
}

.krc-why-choose-us .count::after {
  content: "+";
  margin-left: 2px;
  color: #ffffff; /* Golden */
  font-weight: bold;
}


/* ----------------------------------------------------------------
     [ End Features ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
/* .price .item {
  padding: 30px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.price .item .type {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.price .item .type:after {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background: #fff;
  position: absolute;
  bottom: -11px;
  left: calc(50% - 10px);
  transform: rotate(45deg);
}
.price .item .type h6 {
  font-size: 20px;
  font-weight: 500;
}
.price .item .price {
  margin: 30px 0;
}
.price .item .price h4 {
  font-size: 55px;
}
.price .item .price h4 span {
  font-size: 15px;
}
.price .item .price p {
  font-size: 13px;
  margin-top: 5px;
  color: #F51963;
}
.price .item .feat ul {
  margin-bottom: 0;
}
.price .item .feat li {
  margin-bottom: 15px;
}
.price .item .feat li:last-child {
  margin-bottom: 0;
}
.price .item .feat li .true {
  color: #3ff312;
}
.price .item .feat li .false {
  color: #ec126d;
}
.price .item .feat i {
  float: right;
  font-size: 11px;
}
.price .item .order {
  margin-top: 30px;
}
.price .item .order .butn {
  border-color: #F51963 !important;
}
.price .item .order .butn span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.price .item.center {
  position: relative;
  padding-top: 50px;
  margin-top: -10px;
}
.price .item.center .popular {
  position: absolute;
  width: 80%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(45deg, #F51963 0%, #FBAE20 100%);
  color: #fff;
  top: -20px;
  left: 10%;
}
.price .item.center .popular:after, .price .item.center .popular:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 40px solid #fff;
  position: absolute;
  top: 1px;
}
.price .item.center .popular:after {
  border-left: 20px solid transparent;
  right: -1px;
}
.price .item.center .popular:before {
  border-right: 20px solid transparent;
  left: -1px;
}
.price .item.center .popular span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.price .item.center .popular span:after, .price .item.center .popular span:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  z-index: 2;
  opacity: .7;
}
.price .item.center .popular span:after {
  border-bottom: 20px solid #d6961e;
  border-left: 11px solid transparent;
  right: 0;
}
.price .item.center .popular span:before {
  border-bottom: 20px solid #c00f4a;
  border-right: 11px solid transparent;
  left: 0;
} */

/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials .section-head {
  margin-bottom: 55px;
}
.testimonials .owl-carousel .owl-item {
  padding: 25px 25px 0;
}
.testimonials .item .client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
.testimonials .item h6 {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 60px 0 10px 80px;
  color: #4D4D4F;
}
.testimonials .item h5 {
  font-size: 12px;
  font-weight: 500;
  margin-left: 80px;
  color: #777;
}
.testimonials .item p {
  padding: 50px 30px;
  font-size: 14px;
  background: #fff;
  box-shadow: 0px 10px 20px -4px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  position: relative;
}
.testimonials .item p .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  /* box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1); */
  color: #A68432;
  font-size: 18px;
  position: absolute;
  bottom: -25px;
  left: 25px;
}

.krc-clients-testimonial .owl-theme .owl-nav [class*=owl-] {
  color: #A68432 !important;
}

.krc-clients-testimonial .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #A68432 !important;
  color: #fff !important;
}

/* Fix owl-carousel responsive overflow issue */
.krc-clients-testimonial .owl-carousel {
  max-width: 100%;      /* don't force 100% width */
  overflow: hidden;     /* prevent horizontal white bar */
}

.krc-clients-testimonial .owl-stage-outer {
  overflow: hidden;     /* wrapper safe */
}

.krc-clients-testimonial .owl-stage {
  display: flex;        /* equal height fix */
  align-items: stretch; /* all items align properly */
}

.krc-clients-testimonial .owl-item {
  box-sizing: border-box;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start Our Key Partners ]
-----------------------------------------------------------------*/
.team .item {
  /* padding-bottom: 17px; */
  position: relative;
  /* border-radius: 10px; */
  overflow: hidden;
  padding: 2px;
}

.team .item .team-img {
  margin-bottom: 15px;
  position: relative;
}
.team .item .team-img:hover .info {
  opacity: .9;
}

.team .item h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.team .item span {
  color: #777;
  font-size: 13px;
}

.krc-our-key-partners .owl-theme .owl-nav [class*=owl-] {
  color: #A68432 !important;
  top: 30% !important;
}

.krc-our-key-partners .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #A68432 !important;
  color: #fff !important;
}

.team .item img {
  width: 100%;
  height: auto;
  display: block;
}

.krc-our-key-partners .owl-carousel {
  max-width: 100%;   /* width fixed instead of force */
  overflow: hidden;  /* prevent horizontal scroll */
}

.krc-our-key-partners .owl-stage-outer {
  overflow: hidden;  /* owl inner wrap also safe */
}

.krc-our-key-partners .owl-stage {
  display: flex;
  align-items: center;
}

/* ----------------------------------------------------------------
     [ End Key Partners ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Start KRC Contact Info ]
-----------------------------------------------------------------*/

.krc-contact-info {
  padding: 120px 0 !important;
}

.krc-contact-info a {
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid #fff;
}
.krc-contact-info a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}

.krc-contact-info i{
  color: #fdfdfd !important;
  font-size: 60px !important;
}

.krc-contact-info h5 {
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 20px 0 20px 0 !important;
}

.krc-contact-info p {
  font-size: 14px !important;
  color: #f1f1f1 !important;
  line-height: 24px !important;

}

/* ----------------------------------------------------------------
     [ End KRC Contact Info ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
     [ Start KRC Map Section ]
-----------------------------------------------------------------*/
.krc-map-wrapper {
  position: relative;
  margin-bottom: -6px !important;
}

.hotspot__positioner--01 {
  position: absolute;
  top: 50%;   /* hotspot position adjust ржХрж░рзБржи */
  left: 50%;  /* hotspot position adjust ржХрж░рзБржи */
  transform: translate(-50%, -50%);
  pointer-events: none; /* map drag/zoom block ржХрж░ржмрзЗ ржирж╛ */
}

.hotspot__container {
  position: relative;
}

.hotspot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.hotspot--01 {
  width: 20px;
  height: 20px;
  border: 5px solid #0E9648;
  background-color: transparent;
  z-index: 1;
  opacity: .2;
  animation: dot1 2s infinite;
}

.hotspot--02 {
  width: 20px;
  height: 20px;
  background: linear-gradient(
    135deg, 
    rgba(14, 150, 72, 0.85) 0%,   /* green with opacity */
    rgba(166, 132, 50, 0.85) 100% /* golden with opacity */
  )!important;
  z-index: 2;
  animation: dot2 2s infinite;
}

.hotspot--03 {
  background: linear-gradient(
    135deg, 
    rgba(14, 150, 72, 0.85) 0%,   /* green with opacity */
    rgba(166, 132, 50, 0.85) 100% /* golden with opacity */
  )!important;
  z-index: 3;
  animation: dot3 1s alternate infinite;
}

/* Animations */
@keyframes dot1 {
  0%   {opacity: .2; transform: translate(-50%,-50%);}
  100% {opacity: 0; transform: translate(-50%,-50%) scale(5);}
}

@keyframes dot2 {
  0%   {opacity: 1; transform: translate(-50%,-50%);}
  100% {opacity: 0; transform: translate(-50%,-50%) scale(2);}
}

@keyframes dot3 {
  0%   {transform: translate(-50%,-50%);}
  100% {transform: translate(-50%,-50%) scale(1.1);}
}


/* ----------------------------------------------------------------
     [ End KRC Map Section ]
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
     [ Start KRC Our Blog Section]
-----------------------------------------------------------------*/
.blog .item .post-img .img {
  overflow: hidden;
}
.blog .item .post-img:hover img {
  transform: scale(1.1, 1.1);
}
.blog .item .post-img img {
  transition: all .5s;
}
.blog .item .cont {
  position: relative;
  padding: 50px 30px 70px;
  background: #fff;
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  width: 94%;
  margin-left: 3%;
  margin-top: -30px;
}
.blog .item .date {
  color: #999;
  font-size: 10px;
  letter-spacing: 4px;
}
.blog .item .date span {
  font-size: 50px;
  font-weight: 800;
  padding-right: 15px;
  color: #A68432;
  position: relative;
}
.blog .item .date span:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #eee;
  position: absolute;
  right: 0;
  bottom: 30%;
}
.blog .item .info {
  margin-top: 10px;
}
.blog .item .info a {
  color: #999;
  font-size: 12px;
  margin: 0 5px 5px;
}
.blog .item .info .icon {
  color: #A68432;
  padding-right: 5px;
}
.blog .item h6 {
  color: #4D4D4F;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
}
.blog .item .butn {
  position: absolute;
  bottom: -15px;
  right: 30px;
  background-color: #fff;
}
.blog .item .butn span {
  color: #A68432;
}
.blog .item .butn:hover span {
  color: #fff;
}

.krc-our-blog-section .item .butn:hover {
  background-color: #A68432 !important;
  border-color: #A68432 !important;
}

.krc-our-blog-section .item .butn-light:after {
  background-color: #0E9648 !important;
  border-color: #0E9648 !important;
}

/* ----------------------------------------------------------------
     [ End KRC Our Blog Section ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Contact ]
-----------------------------------------------------------------*/
.contact .form input, .contact .form textarea {
  font-size: 12px;
  width: 100%;
  padding: 15px;
  background: #FAF9FF;
  border: 0;
}
.contact .form textarea {
  height: 180px;
  max-height: 180px;
  max-width: 100%;
}
.contact .form .form-group {
  position: relative;
}
.contact .form .help-block li {
  color: #ce7373;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 16 Start Contact-Info ]
-----------------------------------------------------------------*/
.contact-info .info {
  padding: 100px 5%;
  position: relative;
  z-index: 3;
}
.contact-info .info .about {
  margin-bottom: 50px;
}
.contact-info .info .about h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact-info .info .item {
  margin-bottom: 30px;
}
.contact-info .info .item .icon {
  float: left;
  font-size: 20px;
  color: #F51963;
}
.contact-info .info .item .cont {
  margin-left: 40px;
}
.contact-info .info .item .cont p {
  display: inline-block;
  font-size: 14px;
}
.contact-info .info .social a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #fff;
  background: rgba(200, 200, 200, 0.1);
  font-size: 15px;
  margin: 0 5px;
  text-align: center;
}
.contact-info .info .social a:hover {
  background: #F51963;
}
.contact-info .map {
  position: relative;
}
.contact-info .map #ieatmaps {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact-Info ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ Start KRC Footer Section ]
-----------------------------------------------------------------*/

.krc-footer-section {
  background: linear-gradient(
    135deg, 
    rgba(14, 150, 72, 0.85) 0%,   /* green with opacity */
    rgba(166, 132, 50, 0.85) 100% /* golden with opacity */
  )!important;
  padding: 80px 0 !important;
}

.krc-footer-section h6 {
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin-bottom: 20px !important;
}

.krc-footer-section p {
  font-size: 18px !important;
  color: #f1f1f1 !important;
  line-height: 24px !important;
  margin-bottom: 20px !important;
}

.krc-footer-section ul li {
  font-size: 14px !important;
  color: #f1f1f1 !important;
  line-height: 24px !important;
  margin-bottom: 15px !important;
}

.krc-footer-section .btn {
  background-color: #fbae2079 !important;
  color: #fff !important;
  border: 1px solid #fbae2079 !important;
}

.krc-footer-section .btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  border: 1px solid #fbae2079 !important;
}

.krc-footer-section .form-check-input {
  margin-top: 0.15rem;
}

.krc-footer-section .form-check-input {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #0E9648; 
  border: none !important;
}

/* For older browsers */
.krc-footer-section .form-check-input:checked {
  background-color: #0E9648 !important;
  border-color: #0E9648 !important;
}

/* ----------------------------------------------------------------
     [ End KRC Footer Section ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
    [ Start KRC About Page Section ]
-----------------------------------------------------------------*/

.arrow-bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(10px);}
  60% {transform: translateY(5px);}
}
.krc-about-page-about-section {
  padding: 120px 0 !important;
}

.krc-about-page-about-section h1 {
  font-size: 48px;
  color: #4D4D4F !important;
}

.service-boxes .service-item {
  border-right: 1px solid #000; /* Black border */
}

.service-boxes .col-md-3:last-child .service-item {
  border-right: none; /* Remove from last item */
}

.krc-about-page-service-section {
  padding-bottom: 120px;
}
.krc-about-page-service-section-first-row {
  margin-bottom: 80px;
}
.krc-about-page-service-section-first-row h2{
  color: #4D4D4F;
}
.service-boxes .service-item {
  border-right: 1px solid #A68432;
}
.service-boxes .col-md-3:last-child .service-item {
  border-right: none;
}
.krc-about-page-service-section-second-row .read-more {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

/* Default hidden text */
.krc-about-page-service-section-second-row .read-more::before {
  content: "Read More";
  opacity: 0;
  max-width: 0;
  overflow: hidden;          /* sudhu text hide hobe */
  display: inline-block;
  white-space: nowrap;
  margin-right: 8px;
  transition: all 0.3s ease;
}

/* Arrow */
.krc-about-page-service-section-second-row .read-more i {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* Hover effect */
.krc-about-page-service-section-second-row .service-item:hover .read-more::before,
.krc-about-page-service-section-second-row .service-item-last-item:hover .read-more::before {
  opacity: 1;
  max-width: 100px;   /* enough space for full "Read More" */
}

.krc-about-page-service-section-second-row .service-item:hover .read-more i,
.krc-about-page-service-section-second-row .service-item-last-item:hover .read-more i {
  transform: translateX(5px);
}


.krc-about-page-service-section-second-row .read-more {
  margin-top: 20px;
  color: #4D4D4F;
}

.krc-about-page-service-section-second-row h6 {
  color: #4D4D4F;
}

.krc-about-page-service-section-second-row a {
  color: #4D4D4F;
}

.krc-about-service-icon {
  font-size: 40px !important;
  color: #A68432 !important;
  margin-bottom: 20px !important;
}
/* ----------------------------------------------------------------
    [ End KRC About Page Section ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Product Page ]
-----------------------------------------------------------------*/
.krc-product-page-intro-section {
  background: #ffffff;
  padding: 80px 0;
}

.krc-product-page-intro-section h2 {
  font-weight: 700;
  color: #4D4D4F;
}

.krc-product-page-intro-section h5 {
  color: #4D4D4F;
}

.krc-product-page-intro-section li {
  color: #4D4D4F;
}

.krc-product-page-intro-section h1 {
  font-weight: 700;
  color: #4D4D4F;
  font-size: 40px !important;
}

.krc-product-page-intro-section p {
  color: #555;
  line-height: 1.6;
}

.krc-product-page-intro-section i {
  color: #A68432 !important;
  font-size: 24px;
}

.krc-product-page-product-section {
  padding: 80px 0 80px 0;
  background: #fffcfc;
}
.krc-product-page-product-section .container-padding {
  padding: 0 150px;
}
.krc-product-page-product-section .filter-box {
  border-right: 1px solid #eee;
}

.krc-product-page-product-section .filter-box h6 {
  font-weight: bold;
  margin-bottom: 15px;
  color: #4D4D4F;
}

.krc-product-page-product-section .filter-box ul {
  list-style: none;
  padding-left: 0;
}

.krc-product-page-product-section .filter-box ul li {
  margin-bottom: 8px;
}

.krc-product-page-product-section .filter-box ul li a {
  color: #4D4D4F;
  text-decoration: none;
  transition: all 0.2s;
}

.krc-product-page-product-section .filter-box ul li a:hover,
.krc-product-page-product-section .filter-box ul li a.active {
  color: #A68432;
}

.krc-product-page-product-section .product-topbar {
  padding: 10px 0 20px 0;
  margin-bottom: 20px;
}

.krc-product-page-product-section .product-topbar span {
  font-size: 14px;
  color: #555;
}

.krc-product-page-product-section .product-topbar select {
  font-size: 14px;
  padding: 4px 10px;
}

.krc-product-page-product-section .product-card {
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.krc-product-page-product-section .product-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.krc-product-page-product-section .product-card img {
  width: 100%;
  height: auto; /* adjust height as needed */
  object-fit: cover; /* keeps image ratio clean */
}

.krc-product-page-product-section .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.krc-product-page-product-section .product-card h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #4D4D4F;
}

.krc-product-page-product-section .product-card p {
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.krc-product-page-product-section .product-card .btn {
  background: #A68432;     /* Golden brown */
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;          /* full width */
  text-align: center;
  text-decoration: none;   /* remove underline */
  transition: background-color 0.3s ease;
}

.krc-product-page-product-section .product-card .btn:hover {
  background: #8c6f29;     /* darker shade on hover */
  color: #fff;
  text-decoration: none;
}

.krc-product-page-product-section select.form-control:focus {
  border-color: #d1d0d1;      /* red border (same as btn-danger) */
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.075); /* light red glow */
}

.krc-product-page-product-section .section-head {
  margin-bottom: 40px;
}

/* ----------------------------------------------------------------
 	 [ End Product Page ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ Start Single Product Page ]
-----------------------------------------------------------------*/
.krc-single-page-product-details {
  padding: 80px 0 80px 0;
  background: #ffffff;
}
.krc-single-page-product-details h3 {
  font-size: 28px;
}
.krc-single-page-product-details h1 {
  font-size: 28px;
  color: #4D4D4F;
}
.breadcrumb-item a {
  color: #4D4D4F;
}
.krc-single-page-product-details h4 {
  font-size: 22px;
}
.krc-single-page-product-details #productAccordion .card {
  border: none;
  border-bottom: 1px solid #eee;
}
.krc-single-page-product-details #productAccordion .card-header {
  background: #fff;
  border: none;
  padding: 0.75rem 0;
}
.krc-single-page-product-details #productAccordion .card-body {
  color: #4D4D4F;
}
.krc-single-page-product-details #productAccordion .btn-link {
  width: 100%;
  text-align: left;
  color: #4D4D4F;
  font-weight: 600;
  text-decoration: none;
}
.krc-single-page-product-details #productAccordion .btn-link:hover {
  text-decoration: none;
  color: #A68432;
}

.krc-single-page-product-details .company-info-box {
  background: #fdfdfd;
  border: 1px solid #eee;
  border-left: 4px solid #A68432; /* golden accent */
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
}
.krc-single-page-product-details .company-info-box h5 {
  color: #A68432;
}
.krc-single-page-product-details .company-info-box a {
  color: #A68432;
  text-decoration: none;
}
.krc-single-page-product-details .company-info-box a:hover {
  text-decoration: underline;
}

.krc-single-page-related-product-section {
  padding: 80px  0;
  background: #f9f9f9;
}

.krc-single-page-related-product-section .product-card {
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
  position: relative;
}

.krc-single-page-related-product-section .product-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transform: translateY(-5px);
}

.krc-single-page-related-product-section .product-card img {
  max-height: 200px;
  object-fit: contain;
  padding: 15px;
  background: #fafafa;
}

.krc-single-page-related-product-section .product-card h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #4D4D4F;
}

.krc-single-page-related-product-section h3 {
  color: #4D4D4F;
}

.krc-single-page-related-product-section .product-card .btn {
  background: #A68432;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 3px;
  /* hover effect remove -> keep fixed color */
}

.krc-single-page-related-product-section .product-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.krc-single-page-related-product-section .card-title {
  font-size: 18px !important;
}

.social-icons a {
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.social-icons i {
    font-size: 10px;
}

.krc-single-product-form-group .btn-danger{
  background-color: #A68432;
  border-color: #a68332a6;
}

.krc-single-product-form-group .btn:active {
    background-color: #A68432; 
    color: #ffffff;           
    border-color: #a68332a6;    
}

.krc-single-product-form-group .btn:focus {
    background-color: #A68432; 
    color: #ffffff;           
    border-color: #a68332a6;    
}

.krc-single-product-form-group .btn:focus,
.krc-single-product-form-group .btn:active,
.krc-single-product-form-group .btn:focus,
.krc-single-product-form-group .btn:active {
  outline: none !important;
  box-shadow: none !important;
  background-color: #A68432 !important; 
  border-color: #a68332a6 !important;  
}


.krc-single-product-form-group input:focus,
.krc-single-product-form-group textarea:focus {
    outline: none;             /* removes browser default outline */
    box-shadow: none;          /* removes bootstrap/shadow effects */
    border-color: #a68332a6 !important; 
}



/* ----------------------------------------------------------------
 	 [ End Single Product Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Partner Page ]
-----------------------------------------------------------------*/

.krc-our-partner-brand {
  padding: 80px 0;
  background-color: #ffffff; /* optional: change to #f9f9f9 if you want light gray bg */
}

.krc-our-partner-brand h2 {
  font-weight: 700;
  margin-bottom: 40px;
}

.square-holder {
  padding: 30px;
  border: 1px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #f1f1f1;
  /* min-height: 200px; */
  transition: all 0.3s ease;
  /* border-radius: 6px; //v1.0.1  */
}

.square-holder img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.square-holder:hover {
  background-color: #ffffff;
  border-color: #999;
  box-shadow: 0px 4px 15px rgba(0,0,0,0.08);
}

.square-holder:hover img {
  filter: none;
}

.square-holder-home {
  padding: 30px;
  border: 1px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  /* border-radius: 6px; //v1.0.1  */
}

.square-holder-home img {
  max-width: 100%;
  background-color: #ffffff;
  border-color: #999;
}

.square-holder-home:hover {

  background-color: #f1f1f1;
  filter: grayscale(100%);
  transition: all 0.3s ease;
}

.square-holder-home:hover img {
  filter: none;
}


.krc-our-key-partners .owl-stage-outer {
  padding-left: 2px;  
}


.krc-why-partner-with-us {
  background-color: #f3f3f3;
  padding: 80px 0;
}

.krc-why-partner-with-us .why-partner-title {
  text-align: center;
  margin-bottom: 60px;
}

.krc-why-partner-with-us .partner-card {
  border: 1px solid #ddd;
  /* border-radius: 8px; //v1.0.1  */
  background: #fff;
  transition: all 0.3s ease;
}

.krc-why-partner-with-us .partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}

.krc-why-partner-with-us .icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #d4edda; /* Light green background */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.krc-why-partner-with-us .icon-wrapper i {
  font-size: 28px;
  color: #28a745; /* Green icon */
}

.krc-why-partner-with-us h2 {
  color: #4D4D4F;
}

.krc-why-partner-with-us h5 {
  color: #4D4D4F;
}

.krc-our-partner-brand h2 {
  color: #4D4D4F;
}


/* ----------------------------------------------------------------
 	 [ End Partner Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Clients Page ]
-----------------------------------------------------------------*/
.krc-testimonial-cards {
  padding: 80px 0;
  background: #f9f9f9;
}

.krc-testimonial-cards h2 {
  color: #4D4D4F;
}

.krc-testimonial-cards .what-clients-say {
  text-align: center;
  margin-bottom: 60px;
}

.krc-testimonial-cards .testimonial-card {
  background-color: #a797736b;
  /* border-radius: 10px; //v1.0.1  */
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s;
  border: 1px solid #a683326b;
}

.krc-testimonial-cards .testimonial-card:hover {
  transform: translateY(-8px);
}

.krc-testimonial-cards .testimonial-img img {
  width: 80px;
  height: 80px;
  border: 4px solid #fff;
  object-fit: cover;
}

.krc-testimonial-cards h5 {
  font-weight: 600;
}

/* ----------------------------------------------------------------
 	 [ End Clients Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Blog Page ]
-----------------------------------------------------------------*/
.krc-blog {
  padding: 120px 0;
  background: #fff;
}
.krc-blog h1 {
  font-size: 18px !important;
  color: #4D4D4F;
}
.krc-blog .blog-item {
  padding: 0 15px; /* left-right spacing */
}

.krc-blog .row {
  margin-left: -15px;
  margin-right: -15px;
}

.krc-blog .card {
  /* border-radius: 8px; //v1.0.1  */
  overflow: hidden;
  /* border: 1px solid #adadad !important; */
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.krc-blog .card img {
  transition: transform 0.3s;
}

.krc-blog .card:hover img {
  transform: scale(1.05);
}

.krc-blog .btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 16px;
  background-color: #A68432;
  color: #fff !important;
}

.krc-blog a {
  color: #4D4D4F !important;
}

.krc-blog .pagination {
  margin-top: 30px;
}

.krc-blog .pagination .page-link {
  /* border-radius: 50% !important; */
  margin: 0 4px;
  color: #4D4D4F;
}

.krc-blog .pagination .page-item.active .page-link {
  background-color: #A68432;
  border-color: #a6833296;
  color: #fff;
}

.krc-blog-sidebar {
  background-color: #e4e4e4;
  padding: 20px 15px;
}

.krc-blog-sidebar .popular-posts img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}

.krc-blog-sidebar .popular-posts a {
  font-size: 15px;
  line-height: 1.3;
  text-decoration: none;
  color: #4D4D4F;
}

.krc-blog-sidebar .popular-posts a:hover {
  color: #007bff;
}

.krc-blog-sidebar .popular-posts small {
  font-size: 12px;
  margin-bottom: 4px;
}

.krc-blog-sidebar .tags-widget .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.krc-blog-sidebar .tags-widget .tag {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  color: #4D4D4F;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.krc-blog-sidebar .tags-widget .tag:hover {
  background-color: #a6833296;
  color: #fff;
  border-color: #A68432;
}

.krc-blog-sidebar .tags-widget .tag.active {
  color: #0e96499d; /* red text like screenshot */
  font-weight: 600;
  border-color: #0E9648;
}

.krc-blog-sidebar .tags-widget .tag.active:hover {
  color: #fff;
  border-color: #A68432;
}

.krc-blog-sidebar .advertising-widget .ad-box {
  position: relative;
  overflow: hidden;
  border: 20px solid #f2f2f2; /* outer white border */
  /* border-radius: 6px; //v1.0.1 s */
} 

.krc-blog-sidebar .advertising-widget img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.krc-blog-sidebar .advertising-widget .ad-box:hover img {
  transform: scale(1.05);
}

.krc-blog-sidebar .advertising-widget .ad-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.krc-blog-sidebar .advertising-widget .ad-overlay h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.krc-blog-sidebar input {
  border: 1px solid #a6833296;
}
.krc-blog-sidebar input:focus,
.krc-blog-sidebar .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important; /* same as normal border */
}

.krc-blog-sidebar  .btn-outline-primary {
  color: #A68432;
  border: 1px solid #a6833296;
  background-color: #A68432;
  transition: all 0.3s ease;
}

.krc-blog-sidebar i{
  color: #fff !important;
}

.krc-blog-sidebar .btn-outline-primary:hover{
  background-color: #A68432;
  border-color: #A68432;
  color: #fff;
}

.krc-blog-sidebar .btn-outline-primary:focus,
.krc-blog-sidebar .btn-outline-primary:active,
.krc-blog-sidebar .btn:focus,
.krc-blog-sidebar .btn:active {
  outline: none !important;
  box-shadow: none !important;
}

.krc-blog-sidebar h5 {
  color: #4D4D4F;
}


/* ----------------------------------------------------------------
 	 [ End Blog Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Single Blog Page ]
-----------------------------------------------------------------*/

.krc-single-blog-section .blog-item {
  padding: 0 15px; /* left-right spacing */
}

/* .krc-single-blog-section .row {
  margin-left: -15px;
  margin-right: -15px;
} */

.krc-single-blog-section .card {
  border-radius: 8px;
  overflow: hidden;
  /* border: 1px solid #adadad !important; */
  box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.krc-single-blog-section .card img {
  transition: transform 0.3s;
}

.krc-single-blog-section .card:hover img {
  transform: scale(1.05);
}

.krc-single-blog-section .btn {
  border-radius: 30px;
  font-size: 14px;
  padding: 6px 16px;
  background-color: #A68432;
  color: #fff;
}

/* ----------------------------------------------------------------
 	 [ End Single Blog Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ Start Contact Page ]
-----------------------------------------------------------------*/

.krc-contact-info-section i {
  font-size: 18px !important;
}

.krc-contact-info-section  input:focus,
.krc-contact-info-section  .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ddd !important; /* same as normal border */
}

.krc-contact-info-section  .btn {
  color: #ffffff;
  border: 1px solid #a6833296;
  background-color: #A68432;
  transition: all 0.3s ease;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    color: #fff;
    font-size: 28px;
    padding: 14px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    z-index: 9999;
    display: none; /* hidden by default */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.whatsapp-float a {
    color: #fff;
    text-decoration: none;
}

.whatsapp-float.show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: scale(1);
}

.whatsapp-float .close-btn {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #A68432;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.krc-contact-info-section .list-unstyled li {
  display: flex;
  margin-bottom: 8px;
  line-height: 1.5;
}

.krc-contact-info-section .list-unstyled li i {
  color: #a17c32; /* your icon color */
  font-size: 18px;
  width: 24px;
  text-align: center;
  margin-right: 8px;
}

/* тЬЕ Address icon top align (first li only) */
.krc-contact-info-section .list-unstyled li.align-top {
  align-items: flex-start;
}

/* тЬЕ Email / phone / website center align */
.krc-contact-info-section .list-unstyled li.align-center {
  align-items: center;
}

.krc-contact-info-section .list-unstyled li span {
  flex: 1;
  display: inline-block;
}




/* ----------------------------------------------------------------
 	 [ End Contact Page ]
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
 	 [ 18 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bgimg-height {
    height: 400px;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .nav-scroll {
    background: #fff;
    box-shadow: 0px 10px 40px -4px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;          
    left: 0;
    width: 100%;
    transform: none; 
    padding: 0 15px; 
  }
  .navbar .navbar-collapse {
    max-height: 100%;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .navbar-collapse .active {
    color: #A68432 !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .intro .vimg {
    padding: 0;
    margin-top: 0;
  }

  .grid-feat .item .icon {
    font-size: 40px;
  }

  .grid-feat .item h6,
  .grid-feat .item p {
    margin-left: 70px;
  }

  .why-us .content {
    margin: 0;
  }

  .ready .title-extra {
    font-size: 25px;
    letter-spacing: 1px;
  }

  .features .mtsp {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .why-us .content h2,
  .intro .content h2 {
    font-size: 25px;
  }

  .bgimg-height-sm {
    height: 400px;
  }

  .header .caption h1 {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 1px;
  }
  .header .caption p {
    font-size: 14px;
    padding: 0;
  }

  .services .services-content .cont .services-info {
    text-align: left;
    margin-bottom: 30px;
  }

  .title-extra {
    font-weight: 600;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h1 {
    font-size: 18px;
  }

  .works .filtering span {
    margin-bottom: 10px;
    padding: 8px 15px;
  }

  .features .cont h2 {
    font-size: 35px;
  }

  .grid-feat .item h6 {
    line-height: 1.5;
  }

  .why-us .content li i {
    display: none;
  }

  .why-us .content li span {
    padding: 0;
    line-height: 1.5;
  }
}

/*Why Choose Us */

@media (max-width: 991.98px) {  /* sm + md screen */
  .krc-why-choose-us .item {
    text-align: center !important;
  }
}

@media (min-width: 992px) {     /* lg and up */
  .krc-why-choose-us .item {
    text-align: left !important;
  }
}

/* Dorpdown on hover for larger screens */

/* Modal Problem */

/* Mobile specific fix */
@media (max-width: 767px) {
  body.modal-open {
    padding-right: 0 !important;
  }

  .modal.show {
    padding-right: 0 !important;
  }

  .navbar-toggler {
    margin-right: 0 !important;
  }

  body.modal-open .navbar-toggler {
    margin-right: 0 !important;
  }
}


/*About page Hide border on mobile */
@media (max-width: 767px) {
  .service-boxes .service-item {
    border-right: none;
  }
}

/*Product page responsive */
@media (max-width: 767px) {
  .krc-product-page-product-section {
    padding: 40px 0 !important;
  }
  .krc-product-page-product-section .container-padding {
    padding: 0 20px;
  }

  .krc-blog-search-bar {
    display: none;
  }
}

/* All iPads */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  .krc-product-page-product-section .container-padding {
    padding: 0px 5px;
  }
}

/*Mobile Device Responsive */
@media (max-width: 767px) {
  .our-shop-product-wrapper .product-title h5 {
    font-size: 16px;
  }
  .krc-about-title {
    font-size: 30px;
    line-height: 46px;
  }
  .krc-about-button {
    padding: 14px 40px !important;
  }
  .krc-about-wrapper .item {
    margin-bottom: 0px;
  }
  .krc-service-wrapper .product-title h5 {
    font-size: 18px;
  }
  .numbers h4 {
    font-size: 35px;
  }
  .krc-our-key-partners {
    padding: 80px 0;
  }
  .krc-our-key-partners .section-head {
    margin-bottom: 40px;
  }
  .krc-contact-info i {
    font-size: 45px !important;
  }
  .page-header h1 {
    font-size: 28px;
  }
  .krc-about-page-about-section {
    padding: 80px 0 !important;
  }
  .krc-why-partner-with-us h2 {
    font-size: 32px;
  }
  .krc-why-partner-with-us .partner-card h5 {
    font-size: 24px;
  }
  .krc-our-partner-brand h2 {
    font-size: 26px;
  }
  .krc-testimonial-cards .what-clients-say {
    font-size: 26px;
  }
  .krc-testimonial-cards h5 {
    font-size: 18px;
  }
  .krc-our-key-partners .owl-theme .owl-nav [class*=owl-] {
    color: #A68432 !important;
    top: 35% !important;
  }
  .krc-product-filter-brand {
   margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

/* Hide arrow on mobile & tablet ( < 992px ) */
@media (max-width: 991px) {
    .parent-item.has-sub::after {
        display: none !important;
        content: none !important;
    }
}
