/*!
Theme Name: prewel-labs
Theme URI: http://underscores.me/
Author: Savithru
Author URI: https://www.savithru.com/
Description: prewel-labs
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: prewel-labs
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.

prewel-labs 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/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
} */

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 0em;
}

.updated:not(.published) {
	display: none;
}

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

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*Custom*/

.video-slider-container {
          position: relative;
        }

        .video-slider .swiper-slide {
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .video-thumb-box1 {
          position: relative;
          overflow: hidden; 
          border-radius: 8px; 
          text-align: center; 
        }
        .video-thumb-box1:hover .video-link {
          background-color: rgba(0, 0, 0, 0.6);
        }

        .video-thumb-box1:hover .video-link span:not(.video-btn) {
          opacity: 1;
          transform: translateY(0);  
        }

        .video-thumb-box1:hover .video-btn {
          transform: scale(1.1);
        }

        .video-slider .swiper-button-next,
        .video-slider .swiper-button-prev {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          z-index: 10;
          cursor: pointer;
          color: #fff;
          background-color: rgba(0, 0, 0, 0.4);
          width: 50px;
          height: 50px;
          border-radius: 50%;
          transition: background-color 0.3s ease;
        }

        .video-slider .swiper-button-prev {
          left: 20px;
        }
        .video-slider .swiper-button-next {
          right: 20px;
        }

        .video-slider .swiper-button-next:hover,
        .video-slider .swiper-button-prev:hover {
          background-color: rgba(0, 0, 0, 0.7);
        }

        .video-slider .swiper-button-next::after,
        .video-slider .swiper-button-prev::after {
          font-size: 20px;
          font-weight: bold;
        }

        .video-thumb-box1 img {
          width: 100%;
          height: auto;
          display: block;
        }

.curved-timeline-section {
          font-family: "Inter", Arial, sans-serif;
          padding: 100px 20px;
          background-color: #f8f9fa;
          text-align: center;
          overflow-x: hidden;
        }

        .curved-timeline-section .section-title {
          font-size: 2.5rem;
          font-weight: 700;
          color: #343a40;
          margin-bottom: 20px;
        }

        .curved-timeline-section .section-subtitle {
          font-size: 1.125rem;
          color: #6c757d;
          max-width: 600px;
          margin: 0 auto 80px auto;
        }

        .timeline-container {
          position: relative;
          max-width: 900px;
          margin: 0 auto;
        }

        /* The central vertical line */
        .timeline-container::after {
          content: "";
          position: absolute;
          width: 4px;
          background-color: #e0e0e0;
          top: 0;
          bottom: 0;
          left: 50%;
          margin-left: -2px;
          z-index: 1;
        }

        /* Each timeline item's container */
        .timeline-milestone {
          padding: 10px 40px;
          position: relative;
          width: 50%;
          box-sizing: border-box;
          z-index: 2;
          margin-bottom: 30px; /* Spacing between milestones */
        }

        /* milestone content box */
        .timeline-content {
          padding: 20px 25px;
          background-color: white;
          position: relative;
          border-radius: 8px;
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }

        /* Left-sided items */
        .timeline-milestone:nth-child(odd) {
          left: 0;
          text-align: right;
        }

        /* Right-sided items */
        .timeline-milestone:nth-child(even) {
          left: 50%;
          text-align: left;
        }

        /* Add pointers/arrows to the content boxes */
        .timeline-content::after {
          content: " ";
          height: 0;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          width: 0;
          z-index: 1;
          border: medium solid white;
        }

        .timeline-milestone:nth-child(odd) .timeline-content::after {
          right: -15px; /* Point to the right */
          border-width: 15px 0 15px 15px;
          border-color: transparent transparent transparent white;
        }

        .timeline-milestone:nth-child(even) .timeline-content::after {
          left: -15px; /* Point to the left */
          border-width: 15px 15px 15px 0;
          border-color: transparent white transparent transparent;
        }

        /* The circle on the timeline */
        .timeline-circle {
          position: absolute;
          width: 100px;
          height: 100px;
          border-radius: 50%;
          box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
          border: 5px solid #f8f9fa;
          top: 50%;
          transform: translateY(-50%);
          z-index: 2;
          transition: transform 0.3s ease, box-shadow 0.3s ease;
          overflow: hidden; /* Ensures the image stays within the circle */
          background-color: #fff; /* Fallback background */
        }

        .timeline-img {
          width: 100%;
          height: 100%;
          object-fit: cover; /* Ensures the image covers the circle without distortion */
        }

        .timeline-milestone:hover .timeline-circle {
          transform: translateY(-50%) scale(1.1);
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
        }

        .timeline-milestone:nth-child(odd) .timeline-circle {
          right: -50px; /* Position it on the line */
        }
        .timeline-milestone:nth-child(even) .timeline-circle {
          left: -50px; /* Position it on the line */
        }

        .timeline-year {
          font-size: 1.5rem;
          font-weight: 700;
          color: #343a40;
          margin-bottom: 10px;
        }

        .timeline-description {
          font-size: 0.9rem;
          color: #6c757d;
          line-height: 1.5;
        }

        /* --- Responsive Adjustments --- */
        @media (max-width: 992px) {
          .timeline-container::after {
            left: 50px; /* Move line to the left */
          }
          .timeline-milestone,
          .timeline-milestone:nth-child(even) {
            width: 100%;
            left: 0;
            padding-left: 120px; /* Make space for the line and circle */
            padding-right: 15px;
            text-align: left;
          }

          .timeline-circle,
          .timeline-milestone:nth-child(even) .timeline-circle {
            left: 0;
          }

          .timeline-content::after,
          .timeline-milestone:nth-child(even) .timeline-content::after {
            left: -15px; /* All pointers point left */
            border-width: 15px 15px 15px 0;
            border-color: transparent white transparent transparent;
          }
        }

/* Base Styles */
        .client-area-1.py-100 {
          padding-top: 100px;
          padding-bottom: 100px;
        }

        .section__title.mb-50 {
          margin-bottom: 50px;
        }

        /* Standardize logo size and aspect ratio */
        .client-card img {
          height: 100px;
          width: 100%; /* Allow width to be flexible */
          object-fit: contain; /* Maintain aspect ratio */
          max-width: 200px; /* Prevent logos from becoming too wide */
          filter: none;
          transition: all 0.3s ease;
        }

        /* Hover effect for a better look */
        .client-card img:hover {
          transform: scale(1.05);
        }

        /* --- RESPONSIVE CSS FOR MOBILE --- */
        @media (max-width: 767px) {
          /* Reduce the top and bottom padding of the section on mobile */
          .client-area-1.py-100 {
            padding-top: 60px;
            padding-bottom: 60px;
          }

          /* Make the client logos a bit smaller on mobile */
          .client-card img {
            height: 60px; /* Adjust from 100px for smaller screens */
            max-width: 120px;
          }

          /* Reduce the space below the main title */
          .section__title.mb-50 {
            margin-bottom: 30px !important; /* Overrides the default margin */
          }
        }

.pw-mask-1{mask-image: url('assets/img/others/goal-img-mask1-1.png');}
.bg-mask figure, .bg-mask .wp-block-group__inner-container{height: 100%;}
.center_block .wp-block-group__inner-container{display: flex; justify-content: center; flex-direction: column;}
.center_block .wp-block-group{margin-left: auto; margin-right: auto;}
.site_flex .wp-block-group__inner-container{display: flex; }
.home_tab_right .wp-block-group__inner-container{flex-direction: column;}
.home_tab_right{padding-left: 40px; display: flex;   align-items: center;}
.fade:not(.show){height: 0;}
.shad_1 img{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2)}
.flex-column{flex-direction: column;}
.right-flex-column{padding-left: 30px;}
.right-flex-column .wp-block-group__inner-container{flex-direction: column;} 
.flex-dir-row .wp-block-group__inner-container{flex-direction: row;} 
.jcc_item .wp-block-group__inner-container{display: flex; justify-content: center; column-gap: 30px;}
.fig0{margin: 0}
.timeline-img img{width: 100%; height: 100%; object-fit: cover;}
.timeline-circle .wp-block-group__inner-container{height: 100%;}
.home_testimonial_bg{background: url('assets/img/bg/testimonial-bg-shape3-1.png')}
.appointment__form p{margin-bottom:0}
.appointment__form  input[type="submit"]{background-color:#3c215f; color:#fff; height: 60px}
.appointment__form  input[type="submit"]:hover{background-color: #1d3131}
.maa_form .wp-block-group__inner-container{display:flex; justify-content:end;  }
.appointment-form-wrap .wp-block-group__inner-container{flex-direction:column}
.appointment-thumb2 .wp-block-group__inner-container, .appointment-thumb2 .wp-block-group__inner-container figure{height:100%}
.maa_form .wp-block-group__inner-container .appointment-form-wrap {width:100%}

.about_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/about/about-banner.png') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.about_bg p{color:#fff; margin-bottom:0}
.about-sec-2 .wp-block-group__inner-container{display:flex; gap:20px; align-items:center}
.about-sec-2 .card-details .wp-block-group__inner-container{display:flex; flex-direction:column; gap:0}
.about_sec3_1{mask-image: url('assets/img/others/goal-img-mask1-2.png');}
.about_sec3_2{mask-image: url('assets/img/others/goal-img-mask1-1.png');}
.abt_sec4{background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)), url('assets/img/index/modern-workspace-with-computer.jpg') !important; background-size: cover !important; background-position: center center !important;}
.abt_sec4_grid .wp-block-group__inner-container{display:flex; gap:20px;  }
.abt_sec4_grid .box-details .wp-block-group__inner-container{display:flex; flex-direction:column; gap:0}
.abt_sec5{background-image: url('assets/img/bg/why-bg2-1.png')}
.abt_sec5_mask{mask-image: url('assets/img/others/why-img-mask2-1.png')}
.abt_sec5_team_bg{background-image: url('assets/img/bg/team-page-bg-shape1-1.png')}
.team-slider-card .wp-block-group__inner-container{display:flex; gap:60px; height:100% }
.team-card-wrap .wp-block-group__inner-container{flex-direction:column; gap:0}
.team-card-details  .wp-block-group__inner-container{flex-direction:row; gap:20px}
.mw-300{max-width:300px;}
.team_2_spc{margin-right:0 !important; padding-left:0 !important; padding-right:100px !important; }
.abt_sec6 .wp-block-group__inner-container{display:flex; justify-content:center}
.abt_sec6-fdc .wp-block-group__inner-container{flex-direction:column}

.water_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/watertesting/watertest-banner.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.service_hero_center{font-size: 1.2rem; max-width: 800px; margin: 30px auto}
.dark_shadow{text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);}

.service-card.style4 { box-shadow: 0px 13px 39px rgba(23, 29, 33, 0.07);}
.service-card.style4 .box-content { border: 1px solid #e1ebeb; border-bottom: 0; border-radius: 5px 5px 0 0; min-height: 383px; }
.benefit-item .wp-block-group__inner-container{display:flex; gap:30px; flex-direction:row }
.benefit-content .wp-block-group__inner-container{display:flex;  flex-direction:column;  gap:0 }
.fz40{font-size:40px;}
.service-card.style4 .box-content{min-height:320px !important}
.hero-style4 p{text-transform: initial !important; font-size:1.2rem !important}

.food_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/food/foodbg-min.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.medical_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/medical-device/medical-1.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.pharma_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/parma/pharma-banner.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.utility_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/utility/utility-banner.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.cosmetic_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/cosmetics/young-beautiful-blonde-girl-cares-face-skin-with-moisturizer-front-mirror-min.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.environment_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/evroinment/side-view-man-working-eco-friendly-wind-power-project-with-laptop-min.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.indoor_test_bg{ background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/testing/indoor.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.agri_test_bg{background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('assets/img/testing/soiltesting.jpg') !important; background-size: cover !important; background-position: center center !important;  min-height: 80vh;  display: flex; align-items: center; justify-content:center}
.blog__details-wrap h2{font-size:2rem; line-height:140%; margin:30px 0 20px 0}
.blog__details-wrap h3{margin:20px 0 20px 0}
.blog__details-wrap ul{margin: 0px; padding: 0px 12px;}
.inner_page_header{background-image:url('assets/img/index/BLOGbg.jpg') !important}
.blog_comment{background:#fff; margin-top:40px;}


button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 2.4em 0.4em;
	background: #3b205d; color: #fff; border-radius: 8px;
	font-weight:700;
	width:auto; 
}
.blog_author_share{margin-bottom:0 !important; border-bottom:0 !important}
.pagination__wrap .nav-links{display:flex; gap:10px; }
.blog__details-wrap h2{font-size:1.4rem !important;}
.blog-avatar-wrap{padding-top:0 !important}
.blog__details-content ul, .blog__details-content ol{margin:20px 0}
.service-card.style3{min-height:270px !important; }
.service-card.style4{height:100%; background:#fff}
.service-card.style4 {position: relative; }
.service-card.style4 .tg-button-wrap{position:absolute;bottom: 30px;}
.service-card .box-content{padding-bottom:100px !important;}
.scroll__top.open{padding:0 !important}

.current-menu-item a {color:var(--tg-color-yellow-default) !important}
.current-menu-parent  > a { color: var(--tg-color-yellow-default) !important;}
.sticky-menu .tgmenu__action .btn{border:1px solid #fff}
.blog__post-item{height:100%; position:relative; padding-bottom:70px !important;}
.blog__post-item-two .blog__post-bottom{position:absolute; bottom:30px; width:85%}

option:checked, option:focus, option:hover{background:#fff !important; color:#000 !important; width:100%}
b, strong{font-weight:700}
.page-id-385 .service-card.style3 .box-title{min-height:66px;}
.page-id-385  .service-card .box-content{padding-bottom:0px !important}

.service-card.style3{height:100%}
.page-id-9 .service-card.style3{height:auto }
.page-id-9  .service-card .box-content{padding-bottom:20px !important}

.home .process-nav-tabs .nav-item .nav-link{align-items: center;}
.home .tab-content .active{padding: 30px; background: #f0e4ff; margin-top: -8px; border-radius:20px; transition:all 0.3s }
.home .process-nav-tabs .nav-item .nav-link.active {background: #f0e4ff; border:0; -webkit-border-top-left-radius: 20px; -webkit-border-top-right-radius: 20px;-moz-border-radius-topleft: 20px;-moz-border-radius-topright: 20px;border-top-left-radius: 20px;border-top-right-radius: 20px; padding: 20px; box-shadow: none;}
.home .box-icon-wrap{display: flex; align-items: center; background-color: #fff; padding: 30px; border-radius: 12px; gap: 20px; transition: all 0.3s ease; }
.home .process-nav-tabs .nav-item .nav-link{padding: 0}
.home .process-nav-tabs .nav-item .nav-link.active .box-icon-wrap{background-color: var(--tg-theme-primary); transition:all 0.3s; }
.home .process-nav-tabs .nav-item .nav-link:hover .box-icon-wrap{background-color: var(--tg-theme-primary); transition:all 0.3s; }

.footer__terms ul{margin:0 auto 6px auto; padding:0}
.footer__terms ul li{list-style-type:none; display:inline-block;}
.footer__terms ul li a{color:#fff; padding:0 20px; }
.footer__terms ul li a:hover{color: var(--tg-color-yellow-default) }
.footer__copyright{padding-bottom:40px !important;}
.video-wrap1{width:100%;}
.hero-feature-grid .box-icon{background:#fff !important}
.hero-feature-grid .box-title{margin-bottom:10px !important}
.mt-10{margin-top:-8px !important;}

.site_testimonial_items{padding:38px 40px 140px  32px; background:#fff url('assets/img/quote.png') no-repeat right top; border-radius:20px; height:100%; position:relative; -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1); box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);}
.site_testimonial_user{display:flex; align-items:center; gap:14px; margin-top:30px; position:absolute; bottom:20px; width: 84%;
  padding: 12px 20px;  -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.04); box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.04); box-sizing:border-box; background:#f9f4ff }
.site_testimonial_user img{width:72px; border-radius:100%}
.site_testimonial_user h4{font-size:1.2rem}
.site_testimonial_user h4, .site_testimonial_user p{margin:0; padding:0}
.tmnl_slider{display:flex; height:100%}
.tmnl_slider .swiper-slide{display:flex; height:100%; padding:10px 20px;}
.site_testimonial_user::before {content: "";position: absolute;top: -20px; left: 40px; width: 0; height: 0; border-left: 10px solid transparent; 
  border-right: 10px solid transparent; border-bottom: 20px solid #f9f4ff; }


.stars { font-family: Arial, sans-serif; display:inline-flex; align-items:center; gap:8px; font-size:14px; width: 100%; margin-bottom:20px; }
.stars-visual {--star-count: 5; --full: gold; --empty: #ddd; display:inline-block;  font-size: var(--size, 20px);  line-height:1;
  position:relative;  width: calc(var(--size,20px) * var(--star-count));  height: calc(var(--size,20px));  overflow: hidden;  vertical-align: middle;
}
.stars-visual::before,.stars-visual::after{  content: "★★★★★";  position:absolute;  left:0;  top:0;  white-space: nowrap;  letter-spacing: 2px;}
.stars-visual::before { color: var(--empty); z-index:1; }
.stars-visual::after { color: var(--full);  z-index:2; width: var(--percent, 0%);  overflow: hidden; -webkit-text-fill-color: currentColor;
  clip-path: inset(0 calc(100% - var(--percent, 0%)) 0 0);}

.pw_career{padding:32px; background:#fff; border-radius:12px; max-width:700px; margin:0 auto }
.pw_career input[type=text], .pw_career input[type=email]{border:1px solid #ddd; background:#fff; padding:20px;}
.pw_career textarea{border:1px solid #ddd; background:#fff; height:140px; padding:20px;}
.pw_career input[type="checkbox"]{width:auto; height:auto; border:1px solid #ddd; display:inline-block;opacity:1;visibility:visible; margin-right:10px;}
.pw_career   input[type="file"]{background:#fff; padding:0}
.justify-content-end{justify-content:end}
.jobList{padding:24px; background:#fff; border-radius:12px}
.jobcat{padding-top:38px;}
.single-job .pp-multiple-authors-boxes-wrapper{display:none;}
.single-job .pw_career{background:#f8f3ff; margin:0 0 60px 0; max-width:100%}
.single-job .pw_career  input[type="file"]{background:#f8f3ff; padding:0}
b, strong{font-weight:700 !important}

.blog__details-content iframe, .blog__details-content embed, .blog__details-content object{width:100%}
.site_section2{padding-top:60px; padding-bottom:40px}
.team-slider-card .team-card-thumb{padding-right:0 !important;}
.co_founder_2{margin-right:-14px;}

.video-slider-container, .video-slider, .swiper-container { overflow: hidden;}
.video-slider .swiper-slide{padding:100px 160px;}
.juicer-feed h1.referral{display:none !important}
.about_gov span{font-size:0.9rem; display:block}
.popup_enquiry input, .popup_enquiry select{height:48px !important; margin-bottom:0px !important; line-height:20px;}
.popup_enquiry p{margin-bottom:0}
.abt_vision .service-card .box-content{padding-bottom:0 !important}
.ai_dash_spc  li strong{width:125px;}
.site_faq{padding-bottom:60px;}

.service-card.style3 .box-text{min-height:60px;}
.blogForm{margin:40px 0; padding:24px; background:#f7f7f7; border-radius:12px; border:1px solid #ddd }
.blogForm p{margin-bottom:0;}
a.btn-secondary{background: #000; color: #fff}

.social_box{padding:32px; background:#fff; border-radius:12px; margin-bottom:40px;}

/*Mobile*/
@media screen and (max-width: 764px) {
	.logo img{max-width:180px !important}
	.hero-style4 .hero-title{font-size:2rem !important; margin-bottom:12px !important}
	.hero-style4 p{font-size:1rem !important; line-height:1.5rem; }
	.hero-style4{padding-top:80px !important}
	.pt-120{padding-top:60px !important}
	.pb-120{padding-bottom:60px !important}
	.process-nav-tabs{margin:0}
	.site_flex .wp-block-group__inner-container{flex-direction:column}
	.home_tab_right{padding-left:0 }
	.right-flex-column{padding-left:0; margin-top:30px;}
	.goal-grid-card .box-icon{margin-left:auto; margin-right:auto}
	.footer__middle{padding-top:60px !important; padding-bottom:60px !important;}
	.cta-area-1 .btn-seven{margin-bottom:12px; width:80%}
	.cta-area-1 .btn{width:80%}
	.scroll__top{padding:0 !important}
	.hero-style2 .hero-title{font-size:32px !important}
	.hero-2{padding-top:100px !important; padding-bottom:100px !important}
	.team_2_spc{margin-left:32px !important}
	
	.about_business h2{font-size:2.75rem !important}
	.hero-2{height:100vh}
	.service_hero_center{padding-left:24px; padding-right:24px;}
	.testing_cta{flex-direction:column}
	.blog__details-thumb img{min-height:auto !important}
	.page-id-385 .service-card.style3 .box-title{min-height:auto;}
	.video-slider .swiper-slide{padding:30px;}
.site_faq{padding-bottom:30px;}
	
}