.bg-gradient-section-gary {
    background: linear-gradient(90deg, #c0e0ff 0%, #d9f0ff 100%);
    padding: 4rem 2rem;
    border-radius: 0.5rem;
}

.bg-gradient-section-lightgary {
    background: linear-gradient(90deg, #d8e2f7 0%, #f8fafe73 100%);
    padding: 4rem 2rem;
    border-radius: 0.5rem;

}

.nav-link-container {
    font-size: 18px;
    color: #000;
}

.feature-card {
    border: none;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;

}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.circle-dot {
    height: 10px;
    width: 10px;
    background-color: #007bff;
    /* Bootstrap primary blue */
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

/* Common hidden state */
.reveal {
    opacity: 0;
    transition: all 0.9s ease;
}

/* Fade Up */
.fade-up {
    transform: translateY(50px);
}

.fade-up.active {
    opacity: 1;
    transform: translateY(0);
}

/* Fade Left */
.fade-left {
    transform: translateX(-50px);
}

.fade-left.active {
    opacity: 1;
    transform: translateX(0);
}

/* Fade Right */
.fade-right {
    transform: translateX(50px);
}

.fade-right.active {
    opacity: 1;
    transform: translateX(0);
}

/* Zoom In */
.zoom-in {
    transform: scale(0.8);
}

.zoom-in.active {
    opacity: 1;
    transform: scale(1);
}

/* Base hidden state */
.card-animate {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s ease-in-out;
}

/* Show when active */
.card-animate.active {
    opacity: 1;
    transform: translateY(0);
}

/* Variations */
.card-animate-left {
    transform: translateX(-50px);
}

.card-animate-right {
    transform: translateX(50px);
}

.card-animate-zoom {
    transform: scale(0.85);
}
.postion-relative{
	    position: relative;
}
/* Position the image partially outside the container */
.top-right-image {
    position: absolute;
    top: -33%;
    right: 30px;
    z-index: 1;
    max-width: 320px;
    transition: all 0.5s ease;
}

/* Optional: add subtle animation on scroll */
.top-right-image.animate {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.6s ease-in-out;
}


/* Bubble / fade-in animation */
/* Bubble / fade-in animation */
.bubble-fade {
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.6s ease-out;
}

.bubble-fade.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Stagger delay for each list item */
.bubble-fade:nth-child(1) {
    transition-delay: 0.2s;
}

.bubble-fade:nth-child(2) {
    transition-delay: 0.3s;
}

.bubble-fade:nth-child(3) {
    transition-delay: 0.6s;
}

.bubble-fade:nth-child(4) {
    transition-delay: 0.9s;
}

.bubble-fade:nth-child(5) {
    transition-delay: 0.11s;
}

/* Remove default list-style */
.list-point {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list-point li {
  position: relative;
  padding-left: 30px; /* space for the circle */
  margin-bottom: 10px; /* spacing between items */
}

/* Add circle with checkmark */
.list-point li::before {
  content: "✔"; /* checkmark */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid blue; /* circle border color */
  border-radius: 50%; /* makes it a circle */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: blue; /* checkmark color */
  font-weight: bold;
}

.eliminate-list-style {
    width: 17px;
    height: 17px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(0, 180, 216);
    border-radius: 50%;
    background-color:#fff;
}





/* Vertical Timeline with Dots */
.timeline-track {
    position: relative;
}


.timeline-track::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: transparent;
    border-left: 2px dotted #007bff;
    z-index: 1;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background-color: #007bff;
    border: 3px solid white;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #007bff;
    z-index: 2;
}

/* Left side items */
.timeline-left {
    position: relative;
}

.timeline-right {
    position: relative;
}












.brief-page__works {
   counter-reset: item;
    color: #08235c;
}
.brief-page__works .work-steps--item-icon .icon {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 171, 243, .3);
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
}
.brief-page__works .work-steps--item-icon:before {
		background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 139.75 139.29'%3E%3Cdefs%3E%3ClinearGradient id='a' x1='128.93' y1='114.52' x2='128.93' y2='32.94' gradientTransform='matrix(1 0 0 -1 0 139.89)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230181dd' stop-opacity='0'/%3E%3Cstop offset='.5' stop-color='%230181dd'/%3E%3Cstop offset='1' stop-color='%230181dd' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Ccircle fill='none' stroke='%230181dd' stroke-opacity='.7' stroke-width='.5' stroke-dasharray='5 7' cx='69.64' cy='69.64' r='69.39'/%3E%3Cpath fill='url(%23a)' d='m119.17 119.42-1.06-1.06a68.89 68.89 0 0 0 0-97.43l1.06-1.06a70.48 70.48 0 0 1 0 99.55Z'/%3E%3C/svg%3E);
		background-position: 0;
		background-repeat: no-repeat;
		background-size: auto 100%;
		content: "";
		height: 100%;
		left: 0;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 150%;
	}
	.brief-page__works .work-steps--item:nth-child(odd) .work-steps--item-icon:after {
    left: calc(100% - 6px);
}


.brief-page__works .work-steps--item-icon:after {
    background-color: #0181dd;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 12px;
    margin: auto;
    position: absolute;
    top: 0;
    width: 12px;
}
.brief-page__works .work-steps--item {
    display: flex;
}
.brief-page__works .work-steps--item-icon {
    border-radius: 50%;
    position: relative;
}
.brief-page__works .work-steps--item-icon .icon:after {
	content: counter(item); 
    align-items: center;
    background-color: #0181dd;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    content: counter(item);
    counter-increment: item;
    display: flex;
    font-size: 24px;
    font-weight: 500;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 0;
}

.brief-page__works .work-steps--item:nth-child(odd) .work-steps--item-icon .icon:after {
    left: calc(100% + 40px);
}

.brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-icon .icon:after {
  right: calc(100% + 40px);
}


.brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-icon:after {
    right: calc(100% - 6px);
}
.brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-icon .icon:after {
    right: calc(100% + 40px);
}
@media screen and (min-width: 768px) {
    .brief-page__works .work-steps {
        margin-bottom: 74px;
    }
	.brief-page__works .work-steps--item:nth-child(odd) {
        flex-direction: row-reverse;
        text-align: right;
    }
	    .brief-page__works .work-steps--item:nth-child(odd) .work-steps--item-iconSpecificity: (0,4,0)
		{
        transform: translateX(-20px);
    }
	    .brief-page__works .work-steps--item {
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 36px;
    }
	    .brief-page__works .work-steps--item-icon {
			height: 140px;
			padding: 20px;
			width: 140px;
		}
	    .brief-page__works .work-steps--item-icon .icon:after {
        height: 50px;
        width: 50px;
    }
	
	    .brief-page__works .work-steps--item:nth-child(odd) .work-steps--item-text {
        padding-right: 70px;
    }
	    .brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-text {
        padding-left: 70px;
    }
	    .brief-page__works .work-steps--item-text {
        width: 50%;
    }
	    .brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-icon {
        transform: translateX(20px);
    }
	
	.brief-page__works .work-steps--item:nth-child(2n) .work-steps--item-icon:before {
    left: 100%;
    transform: rotate(180deg);
    transform-origin: left center;
	}
    .brief-page__works {
        padding: 65px 0 68px;
    }
	
	.brief-page__works .work-steps {
        margin-bottom: 54px;
    }
	    .site-width-grid {
        padding-left: 20px;
        padding-right: 20px;
    }
	
	   
	    .brief-page__works .work-steps--item-text {
        text-align: center;
    }
	
	


}


@media screen and (max-width: 767px) {
    .brief-page__works .work-steps--item {
        align-items: center;
        flex-direction: column;
        margin-bottom: 50px;
    }
	 .brief-page__works .work-steps--item:nth-child(odd) .work-steps--item-icon {
        transform: translateX(-40px);
    }
	    .brief-page__works .work-steps--item-icon {
        height: 114px;
        margin-bottom: 20px;
        padding: 16px;
        width: 114px;
    }
	.brief-page__works .work-steps--item-icon .icon:after{
        height: 42px;
        width: 42px;
    }
	
}


/* Responsive adjustments */
@media (max-width: 991px) {
    .timeline-track::before {
        left: 30px;
        transform: none;
    }
    
    .timeline-dot {
        left: 30px;
        transform: translateY(-50%);
    }
}

@media (max-width: 676px) {
  .feature-card img {
    max-width: 50px;  /* adjust as needed */
    height: auto;
  }
  .timeline-track::before,
	.timeline-dot {
	  display: none !important;
	}
	    .nav-pills-container .nav-item-container{
			    text-align: left;
				
		}
		.nav-link-container {
			font-size:16px !important;
		}
		.list-point li{
			font-size:14px !important;
		}
		.reveal h5{
			font-size:14px !important;
		}
		.reveal p{
			font-size:13px !important;
		}
		.card-animate h5{
			font-size:14px !important;
		}
		.card-animate p{
			font-size:13px !important;
		}
}
