@charset "UTF-8";

/* ------------------------------------------------------------------------

Theme Name: SHRISHTI
Author: AQA WOrldwide
Author URI: https://awaworldwide.com
Description: Shristi Communications website
Version: 1.0
Text Domain: shrishti

------------------------------------------------------------------------ */



/*
=========
[01] Root
=========
*/

:root {
	--kcprimary: #077A7D;
	--kcsecondary: #06202B;
	--kcfooter: #2b212c;
	--kclight: #ffffff;
	--kcdark: #333333;
	--kcgreen: #00d664;
	--kcred: #ff3366;
}

/*
=========
[02] HTML and Elements
=========
*/

html {
	scroll-behavior: smooth;
}

body {
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	height: 100%;
	font-family: "Montserrat", sans-serif;
	overflow-x: hidden;
	position: relative;
}

html,
body {
	height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

a {
	color: var(--kcprimary);
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

a:hover {
	color: var(--kcsecondary);
	text-decoration: none;
}

a:focus {
	outline: none;
	text-decoration: none;
}

button:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	color: #1d1d1d;
}

blockquote {
    padding: 30px 30px 30px 60px;
    background: #fafafa;
    border: 1px solid #eee;
    position: relative;
    font-style: italic;
}

.archive-area, .post-area {
    margin-top: 0;
}

.kcprimary {
	color: var(--kcprimary);
}

.kcsecondary {
	color: var(--kcsecondary);
}

.kclight {
	color: var(--kclight);
}

.kcdark {
	color: var(--kcdark);
}

.kcgreen {
	color: var(--kcgreen);
}

.kcred {
	color: var(--kcred);
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

fieldset {
	border: 0 none;
	margin: 0 auto;
	padding: 0;
}

.empty {
	display: block;
	height: 30px;
	clear: both;
}

section {
	padding: 90px 0;
}

.section-title {
	margin-bottom: 30px;
}

.section-title h2 {
	margin: 0;
	position: relative;
}

.section-title h2:before {
	width: 28px;
	height: 5px;
	display: block;
	content: "";
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -14px;
	background-color: var(--kcprimary);
}

.section-title h2:after {
	width: 100px;
	height: 1px;
	display: block;
	content: "";
	position: relative;
	margin-top: 15px;
	left: 50%;
	margin-left: -50px;
	background-color: var(--kcprimary);
}

.kc-btn {
	align-items: center;
	background: var(--kcprimary);
	border: 0;
	border: 2px solid var(--kcprimary);
	border-radius: 3px;
	cursor: pointer;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	outline: none;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: color 0.4s ease;
}

.kc-btn:hover {
	border: 2px solid var(--kcprimary);
}

.kc-btn span {
	color: #ffffff;
	z-index: 1;
}

.kc-btn:after {
	background: var(--kcsecondary);
	box-sizing: border-box;
	content: "";
	height: 0%;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transition: all 0.35s ease 0s;
	webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	width: 150%;
}

.kc-btn:hover:after {
	border: 0px;
	height: 450%;
	transition: all 1s ease 0s;
}

.kc-btn-secondary {
	background: var(--kcsecondary);
	border: 2px solid var(--kcsecondary);
}

.kc-btn-secondary:hover {
	border: 2px solid var(--kcsecondary);
}

.kc-btn-secondary:after {
	background: var(--kcprimary);
}

.res-text-end {
	text-align: right;
}

.border-radius-3 {
	border-radius: 3px;
}

.btt {
	background: var(--kcprimary);
	border-radius: 50%;
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity: 0.5;
	height: 42px;
	width: 42px;
	padding: 12px 14px;
	z-index: 9998;
	color: #ffffff !important;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}

.btt:hover {
	color: #ffffff;
	opacity: 1;
}

.no-btt {
	display: none;
}

.widget-title {
    position: relative;
	font-weight: 400 !important;
}

.widget-title:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -5px;
    height: 1px;
    width: 30px;
    max-width: 255px;
    background-color: var(--kclight);
}
.widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 60px;
    background-color: var(--kcsecondary);
}

.widget-title.dark:after {
    background-color: var(--kcprimary);
}
.widget-title.dark:before {
    background-color: var(--kcsecondary);
}

.widget-area.dark {
    background: var(--kcprimary);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}

.widget-area.dark .newsletter-features {
    display: block;
    -webkit-columns: 1;
    -moz-columns: 2;
    column-count: 1;
    list-style: none;
    padding-bottom: 1rem;
    padding-left: 0;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 25px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 25px;
}

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

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 25px;

}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


td, th {
    border: 1px solid #cccccc;
    padding: 5px;
}

.breadcrumbs a {
    color: #fff;
}

*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

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

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
    padding: 5px;
}

.gallery-item img {
    vertical-align: middle;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.archive-area.page {padding: 0 0 90px 0;}

.page-header {
    text-align: center;
    padding: 120px 0;
    background: #06202B;
    background: -webkit-linear-gradient(15deg, rgba(6, 32, 43, 1) 0%, rgba(7, 122, 125, 1) 50%);
    background: -moz-linear-gradient(15deg, rgba(6, 32, 43, 1) 0%, rgba(7, 122, 125, 1) 50%);
    background: linear-gradient(15deg, rgba(6, 32, 43, 1) 0%, rgba(7, 122, 125, 1) 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#06202B", endColorstr="#077A7D", GradientType=0);
	color: #ffffff;
}

/*
=========
[03] Preloader
=========
*/

.preload * {
	-moz-transition:none!important;
	-ms-transition:none!important;
	-o-transition:none!important;
	-webkit-transition:none!important;
}

#kc-loading {
	background:var(--kcsecondary);
	height:100%;
	left:0;
	position:fixed;
	text-align:center;
	top:0;
	width:100%;
	z-index:9999;
}

.kc-table-cell {
	-webkit-transform:translate(-50%,-50%);
	left:50%;
	position:relative;
	top:50%;
	transform:translate(-50%,-50%);
}

.spinner {
	-webkit-animation:sk-scaleout 1s infinite ease-in-out;
	animation:sk-scaleout 1s infinite ease-in-out;
	background-color:var(--kcprimary);
	border-radius:100%;
	height:40px;
	margin:auto;
	width:40px;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}


/*
=========
[04] Navigation
=========
*/



.navbar {
	padding: 10px 0;
}

.navbarbg {
	background: var(--kclight);
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-brand {
    color: #111;
    font-weight: 700;
    max-width: 70px;
}

.navbar-brand:hover {
	color: var(--kcprimary);
}

.nav-link {
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.nav-item:last-child a {
	padding-right: 0 !important;
}

.nav-link:hover {
	color: var(--kcprimary);
}

/*
=========
[05] Large header
=========
*/

#home {
	height: 100vh;
}

.large-header {
	align-items: center;
	background: #333333;
	background-position: top center;
	background-size: cover;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100vw;
	z-index: 1;
	height:	100vh;
}

.large-header .cover {
	background-color: var(--kcsecondary);
	border-radius: 3px;
	color: #ffffff;
	padding: 30px;
}

.large-header .cover p {
	color: #ffffff;
	margin-top: 0;
	padding-bottom: 0;
}

.large-header .button {
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 700;
	padding: 10px 20px;
}

.owl-hero .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

#home .owl-hero .owl-nav button {
    background: var(--kcprimary);
    border-radius: 50%;
    color: #fff;
    height: 40px;
    margin: 0 10px 0 0;
    width: 40px;
}

#home .owl-hero .owl-nav button:hover {
    background: var(--kcsecondary);
}

.large-header-strip {
	background-color: var(--kcprimary);
}

/*
=========
[06] About section
=========
*/

#about {
	background-color:var(--kcsecondary);
}

.about-image {
	margin-top: 60px;
	padding-right: 60px;
	position: relative;
	z-index: 1;
}

.about-image:after {
	border: 2px solid var(--kcprimary);
	border-radius: 3px;
	bottom: 60px;
	content: '';
	left: 60px;
	position: absolute;
	right: 0;
	top: -60px;
	z-index: 1;
}

.about-image img {
    z-index: 2;
    position: relative;
}

.pinContainer {
            width: 100%;
            height: 100dvh;
            overflow: hidden;
            position: relative;
            margin: unset !important;
        }

        #leftPinContainer { background-color: #cce5ff; }
        #middlePinContainer { background-color: #fff; }
        #rightPinContainer { background-color: #f5f5f5; }

        .panel {
            height: 100dvh;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0;
        }

        /* Left column panels */
        .left-panel.blue { background-color: #79D7BE; z-index: 1; }
        .left-panel.turqoise { background-color: #243642; z-index: 2; }

        /* Middle column panels */
        .middle-panel.purple { background-color: #4DA1A9; z-index: 1; }
        .middle-panel.orange { background-color: #387478; z-index: 2; }

        /* Right column panels */
        .right-panel.purple { background-color: #2E5077; z-index: 1; }
        .right-panel.orange { background-color: #243642; z-index: 10; } /* High z-index for B */

        .left-panel .content {
            padding: 0 0 0 10px;
        }

		.right-panel .content {
            padding: 0 10px 0 0;
        }

        /* Mobile view adjustments */
        @media (max-width: 767.98px) {
            .pinContainer {
                height: auto;
                position: static;
                overflow: visible;
            }
            .panel {
                position: relative;
                visibility: visible;
                height: 100dvh;
                min-height: 100dvh; /* Ensure full height */
                margin: 0;
                padding: 0;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .desktop-columns {
                display: none; /* Hide desktop layout */
            }
            .mobile-container {
                display: block; /* Show mobile layout */
            }
            .mobile-container .panel {
                height: 100dvh;
                min-height: 100dvh; /* Reinforce full height */
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 0;
                left: 0;
            }
            .mobile-container {
                position: relative;
                height: 500dvh; /* 5 transitions */
            }
        }

        /* Desktop view adjustments */
        @media (min-width: 768px) {
            .mobile-container {
                display: none; /* Hide mobile layout */
            }
            .desktop-columns {
                display: flex; /* Show desktop layout */
            }
            .panel {
                visibility: hidden; /* Hidden until animated */
            }
        }

/*
=========
[07] Services section
=========
*/

.single-service {
	background-color: var(--kcsecondary);
	border-radius: 3px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	transition: margin-top ease 0.5s;
}

.single-service:hover {
	margin-top: -10px;
}

.single-service .part-1 {
	border-bottom: 2px solid var(--kcprimary);
	padding: 40px 40px 25px;
}

.single-service .part-1 i {
	color: var(--kcprimary);
	font-size: 50px;
	margin-bottom: 25px;
}

.single-service .part-1 .title {
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.8em;
}

.single-service .part-2 {
	padding: 30px 40px 40px;
}

.single-service .part-2 .description {
	color: var(--kclight);
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 22px;
}

.single-service-box .fa-solid {
    font-size: 20px;
	color: #7bdcb5;
}

/*
=========
[08] Callback section
=========
*/

#callback {
	background-color: var(--kcsecondary);
	color: var(--kclight);
}

#callback h2 {
	margin-top: 0;
}

#callback p {
	color: #ffffff;
	margin: 20px 0 0px;
	padding-bottom: 0;
}

#callbackform {
    position: relative;
}

#callbackform input {
	background: #555555;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-size: 14px;
	height: 46px;
	letter-spacing: 1px;
	margin-bottom: 0;
	outline: none;
	text-indent: 10px;
	width: 100%;
}

#callbackform input::-moz-placeholder {
	color: var(--kclight);
}

#callbackform input::-moz-placeholder {
	color: var(--kclight);
}

#callbackform input:-moz-placeholder {
	color: var(--kclight);
}

#callbackform input:-ms-input-placeholder {
	color: var(--kclight);
}

#callbackform input::-webkit-input-placeholder {
	color: var(--kclight);
}

#callbackform #email {
	margin-bottom: 0;
}

#responsecall,
#responsemessagecall {
	bottom: -30px;
	position: absolute;
}

/*
=========
[09] Portfolio section
=========
*/

.portfolio {
	background: var(--kcsecondary);
	cursor: default;
	float: left;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.portfolio .overlay {
	bottom: 20px;
	left: 0;
	overflow: hidden;
	padding: 0 30px;
	position: absolute;
	width: 100%;
}

.portfolio a, .portfolio .portfolio-desc {
	-webkit-transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	color: #FFF;
	filter: alpha(opacity=0);
	opacity: 0;
	transform: translate3d(100%,0,0);
	transition: opacity 0.35s, transform 0.35s;
}

.portfolio h3 {
	color: #fff;
	font-size: 1.5rem;
	overflow: hidden;
	padding: 0.5em 0;
	position: relative;
	text-transform: uppercase;
}

.portfolio h3:after {
	-webkit-transform: translate3d(-100%,0,0);
	-webkit-transition: -webkit-transform 0.35s;
	background: #fff;
	bottom: 0;
	content: '';
	height: 2px;
	left: 0;
	position: absolute;
	transform: translate3d(-100%,0,0);
	transition: transform 0.35s;
	width: 100%;
}

.portfolio:hover a, .portfolio:hover .portfolio-desc {
	-webkit-transform: translate3d(0,0,0);
	filter: alpha(opacity=100);
	opacity: 1;
	transform: translate3d(0,0,0);
}

.portfolio:hover h3:after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.portfolio:hover img {
	-webkit-transform: translate3d(0,0,0);
	filter: alpha(opacity=40);
	opacity: 0.4;
	transform: translate3d(0,0,0);
}

.portfolio img {
	display: block;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}

/*
=========
[10] Stats section
=========
*/

#stats {
	background-color: var(--kcsecondary);
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 1;
}

#stats .counter {
	color: var(--kcprimary);
}

#stats .section-title {
	margin: 0;
}

#stats h2 {
	color: var(--kclight);
}

.kc-stats-stat {
	cursor: default;
	text-align: center;
}

.kc-stats-stat h4,
.stats-icon {
	color: var(--kclight);
	margin-bottom: 0;
	text-transform: uppercase;
}

.kc-stats-stat h4 {
	font-size: 16px;
	font-weight: 400;
}

.stats-col {
	margin: 30px 0 0 0;
}

/*
=========
[11] Plans section
=========
*/

#plans {
	position: relative;
}

#plans::before {
	background-color: var(--kcprimary);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.05;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.plan-box {
	box-shadow: 0 20px 70px rgba(38, 42, 76, 5%);
	background: #fff;
	border-radius: 3px;
	padding: 30px 0;
}

.plan-box-item {
	margin: 15px 0;
	padding: 0 30px;
}

.plan-box-item.buy-now {
	border-top: 1px solid #f1f1f1;
	margin-bottom: 0;
	margin-top: 30px;
	padding-top: 30px;
}

.plan-box-item.description {
	padding: 0 30px;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
	color: #aaaaaa;
}

.plan-box-item.name {
	margin-bottom: 30px;
	margin-top: 0;
}

.plan-box-item.name h4 {
	font-weight: 400;
	font-size: 30px;
	color: var(--kcprimary);
}

.plan-box-item.pricing {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 30px;
	margin-top: 0;
}

.plan-box.highlighted {
	background-color: var(--kcsecondary);
	color: #fff;
}

.billing-switch {
	margin-bottom: 40px;
	position: relative;
}

.monthly-check, .yearly-check {
	font-weight: 500;
	font-size: 17px;
	position: absolute;
	line-height: 34px;
	color: var(--kcdark);
}

.monthly-check {
	right: calc(50% + 45px);
	top: 0;
}

.yearly-check {
	left: calc(50% + 45px);
	top: 0;
}

.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--kcprimary);
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: var(--kclight);
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: var(--kcprimary);
}

input:focus + .slider {
	box-shadow: 0 0 1px var(--kcprimary);
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.stats-icon,
.kc-stats-stat h4 {
	color: #ffffff;
	margin-bottom: 0;
	text-transform: uppercase;
}

.yearly-price {
	display: none;
}

/*
=========
[12] Testimonials section
=========
*/

#testimonials {
	background-color:var(--kcsecondary);
}

.owl-carousel .owl-stage {
	display: flex;
}

.testimonials-text {
	background: var(--kcprimary);
	border-radius: 3px;
	color: #fff;
	height: 100%;
	padding: 40px;
	position: relative;
}

.ghost {
	font-size: 80px;
	opacity: 0.3;
	position: absolute;
	right: 10px;
	top: -5px;
}

.testimonials-text h4 {
	font-size: 16px;
	margin-top: 20px;
}

.testimonial-image {
	border-radius: 60px;
	max-width: 60px;
	height: auto;
}

#testimonials .owl-nav {
	text-align: left;
}

#testimonials .owl-nav button {
	background: var(--kcprimary);
	border-radius: 50%;
	color: #fff;
	height: 40px;
	margin: 0 10px 0 0;
	width: 40px;
}

#testimonials .owl-nav button:hover {
	background: #ffffff;
	color: var(--kcprimary);
}

/*
=========
[13] Team section
=========
*/

#team {
    position: relative;
}

#team::before {
    background-color: var(--kcprimary);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.team-member {
    background: #fff;
    border-radius: 3px;
    padding: 30px 0;
    text-align: center;
}

.team-member h3 {
    font-size: 18px;
    font-weight: 700;
}

.team-member h4 {
    font-size: 18px;
    font-weight: 500;
}

.team-member:hover {
    background: linear-gradient(120deg, var(--kcsecondary) 0%, var(--kcprimary) 100%);
    color: #ffffff;
}

.team-member img {
    border-radius: 50%;
    height: auto !important;
}

.team-member:hover .team-title,
.team-member:hover .team-subtitle p{
    color: #ffffff !important;
}

.social-icons a i {
    background: var(--kcprimary);
    border-radius: 50%;
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 30px;
}

.social-icons a:hover i {
    background: var(--kcsecondary);
}

/*
=========
[14] Blog section
=========
*/

.blog-post h3 {
	color: var(--kcsecondary);
	font-size: 24px;
	font-weight: 600;
}

.blog-post h3:hover {
	color: var(--kcprimary);
}

.blog-post p {
    font-size: 16px;
}

.blog-post .post-meta {
    color: #555;
    font-weight: 500;
    font-size: 14px;
}

.blog-post .post-meta a{
    color: var(--kcsecondary);
}

span.author-gravatar img {
    border-radius: 50%;
}

.related-post .featured-image img {
    border-radius: 3px;
}

/*
=========
[15] Contact section
=========
*/

#contact {
	background-color: var(--kcsecondary);
	color: var(--kclight);
}

.contact-area-icon {
	font-size: 36px;
}

.contact-area-title {
	font-weight: 700;
}

#contactform {
	position: relative;
}

#contactform input::placeholder,
#contactform textarea::placeholder {
	color: #000000;
}

#contactform input[type="text"],
#contactform input[type="email"] {
	width: 100%;
	outline: none;
	height: 46px;
	text-indent: 10px;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	background: #c1c1c1;
	border-radius: 3px;
	margin-bottom: 20px;
}

#contactform textarea {
	width: 100%;
	outline: none;
	border: none;
	font-size: 14px;
	letter-spacing: 1px;
	color: #000000;
	background: #c1c1c1;
	border-radius: 3px;
	margin-bottom: 20px;
	min-height: 150px;
	padding: 10px;
}

#responsemessagecontact,
#responsecontact {
	position: absolute;
	bottom: -30px;
}

.weekday {
	padding: 20px 0;
}

.weekday-text {
	font-weight: 700;
}

.active {
	background-color: var(--kcprimary);
	border-radius: 3px;
}

/*
=========
[16] Footer
=========
*/

#footer {
	background-color: var(--kcsecondary);
	color: var(--kclight);
	padding: 90px 0;
}

#footer a {
	color: var(--kcprimary);
	text-transform: uppercase;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	color: var(--kclight);
}

#footer li {
	list-style-type: none;
	margin-bottom: 10px;
}

#footer li:last-child {
	margin-bottom: 0;
}

.footer-brand {
	display: block;
	font-size: 20px;
	font-weight: 700;
}

.widget-title {
	color: var(--kcprimary);
	font-size: 20px;
	font-weight: 700;
}

/*
=========
[17] Responsive CSS
=========
*/

@media only screen and (max-width: 991px) {
	.weekday {
		margin: 0 12px;
	}
}

@media only screen and (max-width: 768px) {
	.res-text-end {
		text-align: left;
	}
	.resmb-10 {
		margin-bottom: 10px !important;
	}
	.resmb-20 {
		margin-bottom: 20px !important;
	}
	.resmb-30 {
		margin-bottom: 30px !important;
	}
	.resmb-40 {
		margin-bottom: 40px !important;
	}
}


/*----------------------------*/

.large-header .cover {
	position: relative;
}

.shape10 {
    left: -6.5%;
    bottom: -25%;
    opacity: .50;
    position: absolute;
}

.shape10 img {
    border-radius: 0;
    -webkit-animation: moveleftbounce 4s linear infinite;
    animation: moveleftbounce 4s linear infinite;
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

/*--------------------------*/

.timeline {
  position: relative;
  margin: 0 auto;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--kcprimary);
}

.timeline-item {
  position: relative;
  margin-bottom: 40px;
  padding-left: 20px;
}

.timeline-item::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 4px solid var(--kcprimary);
  border-radius: 50%;
  z-index: 1;
}

.year-label {
  font-weight: bold;
  color: var(--kcprimary);
  font-size: 1.1rem;
}

.timeline h5 {
  margin-top: 5px;
}

.cta-test-widget {
    background: var(--kcsecondary);
    padding: 20px;
	border-radius: 3px;
}

.wpcf7-submit.kc-btn {
    color: #fff;
    width: 100%;
}

.wpcf7-submit.kc-btn:hover {
	background: var(--kcsecondary);
    color: #fff;
    width: 100%;
	border-color: var(--kcsecondary);
}

.author-box {
    min-height: 130px;
    padding: 30px 25px 30px 25px;
    margin-top: 40px;
    background: var(--kcsecondary);
    border-radius: 6px;
    position: relative;
    color: #fff;
}

.author-box:before{
	content: "";
    display: block;
    border: 6px solid transparent;
    border-bottom-color: var(--kcsecondary);
    position: absolute;
    top: -12px;
    left: 53px;
}

.author-box img {
    border-radius: 50%;
    border: 3px solid var(--kcprimary);
}

.wp-block-image img{
	width: 100%;
}

/* Pagination container */
.navigation.pagination {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

/* Pagination list */
.navigation.pagination .nav-links {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
}

/* Page numbers and icons */
.navigation.pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	min-width: 36px;
	font-size: 14px;
	font-weight: 500;
	color: var(--kcdark);
	background-color: var(--kclight);
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

/* Active page */
.navigation.pagination .page-numbers.current {
	background-color: var(--kcprimary);
	color: var(--kclight);
	border-color: var(--kcprimary);
}

/* Hover effect */
.navigation.pagination .page-numbers:hover {
	background-color: var(--kcprimary);
	color: var(--kclight);
	border-color: var(--kcprimary);
}

/* Icon specific tweaks */
.navigation.pagination .page-numbers i {
	font-size: 12px;
}

/* Optional: Remove outline on click */
.navigation.pagination .page-numbers:focus {
	outline: none;
	box-shadow: 0 0 0 2px rgba(7, 122, 125, 0.3);
}

.portfolio-filters .btn-outline-primary.active {
    background: var(--kcprimary);
    border-color: var(--kcprimary);
    color: #fff;
}

.portfolio-filters .btn-outline-primary {
    border-color: var(--kcprimary);
    color: var(--kcprimary);
}

.portfolio-filters .btn-outline-primary:hover {
    background: var(--kcprimary);
    color: #fff;
}

.footer-brand.logo {
    width: 150px;
    background: #fff;
    height: 150px;
    border-radius: 50%;
    padding: 15px 15px 15px 20px;
}

.service-box {
    position: relative;
    width: 300px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px; /* Responsive sizing */
}

.service-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.service-box:hover .service-image {
    transform: scale(1.1);
}

.service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    z-index: 1; /* Ensures overlay is on top */
}

.service-box:hover .service-overlay {
    opacity: 1;
}

.service-title {
    font-size: 1.5em;
    margin: 0 0 10px 0;
}

.service-description {
    font-size: 1em;
    margin: 0;
}

/* Full viewport container */
.panel-mid .content {
  display: flex;
  flex-direction: column;   /* stack vertically */
  height: 100%;             /* take full height of .panel */
  width: 100%;
  gap: 0;
}

/* Service box styles */
.single-service-box {
  flex: 1;                  /* take equal available height */
  width: 100%;
  border-radius: 0;          /* optional: remove radius to avoid gaps */
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  color: #fff;
}

.single-service-box-content {
padding: 20px;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
/* Hover effect */
.single-service-box-content:hover {
  transform: translateY(-8px);
}

/* Headings */
.single-service-box h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #fff;
  /* text-align: center; */
  font-weight: 600;
}

/* List styling */
.single-service-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-service-box li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

/* Custom bullet */
.single-service-box li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffffff;
  font-weight: bold;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .content {
    padding: 0 !important;
  }
}

.services-page .single-service-box {
    background: var(--kcsecondary);
    border: 0;
    border-radius: 10px;
    height: 400px;
}

.border-text-services {
	font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    -webkit-text-stroke-width: 0.5px;
    stroke-width: 0.5px;
    -webkit-text-stroke-color: #FFFFFF;
    stroke: #FFFFFF;
    color: #1D1D1D00;
	transition: transform 0.5s 
ease-in-out;
}

.single-service-box:hover .border-text-services {
    transform: rotate(360deg);
}

.counter-detail {
    font-size: 50px;
    font-weight: 600;
}

.counter-detail .counter-text {
    font-size: 20px;
}

.counter-detail2 {
    font-size: 50px;
    font-weight: 600;
	color: #ffffff;
}

.counter-detail2 .counter-text2 {
    font-size: 20px;
}

/* Container + base */
.site-footer {
  background: #0b0d12;
  color: #c8cbd3;
  border-top: 1px solid #1a1f2b;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 32px;
  display: grid;
  gap: 32px;
}

/* Brand */
.brand-block {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.brand-logo img {
  height: 44px;
  width: auto;
  display: inline-block;
}

.brand-desc {
  margin: 12px auto 16px;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #a8adbb;
}

/* Socials with hover fill */
.socials {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
}

.social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  background: #141823;
  border: 1px solid #202635;
  transition: background .25s ease, border-color .25s ease, transform .2s ease;
}

.social-btn .icon {
  width: 20px;
  height: 20px;
  fill: #c8cbd3;
  transition: fill .25s ease;
}

.social-btn:hover {
  background: #1a2030;
  border-color: #2a3348;
  transform: translateY(-1px);
}

.social-btn:hover .icon {
  fill: #6aa8ff;
}

/* Links grid */
.links-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.col h4 {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #e4e7ee;
  font-weight: 600;
}

.col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.col li + li {
  margin-top: 8px;
}

.col a {
  color: #a8adbb;
  text-decoration: none;
  transition: color .2s ease, opacity .2s ease;
}

.col a:hover {
  color: #e4e7ee;
  opacity: .95;
}

/* Contact cards (3-up, stack on small) */
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border: 1px solid #1a1f2b;
  border-radius: 10px;
  padding: 16px;
  background: #0e1118;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.card-icon svg {
  fill: #5b8dff;
}

.card-body h6 {
  margin: 0 0 6px;
  font-size: 0.95rem;
  color: #e4e7ee;
  font-weight: 600;
}

.card-body p {
  margin: 0;
  font-size: 0.9rem;
}

.muted {
  color: #a0a6b6;
}

.link {
  color: #c8cbd3;
  text-decoration: none;
  border-bottom: 1px dashed transparent;
  transition: color .2s ease, border-color .2s ease;
}

.link:hover {
  color: #e4e7ee;
  border-color: #2e3950;
}

/* Bottom bar */
.footer-bottom {
    border-top: 1px solid #1a1f2b;
    margin-top: 8px;
    padding: 15px;
    text-align: center;
    color: #9096a6;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin-bottom: 0;
    color: #fff;
}

.card-icon {
    color: var(--kcprimary);
    font-size: 35px;
}

.card-icon i {
    transition: transform 0.3s 
ease, box-shadow 0.3s 
ease;
}

.card:hover .card-icon i {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 900px) {
  .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .brand-logo img { height: 36px; }
}

@media (max-width: 640px) {
  .links-grid {
    grid-template-columns: 1fr;
  }
  .contact-cards {
    grid-template-columns: 1fr;
  }
}

*{box-sizing:border-box}

    .smv-wrap{
      margin:40px auto;
    }

    /* FLEX layout: 3/2/1 with centered last row */
    .smv-grid{
      display:flex;
      flex-wrap:wrap;
      justify-content:center;
      gap:16px; /* native gap for flex rows/cols */
    }

    /* 3 per row on desktop */
    .smv-card{
      flex: 0 1 calc(33.333% - (16px * 2 / 3));  
      position:relative;
      overflow:hidden;
      border-radius:14px;
      background:#ffffff;
      border:1px solid #e9edf2;
      padding:18px 18px;
      box-shadow: 0 8px 24px rgba(16,24,40,0.08);
      transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
      isolation:isolate;
      display:flex;
      align-items:flex-start;
      gap:14px;
      min-height:auto;
    }

    /* 2 per row on medium screens */
    @media (max-width: 900px){
      .smv-card{
        flex: 0 1 calc(50% - (16px / 2));
      }
    }

    /* 1 per row on small screens */
    @media (max-width: 640px){
      .smv-card{
        flex: 1 1 100%;
        padding:14px 14px;
        gap:12px;
      }
    }

    /* White-friendly subtle hover ring */
    .smv-card::before{
      content:"";
      position:absolute;
      inset:-1px;
      background: radial-gradient(60% 60% at 20% -10%, rgba(37,99,235,0.10), transparent 60%),
                  radial-gradient(60% 60% at 100% 10%, rgba(124,58,237,0.10), transparent 60%);
      opacity:0;
      transition: opacity .24s ease;
      z-index:0;
      pointer-events:none;
    }
    .smv-card:hover{
      transform: translateY(-4px);
      box-shadow: 0 10px 28px rgba(16,24,40,0.12);
      border-color: rgba(37,99,235,0.28);
    }
    .smv-card:hover::before{ opacity:1; }

    .smv-icon{
      flex:0 0 auto;
      width:54px;
      height:54px;
      border-radius:12px;
      display:grid;
      place-items:center;
      background: #f3f6fb;
      color:#1b1f2a;
      border:1px solid #e9edf2;
      position:relative;
      z-index:1;
      transition: transform .24s ease, background .24s ease, border-color .24s ease;
    }
    .smv-card:hover .smv-icon{
      transform: scale(1.05);
      border-color: rgba(37,99,235,0.35);
      background: #eef3ff;
    }

    .smv-icon i{
      font-size:22px;
      color: #06202B;
      transition: color .24s ease, filter .24s ease;
      filter: drop-shadow(0 0 0 rgba(0,0,0,0));
    }
    .smv-card:hover .smv-icon i{
      color: #077A7D;
      filter: drop-shadow(0 0 6px rgba(124,58,237,0.25));
    }

    .smv-content{ position:relative; z-index:1; }
    .smv-title{
      color:#06202B;
      margin:0 0 4px 0;
      font-size:18px;
      letter-spacing:.2px;
      line-height:1.2;
    }
    .smv-text{
      margin:0;
      color:#556070;
      line-height:1.45;
      font-size:15.5px;
    }

    @media (max-width: 640px){
      .smv-icon{ width:50px; height:50px; }
      .smv-title{ font-size:17px; margin-bottom:2px; }
      .smv-text{ font-size:15px; line-height:1.4; }
    }

    /* Accessibility: respect reduced motion */
    @media (prefers-reduced-motion: reduce){
      .smv-card,
      .smv-card::before,
      .smv-icon,
      .smv-icon i{
        transition-duration: 0.001ms !important;
        transition-delay: 0s !important;
      }
      .smv-card:hover{ transform:none; }
    }

.single-service-box {
    background-size: contain !important;
}

.single-service-box.dm {
	background: url(/img/dm.png)
}
.single-service-box.ms {
	background: url(/img/ms.png)
}
.single-service-box.ds {
	background: url(/img/ds.png)
}
.single-service-box.es {
	background: url(/img/es.png)
}
.single-service-box.nl {
	background: url(/img/nl.png)
}

.services-page .single-service-box {
    padding: 20px;
    transform 0.3s ease, box-shadow 0.3s animation-timing-function: ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.services-page .single-service-box:hover {
    transform: translateY(-8px);
}