/**
 * Theme Name:     Avada Child
 * Author:         ThemeFusion
 * Template:       Avada
 * Text Domain:	   avada-child
 * Description:    The Avada Website Builder is the ultimate design and creation suite. Design Anything, Build Everything, Fast. The #1 selling product of all time on ThemeForest.
 */



/* Header btn */
.head-contact-btn:hover{
/* 	 width: 100%;
    height: 100%; */
    background: linear-gradient(260deg, #9747FF 0%, #C53998 100%) !important;
    border-radius: 5px !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
}
li#menu-item-6616 {
    border-right: 1px solid rgb(255 255 255 / 50%) !important;
}



/* Footer Adrees */
.footer-adr-col .fusion-column-wrapper::before {
    content: "";
    position: absolute;
    inset: 0; 
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(-95deg, #9747FF, #C53998); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
    -webkit-mask-composite: xor; 
    mask-composite: exclude;
    z-index: -1;
}

.footer-adr-col .fusion-column-wrapper:hover::before {
      
    content: "";
    position: absolute;
    inset: 0; 
    border-radius: 8px;
    padding: 2px;
  background: linear-gradient(95deg, #9747FF, #C53998);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
    -webkit-mask-composite: xor; 
    mask-composite: exclude;
    z-index: -1;
}

.footer-adr-col .fusion-column-wrapper{
	
	 position: relative;
    border-radius: 8px !important; 
    z-index: 0;
}

/* Footer Adrees */


/* Two Border Colors  */

.two-color-border::before {
    content: "";
    position: absolute;
    inset: 0; 
    padding: 2px;
    background: linear-gradient(-45deg, #9747FF, #C53998); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
    -webkit-mask-composite: xor; 
    mask-composite: exclude;
    z-index: -1;
    
}
.footer-adr-col .fusion-column-wrapper{
	
	 position: relative;
     margin-left:20px !important;
     margin-right:20px !important;    z-index: 0;
  
}
.contact-sec::before{
	
	 border-radius: 28px !important;
}
.footer-last-sec::before{
	
	 border-radius: 16px !important;
}

/* Two Border Colors  */


/* Home Page Css */
span.diff-color {
    background: linear-gradient(259.74deg, #9747ff, #c53998);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.second-sec-col .fusion-column-wrapper:hover {
    background-image: none !important;
}

.two-color-text-btn .fusion-button-text {
    background: linear-gradient(259.74deg, #9747ff, #c53998);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.two-color-text-btn::before{
	content: "";
    position: absolute;
    inset: 0; 
    padding: 2px;
    background: linear-gradient(259.74deg, #9747ff, #c53998); 
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0); 
    -webkit-mask-composite: xor; 
    mask-composite: exclude;
    z-index: -1;
    border-radius: 10px;
}

.two-color-text-btn:hover::before{
    background:#fff !important;
}

.two-color-text-btn{
	position: relative;
    border-radius: 10px !important; 
    z-index: 0;
}
.second-sec-col:hover .two-color-text-btn::before{
  background: #fff !important;
}
.second-sec-col:hover .two-color-text-btn{
  background: #fff !important;
}

/*Carousal Slider Blog*/

div#blog-section-home .owl-carousel {
    display: flex;
    overflow: hidden;
    margin: 0 -10px; /* Adjust margin for slide visibility */
}

div#blog-section-home .owl-carousel .item {
    flex: 0 0 calc(33.333% + 10px); /* Show 3 items, slightly offset */
    margin: 0 10px;
    transition: transform 0.3s ease;
    position: relative;
}

div#blog-section-home .owl-carousel .item:nth-child(3) {
    transform: translateX(-10%);
}
div#blog-section-home .owl-carousel .item:nth-child(n + 4) {
    display: none; 
}
div#blog-section-home .blog.title {
    color: white;
    font-size: 24px;
    font-family: Merriweather;
    font-weight: 700;
    word-wrap: break-word
}

div#blog-section-home .col.item {
    height: 470px;
    width: 510px;
    padding: 70px;
}

div#blog-section-home .owl-stage-outer {
    margin-left: -235px;
}

div#blog-section-home .owl-dots {
    display: none;
}
div#blog-section-home .card{
    padding: 20px;
    border-radius: 12px; overflow: hidden; border: 2px #9747FF solid;
}
div#blog-section-home .read-button{
    position: absolute;
    bottom: 30px;
}
.read-button {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    border-radius: 10px; 
    border: 1px white solid; 
    justify-content: center; 
    align-items: center; 
    gap: 10px; 
    display: inline-flex

}

.read-button a{
    color: white; 
    font-size: 16px; 
    font-family: Nunito Sans; 
    font-weight: 600;
}

.read-button:hover {
    background: linear-gradient(260deg, #9747FF 0%, #C53998 100%);
}
.read-button:hover a {
    color:#fff;
}
/*Home Banner Slider */

.background-slider {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }
        .background-slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .background-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: white;
            text-align: center;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
        }
        .owl-carousel {
            position: absolute;
            bottom: 10%;
            right: 5%;
            width: 300px;
        }
        .owl-carousel .item img {
            border: 2px solid white;
            border-radius: 5px;
        }

/* Css for Design Lab V2 */
.title-blue{
    color:#848DF0;
}
span.fusion-tb-published-date {
    background: #fff !important;
    padding: 14px 24px !important;
    border-radius: 50px !important;
}
/* .fusion-imageframe img{
    width:250px !important;
} */
    .our-project-wrapper .fusion-imageframe img{
        width:100% !important;
    }
   @media(min-width:1800px){
        .our-projects .awb-swiper-button-next{
            left: 75% !important;
        }
        .our-projects .fusion-post-cards .fusion_builder_column.post-card{
            margin-right: 35% !important;
        }
    }
/* Resourec Lab */
span.title-puple{
    color:#C294FF !important;
}
/* Development Lab */
span.purple-dark{
	color:#A642DD !important;
}

    .svg-wrap svg:hover path {
        fill: #A642DD;
    }
    .svg-wrap svg:hover circle {
        fill: #fff;
    }
 .svg-wrap svg:hover rect {
        fill: #fff;
    }
.svg-wrap svg{
	stroke-opacity:0;
}
     .svg-wrap .fusion-column-wrapper{
        display: flex;
        align-items: center;
    }
    .services-col-wrapper .fusion-row{
        display: flex !important;
        align-items: center !important;
    }
 .project-outer .fusion-image-element {
        display: flex;
        align-items: end;
        justify-content: end;
    }
  .project-outer .fusion-imageframe img{
       height:220px !important;
      border-top-left-radius:10px !important;
    }
 .project-outer .fusion-imageframe{
        margin-left: 20%;
        margin-right: -20px;
    }
 .processes-wrapper img {
    max-width: 75px !important;
}


@media(min-width:1200px){
	   .processes-wrapper .process-tab-1 .fusion-column-wrapper::after {
            content : url('https://vidushiinfodev.wpengine.com/wp-content/uploads/2025/01/Vector-1.png');
            position: absolute;
            left: 23px;
            z-index: 100;
            top: 44%;
          }
   .processes-wrapper .process-tab-2 .fusion-column-wrapper::after {
            content : url('https://vidushiinfodev.wpengine.com/wp-content/uploads/2025/01/Vector-2.png');
            position: absolute;
            left: 25px;
            z-index: 100;
            bottom: 43%;
          }
}
/* Infra Lab */
.title-olive{
	color: #2EFFFA;
}
ul.advantages-raas li{
	color: #FFF;
	font-family: Merriweather;
	font-size: 24px;
	font-style: normal;
	font-weight: 600 !important;
	line-height: normal;
	margin-bottom:12px !important;
}
ul.advantages-raas li span{
	font-family: "Nunito Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:20px !important;
}
ul.advantages-raas.whyrl li{
	margin-bottom:0px !important;
}
.sp-testimonial-free-section.swiper-initialized{
	margin-bottom: 0 !important;
}
/* Testimonials */
.testimonial-wrapper .sp-testimonial-content,
.testimonial-wrapper .sp-testimonial-client-designation{
    color: #FFF !important;
font-family: "Nunito Sans" !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: normal;
}
.testimonial-wrapper .sp-testimonial-content{
	margin-bottom:25px !important;
}
.testimonial-wrapper #sp-testimonial-free-wrapper-6842 .sp-testimonial-free-section .sp-testimonial-client-name{
    color: #BE8CFF;
    font-family: "Nunito Sans" !important;
font-size: 24px !important;
font-weight: 400;
line-height: normal;
	margin-bottom:8px !important;
}
.testimonial-wrapper #sp-testimonial-free-wrapper-6842 .sp-testimonial-free{
	padding:0 67px 22px !important;
}
.testimonial-wrapper .sp-testimonial-free-section{
    padding-top: 50px !important;
}
.testimonial-wrapper #sp-testimonial-free-wrapper-6842 .sp-testimonial-free-section .sp-testimonial-client-image img{
    margin-top: -50px !important;
}