
.video-container {
    text-align: center;
}

.custom-video {
    width: 1000px;  /* Set a fixed width */
    height: 562px;  /* Set a fixed height */
    max-width: 100%;  /* Make sure it doesn't exceed the container width */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* For responsiveness on smaller devices */
@media (max-width: 768px) {
    .custom-video {
        width: 100%;  /* Make the video full width on small screens */
        height: auto;
    }
}

.name {
  display: flex;
  justify-content: center;
  text-align: center;
}

.star{
  color: gold;
  justify-content: center;
  display: flex;
}
.comment{
  text-align: justify;
}
.card-review{
    height: 250px;
  border: 2px solid #09c609b5;
  border-top-left-radius: 15px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 15px !important;
  border-bottom-left-radius: 0px !important;
}
@media screen and (min-width:768px) and (max-width:912px) {
    .card-review{
        height: 345px;
    }
}



#scroll-top:hover:before{
    background-color: #09c609b5 !important;
}

.video-wrapper{
    text-align: center;
}

@media screen and (min-width:768px) and (max-width:912px) {
    .video-wrapper{
        margin-left: 84px;
    }
}
@media screen and (min-width:1024px) {
    .video-wrapper{
       text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .half-background.style-2 {
        height: 222px;
    }
}

.products li{
    float: unset;
}
.dropdown-menu li a {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 12px;
    padding: 0px 0px;
    line-height: 0;
    font-weight: 600;
    /*text-wrap: nowrap;*/
    /*text-align: justify;*/
}

.sucategorylist li a {
    color: #333; /* Default color for subcategory links */
    text-decoration: none;
}

.sucategorylist li a:hover {
    color: #09c609b5; /* Change the text color on hover */
    background-color: #09c609; /* Change the background color on hover */
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.mobile-button:before, .mobile-button:after, .mobile-button span {
    background-color: #09c609b5;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#main-nav-mobi ul > li.current-menu-item > a, #main-nav-mobi ul > li > a:hover {
    color: #09c609b5;
}

@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  50% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(20px);
    opacity: 0;
  }
}

.word-by-word-animation span {
  display: inline-block;
  opacity: 0;
  animation: slideUp 7s infinite;
  animation-fill-mode: forwards;
}


.word-by-word-animation span:nth-child(1) {
  animation-delay: 0s;
}

.word-by-word-animation span:nth-child(2) {
  animation-delay: 0.2s;
}

.word-by-word-animation span:nth-child(3) {
  animation-delay: 0.4s;
}

.word-by-word-animation span:nth-child(4) {
  animation-delay: 0.6s;
}

.word-by-word-animation span:nth-child(5) {
  animation-delay: 0.8s;
}

.word-by-word-animation span:nth-child(6) {
  animation-delay: 1s;
}

.word-by-word-animation span:nth-child(7) {
  animation-delay: 1.2s;
}

.word-by-word-animation span:nth-child(8) {
  animation-delay: 1.4s;
}

.bottom-bar-menu .bottom-nav .menu-item a:hover {
  color: #09c609b5 !important;
  text-decoration: none !important;
}

.widget_text .textwidget ul li a.link:hover {
  color: #09c609b5 !important;
}

.contact-num:hover {
  color: #09c609b5 !important;
}

.submit:hover {
  color: #ffffff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
  border-color: #004d00 !important;
}
.call-button{
  border: 2px solid;
  border-color: #09c609b5;
  border-radius: 5px;
  color: #09c609b5 !important;
  background-color: #fff !important;
}
.call-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
 
  border: 2px solid;
  border-color: #09c609b5;
  border-radius: 5px;
  color: #09c609b5 ; 
}

.call-button {
  margin-top: 27px;
  padding: 10px;
}

.call-button:hover {
  background-color: #09c609b5 !important;
  color: #fff !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.elm-button .themesflat-button.bg-white {
  transition: all 0.3s ease;
}

.elm-button .themesflat-button.bg-white:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: scale(1.05);
  border: 1px solid #09c609b5;
  border-radius: 5px;
}

.text-wrap .heading a:hover {
  color: #09c609b5;
  transition: color 0.3s ease;
}

.themesflat-image-box.has-icon:hover .icon-wrap {
  background-color: #09c609b5;
  color: #fff;
}

.s-heading {
  font-size: 16px !important;
  line-height: 32px !important;
  margin-top: 16px !important;
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 590px !important;
}

.themesflat-icon-box.style-1 .heading {
  font-size: 18px !important;
  line-height: 28px !important;
  margin: 0px 0px 13px 0px !important;
}

.header-style-2 #main-nav>ul>li>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #09c609b5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.themesflat-testimonials .sep.has-width.accent-bg,
.themesflat-headings .sep.has-width.accent-bg {
  background-color: #09c609b5 !important;
}

.widget .widget-title span:after {
  content: "" !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  height: 2px !important;
  width: 60px !important;
  background-color: #09c609b5 !important;
}

.themesflat-headings .sep.has-icon .icon-wrap {
  display: inline-block;
  padding: 0px 8px;
  font-size: 22px;
  color: #09c609b5;
}
.themesflat-headings .sep.has-icon .icon-wrap:hover {
  background-color: #09c609b5 !important;
  color: #ffffff;
}

.icon-wrap i {
  color: #09c609b5 !important;
  transition: color 0.3s ease, background-color 0.3s ease !important;
}

.icon-wrap:hover i {
  color: #ffffff !important;
}

.icon-wrap:hover {
  background-color: #09c609b5 !important;
  border-radius: 50% !important;
  padding: 10px !important;
  transition: background-color 0.3s ease !important;
}

.more_button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #09c609b5;
  background-color: white;
  padding: 14px 40px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.more_button:hover {
  color: white !important;
  background-color: #09c609b5 !important;
  transition: background-color 0.3s ease !important;
  border-radius: 5px;
}

.col-md-6 a i {
  font-size: 30px !important;
  border: 2px solid !important;
  padding: 10px !important;
  border-radius: 5px !important;
  transition: all 0.3s ease !important;
}

.whatsapp, .phone {
  font-size: 2rem; /* Responsive font size */
  margin: 10px auto; /* Centering and margin for all devices */
  border: 1px solid #09c609b5; /* Unified border style */
  padding: 10px; /* Increased padding for better touch target */
  border-radius: 5px;
  display: inline-block; /* Ensures the icons are displayed correctly */
  text-align: center; /* Center the text/icon inside the div */
}

/* Media queries to adjust styles for smaller screens */
@media screen and (max-width: 576px) {
  .whatsapp, .phone {
      font-size: 4.5rem; /* Smaller font size for very small screens */
      margin: 2px auto; /* Less margin on smaller screens */
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .whatsapp, .phone {
      font-size: 4.75rem; /* Medium font size for tablet screens */
  }
}

.catagory li a {
  color: black; 
  text-decoration: none; 
  transition: color 0.3s ease; 
}

.content-section {
  text-align: center;
}

.describe {
  text-wrap: balance;
}

.pro-img {
  width: 100%;
  height: 245px;
  max-width: 370px;
  padding: 3px 8px
}

.testi-heading {
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-weight: 600;
  margin: 0 0 15px;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  line-height: 24px;
  float: left;
}

@media (min-width: 768px) {
  .testi-heading {
    float: left;
  }
}

.testi {
  text-wrap: balance;
}

.card-testi {
  border: 1px solid #ddd !important;
  border-radius: 8px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1) !important;
  padding: 20px !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  height: 40vh !important;
}


@media (max-width: 390px) {
  .card-testi {
    height: 50vh !important;
  }
}

@media (min-width: 344px) and (max-width: 374px) {
  .card-testi {
    height: 353px !important;
  }
}

@media (min-width: 375px) and (max-width: 767px) {
  .card-testi {
    height: 353px !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card-testi {
    height: 250px !important;
  }
}

@media (min-width: 1024px) {
  .card-testi {
    height: 220px !important;
  }
}

.testi-img img {

  max-width: 100px;
  height: auto;
  object-fit: cover;
}

.content h3 {
  margin-bottom: 10px;
}

.content p {
  margin: 10px;
}

.gal-img {
  height: 178px;
  width: 100%;
  max-width: 270px;
}

@media screen and (max-width: 1024px) {
  .gal-img {
    height: auto;
    max-width: inherit;
  }
}

.link {
  color: #fffdfd;
  outline: 0;
  text-decoration: none;
  transition: all 0.3s ease;
}

.widget_tags .link:hover {
  color: #09c609b5 !important; 
  
}


#main-nav>ul>li {
  padding: 0 24.5px;
}
@media screen and (min-width: 1024px) {
  #main-nav>ul>li {
      padding: 7.5px !important;
  }
}
@media screen and (min-width: 1280px) {
  #main-nav>ul>li {
      padding: 27.5px !important;
  }
}
@media screen and (min-width: 1024px) {
  #site-header-inner {
      width: 100% !important;
  }
}

#bottom ul.bottom-nav>li {
  padding: 0px 5px !important;
}

.themesflat-row.gutter-30>[class*="col"] {
  padding-left: 13px !important;
  padding-right: 13px !important;
}

#footer-widgets .widget .widget-title span {
  padding: 0px 0px 8px 0px;
  padding-block-start: 2px !important;
}

.themesflat-headings .sub-heading {
  font-size: 16px !important;
  line-height: 32px !important;
  margin-top: 16px;
  text-align: justify !important;
}

.themesflat-icon-box .sub-heading {
  color: #666 !important;
  line-height: 26px !important;
  margin-top: 19px !important;
  text-align: justify !important;
}

.themesflat-tabs.style-1 .tab-content .item-content {
  padding: 19px;
  background-color: #fafafb;
  text-align: justify;
}

.bg-row-1 {
  background-color: darkgrey !important;
}

.project-item .inner {
  position: relative !important;
}

.thumb {
  position: relative !important;
  overflow: hidden !important;
}

.thumb img {
  max-width: inherit;
  width: 100% !important;
  display: block !important;
}

.img-name {
  color: white !important;
}

.text-wrap.img {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 10px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;

  color: white !important;
  text-align: center !important;
  opacity: 0 !important;
  transition: opacity 0.3s ease !important;
}


.thumb:hover .text-wrap {
  opacity: 1 !important;
}

.thumb {
  position: relative;
  overflow: hidden;
}

.gal-img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.thumb:hover .gal-img {
  transform: scale(1.1);
  opacity: 0.8;
}

.thumb:hover .text-wrap {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5); 
}

@media (max-width: 1024px) {
  .hm-heading {
    text-align: auto;
  }
}

@media screen and (max-width: 1024px) {
  .sep .has-width .w80 .accent-bg .margin-top-11 .clearfix {
    margin-left: 0;
  }
}

.header-style-2 #site-header .wrap-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.header-style-2 #main-nav>ul>li>a,
.header-style-2 #site-header .header-search-icon {
  line-height: 90px !important;
}

.num {
  font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    /*overflow: hidden;*/
}
.num:hover{
    color: #09c609b5;
}


@media screen and (max-width:1024px){
  .testi_para{
      text-align: justify;
  }
}

.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background-color: #09c609b5;
  border-color: #09c609b5;
}
.custom .tp-bullet:hover, .custom .tp-bullet.selected {
  background-color: #09c609b5;
}
body{
  font-family:  sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}
.themesflat-testimonials.has-width.w35 .icon-wrap {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  background-color: #09c609b5;
  display: inline-block;
}
.has-effect-icon .elm-link a.icon-2:hover, .has-effect-icon .elm-link span.icon-3:hover {
  color: #09c609b5;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  padding: 15px 0px;
  background-color: #d9d5d5;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
  transform: translateY(15px);
} 

.themesflat-icon-box.style-1.accent-color .icon-wrap {
  color: #09c609b5;
}

 .main-logo{
  margin-inline-start: 77px;
 }
 @media screen and (max-width:1024px){
  .main-logo{
    margin-inline-start: 0 !important;
  }
 }

.gal-img{
    height: 266px !important;
}
@media screen and (min-width:768px) and (max-width:912px){
    .gal-img{
        height: 140px !important;
    }
}
.link{
     font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    overflow: hidden;
}