/********** Template CSS **********/
:root {
  --primary: #01aaec;
  --secondary: #0f4591;
  --blue: #3d4197;
  --green: #02a95d;

}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
  /* font-family: 'Rubik', sans-serif; */
  font-family: "Plus Jakarta Sans", sans-serif;
}

p {
  color: #4c4b4b;
}

.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 ***/

.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: #7a3561;
  color: white;
  padding: 8px 12px;
  font-family: sans-serif;
  font-size: 14px;
  position: relative;
}

/* marque start */

.marquee-content {
  display: inline-block;
  animation: scrollLeft 60s 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 ***/

.btn-main {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  color: white;
  background-color: var(--primary);
  border: none;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
}

.btn-main a {
  color: white
}

.btn-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--secondary);
  /* Hover background color */
  transition: all 0.4s ease;
  z-index: -1;
}

.btn-main:hover::before a {
  color: white;
}

.btn-main:hover::before {
  left: 0;
}

.btn-main:hover a {
  color: #fff;
  /* Text color on hover */
}

.btn {
  transition: .5s;
}


/* main-btn */
.main-btn {
  position: relative;
  display: inline-block;
  padding: 12px 30px;
  font-size: 16px;
  color: white;
  background-color: var(--secondary);
  border: none;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
  transition: color 0.3s ease;
  z-index: 1;
  width: fit-content;
}

.main-btn a {
  color: white;
}

.main-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  /* Hover background color */
  transition: all 0.4s ease;
  z-index: -1;
}

.main-btn:hover::before a {
  color: white;
}

.main-btn:hover::before {
  color: white;
}

.main-btn:hover::before {
  left: 0;
}

.main-btn:hover a {
  color: #fff;
  /* Text color on hover */
}
.main-btn i{
  margin-right: 5px;
}

.main-btn:hover {
  color: white;
  /* Text color on hover */
}

.btn-thir {
  color: var(--secondary);
  font-weight: 600;
}

.btn-thir i {
  color: var(--secondary);
}




.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;

}

.heading span {
  color: var(--primary);
}

.sub-head {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Poppins';
  text-transform: uppercase;
  letter-spacing: 2px;

}

.itag {
  left: 70px;
  top: 0;
}

/* .heading::after {
  content: "";
  background-color: var(--primary);
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 2px;
  width: 80px;
} */

/* header section start */
.header .nav-last {
  display: flex;
}

.header .dropdown-item a {
  color: var(--primary);
}

header .navbar-toggler i {
  color: black;
}

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 40px;
  z-index: 7;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--secondary) !important;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--secondary) !important;
}

header .nav-link {
  font-size: 18px;
}

header .nav-link {
  color: var(--lightblack);
}

header .nav-link i {
  color: var(--secondary);
}

header .dropdown-menu {
  background-color: white;
  border: none;
  border-radius: 0;

}

header .dropdown-menu a {
  color: var(--lightblack);
  font-size: 18px;
  font-weight: 500;
  padding-top: 8px;
}

header .dropdown-menu a:hover {
  color: var(--primary);
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--secondary);
  background-color: transparent;
}

.navbar-nav .nav-link.show {
  color: var(--secondary);
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.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);
}


.header-top {
  position: relative;
  background-color: var(--secondary);
  padding-top: 6px;
  padding-bottom: 6px;
}



.header-top .content {
  z-index: 2;
}

.header-top .content a {
  color: white;
  font-size: 14px;
}

.header-top a:hover {
  transform: 0.5s;
  color: var(--primary);
}

.header-top .content a i {
  color: white;
}

.header-top .soci-icon a {
  height: 26px;
  width: 26px;
  border-radius: 50%;
  /* background-color: white; */
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
}

.header-top .soci-icon a:hover {
  background-color: white;
  transition: 0.5s;
}

.header-top .soci-icon a:hover i {
  color: var(--primary);
  transition: 0.5s;
}

.soci-icon a i {
  color: white;
  margin: 0 10px;
  font-size: 12px;
}

.soci-icon span {
  color: white;
}

header .nav-link.active,
header .nav-link:hover {
  color: var(--secondary);

}

header {
  position: relative;
}


header .nav-link {
  font-size: 18px;
}

header .nav-link {
  color: black;
}

header .nav-link i {
  color: black;
}

header .dropdown-menu a {
  color: black;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;

}

.dropdown-item:focus,
.dropdown-item:hover {
  color: black;
}

.navbar-nav .nav-link.show {
  color: var(--secondary);
}

.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;
}


/* 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;

}


header .dropdown-mega {
  position: static;
}

/* allow wide menu on desktop */

header .mega-menu {
  width: min(900px, 92vw);
  border: 0;
  background: white;
  color: #fff;
  /* box-shadow: 0 10px 30px rgba(0,0,0,.15); */
}

header .mega-title {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .03em;
  opacity: .9;
  color: #fff;
}

header .mega-list .dropdown-item {
  padding: .45rem .75rem;
  color: black;
  border-radius: .35rem;
}

header .mega-list .dropdown-item:hover,
header .mega-list .dropdown-item:focus {
  background: rgba(255, 255, 255, .12);
  color: var(--secondary);
}

/* Desktop: open on hover with smooth reveal */
@media (min-width: 992px) {
  header .dropdown-mega .dropdown-toggle::after {
    margin-left: .35rem;
  }

  header .dropdown-mega .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    display: block;
    /* keep in flow for animation */
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
  }

  header .dropdown-mega:hover>.dropdown-menu,
  header .dropdown-mega:focus-within>.dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

/* Mobile: default Bootstrap dropdown (1 column, full width) */
@media (max-width: 991.98px) {
  header .mega-menu {
    width: 100%;
  }

  header .mega-title {
    margin-left: .5rem;
  }

  header .mega-list .dropdown-item {
    padding-left: 1rem;
  }
}

.carousel-control-next-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-control-prev-icon {
  background: var(--primary);
  border-radius: 50%;
}

.carousel-indicators {
  display: none
}

#home-banner {
  position: relative;
}

@keyframes call-ani {
  from {
    height: 20%;
    width: 16px;
  }

  to {}
}

/* 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-color: #f7f9fb;
}

#review {
  position: relative;
  background-color: var(--light);

}

#review .card-body {
  padding: 0px 44px 44px 40px;
  justify-content: center;
  align-items: center;
}

#review .card-body .card-title {
  color: var(--primary);
}

#review .card-body .card-title span {
  color: gray;
  font-weight: 400;
}

#review .card-body .right p {
  font-style: italic;

}

#review .card-body .right .card-text {
  position: relative;
  font-weight: 400;
  color: gray;
}

#review .card-body .right i {
  font-size: 60px;
  color: #e0e0e0;
  position: absolute;
}

#review .card-body .card-text {
  position: relative;

}

#review .card-body .right .fa-quote-left {
  left: 0;
  top: -60px;
}

#review .card-body .right .fa-quote-right {
  right: 0;
  bottom: -60px;
}

#review .card-body .main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#review .card-body .right {
  padding: 40px 30px;

}


#review .card-body .testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

.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;
}


/*** Footer ***/
.footer {
  background: linear-gradient(rgb(0 0 0 / 83%), rgb(0 0 0 / 90%)), url('../img/footer-bg.png');
  background-size: cover;

}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 255 255 / 87%);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f005";
  font-weight: 900;
  margin-right: 10px;
}

.footer .contact-add a {
  color: rgb(255 255 255 / 87%);
}

.footer .contact-add a:hover {
  color: white;
  letter-spacing: 1px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 1.5rem;
  font-size: 15px;
  background: var(--secondary);
}

.footer .copyright a {
  color: white;
  text-decoration: none;
}

.footer h4 {
  color: white;
  font-weight: normal;
}

/* .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;
  z-index: 23;
}

.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: 23;
}

.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;
}

.product {
  background-color: #f7f9fb;

}

.product .main-btn {
  width: 100%;
}

.product-sec .card {
  position: relative;


}

.product-sec .card-img-top {
  padding: 10px;
}

.product-sec .card .first-img {
  display: block;
}


.product-sec .card .sec-img {
  display: none;
}

.product-sec .card:hover .sec-img {
  display: block;
  transition: 1s;

}

.product-sec .card:hover .first-img {
  display: none;
  transition: 1s;
}




.product-sec .main-btn {
  width: fit-content;
}

.product-sec .card .main-btn.main-btn-inside {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;

}

.product-sec .card:hover .main-btn.main-btn-inside {
  top: 50%;
  opacity: 1;
  transition: 0.8s;
}

.product-sec .card .card-body .card-title {
  color: white;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}

.product-sec .card .card-body {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background-color: var(--primary);
  width: 95%;
  justify-content: space-between;
  border-radius: 5px;
  padding: 11px;
  align-items: center;

}

.product-sec .card .card-body .btn {
  height: fit-content;
  background-color: white;
  padding: 7px 15px;
}


.product-sec .card .card-body .btn i {
  color: black;

}

.product-sec .card img {
  border-radius: 2px;
}



/* .testimonial-slider2 .card-body:hover{
  transform: scale(1.1);
  transition: 0.5s;
} */

.testimonial-slider2 .card-title {
  color: #0e2229;
}



/* 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 {
  overflow: hidden;
}

.blog .card-body .card-title {
  color: var(--darksecondary);
}

.blog .card-body .card-text {
  color: #262525;
}

.blog .card-body .other-det .date {
  color: var(--secondary);
}

.blog .card-body .other-det a {
  color: var(--secondary);
}

.blog .card img:hover {
  transform: 5s;
}

.blog .card-body .card-title {
  color: black;
}

.blog h1 {
  color: black;
}

/* blog section end */


/* contect-sec start */
.contect-sec form {
  padding: 30px 50px;
}

.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 .right {
  background-color: #f7f9fb;
}

.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 p {
  margin: auto;
  width: 50%;
}

.Shop-cat .box .img-box {
  overflow: hidden;
  height: 250px;
  width: 250px;
  border: 10px solid #ffffff;
  margin: 2px 0px;
  background-color: #1a8fc679;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  display: flex;
  justify-content: center;
  align-items: center
}

.Shop-cat .box .img-box:hover {
  border: 10px solid var(--primary);
  transition: 0.5s;
}

.Shop-cat .box .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.Shop-cat .box .img-box img {
  height: 115%;
  width: 115%;
}


.Shop-cat .box .content h5 {
  color: black;
  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;

}

.about .heading {
  margin-left: unset;
  margin-right: unset;
}

.about .right h6 {
  color: var(--third);
  font-weight: 400;
}

.about .right p i {
  margin-right: 5px;
  color: var(--primary);
}

.about .btn {
  width: fit-content;
}

/* about section end */

.floating {
  display: inline-block;
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.company-name {
  font-size: 12vw;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-image: url('../img/comp.jpg');
  /* ✅ Put your image path here */
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: 'Poppins';
}

/* Outline effect */
.company-name::before {
  content: "World Tech";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /* text-stroke: 2px #030303;
        -webkit-text-stroke: 2px #080808; */
  pointer-events: none;
}

/* about section end */




/* gallery section start */
.gallery .main-box {
  display: flex;
  flex-wrap: wrap;

}

.gallery .main-box .box {
  overflow: hidden;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
  position: relative;
}

.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 img {
  height: 100%;
  width: 100%;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}


/* 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: white;
  transition: 0.5s;
}

#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;

}

/* ontact-page start */

.contact-page .container {
  background-color: #f7f9fb;
  padding: 50px 0px;
}

.contact-page .left {
  padding: 0px 40px 20px 40px;

}

.contact-page .left .box {
  display: inline-block;
  transition: transform 0.5s ease;
}

.contact-page .left .box:hover .icon i {
  transform: rotateY(360deg);
}


.contact-page .left .col-12 {
  background-color: var(--secondary);
  padding: 35px;
}

.contact-page .left .sub-head {
  color: white;
  padding-left: 20px;
}

.contact-page .left .box p span {
  color: white;
}

.contact-page .left .box p a {
  color: rgb(194 193 193);
}


.contact-page .left .box .icon {
  height: 60px;
  width: 60px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.contact-page .left .box .icon i {
  font-size: 24px;
  color: white;
}

.contact-page .left .box {
  display: flex;
  padding: 20px;
}

.contact-page .box:hover p a {
  color: var(--primary);
}

.contact-page .form h4 {
  font-size: 28px;
  font-weight: 500;
}

.contact-page .heading {
  margin-left: unset;
  margin-right: unset;
}


.contact-page .form input {
  padding: 14px 12px;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
  width: 100%;
}

.contact-page .form input:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form .main-btn {
  width: fit-content;
}

.contact-page .form textarea:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .right .box {
  padding: 15px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contact-page .right .box .icon {
  /* padding: 8px 20px; */
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #80bf00;
  margin-right: 20px;
  height: 84px;
  width: 84px;
}

.contact-page .right .box .icon i {
  font-size: 2.5rem;
  height: fit-content;
  color: white;
}

.contact-page .right .box h4 {

  color: #0d2329;
}

.contact-page .right .box p,
a {
  color: gray;

}

.contact-page .right .box a {
  font-size: 16px;
}

.contact-page .right .box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-page .right .box .content p {
  margin-bottom: 0;
  line-height: normal;
}





/* contact-page end */

@media (max-width:425px) {
  .contact-page .right .box .icon {
    height: 70px;
    width: 70px;
  }

  .contact-page .right .box a {
    font-size: 16px;
  }

  .contact-page .right .box h4 {
    font-size: 20px;
  }

}

/* 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 .tab .tablinks {
  background: transparent;
  padding: 10px 0;
  border: none;
  transition: 0.5s;
  text-align: start;
}

.product-page .tab .tablinks:hover {
  color: var(--secondary);
}

.product-page .left-cat {
  border-radius: 10px 10px 0 0;
  border: 1px solid rgb(216, 216, 216);
height: fit-content;
}

.product.product-page {
  background-color: transparent !important;
}

.product-page .card .sec-img {
  display: none;
}

.product.product-page .card {
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px
}

.product-page .card:hover .sec-img {
  display: block;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.product-page .card:hover .fir-img {
  display: none;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;

}

.product-page .card .card-title {
  color: black;
}

.product-page .card .text {
  color: gray;
}

.product-sec .card .btn a {
  color: var(--primary);
}

.product-sec .card .sec-img {
  display: none;
}

.product-sec .card {
  border: none;
  border-radius: 10px 10px 0 0;
}

.product-sec .card .btn-main {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;

}


.product-sec .card:hover .sec-img {
  display: block;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.product-sec .card img {
  padding: 23px 5px 60px 5px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.product-sec .card:hover .btn-main {
  display: block;
  bottom: 22%;
  transition: 0.9s;
}

.product-sec .card:hover .fir-img {
  display: none;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;

}

.product-sec .card .card-title {
  color: black;
}


/* 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 {
  padding: 50px 0;
}

.trust .content {

  margin-bottom: 40px;
}

.trust .content p {
  font-size: 18px;
  color: var(--gray);
}

.trust .item-group {
  padding: 40px 0;
  display: flex;
}

.trust .item-group img {
  width: 150px;
  margin: 20px 60px;
  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 section start */
#about2 {
  background-image: url("../img/about-page-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 20px;
  /* background: #fff; */

}

.counter-box {
  /* flex: 1 1 180px;
    max-width: 200px; */
  text-align: center;


}

.counter-box .main-box {
  /* border: 1px solid gray; */
  border-radius: 10px;
  padding: 30px 15px;
  margin: 0px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-box .main-box i {
  font-size: 50px;
  color: var(--primary);
  margin-right: 10px;
  padding-right: 10px;
}

.card-effect:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.counter-box .main-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--primary);
  transition: 0.5s;
  border-radius: 10px;
}

.counter-box .main-box:hover::after {
  height: 100%;
}

.counter-box .main-box:hover i {
  color: white;
}

.counter {
  font-size: 50px;
  font-weight: bold;
  color: black;
}

.label {
  font-size: 18px;
  color: black;
  font-weight: 600;
}


/* about2 section end */


/* map section start */
#map {
  background-color: var(--light);
}

#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 .img-box {
  display: flex;
  justify-content: center;
  align-content: center;

}

#faq .img-box img {
  /* max-width: 100%;   
  height: auto;      
  display: block;   */

}

#faq .heading {
  width: 100%;
}

#faq .accordion .accordion-button {
  color: var(--secondary) !important;
  border-bottom: 1px solid rgba(231, 231, 231, 0.87);
  background-color: white;
  font-weight: 600;
}

.accordion-item {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button::after {
  color: #0d6efd;
  /* Change to your desired color */
}

/* 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;
  margin-left: 5px;
}

.product-details li i {
  margin-right: 5px;
  color: #424551;
  font-size: 10px;
}


/* fir-banner section start */

.fir-banner .half-img {
  margin-top: 30px !important;
}

.fir-banner .img-box.half-img {
  margin-top: 20px;
}

.fir-banner .img-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;

}

.fir-banner .img-box img {
  height: 100%;
  width: 100%;
  border-radius: 5px;

}

.fir-banner .img-box::after {
  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;
}

.fir-banner .img-box-mid::after {
  top: -535px;
  right: -133%;
  width: 192%;
  height: 100%;
}

.fir-banner .img-box:hover::after {
  top: 81%;
  right: 85%;
}

.fir-banner .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

@media only screen and (max-width: 992px) {
  .fir-banner .half-img {
    margin-top: 0px;
  }

  .fir-banner .img-box {
    margin-bottom: 10px;
  }
}

/* fir-banner section end */

/* why-choose section start */


.why-choose .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
}

.why-choose .content h4 {
  color: var(--secondary);
  margin-top: 20px;
  font-size: 24px;
}

.why-choose .content i {
  color: white;
  background-color: var(--secondary);
  font-size: 35px;
  padding: 2px 10px;
  border-radius: 5px;

}

.why-choose .content .fa-phone-volume {
  padding: 15px 12px;
}

.why-choose .content p {
  color: gray;
  margin-top: 5px;
  font-size: 18px;
}

.why-choose .content p a {
  text-decoration: none;
  color: gray;
}

.why-choose .content p a:hover {
  color: var(--darksecondary);
  transition: 0.5s;
}

.why-choose .content i {
  color: white;
  background-color: transparent;
}


.why-choose .content .icon {
  height: 75px;
  width: 75px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.why-choose .content .sp-1 {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-2 {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-3 {
  position: absolute;
  width: 2px;
  height: 0%;
  content: "";
  top: 0;
  right: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-4 {
  position: absolute;
  width: 0%;
  height: 2px;
  content: "";
  left: 0;
  bottom: 0;
  background-color: var(--primary);
}

.why-choose .content:hover .sp-1 {
  transition: 0.5s;
  height: 100%;

}

.why-choose .content:hover .sp-2 {
  transition: 0.5s;
  width: 100%;

}

.why-choose .content:hover .sp-3 {
  transition: 0.5s;
  height: 100%;

}

.why-choose .content:hover .sp-4 {
  transition: 0.5s;
  width: 100%;

}


/* why-choose section end */

.ban-smal {
  display: none;
}

/* breadcrumb section start */
.breadcrumb-sec {
  background-color: var(--primary);
  background-position: bottom;
  background-size: cover;
}

.page-banner h2 {
  color: white;
}

.breadcrumb-section {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  /* background-image: url(../img/banner1.jpg); */
  /* background-size: cover; */
  /* background-size: 100% 100%; */
  display: flex;
  flex-direction: column;

}

.breadcrumb-sec.about {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/about-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: center;
}

.breadcrumb-sec.blog {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/blog-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: left;
}

.breadcrumb-sec.contact {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/contact-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: left;

}

.breadcrumb-section ol li {
  font-size: 20px;

}

.breadcrumb {
  justify-content: start;
}

.breadcrumb-section ol li a {
  color: rgba(0, 0, 0, 0.904);
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb-section ol li a:hover {

  transition: 0.5s;
}

.breadcrumb-section ol i {
  color: rgba(0, 0, 0, 0.904);
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  display: none;
}

.breadcrumb-section .breadcrumb-item h2 {
  color: black;
  font-size: 40px;
}

/* breadcrumb section start */





/* single blog start */

.s-blog .left.box {
  padding: 20px;
  margin-bottom: 50px;
}

.s-blog .box.left {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
}

.s-blog .box.left img {
  width: 100%;
}

.s-blog {
  margin-top: 100px;
  margin-bottom: 100px;
}


.s-blog .box.left .p-f {
  margin-top: 20px;

}

.s-blog .box.left h2 {
  color: black;

}


.s-blog .box .icon {
  margin-top: 20px;
}

.s-blog .box .icon span {
  color: var(--primary);
  margin-right: 10px;

}



/* 
.s-blog .box.left .p-f::first-letter {
  font-size: 120px;
  float: left;
  line-height: 0.8em;
  padding-right: 10px;
  padding-top: 5px;
  font-family: sans-serif;
  font-weight: normal;
  color: var(--primary);
} */

.s-blog .box.left .para {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-blog .box.left .para .img-box {
  width: 50%;
}

/* .s-blog .box.left .para {
  margin-bottom: 20px;
} */

.s-blog .box.left .para .content {
  width: 50%;
  text-align: justify;
  margin-left: 20px;
}

.s-blog .box.left .para-2 p {
  margin-left: 0px;
  margin-right: 20px;
}

.s-blog .box.left .para-2 img {
  width: 100%;
  border-radius: 5px;
}

.s-blog .box h4 {
  color: black;
}

.s-blog .box.left:hover .img-box img {
  transform: translate(0);
}

.s-blog .box.left .social-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.s-blog .box.left .social-mid .icon a {
  background-color: gray;
  margin-right: 15px;
  padding: 10px 12px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #f5f5f5;
  color: black;
}

.s-blog .box.left .social-mid .icon a:hover {
  color: white;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(1) {
  background-color: #0866ff;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(2) {
  background-color: black;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(3) {
  background-color: #0a66c2;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn a {

  font-size: 18px;
  text-decoration: none;
  list-style: none;
}

.s-blog .box.left .social-mid .tag .btn:hover {

  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn:hover a {
  color: white
}

.s-blog .box.left .social-mid hr {
  width: 100%;
  background-color: red;
  color: #0866ff;
}

.s-blog .rev {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s-blog .rev .img-box {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(images/blogs/review-img.jpg);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.s-blog .rev p {
  color: gray;
  font-size: 16px;
  text-align: center;
}

.s-blog .rev .icon a {
  color: black;
  margin: 8px;
  text-decoration: none;
}

.s-blog .rev .icon a:hover {
  color: var(--main);
  transition: 0.5s;
}

.s-blog .pre-post {
  display: flex;
  padding: 40px 0;
}

.s-blog .pre-post .img-box {
  margin-right: 20px;
}

.s-blog .pre-post .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.s-blog .content h5 {
  color: black;
}

.s-blog .pre-post .content a {
  color: var(--main);
  text-decoration: none;
}

.s-blog .pre-post .content a i {
  color: var(--main);
  font-size: 14px;
  margin-right: 3px;
}

.s-blog .pre-post .content p a {
  font-size: 18px;
  color: var(--black);
}

.s-blog .pre-post .content p:hover a {
  color: gray;
  transition: 0.5s;
}

.s-blog .connect {
  padding: 20px;
}

.s-blog .connect h2 {
  font-style: italic;
  align-items: center;
  align-self: center;
  margin: auto;
  margin-bottom: 30px;
  color: black;
}

.s-blog .connect textarea {
  background-color: var(--tolightmain);
  padding: 15px;
  border-radius: 2px;
}

.s-blog .connect input {
  background-color: var(--tolightmain);
  padding: 12px 15px;
  border-radius: 2px;
}

.s-blog .connect form {
  width: 100%;
}

.s-blog .connect form .form-control:focus {
  border-color: var(--black);
  box-shadow: none;
}

.s-blog .connect form .form-check-label {
  font-size: 20px;
}

.s-blog .connect form .form-check-input {
  margin-top: 0.6rem;
}

.s-blog .post .box:hover .img-box img {
  transform: scale(1.2);
  transition: 0.8s;
}

.s-blog .post .img-box img {
  width: 100%;
  height: 100%;
}

.s-blog .post .box {
  display: flex;
  padding-bottom: 30px;
}

.s-blog .box {
  margin-bottom: 0;
}

.s-blog .post h4 {
  color: black;
}

.s-blog .post {
  margin-bottom: 40px;
  padding: 20px 22px;
  box-shadow: 1px 1px 10px #80808036;
}

.s-blog .post .img-box {
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  /* make box responsive */
  max-width: 146px;
  height: 98px;
}

.s-blog .post .img-box img {
  width: 100%;
  /* make image fit box width */
  height: 100%;
  /* make image fit box height */
  object-fit: cover;
  /* keeps aspect ratio, crops if necessary */
  display: block;
  /* remove bottom gap under image */
}

.s-blog .post .content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-blog .post .content p {
  margin-bottom: 2px;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}

.s-blog .post .content .hed {
  font-size: 18px;
  color: black;
}

.s-blog .post .content .hed:hover {
  color: var(--secondary);
  transition: 0.5s;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}



/* error section start */
.error {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.error h1 {
  text-align: center;
}

.error p {
  text-align: center;
}

.error .btn {
  margin: auto;
}

.error img {
  width: 50%;
  margin: auto;
}

.error .num {
  color: black;
  font-size: 200px;
  text-align: center;
}

/* error section end */



#home-banner {
  position: relative;
}

@keyframes call-ani {
  from {
    height: 20%;
    width: 16px;
  }

  to {}
}

/* 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-color: #f7f9fb;
}

#review {
  position: relative;
  background-color: var(--light);

}

#review .card-body {
  padding: 0px 44px 44px 40px;
  justify-content: center;
  align-items: center;
}

#review .card-body .card-title {
  color: var(--primary);
}

#review .card-body .card-title span {
  color: gray;
  font-weight: 400;
}

#review .card-body .right p {
  font-style: italic;

}

#review .card-body .right .card-text {
  position: relative;
  font-weight: 400;
  color: gray;
}

#review .card-body .right i {
  font-size: 60px;
  color: #e0e0e0;
  position: absolute;
}

#review .card-body .card-text {
  position: relative;

}

#review .card-body .right .fa-quote-left {
  left: 0;
  top: -60px;
}

#review .card-body .right .fa-quote-right {
  right: 0;
  bottom: -60px;
}

#review .card-body .main-box {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

#review .card-body .right {
  padding: 40px 30px;

}


#review .card-body .testimonial-carousel {
  max-width: 700px;
  margin: 0 auto;
}

.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;
}


/*** Footer ***/
.footer {
  background: linear-gradient(rgb(0 0 0 / 83%), rgb(0 0 0 / 90%)), url('../img/footer-bg.png');
  background-size: cover;

}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgb(255 255 255 / 87%);
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f005";
  font-weight: 900;
  margin-right: 10px;
}

.footer .contact-add a {
  color: rgb(255 255 255 / 87%);
}

.footer .contact-add a:hover {
  color: white;
  letter-spacing: 1px;
}

.footer .btn.btn-link:hover {
  color: white;
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 1.5rem;
  font-size: 15px;
  background: var(--secondary);
}

.footer .copyright a {
  color: white;
  text-decoration: none;
}

.footer h4 {
  color: white;
  font-weight: normal;
}

/* .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;
  z-index: 23;
}

.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: 23;
}

.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;
}

.product {
  background-color: #f7f9fb;

}

.product .main-btn {
  width: 100%;
}

.product-sec .card {
  position: relative;


}

.product-sec .card-img-top {
  padding: 10px;
}

.product-sec .card .first-img {
  display: block;
}


.product-sec .card .sec-img {
  display: none;
}

.product-sec .card:hover .sec-img {
  display: block;
  transition: 1s;

}

.product-sec .card:hover .first-img {
  display: none;
  transition: 1s;
}




.product-sec .main-btn {
  width: fit-content;
}

.product-sec .card .main-btn.main-btn-inside {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;

}

.product-sec .card:hover .main-btn.main-btn-inside {
  top: 50%;
  opacity: 1;
  transition: 0.8s;
}

.product-sec .card .card-body .card-title {
  color: white;
  margin-bottom: 0;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
}

.product-sec .card .card-body {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  background-color: var(--primary);
  width: 95%;
  justify-content: space-between;
  border-radius: 5px;
  padding: 11px;
  align-items: center;

}

.product-sec .card .card-body .btn {
  height: fit-content;
  background-color: white;
  padding: 7px 15px;
}


.product-sec .card .card-body .btn i {
  color: black;

}

.product-sec .card img {
  border-radius: 2px;
}



/* .testimonial-slider2 .card-body:hover{
  transform: scale(1.1);
  transition: 0.5s;
} */

.testimonial-slider2 .card-title {
  color: #0e2229;
}



/* 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 {
  overflow: hidden;
}

.blog .card-body .card-title {
  color: var(--darksecondary);
}

.blog .card-body .card-text {
  color: #262525;
}

.blog .card-body .other-det .date {
  color: var(--secondary);
}

.blog .card-body .other-det a {
  color: var(--secondary);
}

.blog .card img:hover {
  transform: 5s;
}

.blog .card-body .card-title {
  color: black;
}

.blog h1 {
  color: black;
}

/* blog section end */


/* contect-sec start */
.contect-sec form {
  padding: 30px 50px;
}

.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 .right {
  background-color: #f7f9fb;
}

.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 p {
  margin: auto;
  width: 50%;
}

.Shop-cat .box .img-box {
  overflow: hidden;
  height: 250px;
  width: 250px;
  border: 10px solid #ffffff;
  margin: 2px 0px;
  background-color: #1a8fc679;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  display: flex;
  justify-content: center;
  align-items: center
}

.Shop-cat .box .img-box:hover {
  border: 10px solid var(--primary);
  transition: 0.5s;
}

.Shop-cat .box .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

.Shop-cat .box .img-box img {
  height: 115%;
  width: 115%;
}


.Shop-cat .box .content h5 {
  color: black;
  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;

}

.about .heading {
  margin-left: unset;
  margin-right: unset;
}

.about .right h6 {
  color: var(--third);
  font-weight: 400;
}

.about .right p i {
  margin-right: 5px;
  color: var(--primary);
}

.about .btn {
  width: fit-content;
}

/* about section end */

.floating {
  display: inline-block;
  animation: floatUpDown 5s ease-in-out infinite;
}

@keyframes floatUpDown {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(30px);
  }
}

.company-name {
  font-size: 12vw;
  font-weight: bold;
  font-family: Arial, sans-serif;
  background-image: url('../img/comp.jpg');
  /* ✅ Put your image path here */
  background-size: cover;
  background-position: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-family: 'Poppins';
}

/* Outline effect */
.company-name::before {
  content: "World Tech";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  /* text-stroke: 2px #030303;
        -webkit-text-stroke: 2px #080808; */
  pointer-events: none;
}

/* about section end */




/* gallery section start */
.gallery .main-box {
  display: flex;
  flex-wrap: wrap;

}

.gallery .main-box .box {
  overflow: hidden;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
  position: relative;
}

.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 img {
  height: 100%;
  width: 100%;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.gallery-item {
  position: relative;
  flex: 1 1 calc(25% - 16px);
  min-width: 250px;
  max-width: 100%;
  overflow: hidden;
  border-radius: 8px;
}


/* 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: 16px;
}

#contact .box:hover p a {
  color: white;
  transition: 0.5s;
}

#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;

}

/* ontact-page start */

.contact-page .container {
  background-color: #f7f9fb;
  padding: 50px 0px;
}

.contact-page .left {
  padding: 0px 40px 20px 40px;

}

.contact-page .left .box {
  display: inline-block;
  transition: transform 0.5s ease;
}

.contact-page .left .box:hover .icon i {
  transform: rotateY(360deg);
}


.contact-page .left .col-12 {
  background-color: var(--secondary);
  padding: 35px;
}

.contact-page .left .sub-head {
  color: white;
  padding-left: 20px;
}

.contact-page .left .box p span {
  color: white;
}

.contact-page .left .box p a {
  color: rgb(223 223 223);
}


.contact-page .left .box .icon {
  height: 60px;
  width: 60px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}

.contact-page .left .box .icon i {
  font-size: 24px;
  color: white;
}

.contact-page .left .box {
  display: flex;
  padding: 20px;
}

.contact-page .box:hover p a {
  color: var(--primary);
}

.contact-page .form h4 {
  font-size: 28px;
  font-weight: 500;
}

.contact-page .heading {
  margin-left: unset;
  margin-right: unset;
}


.contact-page .form input {
  padding: 14px 12px;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
  width: 100%;
}

.contact-page .form input:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .form textarea {
  padding: 12px;
  border-radius: 4px;
  width: 100%;
  border: none;
  border-radius: 3px;
  border: 1px solid rgba(128, 128, 128, 0.274);
}

.contact-page .form .main-btn {
  width: fit-content;
}

.contact-page .form textarea:focus-visible {
  outline: 1px solid var(--primary-color);
}

.contact-page .right .box {
  padding: 15px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.contact-page .right .box .icon {
  /* padding: 8px 20px; */
  display: flex;
  border-radius: 3px;
  align-items: center;
  justify-content: center;
  background-color: #80bf00;
  margin-right: 20px;
  height: 84px;
  width: 84px;
}

.contact-page .right .box .icon i {
  font-size: 2.5rem;
  height: fit-content;
  color: white;
}

.contact-page .right .box h4 {

  color: #0d2329;
}

.contact-page .right .box p,
a {
  color: gray;

}

.contact-page .right .box a {
  font-size: 16px;
}

.contact-page .right .box .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contact-page .right .box .content p {
  margin-bottom: 0;
  line-height: normal;
}





/* contact-page end */

@media (max-width:425px) {
  .contact-page .right .box .icon {
    height: 70px;
    width: 70px;
  }

  .contact-page .right .box a {
    font-size: 16px;
  }

  .contact-page .right .box h4 {
    font-size: 20px;
  }

}

/* 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.product-page {
  background-color: transparent !important;
}

.product-page .card .sec-img {
  display: none;
}

.product.product-page .card {
  border: 1px solid rgb(216, 216, 216);
  border-radius: 5px
}

.product-page .card:hover .sec-img {
  display: block;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.product-page .card:hover .fir-img {
  display: none;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;

}

.product-page .card .card-title {
  color: black;
}

.product-page .card .text {
  color: gray;
}

.product-sec .card .btn a {
  color: var(--primary);
}

.product-sec .card .sec-img {
  display: none;
}

.product-sec .card {
  border: none;
  border-radius: 10px 10px 0 0;
}

.product-sec .card .btn-main {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;

}


.product-sec .card:hover .sec-img {
  display: block;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;
}

.product-sec .card img {
  padding: 23px 5px 60px 5px;
  background-color: white;
  position: relative;
  overflow: hidden;
}

.product-sec .card:hover .btn-main {
  display: block;
  bottom: 22%;
  transition: 0.9s;
}

.product-sec .card:hover .fir-img {
  display: none;
  transition: 0.5s;
  border-radius: 10px 10px 0 0;

}

.product-sec .card .card-title {
  color: black;
}


/* 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 {
  padding: 50px 0;
}

.trust .content {

  margin-bottom: 40px;
}

.trust .content p {
  font-size: 18px;
  color: var(--gray);
}

.trust .item-group {
  padding: 40px 0;
  display: flex;
}

.trust .item-group img {
  width: 150px;
  margin: 20px 60px;
  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 section start */
#about2 {
  background-image: url("../img/about-page-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.counter-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 20px;
  /* background: #fff; */

}

.counter-box {
  /* flex: 1 1 180px;
    max-width: 200px; */
  text-align: center;


}

.counter-box .main-box {
  /* border: 1px solid gray; */
  border-radius: 10px;
  padding: 30px 15px;
  margin: 0px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-box .main-box i {
  font-size: 50px;
  color: var(--primary);
  margin-right: 10px;
  padding-right: 10px;
}

.card-effect:hover {
  transform: translateY(-10px);
  transition: 0.5s;
}

.counter-box .main-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  z-index: -1;
  background-color: var(--primary);
  transition: 0.5s;
  border-radius: 10px;
}

.counter-box .main-box:hover::after {
  height: 100%;
}

.counter-box .main-box:hover i {
  color: white;
}

.counter {
  font-size: 50px;
  font-weight: bold;
  color: black;
}

.label {
  font-size: 18px;
  color: black;
  font-weight: 600;
}


/* about2 section end */


/* map section start */
#map {
  background-color: var(--light);
}

#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 .img-box {
  display: flex;
  justify-content: center;
  align-content: center;

}

#faq .img-box img {
  /* max-width: 100%;   
  height: auto;      
  display: block;   */

}

#faq .heading {
  width: 100%;
}

#faq .accordion .accordion-button {
  color: var(--secondary) !important;
  border-bottom: 1px solid rgba(231, 231, 231, 0.87);
  background-color: white;
  font-weight: 600;
}

.accordion-item {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.accordion-button:focus {
  border: none;
  box-shadow: none;
}

.accordion-button::after {
  color: #0d6efd;
  /* Change to your desired color */
}

/* 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;
  flex-wrap: wrap;
}

.product-details .small-Card img {
  width: 84px;
  height: 84px;
  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;
}



/* fir-banner section start */

.fir-banner .half-img {
  margin-top: 30px !important;
}

.fir-banner .img-box.half-img {
  margin-top: 20px;
}

.fir-banner .img-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 5px;

}

.fir-banner .img-box img {
  height: 100%;
  width: 100%;
  border-radius: 5px;

}

.fir-banner .img-box::after {
  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;
}

.fir-banner .img-box-mid::after {
  top: -535px;
  right: -133%;
  width: 192%;
  height: 100%;
}

.fir-banner .img-box:hover::after {
  top: 81%;
  right: 85%;
}

.fir-banner .img-box:hover img {
  transform: scale(1.1);
  transition: 0.5s;
}

@media only screen and (max-width: 992px) {
  .fir-banner .half-img {
    margin-top: 0px;
  }

  .fir-banner .img-box {
    margin-bottom: 10px;
  }
}

/* fir-banner section end */

/* why-choose section start */


.why-choose .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  position: relative;
}

.why-choose .content h4 {
  color: var(--secondary);
  margin-top: 20px;
  font-size: 24px;
}

.why-choose .content i {
  color: white;
  background-color: var(--secondary);
  font-size: 35px;
  padding: 2px 10px;
  border-radius: 5px;

}

.why-choose .content .fa-phone-volume {
  padding: 15px 12px;
}

.why-choose .content p {
  color: gray;
  margin-top: 5px;
  font-size: 18px;
}

.why-choose .content p a {
  text-decoration: none;
  color: gray;
}

.why-choose .content p a:hover {
  color: var(--darksecondary);
  transition: 0.5s;
}

.why-choose .content i {
  color: white;
  background-color: transparent;
}


.why-choose .content .icon {
  height: 75px;
  width: 75px;
  background-color: var(--primary);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.why-choose .content .sp-1 {
  position: absolute;
  width: 2px;
  height: 0;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-2 {
  position: absolute;
  width: 0;
  height: 2px;
  content: "";
  top: 0;
  left: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-3 {
  position: absolute;
  width: 2px;
  height: 0%;
  content: "";
  top: 0;
  right: 0;
  background-color: var(--primary);
}

.why-choose .content .sp-4 {
  position: absolute;
  width: 0%;
  height: 2px;
  content: "";
  left: 0;
  bottom: 0;
  background-color: var(--primary);
}

.why-choose .content:hover .sp-1 {
  transition: 0.5s;
  height: 100%;

}

.why-choose .content:hover .sp-2 {
  transition: 0.5s;
  width: 100%;

}

.why-choose .content:hover .sp-3 {
  transition: 0.5s;
  height: 100%;

}

.why-choose .content:hover .sp-4 {
  transition: 0.5s;
  width: 100%;

}


/* why-choose section end */

.ban-smal {
  display: none;
}

/* breadcrumb section start */
.breadcrumb-sec {
  background-color: var(--primary);
  background-position: bottom;
  background-size: cover;
}

.page-banner h2 {
  color: white;
}

.breadcrumb-section {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  /* background-image: url(../img/banner1.jpg); */
  /* background-size: cover; */
  /* background-size: 100% 100%; */
  display: flex;
  flex-direction: column;

}

.breadcrumb-sec.about {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/about-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: center;
}

.breadcrumb-sec.blog {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/blog-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: left;
}

.breadcrumb-sec.contact {
  /* margin-top: 142px; */
  padding: 50px 0 50px 0;
  background-image: url(../img/contact-banner.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  background-position: left;

}

.breadcrumb-section ol li {
  font-size: 20px;

}

.breadcrumb {
  justify-content: start;
}

.breadcrumb-section ol li a {
  color: rgba(0, 0, 0, 0.904);
  font-weight: 600;
  font-size: 16px;
}

.breadcrumb-section ol li a:hover {

  transition: 0.5s;
}

.breadcrumb-section ol i {
  color: rgba(0, 0, 0, 0.904);
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
  display: none;
}

.breadcrumb-section .breadcrumb-item h2 {
  color: black;
  font-size: 40px;
}

/* breadcrumb section start */





/* single blog start */

.s-blog .left.box {
  padding: 20px;
  margin-bottom: 50px;
}

.s-blog .box.left {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
}

.s-blog .box.left img {
  width: 100%;
}

.s-blog {
  margin-top: 100px;
  margin-bottom: 100px;
}


.s-blog .box.left .p-f {
  margin-top: 20px;

}

.s-blog .box.left h2 {
  color: black;

}


.s-blog .box .icon {
  margin-top: 20px;
}

.s-blog .box .icon span {
  color: var(--primary);
  margin-right: 10px;

}



/* 
.s-blog .box.left .p-f::first-letter {
  font-size: 120px;
  float: left;
  line-height: 0.8em;
  padding-right: 10px;
  padding-top: 5px;
  font-family: sans-serif;
  font-weight: normal;
  color: var(--primary);
} */

.s-blog .box.left .para {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-blog .box.left .para .img-box {
  width: 50%;
}

/* .s-blog .box.left .para {
  margin-bottom: 20px;
} */

.s-blog .box.left .para .content {
  width: 50%;
  text-align: justify;
  margin-left: 20px;
}

.s-blog .box.left .para-2 p {
  margin-left: 0px;
  margin-right: 20px;
}

.s-blog .box.left .para-2 img {
  width: 100%;
  border-radius: 5px;
}

.s-blog .box h4 {
  color: black;
}

.s-blog .box.left:hover .img-box img {
  transform: translate(0);
}

.s-blog .box.left .social-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.s-blog .box.left .social-mid .icon a {
  background-color: gray;
  margin-right: 15px;
  padding: 10px 12px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #f5f5f5;
  color: black;
}

.s-blog .box.left .social-mid .icon a:hover {
  color: white;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(1) {
  background-color: #0866ff;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(2) {
  background-color: black;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .icon a:hover:nth-child(3) {
  background-color: #0a66c2;
  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn a {

  font-size: 18px;
  text-decoration: none;
  list-style: none;
}

.s-blog .box.left .social-mid .tag .btn:hover {

  transition: 0.5s;
}

.s-blog .box.left .social-mid .tag .btn:hover a {
  color: white
}

.s-blog .box.left .social-mid hr {
  width: 100%;
  background-color: red;
  color: #0866ff;
}

.s-blog .rev {
  box-shadow: 0px 15px 45px -5px rgba(0, 0, 0, 0.08);
  padding: 35px 25px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.s-blog .rev .img-box {
  display: flex;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(images/blogs/review-img.jpg);
  background-position: center;
  background-size: 100% 100%;
  margin-bottom: 20px;
}

.s-blog .rev p {
  color: gray;
  font-size: 16px;
  text-align: center;
}

.s-blog .rev .icon a {
  color: black;
  margin: 8px;
  text-decoration: none;
}

.s-blog .rev .icon a:hover {
  color: var(--main);
  transition: 0.5s;
}

.s-blog .pre-post {
  display: flex;
  padding: 40px 0;
}

.s-blog .pre-post .img-box {
  margin-right: 20px;
}

.s-blog .pre-post .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.s-blog .content h5 {
  color: black;
}

.s-blog .pre-post .content a {
  color: var(--main);
  text-decoration: none;
}

.s-blog .pre-post .content a i {
  color: var(--main);
  font-size: 14px;
  margin-right: 3px;
}

.s-blog .pre-post .content p a {
  font-size: 18px;
  color: var(--black);
}

.s-blog .pre-post .content p:hover a {
  color: gray;
  transition: 0.5s;
}

.s-blog .connect {
  padding: 20px;
}

.s-blog .connect h2 {
  font-style: italic;
  align-items: center;
  align-self: center;
  margin: auto;
  margin-bottom: 30px;
  color: black;
}

.s-blog .connect textarea {
  background-color: var(--tolightmain);
  padding: 15px;
  border-radius: 2px;
}

.s-blog .connect input {
  background-color: var(--tolightmain);
  padding: 12px 15px;
  border-radius: 2px;
}

.s-blog .connect form {
  width: 100%;
}

.s-blog .connect form .form-control:focus {
  border-color: var(--black);
  box-shadow: none;
}

.s-blog .connect form .form-check-label {
  font-size: 20px;
}

.s-blog .connect form .form-check-input {
  margin-top: 0.6rem;
}

.s-blog .post .box:hover .img-box img {
  transform: scale(1.2);
  transition: 0.8s;
}

.s-blog .post .img-box img {
  width: 100%;
  height: 100%;
}

.s-blog .post .box {
  display: flex;
  padding-bottom: 30px;
}

.s-blog .box {
  margin-bottom: 0;
}

.s-blog .post h4 {
  color: black;
}

.s-blog .post {
  margin-bottom: 40px;
  padding: 20px 22px;
  box-shadow: 1px 1px 10px #80808036;
}

.s-blog .post .img-box {
  overflow: hidden;
  border-radius: 2px;
  width: 100%;
  /* make box responsive */
  max-width: 146px;
  height: 98px;
}

.s-blog .post .img-box img {
  width: 100%;
  /* make image fit box width */
  height: 100%;
  /* make image fit box height */
  object-fit: cover;
  /* keeps aspect ratio, crops if necessary */
  display: block;
  /* remove bottom gap under image */
}

.s-blog .post .content {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.s-blog .post .content p {
  margin-bottom: 2px;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}

.s-blog .post .content .hed {
  font-size: 18px;
  color: black;
}

.s-blog .post .content .hed:hover {
  color: var(--secondary);
  transition: 0.5s;
}

.s-blog .post .content a {
  text-decoration: none;
  list-style: none;
  color: var(--gray);
}



/* error section start */
.error {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.error h1 {
  text-align: center;
}

.error p {
  text-align: center;
}

.error .btn {
  margin: auto;
}

.error img {
  width: 50%;
  margin: auto;
}

.error .num {
  color: black;
  font-size: 200px;
  text-align: center;
}

/* error section end */

/* related-prod start */
.related-prod .card-body {
  background-color: var(--primary);
  position: relative;
  border-radius: 5px;
}

.related-prod .card-body .card-title {
  color: white;
  border-radius: 5px;
  font-size: 18px;
}

.related-prod .main-btn {
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.related-prod .card:hover .main-btn {
  position: absolute;
  bottom: 20%;
}




/* related-prod end */