/*
Theme Name: Business Consulting
Description: A professional WordPress theme for business consulting websites with advanced customization options, block editor support, and header/footer builder.
Author: Vishal Tanwar
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: vt-business-consulting
Tags: business, consulting, professional, block-editor, custom-header, custom-footer, slider, sidebar-options
*/

/* Reset and Base Styles */

::selection {
    background: #f52029a8;
    color: #fff;
}

#site-header{
	height: auto;
}

.slide:has(video) {
    background: none !important;
}

.unordered-list{
	padding-left: 2.5em;
	list-style: disc;
}

.unordered-list li {
	list-style-type: disc;
}

.accordion-button:focus {
    border-color: #cb201e;
    box-shadow: none;
}

.accordion-button{
	font-weight: 600;
}

.accordion-button:not(.collapsed)::after {
	background-image: url( "data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e" )
}

.accordion-button:not(.collapsed) {
    color: #fff;
	background: linear-gradient(45deg, transparent 0%, #4e1016 0%, #db0e19 71%, #8d0e17 80%);
}

.iks-card-section .card > .card-header,
.research-card-section .card > .card-header{
	background: linear-gradient(45deg, transparent 0%, #4e1016 0%, #db0e19 71%, #8d0e17 80%);
}

.iks-card-section .card > .card-header > .card-title,
.research-card-section .card > .card-header > .card-title{
	color: #fff;
}


.timeline {
	position: relative;
	padding-left: 2rem;
	border-left: 3px solid #b7231e;
}

.timeline-item {
	position: relative;
	margin-bottom: 2.5rem;
}

.timeline-dot {
	position: absolute;
	top: 1rem;
	left: -1rem;
	width: 1.4rem;
	height: 1.4rem;
/* 	background-color: #0d6efd; */
	border-radius: 50%;
	z-index: 1;
	background-size: contain;
}

.timeline-item .accordion-item {
	margin-left: 20px;
}

.timeline-item .accordion-item {
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
	border: none;
	background-color: #ffffff;
}

.timeline-item .accordion-body ul {
	padding-left: 1.2rem;
}

.video-wrapper {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	height: 100%;
}

.video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the video fills the banner proportionally */
}

.w3l-breadcrumb{
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 992px ){
	.inner-banner{
		min-height: 100vh;
	}
}

/* CSS */
#cursor-circle {
    position: fixed;
    top: -25px;
    left: -25px;
    width: 50px;
    height: 50px;
    background: radial-gradient(at center, #f52029 0%, transparent 80%);
    border-radius: 60px;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: all 0.1s linear;
    z-index: 9999;
}

.box-wrap a{
	text-decoration: none;
}
.box-wrap{
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
}

.box-wrap .icon img {
    width: 50%;
}

.box-wrap .icon,
.box-wrap .read {
  position: absolute;
  left: 30px;
  transition: all 0.4s ease;
}


/* Icon default position */
.box-wrap .icon {
  top: 20px;
  opacity: 1;
}

/* Read button initially hidden below */
.box-wrap .read {
  bottom: -20px;
  opacity: 0;
}

/* On hover, move icon up and fade it */
.box-wrap:hover .icon {
  transform: translateY(-100%);
  opacity: 0;
}

.box-wrap:hover h4 > a{
	color: var(--primary-color);
}


/* On hover, bring button up and show it */
.box-wrap:hover .read {
  bottom: 20px;
  opacity: 1;
}

.form-checkbox-group input[type="checkbox"]{
	width: auto;
	-webkit-appearance: auto;
	appearance: auto;
}


.w3l-homeblock3{
	display: none;
}

@media (max-width: 415px) {
    .slide .content {
        max-width: 320px;
        padding: 1.5rem;
    }
	
	.contact-row{
		flex-direction: column-reverse;
	}
}