/*!
Theme Name: Serkal Media
Theme URI: https://www.serkalmedia.ae
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Serkal Media by Purple Moon Designs. 
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Plus Jakarta Sans', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: #101010;
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--accent: rgba(85, 130, 126, 0.80);
	--green: #55827E;
	--light: #F9F3EB;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
    background: -webkit-linear-gradient(172deg, #09212C 15.72%, #043E49 68.5%);
    background: -moz-linear-gradient(172deg, #09212C 15.72%, #043E49 68.5%);
    background: -o-linear-gradient(172deg, #09212C 15.72%, #043E49 68.5%);
    background: linear-gradient(172deg, #09212C 15.72%, #043E49 68.5%);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.header-bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-function {
    display: flex;
    align-items: center;
}

.site-branding img {
    max-height: 50px;
}

header#masthead {
    padding: 10px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.mobile-nav a {
    font-size: 30px;
    color: var(--green);
}

.whatsapp-btn a {
    color: #25D366;
    font-size: 30px;
    margin-right: 10px;
}

.whatsapp-btn a:hover {
    color: var(--accent);
}
.menu-icon .line {
	@apply absolute left-0 w-full h-0.5 bg-black transition-all duration-300;
}

.menu-icon .line-1 { top: 4px; }
.menu-icon .line-2 { top: 11px; }
.menu-icon .line-3 { top: 18px; }

/* Active state */
.menu-open .line-1 {
	@apply rotate-45 top-11/2;
}

.menu-open .line-2 {
	@apply opacity-0;
}

.menu-open .line-3 {
	@apply -rotate-45 top-11/2;
}

.menu-icon {
	position: relative;
	width: 24px;
	height: 24px;
}

.menu-icon .line {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #55827E;
	transition: all 0.3s ease;
}

/* Burger lines */
.menu-icon .line-1 { top: 4px; }
.menu-icon .line-2 { top: 11px; }
.menu-icon .line-3 { top: 18px; }

/* Active (X state) */
.menu-icon.menu-open .line-1 {
	top: 11px;
	transform: rotate(45deg);
}

.menu-icon.menu-open .line-2 {
	opacity: 0;
}

.menu-icon.menu-open .line-3 {
	top: 11px;
	transform: rotate(-45deg);
}

section.light-bg {
    background-color: var(--light);
}

section.projects {
    padding: 100px 0;
}


.project-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
section.projects-grid {
    background: var(--green);
    background: linear-gradient(145deg, #1f3f3c, #55827e), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
    backdrop-filter: blur(6px);
}

/*******************************
================================
HOME
================================
*******************************/

.overlay {
    position: relative;
}

section.hero {
    background-image: url(/wp-content/uploads/2026/02/Banner-img-1.jpg);
    background-size: cover;
    background-position: center;
}

.overlay .content_wrap {
    position: relative;
    z-index: 1;
}

.hero-box {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 0 100px;
}

.hero-box h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 400;
}

.hero-box {
    max-width: 700px;
}

.main-btn a {
    background: var(--green);
    color: #fff;
    padding: 8px 20px;
    border-radius: 8px;
    line-height: 1;
}

.main-btn {
    display: flex;
}

.hero-box .main-btn {
    margin-top: 20px;
}

section.light-bg {
    background-color: var(--light);
}

section.projects {
    padding: 100px 0;
}


ul.performance-label-list {
    display: inline-flex;
    margin: 0 0 10px;
    font-size: 13px;
    color: #fff;
    background: var(--green);
    padding: 8px 10px;
    border-radius: 15px;
}

ul.performance-label-list li {
    padding: 0 10px;
    position: relative;
}

ul.performance-label-list li:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 8px;
    right: -2px;
}

ul.performance-label-list li:last-child:after {
    display: none;
}

h3 {
    font-size: 25px;
    font-weight: 500;
}

.project-info-box h3 {
    line-height: 1.2;
    margin: 0 0 5px;
}

.project-stats {
    padding: 10px 0;
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.stat-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: var(--green);
}
.pg-single img {
    transition: .5s;
}

.pg-single img:hover {
    filter: blur(1px);
    cursor: pointer;
}
.main-btn a:hover {
    background-color: #16241e;
    cursor: pointer;
}
.stat-box {
    margin: 10px 0;
}

.line-btn a {
    color: var(--green);
    font-weight: 600;
    text-decoration: underline;
}

.glide__arrows button {
    background: var(--green);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px var(--green);
    color: #fff;
    font-size: 13px;
    transition: .5s;
}

.glide__arrows button:hover {
    cursor: pointer;
    background: transparent;
    color: var(--green);
}

.glide__arrows {
    margin-top: 20px;
}

.project-image-side img {
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}


section.regular {
    padding: 100px 0 0;
}



.service-single {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.service-single:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 40%;
}

.single-service-box {
    position: relative;
    z-index: 1;
}

.single-service-box h4 {
    color: #fff;
    font-size: 25px;
    margin: 0 0 3px;
}

.single-service-box p {
    color: #fff;
    font-size: 15px;
}

.single-service-box .main-btn {
    margin-top: 20px;
}


.cnt_20 {
    transition: .5s;
}


h3.decor {
    position: absolute;
    top: -25px;
    color: var(--green);
    display: flex;
    align-items: center;
}

h3.decor span {
    height: 1px;
    width: 50px;
    background: var(--green);
    display: block;
    margin-right: 10px;
}

.regular-text {
    position: relative;
}

.regular-text h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 10px;
}

.double-image img {
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.double-image img:last-child {
    margin-top: 30px;
}

h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 5px;
}

section.logo {
    padding: 25px 0;
    background: #f2f2f2;
}

section.about {
    padding: 100px 0;
}

.logo-inner img {
    filter: grayscale(1);
    transition: .5s;
    max-height: 50px;
}

.logo-inner img:hover {
    filter: grayscale(0);
}

.logo-inner {
    display: flex;
    justify-content: center;
}
section.green {
    padding: 100px 0;
    background: var(--green);
}

.title {
    margin: 0 0 30px;
    position: relative;
}

section.green h3.decor {
    color: #fff;
}

section.green h3.decor span {
    background: #fff;
}

.testimonial-author {
    color: #fff;
}

section {
    overflow: hidden;
}
.title h2 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
}

.testimonial-logo img {
    max-height: 70px;
    max-width: 120px;
    margin: 0 0 10px;
    border-radius: 5px;
}

.testimonial-info {
    border: solid 1px #c4c4c4;
    padding: 20px 10px;
    border-radius: 10px;
}

.testimonial-info p {
    color: #fff;
    font-size: 16px;
}

.testimonial-author {
    text-align: left;
    margin-top: 10px;
}

.testimonial-author h5 {
    font-size: 20px;
    font-weight: 500;
}

.testimonial-author h4 {
    font-size: 16px;
    opacity: 60%;
}

button.glide__bullet {
    background: transparent;
    width: 25%;
    height: 3px;
    z-index: 9;
    position: relative;
    transition: .5s;
}

.glide__bullets {
    margin-top: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.glide__bullets:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
}

button.glide__bullet.glide__bullet--active, button.glide__bullet:hover {
    background: #101010;
    cursor: pointer;
}

/*******************************
================================
FOOTER
================================
*******************************/


footer {
    padding: 100px 0 0;
}

.contact-text h2 {
    font-size: 35px;
    color: var(--green);
}

.contact-text p {
    font-size: 15px;
}

.contact-text .main-btn {
    margin-top: 20px;
}

.logo-contact {
    margin-top: 30px;
}

.logo-contact-info h3 {
    font-weight: 500;
    font-size: 25px;
    margin: 0 0 5px;
}

ul.contact-list li {
    padding: 5px 0;
}

.logo-social img {
    max-width: 140px;
}

ul.social-list {
    display: flex;
}

ul.social-list li {
    margin: 10px;
}

ul.social-list a {
    color: var(--green);
    font-size: 35px;
}

ul.social-list a:hover {
    color: var(--accent);
}

.contact-form {
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
    box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.1);
}

.contact-form input {
    border: solid 1px #ccc;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
    height: 40px;
    padding: 0 10px;
}

.contact-form textarea {
    border: solid 1px #ccc;
    width: 100%;
    border-radius: 10px;
    margin: 0 0 10px;
    padding: 10px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: var(--green);
    color: #fff;
    border-color: var(--green);
    width: 200px;
    display: flex;
    flex-direction: column;
    transition: .5s;
}
.contact-form label {
    display: flex;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 10px;
}


span.wpcf7-list-item-label {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
    min-height: 48px;
    padding: 0 8px;
    background-color: transparent;
    background-image: none;
    border: 2px solid transparent;
    border-color: var(--green);
    border-radius: 10px;
    font-weight: 500;
    color: #101010;
    cursor: pointer;
    background-color: color-mix(in srgb, #55827E 10%, transparent);
    font-size: 14px;
    margin: 2px;
}

span.wpcf7-list-item input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.wpcf7-list-item {
    margin: 0;
}
.testimonial-author .line-btn a {
    color: #fff;
    margin-top: 10px;
    display: block;
    text-align: right;
}
.wpcf7-list-item input:checked + .wpcf7-list-item-label {
  color: white; /* optional */
  background: var(--green);
}


.wpcf7-response-output {
    color: #fff;
}
.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    color: var(--green);
    background: transparent;
    cursor: pointer;
}

li.glide__slide-proj {
    width: 100%;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 0;
}

section.copyrights {
    text-align: center;
    margin-top: 50px;
    padding: 20px 0;
    border-top: solid 1px rgba(0,0,0,0.5);
}

section.copyrights a:hover {
    color: var(--green);
}

/*******************************
================================
ABOUT
================================
*******************************/

section.breadcrumbs {
    padding: 100px 0;
    background: linear-gradient(145deg, #1f3f3c, #55827e),
  repeating-linear-gradient(
    45deg,
    rgba(255,255,255,0.02),
    rgba(255,255,255,0.02) 1px,
    transparent 1px,
    transparent 6px
  );
}

section.breadcrumbs.image-bg {
    background-size: cover;
    background-position: center;
    position: relative;
}

section.breadcrumbs.image-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 70%;
}

.breadcrumb-box {
    position: relative;
    z-index: 3;
}

section.breadcrumbs h1 {
    color: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
}

section.breadcrumbs h2 {
    color: #fff;
    font-size: 35px;
}

section.breadcrumbs p {
    color: #fff;
    opacity: 80%;
}

section.breadcrumbs h1 span {
    height: 1px;
    width: 50px;
    background: #fff;
    display: block;
    margin-right: 10px;
}

.breadcrumb-box {
    max-width: 700px;
}

.mission-vission {
    margin-top: 30px;
}

.mission-vission h2 {
    font-size: 25px;
}

.mission-vission h4 {
    font-weight: 700;
}

.mission-vission p {
    margin: 0 0 10px;
}
section.different {
    background: linear-gradient(145deg, #1f3f3c, #55827e), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
    padding: 100px 0;
}
.cnt_50.cell.bg-image {
    background-image: url(/wp-content/uploads/2026/01/meadia-placeholder.jpg);
    background-size: cover;
    background-position: center;
}

.cnt_50.cell {
    background: linear-gradient(145deg, #1f3f3c, #55827e), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
}

.cell-text {
    padding: 80px 50px 50px;
    max-width: 700px;
    margin-right: auto;
    position: relative;
}

h3.decor.white {
    color: #fff;
}

.cell-text h2 {
    font-size: 25px;
    margin: 0 0 5px;
    font-weight: 500;
}

.pb-inner {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.00) 100%);
    backdrop-filter: blur(6px);
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

.performancebox {
    margin-top: 30px;
}

.single-pb {
    width: 50%;
    padding: 15px;
}

.pb-text h3 {
    font-size: 22px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 5px;
}

.pb-text p {
    line-height: 1.2;
}

.cell-title {
    position: relative;
}

h3.decor.white span {
    background: #fff;
}


/*******************************
================================
PROJECTS
================================
*******************************/

section.projects-grid {
    padding: 100px 0;
}

.space {
    margin: 15px;
}

.row.spaced {
    margin-left: -15px;
    width: calc(100% + 30px);
}

.pg-single {
    padding: 20px;
    background: var(--light);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.pg-single img {
    display: block;
    margin: 0 0 10px;
    border-radius: 6px;
}

.pg-single h3 a {
    color: var(--green);
    font-size: 20px;
    font-weight: 500;
}

.pg-single h3 {
    margin: 0 0 2px;
}

.pg-single p {
    font-size: 15px;
}

.pg-single .main-btn {
    margin-top: 20px;
}

.project-image-label {
    position: relative;
}

.project-image-label span {
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(145deg, #1f3f3c, #55827e), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
    color: #fff;
    padding: 6px 17px;
    border-radius: 0 10px;
    font-size: 14px;
    -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.1);
}

/*******************************
================================
SINGLE PROJECT
================================
*******************************/

section.project-content {
    padding: 100px 0 0;
}

section.project-overview,
section.project-conclusion {
    margin-bottom: 60px;
}

section.project-overview:last-child,
section.project-conclusion:last-child {
    margin-bottom: 0;
}

section.project-main-images {
    margin: 60px 0;
}

section.project-results-stats {
    margin: 60px 0;
}

section.project-content .the_content {
    padding: 0;
}

section.project-content .the_content h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 20px;
}

section.project-content .the_content h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 15px;
}

section.project-content .the_content p {
    margin: 0 0 15px;
    line-height: 1.6;
}

section.project-content .the_content ul,
section.project-content .the_content ol {
    margin: 0 0 15px;
    padding-left: 20px;
}

section.project-content .the_content li {
    margin: 0 0 8px;
}

section.project-content .project-stats {
    border-top: 1px solid rgba(85, 130, 126, 0.50);
    border-bottom: 1px solid rgba(85, 130, 126, 0.50);
    padding: 20px 0;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

section.project-content .stat-box h4 {
    font-weight: 600;
    font-size: 25px;
    color: var(--green);
    margin: 0 0 5px;
}

.overview-title h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 10px;
}
section.project-content .stat-box p {
    margin: 0;
    font-size: 15px;
    color: #333;
}


section.project-results-stats h3 {
    font-size: 35px;
    font-weight: 500;
    margin: 0 0 10px;
}

                    .faq-container {
                        width: calc(100% - 40px);
                        max-width: 700px;
                        border-radius: 8px;
                        overflow: hidden;
                    }

                    .faq-item .icon {
                        transition: .5s;
                    }

                    .faq-question {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding: 5px 10px;
                        cursor: pointer;
                        border-bottom: solid 1px #ccc;
                    }

                    .faq-answer {
                        max-height: 0;
                        overflow: hidden;
                        padding: 0;
                        transition: .5s;
                    }

                    .faq-answer-inner {
                        padding: 15px 10px;
                    }

                    .faq-item.active .faq-answer {
                        max-height: 1000px;
                    }

                    .faq-item.active .icon {
                        transform: rotate(45deg);
                        transition: transform 0.2s ease;
                    }

.cnt_50.cell.light-bg {
    background: var(--light);
}

.cnt_50.cell.light-bg {
    background: var(--light);
}

.faq-item span {
    font-size: 25px;
    font-weight: 600;
}

.faq-item.active span {
    color: var(--green);
}

.faq-answer .main-btn {
    margin-top: 15px;
}

section.notfoundpage {
    background-image: url(/wp-content/uploads/2026/01/meadia-placeholder.jpg);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.icon-img {
    display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

h1.page-title {
    color: #fff;
}

.main-btn.centre {
    justify-content: center;
}

h2.wp-block-heading {
    font-size: 25px;
    font-weight: 500;
    margin: 10px 0 5px;
}

.image-row {
    display: flex;
    justify-content: space-between;
}

.image-row img {
    width: 49%;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}


.project-info h3 {
    font-size: 25px;
    margin: 0 0 5px;
}

.project-image {
    margin: 30px 0 0;
}

.cnt_20 {
    width: 100%;
}

.mission-vission h2 {
    margin: 0 0 10px;
}


.hero-box p {
    color: #fff;
    opacity: 80%;
}

.faq-answer-inner ul {
    padding-left: 20px;
    list-style: disc;
}

.faq-answer-inner ul li {
    padding: 5px 0;
    line-height: 1.5;
    color: #101010;
    font-size: 18px;
}


.mid-title {
    text-align: center;
    position: relative;
    padding: 130px 0;
}

.mid-title h2 {
    padding: 10px 20px;
    background: #101010;
    borde;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    font-weight: 200;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
}

h3.behind-decor {
    display: inline-block;
    margin: 0px;
    line-height: normal;
    font-weight: bold;
    font-size: 200px;
    letter-spacing: -5px;
    color: #393939;
    text-transform: capitalize;
    white-space: nowrap;
    padding: 0 25px;
    -webkit-mask-image: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    mask-image: linear-gradient(180deg, rgba(0,0,0,0) 25%, rgba(0,0,0,1) 60%, rgba(0,0,0,0) 100%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0;
    opacity: 50%;
}

section#services {
    background: var(--green);
}

.about-carousel .glide__bullets {
    margin: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-image-only img {
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 20px;
}

.about-carousel button.glide__bullet {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 0 5px;
}

.about-carousel .glide__bullets:before {
    display: none;
}


.about-carousel button.glide__bullet.glide__bullet--active {
    background: var(--green);
}

.about-carousel button.glide__bullet:hover {
    cursor: pointer;
    background: var(--green);
}


.row.align-center {
    align-items: center;
}
.regular-text-center p {
    color: #fff;
    font-size: 25px;
}

section.about-new {
    background: var(--green);
    padding: 0 0 50px;
}

section.about-new .regular-text-center {
    text-align: center;
}
/*******************************
================================
MEDIA
================================
*******************************/
ul.service-checkerboard-list {
    list-style: disc;
    margin: 0;
}

.service-checkerboard-row.image-right {
    background: var(--light);
}
section.regular.servicesd {
    padding: 0;
}
section.about.missonsec {
    padding-top: 0;
}
.home section.about {
    background: #55827E;
}

.regular-text-center {
    text-align: left;
    max-width: 900px;
    margin: 0 auto;
}

.regular-text-center h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 30px;
}

.about-content {
    color: #fff;
    font-size: 18px;
}

.about-content div {
    margin: 0 0 10px;
}

section#services {
    padding: 0;
}


section.service-checkerboard:nth-child(odd) {
    background: var(--light);
}

.service-checkerboard-image img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px 0px;
    border-radius: 20px;
}

/* Service Checkerboard Layout Styles */
section.service-checkerboard {
    padding: 100px 0;
}

.service-checkerboard-row {
    margin-bottom: 100px;
}

.service-checkerboard-row:last-child {
    margin-bottom: 0;
}

.service-checkerboard-placeholder {
    width: 100%;
    height: 100%;
    min-height: 500px;
    background: linear-gradient(145deg, #1f3f3c, #55827e), repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02) 1px, transparent 1px, transparent 6px);
    border-radius: 20px;
}

.service-checkerboard-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}

.service-checkerboard-content h2 {
    font-size: 35px;
    font-weight: 500;
    color: var(--green);
    margin: 0 0 20px;
}

.service-checkerboard-content p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 15px;
}

.service-checkerboard-content p strong {
    font-weight: 600;
    color: var(--green);
}

.service-checkerboard-list {
    margin: 15px 0;
    padding-left: 20px;
}

.service-checkerboard-list li {
    padding: 8px 0;
    font-size: 18px;
    line-height: 1.6;
    color: #101010;
}

.service-checkerboard-content .main-btn {
    margin-top: 25px;
}
section.service-checkerboard.image-right {
    background: var(--light);
}

.stat-box {
    width: 100%;
}

.project-slide {
    border-bottom: 1px solid rgba(85, 130, 126, 0.50);
    padding: 0 15px;
}

.stat-box h4 {
    font-size: 19px;
}

/* Responsive adjustments */
@media (max-width: 1023px) {
    .service-checkerboard-row.image-left .row,
    .service-checkerboard-row.image-right .row {
        flex-direction: column;
    }
    
    .service-checkerboard-row.image-left .cnt_50,
    .service-checkerboard-row.image-right .cnt_50 {
        width: 100%;
        margin: 0 0 30px !important;
    }
    
    .service-checkerboard-row.image-right .cnt_50:first-child {
        order: 2;
    }
    
    .service-checkerboard-row.image-right .cnt_50:last-child {
        order: 1;
    }
    
    .service-checkerboard-content {
        padding: 40px 0;
        min-height: auto;
    }
    
    .service-checkerboard-image {
        min-height: 400px;
    }
    
    .service-checkerboard-placeholder {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    section.service-checkerboard {
        padding: 60px 0;
    }
    
    .service-checkerboard-row {
        margin-bottom: 60px;
    }
    
    .service-checkerboard-content h2 {
        font-size: 28px;
    }
    
    .service-checkerboard-content p,
    .service-checkerboard-list li {
        font-size: 16px;
    }
    
    .service-checkerboard-image {
        min-height: 300px;
    }
    
    .service-checkerboard-placeholder {
        min-height: 300px;
    }
}


@media (min-width: 768px){
.cnt_20 {
    width: 50%;
}

.project-slide {
    border-right: 1px solid rgba(85, 130, 126, 0.50);
    border-bottom: none;
}

li.glide__slide-proj {
    width: 50%;
}
/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){

.project-slide {
    border-bottom: none;
}

li.glide__slide-proj {
    width: 25%;
}
section.service-checkerboard:nth-child(odd) {
    direction: rtl;
}

section.service-checkerboard:nth-child(odd) .margin-right {
    margin: 0 0 0 20px;
}

section.service-checkerboard:nth-child(odd) .margin-left {
    margin: 0 20px 0 0;
}

section.service-checkerboard:nth-child(odd) .cnt_50 {
    direction: ltr;
}

	.cnt_20 {
    width: 20%;
}


                    .faq-container {
                        margin: 20px;
                    }

.double-image {
    display: flex;
    justify-content: space-between;
}

.double-image img {
    width: 49%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.double-image img:last-child {
    margin-top: 50px;
}

.service-boxes .row {
    display: flex;
    flex-wrap: nowrap;
}
.signle-hidden {
    max-width: 0;
    overflow: hidden;
    max-height: 0;
    transition: .5s;
}

.service-single:hover .signle-hidden {
    max-width: 500px;
    overflow: hidden;
    max-height: 200px;
}

.service-boxes .cnt_20 {
    transition: .5s;
}

.service-boxes .cnt_20:hover {
    width: 40%;
}
.project-image {
    margin: 0;
}
/* global */

.hero-box h1 {
    font-size: 55px;
}

.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

.pg-single img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}



ul.glide__slides-porjro {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}


.glide__track-porjro {
    width: 100%;
}

.project-info {
    width: 100%;
}

.project-slide {
    padding: 10px;
}

.project-info-card h3 {
    font-size: 17px;
    padding: 0 0 5px;
}

.project-stats {
    margin-left: -10px;
}

.stat-box h4 {
    font-size: 20px;
}
















