/**
 * Theme Name:     Hello Elementor CBK
 * Author:         Codeblick
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-cbk
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Author URI:     https://codeblick.de
 */

/* Elementor */
.elementor-button-icon {
	display: inline-flex;
	align-items: center;
}

.elementor-button-icon svg {
	width: 7px !important;
}

.elementor-widget-text-editor p:last-child {
	margin: 0 !important;
}

/* CBK */
.cbk-logo {
	width: 100%;
	max-width: 179px;
}

.cbk-logo img {
	position: absolute;
	top: -20px;
	left: 0;
	z-index: 9998;
}

.cbk-navigation a.elementor-item-active {
	 text-decoration: underline !important;		
}
.cbk-max-w-full {
	max-width: 100%;
}

/*.cbk-float::after {
	content: '';
	position: absolute;
	bottom: -70px;
	left: calc(100% - 222px);
	width: 100px;
	height: 600px;
	background: url('/wp-content/uploads/2025/03/float.svg');
}*/

.cbk-text-primary {
	color: var(--e-global-color-primary);
	
	&:hover {
		color: var(--e-global-color-primary);
	}
}

.cbk-headline-m {
	font-family: 'Roboto Slab';
	font-size: 32px;
	font-weight: 700;
}

/* Links */
.cbk-link {
	color: #fff;
	text-decoration: underline !important;
	
	&:hover {
		color: #fff;
	}
}

.cbk-link-white {
	color: #fff;

	&:hover {
		color: #fff;
	}
}

/* Accordion */
.cbk-accordion .e-n-accordion-item-title-text {
	font-size: 20px !important;
	font-weight: 700;
	font-family: 'Roboto';
}

.cbk-accordion .e-n-accordion-item-title-icon svg {
	fill: none !important;		
}

/* Buttons */
.cbk-btn-primary a {
	display: flex;
	padding: 12px 20px !important;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
	font-family: 'Roboto' !important;
	border: 1px solid var(--e-global-color-primary) !important;
	border-radius: 8px !important;

	/*color: var(--e-global-color-17aa695) !important;
	background-color: transparent !important;

	&:hover {
		color:var(--e-global-color-primary) !important;
		border: 1px solid var(--e-global-color-primary) !important;
	}*/
}

.cbk-btn-outline a {
	display: flex;
	padding: 12px 20px !important;
	justify-content: center;
	align-items: center;
	font-size: 15px !important;
	font-family: 'Roboto' !important;
	border-radius: 8px !important;
	color: var(--e-global-color-17aa695) !important;
	border: 1px solid var(--e-global-color-17aa695) !important;
	background-color: transparent !important;

	&:hover {
		color:var(--e-global-color-primary) !important;
		border: 1px solid var(--e-global-color-primary) !important;
	}
}

/* Inputs */
input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
  color: var(--e-global-color-primary);
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
	
	&:focus-visible {
		outline: 1px solid var(--e-global-color-primary);
	}
}

input[type="radio"]:hover {
	cursor: pointer;
}

input[type="radio"]:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: .15s transform ease-in-out;
  box-shadow: inset 8px 8px var(--e-global-color-primary);
}

input[type="radio"]:checked:before {
  transform: scale(1);
}

input::placeholder {
	color: #AABEBF;
}

input[type*="text"],
input[type*="email"],
input[type*="tel"],
textarea {
	padding: 8px !important;
	margin: 0 !important;
	color: #fff;
	
	&:focus-visible {
		outline: 1px solid var(--e-global-color-primary);
	}
}

/* Contact Form */
.cbk-contact-form form {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.cbk-contact-form form p {
	margin: 0;
}

.cbk-contact-form form label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px !important;
	cursor: pointer;
}

.cbk-contact-form input[type="submit"].cbk-submit {
	margin-top: 0 !important;
	
	&:focus-visible {
		outline: 1px solid var(--e-global-color-primary);
		outline-offset: 4px;
	}
}

.wpcf7 form .wpcf7-response-output {
	margin: 0;
	padding: 16px;
}

.wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
}

.cbk-direction-col .wpcf7-radio {
	flex-direction: column;
	gap: 4px;
}

.wpcf7-list-item {
	color: #fff;
	margin-left: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
.wpcf7-response-output {
	color: #fff;
}
/******************Navid*********************/
.cbk-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.cbk-grid-item {
    display: block;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.cbk-grid-item:hover {
    transform: scale(1.05);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.cbk-grid-image img {
    width: 100%;
    height: auto;
    display: block;
}

.cbk-grid-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.cbk-grid-title {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--e-global-color-17aa695);
    text-align: center;
    padding: 12px 8px 16px 8px;
    font-size: 32px;
	line-height: 1;
    font-weight: bold;
    color: white;
	
	@media(max-width: 767px) {
		font-size: 28px;
	}
}

