/*!
 * Name : MR Trade International
 * Version: 1.0.0
 * Author: SYP Solutions Ltd
 * Author URL: https://sypsolutions.com.bd/
 * Github: https://github.com/Arefinrahmandany
 * Arefin Rahman
 * Table of Contents:
    1. Home
        01. Header Section
        11. Footer Section
*/

.mobile-menu {
  display: none;
}


.logo{
  width: 60px;
  height: auto;
}

.header-menu-area .main-nav ul {
  display: flex;
    gap: 15px;
    font-family: var(--fontFamilyTwo);
    justify-content: center;
    align-items: center;
}

.call-us-area {
  font-family: var(--fontFamilyTwo);
}
.header-area {
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid var(--secondary-color);
}



/*.header-menu-area .main-nav ul li a:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  background: var(--secondary-color);*/
/*  width: 0%;*/
/*  height: 4px;*/
/*  bottom: 0;*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  transition: 0.4s;*/
/*}*/
.header-menu-area .main-nav ul li:hover a {
  color: var(--secondary-color);
}
/*.header-menu-area .main-nav ul li:hover a:after {*/
/*  visibility: visible;*/
/*  opacity: 1;*/
/*  width: 100%;*/
/*}*/
.header-area.sticky {
  position: fixed;
  background: white;
  box-shadow: rgb(0 113 145 / 52%) 0 0 4px 0;
  z-index: 999999999;
}

.e-shop{
  height: 40px;
  width: 100px;
  padding: 10px;
  background: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}


/* ------------------------- Header Section CSS End --------------------- */

/* ------------------------- Slider Section CSS Start --------------------- */
.silder-area-wrapper {
  position: relative;
}
.single-slide-item {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: var(--main-color);
  background-position-y: 0;
  color: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 3000;
}
.single-slide-item:after {
  position: absolute;
  content: "";
  /*background: black;*/
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}

.single-slide-item .slide-text h4 {
  color: white;
  font-weight: 500;
  font-family: var(--fontFamilyTwo);
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
}

.single-slide-item .slide-text h1 {
  color: white;
  font-weight: 400;
  font-size: 45px;
  margin: 8px 0 30px;
}

.silder-area-wrapper .owl-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  display: flex;
  gap: 15px;
  transform: translateX(-50%);
}

/* Position navigation buttons */

.slider-nav-buttons {
    position: absolute;
    top: 3rem;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    pointer-events: none; /* Ensures that the slider content can be interacted with */
}
.blog-prev-custom,
.blog-next-custom,
.slider-nav-buttons button {
    background-color: var(--secondary-color); /* Customize as needed */
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 20px;
    pointer-events: auto; /* Allows interaction with buttons */
}

.slider-nav-buttons button:hover {
    background-color: var(--main-color);
}

.slider-nav-buttons .btn-prev {
    position: absolute;
    left: -2rem; /* Adjust for proper placement */
}

.slider-nav-buttons .btn-next {
    position: absolute;
    right: -0.7rem; /* Adjust for proper placement */
}



.silder-area-wrapper .owl-dots .owl-dot {
  width: 13px;
  height: 13px;
  background: rgb(202, 202, 202);
  transform: rotate(45deg);
}

.silder-area-wrapper .owl-dots .owl-dot.active {
  background: var(--secondary-color);
}

.slider-area {
  position: relative;
  z-index: 1;
}

.slide-text {
  padding-left: 30px;
  display: none;
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  10% {
    transform: translateY(3px);
  }
  20% {
    transform: translateY(0px);
  }
  40% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(3px);
  }
}
/* ------------------------- Slider Section CSS End --------------------- */

/* ------------------------- Our Service Section CSS Start --------------------- */
.our-service-section,
.benefit-area,
.quality-area,
.our-partner-area,
.map-area {
  background-image: url(../image/background.png);
  background-color: var(--secondary-color);
  background-position-y: -56.8831px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.our-partner-area{
  background-image: url(../image/clients-bg.png);
  background-color: #f8f9fb;
  background-position-y: -56.8831px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.service-content-wrapper {
  overflow: hidden;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
  background: transparent;
  border-radius: 10px;
}

.service_image_background {
  overflow: hidden;
}

.service_shape_hexagon {
  overflow: hidden;
  margin-bottom: 0;
  float: none;
  width: 100%;
  display: block;
}

.service_shape_hexagon span {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  line-height: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service_text_box {
  background-color: #fff;
  display: block;
  padding: 1.5em;
  text-align: center;
  min-height: 160px;
}
.service_content_inner{
    border: 1px solid #233c79;
    border-radius: 2%;
}
.service_text_box .title {
  font-size: 24px;
  font-weight: 600;
  height: 55px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  text-transform: capitalize;
}
.service_shape_hexagon span > img {
  transition: var(--transition);
}

.single-service-item:hover span > img {
  transform: scale(1.2);
}
/* ------------------------- Our Service Section CSS End --------------------- */

/* ------------------------- About & Benefit Section CSS Start --------------------- */
.about-us-wrapper,
.benefit-wrapper {
  display: grid;
  grid-template-columns: 25% 50% 25%;
}
.benefit-wrapper {
  background-color: transparent;
}

.benefit-middle-content {
  background: #eaeef3;
}

.about-left-bg,
.benefit-right-bg {
  position: relative;
}

.about-left-bg:before,
.benefit-right-bg:before {
  content: "";
  background: url(../image/arrow-gray-left.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.benefit-right-bg:before {
  background-image: url(../image/arrow-gray-right.png);
  background-position: left top;
  filter: none;
}
.about-right-bg,
.benefit-left-bg {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.benefit-left-bg {
  background-image: url(../image/we_are_best_left.png);
}
.about-right-bg:before,
.benefit-left-bg::before {
  content: "";
  background: url(../image/anti-arrow-gray-left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  right: -1;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: contrast(0%) brightness(200%);
  filter: contrast(0%) brightness(200%);
}
.benefit-left-bg::before {
  background: url(../image/anti-arrow-gray-right.png);
  filter: none;
  background-position: right;
  background-position: right top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.about-us-wrapper .about-middle-content .mini-title,
.benefit-middle-content .mini-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.about-us-wrapper .about-middle-content h2,
.benefit-middle-content h2 {
  font-size: 30px;
  font-weight: 400;
}

.about-us-wrapper .about-middle-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 20px 0;
}

.about-us-wrapper .about-middle-content .description {
  font-size: 16px;
  margin-bottom: 20px;
}

.benefit-items-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 30px;
    align-items: flex-start;
}

.single-benefit-item .text h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--main-color);
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.single-benefit-item .text p {
  font-size: 16px;
}
.single-benefit-item .icon {
    margin-bottom: 15px;
}
.single-benefit-item .icon img {
    height: 60px;
    width: auto;
}
/* ------------------------- About Section CSS End --------------------- */

/* ------------------------- Quality Section CSS Start --------------------- */
.quality_image .image {
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjUwMCIgICBoZWlnaHQ9IjU2My4xMzgiICAgdmlld0JveD0iMCAwIDUwMCA1NjMuMTM4IiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnNDUiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzaGFwZV8wMV92ZXJfMDAxLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzOSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjAuNyIgICAgIGlua3NjYXBlOmN4PSItMzIuMjkyNTE3IiAgICAgaW5rc2NhcGU6Y3k9IjIyNC4xNzMyNiIgICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgYm9yZGVybGF5ZXI9InRydWUiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTQyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIgICAgIGlkPSJsYXllcjEiICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYzLjEzNzk4KSI+ICAgIDxwYXRoICAgICAgIGlkPSJwYXRoMTM0LTIiICAgICAgIGQ9Ik0gMjIuOTY2ODQxLDM3Ni4wMjgzIEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMCwzMzYuMjQ4NTYgTCAzLjQwMDAwMDZlLTUsMTAwLjYxMzA2IEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMjIuOTY2ODQxLDYwLjgzMzM2MiBMIDIyNy4wMzMyMSwtNTYuOTg0MzgzIGEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgNDUuOTMzNjQsMCBMIDQ3Ny4wMzMyLDYwLjgzMzM2MiBBIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIDUwMCwxMDAuNjEzMTEgViAzMzYuMjQ4NiBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC0yMi45NjY4NSwzOS43Nzk3IEwgMjcyLjk2NjgzLDQ5My44NDYwOCBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC00NS45MzM2NiwwIHoiICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC44NjU1ODM5IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjYuNzc5OTkwOWUtMDYiICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iMi40OTk5ODM5ZS0wNiIgLz4gIDwvZz48L3N2Zz4=);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
}
.quality_content_inner {
  position: relative;
}

.quality_content_inner .quality_text {
  position: absolute;
  top: 50%;
  left: 50%;
  background: white;
  width: 60%;
  height: 60%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgd2lkdGg9IjUwMCIgICBoZWlnaHQ9IjU2My4xMzgiICAgdmlld0JveD0iMCAwIDUwMCA1NjMuMTM4IiAgIHZlcnNpb249IjEuMSIgICBpZD0ic3ZnNDUiICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi40ICg1ZGE2ODljMzEzLCAyMDE5LTAxLTE0KSIgICBzb2RpcG9kaTpkb2NuYW1lPSJzaGFwZV8wMV92ZXJfMDAxLnN2ZyI+ICA8ZGVmcyAgICAgaWQ9ImRlZnMzOSIgLz4gIDxzb2RpcG9kaTpuYW1lZHZpZXcgICAgIGlkPSJiYXNlIiAgICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgICAgYm9yZGVyY29sb3I9IiM2NjY2NjYiICAgICBib3JkZXJvcGFjaXR5PSIxLjAiICAgICBpbmtzY2FwZTpwYWdlb3BhY2l0eT0iMC4wIiAgICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICAgIGlua3NjYXBlOnpvb209IjAuNyIgICAgIGlua3NjYXBlOmN4PSItMzIuMjkyNTE3IiAgICAgaW5rc2NhcGU6Y3k9IjIyNC4xNzMyNiIgICAgIGlua3NjYXBlOmRvY3VtZW50LXVuaXRzPSJweCIgICAgIGlua3NjYXBlOmN1cnJlbnQtbGF5ZXI9ImxheWVyMSIgICAgIHNob3dncmlkPSJmYWxzZSIgICAgIHVuaXRzPSJweCIgICAgIGlua3NjYXBlOndpbmRvdy13aWR0aD0iMTkyMCIgICAgIGlua3NjYXBlOndpbmRvdy1oZWlnaHQ9IjEwMTciICAgICBpbmtzY2FwZTp3aW5kb3cteD0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3cteT0iLTgiICAgICBpbmtzY2FwZTp3aW5kb3ctbWF4aW1pemVkPSIxIiAgICAgYm9yZGVybGF5ZXI9InRydWUiIC8+ICA8bWV0YWRhdGEgICAgIGlkPSJtZXRhZGF0YTQyIj4gICAgPHJkZjpSREY+ICAgICAgPGNjOldvcmsgICAgICAgICByZGY6YWJvdXQ9IiI+ICAgICAgICA8ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD4gICAgICAgIDxkYzp0eXBlICAgICAgICAgICByZGY6cmVzb3VyY2U9Imh0dHA6Ly9wdXJsLm9yZy9kYy9kY21pdHlwZS9TdGlsbEltYWdlIiAvPiAgICAgICAgPGRjOnRpdGxlPjwvZGM6dGl0bGU+ICAgICAgPC9jYzpXb3JrPiAgICA8L3JkZjpSREY+ICA8L21ldGFkYXRhPiAgPGcgICAgIGlua3NjYXBlOmxhYmVsPSJMYXllciAxIiAgICAgaW5rc2NhcGU6Z3JvdXBtb2RlPSJsYXllciIgICAgIGlkPSJsYXllcjEiICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLDYzLjEzNzk4KSI+ICAgIDxwYXRoICAgICAgIGlkPSJwYXRoMTM0LTIiICAgICAgIGQ9Ik0gMjIuOTY2ODQxLDM3Ni4wMjgzIEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMCwzMzYuMjQ4NTYgTCAzLjQwMDAwMDZlLTUsMTAwLjYxMzA2IEEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgMjIuOTY2ODQxLDYwLjgzMzM2MiBMIDIyNy4wMzMyMSwtNTYuOTg0MzgzIGEgNDUuOTMzNjUsNDUuOTMzNjUgMCAwIDEgNDUuOTMzNjQsMCBMIDQ3Ny4wMzMyLDYwLjgzMzM2MiBBIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIDUwMCwxMDAuNjEzMTEgViAzMzYuMjQ4NiBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC0yMi45NjY4NSwzOS43Nzk3IEwgMjcyLjk2NjgzLDQ5My44NDYwOCBhIDQ1LjkzMzY1LDQ1LjkzMzY1IDAgMCAxIC00NS45MzM2NiwwIHoiICAgICAgIHN0eWxlPSJzdHJva2Utd2lkdGg6MC44NjU1ODM5IiAgICAgICBpbmtzY2FwZTpjb25uZWN0b3ItY3VydmF0dXJlPSIwIiAgICAgICBpbmtzY2FwZTp0cmFuc2Zvcm0tY2VudGVyLXk9IjYuNzc5OTkwOWUtMDYiICAgICAgIGlua3NjYXBlOnRyYW5zZm9ybS1jZW50ZXIteD0iMi40OTk5ODM5ZS0wNiIgLz4gIDwvZz48L3N2Zz4=);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  text-align: center;
}

.quality_text_content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quality_text_inner .icon {
  margin-bottom: 15px;
}

.quality_text_inner .text {
  font-size: 20px;
}
.col-lg-4:nth-child(2) .single-quality-item {
  margin-top: 90px;
}
.single-quality-item:hover .image img {
  transform: scale(1.2);
}

.quality_image .image img {
  transition: 0.4s all;
}
.quality-area .section-title {
  margin-bottom: 0;
}
/* ------------------------- Quality Section CSS End --------------------- */

/* ------------------------- Product Section CSS Start --------------------- */
.product-inner {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--main-color);
}

.product-img {
  background: url(../image/products/ovarlay.png);
  background-size: cover;
  padding: 30px;
}

.product-inner .product-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  background: var(--main-color);
}

.product-inner .product-text h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: white;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.product-inner .product-text .btn {
  border: 1px solid white;
  color: white;
  line-height: 10px;
  box-shadow: none;
  padding: 5px 9px;
  transition: all 0.3s ease 0s;
  border-radius: 3px;
  margin-right: 0;
}
.product-inner .product-text .btn > span {
  margin: 0;
  font-size: 20px;
}

.product-inner .product-text .btn:hover {
  background: white;
  color: var(--main-color);
}
.single-product-item {
  margin-bottom: 20px;
  cursor: pointer;
}
.product-img img {
  transition: var(--transition);
}

.single-product-item:hover .product-img img {
  transform: scale(1.2);
}
/* ------------------------- Product Section CSS End --------------------- */

/* ------------------------- Partner & Clients Section CSS Start --------------------- */

.our-client-area,
.our-product-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f8f9fb;
  background-position-y: 8.17167px;
}

.single-client .client-inner img {
  border-radius: 5px;
}
.our-client-area {
    position: relative;
    padding-bottom: 0;
}


.our-partner-area .owl-carousel,
.owl-carousel.owl-theme.all-clients-wrapper{
    padding: 0 10px;
}
/* ------------------------- Partner & Clients  Section CSS End --------------------- */

/* ------------------------- Maps Section CSS Start --------------------- */
.footprint-area {
  position: relative;
}
#map {
  width: 100%;
  height: 400px;
}

.leaflet-pane.leaflet-marker-pane img {
  filter: hue-rotate(157deg);
}
.country-list {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999999;
  background: white;
  padding: 10px 40px;
  box-shadow: 0 22px 90px 0 rgb(0 113 145);
}

.country-list ul li {
  list-style: circle;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--fontFamilyTwo);
  margin-bottom: 5px;
}
/* ------------------------- Maps Section CSS End --------------------- */

/* ------------------------- Footer Section CSS Start --------------------- */

.footer-title h2 {
  font-size: 16px;
  line-height: 1.46154;
  margin: 0;
  border: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: white;
  text-transform: uppercase;
}

.footer-links ul li a {
  color: #cdcdcd;
  padding-bottom: 3px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  opacity: 0.9;
}

.footer-links ul li {
  padding: 4px 0;
  display: inline-block;
  margin: 0;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
}

.widget-info .info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-widget .widget-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.widget-info .info .icon > span {
  font-size: 14px;
  color: #cdcdcd;
}

.widget-info .info p {
  font-size: 14px;
  opacity: 0.9;
  color: #cdcdcd;
}

.widget-info .info p > a {
  color: #cdcdcd;
}

.footer-social-links ul {
  display: flex;
  gap: 0;
}

.footer-social-links ul li{
    margin: 0 10px 0 0;
}

.footer-social-links ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 29px;
    color: var(--textColor2);
    background: #1877f2;
    color: white;
    border-radius: 2px;
    transition: 0.5s;
}

.footer-social-links ul li a.instagram {
  background: #e4405f;
}
.footer-social-links ul li:hover a.instagram {
  opacity: 0.7;
}

.footer-social-links ul li a.youtube {
  background: #e83a21;
}
.footer-social-links ul li:hover a.youtube {
  opacity: 0.7;
}
.footer-social-links ul li:hover a {
  opacity: 0.7;
}

.footer-text p {
  color: #cdcdcd;
  font-size: 14px;
  opacity: 0.9;
}
.footer-widget.logo {
  padding-right: 40px;
  margin-top: -40px;
}
.our-partner-area.section-padding{
    padding: 100px 0 0;
}

/* ------------------------- Footer Section CSS End --------------------- */
.goto-top {
  display: inline-block;
  background-color: black;
  color: white;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  border-radius: 3px;
  position: fixed;
  bottom: 70px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.goto-top.show {
  opacity: 1;
  visibility: visible;
}
.goto-top:hover,
.goto-top:focus {
  color: white;
}
/* ------------------------- Home Page End --------------------- */
#menu .drowndown-manu ul{
  display: list-item;
}
#menu .scroll:hover{
  color: var(--main-color);
}

#home-product-slide .Item-box {
  background-color: #fafafa;
  height: 500px;
  width: 95%;
  border-radius: 10px;
  transition: background-color 0.5s ease, color 0.5s ease;
  margin: 10px 0;
}

#home-product-slide .Item-box h4 {
  color: #222222;
  transition: transform 1.5s ease, width 1.5s ease;
}
#home-product-slide p{
  color: #222222;
  transition: transform 1.5s ease, width 1.5s ease;
}

#home-product-slide .item-image {
  height: 250px;
  width: 250px;
  padding-top: 10px;
  transition: transform 1.5s ease, width 1.5s ease;
}

#home-product-slide .Item-box:hover {
  background-color: #3da6c4;
  color: #000;
  border: 3px solid #026491;
}
#home-product-slide .Item-box:hover p{
  color: #fff; 
}
#home-product-slide .Item-box:hover h4{
  color: #fff; 
}

#home-product-slide .Item-box:hover .item-image {
  transform: scale(1.1);
}

#home-product-slide .Item-box .text-box{
  min-height: 200px;
  max-height: 210px;
}

#home-product-slide .products-catagory {
  margin: 0;
}

.custom-nav {
  text-align: center;
  margin-top: 20px;
}

.custom-nav button {
  background-color: #0e0e0e;
  color: #fafafa;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin: 5px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.custom-nav button:hover {
  background-color: #3da6c4;
  color: #000;
}

.blog-sec h1{
  font-size: 45px;
    font-weight: 200;
    color: #3b3663;
}


.blog-card .article-popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 5%;
}

.ppl-blog-info .meta{
    display: flex;
    justify-content: space-between;
    color: #000;
}

.owl-carousel-wrapper {
    position: relative;
}

.blog-prev-custom, .blog-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.blog-prev-custom {
    left: -2.9rem;
}

.blog-next-custom {
    right: -2.9rem;
}

.blog-prev-custom:hover, .blog-next-custom:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.header-quote-btn:hover{
    background: var(--main-color);
}





/*Default style section start */

.text-white{
    color: #ffffff;
}

.section_title{
  margin-bottom: 40px;
}
.gridding{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.form-submit-btn{
    border: 1px solid var(--main-color);
    color: var(--secondary-color);
}

.form-submit-btn:hover{
    background: var(--secondary-color);
    color: #ffffff;
}

.gridding .client_item,
.gridding .representer_item{
    border: 1px solid #c7c7c7;
    margin: 10px;
    border-radius: 0.8rem;
    padding: 8px;
}


.section_title h1{
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  font-family: "Exo", serif;
}

.section_title p {
  font-size: 1.5rem;
  text-align: center;
}


.featured-product-section .section_title h1,
.map-area .catagorys-sec .section_title h1,
.our-service-section .section_title h1{
    color: white;
}

/*Default style section end */


/*Navbar style section start */

.header-menu-area .main-nav ul li a {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-weight: 600;
  transition: 0.3s all;
  position: relative;
}

.nav-text{
    font-size: 0.95rem;
}


.header-menu-area .main-nav ul li a:hover{
    color: var(--main-color);
}

.header-menu-area .main-nav ul li a.active {
  color: var(--main-color); /* Change this to your desired color */
  font-weight: 600;
}

/* Highlight parent categories when a subcategory is active */
.header-menu-area .main-nav ul li.active > a {
  color: var(--main-color); /* Same color as active link */
  font-weight: 600;
}


/*Navbar style section End */


/* 
--------------------------
hero slider area here
--------------------------
*/
.single-slide-item {
    background: var(--secondary-color);
}
/*hero slider area ends here */



/* 
--------------------------
service area here
--------------------------
*/
.our-service-section {
    padding: 60px 0;
}

.our-service-section .owl-nav, 
.our-service-section .owl-dots {
    display: none;
}

.our-shop {
            display: none;
        }
        

/* service area ends here */

#seo-toggleBtn{
transition: var(--transition);
    padding: 14px 30px;
    border-radius: 2rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0;
    font-size: 16px;
    background: white;
}
#seo-toggleSection{
    overflow: hidden;
    height: 0;
    transition: height 0.5s ease-in-out;
}



/* Featured section Start */

.featured-product-title h5{
    font-size: 15px;
    font-weight: 500;
}
.featured-product-detail{
    font-size: 12px;
}
.featured-product-detail ul li{
    margin: 10px 0;
}
.featured-product-wrap {
    background: #ffffff;
    padding: 50px;
    border: 1px solid var(--main-color);
    transition: background 0.5s, color 0.5s, transform 0.5s;
    overflow: hidden; /* Ensures no overflow during zoom animation */
    position: relative;
}

.featured-product-wrap:hover {
    background: var(--main-color);
    color: #fff; /* Changes text color on hover */
}

.featured-product-title h5,
.featured-product-detail ul li {
    color: var(--text-color); /* Default text color */
    transition: color 0.5s;
}

.featured-product-wrap:hover .featured-product-title h5,
.featured-product-wrap:hover .featured-product-detail ul li {
    color: #fff; /* Change text color on hover */
}

.featured-product-thumb {
    overflow: hidden;
    position: relative;
}

.featured-product-thumb img {
    transition: transform 0.5s ease; /* Smooth zoom animation */
    transform: scale(1); /* Default scale */
}

.featured-product-wrap:hover .featured-product-thumb img {
    transform: scale(1.1); /* Slight zoom on hover */
}


.featured-product-title .single-line-ellipsis {
    white-space: nowrap;        /* Prevents text from wrapping to the next line */
    overflow: hidden;          /* Hides the overflowing text */
    text-overflow: ellipsis;   /* Adds ellipsis (...) to indicate truncated text */
    display: block;            /* Ensures it behaves correctly in all cases */
    max-width: 100%;           /* Limits the width of the text */
    font-size: 22px;
    text-align: center;
}

.featured-product-detail .truncate-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limit to 3 lines */
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em; /* Adjust based on your font size */
    max-height: calc(1.5em * 2); /* line-height * 3 lines */
    white-space: normal; /* Allow multiline text */
}

.featured-product-section .owl-carousel .owl-item img{
    padding: 20px;
}

/*
--------------------------
product page area here
--------------------------
*/









/* product page area ends here */



/* Styling for navigation buttons */
.slider-prev, .slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 18px;
    border-radius: 50%;
}

.slider-prev {
    left: -20px;
}
.slider-next {
    right: -20px;
}

/* Featured section end */ 


/*
--------------------------
benefits section area here
--------------------------
*/

.about-right-bg {
    background-image: url(../image/benefit-left-bg.jpg);
}
.about-us-wrapper .about-middle-content, .benefit-middle-content {
    padding: 80px 30px;
    background: white;
}
.about-us-wrapper .about-middle-content .mini-title, .benefit-middle-content .mini-title {
    margin-bottom: 12px;
    color: var(--secondary-color);
}
.about-us-wrapper .about-middle-content h2 {
    margin-bottom: 20px;
}
.about-us-wrapper .about-middle-content .description {
    margin-bottom: 0;
}
.about-us-wrapper .about-middle-content .description ul li {
    margin: 0;
}
.about-us-wrapper .about-middle-content .description ul li:first-child {
    margin-bottom: 12px;
}
.about-us-wrapper .about-middle-content .description .btn.link {
    border: none;
    box-shadow: none;
    background: var(--secondary-color);
    color: #ffffff;
    padding: 14px 20px;
    margin: 20px 0 0 0;
}
.about-us-wrapper .about-middle-content .description .btn.link:hover {
    background: var(--main-color);
}

.info-bg .mr_about .thumb {
    align-items: start;
}
/* benefits area ends here */




/* 
--------------------------
service area here
--------------------------
*/
section.map-area {
    padding: 60px 0 0;
}
section.map-area .section-padding {
    padding: 0;
}
section.map-area .owl-carousel .owl-item {
    margin-left: -2px;
}


section.map-area .owl-nav, 
section.map-area .owl-dots {
    display: none;
}

/* service area ends here */



/*
--------------------------
benefits section area here
--------------------------
*/
.benefit-area.section-padding {
    padding: 60px 0;
}
.benefit-right-bg:before {
    filter: contrast(0%) brightness(200%);
}
/* benefits area ends here */


/*
--------------------------
video section area here
--------------------------
*/
.video-section {
    background: var(--secondary-color);
    padding: 0 0 60px;
    width: 100%;
}
.video-section video {
    height: 700px;
    object-fit: cover;
}
/* video section area ends here */





/*
--------------------------
company logo section area here
--------------------------
*/
.manufacturer-slider-container, 
.our-client-area {
    padding-top: 60px;
}
.manufacturer-slider-container .section_title h1, .our-client-area .section_title h1 {
    margin-bottom: 10px;
}
.manufacturer-slider-container .owl-carousel .item {
    border-radius: 0.8rem;
    background: #ffffff;
    border: 1px solid var(--main-color);
}


.our-client-area .owl-carousel .item {
    padding: 5px;
    border-radius: 0.8rem;
    background: #ffffff;
    border: 1px solid var(--main-color);
}

/*.our-client-area .owl-carousel .owl-item img{*/
/*    padding: 2px;*/
/*    border: 1px solid var(--main-color);*/
/*    border-radius: 3%;*/
/*}*/


/* company logo area ends here */



/*
--------------------------
news & event section start
--------------------------
*/
.blog-area {
    padding-top: 60px;
    padding-bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f8f9fb;
    background-position-y: 8.17167px;
}
.blog-area .blog-sec {
    padding-bottom: 0;
}
.blog-area .section_title h1 {
    margin-bottom: 10px;
}
.blog-card{
    background: #ffffff;
    border-radius: 0.8rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.blog-area .ppl-blog-info .title-name {
    margin: 12px 0;
}

.ppl-blog-info .blog-intro_text{
    font-size:15px;
    color: #000;
}

.ppl-blog-info .title-name a{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog-intro_text a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.blog-card:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.blog-thum-box {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    border-radius: 0.8rem 0.8rem 0 0;
}
.blog-thum-box a {
    display: block;
}
.blog-thum-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.blog-area .ppl-blog-info {
    position: relative;
    padding: 30px 20px;
}
.blog-area .blog-card .read-more {
    display: inline-block;
    margin: 0 0 30px 20px;
}

.blog-area .blog-card .read-more .btn {
    transition: var(--transition);
    padding: 14px 30px;
    border-radius: 2rem;
    color: var(--text-white);
    border: 1px solid var(--main-color);
    margin: 0;
}
.blog-area .blog-card .read-more .btn:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    background: var(--secondary-color);
}
.blog-area .section_title {
    margin-bottom: 50px;
}

.blog-area .owl-carousel .owl-stage-outer {
    padding: 0 0 60px;
}

/* news & event section end */ 


/* Service area Start here */

.service-section{
    display: grid;
    grid-template-columns: 1fr 1fr; /* Creates 3 equal columns */
    grid-template-rows: auto; /* Rows adjust to content height */
    gap: 20px; /* Space between grid items */
    padding: 20px;
}
.service-section .service-section-img {
    padding: 10px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.service-section-contents{
    padding: 20px 10px;
}
.service-section .service-section-contents .cta-button{
    transition: var(--transition);
    padding: 14px 30px;
    border-radius: 2rem;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin: 0;
}

.service-section .service-section-contents .cta-button:hover{
    color: #ffffff;
    background: var(--secondary-color);
}

.service-section .card-heading{
    font-size: 20px;
    font-weight: 600;
}
/* Service area End here */


/*
--------------------------
breadcrumb area here
--------------------------
*/
section.after-header {
    background: var(--main-color);
    padding: 120px 0;
    position: relative;
    z-index: 0;
}
.after-header::after {
    content: '';
    background: url(../image/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -2;
}
.after-header::before {
    content: '';
    background-color: rgba(35, 60, 121, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcrumb {
    align-items: center;
    margin: 0;
}
.breadcrumb li {
    padding: 0;
    margin: 0;
}
.breadcrumb li:after {
    color: #ffffff;
    line-height: 0;
    margin: 0 10px;
}
.breadcrumb li a {
    color: #ffffff;
    margin: 0;
}
.breadcrumb li a:hover {
    opacity: 0.5;
}
.breadcrumb li:last-child a {
    margin: 0;
}
/* breadcrumb area ends here */


/*
--------------------------
about us page area here
--------------------------
*/
.info-bg {
    background: #F8F9FB;
}
.container.body {
    margin-top: 60px;
    padding-bottom: 60px;
}
.container.body .main_content {
    margin: 0;
    padding: 60px 20px 20px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.container.body .ceo {
    display: grid;
    grid-template-columns: 40% 60%;
    margin-bottom: 60px;
}
.container.body .ceo h3, 
.container.body .mr_about h3 {
    font-size: 26px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin-bottom: 18px;
}
.container.body .ceo_messages p, 
.container.body .mr_messages p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
}


.container.body .ceo_messages p:last-child, 
.container.body .mr_messages p:last-child {
    margin-bottom: 0;
}
.container.body .ceo_thumb {
    text-align: center;
    margin-right: 20px;
}
.container.body .ceo_thumb .name {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    margin: 10px 0 6px 0;
    color: var(--secondary-color);
}
.container.body .ceo_thumb p:last-child {
    font-size: 18px;
    line-height: 24px;
}
.container.body .mr_about {
    display: grid;
    grid-template-columns: 60% 40%;
}
.container.body .mr_about .mr_messages {
    margin-right: 20px;
}
.container.body .mr_about .thumb img {
    border-radius: 14px;
    overflow: hidden;
}





/* mission vission box */
.mission-vission-box {
    border: none;
    border-radius: 0;
    margin: 60px 0 0;
}
.mission-vission-box:hover {
    border: inherit;
    background-color: inherit;
    color: inherit;
}
.mission-vission-box .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.mission-vission-box .items .item {
    border: 1px solid #cdcdcd;
    border-radius: 16px;
    padding: 30px 20px;
    background: #F8F9FB;
}
.mission-vission-box .items .thumb img {
    height: 90px;
}
.mission-vission-box .content h5 {
    font-size: 24px;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--secondary-color);
    margin: 20px 0 10px;
}
.mission-vission-box .content p {
    font-size: 16px;
    line-height: 26px;
}

/* about us page area ends here */


/*
--------------------------
footer area ends here
--------------------------
*/
.footer_section {
    background: var(--main-color);
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.footer_section::after {
    content: '';
    background: url(../image/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -2;
}
.footer_section::before {
    content: '';
    background-color: rgba(35, 60, 121, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.footer_section .footer_section_inner .footer_top {
    padding: 145px 0 80px;
}
.footer-links ul li:first-child {
    padding-top: 0;
}
.footer_section .footer-links ul li:last-child {
    padding-bottom: 0;
}
.footer-title h2 {
    padding-bottom: 20px;
}
.footer-text p {
    margin: 0;
}
.footer-social-links ul {
    margin-top: 30px;
}
.footer-links ul li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s all;
}
.footer-links ul li a:hover {
    opacity: 1;
    color: #ffffff;
}
.footer-links ul li a:hover:after {
    color: #ffffff;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.footer_bottom {
    text-align: center;
    color: #cdcdcd;
    padding: 20px 0;
    border-top: 1px solid rgba(205, 205, 205, 0.3);
}
.footer_bottom a {
  color: white;
}
.footer_section .footer-widget .phone-call p a:hover {
    color: #ffffff;
}

/* footer area ends here */



/*
--------------------------
contact us page area here
--------------------------
*/
.information-contact .contactPgae {
    background: #F8F9FB;
    padding: 60px 0;
}
.information-contact .contact-area-wrapper .tab-content-area {
    margin-bottom: 0;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 40px 30px;
}
.information-contact .contact-area-wrapper .tab-area {
    display: none;
}
.information-contact .contact-area-wrapper .contact-wrapper .contact-title h3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 32px;
    text-transform: capitalize;
    color: var(--textColor);
    margin-bottom: 18px;
}
.information-contact .contact-area-wrapper .contact-wrapper .contact-content p > i {
    padding-right: 10px;
    color: var(--main-color);
}
.information-contact .contact-area-wrapper .contact-wrapper .contact_form .buttons input {
    background: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 10px;
    margin: 0;
    box-shadow: inherit;
}
.information-contact .contact-area-wrapper .contact-wrapper .contact_form .form-control {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.information-contact .contact-area-wrapper .contact-wrapper .contact_form .buttons input:hover {
    opacity: 0.8;
}
/* contact us page area ends here */




/*
--------------------------
cta section area here
--------------------------
*/
.cta_section {
    display: block;
    background: #f8f9fb;
    position: relative;
    padding: 0 0 60px;
    z-index: 1;
}
.cta_section .cta_wrapper .cta_inner {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    background: white;
    box-shadow: 0 22px 90px 0 rgb(108 22 15 / 13%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 10px;
    padding: 40px 20px;
    margin-bottom: -125px;
}
.cta_inner .cta_items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.cta_inner .cta_item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.cta_inner .cta_item .thumb img {
    width: 50px;
}

.cta_inner .cta_item .content h4 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.cta_inner .cta_item .content p {
    margin-top: 0;
    line-height: initial;
    font-size: 12px;
}
/* cta section area ends here */


/*
--------------------------
top up button area here
--------------------------
*/

#goToTop:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed #ffffff;
    animation: spin 13s infinite linear;
    box-shadow: 0 0 15px rgb(59 54 99 / 50%);
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

/* top up button area ends here */



/*
--------------------------
artical section area here
--------------------------
*/
.artical_section {
    background: #f8f9fb;
}
.artical_section .artical-page {
    margin: auto;
}
.artical_content_body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.artical_content_body #content {
    margin-bottom: 0;
    background: #fff;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}
.artical_section #content .thumb img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.artical_meta_body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--main-color);
    padding: 10px 20px;
    border-radius: 5px;
    margin-bottom: 30px;
}


.artical_meta_body .meta {
    text-align: start;
}
.artical_meta_body .meta .date {
    color: #fff;
}
.artical_meta_body .facebook-share:nth-child(2) span {
    background: #0866FF;
}
.artical_meta_body .twitter-share span {
    background: #1D9BF0;
}
.artical_meta_body .facebook-share:nth-child(4) span {
    background: #EA4335;
}
.artical_meta_body .pinterest-share span {
    background: #E60023;
}
.artical_meta_body .share-on {
    margin: 0;
}
.artical_meta_body .share-on span {
    color: #fff;
    font-weight: bold;
}
.artical_meta_body .share-on a span:hover {
    opacity: 0.7;
}

.blog-article .artical-area #content .artical_title {
    text-align: start;
    padding-left: 0;
}
.blog-article .artical-area #content .artical_title {
    padding-left: 0;
    align-items: start;
    justify-content: start;
    margin-bottom: 10px;
}

ul.simple-post-list {
    display: flex;
    flex-direction: column;
}

.about-us-area.map-area .about-middle-content .text-paragraph{
    color: rgb(33, 36, 68);
    white-space-collapse: preserve;
    text-align: justify;
    font-family: serif;
    font-size: 13pt;
}


/* artical section area ends here */


/* Position WhatsApp icon at the bottom-right */
    .whatsapp-container {
        position: fixed;
        bottom: 160px;
        right: 5px;
        z-index: 9999; /* Ensure it stays on top of other elements */
    }
    /* WhatsApp icon styling */
    .whatsapp-icon {
        display: block;
        width: 50px;
        height: 50px;
        background-color: var(--main-color); /* WhatsApp Green */
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 30px;
        text-decoration: none;
        transition: background-color 0.3s ease;
        border: 1px solid var(--secondary-color);
    }
    /* Hover effect for WhatsApp icon */
    .whatsapp-icon:hover {
        background-color: var(--secondary-color);
        color: #fff;
    }
    /* Styling for the message number list */
    .whatsapp-numbers {
        display: none; /* Hide numbers by default */
        position: absolute;
        bottom: 50px; /* Position the numbers above the icon */
        right: 0;
        background-color: rgba(0, 0, 0, 0.8); /* Semi-transparent black background */
        color: white;
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
        width: 180px; /* Limit the width of the number container */
    }
    /* Display message numbers when hovering over the icon or numbers */
    .whatsapp-container:hover .whatsapp-numbers {
        display: block;
    }
    /* Styling for each phone number */
    .whatsapp-number {
        display: flex;
        align-items: center;
        margin: 8px 0;
    }
    .whatsapp-number i {
        margin-right: 10px;
        color: #25d366; /* WhatsApp Green color for the icon */
        font-size: 16px;
    }
    .whatsapp-number.fb i {
        margin-right: 10px;
        color: #316FF6; /* WhatsApp Green color for the icon */
        font-size: 16px;
    }
    .whatsapp-number a {
        color: white;
        text-decoration: none;
    }
    .whatsapp-number a:hover {
        color: #25d366; /* WhatsApp green on hover */
    }
    .whatsapp-number.fb a:hover {
        color: #316FF6; /* WhatsApp green on hover */
    }
   
    
    .our-shop-cart {
        position: fixed;
        bottom: 300px;
        right: 0;
        z-index: 99999;
        background: #233c79;
        font-size: 12px;
        cursor: pointer;
        gap: 8px;
        border: 1px solid #6c160f;
        color: #fff;
        padding: 12px 15px;
        font-weight: bold;
        text-align: center;
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 90px;
    }


.shop-button {
    text-decoration: none;
}


.our-shop-cart i {
    font-size: 24px;
    margin-bottom: 5px;
}

    
    #goToTop {
        position: fixed;
        height: 40px;
        width: 40px;
        bottom: 70px;
        right: 10px;
        background-color: #f8f9fb;
        color: #000;
        border: 1px solid #000;
        font-size: 15px;
        display: none; /* Initially hidden */
        cursor: pointer;
        z-index: 999999;
        font-weight: 600;
    }
    
    #goToTop {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(59, 54, 99, 0.5);
    font-size: 21px;
}

.manufacturer-slider-container{
    background-color: #f8f9fb;
    background-position: center -56.8831px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.manufacturer-slider-container.manufacturer-section-padding{
    padding: 50px 0 0;
}