/*# sourceURL=https://websitedemonow.com/Cordial1/wp-content/themes/Cordial/assets/css/custom1.css?ver=1756282136 */
/*@ sourceURL=https://websitedemonow.com/Cordial1/wp-content/themes/Cordial/assets/css/custom1.css?ver=1756282136 */


/*# sourceURL=https://websitedemonow.com/Cordial1/wp-content/themes/Cordial/assets/css/custom1.css?ver=1756285340 */
/*@ sourceURL=https://websitedemonow.com/Cordial1/wp-content/themes/Cordial/assets/css/custom1.css?ver=1756285340 */
/*@ sourceURL=https://websitedemonow.com/Cordial1/wp-content/themes/Cordial/assets/css/custom1.css?ver=1756282136 */


/* features-grid-section css */
section.features-grid-section { width: 100%; display: block; padding: 96px 0; background: #fff; }
.features-grid-section .features-grid-heading { padding-bottom: 64px; text-align: center; }
.features-grid-section .features-grid-heading h2 {font-family: Poppins;font-weight: 600;font-size: 36px;line-height: 40px;width: 100%;max-width: 70%;color: #151515;margin: 0 auto;}
.features-grid-section .features-grid-wrapper .features-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 0 32px; }
.features-grid-section .features-grid .feature-card { background: #FCF4ED; border-radius: 12px; padding: 24px; display: flex; flex-direction: column; height: auto; font-family: "Open Sans"; }
.features-grid-section .features-grid .feature-card.tall { grid-row-end: span 2; }
.features-grid-section .features-grid .feature-card .card-img img { width: 100%; height: auto; display: block; border-radius: 12px; margin-bottom: 16px; }
.features-grid-section .features-grid .feature-card .card-content h3 { font-size: 24px; line-height: 32px; color: #151515; margin: 0 0 16px; }
.features-grid-section .features-grid .feature-card .card-content p { font-size: 16px; line-height: 24px; color: #474747; margin: 0 0 16px; }
.features-grid-section .features-grid .feature-card .card-content a { font-size: 14px; letter-spacing: .17px; color: #151515 !important; text-decoration: none; font-weight: 600; }
.features-grid-section .features-grid .feature-card .card-content .primary-btn { display: flex; gap: 8px; align-items: center;width:max-content;}
/*Image Chnage Condition Css  */
.features-grid-section .features-grid .feature-card.tall.bottom-img {flex-direction: column-reverse;}
.features-grid-section .features-grid .feature-card.bottom-img {flex-direction: column-reverse;}
/* Media Css */
@media (max-width:1440px) {
	section.features-grid-section{padding:60px 0;}
}
@media (max-width: 1150px) {
	section.features-grid-section {padding: 60px 0 40px;}
	.features-grid-section .features-grid-heading h2{max-width:100%;}
}
@media (max-width: 991px) {
	.features-grid-section .features-grid-wrapper .features-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
	.features-grid-section .features-grid-heading h2{font-size:28px;}
	.features-grid-section .features-grid-heading{padding-bottom:30px;}
	.features-grid-section .features-grid-wrapper .features-grid{padding:0;}
}
@media (max-width:650px) {
	.features-grid-section .features-grid-wrapper .features-grid { grid-template-columns: repeat(1, minmax(0, 1fr)); }
	.features-grid-section .features-grid .feature-card .card-content p {font-size: 14px;line-height: 22px;margin: 0px 0 15px;}
	.features-grid-section .features-grid .feature-card .card-content h3 {font-size: 22px;line-height: 32px;margin: 0 0 10px;}
}
/* features-grid-section css end */

/* .guide-section css */
.guide-section { width: 100%; padding: 96px 0; }
.guide-section .guide-section-wrapper { width: 100%; display: flex; gap:30px; border: 1px solid var(--colors-base-input-border, rgba(63, 64, 77, 0.2)); border-radius: 6px; background: rgba(245, 245, 245, 1); }
.guide-section .guide-section-wrapper .guide-image { width: 50%;padding-right: 50px } 
a.secondary-btn {display: flex;align-items: center;gap: 10px;width: max-content;background: rgba(20, 142, 243, 1);color: #fff!important;text-decoration: none;padding: 13px 18px;border-radius: 3px;font-size: 14px;line-height: 22px;font-weight: 600;}
.guide-section .guide-section-wrapper .guide-image img { width: 100%; height:100%; object-fit: cover; display: block; }
.guide-section .guide-section-wrapper .guide-content { width: 50%; padding: 0 96px 0 0; display: flex; flex-direction: column; justify-content: center; }
.guide-section .guide-section-wrapper .guide-content h2 { font-family: Poppins; font-size: 44px; font-weight: 600; margin-bottom: 24px; color: #002238; line-height: 54px; letter-spacing: -0.25%; }
.guide-section .guide-section-wrapper .guide-content p { font-size: 16px; font-weight: 400; color: #40494F; margin-bottom: 30px; line-height: 28px; letter-spacing: 0.15px; }
/*Image Chnage Condition Css  */
.guide-section .guide-section-wrapper.left-img {flex-direction: row-reverse;}
.guide-section .guide-section-wrapper.left-img .guide-image{padding-right:0;}
.guide-section .guide-section-wrapper.left-img .guide-content {padding: 0 0px 0 60px;}

/* Media css */
@media (max-width:1440px) {
	.guide-section {padding: 60px 0;}
	.guide-section .guide-section-wrapper .guide-image{padding-right:0;}
	.guide-section .guide-section-wrapper .guide-content {padding: 0 30px 0 0;}
}
@media (max-width:1150px) {
	.guide-section {padding: 40px 0;}
	.guide-section .guide-section-wrapper .guide-content h2 { font-size: 36px;line-height: 46px;}
}
@media (max-width:991px) {
	.guide-section .guide-section-wrapper {flex-direction:column-reverse;}
	.guide-section .guide-section-wrapper.left-img {flex-direction: column-reverse;}
	.guide-section .guide-section-wrapper.left-img .guide-image {width: 100%;}
	.guide-section .guide-section-wrapper.left-img .guide-content { width:100%;padding:30px 30px 0 30px;text-align:center;align-items:center; }
	.guide-section .guide-section-wrapper .guide-image {width: 100%;}
	.guide-section .guide-section-wrapper .guide-content { width:100%;padding:30px 30px 0 30px;text-align:center;align-items:center; }
}
@media (max-width:767px) {
	.guide-section .guide-section-wrapper .guide-content h2 {font-size: 28px;line-height: 38px;}
	.guide-section .guide-section-wrapper.left-img .guide-content h2 {font-size: 28px;line-height: 38px;}
}
/* .guide-section css end */


/* Slider css */
.info-slider { padding: 96px 0 112px;}
.info-slider .info-slider-wrapper .info-slider-content h2 { font-size: 36px; line-height: 40px; font-weight: bold; margin-bottom: 16px; color: rgba(21, 21, 21, 1); }
.info-slider .info-slider-wrapper .info-slider-content p { font-size: 18px; line-height: 28px; color: rgba(21, 21, 21, 0.7); padding-bottom: 32px; }
.info-slider .btn { display: inline-block; background: #007bff; color: #fff; padding: 12px 24px; border-radius: 6px; font-size: 16px; font-weight: bold; text-decoration: none; }
.info-slider .info-slider-wrapper { width: 100%; }
.info-slider .info-slider-wrapper .info-slider-content { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;padding-bottom: 80px; }
.wistia_embed .w-chrome  {border-bottom-left-radius: 20px !important;border-bottom-right-radius: 20px !important;}


@media (max-width:850px) {
	.info-slider .info-slider-wrapper .col-6 { width: 100%; min-width: auto; max-width: 100%; flex-basis: auto }
}
.info-slider .info-slider-wrapper .clients--grid-blocks { align-items: flex-start }
.info-slider .info-slider-wrapper .col-taxonomy .col-inner { padding: 20px 40px; border-radius: 20px 20px 0 0; color: #fff; background-color: #fabc1c }
.info-slider .info-slider-wrapper .col-taxonomy.col-testimonial .col-inner { background-color: #ff833e }
.info-slider .info-slider-wrapper .col-taxonomy.col-usecase .col-inner { background-color: #148ef3 }
.info-slider .info-slider-wrapper .col-taxonomy.col-video .col-inner { background-color: #0dbdf6 }
.info-slider .info-slider-wrapper .col-top-level { margin: 0 23px !important; }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col { padding: 30px 20px 30px 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col .client-logo { height: 29px; width: auto; object-fit: contain; margin-top: 10px; margin-bottom: 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col .client-logo.larger { height: 40px; margin-bottom: 20px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col h3 { margin-bottom: 25px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col p.smaller .bolder { font-weight: 700; font-family: Poppins, sans-serif }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col p.smaller .bolder { font-size: 16px }
.info-slider .info-slider-wrapper  .slick-list{ padding:0 18% 0 0 !important; margin:0 0 0 -18% !important; }


/* .info-slider .info-slider-wrapper .case-study-slider .slick-prev.slick-arrow.slick-disabled {background: rgba(252, 225, 156, 1) !important;} */
/* .info-slider .info-slider-wrapper .case-study-slider .slick-next.slick-arrow.slick-disabled {background: rgba(252, 225, 156, 1) !important;} */
.info-slider .testimonial-nav button {
	border: none;
	padding: 0;
	background-color: #FABC1C;
	height: 44px;
	width: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.info-slider .testimonial-nav {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 16px;
	margin: 50px 0 0;
}




@media screen and (min-width:320px) {
	.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col p.smaller .bolder { font-size: calc(16px + 0 * ((100vw - 320px)/ 760)) }
}
@media screen and (min-width:1080px) {
	.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .content-col p.smaller .bolder { font-size: 16px }	
}

.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .img-col {height: 425px; width: 100%; }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .casestudy-grid .img-col img { object-fit: cover; height: 100%; width: 100%; max-height: 100%; max-width: 100%; min-height: 100%; min-width: 100%; border-radius: 0 0 20px 0 }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .testimonial-grid { padding: 30px 30px; border: 1px solid #FFDBBA; border-radius: 0 0px 12px 12px; background-color: #FCF4ED; }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .testimonial-grid .client-logo { height: 29px; width: auto; object-fit: contain; margin-top: 10px; margin-bottom: 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .testimonial-grid .client-logo.larger { height: 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .video-grid .topbar { padding: 30px 40px 0; display: flex; flex-direction: row; justify-content: space-between }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .video-grid .topbar .client-logo { height: 29px; width: auto; object-fit: contain; margin-top: 10px; margin-bottom: 30px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .usecase-grid .img-col {max-height: 346px; }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .usecase-grid .content-col { padding: 30px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .usecase-grid .content-col .client-logo { height: 29px; width: auto; object-fit: contain; margin-top: 10px; margin-bottom: 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .usecase-grid .content-col .client-logo.larger { height: 40px }
.info-slider .info-slider-wrapper .col-top-level .content--wrap .usecase-grid .content-col h3 { margin-bottom: 25px }
@media (max-width:1024px) {
	.info-slider .info-slider-wrapper .col-top-level { margin: 0 15px !important; }
	.info-slider .info-slider-wrapper  .slick-list{ padding:0 15% 0 0 !important; margin:0 0 0 -15% !important; }
}
@media (max-width:767px) {	
	.info-slider .info-slider-wrapper  .slick-list{ padding:0%!important; margin:0% !important; }
}
/* Slider css end */










