/*!
Theme Name: Cindy Villarraga
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cindy-villarraga
*/
:root {
	--color-light-900: #ffffff;
	--color-dark-900: #000000;
	--color-dark-800: #1e1e1e;

	--primary-900: #CC5D4C;
	--primary-800: #FFCDAB;
	--primary-700: #F3E0D2;
	--primary-600: #FFEFE3;
	--primary-500: #FFF6F0;

	--border-900: #404040;
	--border-800: #C0C0C0;
	--border-700: #D1D1D1;
	--border-600: #E0E0E0;

	--text-900: #3E3E3E;
	--text-800: #404040;
	--text-700: #555555;
	--text-600: #565656;
	--text-500: #585858;
	--text-400: #A49B96;

	--primary-color: #FFEFE3;
}

html, body, .lenis .lenis-scroller, .lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	font-family: "Lato", sans-serif;
	background-color: var(--color-light-900);
	font-weight: 400;
    color: var(--text-600);
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  color: var(--text-900);
}

main {
	display: block;
}
h1 {
	font-size: 2em;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[hidden] {
	display: none;
}


embed,
iframe,
object {
	max-width: 100%;
}
a {
	color: #4169e1;
}

a:visited {
	/* color: var(--primary-900); */
}

a:hover,
a:focus,
a:active {
	/* color: #191970; */
    color: var(--primary-900);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}
.infinity-end.neverending .site-footer {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/* 
Main CSS
BY Webgen Technologies
*/
.sec_hd_ {
    margin-bottom: 1.8rem;
}
.slider {
    position: relative;
}
.nice-select {
    display: inline-block !important;
    float: none !important;
}
.gsap-fade-in {
  opacity: 0;
  transition: all .6s ease;
}
.erp-form .nice-select {
    width: 100%;
}
.event_section {
    min-height: 100vh;
}
.slider_nav_prev, .slider_nav_next {
    width: 3rem;
    height: 3rem;
    background-color: #cc5d4c;
    z-index: 99;
    text-align: center;
    line-height: 2.6rem;
}

.slider_pagination {
    position: static !important;
    transform: none !important;
    display: flex;
    justify-content: center;
    width: 100% !important;
    margin-top: 1rem;
}
.slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-900);
}
.btn.btn_main {
    border: 1px solid var(--border-900);
    border-radius: 3rem;
    padding: .6rem 2rem;
    font-size: 1rem;
	color: var(--color-dark-800);
	position: relative;
    transition: all .4s ease;
}
.btn.btn_main:hover,
.contact_form_ input[type="submit"]:hover {
    background-color: var(--primary-900);
    color: var(--color-light-900);
    border-color: var(--primary-900);
}
.btn.btn_main.has_icon {
    padding-inline-end: 4rem;
}
.btn.btn_main:hover .btn_icon {
    background-color: var(--color-light-900);
}
.btn.btn_main:hover .btn_icon svg,
.btn.btn_main:hover .btn_icon path {
    fill: var(--primary-900);
}
.btn_icon {
    position: absolute;
    right: .4rem;
    width: 2rem;
    height: 2rem;
    background-color: var(--primary-900);
    border-radius: 50%;
    top: .36rem;
	text-align: center;
    line-height: 2rem;
    transition: background-color .4s ease;
}
.btn.btn_arrow {
    width: 2.6rem;
    height: 2.6rem;
    border: 1px solid var(--primary-900);
    border-radius: 50%;
    color: var(--text-800);
    padding: 0;
    line-height: 2.4rem;
    transition: transform .4s ease;
}
.btn.btn_arrow:hover {
    transform: rotate(45deg);
    background-color: var(--primary-900);
    border-color: var(--primary-900);
}
.btn.btn_arrow:hover svg path {
    fill: var(--color-light-900);
}
.sec_title_ {
  font-size: 3.6rem;
  font-weight: 700;
  color: var(--text-900);
  line-height: 1.2;
}
.sec_subtitle_ {
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--primary-900);
  text-transform: uppercase;
  margin-bottom: 0;
}
.heading_tools_ {
    margin-bottom: 2rem;
}
.heading_text_ .sec_title_ {
    margin-bottom: 0;
}
.whatsapp_float_ {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    z-index: 99;
    background-color: #29A71A;
    border-radius: 50%;
    text-align: center;
    line-height: 3.2rem;
    box-shadow: 0px 12px 20px rgb(12 44 23 / 18%);
    color: #ffffff !important;
    transition: transform .3s ease;
}
.whatsapp_float_:hover {
    transform: scale(1.04);
}
.site-header {
	position: relative;
	z-index: 998;
}
.main_menu_ {
	border-style: solid;
	border-width: 1px 0;
	padding-block: .5rem;
	border-color: var(--border-800);
	transition: top .4s ease, background-color .4s ease;
    height: 60px;
}
.main_menu_.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(255 255 255 / 84%);
    backdrop-filter: blur(8px);
}
.main_menu_wrapper_ {
	min-height: 58px;
}
.h_contact_, 
.social_links_,
.lang_switch {
    flex: 0 0 40%;
    width: 40%;
}
.lang_switch {
    display: flex;
    justify-content: flex-end;
}
.brand_ {
    flex: 0 0 20%;
    width: 20%;
    text-align: center;
}
.brand_ img {
    width: 168px;
}
.htop_ {
    padding-block: 1rem;
}
.main_menu_ .navbar-nav {
    flex-direction: row;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
}
.main_menu_ .navbar-nav .menu-item > a,
.mn_slide .navbar-nav .menu-item > a {
    text-decoration: none;
    display: inline-block;
	color: var(--text-900);
	font-size: 1.2rem;
}
.main_menu_ .navbar-nav .menu-item:last-child > a {
    background-color: var(--primary-900);
    padding: .4rem 2rem;
    border-radius: 2rem;
    color: var(--color-light-900);
}
.main_menu_ .navbar-nav .menu-item.current-menu-item > a,
.mn_slide .navbar-nav .menu-item.current-menu-item > a {
	padding-left: 1.4rem;
	position: relative;
}
.main_menu_ .navbar-nav .menu-item.current-menu-item:not(:last-child) > a:after,
.mn_slide .navbar-nav .menu-item.current-menu-item:not(:last-child) > a:after {
    content: "";
    width: .8rem;
    height: .8rem;
    background-color: var(--primary-900);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.mobile_menu {
    display: flex;
    align-items: center;
    padding: .5rem 1rem;
    z-index: 999;
    height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(255 255 255 / 84%);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--border-800);
}
.mobile_menu .brand_ img {
    width: 88px;
}
.mn_slide {
    position: fixed;
    top: 100%;
    height: 320px;
    right: 0;
    background-color: #ffffff;
    width: 100%;
    top: calc(100% + 1px);
    box-shadow: 4px 12px 40px rgb(16 16 24 / 8%);
    overflow-y: auto;
    display: none;
    height: calc(100vh - 70px);
}
.mn_slide .menu_cont_ {
    padding: 2rem;
}
.mn_slide .navbar-nav .menu-item > a {
    display: block;
    padding: .4rem 0;
}
.sl_items_ {
    justify-content: end;
}
.hc_item_ {
	display: flex;
	column-gap: .4rem;
	align-items: center;
}
.hc_item_ > a {
	text-decoration: none;
	color: var(--text-900);
	font-size: 1rem;
    transition: color .4s ease;
}
.hc_item_ > a:hover,
.privacy-menu .menu-item a:hover,
.main_menu_ .navbar-nav .menu-item:not(:last-child):not(.current-menu-item) > a:hover, 
.mn_slide .navbar-nav .menu-item > a:hover {
    color: var(--primary-900);
}
.nav_toggle {
    border: 0;
    background-color: transparent;
    padding: 0;
    color: #242424;
}
.nav_toggle.active .open_menu,
.close_menu {
    display: none;
}
.nav_toggle.active .close_menu {
    display: inline-block;
}
.sl_items_footer_ > .sl_item_,
.sl_items_ > .sl_item_ {
    transition: transform .4s ease;
}
.sl_items_footer_ > .sl_item_:hover,
.sl_items_ > .sl_item_:hover  {
    transform: scale(.92);
}
.banner {
    height: 460px;
	background: var(--color-light-900) url(./images/banner_bg.webp) center 2rem no-repeat;
	background-size: contain;
}
.banner_img {
    position: absolute;
    left: 34%;
    bottom: 0;
    width: 400px;
}
.banner_img img {
    width: 100%;
}
.banner_title h2 {
    font-size: 4rem;
    line-height: 1;
    font-weight: 600;
	color: var(--text-900);
}
.banner_text {
    padding-inline-start: 2rem;
}
.banner_text p {
    font-size: 2rem;
    font-weight: 300;
	color: var(--text-900);
}
.banner_text .btn_main {
    display: block;
}
.about_box_ {
    background: var(--primary-700);
    margin: 0 auto;
    padding: 50px 30px;
    position: relative;
    clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 70%, 90% 100%, 8% 100%, 0 100%, 0 30%);
}
.about_text_ {
	color: var(--color-dark-900);
	width: 960px;
	max-width: 100%;
	margin-inline: auto;
	font-weight: 300;
}



.count_up {
	font-size: 5rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--primary-900);
}
.count_up sup {
    font-size: 4rem;
    top: -.3rem;
}
.count_up > sub {
    font-size: 2.2rem;
}
.count_label {
	font-size: 1.25rem;
	color: var(--text-900);
	text-transform: capitalize;
	margin-bottom: 0;
}
.services_sec_ {
    padding: 4rem 0 8rem;
}
.services_sec_::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: var(--primary-500);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.apart_slider  .swiper-slide {
    background-color: var(--primary-color);
}
.apart_slider .swiper-slide {
  height: 100%;            /* Take full height of the container */
}

/* Optional: set a min-height for the slider container */
.apart_slider .swiper-wrapper {
  display: flex;
  align-items: flex-end;
}
.contact_image_ .swiper-slide img {
    width: 340px;
    max-width: 100%;
}

.service_card {
    position: relative;
    padding: 6rem 1.5rem 1.5rem 1.5rem;
    height: 100%;
}
.sc_edge:before,
.sc_edge:after {
	content: "";
    position: absolute;
    left: 0;
    right: 0;    
    height: 5.9rem;
    pointer-events: none;
}
.sc_edge:after {
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="412" height="102" viewBox="0 0 412 102" fill="none"><path d="M0 100.955H329L411 19V0.450806" stroke="%23C0C0C0"/></svg>') no-repeat right bottom;
    background-size: cover;
}
.sc_edge:before {
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="412" height="102" viewBox="0 0 412 102" fill="none"><path d="M412 1H81L1 80.8978V101.5" stroke="%23C0C0C0"/></svg>') no-repeat left top;
    background-size: cover;
}
.service_card:after,
.service_card:before {
	content: "";
	position: absolute;
	width: 1px;
	background-color: var(--border-800);
    pointer-events: none;
}
.service_card:before {
	bottom: 0;
	top: 4.72rem;
	left: 0;
}

.service_card:after {
	top: 0;
	bottom: 4.72rem;
	right: 0;
}

.service_card:hover {
    transform: translateY(-4px);
}

.project_support_card {
    background-color: var(--primary-700);
    margin-top: -5rem;
    padding: 2rem 4rem;
    clip-path: polygon(
        0 0, /* top left */ 
        calc(100% - 70px) 0, /* top right cut */ 
        100% 70px, /* angled top right */ 
        100% 100%, /* bottom right */ 
        70px 100%, /* bottom left cut */ 
        0 calc(100% - 70px) /* angled bottom left */
    );
}

.service_detail {
    padding: 5rem 0;
}
.sd_image > img {
    width: 100%;
    clip-path: polygon(20% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 8% 100%, 0 100%, 0 20%);
}
.acc_wio .accordion-button {
    background-color: transparent;
    box-shadow: none;
    padding-inline: 0;
    font-family: "Playfair Display", serif;
    font-size: 1.4rem;
    color: var(--text-800);
    font-weight: 500;
}
.acc_wio .accordion-item {
    border-width: 0 0 1px;
    border-radius: 0;
    border-color: var(--border-700);
}
.acc_wio .accordion-item:first-child {
    border-width: 1px 0;
}
.acc_wio .accordion-body {
    padding-inline: 28px 0;
    color: var(--text-700);
    font-size: 1.085rem;
    padding-block-start: 0;
}
.s_contact_form .nice-select .list {
    background-color: rgb(243 224 210);
}
.s_contact_form .nice-select .list .option.selected, 
.s_contact_form .nice-select .list .option:hover {
    background-color: #ffebe8;
}
.acc_wio .accordion-body p {
    margin-bottom: .4rem;
}
.acc_wio .accordion-button::after {
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--primary-900);
    background-position: center;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23CC5D4C' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e")
}
.acc_wio .accordion-button::before {
    content: "";
    display: inline-block;
    width: .8rem;
    height: .8rem;
    background-color: var(--primary-900);
    border-radius: 50%;
    margin-right: 1rem;
}
.service_contact {
    padding: 5rem 0;
}
.scf_row {
    gap: 2rem;
}
.s_contact_form {
    background-color: var(--primary-500);
    padding: 2rem;
}
.s_contact_image > img {
    clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 80%, 80% 100%, 8% 100%, 0 100%, 0 0%);
    width: 100%;
}
.s_contact_form > h4 {
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
}
.s_contact_form .form-control {
    background-color: transparent;
    border-width: 0 0 1px 0;
    padding-inline: 0;
    border-radius: 0;
    border-color: var(--primary-800);
    box-shadow: none !important;
    width: 100%;
    font-size: 1rem;
}
.s_contact_form .form-control:focus {
    border-color: var(--primary-900);
}
.s_contact_form .form-control .current {
    color: var(--text-900);
}
.s_contact_form .form-control::placeholder {
    color: var(--text-400);
}
.s_contact_form .form-control:not(textarea) {
    height: 3rem;
}
.s_contact_form .form-group {
    margin-bottom: 1.2rem;
}
.s_contact_form span.wpcf7-spinner {
    position: absolute;
    top: 0.6rem;
}
.selected-dial-code {
    display: none !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
    width: 50px !important;
}

.case_study_sec_ {
    padding: 5rem 0;
}
.cs_card_img img {
    width: 100%;
    max-height: 345px;
    object-fit: cover;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 20%);
}
.no-post {
    padding: 4rem 0;
}
.sub-banner {
    background-color: var(--primary-color);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.sub-banner .banner-title {
    position: relative;
    color: var(--color-dark-900);
    font-size: 65px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1rem;
}

.sub-banner .banner-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: var(--primary-900);
    margin: 0.3rem auto 0;
}

.sub-banner .breadcrumb {
    background: transparent;
    margin: 0;
    padding: 0;
}

.sub-banner .breadcrumb-item a {
    color: var(--text-900);
}

.sub-banner .breadcrumb-item.active {
    color: var(--primary-900);
}
.count_item {
    position: relative;
}

.count_item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 9%;
    right: 0;
    height: 85%;
    width: 1px;
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%,#666666 39%,rgba(0, 0, 0, 0) 100%);
}

.apart_section{
    background-color: var(--primary-500);
    margin-top: 5rem;
}
.project_support {
    padding-bottom: 5rem;
}
.section-title {
    font-weight: bold;
    font-size: 54px;
    margin-bottom: 2rem;
    color: var(--text-900);
}
.apart_section .custom-card {
    background-color: var(--primary-color);
    border: none;
    padding: 1.8rem;
}
.apart_section .custom-card h5 {
    font-weight: 500;
    color: var(--text-900);
    margin-bottom: 1.75rem;
}
.apart_section .custom-card p {
    color: var(--text-700);;
}
.apart_section .image-section{
    background-color: var(--primary-color);
    clip-path: polygon(25% 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 25%);
}
.apart_section .image-section img {
    max-width: 70%;
    border-radius: 8px;
}

.my_value_section .value_card {
    border: 1px solid var(--primary-800);
    padding: 1rem;
    text-align: center;
    height: 100%;
}
.my_value_section .value_card img {
    max-width: 50px;
}
.my_value_section .value_card:hover {
    background-color: var(--primary-color);
}

.book_consultation_section {
    position: relative;
    padding: 6rem 0;
}
.consultation_bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}
.consultation_bg .bg-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.book_consultation_card {
    background: rgb(243 224 210 / 74%);
    clip-path: polygon(15% 0, 100% 0, 100% 20%, 100% 85%, 85% 100%, 20% 100%, 0 100%, 0 15%);
    padding: 3rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    max-width: 500px;
}
.book_consultation_card h2 {
    font-weight: 500;
    color: var(--text-900);
    font-size: 40px;
}
.book_consultation_card p {
    color: #404040;
}

.book_consultation_btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.book_consultation_btn i {
    font-size: 1.2rem;
}
.icon_box {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--primary-700);
    padding: 15px;
    clip-path: polygon(30% 0, 100% 0, 100% 10%, 100% 70%, 70% 100%, 20% 100%, 0 100%, 0 30%);
    width: 70px;
    height: 70px;
}

.icon_box i {
    font-size: 24px;
    color: #333;
}

/* Title & Text */
.service_card h5, .case_study_card h5 {
    color: var(--text-900);
    font-size: 1.4rem;
}
.service_card .btn.btn_main.has_icon, .case_study_card .btn.btn_main.has_icon{
    padding-inline-end: 1.5rem !important;
}
.service_card .btn.btn_main, .case_study_card .btn.btn_main{
    position:  relative !important;
    padding: 1rem !important;
    border: none !important;
}

.service_card p, .case_study_card p {
    font-size: 0.95rem;
    color: var(--text-600);
}

/* case_study */
.case_study_card {
    position: relative;
    padding: 0.9rem;
}
.case_study_card:before,
.case_study_card:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: var(--border-800);
    pointer-events: none;
}
.case_study_card:before {
    bottom: 0;
    top: 4.4rem;
    left: 0;
}
.case_study_card:after {
    top: 0;
    bottom: 4.4rem;
    right: 0;
}

.csc_edge:before, 
.csc_edge:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5.9rem;
    pointer-events: none;
}
.csc_edge:before {
    top: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="413" height="87" viewBox="0 0 413 87" fill="none"><path d="M1 87V66.5L68 1H412.5" stroke="%23C0C0C0"/></svg>') no-repeat left top;
    background-size: cover;
    left: -1px;
}

.csc_edge:after {
    bottom: 0;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="411" height="72" viewBox="0 0 411 72" fill="none"><path d="M0 71H356.5L410 17.5V0" stroke="%23C0C0C0"/></svg>') no-repeat right bottom;
    background-size: cover;
    right: -1px;
}

.cs_overview,
.the_outcome_ {
    padding: 5rem 0;
}
.cs_card_img {
    margin-bottom: 1.4rem;
}

.overview_image > img,
.outcome_image > img {
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
    width: 100%;
}
.csc_image > img {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
    width: 100%;
}
.case_study_point {
    border-top: 1px solid var(--primary-800);
    padding-top: 1rem;
}

.case_study_point:last-child {
  border-bottom: 1px solid var(--primary-800);
}
.cs_challenge {
    padding-bottom: 4rem;
}
.approach_slider .swiper-wrapper {
    display: flex;
    flex-direction: row;
}
.our_approach_{
    background-color: #FFF6F0;
    padding: 4rem 0;
}
.approach_slider .swiper-slide {
    height: auto;
}
.approach_card {
    background-color: var(--primary-color);
    padding: 1rem;
    border: 1px solid var(--primary-800);
    height: 100%;
}
.approach_card h5 {
    font-weight: 500;
    color: var(--text-900);
}
.approach_card p {
    color: var(--text-900);;
}
.related_case_study {
    padding: 4rem 0;
    background-color: var(--primary-500);
}

/* Events */
.events_section_ {
    padding: 5rem 0;    
}
.events_section_::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-color: var(--primary-500);
    clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 8% 100%, 0 100%, 0 20%);
}
.event-categories {
    background-color: var(--primary-600);
    padding-block: 1rem;
    margin-left: 4.4rem;
    clip-path: polygon(12% 0, 100% 0, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0 100%, 0 10%);
}
.event-categories .event-cat-link {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: .6rem;
    color: var(--text-900);
    clip-path: polygon(5% 0, 100% 0, 100% 20%, 100% 70%, 95% 100%, 20% 100%, 0 100%, 0 30%);
    
}
.event-categories .event-cat-link.active {
    background-color: var(--primary-800);    
}

.event-slider-wrapper:not(.active) {
    display: none;
}
.event_card,
.webinar_card {
    display: flex;
    position: relative;
    gap: 1rem;
    padding: .8rem;
}
.event_permalink {
    position: absolute;
    inset: 0;
}
.event_img {
    flex: 0 0 240px;
    width: 240px;
}
.event_img img {
    max-width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 40px 100%, 0 calc(100% - 36px));
}
.webinar_img {
    width: 400px;
    flex: 0 0 400px;
}
.webinar_slider .swiper-slide {
    height: unset;
}
.webinar_slider .swiper-slide .webinar_card {
    height: 100%;
}
.webinar_ {
    padding-top: 4rem;
}
.webinar_card {
    background: var(--primary-700);
    clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 86%, 92% 100%, 20% 100%, 0 100%, 0 15%);
    padding: 1.4rem;
}
.webinar_img img {
    width: 100%;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0 100%, 0 13%);
    object-fit: cover;
    /* max-height: 390px; */
    aspect-ratio: 3 / 4;
}
.webinar_card_text > h5 {
    font-size: 3rem;
}
.webinar_card_text {
    flex: 1 1;
}
.webinar_card_text p {
    font-size: 1.2rem;
}
.webinar_meta_.d-flex {
    gap: 1rem;
    margin-top: 2rem;
}
.webinar_meta_.d-flex > div {
    flex: 0 0 calc((100% - 1rem) / 2);
    width: calc((100% - 1rem) / 2);
}
.event_card_text,
.webinar_text {
    flex: 1 1;
    padding-right: 1rem;
}
.event_card:before, .event_card:after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #e0dedd;
    pointer-events: none;
}
.event_card:before {
    bottom: 4rem;
    top: 0;
    left: 0;
}
.event_card:after {
    top: 4rem;
    bottom: 0;
    right: 0;
}
.ec_edge:before, .ec_edge:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 5.9rem;
    pointer-events: none;
}
.ec_edge:before {
    top: 0;
    left: -1px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="629" height="85" viewBox="0 0 629 85" fill="none"><path d="M0 1H578.5L628 53.5V85" stroke="%23D9D9D9"/></svg>') no-repeat center top;
    background-size: contain;
}
.ec_edge:after {
    bottom: 0;
    right: -1px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="629" height="84" viewBox="0 0 629 84" fill="none"><path d="M629 83.5H56.5L1 34V0" stroke="%23D9D9D9"/></svg>') no-repeat center bottom;
    background-size: contain;
}

.ed_sec_ {
    padding: 4rem 0;
}
.event_featured_image_ > img {
  clip-path: polygon(
    0 0,          
    100% 0,        
    100% 100%,    
    100px 100%,    
    0 calc(100% - 100px)
  );
  width: 100%;
  max-height: 480px;
  object-fit: cover;
}
.event_featured_image_ {
    margin-bottom: 3rem;
}
.event_meta_.d-flex {
    gap: 1rem;
}
.event_location_ {
    flex: 0 0 100%;
    width: 100%;
}
.event_dates_, .event_time_ {
    flex: 1 1 auto;
}

/* Blog */
.blog_section_ {
    padding: 5rem 0;
}
.blog_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    clip-path: polygon(20% 0, 100% 0, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0 100%, 0 20%);
}
.blog_card_content {
    background: var(--primary-700);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 70%, 85% 100%, 20% 100%, 0 100%, 0 0);
    padding: 1.4rem;
    margin-inline: 1rem;
    margin-top: -3rem;
}
.blog_card_content > h5 {
    font-size: 1.4rem;
    margin-block-end: 1rem;
    color: var(--text-900);
}
.post_date {
    position: absolute;
    right: 1rem;
    top: 1rem;
    background-color: var(--color-light-900);
    width: 3.2rem;
    height: 4rem;
    clip-path: polygon(20% 0, 100% 0, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
    padding: .6rem .4rem;
}
.month_ {
    font-size: 1.135549849rem;
    text-transform: uppercase;
    color: var(--text-900);
    line-height: 1;
}
.day_ {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
    color: var(--primary-900);
}
.month_, .day_ {
    display: block;
}

.blog_slider_prev,
.blog_slider_next,
.cs_slider_prev, 
.cs_slider_next {
    position: absolute;
    margin-top: -1.5rem;
    top: 50%;
}
.blog_slider_prev,
.cs_slider_prev {
    left: -1rem
}
.blog_slider_next,
.cs_slider_next {
    right: -1rem
}
/* Sidebar */
.widget {
    background-color: var(--primary-600);
    padding: 1.4rem;
}
.search-form .ms_input {
    border: 1px solid var(--primary-800);
    background-color: transparent;
    height: 3rem;
    border-radius: 0; 
}
.search-form .ms_input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}

/* Remove decorations in Firefox */
.search-form .ms_input[type="search"] {
    -moz-appearance: textfield;
}
.search-form .ms_input:focus {
    box-shadow: 0 0 0 .25rem rgb(204 93 76 / 26%);
}
.search-form {
    position: relative;
}

.search-form .ms_btn {
    position: absolute;
    right: 1px;
    top: 1px;
    bottom: 1px;
    color: var(--primary-900);
    border: 0;
    box-shadow: none;
    outline: none;
    border-radius: 0;
}
.widget_title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--text-900);
}
.news_list_img {
    flex: 0 0 auto;
    width: 5.4rem;
}
.news_list_body {
    flex: 1 1;
    padding-inline-start: .8rem;
}
.news_list_body h4 {
    font-size: 1.12rem;
    margin-bottom: 0;
}
.news_date {
    font-size: .9rem;
    color: var(--text-500);
}
.news_list {
    padding-block: .6rem;
}
.news_list > a {
    position: absolute;
    inset: 0;
}
.news_list:not(:last-child) {
    border-bottom: 1px solid var(--primary-800);
}
.post_cat_item {
    display: block;
    text-decoration: none;
    padding-block: .8rem;
    position: relative;
    color: var(--text-900);
}
.post_cat_item + .post_cat_item {
    border-top: 1px solid var(--border-600);
}
.post_cat_item:after {
    content: "";
    position: absolute;
    right: 0;
    width: .6rem;
    height: .6rem;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: var(--primary-900);
    transform: rotate(45deg);
    transform-origin: center;
    top: 50%;
    margin-top: -.3rem;
}
.ng_page .page-item .page-link {
    color: var(--text-800);
}
.ng_page .page-item.active .page-link {
    background-color: var(--primary-900);
    border-color: var(--primary-900);
    color: var(--color-light-900);
}
.ng_page .page-item .page-link:focus {
    box-shadow: 0 0 0 0.25rem rgb(204 93 76 / 24%);
}

.related-posts {
    padding-bottom: 4rem;
}


/* Contact */
.contact_form_area_  {
    padding: 5rem 0;
}
.contact_card_ {
    padding: 1.4rem;
    background-color: var(--primary-600);
    gap: 3rem;
}
.contact_image_ {
    flex: 0 0 45%;
    width: 45%;
    text-align: center;
}
.contact_form_card {
    flex: 1 1;
}
.contact_info {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--primary-900);
    padding: 1.2rem;
    z-index: 10;
}
.contact_form_card > h4 {
    color: var(--primary-900);
    margin-bottom: 2.5rem;
}
.contact_info .hc_item_ > a {
    color: var(--color-light-900);
}
.contact_form_ .form-control {
    padding: .8rem 0;
    border-radius: 0;
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-color: var(--border-800);
    box-shadow: none !important;
}
.contact_form_ .form-control:focus {
    border-color: var(--primary-900);
}
.contact_form_ input[type="submit"] {
    border: 1px solid var(--border-900);
    background-color: transparent;
    padding: .95rem 4rem;
    border-radius: 3rem;
    font-size: 1.1rem;
}
.contact_image_ > img {
    clip-path: polygon(0 0, /* top left */ calc(100% - 70px) 0, /* top right cut */ 100% 70px, /* angled top right */ 100% 100%, /* bottom right */ 70px 100%, /* bottom left cut */ 0 calc(100% - 70px) /* angled bottom left */);
    width: 100%;
    max-height: 530px;
    object-fit: cover;
}



/* Footer */


.site_footer_ {
    background-color: var(--primary-500);
    margin-top: 6rem;
}
.footer_main_ {
    padding: 3rem 0;
}
.subscribe_form {
    position: relative;
}
.subscribe_form {
    gap: 1rem;
}
.sf_name, .sf_email {
    flex: 1 1 auto;
}
.subscribe_form .wpcf7-form-control {
    border-style: solid;
    border-width: 0 0 1px;
    background-color: transparent;
    padding: 0;
    height: 3rem;
    outline: none;
    box-shadow: none;
    color: var(--text-900);
    width: 100%;
}
.subscribe_form .wpcf7-form-control::placeholder {
    color: #B89378;
    text-transform: capitalize;
}
.subscribe_form input[type="submit"] {
    border: 0;
    text-indent: -50000px;
    background: var(--primary-900) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='36' viewBox='0 0 36 36' fill='none'><path d='M22.1402 33.9749C21.5205 33.9652 20.9149 33.7887 20.387 33.4641C19.8591 33.1394 19.4284 32.6786 19.1402 32.1299L13.9202 22.5899C13.8065 22.3716 13.6285 22.1936 13.4102 22.0799L3.8702 16.9349C3.26403 16.6056 2.76833 16.105 2.44502 15.4957C2.12171 14.8863 1.98513 14.1952 2.05235 13.5086C2.11956 12.8221 2.38759 12.1705 2.82294 11.6354C3.2583 11.1003 3.84167 10.7054 4.5002 10.4999L29.3552 2.20492C29.9829 1.98248 30.6607 1.94238 31.3102 2.08927C31.9597 2.23615 32.5543 2.56402 33.0252 3.03489C33.4961 3.50576 33.824 4.10039 33.9708 4.7499C34.1177 5.39941 34.0776 6.07725 33.8552 6.70492L25.5002 31.5749C25.2902 32.2235 24.8936 32.7957 24.36 33.2199C23.8263 33.6442 23.1794 33.9016 22.5002 33.9599L22.1402 33.9749ZM30.0002 4.34992L5.1452 12.6449C4.90824 12.7211 4.69916 12.8658 4.54433 13.0606C4.38949 13.2555 4.29584 13.4919 4.2752 13.7399C4.25281 13.985 4.30355 14.2312 4.42102 14.4475C4.53849 14.6637 4.71742 14.8403 4.93519 14.9549L14.4752 20.0999C15.082 20.4218 15.5784 20.9181 15.9002 21.5249L21.0002 31.0649C21.1148 31.2827 21.2914 31.4616 21.5077 31.5791C21.7239 31.6966 21.9701 31.7473 22.2152 31.7249C22.4632 31.7043 22.6996 31.6106 22.8945 31.4558C23.0894 31.301 23.234 31.0919 23.3102 30.8549L31.6502 5.99992C31.7473 5.76912 31.7734 5.51463 31.7252 5.26892C31.6771 5.02321 31.5568 4.79743 31.3797 4.62038C31.2027 4.44333 30.9769 4.32304 30.7312 4.27487C30.4855 4.2267 30.231 4.25282 30.0002 4.34992Z' fill='white'/><path d='M14.5049 22.6199C14.3567 22.6233 14.2094 22.5957 14.0725 22.5388C13.9356 22.482 13.8121 22.3972 13.7099 22.2899C13.6037 22.1865 13.5194 22.0629 13.4618 21.9263C13.4042 21.7898 13.3745 21.6431 13.3745 21.4949C13.3745 21.3467 13.4042 21.2001 13.4618 21.0635C13.5194 20.927 13.6037 20.8034 13.7099 20.6999L31.3499 2.99993C31.5687 2.78113 31.8654 2.6582 32.1749 2.6582C32.4843 2.6582 32.7811 2.78113 32.9999 2.99993C33.2187 3.21873 33.3416 3.51549 33.3416 3.82493C33.3416 4.13436 33.2187 4.43113 32.9999 4.64993L15.2999 22.2899C15.196 22.3951 15.0722 22.4785 14.9357 22.5351C14.7991 22.5918 14.6527 22.6206 14.5049 22.6199Z' fill='white'/></svg>");
    background-size: 1.6rem;
    background-repeat: no-repeat;
    background-position: center;
    width: 3rem;
    height: 3rem;
}
.subscribe_form p {
    margin: 0;
}
.subscribe_form .wpcf7-spinner {
    position: absolute;
    left: 0;
    top: 100%;
}
.wpcf7-form .wpcf7-response-output {
    margin: 10px 0 0 0 !important;
}
.sl_items_footer_ {
    justify-content: center;
}
.quick-links-list,
.services-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.quick-links-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}
.quick-links-list .menu-item,
.services-list > .menu-item {
    margin-bottom: .8rem;
}
.quick-links-list .menu-item {
    flex: 0 0 calc(50% - .5rem);
    width: calc(50% - .5rem);
}
.quick-links-list > .menu-item > a,
.services-list > .menu-item > a {
	color: var(--text-800);
	text-decoration: none;
} 
.quick-links-list > .menu-item > a:hover,
.services-list > .menu-item > a:hover {
    color: var(--primary-900);
}
.footer_bottom {
	padding-block: 1rem;
	background-color: var(--primary-700);	
}
.privacy-menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 2rem;
}
.brand_footer_ img {
    width: 225px;
}

.f_col > h4 {
    margin-block-end: 1rem;
    font-size: 1.6rem;
    color: var(--primary-900);
}
.subscribe {
    display: flex;
    align-items: center;
    background-color: var(--primary-700);
    padding: 2rem 4rem;
    transform: translateY(-4rem);
    gap: 1.5rem;
    clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
}
.subscribe_text_ {
    flex: 0 0 auto;
    width: 40%;
}
.subscribe_form_ {
    flex: 0 0 auto;
    width: 60%;
}
.subscribe_text_ h2 {
    font-size: 2.6rem;
    color: var(--text-900);
}
.privacy-menu .menu-item {
	position: relative;
}
.privacy-menu .menu-item a {
	text-decoration: none;
	color: var(--text-900);
}
.privacy-menu .menu-item:not(:last-child):after {
	content: "";
	position: absolute;
	right: -1rem;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: var(--text-900);
}
.cms_ {
    padding: 4rem 0;
}
.error_sec_ {
    padding: 4rem 0;
    position: relative;
}
.error_text {
    font-size: 20rem;
    font-weight: 800;
    text-align: center;
    color: #f7f2ef;
    line-height: 1;
}
.error_sec_ .page-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    margin-bottom: 0;
    transform: translateY(-50%);    
}
.error_sec_ .page-title h1 {
    color: var(--primary-900);
    margin-bottom: 2rem;
}
.no_webiner {
    padding: 8rem 0;
    text-align: center;
}



.service__custom-dropdown {
    position: relative;
}

.servicedropdown-header {
    background-color: var(--color-light-900);
    padding: 12px 16px;
    border: 1px solid var(--border-700);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 8px;
}

.servicedropdown-header span {
    color: var(--text-800);
}

.service__dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 0 0 8px 8px;
}

.service__dropdown-content.visible {
    display: block;
}

.service__dropdown-items-container {
    max-height: 250px;
    overflow-y: auto;
    scrollbar-width: thin;
}

.service__dropdown-items-container::-webkit-scrollbar {
    width: 6px;
}

.service__dropdown-items-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.service__dropdown-items-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.service__dropdown-items-container::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.dropdown-items {
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropdown-items.selected {
    background-color: #f0f7ff;
}

.dropdown-items:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

.remove-btn {
    color: #ef4444;
    font-size: 18px;
    cursor: pointer;
}

.filter-bar {
    border-bottom: 1px solid #e9ecef;
    padding: 12px 16px;
}

.chevron {
    transition: transform 0.3s;
    color:#fff;

}
.chevron.rotate {
    transform: rotate(180deg);
}
.service__custom-dropdown .dropdown-items{
    font-weight: 400;
    font-size: 16px;
}
.service__dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-radius: 0 0 8px 8px;
    max-height: 250px; /* Set a fixed height */
    overflow-y: auto;  /* Enable vertical scrolling */
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
}

.service__dropdown-content::-webkit-scrollbar {
    width: 8px;
}

.service__dropdown-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.service__dropdown-content::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.service__dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}
.filter-part {
    z-index: 10;
    position: relative;
}
.modal_reg .modal-content {
    background-color: var(--primary-600);
}
.modal_reg .modal-header {
    border-color: var(--primary-800);
}
.modal_reg .contact_form_ input[type="submit"] {
    width: 100%;
    line-height: 1;
}
.cindy-ajax-pagination .page-link{
    color: var(--primary-900);
}

.cindy-ajax-pagination .active>.page-link, 
.cindy-ajax-pagination .page-link.active {
    background-color: var(--primary-900);
    border-color: var(--primary-900);
    color: var(--color-light-900);
}

.cindy-ajax-pagination .page-link:focus {
    background-color: #ffefe3;
    box-shadow: 0 0 0 0.25rem rgb(204 93 76 / 15%);
}

.nice-select .list {
    max-height: 250px;
    overflow-y: auto;
}
.service_card ul {
    padding-left: 1rem;
}
li.wpml-ls-current-language a.wpml-ls-link {
    color: #8b8a9c;
}
.webinarSwiper-pagination,
.pastWebinarSwiper-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    color: #fff;
}



/*
    Responsive   ///////////////////////////////////
*/

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 100%;
    }    
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 920px;
    }
    .mobile_menu {
        display: none;
    }
    .about_box_ .btn.btn_main {
        padding-inline-end: 6rem;
        padding-inline-start: 5rem;
    }
}

@media (min-width: 991px) {  
    .webinar_sm .webinar_img img {
        clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%, 0 16%);
    }  
    .webinar_sm .webinar_img {
        width: 200px;
        flex: 0 0 auto;
    }
    .webinar_sm .webinar_card_text > h5 {
        font-size: 1.6rem;
    }
    .webinar_sm .webinar_card_text p {
        font-size: 1rem;
    }
    .webinar_sm .webinar_date_,
    .webinar_sm .webinar_time_,
    .webinar_sm .webinar_hosts_,
    .webinar_sm .webinar_location_ {
        font-size: .9rem;
    }
    .webinar_sm .webinar_date_icon_ svg,
    .webinar_sm .webinar_time_icon_ svg,
    .webinar_sm .webinar_host_icon_ svg,
    .webinar_sm .webinar_loc_icon_ svg {
        width: 16px;
        height: 16px;
    }
    .webinar_sm .webinar_meta_.d-flex {
        margin-top: 1rem;
        gap: .5rem;
    }
    .webinar_sm .webinar_card {
        align-items: flex-start;
    }
    .webinar_sm .webinar_card {
        align-items: flex-start;
        clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 86%, 92% 100%, 20% 100%, 0 100%, 0 15%);
        padding: 1rem;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 1080px;
    }
    .col-md-7.book_desk {
        padding-left: 4rem;
    }
    .service_detail .row {
        align-items: center;
    }
}

@media (min-width: 1280px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1240px;
    }
}
@media (min-width: 1280px) {
    .ec_edge:before, .ec_edge:after {
        height: 6.9rem;
    }
}





@media screen and (max-width: 1199px) {
   .hc_item_ > a {
        font-size: 1rem;
    }
    .hc_item_ > svg {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
    }
    .sl_item_ > svg {
        width: 30px;
        height: 30px;
    }
    .brand_ img {
        width: 118px;
    }
    .main_menu_ .navbar-nav .menu-item > a {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1024px) {
    .banner_title h2 {
        font-size: 3.4rem;
    }
    .banner_img img {
        width: 100%;
    }
    .banner_text {
        padding-inline-start: calc(var(--bs-gutter-x) * .5);
    }
    .banner_text p {
        font-size: 1.6rem;
    }
    .sec_title_ {
        font-size: 2.6rem;
    }
    .sec_subtitle_ {
        font-size: 1rem;
    }
    .about_box_ {
        clip-path: polygon(8% 0, 100% 0, 100% 0, 100% 80%, 92% 100%, 8% 100%, 0 100%, 0 20%);
    }
    .count_up {
        font-size: 4rem;
    }
    .event-categories {
        margin-left: 0;
    }
    .webinar_card_text > h5 {
        font-size: 2.4rem;
    }
    .webinar_img img {
        clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%, 0 14%);
    }
    .webinar_card {
        clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 85%, 94% 100%, 20% 100%, 0 100%, 0 16%);
    }
    .blog_img img {
        clip-path: polygon(12% 0, 100% 0, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0 100%, 0 20%);
    }
    .blog_card_content {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 82%, 88% 100%, 20% 100%, 0 100%, 0 0);
    }
    .subscribe {
        clip-path: polygon(0 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 50px 100%, 0 calc(100% - 50px));
    }
    .brand_footer_ img {
        width: 165px;
    }
    .banner_img {
        position: absolute;
        left: 30%;
        bottom: 0;
        width: 360px;
    }
}
@media screen and (max-width: 991px) {
    .event_card:before {
        bottom: 3rem;
    }
    .event_card:after {
        top: 3rem;
    }
    .sc_edge:before,
    .sc_edge:after {
        background-size: contain !important;
    }
    .csc_edge:before,
    .csc_edge:after {
        background-size: contain !important;
    }
    .case_study_card:before {
        top: 3.4rem;
    }
    .service_card:before {
        top: 3.72rem;
    }
    .service_card:after {
        bottom: 3.72rem;
    }
    .blog_card_content {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 82%, 92% 100%, 20% 100%, 0 100%, 0 0);
    }
    .h_contact_ ul.d-flex {
        flex-direction: column;
        gap: 0 !important;
    }
    .case_study_card:after {
        bottom: 2.4rem;
    }
    .slider_nav_prev, .slider_nav_next {
        width: 2.4rem;
        height: 2.4rem;
        line-height: 2rem;
    }
}
@media screen and (max-width: 820px) { 
    
   
    .intl-tel-input .wpcf7-phonetext {
        padding-left: 60px !important;
    }
    .subscribe {
        transform: translateY(-2rem);
    }
    .sl_footer_ .sl_items_footer_ {
        justify-content: flex-start !important;
    }
    .footer_main_ .f_col {
        flex: 0 0 auto;
        width: 50%;

    }
    .footer_main_ .f_col:not(:last-child) {
        margin-bottom: 1.4rem;
    }
    .brand_footer_.text-center {
        text-align: left !important;
    }
    .contact_info {
        padding: 1rem;
    } 
    .contact_card_ {
        padding: 1.4rem;
        gap: 1.5rem;
    }  
    .banner_title h2,
    .sub-banner .banner-title {
        font-size: 2.5rem;
    }
    .banner_img {
        left: 25%;
        width: 300px;
    }
    .banner_text p {
        font-size: 1.2rem;
    }
    .banner {
        height: 360px;
    }
    .icon_box {
        width: 60px;
        height: 60px;
    }
    .service_card:before {
        top: 5rem;
    }
    .service_card:after {
        bottom: 5rem;
    }
    .event_card:after {
        top: 3rem;
    }
    .event_card:before {
        bottom: 3rem;
    }
    .webinar_card {
        clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 84%, 94% 100%, 20% 100%, 0 100%, 0 16%);
    }
    .webinar_card_text > h5 {
        font-size: 1.6rem;
    }
    .webinar_card_text p {
        font-size: 1rem;
    }
    .webinar_meta_.d-flex {
        margin-top: 1rem;
    }
    .webinar_img {
        width: 280px;
        flex: 0 0 280px;
    }
    .webinar_date_icon_ > svg,
    .webinar_time_icon_ > svg,
    .webinar_host_icon_ > svg,
    .webinar_loc_icon_ > svg {
        width: 16px;
        height: 16px;
    }
    .subscribe_text_ h2 {
        font-size: 1.6rem;
    }
    .sec_title_ {
        font-size: 2rem;
    }
    .case_study_sec_,
    .events_section_,
    .blog_section_ {
        padding: 3rem 0;
    }
    .book_consultation_card h2 {
        font-size: 28px;
    }
    
}
@media screen and ( min-width: 768px ) and  (max-width: 991px) {
    .main_menu_ .navbar-nav .menu-item > a {
        font-size: .9rem;
    }
    .event_card {
        flex-direction: column;
    }
    .event_img {
        flex: 0 0 100%;
        width: 100%;
    }
    .event_img img {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    }
    .event_card_text {
        padding-bottom: 1.4rem;
    }
    .news_list_img {
        width: 3.4rem;
    }
    .news_list_body h4 {
        font-size: 1rem;
    }
    .blog_card_content {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 86%, 89% 100%, 20% 100%, 0 100%, 0 0);
        padding: 1rem;
    }
    .month_ {
        font-size: .9rem;
    }
    .day_ {
        font-size: 1.4rem;
    }
    .post_date {
        padding: .6rem .4rem;
    }
    .bpc .blog_card_content > h5 {
        font-size: 1.2rem;
    }
    .webinar_sm .webinar_card {
        clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 94%, 92% 100%, 20% 100%, 0 100%, 0 6%);
        flex-direction: column;
    }
    .webinar_sm .webinar_img img {
        clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    }
    .webinar_sm .webinar_img {
        width: 100%;
        flex: 0 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .service_card:before {
        top: 5rem;
    }
    .service_card:after {
        bottom: 5rem;
    }
    .contact_card_ {
        padding: 1rem;
        flex-direction: column;
    }
    .contact_form_area_ {
        padding-bottom: 0;
    }
    .apart_slider .swiper-slide img {
        max-width: 340px;
    }
    .overview_image > img, .outcome_image > img {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
    }
    .cs_overview, .the_outcome_ {
        padding: 3rem 0;
    }
    .overview_image > img {
        clip-path: polygon(15% 0, 100% 0, 100% 98%, 0 100%, 0 15%);
    }
    .csc_image > img {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    }

    .about_box_ {
        clip-path: polygon(6% 0, 100% 0, 100% 0, 100% 90%, 94% 100%, 8% 100%, 0 100%, 0 10%);
    }
    .about_box_ {
        padding: 40px 20px;
    }
    .about_text_ {
        margin: 0;
    }
    .count_up {
        font-size: 3rem;
    }
    .count_up sup {
        font-size: 2rem;
    }
    .count_up > sub {
        font-size: 1.2rem;
    }
    .count_label {
        font-size: 1rem;
    }
    .service_card {
        padding: 5rem 1rem 1rem 1rem;
    }
    .services_sec_::after {
        clip-path: polygon(0 0, 100% 0, 100% 92%, 92% 100%, 0 100%);
    }
    .project_support_card {
        padding: 2rem;
        clip-path: polygon(0 0, calc(100% - 36px) 0, 100% 40px, 100% 100%, 40px 100%, 0 calc(100% - 40px));
    }
    .case_study_card:before {
        top: 3.8rem;
    }
    .case_study_card:after {
        bottom: 3.4rem;
    }
    .events_section_::after {
        clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 8% 100%, 0 100%, 0 10%);
    }
    .book_consultation_card {
        clip-path: polygon(10% 0, 100% 0, 100% 20%, 100% 90%, 90% 100%, 20% 100%, 0 100%, 0 10%);
    }
    .service_card h5, .case_study_card h5 {
        font-size: 1.2rem;
    }
    
}

@media screen and (max-width: 767px) {
    .subscribe {
        flex-direction: column;
    }
    .subscribe_text_,
    .subscribe_form_ {
        width: 100%;
    }
    .sd_image > img {
        clip-path: polygon(10% 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 8% 100%, 0 100%, 0 10%);
        margin-bottom: 1.4rem;
    }
    .cs_card_img img {
        clip-path: none;
    }
    .cs_challenge .row.align-items-center,
    .scf_row {
        flex-direction: column-reverse;
    }
    .s_contact_image > img {
        clip-path: polygon(0% 0, 100% 0, 100% 0, 100% 90%, 90% 100%, 8% 100%, 0 100%, 0 0%);
    }
    .cs_overview .row, .the_outcome_ .row, .cs_challenge .row.align-items-center {
        row-gap: 2rem;
    }
    .col-md-6.ed_title {
        margin-bottom: 2rem;
    }
    .event_featured_image_ > img {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 50px 100%, 0 calc(100% - 50px));
        max-height: 390px;
    }
    .webinar_card {
        clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 85%, 94% 100%, 20% 100%, 0 100%, 0 15%);
    }
    .copyright {
        text-align: center;
    }
    .privacy-menu {
        justify-content: center;
    }
    .blog_card_content > h5 {
        font-size: 1.2rem;
    }
    .event-categories {
        margin-bottom: 2rem;
    }
    .ec_edge,
    .event_card:before,
    .event_card:after,
    .case_study_card:before,
    .case_study_card:after,
    .csc_edge,
    .service_card:before,
    .service_card:after,
    .sc_edge {
        display: none;
    }
    .event_card,
    .case_study_card,
    .service_card {
        border: 1px solid #c6c6c6;
    }
    .event-categories,
    .event-categories .event-cat-link,
    .event_img img {
        clip-path: none;
    }
    .banner_img {
        left: 20px;
        width: 300px;
    }
    .banner .container {
        padding-left: 330px;
    }
    .count_item:nth-child(even):after {
        display: none;
    }
    .btn.btn_arrow {
        width: 2.2rem;
        height: 2.2rem;
        line-height: 2rem;
    }
    .contact_form_card > h4 {
        margin-bottom: 1.2rem;
    }
    .site-header {
        display: none;
        position: absolute;
    }
    .lang_switch {
        margin-left: auto;
        flex: 0 0 50%;
        width: 50%;
    }
    body {
        padding-top: 70px;
    }
}
@media screen and (max-width: 640px) {
    .whatsapp_float_ {
        width: 2.6rem;
        height: 2.6rem;
        line-height: 2.2rem;
        right: 1rem;
        bottom: 1rem;
    }
    .whatsapp_float_ svg {
        width: 25px;
        height: 25px;
    }
    .contact_image_ {
        flex: 0 0 100%;
        width: 100%;
    }
    .banner_title h2 {
        font-size: 2rem;
    }
    .banner_img {
        width: 270px;
    }
    .sec_title_ {
        font-size: 1.5rem;
    }
    .webinar_card {
        clip-path: polygon(6% 0, 100% 0, 100% 20%, 100% 87%, 94% 100%, 20% 100%, 0 100%, 0 13%);
    }
    .webinar_card {
        align-items: flex-start;
    }
    .webinar_img img {
        clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 12%);
    }
    .webinar_img {
        width: 240px;
        flex: 0 0 240px;
    }
    .subscribe {
        clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
    }
    .blog_card_content {
        clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 94% 100%, 20% 100%, 0 100%, 0 0);
    }
    .event_section .ng_filter{
        flex-direction: column;
    }
    .event_section .nice-select .list{
        width: 260px;
        line-height: 1.2;
    }
    .nice-select .option{
        white-space: normal;
    }
}

@media screen and (max-width: 575px) { 
    .apart_section .image-section {
        clip-path: polygon(10% 0, 100% 0, 100% 20%, 100% 100%, 80% 100%, 20% 100%, 0 100%, 0 10%);
    }
    .event_featured_image_ > img {
        max-height: 300px;
    }
    .banner_title h2, .sub-banner .banner-title {
        font-size: 1.8rem;
    }
    .sub-banner {
        height: 180px;
    }
    .subscribe {
        flex-direction: column;    
    }
    .subscribe_text_ h2 {
        text-align: center;
    }
    .subscribe_form input[type="submit"] {
        width: 2.5rem;
        height: 2.5rem;
    }
    .subscribe_form .wpcf7-form-control {
        height: 2.5rem;
    }
    .subscribe {
        padding: 2rem;
    }
    .services_sec_::after {
        clip-path: none;
    }
    .blog_slider_next, .cs_slider_next {
        right: 0;
    }
    .blog_slider_prev, .cs_slider_prev {
        left: 0;
    }    
    .book_consultation_card {
        width: 100%;
    }
    
    
    .banner_img {
        width: 200px;
    }
    .banner .container {
        padding-left: 230px;
    }
}
@media screen and (max-width: 480px) {
    .subscribe_form {
        flex-direction: column;
    }
    .book_consultation_card {
        padding: 2rem;
    }
    .acc_wio .accordion-button {
        font-size: 1rem;
    }
    .acc_wio .accordion-body {
        font-size: 1rem;
    }
    .event_img,
    .webinar_img {
        width: 100%;
        flex: 0 0 auto;
    }
    .event_img img {
        width: 100%;
        max-width: 100%;
    }
    .events_section_::after {
        clip-path: none;
    }
    .webinar_card {
        clip-path: polygon(8% 0, 100% 0, 100% 20%, 100% 95%, 93% 100%, 20% 100%, 0 100%, 0 4%);
    }
    .banner {
        display: block !important;
        height: unset;
        text-align: center;
        padding-top: 2rem;
    }
    .banner_img {
        position: static;
        margin: 2rem auto 0;
    }
    .banner .container {
        padding-inline: 2rem;
    }
    .webinar_card,
    .event_card {
        flex-direction: column;
    }
    .about_box_ {
        clip-path: polygon(6% 0, 100% 0, 100% 0, 100% 94%, 94% 100%, 8% 100%, 0 100%, 0 6%);
    }
    .btn.btn_main.has_icon {
        padding-inline-end: 3rem;
    }
    .btn.btn_main {
        padding: .4rem 1.5rem;
    }
    .btn_icon {
        width: 1.6rem;
        height: 1.6rem;
        line-height: 1.6rem;
    }
    .btn_icon svg {
        width: 10px;
        height: 10px;
    }
    
}
@media screen and (max-width: 414px) {
    .footer_main_ .f_col {
        flex: 0 0 auto;
        width: 100%;
    }
    .about_box_ {
        clip-path: polygon(6% 0, 100% 0, 100% 0, 100% 95%, 93% 100%, 8% 100%, 0 100%, 0 5%);
    }
    .event_img img {
        max-height: 260px;
    }
    .webinar_img img {
        clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 8%);
    }
    .brand_footer_ img {
        width: 115px;
    }
    .sl_footer_ .sl_items_footer_ {
        justify-content: center !important;    
    }
    .brand_footer_.text-center {
        text-align: center !important;
    }
}