/*
* Template Name: UntreeStore
* Template Author: Untree.co
* Author URI: https://untree.co/
* License: https://creativecommons.org/licenses/by/3.0/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&amp;display=swap");

.text-justfy {
  text-align: justify;
}

body {
  overflow-x: hidden;
  position: relative;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
  color: #6a6a6a;
  font-size: 14px;
  background-color: #eff2f1;
}

a {
  text-decoration: none;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #2f2f2f;
  text-decoration: underline;
}

a:hover {
  color: #2f2f2f;
  text-decoration: none;
}

a.more {
  font-weight: 600;
}

.custom-navbar {
  /* background: #3b5d50 !important; */
  /* padding-top: 20px;
  padding-bottom: 20px; */
}



.custom-navbar .navbar-brand>span {
  opacity: .4;
}

.custom-navbar .navbar-toggler {
  border-color: transparent;
}

.custom-navbar .navbar-toggler:active,
.custom-navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

@media (min-width: 992px) {
  .custom-navbar .custom-navbar-nav li {
    margin-left: 15px;
    margin-right: 15px;
  }

}

.custom-navbar .custom-navbar-nav li a {
  /* font-weight: 500; */
  /* color: #ffffff !important; */
  /* opacity: .5; */
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  position: relative;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 40px !important;
    left: 8px;
    right: 8px;
    background: #1a8fe6;
    height: 4px;
    border-radius: 10px;
    opacity: 1;
    visibility: visible;
    width: 0;
    -webkit-transition: .15s all ease-out;
    -o-transition: .15s all ease-out;
    transition: .15s all ease-out;
  }

  .custom-navbar .custom-navbar-nav .nav-item {
    padding: 25px 10px;
  }
}

.custom-navbar .custom-navbar-nav li a:hover {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li a:hover:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-nav li.active a {
  opacity: 1;
}

.custom-navbar .custom-navbar-nav li.active a:before {
  width: calc(100% - 16px);
}

.custom-navbar .custom-navbar-cta {
  margin-left: 0 !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media (min-width: 768px) {
  .custom-navbar .custom-navbar-cta {
    margin-left: 40px !important;
  }
}

.custom-navbar .custom-navbar-cta li {
  margin-left: 0px;
  margin-right: 0px;
}

.custom-navbar .custom-navbar-cta li:first-child {
  margin-right: 20px;
}


.btn:active,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #3b5d50;
  border-color: #3b5d50;
}

.btn.btn-primary:hover {
  background: #314d43;
  border-color: #314d43;
}

.btn.btn-secondary {
  color: #2f2f2f;
  background: #f9bf29;
  border-color: #f9bf29;
}

.btn.btn-secondary:hover {
  background: #f8b810;
  border-color: #f8b810;
}

.btn.btn-white-outline {
  background: transparent;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.3);
}

.btn.btn-white-outline:hover {
  border-color: white;
  color: #ffffff;

}

.section-title {
  color: #2f2f2f;
}

.product-section {
  padding: 7rem 0;
}

.product-section .product-item {
  text-align: center;
  text-decoration: none;
  display: block;
  position: relative;
  padding-bottom: 50px;
  cursor: pointer;
}

.product-section .product-item .product-thumbnail {
  margin-bottom: 30px;
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item h3 {
  font-weight: 600;
  font-size: 16px;
}

.product-section .product-item strong {
  font-weight: 800 !important;
  font-size: 18px !important;
}

.product-section .product-item h3,
.product-section .product-item strong {
  color: #2f2f2f;
  text-decoration: none;
}

.product-section .product-item .icon-cross {
  position: absolute;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #2f2f2f;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: -17.5px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item .icon-cross img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.product-section .product-item:before {
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
  background: #dce5e4;
  height: 0%;
  z-index: -1;
  border-radius: 10px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.product-section .product-item:hover .product-thumbnail {
  top: -25px;
}

.product-section .product-item:hover .icon-cross {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.product-section .product-item:hover:before {
  height: 70%;
}

.why-choose-section {
  background: #ffffff;
  /* color: white; */
}

.why-choose-section .img-wrap {
  position: relative;
}

.why-choose-section .img-wrap:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  /* background-image: url("../images/dots-yellow.svg"); */
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.why-choose-section .img-wrap img {
  border-radius: 20px;
  height: 300px;
}

.feature {
  margin-bottom: 30px;
}

.feature .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  z-index: 10;
}

.feature .icon:before {
  content: "";
  width: 33px;
  height: 33px;
  position: absolute;
  background: linear-gradient(160deg, #ff000090, #ff000090, #0000ff90, #0000ff90);
  border-radius: 50%;
  right: -8px;
  bottom: 0;
  z-index: -1;
}

.feature h3 {
  font-size: 14px;
  color: #2f2f2f;
}

.feature p {
  font-size: 14px;
  line-height: 22px;
  color: #6a6a6a;
}

.we-help-section {
  padding: 7rem 0;
}

.we-help-section .imgs-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[27];
  grid-template-columns: repeat(27, 1fr);
  position: relative;
}

.we-help-section .imgs-grid:before {
  position: absolute;
  content: "";
  width: 255px;
  height: 217px;
  /* background-image: url("../images/dots-green.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(-40%, -40%);
  -ms-transform: translate(-40%, -40%);
  transform: translate(-40%, -40%);
  z-index: -1;
}

.we-help-section .imgs-grid .grid {
  position: relative;
}

.we-help-section .imgs-grid .grid img {
  border-radius: 20px;
  max-width: 100%;
}

.we-help-section .imgs-grid .grid.grid-1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 18;
  grid-column: 1 / span 18;
  -ms-grid-row: 1;
  -ms-grid-row-span: 27;
  grid-row: 1 / span 27;
}

.we-help-section .imgs-grid .grid.grid-2 {
  -ms-grid-column: 19;
  -ms-grid-column-span: 27;
  grid-column: 19 / span 27;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-row: 1 / span 5;
  padding-left: 20px;
}

.we-help-section .imgs-grid .grid.grid-3 {
  -ms-grid-column: 14;
  -ms-grid-column-span: 16;
  grid-column: 14 / span 16;
  -ms-grid-row: 6;
  -ms-grid-row-span: 27;
  grid-row: 6 / span 27;
  padding-top: 20px;
}

.custom-list {
  width: 100%;
}

.custom-list li {
  display: inline-block;
  width: calc(50% - 20px);
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
  padding-left: 20px;
}

.custom-list li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ff0000;
  position: absolute;
  left: 0;
  top: 8px;
}

.popular-product {
  padding: 0 0 7rem 0;
}

.popular-product .product-item-sm h3 {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.popular-product .product-item-sm a {
  text-decoration: none;
  color: #0000ff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-weight: bold;
}

.popular-product .product-item-sm a {
  color: #ffffff;
}

.popular-product .product-item-sm p {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 14px;
  color: #ffffff;
}

.popular-product .product-item-sm .thumbnail {
  margin-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  position: relative;
  border-radius: 10px;
}



.testimonial-section {
  /* padding: 3rem 0 7rem 0; */
}

.testimonial-slider-wrap {
  position: relative;
}

.testimonial-slider-wrap .tns-inner {
  padding-top: 30px;
}

.testimonial-slider-wrap .item .testimonial-block blockquote {
  font-size: 16px;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap .item .testimonial-block blockquote {
    line-height: 32px;
    font-size: 18px;
  }
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic {
  margin-bottom: 20px;
}

.testimonial-slider-wrap .item .testimonial-block .author-info .author-pic img {
  max-width: 80px;
  border-radius: 50%;
}

.testimonial-slider-wrap .item .testimonial-block .author-info h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 0;
}

.testimonial-slider-wrap #testimonial-nav {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  display: none;
}

@media (min-width: 768px) {
  .testimonial-slider-wrap #testimonial-nav {
    display: block;
  }
}

.testimonial-slider-wrap #testimonial-nav>span {
  cursor: pointer;
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.1);
  color: #2f2f2f;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.testimonial-slider-wrap #testimonial-nav>span:hover {
  background: #1a8fe6;
  color: #ffffff;
}

.testimonial-slider-wrap #testimonial-nav .prev {
  left: -10px;
}

.testimonial-slider-wrap #testimonial-nav .next {
  right: 0;
}

.testimonial-slider-wrap .tns-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial-slider-wrap .tns-nav button {
  background: none;
  border: none;
  display: inline-block;
  position: relative;
  width: 0 !important;
  height: 7px !important;
  margin: 2px;
}

.testimonial-slider-wrap .tns-nav button:active,
.testimonial-slider-wrap .tns-nav button:focus,
.testimonial-slider-wrap .tns-nav button:hover {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}

.testimonial-slider-wrap .tns-nav button:before {
  display: block;
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background-color: #d6d6d6;
}

.testimonial-slider-wrap .tns-nav button:hover:before,
.testimonial-slider-wrap .tns-nav button.tns-nav-active:before {
  background-color: #3b5d50;
}

.before-footer-section {
  padding: 7rem 0 12rem 0 !important;
}

/* .blog-section {
  padding: 7rem 0 12rem 0;
} */

.post-thumbnail {
  position: relative;
  overflow: hidden;
}

.post-thumbnail p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 90%;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  font-size: 14px;
  line-height: 1.4;
}

 .card-body:hover .post-thumbnail p {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  height: 200px !important;
}

.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 600;
  margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .meta {
  font-size: 14px;
}

.blog-section .post-entry .post-content-entry .meta a {
  font-weight: 600;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  /* opacity: .7; */
}
/* contact */
.footer-section {
  background: #0077cf;
}

.footer-section .relative {
  position: relative;
}

.footer-section a {
  text-decoration: none;
  color: #2a2a2a;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}


.footer-section .subscription-form {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
  margin-top: 100px;
}

@media (min-width: 992px) {
  .footer-section .subscription-form {
    margin-top: 0px;
    margin-bottom: 80px;
  }
}

.footer-section .subscription-form h3 {
  font-size: 18px;
  font-weight: 500;
  color: #3b5d50;
}

.footer-section .subscription-form .form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.footer-section .subscription-form .form-control:active,
.footer-section .subscription-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.footer-section .subscription-form .form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control::-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-ms-input-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .form-control:-moz-placeholder {
  font-size: 14px;
}

.footer-section .subscription-form .btn {
  border-radius: 10px !important;
}

.footer-section .sofa-img {
  position: absolute;
  top: -200px;
  z-index: 1;
  right: 0;
}

.footer-section .sofa-img img {
  max-width: 380px;
}

.footer-section .links-wrap {
  margin-top: 0px;
}

@media (min-width: 992px) {
  .footer-section .links-wrap {
    margin-top: 54px;
  }
}

.footer-section .links-wrap ul li {
  margin-bottom: 10px;
}

.footer-section .footer-logo-wrap .footer-logo {
  filter: brightness(0) invert(1);
}

.footer-section .custom-social li {
  margin: 2px;
  display: inline-block;
}

.footer-section .custom-social li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background: #dce5e4;
  color: #1a8fe6;
  border-radius: 50%;
}

.footer-section .custom-social li a:hover {
  background: #fff;
  color: #0d6efd;
}

.footer-section .border-top {
  border-color: #dce5e4;
}

.footer-section .border-top.copyright {
  font-size: 14px !important;
  color: #ffffff90;
}

.untree_co-section {
  padding: 7rem 0;
}

.form-control {
  height: 50px;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3b5d50;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}

.form-control::-webkit-input-placeholder {
  font-size: 14px;
}

.form-control::-moz-placeholder {
  font-size: 14px;
}

.form-control:-ms-input-placeholder {
  font-size: 14px;
}

.form-control:-moz-placeholder {
  font-size: 14px;
}

.service {
  line-height: 1.5;
}

.service .service-icon {
  border-radius: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #3b5d50;
  margin-right: 20px;
  color: #ffffff;
}

textarea {
  height: auto !important;
}

.site-blocks-table {
  overflow: auto;
}

.site-blocks-table .product-thumbnail {
  width: 200px;
}

.site-blocks-table .btn {
  padding: 2px 10px;
}

.site-blocks-table thead th {
  padding: 30px;
  text-align: center;
  border-width: 0px !important;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
  font-size: 18px;
}

.site-blocks-table td {
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.8);
}

.site-blocks-table tbody tr:first-child td {
  border-top: 1px solid #3b5d50 !important;
}

.site-blocks-table .btn {
  background: none !important;
  color: #000000;
  border: none;
  height: auto !important;
}

.site-block-order-table th {
  border-top: none !important;
  border-bottom-width: 1px !important;
}

.site-block-order-table td,
.site-block-order-table th {
  color: #000000;
}

.couponcode-wrap input {
  border-radius: 10px !important;
}

.text-primary {
  color: #3b5d50 !important;
}

.thankyou-icon {
  position: relative;
  color: #3b5d50;
}

.thankyou-icon:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(59, 93, 80, 0.2);
}

/* new css */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #ffffff !important;
  transition: background-color 0.3s linear, box-shadow 0.3s ease, opacity 0.3s ease;
  text-align: center;
}



#navbar.scrolled {
  background: #ffffff !important;
  box-shadow: 0px 1px 10px #4585ff50;
}

.navbar-brand {
  z-index: 1;
}

#navbar .nav-link,
#navbar a.clr-1 {
  color: #6a6a6a;
  transition: color 0.3s ease;
  text-decoration: none;
}


#navbar .nav-link:hover,
#navbar a.clr-1:hover {
  color: red;
}


#navbar.scrolled .nav-link {
  color: #6a6a6a;
}


.dropdown-menu-1 .dropdown-item {
  color: #6a6a6a;
  padding: 10px 20px;
  transition: background-color 0.2s ease, color 0.2s ease;
}


.dropdown-menu-1 .dropdown-item:hover {
  background-color: #f8f9fa;
  color: red;
}

.carousel-item {
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.carousel-inner .slide-1,
.carousel-inner .slide-2,
.carousel-inner .slide-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-inner .slide-1 {
  background: linear-gradient(to left, rgba(2, 92, 182, 0.82), rgba(2, 92, 182, 0.82)),
    url('../images/new-images/home-banner-img-1.webp');
}

.carousel-inner .slide-2 {
  background: linear-gradient(to left, rgba(2, 92, 182, 0.82), rgba(2, 92, 182, 0.82)),
    url('../images/new-images/home-banner-img-2.webp');
}

.carousel-inner .slide-3 {
  background: linear-gradient(to left, rgba(2, 92, 182, 0.82), rgba(2, 92, 182, 0.82)),
    url('../images/new-images/home-banner-img-3.webp');
}

.carousel-item>.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .carousel-item {
    height: 500px;
  }
}

.carousel-control-prev,
.carousel-control-next {
  background-color: #ffffff90;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: .3s linear;
}

.hero h1 {
  font-weight: 700;
  color: #ffffff;
}

.hero p {
  color: #fff;
  margin-bottom: 30px;
}

.we-help-section-2 {
  background: linear-gradient(to left, #000000b0), url('../images/new-images/vision-mission.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-item-sm {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  transition: transform 0.3s ease;
  border-radius: 30px;

}


.product-item-sm::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  background: radial-gradient(circle, #47a5eb, #1a8fe6);
  border-radius: 33%;
  transition: width 0.6s ease, height 0.6s ease;
  z-index: 1;
  /* opacity: 0.15;  */
}


.product-item-sm::before {
  width: 300%;
  height: 300%;
}

.product-item-sm:hover h3,
.product-item-sm:hover p {
  color: #ffffff;
}

.product-item-sm .thumbnail,
.product-item-sm .pt-3 {
  position: relative;
  z-index: 2;
}

.explore-btn {
  border-radius: 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 130px;
  transition: .3s ease;
  font-weight: bold;
}

.explore-btn:hover {
  color: #0000ff;
  background-color: #ffffff;
  border: 2px solid #ffffff;
}

.banner-img {
  position: relative;
}

.banner-img::after {
  content: "";
  position: absolute;
  width: 255px;
  height: 217px;
  /* background-image: url("images/dots-light.svg"); */
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  top: 0;
  z-index: 1;
}

.banner-img img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  display: block;
}

.title-span {
  /* color: #ff0000; */
}

.explore-btn-2 {
  border-radius: 30px;
  border: 2px solid #0000ff;
  color: #0000ffff;
  width: 130px;
  transition: .3s ease;
  font-weight: bold;
}

.explore-btn-2:hover {
  color: #ff0000;
  background-color: #ffffff;
  border: 2px solid #ff0000;
}

.product-item-sm .thumbnail img {
  border-radius: 50%;

}

.about-title {
  color: red;
}

.about-title-span {
  color: #1a8fe6;
}

.testimonial-block ul li .card {
  height: 240px;
  border-radius: 10px;
  border: none;
  display: flex;
  align-items: center;
}

.testimonial-block ul li .card:hover {
  box-shadow: 0px 0px 25px 0px #2a2a2a24;
}

.testimonial-block ul li .card i {
  color: #ff0000;
  background: #ffffff;
  border-radius: 50%;
  border: 5px solid #eff2f1;
  padding: 20px 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-30px);
  transition: .3s linear;

}

.testimonial-block ul li .card:hover i {
  color: #ffffff;
  background: #ff0000;
}

.testimonial-block ul li .card h5 {
  color: #0000ff;
}

.testimonial-block ul li .card .card-text {
  text-align: center;
}

.testimonial-block blockquote {
  text-align: justify;
}

/* about video */
/* ==== Video Section Styling ==== */
.video-wrapper {
  position: relative;
  display: inline-flex  ;
  justify-content: center;
   overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 900px;
  width: 100%;
  background: #000;
}

.video-wrapper:hover {
  transform: scale(1.02);
  /* box-shadow: 0 12px 45px rgba(0, 0, 0, 0.35); */
}

.custom-video {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  object-fit: cover;
}

/* Overlay for style depth */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border-radius: 18px;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.video-wrapper:hover .video-overlay {
  opacity: 0;
}


/* Smooth entry animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper {
  animation: fadeInUp 1.2s ease both;
}

/*  */
.company .about-img img {
  border-radius: 20px;
}

/*  infrastructure */
.infrastructure {
  text-align: justify;
}

/* products */
.blog-section .card {
  border-radius: 30px;
}

.blog-section .card .card-title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: transparent;
}

.blog-section .card .card-title a {
  color: #1d90e6;
  text-align: center;
}

.modal-content {
  /* background-color: #ffffff !important; */
  /* color: #000000; */
  /* border-radius: 35px; */
}

.model-btn {
  width: 150px;
  height: 45px;
  border: 2px solid #ff0000;
  color: #ff0000;
  border-radius: 30px;
  font-weight: bold;
  transition: .3s ease;
  font-size: 18px;
}

.model-btn:hover {
  border: 2px solid #0000ff;
  color: #fff;
  background: #0000ff;
}

.model-btn:active {
  transform: scale(1.1);
}

.modal-footer button {
  border-radius: 30px;
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 12px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 50px;
}

/* gallery */
.gallery-img {
  cursor: pointer;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
  transform: scale(1.03);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.modal-content {
  background-color: transparent;
  border: none;
  border-radius: 10px;
}

.modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 0;
  position: relative;
  background-color: transparent;
  border-radius: 30px;
}

.modal-content {
  background-color: transparent !important;
  color: #000000;
  border-radius: 35px !important;
}

.modal-img {
  max-width: 100%;
  max-height: 80vh;
  border-radius: 6px;
  margin: auto;
}

.modal-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  padding: 0 20px;
  z-index: 10;
}

.modal-nav span {
  cursor: pointer;
  font-size: 2.5rem;
  color: #ffffffcc;
  user-select: none;
  transition: color 0.2s;
}

.modal-nav span:hover {
  color: #ffffff;
}

.btn-close-custom {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  color: #fff;
  background: #0000ff;
  padding: 10px 15px 15px 15px;
  border: none;
  z-index: 20;
  border-radius: 50%;
  transition: .3s linear;
}

.btn-close-custom:hover {
 background: #ff0000;
}

/* contact */
.sign-in {
  width: 150px;
  height: 45px;
  border: 2px solid #0000ff;
  color: #0000ff;
  border-radius: 40px;
  font-weight: bold;
  transition: .3s ease;
  font-size: 18px;
}

.sign-in:hover {
  border: 2px solid #0000ff;
  color: #fff;
  background: #0000ff;
}
 .contact .contact-link li .gmail{
  font-size: 14px;
 }
 
.contact .contact-link li:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: start;
}

.contact .contact-link li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* font-size: 15px; */
}

.contact .contact-link li i {
  color: #0000ff;
  /* padding: 17px 35px 20px 15px  ; */
  background: #ffffff;
  border-radius: 50%;
  transition: .3s linear;
  height: 50px;
      width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;

}
 

 

.contact .contact-link li:hover span {
  color: #ffffff;
  background: #0000ff;
}

footer .quick-links li i {
  display: none;
}

footer .quick-links li:hover i {
  display: block;
  color: #fff !important;
}

footer .contact li i {
  display: none;
}

footer .contact li:hover i {
  display: block;
  color: #fff !important;
}

.footer-section li a {
  color: #ffffffbe;
}

.footer-section li:hover a {
  color: #fff;
}

.footer-section .design {
  color: #ffffff90;
}

.footer-section .design a {
  color: #ffffff;
  font-weight: bold;
}

.footer-section .design a:hover {
  color: #ffffff90;
}

footer iframe {
  border-radius: 10px;
}

@media (min-width: 769px) {
  .dropdown:hover .dropdown-menu-1 {
    display: block;
    transform: translatey(10px);
  }

  .dropdown-menu.dropdown-menu-1 {
    margin-top: 0.75rem;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    min-width: 200px;
    transform: translateY(-5px);
  }

  .blog-section .card {
    height: 250px;
  }
  .video-wrapper{
    height: 500px;
  }
}

@media (max-width:1440px) {
  .blog-section .card {
    height: 290px;

  }
}

@media (min-width:1441px) {
  .blog-section .card {
    height: 300px;

  }
}

@media(max-width:1024px) {
  .blog-section .card {
    height: 290px;
  }
}

@media(max-width:768px) {
  .banner-img img {
    width: 400px;
    /* height: 300px; */
  }

  .testimonial-block ul li .card {
    height: 210px;
  }

  /* .blog-section .card {
    height: 300px;
  } */
  .blog-section .card {
    height: 290px;
  }

  .post-thumbnail img {
    height: 150px !important;
  }

}

@media(max-width:425px) {
  .blog-section .card {
    height: 250px;
  }

  .testimonial-block ul li .card {
    height: 200px;
  }

  .post-thumbnail img {
    height: 150px;
  }
}

/* breadcrumb */
.breadcrumb-wrapper {
  position: relative;
  background: #2293e7;
  margin-top: 40px;
}

.breadcrumb-wrapper h5 {
  color: #ffffff;
  font-size: 45px;
  font-weight: 800;
}

.custom-breadcrumb a {
  text-decoration: none;
  color: #ffffff;
}

.custom-breadcrumb a:hover {
  /* color: #ff0000; */
}

.custom-breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  font-size: 0.95rem;
}

.custom-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  color: #ffffff;
  font-weight: 500;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #ffffff;
  font-weight: 500;
}

.video-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 8px 35px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  max-width: 900px;
  width: 100%;
  background: #000;
}

.video-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 45px rgba(0, 0, 0, 0.35);
}

.custom-video {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  object-fit: cover;
  background-color: #000;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  border-radius: 18px;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.video-wrapper:hover .video-overlay {
  opacity: 0;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.video-wrapper {
  animation: fadeInUp 1.2s ease both;
}
