*{
	scroll-behavior: smooth;
}
.black_cr{
	color: #121212 !important;
}
.secondary_cr{
	color:#424242 !important;
}
.red_cr{
	color: #E94007 !important;
}
.orange_cr{
	color: #F76736 !important;
}
.white_cr{
	color: #FFFFFF !important;
}
.orange_bg{
	background-color: #fb7000;
}
.red_bg{
	background-color:#E94007;
}
.white_bg{
	background-color: #FFFFFF;
}
.black_bg{
	background-color:#121212;
}
.pink_bg{
	background-color:#FEF6F0;
}
.gradient_cr{
	 background: linear-gradient(90deg, #E94007 39.6%, #F76736 65.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}


section.clb_home_banner{
	    text-align: center;
    padding-top: 10rem;
    overflow: hidden;
	position:relative;
}

section.clb_home_banner h1{
	      font-weight: 600;
    font-size: 74px;
    line-height: 130%;
    margin-bottom: 1rem;
}
section.clb_home_banner h1 .orange_cr.cursive_text:after{
	bottom: 4px;
}
section.clb_home_banner .clb_hbanner_view1 p{
	       font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    max-width: 48%;
    margin: auto;
}
.clb_banner_buttons{
	    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
	 margin-top: 40px;
    margin-bottom: 60px;
}
.clb_banner_buttons a.white_cr{
	border: 1px solid #E94007;
}
.clb_banner_buttons a.brown_cr{
	    border: 1px solid #B24501;
    color: #B24501 !important;
    background: #fef6ef;
}
.clb_banner_buttons a{
	    border-radius: 12px;
    padding: 13px 20px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 183px;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
}
.clb_banner_buttons a:hover{
	box-shadow: 0 3px 10px -1px #df9999;
}
.clb_banner_content{
	    position: relative;
    z-index: 3;
}

.clb_banner_logos .d-flex{
	    align-items: center;
    justify-content: center;
    gap: 42px;
}

/* View 2 */

.clb_home_banner {
  position: relative;
  height: 800px;
  background: #FEF6F0;
  overflow: hidden;
  z-index: 10;
}

.clb_hbanner_view2 {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.clb_logo_stage {
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-piece {
  position: absolute;
  left: 54%;
  transform-origin: center;
  will-change: transform, bottom;
}

/* Logo Zooming out */
.clb_hbanner_view3 {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
	background:#EB6B32;
}
.clb_hbanner_view1 { 
	z-index: 3;
	position:relative;
}
.clb_hbanner_view2 { 
	z-index: 2; 
}
.clb_hbanner_view3 {
	z-index: 1; 
}

.clb_hbanner_view3 {
  opacity: 0;
}

/*View 3*/
.clb_engineered_wrap{
	    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 12rem;
	overflow:hidden;
}
.clb_ed_heading{
	max-width: 50%;
}
.clb_ed_heading h2, 
.clb_ed_heading p{
	text-align: left;
}
.clb_ed_heading h2{
	    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    margin-bottom: 1rem;
}
.clb_ed_heading h2 span{
	    position: relative;
    top: -2px;
}
.clb_ed_heading h2 span:after{
    bottom: 1px;
    width: 97%;
    height: 6px;
}
.clb_ed_heading p{
	    color: #F7C4AD !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
}
.clb_ed_grid{
	    margin-top: 40px;
    display: grid;
    grid-template-columns: 4fr 1fr;
    padding-right: 5rem;
	align-items:center;
}
.clb_ed_ul{
	    margin-left: -4.5rem;
    display: flex;
    flex-direction: column;
    gap: 82px;
}

.clb_ed_li > .d-flex{
	    align-items: flex-start;
    gap: 12px;
}
.clb_ed_content{
	    flex: 1 1 0;
    text-align: left;
}
.clb_ed_count.black_cr{
	    border: 1px solid #121212;
    width: 36px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 19px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.23px;
	position:relative;
	top:1px;
}
.clb_ed_li:hover .clb_ed_count{
	    background: #121212;
    color: #ffffff !important;
}
.clb_ed_h4.black_cr{
	    text-align: left;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 8px;
}
.clb_ed_content p{
	    color: #F7C4AD;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.23px;
}
.logo-piece,
.clb_logo_stage,
.clb_ed_image img,
.clb_ed_heading,
.clb_ed_list {
  will-change: transform, opacity, clip-path;
}
img#ray_bg{
	    position: absolute;
    top: 0;
    right: 0;
}
.clb_ed_image{
	position:relative;
}
img#hex_blur{
	    position: absolute;
    left: 45%;
    z-index: -1;
    transform: translateX(-50%);
    top: -2%;
}
.clb_cursor_blur {
      position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgb(233 95 7 / 40%);
    filter: blur(100px);
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.gsap-spacer {
  height: 200vh;
}

/*Commitment*/
section.clb_commitment{
	       overflow: hidden;
    background: #FEF6F0;
    padding: 100px 0px;
}
section.clb_commitment h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 1rem;
}
section.clb_commitment p.secondary_cr{
    max-width: 65%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.commitment_meter_image,.needle-wrap{
	position: relative;
}
.meter-wrap{
	     position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.needle-wrap{
	    position: relative;
    width: fit-content;
    height: fit-content;
}
img.needle-arm{
	     height: 85px;
  position: relative;
  bottom: 16px;
  transform-origin: 42% 84%;
  transform: rotate(-90deg);
  will-change: transform;
}
img.needle-dot{
	     position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.clb_cmt_grid{
	    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 2.2fr;
    gap: 1rem;
	overflow:hidden;
}
.clb_cmt_lwrap, .clb_cmt_right{
	    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.clb_crew_card{
	    border: 2px solid #EEEEEE;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 26px;
}
.clb_crew_wrap.clb_crew_card > .d-flex{
	       align-items: center;
    gap: 10px;
    position: relative;
    top: -8px;
}
.clb_crew_wrap.clb_crew_card > .d-flex span.black_cr{
	    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}
.clb_crew_wrap.clb_crew_card > .d-flex span{
	display: block;
}
.clb_crew_wrap.clb_crew_card > .d-flex span.gradient_cr{
	    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    position: relative;
    top: 4px;
}
.meter-count.gradient_cr{
	    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
}
.clb_deliv_title.black_cr{
	    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 1rem;
}
.clb_delivery_wrap.clb_crew_card p{
	    color: #12121299;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}
.clb_cmt_desc.clb_crew_card{
	padding: 55px 60px 40px;
	    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2025/12/19181548/commitment-pattern.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
	position:relative;
}
.clb_cmt_desc.clb_crew_card:after{
	    content: '';
    background-image: url('http://localhost/wp-content/uploads/2025/svgs/star_icon.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    right: 35px;
    bottom: 45px;
}
.clb_cmt_desc span.gradient_cr{
	    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 10px;
}
.clb_cmt_desc p.black_cr{
	    font-weight: 400;
    font-size: 31px;
    line-height: 54px;
    letter-spacing: 0px;
}
.clb_cmt_exp.clb_crew_card{
	    padding: 0;
    padding-right: 6rem;
    overflow: hidden;
	height:100%;
	    display: grid;
    align-items: center;
}
.clb_cmt_exp.clb_crew_card > .d-flex{
	    align-items: center;
    margin: auto;
	width: 100%;
}
.clb_exp_wrap{
	       flex: 1 1 80%;
    padding: 30px;
}
.clb_exp_wrap .clb_exp_cont span.gradient_cr{
	    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    margin-right: 3px;
}
.clb_exp_cont span.black_cr{
	       font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    position: relative;
    top: 2px;
}
.clb_exp_cont{
	    display: flex;
    align-items: center;
    gap: 10px;
	margin-bottom: 1.5rem;
}
.clb_exp_wrap p{
	    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #12121299;
}
.clb_exp_wrap p span{
	font-weight: 800;
}


.red_logo_ripple img{
	    box-shadow: 0px 0px 12px 0px #F6643359;
    border-radius: 28px;
}
/* =========================
   Red Logo Ripple
========================= */
.red_logo_ripple {
     position: relative;
    display: grid;
    place-items: center;
    flex: 0 0 25%;
    max-width: fit-content;
}

/* LOGO */
.red_logo_ripple img {
  position: relative;
  z-index: 5;
  border-radius: 28px;
  box-shadow: 0 0 12px rgba(246, 100, 51, 0.35);
  background: #fff;
}

/* COMMON RIPPLE STYLE */
.red_logo_ripple .ripple {
  position: absolute;
  border: 2px solid #FF6734;
  z-index: 1;
  pointer-events: none;
  transform: scale(1);
}

.red_logo_ripple:before{
	     content: '';
    background-image: url('http://localhost/wp-content/uploads/2025/svgs/star_icon_lt.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    left: -3rem;
    top: -1rem;
}
.red_logo_ripple:after{
	    content: '';
    background-image: url('http://localhost/wp-content/uploads/2025/svgs/star_icon.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    position: absolute;
    right: -3rem;
    bottom: -1rem;
}

/* INDIVIDUAL RINGS (13px GAP) */
.r1 {
  width: calc(100% + 24px);
  height: calc(100% + 24px);
  opacity: 1;
  border-radius:40px;
}

.r2 {
  width: calc(100% + 52px);
  height: calc(100% + 52px);
  opacity: 0.6;
  border-radius:44px;
}

.r3 {
  width: calc(100% + 78px);
  height: calc(100% + 78px);
  opacity: 0.3;
  border-radius:52px;
}

.r4 {
  width: calc(100% + 104px);
  height: calc(100% + 104px);
  opacity: 0.1;
  border-radius:63px;
}

.r5 {
  width: calc(100% + 130px);
  height: calc(100% + 130px);
  opacity: 0.05;
  border-radius:75px;
}
.clb_cmt_right{
	align-items: stretch;
}

/*Core Values*/

section.clb_core_values{
	padding: 80px 0px 100px;
	  overflow: hidden;
}
.clb_cv_grid{
	     grid-template-columns: 1.3fr 1fr;
    display: grid;
    column-gap: 130px;
    align-items: center;
}
.clb_cv_left h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 1rem;
}
.clb_cv_left p{
	    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 1.5rem;
}
.clb_cv_left .cv_bottom_text{
	    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -0.23px;
}
.yellow_cv_txt{
	color:#EE926C;
}
.pink_cv_txt{
	color: #F67F6C;
}
.purple_cv_txt{
	color:#B48BFF;
}
.blue_cv_txt{
	color:#64CAFF;
}
.clb_cv_right{
	position: relative;
}
.clb_cv_plate{
	    position: relative;
}
.cv_plate_border{
	      position: absolute;
    bottom: 4rem;
    left: 31%;
    width: 1.5px;
    background-image: url('http://localhost/wp-content/uploads/2025/svgs/cv_border_line.svg');
     transform-origin: bottom;
	  z-index: 1;
}
.cv_plate_wrapper{
	       position: relative;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 2rem;
    margin-bottom: -2rem;
    transition: all 1.5s ease-in-out;
}
.cv_plate_wrapper img{
	    width: 330px;
    height: auto;
    object-fit: contain;
}
.cv_plate_text{
	font-weight: 400;
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: right;
}
.cv_plate_1{
	z-index:1;
}
.cv_plate_2{
	z-index:2;
}
.cv_plate_3{
	z-index:3;
}
.cv_plate_4{
	z-index:4;
}

.cv_plate_border {
      height: 0%;
    transform-origin: bottom;
    transition: all 1.5s ease-in-out;
}
.cv_plate_1 { transform: translateY(50%); }
.cv_plate_2 { transform: translateY(100%); }
.cv_plate_3 { transform: translateY(150%); }
.cv_plate_4 { transform: translateY(200%); }

.cv_plate_text {
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
}

.cv-active .cv_plate_border {
  height: 85%;
}

.cv-active .cv_plate_1,
.cv-active .cv_plate_2,
.cv-active .cv_plate_3,
.cv-active .cv_plate_4 {
  transform: translateY(0);
}

.cv-active .cv_plate_text {
  opacity: 1;
}
.cv_base_plate.cv_plate_wrapper:before{
	      content: '';
    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2026/01/23141127/plate_shadow.webp');
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 400px;
    height: 185px;
    bottom: -2rem;
    right: -2rem;
    z-index: -1;
}

/*Enterprise Grade*/

section.clb_grade{
	    background: #EE5816;
    padding: 80px 0px 0px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.clb_grade h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 8px;
}
.clb_grade p.text-center{
	    color: #F7C4AD;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    margin-bottom: 1.5rem;
}
.clb_grade a.red_bg{
	    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    padding: 13px 18px;
    border-radius: 12px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.clb_grade a.red_bg:hover{
	box-shadow: rgb(63 44 44 / 20%) -1px 4px 6px 0px;
}
.clb_grade_grid.d-grid{
	    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.clb_grade_box{
	    background: #ffffff;
    padding: 26px;
    border: 2px solid #EEEEEE;
    border-radius: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 380px;
}
.clb_grade_content{
	text-align: left;
}
.clb_grade_title.black_cr{
	    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 12px;
}
.clb_grade_content p{
	    color: #12121299;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.clb_light_area {
  padding-top: 140px;
  padding-bottom: 80px;
}
section.clb_grade {
  --bgOpacity: 0.3;
}

section.clb_grade::after {
  content: '';
  background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2025/12/23114500/tubelight_bg-scaled.webp');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
  opacity: var(--bgOpacity);
  transition: opacity 0.2s linear;
}

section.clb_grade .clb_container,.clb_light_area{
	    position: relative;
    z-index: 3;
}
.clb_light_area{
	opacity: .5;
}

/*Journey Styles*/




section.clb_journeys{
	    background: #FDEEE2;
    padding: 100px 0px;
    text-align: center;
	  overflow: hidden;
}
.clb_journeys h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    text-align: center;
    margin-bottom: 15px;
}
.clb_journeys h2 span{
	font-family: "Nothing You Could Do", cursive;
}
.clb_journeys h2 span.red_cr.cursive_text:after{
	    height: 6px;
    width: 100%;
}
.clb_journeys p.secondary_cr{
	    margin: auto;
    max-width: 70%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}
.clb_journey_grid.d-grid{
	        grid-template-columns: repeat(3,1fr);
    grid-gap: 26px;
    max-width: 91%;
    margin: auto;
    margin-top: 30px;
}
.clb_journey_box,.clb_jr_wrap{
	    position: relative;
    transition: all .3s ease-in-out;
}
.clb_journey_box:hover{
	    transform: scale(.96);
    transition: all .3s ease-in-out;
}
.clb_bottom_wrap{
	    margin-top: 2rem;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.23px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.clb_bottom_wrap span{
	    color: #201F1F;
    display: inline-block;
}
.clb_bottom_wrap a{
	    text-decoration: underline;
    font-weight: 500;
    color: #B24501 !important;
}
.journey_float_content{
	    position: absolute;
    bottom: 1.5rem;
    margin: 0 1.5rem;
    background-color: #FFFFFF;
    padding: 30px;
    text-align: left;
    max-width: 68%;
	

}
.jr_float_title.black_cr{
	    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 8px;
	
}
.clb_jr_wrap img,.clb_jr_wrap{
    border-radius: 10px;
    overflow: hidden;
}
.journey_float_content p{
	    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.23px;
    color: #525252;
    margin-bottom: 20px;
	
}
.journey_float_content a.view_cs_link{
	    font-weight: 400;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.23px;
    text-decoration: underline;
    color: #B24501;
	
}
section.clb_cta_section{
	padding-bottom: 30px;
}
.clb_cta_wrap h2{
	    font-weight: 600;
    font-size: 70px;
    line-height: 120%;
    letter-spacing: -0.23px;
    margin-bottom: 10px;
}
.clb_cta_wrap p{
	    color: #FAFAFA;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
}
.clb_cta_wrap a.white_bg{
	      height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 13px 16px;
    margin-top: 44px;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: -0.23px;
	 transition: all .2s ease-in-out;
}
.clb_cta_wrap a.white_bg:hover{
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	 transition: all .2s ease-in-out;
}
.clb_cta_wrap{
	    text-align: center;
    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2025/12/24081240/clb_cta_bg-scaled.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

/*Testimonial Section*/

section.clb_testimonial{
	padding: 100px 0px;
	  overflow: hidden;
}
section.clb_testimonial h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 12px;
}
section.clb_testimonial p.secondary_cr{
	    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
}
.clb_testim_wrap{
	margin-top: 2rem;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
	padding: 8px 0px;
}
.marquee-track {
      display: flex;
    gap: 1rem;
    width: max-content;
    animation: marquee-left 50s linear infinite;
}
/* .marquee:hover .marquee-track {
  animation-play-state: paused;
} */
.testimonial-card {
  width: 360px;
  min-width: 360px;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid #FFD3BD;
}
.marquee-ltr .marquee-track {
  animation-name: marquee-left;
}

.marquee-rtl .marquee-track {
  animation-name: marquee-right;
}

@keyframes marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

.clb_testimonial-card{
	    border: 1px solid #FF7E1D;
    border-radius: 26px;
    overflow: hidden;
    padding: 25px 30px;
    width: 400px;
    height: 250px;
}
.clb_testimonial-card{
	position:relative;
}
.clb_testimonial-card:before{
	    content: '';
    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2026/03/10131236/clb_testim_quote.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    height: 100px;
    width: 94px;
    right: 30px;
    top: 20px;
    opacity: .6;
}
.clb_testim_box{
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.clb_testim_box p{
	    color: #121212;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.63px;
}
.clb_testim_box > .d-flex{
	align-items: center;
}
.clb_testim_box > .d-flex img{
	    height: 50px;
    width: 50px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
}
.clb_testim_author_detail{
	margin-left: 8px;
}
.clb_testim_author{
	    color: #505050;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.13px;
    margin-bottom: 4px;
}
.clb_testim_desig{
	    color: #898989;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.11px;
}
.clb_testim_wrap{
	position:relative;
}
.clb_testim_wrap:before{
	    content: '';
    position: absolute;
    height: 100%;
    width: 15%;
    left: -2rem;
    top: 0;
    z-index: 2;
    filter: blur(10px);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);
}
.clb_testim_wrap:after{
	      content: '';
    position: absolute;
    height: 100%;
    width: 15%;
    right: -2rem;
    top: 0;
    z-index: 1;
    filter: blur(10px);
    background: linear-gradient(
90deg, rgba(255, 255, 255, 0.7) 0%, #FFFFFF 100%);

}

/*Video Testimonial*/

section.clb-partnership{
	padding: 100px 0px;
	overflow:hidden;
}
section.clb-partnership h2{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    text-align: center;
    margin-bottom: 1rem;
}
section.clb-partnership h2 .red_cr{
	font-family: "Nothing You Could Do", cursive;
}
section.clb-partnership p.secondary_cr{
	    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    margin: auto;
    max-width: 70%;
    color: #9F9F9F !important;
}
.vidtestim-row{
	margin-top: 40px;
	
	 
}
.vidtestim-outer {
    overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;  
}
.vidtestim-outer::-webkit-scrollbar {
  display: none; 
}

.vidtestim-row {
      display: flex;
    gap:44px;
    width: max-content;
    padding: 0 1rem;
}
.vidtestim-play-btn{
	display:none;
}

.vidtestim-card {
      position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 700px;
    height: 395px;
}

.vidtestim_img_wrap {
     position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.vidtestim_img_wrap:after{
	    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(183.51deg, rgba(0, 0, 0, 0) 2.89%, rgba(0, 0, 0, 0.75) 71.61%);
}

.vidtestim_img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vidtestim_name {
     position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #D8D7D7;
    z-index: 2;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.23px;
}

.vidtestim-card iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 3;
}

.draggable-row {
  cursor: grab;
}

.draggable-row.dragging {
  cursor: grabbing;
}

.vidtestim-row,
.vidtestim-card {
  cursor: grab;
}
.vidtestim-row:active,
.vidtestim-card:active {
  cursor: grabbing;
}

.underlined_txt {
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.underlined_txt svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; /* Adapts to any text length! */
    height: 10px;
}

.underlined_txt svg path {
    fill: none;
    stroke: #ff0000;
    stroke-width: 3;
}
section.clb_home_banner h1.red_cr{
	font-size: 60px;
	font-weight: 600;
}
span.clb_banner_title1{
	    font-weight: 600;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: -0.23px;
    text-align: center;
	margin-bottom:1rem;
}
span.clb_banner_title2{
	  font-weight: 700;
}
/* Rotating Text Animation - Slide Up from Bottom */

.animated-text {
       position: relative;
    display: inline-block;
    height: 120px;
    overflow: hidden;
    vertical-align: middle;
    width: 100%;
}

.clb_rotating_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(100%);
    animation-duration: 18s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.clb_rotate_text1 {
    animation-name: rotateText1;
}

.clb_rotate_text2 {
    animation-name: rotateText2;
}

.clb_rotate_text3 {
    animation-name: rotateText3;
}

.clb_rotate_text4 {
    animation-name: rotateText4;
}

.clb_rotate_text5 {
    animation-name: rotateText5;
}

.clb_rotate_text6 {
    animation-name: rotateText6;
}

.clb_rotate_text7 {
    animation-name: rotateText7;
}

@keyframes rotateText1 {
    0%, 97.62% {
        opacity: 0;
        transform: translateY(100%);
    }
    0.01% {
        opacity: 1;
        transform: translateY(0);
    }
    11.90% {
        opacity: 1;
        transform: translateY(0);
    }
    14.29% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes rotateText2 {
    0%, 11.90% {
        opacity: 0;
        transform: translateY(100%);
    }
    14.29% {
        opacity: 1;
        transform: translateY(0);
    }
    26.19% {
        opacity: 1;
        transform: translateY(0);
    }
    28.57% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes rotateText3 {
    0%, 26.19% {
        opacity: 0;
        transform: translateY(100%);
    }
    28.57% {
        opacity: 1;
        transform: translateY(0);
    }
    40.48% {
        opacity: 1;
        transform: translateY(0);
    }
    42.86% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes rotateText4 {
    0%, 40.48% {
        opacity: 0;
        transform: translateY(100%);
    }
    42.86% {
        opacity: 1;
        transform: translateY(0);
    }
    54.76% {
        opacity: 1;
        transform: translateY(0);
    }
    57.14% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes rotateText5 {
    0%, 54.76% {
        opacity: 0;
        transform: translateY(100%);
    }
    57.14% {
        opacity: 1;
        transform: translateY(0);
    }
    69.05% {
        opacity: 1;
        transform: translateY(0);
    }
    71.43% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes rotateText6 {
    0%, 69.05% {
        opacity: 0;
        transform: translateY(100%);
    }
    71.43% {
        opacity: 1;
        transform: translateY(0);
    }
    83.33% {
        opacity: 1;
        transform: translateY(0);
    }
    85.71% {
        opacity: 0;
        transform: translateY(-100%);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@keyframes rotateText7 {
    0%, 83.33% {
        opacity: 0;
        transform: translateY(100%);
    }
    85.71% {
        opacity: 1;
        transform: translateY(0);
    }
    97.62% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-100%);
    }
}
section.clb_home_banner .clb_hbanner_view1 p{
	max-width: 55%;
}
/*Engineered for Tomorrow*/

section.clb_eng_tommorrow{
	    background: #FDEEE2;
 		height: 800px;
    position: relative;
    overflow: hidden;
}
.clb_eng_wrap{
	display: flex;
}
.clb_eng_lwrap{
	padding: 200px 0px;
}
.clb_eng_lwrap h2{
	    font-weight: 600;
    font-size: 44px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 16px;
}
.clb_eng_lwrap h2 .orange_cr.cursive_text:after{
	    width: 98%;
    height: 7px;
    left: 2px;
    bottom: -1px;
}
.clb_eng_lwrap p{
	    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    max-width: 80%;
    margin-bottom: 1.5rem;
}
.clb_eng_lwrap a{
	    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    padding: 13px 18px;
    border-radius: 12px;
    height: 47px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
}
.clb_eng_lwrap a:hover{
	    box-shadow: rgb(63 44 44 / 20%) -1px 4px 6px 0px;
    transition: all .2s ease-in-out;
}
.clb_eng_wrap{
	    display: grid;
    grid-template-columns: 1.3fr 1fr;
}
.clb_eng_rwrap{
	padding: 0 5rem;
}
.clb_eng_pinned{
    padding: 120px 0px 10px;
    display: grid;
    grid-gap: 0;
}
.clb_eng_pinned_card{
	    position: relative;
}
.clb_abs_pinned{
	    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.clb_eng_pinned_card .d-flex{
	    position: relative;
    z-index: 1;
    padding: 1rem;
    gap: 10px;
    align-items: flex-start;
    max-width: 100%;
    margin: auto;
    padding-left: 3rem;
}
.clb_pinned_count{
	    background: #EB6B32;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 36px;
    height: 23px;
    border-radius: 30px;
    flex: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.clb_pinned_cnt span{
	display: block;
}
.clb_pinned_cnt span.orange_cr{
	    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 8px;
}
.clb_pinned_cnt span.black_cr{
	    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000 !important;
    max-width: 90%;
}
.clb_eng_pinned_bg::-webkit-scrollbar{
	display: none;
}
.clb_eng_pinned_bg{
	    position: relative;
 overflow:hidden;
}
.clb_eng_rwrap{
	position:relative;
}

.clb_eng_path_fill{
	       height: 180px;
    position: relative;
    margin: -1rem 0 -.5rem;
}
.clb_eng_path_fill img{
	    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: auto;
    height: 100%;
}
.clb_eng_path_fill img.pathway_dashed_icon{
		z-index:1;
		 clip-path: inset(0 0 0);
}
.clb_eng_path_fill img.pathway_filled_icon{
	z-index:2;
	 clip-path: inset(0 0 100% 0);
	
}
/* .clb_eng_wrap:before{
	       content: '';
    background-image: url(https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2026/03/09103819/pinned_card_pathway.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 28%;
    width: 50%;
    top: 55%;
    margin-left: auto;
    right: 0;
    transform: translateY(-50%);
    background-size: contain;
    bottom: 0;
} */
section.clb_eng_tommorrow .clb_container{
	max-width: 100%;
}
.clb_eng_lwrap{
	    padding-left: 3.8rem;
    background: #FDEEE2;
}

section.clb_eng_tommorrow{
	    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2026/03/09112756/white_grid_lines.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.clb_eng_pinned{
    will-change: transform;
}
.pathway_wrap{
       position: absolute;
    right: 5%;
    top: 20%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pathway_lined_icon{
 	display:block;
    clip-path: inset(0 0 100% 0);
	
}
.clb_eng_pinned,
.pathway_lined_icon{
    will-change: transform;
}
.invisible_card{
	opacity:0;
}



/*Updated Commitment*/

section.clb_commitment{
	padding: 100px 0px;
}
.clb_commitment_wgrid{
	margin: 60px 0px 100px;
}
.clb_commitment_wgrid .d-flex{
	justify-content: space-between;
}
.clb_commitment h2 .cursive_text:after{
	width: 94%;
}
.clb_commit_count_wrap span.black_cr{
	    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
    margin-bottom: 22px;
}
.clb_commit_count_wrap span.gradient_cr{
	    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
	text-transform: capitalize;
}
.clb_industries_we_work{
	background: #000000;
}
.clb_industries_we_work .d-grid{
	    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1.5rem;
}
.clb_ww_image{
	display: flex;
}
.clb_ww_image img{
	    height: 100%;
    width: 100%;
    object-fit: cover;
}
.clb_ww_rcol{
	padding: 30px 22px;
}
.clb_ww_cnt h3{
	    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.23px;
    margin-bottom: 1rem;
}
.clb_ww_cnt p{
	    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 2rem;
}
.clb_ww_flex .d-flex{
	    column-gap: 2rem;
    flex-wrap: wrap;
    row-gap: 1.5rem;
}
.clb_ww_flex span{
	    display: inline-flex;
    background-color: #1B1A1A;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    padding: 1rem;
    border-radius: 60px;
    height: 58px;
    justify-content: center;
    align-items: center;
}

/*Strategic Solutions*/

section.clb_strategic_solutions{
	padding: 100px 0px;
}
section.clb_strategic_solutions h2{
	      font-size: 48px;
    font-weight: 800;
    line-height: 70px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.clb_strategic_solutions h2 .cursive_text:after{
	width: 107%;
	left: -4px;
	bottom: -2px;
}
section.clb_strategic_solutions p.secondary_cr{
	       color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}
.clb_strat_sol{
	margin-top: 80px;
}
.clb_strat_card{
	    border: 2px solid #EEEEEE;
    border-radius: 26px;
    overflow: hidden;
    position: relative;
}
.clb_strat_abs{
	    width: 100%;
    position: absolute;
    padding: 40px 30px;
    left: 0;
}
.clb_strat_abs h3{
	      color: #080808;
    font-size: 26px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 1rem;
}
.clb_strat_abs p{
	    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.clb_strat_card:after{
	    content: '';
    background: linear-gradient(173.19deg, rgba(255, 255, 255, 0) 5.15%, rgba(0, 0, 0, 0.045) 94.48%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
.clb_strat_row1{
	    display: grid;
    gap: 1.5rem;
    grid-template-columns: 1.3fr 1fr;
    margin-bottom: 1.5rem;
}
.clb_strat_row1 .clb_strat_abs{
	bottom: 0;
}
.clb_strat_row2{
	    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}
.clb_strat_col{
	    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.clb_strat_row2 .clb_strat_abs{
	top: 0;
}
.clb_strat_card.clb_strat_sol5 .clb_strat_abs{
	    top: unset;
    bottom: 0;
}
.clb_strat_card.clb_strat_sol6 .clb_strat_abs{
	    top: 0;
    max-width: 70%;
    bottom: 0;
    margin: auto;
    padding: 30px;
}
.clb_strat_col .clb_strat_card{
	width: 100%;
}
.clb_strat_card.clb_strat_logo{
	    width: 100%;
    object-fit: cover;
    object-position: center;
}
.clb_strat_card.clb_strat_logo img{
	    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.clb_strat_card img{
	transition: all .5s ease-in-out;
}
.clb_strat_card:hover img{
	    transform: scale(1.05);
    transition: all .5s ease-in-out;
}
img.logo-piece{
	max-width: 10rem;
}
img.logo-piece:nth-child(even){
	max-width: 10.7rem;
}
.clb_strat_abs h3{
	    padding-right: 2rem;
    position: relative;
    display: inline-block;
}
.clb_strat_card:hover h3{
	color: #fb7000;
}
.clb_strat_card h3:after{
	    content: '';
    background-image: url('https://media.calibraint.com/calibraint-wordpress/wp-content/uploads/2026/03/11072015/clb_sol_arrow.png');
    background-size: 100%;
    height: 13px;
    width: 13px;
    position: absolute;
    right: 0;
    top: 12px;
/*     transform: translate3d(-13px, 10px, -13px); */
    transition: all .1s ease-in-out;
    opacity: 0;
}
.clb_strat_card:hover h3:after{
/* 	    transform: translate3d(0px, 0px, 0px); */
    transition: all .3s ease-in-out;
    opacity: 1;
}
.clb_sol_link{
	    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    position: absolute;
}

.new-banner-heading h1 span{
	color:rgb(247, 103, 54) !important;
}
.new-banner-heading i{
	font-style:normal;
}

