/**
 * 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;align-content}
.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;
}



/* .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;
    border-radius: 5rem;
    max-width: 100%;
    margin: 0 auto;
}

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

/* Slider Wrapper */
.wp-slider__wrapper {
    display: flex;
    width: 500%;
    height: 55rem;
    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: 100%;
    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: #500033; }
.wp-slider__slide--2 { background-color: #000050; }
.wp-slider__slide--3 { background-color: #00501D; }
.wp-slider__slide--4 { background-color: #554D00; }
.wp-slider__slide--5 { background-color: #300050; }

/* 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: 5rem;
    padding-left: 10rem;
    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: 3.5rem;
    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; }
}

.wp-slider__button {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 2rem;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.4rem;
}

.wp-slider__button:hover { opacity: 0.8; }

/* Button Colors */
.wp-slider__slide--1 .wp-slider__button { background-color: #FF0077; }
.wp-slider__slide--2 .wp-slider__button { background-color: #0033FF; }
.wp-slider__slide--3 .wp-slider__button { background-color: #00FF44; }
.wp-slider__slide--4 .wp-slider__button { background-color: #FF4E00; }
.wp-slider__slide--5 .wp-slider__button { background-color: #8000FF; }

/* 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: 25rem;
    width: 18rem;
    border-radius: 3rem;
    position: relative;
    transform: skewX(-10deg);
    overflow: hidden;
}

@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: #FF0077; }
.wp-slider__slide--2 .wp-slider__image { background-color: #0033FF; }
.wp-slider__slide--3 .wp-slider__image { background-color: #00FF44; }
.wp-slider__slide--4 .wp-slider__image { background-color: #FF4E00; }
.wp-slider__slide--5 .wp-slider__image { background-color: #8000FF; }

.wp-slider__image::after,
.wp-slider__image::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: 0;
    left: 0;
    background-color: inherit;
    opacity: 0.4;
    z-index: -1;
}

.wp-slider__image::after { transform: translate(4rem, -1rem); }
.wp-slider__image::before { 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: 2rem;
    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; }