/**
 * Theme Name:     Betheme Child
 * Author:         Muffin group
 * Template:       betheme
 * Text Domain:	   betheme-child
 * Description:    The biggest WordPress Theme ever
 */

/*a {
    color: #1ebbf0 !important;
}*/

.tech-head{
  background: linear-gradient(to right, #1ebbf0 30%, #39dfaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* for some modern browsers */
}
.belive{
  background: linear-gradient(to right, #1ebbf0 30%, #39dfaa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;  
}
.timeline_items > li .desc:before{
	background-image:none !important;
}

ul.clients .client_wrapper {
    padding: 0px 0px;
	margin: 10px;
   }
.clients_slider ul.slick-slider li img {
    width: 125px !important;
    /*height: 85px !important;*/
    object-fit: contain !important;
}

.mcb-section .mcb-wrap .mcb-item-6bd998afd .clients_slider_ul li .client_wrapper:hover{
	background: #fff  !important;
}

body.button-custom .button:hover {
    border-color: #1ebbf0 !important;
}


.archive.category  .if-zoom #Content .image_frame .image_wrapper img{
  height: 235px !important;
    object-fit: cover !important;
}
.mcb-wrap-inner-093acb7a4{
	border: 12px solid !important;
    border-image: linear-gradient(0deg, #39dfaa 0%, #1ebbf0 100%) !important;
    border-image-slice: 1 !important;
}


#section1 .image_wrapper > img{
	width: 100% !important;
}
#footer-icon{
	display: flex !important;
    justify-content: center !important;
}
#map iframe{
height:500px !important;
}
#section1 .mcb-item-image-inner {
	margin-right:0 !important;
	margin-left:0 !important;
	margin-top:0 !important;
}
.mcb-wrap-inner-rkoefw57v .mcb-column-inner{
	display: flex !important;
    justify-content: flex-end !important;
}

.blog_slider_ul img{
	    height: 200px !important;
        object-fit: cover !important;
}
.blog_slider .slick-dots{
	display: none !important;
}
.blog_slider .blog_slider_ul li .item_wrapper a.button{
	margin-left: 0 !important;
}
.blog_slider .blog_slider_ul li .item_wrapper hr {
    margin-left: 0 !important;
}
.timeline_items:after{
    border-color: #1ebbf0 !important;
}
.blog_slider .blog_slider_ul li .item_wrapper .date_label{
	display : none !important;
}
#Filters .filters_wrapper ul li.current-cat a{
	background-color: #1ebbf0 !important;
    border-radius: 50px !important;
    text-align: center !important;
}
#Filters .filters_wrapper ul li a{
	border-radius: 50px  !important;
    background: #1ebbf087  !important;
    text-align: center  !important;
    color: white  !important;
}
#Filters .filters_wrapper ul li a:hover{
    background: #39dfaa  !important;
}
.if-zoom #Content .image_frame .image_wrapper img{
	width:100% !important;
}
.slider_pagination .slick-active a:after{
	display:none !important;
}

.blog_slider_ul .desc h4 a {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article_box .desc_wrapper i.icon-right-open{
	display:none !important;
}

.industries .content_wrapper img{
	height: 120px !important;
    object-fit: cover !important;
}



.container {
    max-width: 1200px;
    margin: 0 auto;
}

.container > .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.card {
    background: white;
    padding: 2rem;
    border-radius: 32px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.card-description {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .card {
        padding: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.features-container {
    max-width: 1200px;
    margin: 0 auto;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.feature-card {
    background: linear-gradient(to right, #1ebbf0 30%, #39dfaa 100%);
    padding: 2rem;
    border-radius: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.feature-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.feature-description {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card {
        padding: 1.5rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Container for the section */
.services-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

/* Grid layout with 4 columns */
.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

/* Individual service card */
.service-card {
    background: linear-gradient(to right, #1ebbf0 30%, #39dfaa 100%);
    padding: 2rem;
    border-radius: 32px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Title inside card */
.service-card-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

/* Description inside card */
.service-card-desc {
    font-size: 0.95rem;
    color: #ffffff;
    line-height: 1.7;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        padding: 1.5rem;
    }
}


h2{
	letter-spacing:0 !important;
}

.mfn-header-tmpl-menu-sidebar .mfn-header-tmpl-menu-sidebar-wrapper {
    padding: 10px !important;
}

.blog_slider .blog_slider_ul li a{
    font-size: 14px !important;
    color: #24242b !important;
}













/* Main Container */
.wp-slider-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

@media only screen and (max-width: 1000px) {
    .wp-slider-container { border-radius: 0; }
}

/* Slider Wrapper */
.wp-slider__wrapper {
    display: flex;
    width: 500%;
    height: 37rem;
    transition: transform 0.25s ease-in;
    transform: translateX(0);
}

@media only screen and (max-width: 1000px) {
    .wp-slider__wrapper { height: 100vh; }
}

/* Individual Slide */
.wp-slider__slide {
    height: 500px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    overflow: hidden;
    position: relative;
}

@media only screen and (max-width: 650px) {
    .wp-slider__slide {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(2, 1fr);
    }
}

/* Background Colors for each slide */
.wp-slider__slide--1 { background-color: #1EBBF0; }
.wp-slider__slide--2 { background-color: #25C4DE; }
.wp-slider__slide--3 { background-color: #2CCDCD ; }
.wp-slider__slide--4 { background-color: #32D6BB; }
.wp-slider__slide--5 { background-color: #39DFAA; }

/* Skewed Background */
.wp-slider__bg {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    width: 55%;
    transform: skewX(7deg);
    position: absolute;
    height: 100%;
    left: -10%;
    padding-left: 20rem;
    transform-origin: 0 100%;
}

@media only screen and (max-width: 800px) {
    .wp-slider__bg { width: 65%; }
}

@media only screen and (max-width: 650px) {
    .wp-slider__bg {
        width: 100%;
        left: 0;
        bottom: 0;
        height: 54%;
        transform: skewX(0deg);
    }
}

.wp-slider__bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: inherit;
    pointer-events: none;
    transform: skewX(10deg);
}

@media only screen and (max-width: 650px) {
    .wp-slider__bg::before {
        width: 120%;
        transform: skewX(0deg);
    }
}

/* Content Area */
.wp-slider__content {
    padding-left: 7rem;
    z-index: 100;
    grid-column: 1 / span 1;
    grid-row: 1 / -1;
}

@media only screen and (max-width: 650px) {
    .wp-slider__content {
        grid-row: 2 / span 1;
        grid-column: 1 / -1;
        text-align: center;
        padding: 2rem;
        transform: translateY(-9rem);
    }
}

.wp-slider__title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
}

.wp-slider__text {
    display: inline-block;
    font-size: 1.3rem;
    color: #B5B4B4;
    margin-bottom: 2rem;
    margin-right: 5rem;
}

@media only screen and (max-width: 800px) {
    .wp-slider__text { margin-right: 0; }
}

/* FIXED BUTTON STYLES - Override WordPress defaults */
.wp-slider__button {
    display: inline-block !important;
    padding: 1rem 3rem !important;
    color: #fff !important;
    background-color: #FF0077 !important;
    border-radius: 2rem !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-size: 1.4rem !important;
    text-decoration: none !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: center !important;
    vertical-align: middle !important;
    box-shadow: none !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    margin: 0 !important;
}

.wp-slider__button:hover { 
    opacity: 1 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
}

.wp-slider__button:focus {
    outline: none !important;
    border: none !important;
}

.wp-slider__button:active {
    transform: translateY(0) !important;
}

/* Button Colors - Specific for each slide */
.wp-slider__slide--1 .wp-slider__button { background-color: #1EBBF0 !important; }
.wp-slider__slide--2 .wp-slider__button { background-color: #25C4DE !important; }
.wp-slider__slide--3 .wp-slider__button { background-color: #2CCDCD !important; }
.wp-slider__slide--4 .wp-slider__button { background-color: #32D6BB !important; }
.wp-slider__slide--5 .wp-slider__button { background-color: #39DFAA !important; }

/* Image Container */
.wp-slider__image-wrapper {
    grid-column: 2 / -1;
    grid-row: 1 / -1;
    justify-self: center;
    z-index: 50;
}

@media only screen and (max-width: 650px) {
    .wp-slider__image-wrapper {
        grid-row: 1 / span 1;
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.wp-slider__image {
    height: 22rem;
    width: 18rem;
    border-radius: 3rem;
    position: relative;
    transform: skewX(-10deg);
    margin-bottom: 40px;
}

@media only screen and (max-width: 800px) {
    .wp-slider__image {
        height: 20rem;
        width: 15rem;
    }
}

/* Image Styling */
.wp-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3rem; 
}

/* Decorative layers with image colors */
.wp-slider__slide--1 .wp-slider__image { background-color: #ffffff62; }
.wp-slider__slide--2 .wp-slider__image { background-color: #ffffff62; }
.wp-slider__slide--3 .wp-slider__image { background-color: #ffffff62 ; }
.wp-slider__slide--4 .wp-slider__image { background-color: #ffffff62; }
.wp-slider__slide--5 .wp-slider__image { background-color: #ffffff62; }

.wp-slider__image::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: -10px;
    left: -15px;
    background-color: inherit;
    opacity: 0.4;
    z-index: -1;
    transform: translate(4rem, -1rem);
}

.wp-slider__image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: 20px;
    left: -10px;
    background-color: inherit;
    opacity: 0.4;
    z-index: -1;
    transform: translate(2rem, -2rem);
}

/* Navigation Arrows */
.wp-slider__nav {
    z-index: 10000;
    position: absolute;
    width: 4rem;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s ease;
}

@media only screen and (max-width: 650px) {
    .wp-slider__nav { display: none; }
}

.wp-slider__nav:hover { opacity: 1; }

.wp-slider__nav--prev {
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
}

.wp-slider__nav--next {
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
}

/* Pagination Trail */
.wp-slider__pagination {
    z-index: 10000;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem;
}

@media only screen and (max-width: 650px) {
    .wp-slider__pagination {
        width: 90%;
        bottom: 13%;
    }
}

.wp-slider__dot {
    padding: 3rem;
    border-top: 3px solid #fff;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
    color: #fff;
}

@media only screen and (max-width: 650px) {
    .wp-slider__dot { padding: 1rem; }
}

.wp-slider__dot:hover { opacity: 0.6; }
.wp-slider__dot--active { opacity: 1 !important; }

/* Image fix for WordPress */
.wp-slider-container img:not([src$=".svg"]) {
    max-width: none !important;
    height: inherit !important;
    object-fit: cover;
}







/* ============================================
   DEV-WEB NEWS SLIDER STYLES
   Add this to your WordPress theme's style.css
   ============================================ */


.dev-web-wrapper {
  position: relative;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  min-height: 600px;
  padding: 60px 0;
}

.dev-web-wrapper a,
.dev-web-wrapper a:hover {
  text-decoration: none;
}

.dev-web-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.dev-web-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.dev-web-background:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
  opacity: 0.9;
}

.dev-web-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.dev-web-item-bg {
  width: 300px;
  height: 500px;
  position: absolute;
  top: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  opacity: 0;
  transition: all .3s;
  left: -30px;
  z-index: 1;
}

.dev-web-item-bg.active {
  left: 0;
  top: 0;
  opacity: 1;
}

.dev-web-news-slider {
  z-index: 2;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 1300px) {
  .dev-web-news-slider {
    max-width: 1000px;
  }
}

@media screen and (max-width: 576px) {
  .dev-web-wrapper {
    padding: 45px 0;
  }
}

.dev-web-news-slider__wrp {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}

.dev-web-news-slider__item {
  width: 400px;
  flex-shrink: 0;
}

@media screen and (max-width: 992px) {
  .dev-web-news-slider__item {
    width: 340px;
  }
}

.dev-web-news-slider__item.swiper-slide {
  opacity: 1;
  pointer-events: auto;
}

.dev-web-news-slider__item.swiper-slide-active,
.dev-web-news-slider__item.swiper-slide-prev,
.dev-web-news-slider__item.swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}

.dev-web-news-slider__ctr {
  position: relative;
  z-index: 12;
}

.dev-web-news-slider__arrow {
  background: #fff;
  border: none;
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  z-index: 12;
  cursor: pointer;
  outline: none !important;
}

.dev-web-news-slider__arrow:focus {
  outline: none !important;
}

.dev-web-icon-font {
  display: inline-flex;
}

.dev-web-news-slider-prev {
  left: 15px;
  transform: translateY(-50%);
}

.dev-web-news-slider-next {
  right: 15px;
  transform: translateY(-50%);
}

.dev-web-news-slider__pagination {
  text-align: center;
  margin-top: 50px;
}

.dev-web-news-slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}

.dev-web-news-slider__pagination .mfn-builder-content .swiper-pagination-bullet-active{
  background: #fff !important;
}

.dev-web-news-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
  width: 100px;
  transition-delay: 0s;
}

@media screen and (max-width: 576px) {
  .dev-web-news-slider__pagination .swiper-pagination-bullet-active {
    width: 70px;
  }
}

.dev-web-news__item {
  padding: 40px;
  color: #fff;
  border-radius: 10px;
  display: block;
  transition: all .3s;
}

@media screen and (min-width: 800px) {
  .dev-web-news__item:hover {
    color: #222222;
    transition-delay: .1s;
  }

  .dev-web-news__item:hover .dev-web-news-date,
  .dev-web-news__item:hover .dev-web-news__title,
  .dev-web-news__item:hover .dev-web-news__txt {
    opacity: 1;
    transition-delay: .1s;
  }

  .dev-web-news__item:hover .dev-web-news__img {
    box-shadow: none;
  }
}

.dev-web-news__item.active {
  color: #222222;
}

.dev-web-news__item.active .dev-web-news-date,
.dev-web-news__item.active .dev-web-news__title,
.dev-web-news__item.active .dev-web-news__txt {
  opacity: 1;
}

.dev-web-news__item.active .dev-web-news__img {
  box-shadow: none;
}

@media screen and (max-width: 992px) {
  .dev-web-news__item {
    padding: 30px;
  }
}

@media screen and (max-width: 576px) {
  .dev-web-news__item {
    padding: 20px;
  }
}

.dev-web-news-date {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid;
  display: inline-block;
  opacity: .7;
  transition: opacity .3s;
}

@media screen and (max-width: 576px) {
  .dev-web-news-date {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
    padding-bottom: 0;
  }
}

.dev-web-news-date__title {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 576px) {
  .dev-web-news-date__title {
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.dev-web-news-date__txt {
  font-size: 16px;
}

.dev-web-news__title {
  font-size: 25px;
  font-weight: 500;
  opacity: .7;
  margin-top: 10px;
  margin-bottom: 15px;
  transition: opacity .3s;
}

@media screen and (max-width: 576px) {
  .dev-web-news__title {
    font-size: 22px;
    margin-bottom: 10px;
  }
}

.dev-web-news__txt {
  margin: 10px 0;
  line-height: 1.6em;
  font-size: 15px;
  opacity: .7;
  transition: opacity .3s;
}

.dev-web-news__img {
  border-radius: 10px;
  box-shadow: 0 6px 26px 6px rgba(0,0,0,0.25);
  height: 200px;
  margin-top: 30px;
  width: 100%;
  transition: all .3s;
  transform-origin: 0% 0%;
}

@media screen and (max-width: 576px) {
  .dev-web-news__img {
    height: 180px;
    margin-top: 20px;
  }
}

.dev-web-news__img img {
  max-width: 100%;
  border-radius: 10px;
  height: 200px !important;
  width: 100%;
  object-fit: cover;
}

.dev-web-news-slider__item {
  pointer-events: auto !important;
  opacity: 1 !important;
}







h4 a{
  font-size: 13px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  margin-bottom:  0px !important;
}
.section-post-related .post-related hr{
  margin-left: 0px !important;
}
.section-post-related .post-related .date_label{
  display: none !important;
}

.section-post-related .post-related .image_frame {
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}

.section-post-related .post-related a.button {
  margin-left: 0px !important;
  padding: 0px  !important;
  border: 0px !important;
}

hr.hr_color, .hr_color hr, .hr_dots span{
  color: #1ebbf0 !important;
  background: #1ebbf0 !important;
}
.single-photo-wrapper.image .image_frame{
  display: grid !important;
}
.post-related .image_wrapper img{
  height: 250px;
  object-fit: cover;
}

.post-related .icon-layout,  .post-related .button_label{
  color: #24242b !important;
  font-size: 14px !important;
}

.grid .post-desc-wrapper .post-desc{
  padding: 0px !important;
}

.post-desc-wrapper .post-excerpt{
  display: none !important;
}

.post-desc-wrapper .post-footer{
      display: flex !important;
      margin: 0 !important;
      padding: 0 !important;
}
  .post-desc-wrapper .post-more{
    color: #24242b !important;
    font-size: 14px !important;
  }

  .post-desc-wrapper .post-links{
    margin: 0 !important;
    padding: 0 !important;
  }