/*!
Theme Name: RK DIGITAL
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: digitalgem-2024
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Digitalgem 2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	--color-primary: #026D66;
    --color-secondary: #1BB6B9;
    --third-color: #12B76A;
    --color-headline: #101828;
	
/*     --color-primary: #2F5AA8;
    --color-secondary: #00dbb0; */
    --text-color: #1f2531;
    --para-color: #797e89;
/*     --third-color: #00bbee; */
    --font-title: "Inter", sans-serif;
	--primary-font: "Rubik", sans-serif;
    --font-content: "Nunito", sans-serif;
    --special-text: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--color-headline);
}

/* testimonial slider */
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
	all: unset;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
	color: #fff;
	font-size: 16px;
	width: 40px;
	height: 40px;
	background: var(--color-secondary);
	border-radius: 50%;
	z-index: 2;
	transition: 0.3s;
}
.slick-slider .slick-prev {
	left: 0;
}
.slick-slider .slick-next {
	right: 0;
}
.slick-slider .slick-prev:hover, 
.slick-slider .slick-prev:focus, 
.slick-slider .slick-next:hover, 
.slick-slider .slick-next:focus {
	color: #fff;
	background: var(--color-secondary);
}

/* error 404 page */
.error404 .main-header {
	display: none;
}
.error-404-section {
	background: #f5f5f5;
    padding: 50px 0;
    min-height: 460px;
    display: flex;
    align-items: center;
}
.error-content h1 {
	font-size: 40px;
    font-weight: 800;
	font-family: var(--primary-font);
	margin-bottom: 10px;
}
.error-content p {
	font-size: 18px;
	margin-bottom: 30px;
}
.error-img {
	position: relative;
    bottom: -50px;
    text-align: center;
    background: url(./images/error-bg1.png), rgba(245, 245, 245, 0.8);
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: lighten;
}
.error-img img {
	max-width: 100%;
	height: 100%;
}

/* .error-content .widgettitle, .error-content .widget-title {
	font-size: 24px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-bottom: 15px;
}
.error-content .widget {
	margin-bottom: 25px;
}
.error-content .widget ul {
	list-style: none;
}
.error-content .widget ul li {
	margin-bottom: 10px;
}
.error-content .widget ul li a {
	color: inherit;
    text-decoration: none;
    font-family: var(--primary-font);
    transition: 0.3s;
}
.error-content .widget ul li:hover a {
	color: var(--third-color);
}

.error-content .widget.widget_archive select {
	font-family: var(--primary-font);
    display: inline-block;
    padding: 10px;
    border: none;
    font-size: 14px;
    background-color: var(--text-color);
    border-radius: 5px;
    color: #fff;
} */

@media screen and (max-width: 768px) {
	.error-content h1 {
		font-size: 35px;
	}
}

@media screen and (max-width: 768px) {
	.error-content h1 {
		font-size: 30px;
	}
}

/* awsm_job_openings css */
.awsm_job_openings-template-custom .main-header {
	background-color: var(--color-primary);
}

.awsm-job-main .awsm-job-container {
	padding: 100px 15px;
}

.awsm-job-container .entry-title {
	margin-top:50px;
	font-family: var(--primary-font);
	font-weight: 600;
}

.article-requirements h4 {
	font-family: var(--primary-font);
	font-weight: 500;
	margin: 30px 0 20px;
}

.article-requirements li {
	margin-bottom: 8px;
}

.awsm-job-specifications-container {
	margin-top: 20px;
}

/* Post page */
.post .post-title {
	font-family: var(--primary-font);
	margin-bottom: 10px;
}

.post .post-meta {
	margin-bottom: 10px;
	color: #a9b5c9;
	font-family: var(--primary-font);
	font-weight: 400;
	font-size: 14px;
}

.post .post-thumbnail {
	height: 350px;
}

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

.post-navigation {
	margin: 20px 0;
	display: flex;
	justify-content: space-between;
}

.post-navigation div a {
	background-color: var(--color-secondary);
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-family: var(--primary-font);
	font-size: 12px;
	font-weight: 500;
	transition: 0.3s;
}

.post-navigation div a:hover {
	background-color: var(--third-color);
}

.post-comments {
	margin-top: 70px;
}

.post-comments .comment-reply-title {
	font-family: var(--primary-font);
	font-weight: 700;
	margin-bottom: 30px;
}

.post-comments .comment-notes {
	color: var(--para-color);
	margin-bottom: 20px;
}

.comment-form .logged-in-as {
	color: var(--para-color);
	font-family: var(--primary-font);
}

.comment-form label {
	color: var(--para-color);
	font-family: var(--primary-font);
	margin-bottom: 8px;
	margin-right: 5px;
}

.comment-form input, .comment-form textarea {
	height: 50px;
    background-color: #e8edf6;
    border: 2px solid #e8edf6;
    padding: 8px 18px;
    border-radius: 5px;
    outline: none;
	font-size: 14px;
    transition: 0.3s;
}

.comment-form textarea {
	height: 200px;
}

.comment-form input:focus, .comment-form textarea:focus {
	background-color: #fff;
}

.comment-form textarea {
	width: 100%;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	display: inline-block;
	width: 32.8%;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input {
	width: 100%;
}

.comment-form-cookies-consent {
	display: flex;
	align-items: center;
}

.comment-form-cookies-consent label {
	margin-bottom: 0;
}

.comment-form-cookies-consent input {
	margin-right: 10px;
}

.form-submit .submit {
	font-family: var(--primary-font);
    display: inline-block;
    background-color: var(--color-secondary);
    background-image: linear-gradient(70deg, #00bbee 50%, #00dbb0 50%);
    background-position: 100% 0;
    background-size: 230% 100%;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 8px 8px 8px 0;
    transition: all 0.4s cubic-bezier(.3,1,.8,1);
}

.form-submit .submit:hover {
	background-position: 0 0;
}

/* Blog sidebar */
.widget-area .widget {
	margin-bottom: 30px;
}

.widget-area .widget_text .widget-title {
	font-size: 32px;
	font-family: var(--primary-font);
	font-weight: 500;
	margin-bottom: 10px;
}

.widget_text .textwidget {
	color: var(--para-color);
}

.search-form {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
}

.search-form label {
    width: -webkit-fill-available;
}
.search-form .search-field {
	width: 100%;
	height: 50px;
    background-color: #e8edf6;
    border: 2px solid #e8edf6;
    padding: 8px 18px;
    border-radius: 5px;
    outline: none;
	font-size: 14px;
    transition: 0.3s;
}

.search-form .search-field:focus {
	background-color: #fff;
}

.search-form .search-submit {
	font-family: var(--primary-font);
    display: inline-block;
	padding: 0 18px;border: none;
    font-size: 14px;
    background-color: var(--text-color);
    border-radius: 5px;
    color: #fff;
	transition: 0.3s;
}

.search-form .search-submit:hover {
	background-color: #404858
}

.widget-area .widget_recent_comments {
	display: none;
}

.widget-area .widget-title {
	font-size: 20px;
	font-family: var(--primary-font);
	font-weight: 500;
	margin-bottom: 15px;
}

.widget-area ul {
	padding-left: 0;
}

.widget-area ul li a {
	color: inherit;
	text-decoration: none;
	font-family: var(---primary-font);
	transition: 0.3s;
}

.widget-area ul li {
	margin-bottom: 10px;
	list-style: none;
}

.widget-area ul li:hover a {
	color: var(--third-color);
}

@media screen and (max-width: 992px) {
	.search-form {
		width: 60%;
	}
}

@media screen and (max-width: 576px) {
	.search-form {
		width: 100%;
	}
	
	.comment-form-author, .comment-form-email, .comment-form-url {
		width: 100%;
	}
}

/* Archive page */
.archive .site-main {
	padding: 100px 0;
}

.archive-page-header .page-title {
	font-family: var(--primary-font);
	font-weight: 600;
	margin-bottom: 10px;
}

.entry-header .entry-title a {
	font-family: var(--primary-font);
	color: inherit;
	text-decoration: none;
}

.entry-header .entry-meta {
	color: var(--para-color);
	margin-bottom: 10px;
}

.entry-header .entry-meta a {
	color: var(--third-color);
}

.entry-footer {
	color: var(--para-color);
	margin: 10px 0;
}

.entry-footer span {
	margin-right: 10px;
}

.entry-footer a {
	color: var(--third-color);
}

article.post.type-post {
	margin-bottom: 30px;
}

/* Search Page */
.search .site-main {
	padding: 100px 0;
}

.search-page-header .page-title {
	font-family: var(--primary-font);
	font-weight: 600;
	margin-bottom: 10px;
}

/* Single services Page */
.single-services .service-section {
	padding: 100px 0;
}
.portfolio-heading .service-title {
	font-size: 60px;
	font-weight: 700;
}

.service-header .service-title {
	font-family: var(--primary-font);
	margin-bottom: 20px;
	font-weight: 600;
}

.service .service-content {
	margin-top: 20px;
	color: var(--para-color);
}

/* industries  */
.industries-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.industry-item {
    flex: 1 1 calc(33.33% - 20px); /* Three columns */
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.industry-item h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.industry-excerpt {
    font-size: 1em;
    color: #666;
}

/* single industry */
/* Single Industry Template Styling */
.single-industry-section {
    padding: 80px 0;
}

.single-industry-row {
	max-width: 700px;
    margin: 0 auto;
    width: 100%;
	padding: 20px;
}

.industry-featured-image {
	width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.industry-featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.industry-title {
    font-size: 50px;
    text-align: center;
    margin-bottom: 20px;
    font-family: var(--primary-font);
	font-weight: 600;
}

.industry-content {
    font-size: 18px;
    line-height: 1.8;
    color: inherit;
    font-family: var(--primary-font);
}

.single-service-heading {
	font-size: 22px;
}

.industry-content p {
    margin-bottom: 0;
}

.industry-content a {
    color: var(--color-secondary);
    text-decoration: none;
    font-weight: bold;
}

.industry-content a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .industry-title {
        font-size: 2rem;
    }

    .industry-content {
        font-size: 1rem;
    }
}