/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

* {
   user-select:text !important;
  -webkit-user-select:text !important;
}

* {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
	-webkit-font-smoothing: antialiased;
}

.wpcf7-form .wpcf7-spinner{
top:10px !important;
}


body{
	scroll-behavior: smooth;
	-webkit-font-smoothing: antialiased;
}

/* Sidebar-menu - Mobile */

.mcb-section .mcb-wrap .mcb-item-vinekyle .mfn-sidemenu-menu .menu-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1c1c1c;
  border-radius: 8px;
  border: 1px solid #363636;
  overflow: hidden;
  padding: 10px;
  width: 40px;
  height: 40px;
}

#mfn-sidemenu-tmpl-1238 {
  background: #1b1b1b !important;
}

/* Logo - 3D View */

.imagewrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
}

.imagewrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.2s ease-out;
  transform-origin: center;
  will-change: transform;
}

/* Banner Full code */

.text-type {
  background: linear-gradient(45deg, #2febdc, #eb413b, #ffa300, #e422eb);
  background-size: 400%;
  animation: text-gradient 15s ease infinite;
  padding: 5px 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes text-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.custom-glow-banner {
  position: relative;
  overflow: hidden;
}

.glow-effect {
  position: absolute;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, transform 0.2s ease-out;
  z-index: 1;
  box-shadow: 0 0 100px 50px rgba(255, 165, 0, 0.5),
    0 0 180px 100px rgba(255, 140, 0, 0.4),
    0 0 250px 150px rgba(255, 110, 0, 0.2);
}

/* Services - Custom Slider */

.custom-slider {
  display: none;
  width: 100%;
  padding: 10px;
}
.custom-slide {
  width: 270px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  background: #1f1f1f;
  color: white;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  margin: 10px;
  transition: background 0.3s ease;
}
.custom-slide i {
  font-size: 40px;
  margin-bottom: 10px;
}
.custom-slide span {
  font-size: 14px;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.owl-nav button {
  background: white;
  border: none;
  padding: 5px 10px;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.owl-carousel .owl-item {
  display: flex;
  justify-content: center;
}
.custom-slide i.fas.fa-brain {
  color: #ff5733;
}
.custom-slide i.icon-battery {
  color: #33ccff;
}
.custom-slide i.fas.fa-bug {
  color: #ffcc00;
}

.custom-slide i.fas.fa-tools {
  color: #33cc33;
}
.custom-slide i.fas.fa-palette {
  color: #ff9900;
}
.custom-slide i.fas.fa-brush {
  color: #9933cc;
}
.custom-slide i.fas.fa-magic {
  color: #ff00ff;
}
.custom-slide i.fas.fa-globe {
  color: #3366ff;
}
.custom-slide i.fab.fa-buffer {
  color: #ff6600;
}
.custom-slide i.fas.fa-cloud-download-alt {
  color: #0099cc;
}
.custom-slide i.fas.fa-book-reader {
  color: #ff3399;
}
.custom-slide i.fas.fa-code {
  color: #00cc99;
}
.custom-slide i.icon-chart-bar {
  color: #ff6600;
}
.custom-slide i.fas.fa-tachometer-alt {
  color: #00ccff;
}
.custom-slide i.icon-email {
  color: #cc33cc;
}
.custom-slide i.fas.fa-cubes {
  color: #ff3366;
}

.wp-block-table.is-style-regular table {
  border-color: white !important;
}
.wp-block-table.is-style-regular th,
.wp-block-table.is-style-regular td {
  border: 1px solid white !important;
}

/* Global - Transform Elements*/

.transform {
  transition: transform 0.5s ease-in-out, box-shadow 0.3s ease-in-out;
}
.transform:hover {
  transform: translateY(-20px);
}

/* contact-us Header */

@media screen and (max-width: 959px) {
  .contact-us {
    display: none;
  }
}

.content-read-more {
  display: none;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.read-more-btn {
  background: none;
  color: white;
  border: 1px solid white;
  padding: 5px 15px;
  cursor: pointer;
  margin-top: 10px;
  display: block;
  border-radius: 50px;
  transition: background 0.3s ease, color 0.3s ease;
}
.button:hover {
  background: white;
  color: black;
}

.pricing-box .plan-inside ul li {
    text-align: unset !important;
    padding: 11px 0px !important;
}

/* Global - Technology Section */

.technology {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: start;
}

.tech-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  transition: background 0.3s ease, transform 0.3s ease;
  width: calc(100% / 7 - -3px);
  height: auto;
  padding: 30px 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

/* .tech-box:hover {
  background: #1f1f1f;
} */

.tech-box img {
  transform: translateY(10px);
  width: 40px;
  height: auto;
  transition: 0.3s ease, transform 0.3s ease;
}

.tech-box:hover img {
  transform: translateY(0);
}

.tech-box p {
  color: white;
  font-size: 14px;
  font-weight: bold;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  margin: 0px;
}

.tech-box:hover p {
  opacity: 1;
  transform: translateY(0);
	word-break: break-word;
}

@media (max-width: 1024px) {
  .tech-box {
    width: calc(100% / 5 - 10px);
  }
}

@media (max-width: 768px) {
  .tech-box {
    width: calc(100% / 2 - 5px);
		padding: 15px 15px;
  }

.technology {
  gap: 10px;
}

p {
	font-size: 13px !important;
  line-height: 19px !important;
  font-weight: 300 !important;
}
}

@media only screen and (max-width: 768p) {
  .gradient-line {
     width: 100% !important;
  }
.blg-line {
     margin: 20px 0 !important;
  }
	
	.country-list {
		width: 321px;
}
}

/* Prahlad */

p {
	font-size: 16px;
	letter-spacing: 1.6px;
}

.lead, .big {
    letter-spacing: 1.6px;
}

a:hover {
    text-decoration: none !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea, .woocommerce .quantity input.qty, .wp-block-search input[type="search"], .dark input[type="email"], .dark input[type="password"], .dark input[type="tel"], .dark input[type="text"], .dark select, .dark textarea {
    color: #667085;
    background-color: black !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
    padding: 15px;
}

span.wpcf7-form-control-wrap {
    margin-top: 10px;
}

.column_post_content ul {
   margin: 0px !important;
}

.phone-no {
	 padding-left: 95px !important;
}

.intl-tel-input .country-list {
    background-color: #1c1c1c !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.intl-tel-input .country-list .divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}







