/********** Template CSS **********/
:root {
  --primary: #568ae8;
  --primary-dark: #0248c9;
  --secondary: #e63bc4;
  --third: #15709a;
  --light: #edf0f3;
  --dark: #191C24;
  --light: #c0b1981f;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* font-family: 'Rubik', sans-serif; */
  font-family: "Poppins", sans-serif;

}

.squre-effect {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.squre-effect::after {
  position: absolute;
  height: 200%;
  width: 0%;
  content: "";
  left: 47%;
  top: -45%;
  transition: all 0.5s ease;
  transform: rotate(45deg);
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);

}

.squre-effect:hover::after {
  width: 152%;
  left: -39%;
  top: -68%;
  opacity: 0;
}

p {
  color: #4c4b4b;

}

.box-border {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 10px;
  top: 10px;
  /* background-color: var(--secondary); */
  z-index: 0;
  border-right: 10px solid #000000;
  border-bottom: 10px solid #000000;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 100px;
  z-index: 99;
}

html,
body {
  overflow-x: hidden;

}

.section-title {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  color: #212529;
  font-size: 35px;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;

}

.form-control:focus {
  color: #6c7293;
  background-color: #fff;
  border-color: #20641b;
  outline: 0;
  transition: 0.s;
  box-shadow: none;
}

.custom-marquee {
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--primary);
  padding: 8px 12px;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
  color: white;
}

/* marque start */

.marquee-content {
  display: inline-block;
  animation: scrollLeft 90s linear infinite;
  padding: 0 10px;
}

.marquee-content span {
  margin-right: 100px;
  display: inline-block;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* marque end */

/*** Button ***/

.main-btn {
  background-color: var(--secondary);
  padding: 12px 24px;
  border-radius: 2px;
  color: #fff;
  position: relative;
  border: none;
  transition: 0.5s;
  font-size: 16px;
  transition: 0.5s;

}

.main-btn::after {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  left: 5px;
  top: 5px;
  /* background-color: var(--secondary); */
  z-index: 0;
  border-right: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);
  transition: 0.5s;

}

.main-btn a {
  color: white;
}

.main-btn:hover::after {
  transition: 0.5s;
  border: none;
  transition: 0.5s;

}


.sec-btn {
    color: #ffffff;
    background-color: var(--primary-dark);
    text-transform: capitalize;
    transition: 0.5s;
    padding: 10px 15px;
    margin: auto;
    font-size: 14px;

}

.sec-btn i {
  color: var(--primary);
  background-color: transparent;
  text-transform: capitalize;
  transition: 0.5s;


}
/* 
.sec-btn:hover {
  color: black;

}

.sec-btn:hover i {
  color: black;

} */

.heading {
  font-size: 40px;
  color: black;
  letter-spacing: 1px;
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  font-family: fangsong;
}


.sub-head {
  color: var(--third);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--primary-dark);
  width: fit-content;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 2px;
}

.heading::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 80px;
}

/* header section start */

/* top header start */
.top-header {
  background: var(--primary-dark);
  color: white;
  font-size: 14px;
  padding: 8px 100px;
}

.top-header .right {
  justify-content: end;
}

.top-header a {
  color: white;
  text-decoration: none;
  margin-left: 15px;
  transition: 0.5s;
  font-weight: 500;
}

.top-header .left {
  font-weight: 500;
}

.top-header a:hover {
  color: var(--secondary);
}

.top-header .right p {
  color: white;
  margin-bottom: 0;
}

.top-header .right .icon-box {
  height: 30px;
  width: 30px;

  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 2px;
  flex-shrink: 0;
}

.top-header .right .icon-box i {
  font-size: 16px;
}

/* top header end */

#header {
  position: relative;
  z-index: 3;
  background-color: white;

}

/* 
#header .container {
  background-color: var(--primary);
} */

.header .nav-last {
  display: flex;
}

#header .btn-main {
  margin-right: 10px;
}

.header .dropdown-item a {
  color: var(--primary);
}

header .navbar-toggler i {
  color: black;
  font-size: 22px;
}

header {
  position: relative;
  /* top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  position: fixed; */
  /* background-color: white; */
  backdrop-filter: blur(2px);
  width: 100vw;
  padding: 0 100px;
}

.header-top {
  position: relative;
  z-index: 1;
  background-color: black;

}

/* .header-top .container {
  background-color: black;
} */

.header-top::before {
  /* content: ''; */
  height: 100%;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: white;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 100%, 0% 100%);
  z-index: 3;
}

.header-top .content {
  z-index: 2;

}

.header-top .content p {
  color: #dfdfdf;
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
}

.header-top .content a {
  color: black;
}

.header-top .content p i {
  color: white;
  background-color: var(--primary);
  padding: 8px;
  margin-right: 10px;
  border-radius: 50%;
  font-weight: 16px;
  font-weight: 14px;
  font-size: 20px;
}

.header-top .content p span {
  color: var(--primary);
}


.header-top .content a i {
  color: var(--primary);
}


.soci-icon a {
  border-radius: 50%;
  background: #4f4d4d85;
  padding: 10px;
  margin: 0 5px;
  height: 38px;
  width: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}

.soci-icon a:hover i {

  color: white;

}

.soci-icon a:hover {
  background-color: var(--primary);
}

.soci-icon a i {
  color: #dfdfdf;
  font-size: 14px;
}

.soci-icon span {
  color: white;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--primary-dark);
}


header .nav-link {
  font-size: 18px;
}

header .nav-link {
  color: black;
}

header .nav-link i {
  color: black;
}

header .dropdown-menu {
  /* background-color: #000000b0; */
  background-color: white;
}

header .dropdown-menu a {
  color: black;
  cursor: pointer;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--primary);
  background-color: white !important;
  transition: 0.5s;
}


.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.navbar .navbar-collapse .nav-item {
  text-align: center;
}

.navbar-toggler {
  border: none !important;
  outline: 0;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
  display: none;
}

.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--secondary);
}

.dropdown-item .nav-item .nav-link {
  color: var(--light-primary);
}




/* responsive code end */
.navbar .icon-box {
  display: flex;
}

.navbar .icon-box .icon {
  height: 25px;
  width: 25px;
  /* background-color: var(--secondary); */
  padding: 18px;
  border-radius: 50%;
  margin: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar .icon-box .icon a i {
  font-size: 24px;
  color: #7a3561;

}

.navbar .icon-box .icon:hover a i {
  transition: 0.5s;
  color: black;

}

.carousel-control-next-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-indicators {
  display: none
}

/* ====== Animations (no HTML changes needed) ====== */

/* Initial states when slide not active */
.home-banner .carousel-item .carousel-caption .content p,
.home-banner .carousel-item .carousel-caption .content p span,
.home-banner .carousel-item .carousel-caption .content .para,
.home-banner .carousel-item .carousel-caption .content .btn,
.home-banner .carousel-item .carousel-caption .img-box img {
  opacity: 0;
  transform: translateY(12px);
}

/* Trigger animations only on the active slide */
.home-banner .carousel-item.active .carousel-caption .content p {
  animation: fadeUp 600ms ease-out 120ms forwards;
}

.home-banner .carousel-item.active .carousel-caption .content p span {
  display: inline-block;
  animation: popIn 500ms ease-out 220ms forwards;
}

.home-banner .carousel-item.active .carousel-caption .content .para {
  animation: fadeUp 650ms ease-out 360ms forwards;
}

.home-banner .carousel-item.active .carousel-caption .content .main-btn {
  animation: riseIn 550ms ease-out 520ms forwards;
}

.home-banner .carousel-item.active .carousel-caption .content .btn-main {
  animation: riseIn 550ms ease-out 640ms forwards;
}

/* Right-side image: slight zoom-out after a short delay */
.home-banner .carousel-item.active .carousel-caption .img-box img {
  transform: scale(1.08);
  /* start a bit zoomed in */
  animation: zoomOut 1500ms ease-out 800ms forwards;
}

/* Keyframes */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }

  60% {
    opacity: 1;
    transform: translateY(0) scale(1.02);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes riseIn {
  0% {
    opacity: 0;
    transform: translateY(16px) scale(0.98);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

  .home-banner .carousel-item.active .carousel-caption .content p,
  .home-banner .carousel-item.active .carousel-caption .content p span,
  .home-banner .carousel-item.active .carousel-caption .content .para,
  .home-banner .carousel-item.active .carousel-caption .content .btn,
  .home-banner .carousel-item.active .carousel-caption .img-box img {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


/* header section end */

.page-header {
  width: 100%;
  /* background: url('../img/subbanner.jp') center center no-repeat; */
  background: linear-gradient(rgba(61 204 49), rgba(207 203 203)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: fill;
  padding-bottom: 50px;

}

/*** Service ***/
.service-item .btn {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: 50px;
  height: 50px;
  color: var(--primary);
  background: var(--dark);
  opacity: 0;
}

.service-item:hover .btn {
  right: 0;
  bottom: 0;
  opacity: 1;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .85);
  transition: .5s;
}

.team-item .team-img::after {
  left: auto;
  right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
  width: 50%;
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: .3s;
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  margin: 0 3px;
  color: var(--primary);
  background: var(--dark);
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}


/*** Testimonial ***/
#testimonial {
  /* background: linear-gradient(#061932c2, black), url(../img/review.jpg);
  background-color: #1a90c670; */
  background-size: cover;
  background-position: center;
}

#review {
  position: relative;
  padding: 50px 0;

}

#review .heading {
  margin-left: unset;
  margin-right: unset;
}

#review .left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}


#review .left .content {
  padding: 15px;
  border-radius: 2px;
  position: relative;
}

#review .left .content i {
  color: var(--primary);
  font-size: 90px;
  right: 0;
  bottom: -40px;
  position: absolute;
}

#review .card-body img {
  margin-bottom: 20px;
  width: 20%;
  height: 20%;
  margin: auto;
}

#review .card-body {
  padding: 20px 0;
  margin: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

}

#review .card-body .testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

#review .card-body .right .fa-quote-left {
  left: 0;
  top: -60px;
}

#review .card-body .right .fa-quote-right {
  right: 0;
  bottom: -60px;
}

.testimonial-carousel .owl-dots {
  margin-top: 35px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 60px;
  height: 60px;
  margin: 0 5px;
  padding: 10px;
  background: var(--secondary);
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  width: 100px;
  height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
  opacity: .1;
  transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
  opacity: 1;
}

#testimonial .card-body .main-box .rating {
  margin-bottom: 10px;
}

#testimonial .card-body .main-box .rating i {
  color: #ffc107;
}

#testimonial {
  position: relative;
  height: 80vh;
  margin: 200px 0 0;
  background-color: var(--primary);
}

#testimonial #review {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
}

#testimonial .testimonial-box {
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  padding: 40px;
  position: relative;
  z-index: 2;

}


/*** Footer ***/
.footer {
  background-color: black;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  color: white;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\00BB";
  font-weight: 400;
  margin-right: 10px;
  font-size: 14px;
}

.footer .contact-add a {
  color: white;
}

.footer .contact-add a:hover {
  color: var(--primary);
  /* letter-spacing: 1px; */
}

.footer .btn.btn-link:hover {
  color: var(--primary);
  /* letter-spacing: 1px; */
  box-shadow: none;
}

.footer .copyright {
  padding: 1.5rem;
  font-size: 15px;
  background: var(--primary-dark);
}

.footer .copyright a {
  color: white;
  text-decoration: none;
}

.footer h4 {
  color: white;

}

.footer .footer-social-sec a {
  background-color: var(--primary-dark);
  border-radius: 2px;
  color: white;
  border-radius: 50%;
}

.footer .footer-social-sec a i {
  color: white;
}

.footer .footer-social-sec a:hover {
  background-color: var(--primary);
}

.footer .footer-blog .imb-box {
  margin-right: 10px;
  height: 82px;
  width: 125px;
}

.footer .footer-blog p {
  margin-bottom: unset;
  color: rgba(255, 255, 255, 0.6);
}

.footer .footer-blog a {
  color: var(--primary);
}

.footer .footer-blog a i {
  color: var(--primary);
}

.footer .footer-blog a:hover {
  color: white;
  transition: 0.5;
}

.footer .footer-blog a:hover i {
  color: white;
  transition: 0.5;
}

.footer .footer-blog-box {
  display: flex;
  justify-content: center;
  align-items: center;
}


.footer .footer-blog .footer-blog-box {
  margin-bottom: 15px;
}

.footer h4::after {
  content: '';
  border: 1px solid var(--primary);
  width: 60px;
  display: block;
  position: relative;
  top: 12px;
  z-index: 1;
}

.footer .copyright a:hover {
  color: black;
}


/* This is the whatsapp section */
/* whatsapp */
.whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .1s all ease-in-out;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  box-shadow: 0 0 .75rem #18d26e;
  background-color: #18d26e;
}

.whatsapp:hover {
  background-color: white;
  color: #18d26e;
}

.call {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 60px;
  transition: .1s all ease-in-out;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 2rem;
  color: white;
  background-color: #222222;
  box-shadow: 0 0 .5rem #eee;
  z-index: 2;
}

.call:hover {
  background-color: white;
  color: #222222;
}

/* End whatsapp section */


/* This is for the map setion */
.custom-map-img {
  max-width: 100%;
  max-height: 80%;
  /* height: 80%; */
}

/* End map section */



/* this is the form section */
/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .container.quote .quote-text {
    padding-left: calc(((100% - 960px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }

}

@media (min-width: 1400px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}

.container.quote .quote-text {
  background: #000000;
}

.container.quote .quote-form {
  background: #000000;
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* End form section */


/* this is for the banner section */
/* Apply 83vh height for large screens */
@media (min-width: 992px) {
  .carousel-item img {
    /* height: 83vh;
    object-fit: fill; */
    /* Ensures the image fits nicely */
  }
}

/* For smaller screens, let the height adjust naturally */
.carousel-item img {
  width: 100%;
}

/* End banner section */


/* This is for the img carousel */
#gallery {
  margin: 1rem 0rem;

  img {
    margin: .2rem;

  }
}

/* End img carousel */


/* CSS */
.button-48 {
  appearance: none;
  background-color: #FFFFFF;
  border-width: 0;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1.5em 2.2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: geometricprecision;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-48:before {
  animation: opacityFallbackOut .5s step-end forwards;
  backface-visibility: hidden;
  background-color: #3fbd33;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
  width: 100%;
}

.button-48:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.button-48:after {
  background-color: #FFFFFF;
}

.button-48 span {
  z-index: 1;
  position: relative;
}

.testimonial-slider2 .card-body p {
  color: #4c4b4b;
  position: relative;
}

.testimonial-slider2 .card-body p .fa-quote-left {
  color: #f5cb0c;
  font-size: 55px;
  margin-right: 10px;

}

.testimonial-slider2 .card-body p .fa-quote-right {
  color: #f5cb0c;
  font-size: 55px;
  float: right;
}


/* .testimonial-slider2 .card-body:hover{
  transform: scale(1.1);
  transition: 0.5s;
} */

.testimonial-slider2 .card-title {
  color: var(--primary-dark);

}

.testimonial-slider2 .card-title span {
  color: #4c4b4b;
}


/* reel section start  */
.reel-section .team .team-member:hover {
  transform: scale(1.1);
}

.team.reels-section .team-member {
  box-shadow: none;
}

.team.reels-section .team-member video {
  border-radius: 10px;
}

/* reel section end */


/* feature section start */
#feature {
  position: relative;
}

#feature .buuter {
  position: absolute;
  top: 109px;
  left: 20px;
  height: auto;
  width: fit-content;
}

#feature .buuter img {
  height: 178px;
  width: 178px;
  transform: rotate(141deg);
  opacity: 0.2;
  position: absolute;
  top: -49px;
  left: 48px;
  z-index: -1;
}

.feature .box:hover {
  transform: scale(1.1);
}

.overflow {
  overflow: hidden;
}

.feature .box .img-box i {

  font-size: 65px;
  color: var(--fourth);
}

.feature .box h3 {
  font-size: 24px;
  color: black;
  margin-top: 8px;
}

.feature .box {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 25px;
  margin: 5px;
  margin-top: 10px;
  border-radius: 10px;
}


/* feature section end */

/* blog section start */
.blog .card-body .card-title {
  color: #3fbd33;
}

.blog h1 {
  color: black;
}

/* blog section end */


/* contect-sec start */
.contect-sec form {
  padding: 30px 50px;
}

.contect-sec form .map {
  margin-top: 20px;
}

.contect-sec {
  position: relative;
}

.contect-sec .buuter {
  position: absolute;
  top: 109px;
  left: 20px;
  height: auto;
  width: fit-content;
}

.contect-sec .buuter img {
  height: 178px;
  width: 178px;
  transform: rotate(141deg);
  opacity: 0.2;
  position: absolute;
  top: -49px;
  left: 48px;
  z-index: -1;
}

.contect-sec .btn-sec {
  color: white;
}

.contect-sec .left .content {
  padding: 20px;
}

.contect-sec .left .content p {
  font-size: 18px;
}


@media (max-width:500px) {
  .contect-sec form {
    padding: 15px;
  }

  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }




}

/* contect-sec end */

@media (max-width:768px) {
  .section {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 0px;

  }
}

@media (max-width:767px) {
  .about-sec .dff {
    border-right: 1px solid rgb(255, 252, 252);
  }

}



/* Shop-cat section start */
.Shop-cat .box .img-box {
  transform: rotate(-45deg);
  overflow: hidden;
  height: 150px;
  width: 150px;
  border: 4px solid #f5b338;
  margin: 2px 0px;
  background-color: #1a8fc679;
  border-radius: 5px;
}

.Shop-cat .box .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.Shop-cat .box .img-box img {
  height: 100%;
  width: 100%;
}


.Shop-cat .box .content h5 {
  color: var(--primary);
  font-style: uppercase;
  /* text-transform: uppercase; */
  font-weight: 400;

}

/* Shop-cat section end */

/* about section start */

.about .left .img-box {
  /* border: 2px solid var(--secondary); */
  margin: 0 30px;
  position: absolute;

}

.about .left {
  position: relative;
  height: 590px;
}

.about .left .img-box {
  position: absolute;

}

.about .left .img-box.img-1 {
  left: 0;
  top: 0;
  width: 70%;
  z-index: 1;

}

.about .left .img-box.img-2 {
  width: 50%;
  right: 0;
  bottom: 0;
  z-index: 2;

}

.about .left img {
  border: 1px solid black;
}

.about .heading {
  margin-left: unset;
  margin-right: unset;
}

.about .main-btn {
  width: fit-content;
}


.about .right p i {
  margin-right: 5px;
  color: var(--primary);
}

/* about section end */


/* gallery section start */
#gallery {
  background-color: #edf0f3;

}

.gallery .main-box {
  display: flex;
  flex-wrap: wrap;

}

.card-text {}

/* .gallery .main-box .box::after {
  position: absolute;
  height: 150%;
  width: 100%;
  content: "";
  right: -82%;
  top: -113%;
  transform: rotate(135deg);
  background-color: #ffffff4b;
  ;
}

.gallery .main-box .box:hover::after {
  transition: 0.5s;
  right: 85%;
  top: 85%;
  z-index: 12;
  cursor: pointer;
} */
.gallery .main-box .box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
  border-radius: 5px;

}

.gallery .main-box .box img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.gallery .main-box .box {
  overflow: hidden;
  border-radius: 5px;
  margin-top: 10px;
}




/* gallery section end */


/* animation code start */

/* animation code end */

#contact .contact .btn-square {
  width: 100px;
  height: 100px;
  border: 20px solid var(--light);
  background: var(--primary);
  border-radius: 50px;
}

#contact .btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  width: fit-content;
  background: #0d2329;
  padding: 35px;
  border-radius: 50%;
}

#contact p a {
  font-size: 18px;
}

#contact .box:hover p a {
  color: #4dcf6a;
}

#contact .btn-square {
  color: white;
}

#contact .text-white {
  color: #fff !important;
}

#contact .icon-sty {
  height: 80px;
  width: 80px;
  display: flex;
  align-content: center;
  justify-content: center;

}

/* contact-page start */
#contact-page .heading {
  margin-left: unset;
  margin-right: unset;
}

#contact-page .main-box .icon {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-dark);
  margin-right: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

#contact-page .main-box .icon i {
  color: white;
  font-size: 24px;
}

#contact-page .map {
  position: relative;
}

#contact-page .main-box h4 {
  color: black;
  font-family: popins;
}

#contact-page .contact-ban {
  position: relative;
  z-index: 1;


}

#contact-page .form-control {
  display: block;
  width: 100%;
  padding: 12px;
}

.contact-ban::after {
  content: "";
  background-image: url('../img/contact-ban.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 50%;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-position: right;

}


#contact-page .contact-ban .sub-head {
  color: black;
  text-align: center !important;
  margin: auto !important;
}

#contact-page .contact-ban .heading {
  color: black;
  margin-left: auto !important;
  margin-right: auto !important;
}

#contact-page .contact-ban .heading::after {
  background-color: transparent;
}

#contact-page .contact-ban .top-con .sub-head {
  color: transparent;
}

#contact-page .contact-ban .top-con .heading {
  color: transparent;
}

#contact-page .contact-ban .form-sec {
  background-color: white;
  padding: 50px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  border: none
}

#contact-page .form-label {
  color: black;
}

#contact-page .main-btn {
  width: 100%;
}

#contact-page .form-control {
  border: none;
  border: 1px solid #8080807d;
}

#contact-page .top-con {
  padding: 100px 0;
}


/* contact-page end */


/* breadcrumb section start */
/* breadcrumb start */
#breadcrumb {
  background-image: url('../img/inner-banner.jpg');
  background-position: center;
  background-size: cover;
  padding: 200px 0 150px 0;
}

.breadcrumb {
  justify-content: center;
}

.breadcrumb-item.active {
  font-weight: 500;
  color: white !important;
  font-size: 20px;
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: white!important;
}

.breadcrumb-item a {
  font-weight: 500;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: 0.5s;
}
.breadcrumb i{
      color: white !important;
    line-height: 32px !important;
    margin: 0 10px  !important;
}

.breadcrumb-item a:hover{
  color: black;
}
#breadcrumb h2 {
  font-weight: 600;
  color: white !important;
  font-size: 60px;
  font-family: popins;
      text-align: center;
}

/* breadcrumb end */

/* breadcrumb section start */



/* about page start */

.about-page-prod {
  background-color: #80bf0021;
}

.about-page-prod .card {
  border: none;
  background-color: #eff7de;

}

.about-page-prod .card .card-img-top {
  border-radius: 10px;
  position: relative;
}

.about-page-prod .card .card-title {
  color: black;
  font-size: 22px;
  font-family: fangsong;
}

.about-page-prod .card-body {
  /* background-color: #80bf0021; */
  padding-left: 0;

}

.about-page-prod .card-body .card-text {
  color: gray;
}

.about-page-prod .card .img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.about-page-prod .card .img::before {

  content: "";
  position: absolute;
  top: -293px;
  right: -97%;
  width: 135%;
  height: 100%;
  background: #ffffff4b;
  transition: 0.5s;
  pointer-events: none;
  transform: rotate(39deg);
  z-index: 1;
}


.about-page-prod .card .img:hover::before {
  top: 81%;
  right: 85%;
}


/* about page end */

/* product-page section start */


#product-page .main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px 10px 10px 10px;
  box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05);
  margin: 10px;
}

#product-page .main-box .img-box {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;

}

#product-page .main-box:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

#product-page .main-box h4 {
  color: black;
  font-size: 20px;
}

#product-page .main-box .img-box i {
  color: white;
  font-size: 26px;
}

#product-page .main-box p {
  text-align: center;
}

#product-page .right input {
  margin-top: 20px;
  border: 1px solid gray;
  padding: 10px;

}

#product-page .right {
  /* box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.05); */
  padding: 20px;
}

#product-page .right textarea {
  margin-top: 20px;
  padding: 10px;
}


/* product-page section end */


/* about-page section start */


#about-page {
  margin-bottom: 300px;
}

.about-page .box-1 .icon-box {

  margin-right: 5px;
}

.about-page .box-1 .icon img {
  height: 100%;
  width: 100%;
}

/* about-page section start */

/* gallery-page start */


/* gallery-page end */


/* trust section start */


.trust .content {

  margin-bottom: 40px;
}

.trust .content p {
  font-size: 18px;
  color: var(--gray);
}

.trust .item-group {

  display: flex;
}

.trust .item-group img {
  width: 150px;
  margin: 20px 40px;
  height: auto;
}


/* trust section end */

/* about-page-feature section start */
.about-page-feature .right .feature-box .box .icon-box i {
  color: var(--primary);
  font-size: 50px;
}

.about-page-feature {}

.about-page-feature .left {
  background-image: url(../img/about/feature.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-page-feature .right {
  padding: 50px;
  background-color: var(--light);
}

.about-page-feature .right .feature-box .box .icon-box i:hover {
  transform: scaleX(-1);
  transition: 0.5s;

}

.about-page-feature .heading {
  margin: auto;
}

.about-page-feature .right .feature-box .box {
  margin-bottom: 20px;
}

.about-page-feature .right .feature-box .box .icon-box {
  margin-right: 15px;
}

.about-page-feature .right .feature-box .box .content h5 {
  font-weight: normal;
  position: relative;
  color: black;
  margin-bottom: 20px;
}

.about-page-feature .right .feature-box .box .content h5::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 10%;
}

.about-page-feature .right .feature-box .box:hover .content h5 {
  transition: 0.5s;
  color: var(--primary);

}


/* about-page-feature section end */

.about2 .counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  /* background: #fff; */

}

.about2 .counter-box {
  flex: 1 1 180px;
  max-width: 200px;
  text-align: center;
}

.about2 .counter {
  font-size: 50px;
  font-weight: bold;
  color: var(--primary-dark);
}

.about2 .label {
  /* margin-top: 10px; */
  font-size: 18px;
  color: black;
  font-weight: 400;
}

.about2 .icon-box {
  border: 1px solid #be9a5d7a;
  height: 50px;
  width: 100px;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
}

.about2 .icon-box i {
  color: var(--primary);
  font-size: 60px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* about2 section end */

/* map section start */


#map .left .box {
  padding: 15px;
  border-radius: 10px;
}

#map .left .box .icon {
  /* padding: 8px 20px;  */
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: white;
  margin-right: 20px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}

#map .left .box .icon i {
  font-size: 28px;
  height: fit-content;
  color: var(--primary);
}

#map .left .box .content h4 {
  color: white;
}

#map .left .box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;

}

#map .left .box .content a {
  color: rgba(255, 255, 255, 0.6);
}

#map .left .box .content a:hover {
  color: white;
}

#map .left {
  position: relative;
  height: 550px;


}

#map .left .head-content {
  padding: 40px 20px;
  position: absolute;
  right: -14px;
  top: 0;
  background-color: var(--primary);
}

#map .social-icon {
  width: fit-content;
  position: absolute;
  left: 187px;
  top: 50%;
  transform: translateY(-50%);
  padding: 135px 0px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#map .social-icon i {
  margin: 14px;

}

#map .right {
  padding-right: 200px;
}

#map .social-icon a:hover {
  color: var(--primary);
  transition: 0.5s;
}

#map .left .inside {
  display: none;
  display: flex;
}

#map .left .outside {
  display: block;
}

/* map section end */

/* faq section start */
#faq .accordion {
  background-color: white !important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

#faq .accordion-button {
  background-color: white !important;
  color: var(--primary-dark) !important;
}

#faq .active,
.accordion:hover {
  background-color: #ccc;
}

#faq .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.faq {
  padding: 20px;
}

#faq .accordion-body {
  background-color: white;
  font-size: 16px;
}


/* faq section end */

/* product-details start */
.product-details {
  padding-top: 35px;
}

.product-details .product-info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-details .img-card img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  object-fit: contain;
  border-radius: 2px;
}

.product-details .small-Card {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  gap: 12px;
}

.product-details .small-Card img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid gray;
}

.product-details .product-info {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.product-details .product-info h3 {
  font-size: 32px;
  font-family: Lato;
  font-weight: 600;
  line-height: 130%;
  color: black;
}

.product-details .product-info p {
  color: #424551;

}

.product-details table thead {
  background-color: var(--primary);
  color: white;
}

.product-details table tr td {
  color: black;
}

.product-details .heading {
  margin: unset;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 35px;
  color: black;
}

.product-details li {
  list-style: none;
  color: #424551;
  line-height: 1.5;
}

.product-details li i {
  margin-right: 10px;
  color: var(--primary);
  font-size: 20px;
}

/* reel section start */
#reel video {
  border-radius: 5px;
}


/* reel section end */



/* service-sec section start */

#service-sec {
  background-image: linear-gradient(#061932c2, black), url(../img/home-service-bg.jpg);
  background-position: center;
  background-size: cover;
}

#service-sec .sub-head {
  margin: auto;
}

#service-sec .heading {
  color: white;
}

#service-sec .main-para {
  margin: 0 200px;
  text-align: center;
  color: #eeeeee;
}

#service-sec .card-body {
  background-color: white;
  padding: 1rem 1rem 1rem 1rem;
  align-items: center;
}

#service-sec .card-body .card-title {
  font-weight: 700;
  margin-bottom: 10px;
  color: black;
  text-align: start;
  margin-bottom: 20px;


}

#service-sec .card-body .btn-thir {
  margin: auto !important;
}

#service-sec .card-body .card-title::after {
  content: '';
  border: 1px solid var(--primary);
  width: 60px;
  display: block;
  position: relative;
  top: 12px;
  z-index: 1;
}


/* service-sec section end */


/* service page start */
#service-sec.service-page {
  background-image: none;

}

#service-sec.service-page .heading {
  color: black;
}

#service-sec.service-page .main-para {
  color: black;
}


/* service page end */


/* why choose us section start */

.why-section .heading {
  margin-left: unset;
  margin-right: unset;

}

.why-section .feature-card {

  align-items: start;
  transition: transform .18s ease;
  border: 2px dotted black;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.why-section .feature-card:hover {
  transform: translateY(-2px);
}

.why-section .icon-box {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  background: var(--tile-bg);
  color: var(--tile-fg);
  border-radius: 2px;
  flex-shrink: 0;
  background-color: var(--secondary);
  border-radius: 50%;
  margin-bottom: 10px;
}

.why-section .icon-box i {
  color: white;
  font-weight: 30px;
  font-size: 28px;
}

.why-section .feature-title {
  margin: 2px 0 6px 0;
  font-size: 24px;
  color: black;
  margin-bottom: 16px;

}

.why-section .feature-text {
  margin: 0;
  font-size: .95rem;
  text-align: center;
}


/* why choose us section end */

/* product-sec section start */

.product-sec .sub-head {
  margin: auto;
}

.product-sec .swiper {
  width: 100%;
  padding: 30px 0;
}

.product-sec .main-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
}

.product-sec .main-card:hover .icon-box {
  top: 58%;
  transform: translate(-49%, -36%);
  transition: 0.5s;
  opacity: 1;
}

.product-sec .main-card .icon-box {
  position: absolute;
  left: 50%;
  top: 74%;
  transform: translate(-49%, 74%);
  background-color: var(--primary);
  opacity: 0;

}

.product-sec .main-card .icon-box i {
  color: white;
  padding: 10px;
}


.product-sec .card-img {
  width: 100%;
  object-fit: cover;
  border-radius: 2px;
  margin-bottom: 10px;
  background-color: #95a3b517;
}

.product-sec .main-card h5 {
  position: relative;
  color: black;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.product-sec .main-card h5::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 2px;
  width: 80px;
  text-align: center;
  margin: auto;
  transform: translateX(-50%);
}

/* Custom Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: var(--primary);
  /* aapke theme ka primary color */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  padding: 24px 20px;
}

.team-page .main-card {
  margin-top: 15px;
  box-shadow: none;
  border: none;

}

.team-page .div {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
}


/* Left arrow ko thoda aur left side le jao */
.swiper-button-prev {
  left: -60px;
  /* 👈 adjust according to your design */
}

/* Right arrow ko thoda aur right side le jao */
.swiper-button-next {
  right: -60px;
  /* 👈 adjust according to your design */
}

.swiper-button-prev i {
  color: white;
}

.swiper-button-next i {
  color: white;
}

.swiper-button-prev:hover {
  background-color: white;
}

.swiper-button-next:hover {
  background-color: white;
}


.swiper-button-prev:hover i {
  color: var(--primary);
}

.swiper-button-next:hover i {
  color: var(--primary);
}


/* Default arrow icon ko hatakar Font Awesome lagayenge */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
  /* ❌ default swiper arrow hide */
}

/* team-section section end */




/* service-details-page start */
.service-details-page .main-box {
  padding: 50px;
}

.service-details-page .main-box ul {
  margin-left: 20px;
}

.service-details-page .main-box ul li {
  color: #4c4b4b;
  line-height: 1.6;
}

.service-details-page .main-box h2 {
  color: black;
}

.service-details-page .main-box h5 {
  color: rgb(48, 48, 48);
}


/* service-details-page end */


/* error section start */
#error-page {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

#error-page .error-page {
  width: fit-content;
  padding: 50px;
  width: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  border: 1px solid black;
}

#error-page .error-page h2 {
  color: black;
}

#error-page .error-page p {
  text-align: center;
}


/* error section end */

/* category start */

.category .box .img-box {
  border-radius: 50%;
  overflow: hidden;
  height: 180px;
  width: 180px;
  /* border: 4px solid #1b6099; */
  margin: 2px 0px;

}

.category .box .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.category .box .img-box img {
  width: 145%;
}


.category .box .content h5 {
  color: #040404;
  font-style: uppercase;
  font-weight: 500;
  text-align: center;
  font-family: popins;
}


/* category end */


/* indusIndustries section start */
#indus {
  background-color: var(--primary);
  position: relative;
  height: 60vh;
  margin: 200px 0 0;
}

.indus h4 {
  color: black;
  font-size: 20px;
}

.indus {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);

}

.indus-box {
  padding: 20px;
  border: 1px solid black;
  background-color: white;
  padding: 40px;
  position: relative;
  z-index: 2;

}


.indus .main-box:hover .icon-box i {
  transition: 0.5s;
  transform: rotateY(360deg);
}

.indus .icon-box {
  width: 64px;
  height: 64px;
  display: grid;
  margin-right: 10px;
  place-items: center;
  background: var(--tile-bg);
  color: var(--tile-fg);
  border-radius: 2px;
  flex-shrink: 0;
  background-color: var(--secondary);
  border-radius: 50%;
}

.indus .icon-box i {
  color: white;
  font-weight: 30px;
  font-size: 30px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.main-para {
  padding: 0 250px;
  color: #4c4b4b;
}

/* indusIndustries section end */


/* infra section start */
.infra .main-box .icon-box i {
  font-style: normal !important;
}

.infra .content p {
  margin-bottom: 0;
}

.infra .icon-box {
  width: 40px;
  height: 40px;
}


.cus-prod-sec.product-page .main-card:hover .icon-box {
  top: 58%;
  transform: translate(-49%, -60%);
  transition: 0.5s;
  opacity: 1;
}

/* related product start */
.related-prod .main-card h5::after {
  background-color: transparent;
}

/* vision-mission start */
.vision-mission {
  background: linear-gradient(120deg, #f7f9f8, #eef3f1);
  padding: 80px 0;
}

.vision-mission .vm-box {
  background: #fff;
  border-radius: 2px;
  padding: 35px;
  height: 100%;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.vision-mission .vm-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  color: black;
}

.vision-mission .vm-box .img-box {
  height: 60px;
  width: 60px;
  margin: auto;
  margin-bottom: 10px;
}

.vision-mission .vm-box i {
  font-size: 40px;
  color: #c79b42;
  margin-bottom: 15px;
}

.vision-mission .menu-strength {
  background-color: white;
  padding: 35px;
  position: relative;
}

.vision-mission .menu-strength h4 {
  color: black;
}

.vision-mission .menu-strength h5 {
  font-size: 20px;
  color: black;
}

.vision-mission .menu-strength ul li {
  color: #4c4b4b;
  margin-left: 20px;
  line-height: 30px;
}

.vision-mission .menu-strength .img-icon {
  position: absolute;
  right: 35px;
  bottom: 35px;
  height: 200px;
  width: 200px;
}

/* vision-mission end */

/* product-page start */

#product-page .left .cat-main {
  padding: 20px;
  border: 1px solid #80808029;
}

#product-page .left .cat-main h5 {
  font-weight: bold;
  font-family: popins;
  font-size: 24px;
  color: black;
}

#product-page .left .cat-main h5:hover a {
  color: var(--primary-dark);
}

#product-page .left .cat-main .box .icon i {
  transform: rotate(-45deg);
  transition: 0.5s;
}

#product-page .left .cat-main .box:hover .icon i {
  transform: rotate(0deg);

}

#product-page .left .cat-main .box p {
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
}

#product-page .left .cat-main .box:hover p {
  color: var(--primary-dark);
}

#product-page .left .list-group-flush .main-box {
  display: flex;
  margin: 0px 5px;
  transition: 0.5s;
  position: relative;
  padding: 15px 5px;
}

#product-page .left .list-group-flush .main-box a {
  text-decoration: none;
  color: #212529;
}

#product-page .left .list-group-flush .main-box h5 {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 600;
}

#product-page .left .list-group-flush .main-box .icon {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 15px;
  background: #e1e0df;
  position: relative;
}


#product-page .left .list-group-flush .main-box i {
  color: var(--primary);
  font-size: 25px;
  z-index: 1;
}

#product-page .left .list-group-flush .main-box .icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-color: var(--secondary);
  height: 0%;
  width: 0%;
  transition: 0.5s;
  border-radius: 50%;
}

#product-page .left .list-group-flush .main-box:hover .icon::after {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
#product-page .right .card {
  position: relative;
}

#product-page .right .card .main-btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
}

#product-page .right .card:hover .main-btn{
  bottom: 40%;
    opacity: 1;

}
#product-page .card{
  height: 100%;
  border: none !important;
}
#product-page .card .card-body{
  display: flex;
  flex-direction: column;
  padding: 16px 10px 16px 10px;
}
#product-page .right .card:hover{
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 40px 5px;
}
#product-page .card-text{
  text-align: center;
}
#product-page .card .main-btn{
  font-size: 14px;
  padding: 10px 15px;
}


/* product-page end */
