/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/***** Dev Code *****/
html, body {
overflow-x: hidden !important;
overflow-y: auto;
}
.hero-section .elementor-element-e363980 {
    max-width: 109% !important;
}

/***** Start Header Button CSS *****/
.header-btn a {
    position: relative;
	overflow: hidden;
	z-index: 1;
	top: 3px;
}
.header-btn a:before {
    content: '';
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: all 0.5s ease-in-out;
/*     border-radius: 100px; */
    z-index: 0;
    background-color: #69b5d7;
}
.header-btn a:hover:before {
    background-color: #006B82;
    bottom: 0px;
    height: 61px;
}
.header-btn a:hover span.elementor-button-content-wrapper span.elementor-button-text {
    position: relative;
    z-index: 1;
}
header .elementor-nav-menu .sub-arrow svg path {
    fill: #ED1C24 !important;
}
/***** End Header Button CSS *****/
/***** Single Location Button CSS *****/
.sinlge-location-cta-1, .sinlge-location-cta-2 {
    max-width: max-content !important;
}
.sinlge-location-cta-1 a svg path , .sinlge-location-cta-1 a:hover svg path {
    stroke: #fff;
}
/***** Single Location Button CSS *****/
/***** Start Button CSS *****/

.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    width: 1em !important;
}
.btns a span.elementor-button-content-wrapper {
    align-items: center;
}
.btns a {
    position: relative;
    display: inline-block;
}
.btns a:before {
    content: '';    
    width: 100%;
    height: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;    
    transition: all 0.5s ease-in-out;
    z-index: 0;
	background-color: #fff;
}
.btns a:hover {
    border-bottom: 1px solid transparent;
}
.btns a:hover span.elementor-button-content-wrapper span {
    z-index: 1;
    position: relative;
}
.btns a:hover:before {
    background-color: #ED1C24;
    bottom: 2px;
    height: 45px;
}
.btns a:hover span.elementor-button-content-wrapper span.elementor-button-icon svg  path {
    fill: #fff !important;
}
.btns a:hover span.elementor-button-content-wrapper span.elementor-button-icon svg path {
    fill: #ED1C24;
}
.services-tabs-wrapper  p {
    color: #1D1D1D!important;
}
.hero-section h1 span , .light-color-inner-wrapper span {
    color: #006B82;
}
/***** End Button CSS *****/

/**** Single Location Btn **********/
.sinlge-location-cta-2 {
    height: 52px !important;
}
.sinlge-location-cta-, .sinlge-location-cta-2 a, .sinlge-location-cta-2 a:hover:before {
    height: 52px;
}

/**** Single Location Btn **********/

/***** Start Expertise Section CSS *****/
.expertise-section {
    position: relative;
	min-height: 282px;
}
.expertise-section img {
    transform: scale(0);
    transition: transform 0.9s ease-in-out;
}
.expertise-section:before {
    content: '';    
    width: 100%;
    height: 0px;
    position: absolute;    
    transition: all 0.5s ease-in-out;
    z-index: 0;
}
.expertise-section:hover:before {
    background-color: #69b5d7;   
    height: 100%;
}
.expertise-section:hover h3, .expertise-section:hover .elementor-widget-text-editor {
    color: #fff !important;
}
.expertise-section svg {
    position: relative;
	left: 10px;
	transition: all 0.5s ease-in-out;
}
.expertise-section:hover svg {
	left: 0px;
}
.expertise-section:hover svg rect {
    fill: #fff;
}
.expertise-section:hover svg path {
    fill: #69b5d7;
}
.expertise-section:hover img {
    transform: scale(1.11);
}

.expertise-section:after {
    content: " ";
    background-image: url('https://adcnv.mystagingwebsite.com/wp-content/uploads/2025/11/Group-4-1.png');
    background-position: right;
    background-size: auto;
    width: 230px;
    background-repeat:no-repeat;
    height: -webkit-fill-available;
    position: absolute;
    right: 0;
    display: block;
}
.expertise-section:hover:after {
    content: none !important;
}
.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child{ 
	  transform: translateX(180px);
}

.expertise-section .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child{ 
    transition:1s all ease;
}
.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child svg path{  
    fill:#fff !important;
    color:#fff !important;
}



/***** End Endxpertise Section CSS *****/

.custom-heading {
	transform: translateX(-50%);
}

/***** Start Search Form CSS *****/
.search-form a.dialog-close-button {
    padding: 8px;
    border-radius: 50px;
}
.search-form button.e-search-submit:hover svg rect {
    fill: #69b5d7;
}
.search-form button.e-search-submit:hover svg path {
    fill: #fff;
}
/***** End Search Form CSS *****/

/***** Start Newsletter Form CSS *****/
.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
	width: 88%;
}
.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 12%;
}
.newsletter-form button span.elementor-button-content-wrapper span.elementor-button-icon span.elementor-screen-only, .newsletter-form button span.elementor-button-content-wrapper span.elementor-form-spinner {
    display: none;
}
/***** End Newsletter Form CSS *****/

/***** Locations TAb *****/
.tabs-dt .e-n-tabs-heading {
    display: flex;
    justify-content: space-between !important;
    position: relative;
}
 
 
.tabs-dt .e-n-tabs-heading:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 3px;
    background: #ADADAD;
    bottom: -15px;
}
 
 
.tabs-dt .e-n-tab-title {
    position: relative;
}
 
/* Default: all tabs = grayscale */
.tabs-dt .e-n-tab-title::after {
  content: '';
  background: url(https://adcnv.mystagingwebsite.com/wp-content/uploads/2026/04/Vector-imgaes.svg);
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-position-x: center;
  filter: grayscale(1); /* 👈 make default gray */
  z-index: 9;
  transition: filter 0.3s ease;
}
 
/* Parent container */
.tabs-dt .e-n-tabs-heading {
  display: flex;
  justify-content: space-between !important;
  position: relative;
}
 
/* Bottom gray line */
.tabs-dt .e-n-tabs-heading::after {
  content: '';
  width: 100%;
  height: 3px;
  background: #ADADAD;
  position: absolute;
  bottom: -15px;
  left: 0;
}
 
/* Each tab */
.tabs-dt .e-n-tab-title {
  position: relative;
  /* flex: 1; */
  text-align: center;
}
/* Blue progress line */
.tabs-dt .e-n-tabs-heading::before {
  content: '';
  height: 3px;
  background: #006B82;
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 0%;
  transition: width 0.4s ease;
  z-index: 5;
}
/* 1st tab active */
.tabs-dt .e-n-tab-title:nth-child(1)[aria-selected="true"] ~ .e-n-tabs-heading::before,
.tabs-dt .e-n-tabs-heading:has(.e-n-tab-title:nth-child(1)[aria-selected="true"])::before {
  width: 8%;
}
 
/* 2nd tab */
.tabs-dt .e-n-tabs-heading:has(.e-n-tab-title:nth-child(2)[aria-selected="true"])::before {
  width: 36%;
}
 
/* 3rd tab */
.tabs-dt .e-n-tabs-heading:has(.e-n-tab-title:nth-child(3)[aria-selected="true"])::before {
  width: 63%;
}
 
/* 4th tab */
.tabs-dt .e-n-tabs-heading:has(.e-n-tab-title:nth-child(4)[aria-selected="true"])::before {
  width: 100%;
}
 
/* Active tab = colored */
.tabs-dt .e-n-tab-title[aria-selected="true"]::after {
  filter: grayscale(0); /* 👈 full color */
}
/***** Locations TAb *****/
.laboratory-slider-wrapper {
    clip-path: polygon(1% 0, 88% 0%, 100% 50%, 88% 100%, 0 100%, 0 1%) !important;
}

.laboratort-main-page-carousel svg:hover path {
    fill: #fff !important;
}

.laboratort-main-page-carousel .elementor-swiper-button-prev:hover path, .laboratort-main-page-carousel .elementor-swiper-button-next:hover path {
	fill: #fff !important;
}
.custom-counter {
    text-align: center;
    margin-top: 6px;
}

.custom-counter .active-number {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.custom-counter .all-numbers span {
    margin: 0 8px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    padding:8px 12px;
    background-color:#c3c3c3;
    
}

.custom-counter .all-numbers span.active {
    color: #ffffff;
     background-color:#ed1c24;
}
.sticky-button-main-wrapper:hover span.elementor-button-icon {
    z-index: 999;
}


.timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item {
    position:relative;
}

.timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item:after {
    content: ":";
    position: absolute;
    right: -10px;
    width: 50px;
    height: 100%;
    font-size: 100px;
    top: 30%;
    bottom:0;
}

.timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item:nth-last-child(1):after {
    content: none;
}

/***** Start 1600 Device CSS *****/
@media (max-width: 1600px) {
	.hero-section .elementor-element-e363980 {
    	max-width: 120% !important;
	}
	.expertise-section {
    	position: relative;
		min-height: 240px !important;
	}
/* 	.elementor-element-235606b {
    	margin-top: -155px !important;
	} */
	.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    	width: 16px !important;
	}
	/***** Start Newsletter Form CSS *****/
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 86%;
	}
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 14%;
	}
	/***** End Newsletter Form CSS *****/
	
	/*Location tab*/
	.tabs-dt .e-n-tab-title::after{
		height: 30px !important;
		width: 30px !important;
	}
	
	
	.timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item:after {
    right: -20px;
    width: 50px;
    font-size: 70px;
    top: 26%;
}
	
	/*Location tab*/
}
/***** End 1600 Device CSS *****/

/***** Laptop Media Query *****/
@media (max-width: 1440px) {
	.header-btn a {
    	left: -3px;
	}
	/***** Start Search Icon CSS *****/
	.search-icon svg {
    	position: relative;
    	top: 3px;
	}
	/***** Start Search Icon CSS *****/
	.hero-section .elementor-element-e363980 {
    	max-width: 120% !important;
	}
	/***** Start Button CSS *****/
	.services-tabs-wrapper .services-tabs-left .accordion-item .accordion-title h4 {
    	margin-bottom: 6px;
	}
	.accordion-item .accordion-content p {
    	margin-bottom: 0px;
	}
	.btns a span.elementor-button-content-wrapper span.elementor-button-icon svg {
    	width: 1.0em !important;
	}
	.btns a:hover:before {
    	height: 44px;
	}
	/***** End Button CSS *****/
	/***** Start Services Section CSS *****/
	.services-intro {
    	margin-bottom: 10px !important;
	}
	.accordion-icon {
    	width: 15px !important;
    }
	/***** End Services Section CSS *****/
	/***** Start Endxpertise Section CSS *****/
	.expertise-section {
    	min-height: 250px;
	}
	.expertise-section:hover img {
    	transform: scale(1.11);
	}
	.expertise-section p {
		font-size: 14px !important;
	}
	/***** End Endxpertise Section CSS *****/
	
	/***** Start Newsletter Form CSS *****/
	.elementor-column.elementor-col-80, .elementor-column[data-col="80"] {
		width: 82%;
	}
	.elementor-column.elementor-col-20, .elementor-column[data-col="20"] {
        width: 18%;
	}
	.expertise-section:after {
    background-size: contain;
    width: 180px;
}
	/***** End Newsletter Form CSS *****/
}
@media only screen and (max-width:1024px){
		.timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item:after {
    font-size: 50px;
}
}
/***** IPAD MINI Media Query *****/
@media (max-width: 820px) {
	.search-col {
		height: 8%;
	}
	.hero-section .elementor-element-e363980 {
        max-width: 126% !important;
    }
	.center-btn {
		transform: translateX(-50%);
	}
}


/* About Us Contonius  */
.Continuous-development{
	position: relative;
	max-width: 1760px !important; 
}
.Continuous-development:hover{
	transition: .5s ease-in-out;
}
	
/* .Continuous-development:before {
    content: '';
    position: absolute;
    background: linear-gradient(209.88deg, rgba(255, 255, 255, 0) 17.24%, #FFFFFF 82.66%);
    z-index: 5;
} */
.Continuous-development a:hover svg path {
    fill: #e41c46;
}
.Continuous-development a:hover svg rect {
    fill: #fff !important;
}
/* About Us Contonius  */
/* FAQ */
.vademecum-faq details{
	position: relative;
}
.vademecum-faq details:after {
    content: '';
    width: 100% !important;
    height: 1px;
    background: #BCBCBC;
    position: absolute;
    bottom: 0;
    z-index: 1000;
    left: 0;
    right: 0;
}
/* FAQ */
/* Experties Single Hover img */
.hover-img img {
    border-radius: 0px;
    rotate: -2.8deg;
	scale: 1.10;
}
/* Experties Single Hover img */


/* Contact Form */
.contact-from input, .contact-from select {
    padding: 20px 24px;
    border-radius: 80px !important;
}
.contact-from textarea {
    border-radius: 20px !important;
	padding: 20px 24px;
}
.contact-from input:focus, .contact-from select:focus ,.contact-from textarea:focus{
	border-color: #69b5d7 !important;
}
/*  Dropdown Arrow*/
#contact-from-id .select-caret-down-wrapper svg{
	display: none;
}
#contact-from-id .select-caret-down-wrapper {
    background: url("https://adcnv.mystagingwebsite.com/wp-content/uploads/2025/08/carret-contact-form.svg");
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 15px;
}
/*  Dropdown Arrow*/
/* Contact Form */

/*  Form Btn*/
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] {
    position: relative;
    z-index: 200;
    color: #1d1d1d;
	margin-top: 30px;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -10%;
    width: 120%;
    height: 1px;
	background: #1d1d1d;
    transition: all 0.4s ease;
    z-index: 0;
    transition: .5s ease-in-out;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover:after {
	    background: #ED1C24;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-text, .elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-icon {
    z-index: 200;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover:after {
    height: 58px;
    z-index: 0;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover {
    color: #ffffff;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] .elementor-button-icon svg {
    font-size: 20px;
    margin-left: 20px;
}
.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"]:hover .elementor-button-icon svg path {
    fill: #fff;
}
/*  Form Btn*/
/* Blog Page Pagination */
#blog-archive-grid a.page-numbers{
    padding: 20px 27.5px;
    background: #C4C4C4;
    color: #fff;
}

#blog-archive-grid a.page-numbers:hover, #blog-archive-grid span.page-numbers.current:hover{
	 background: #ED1C24;
}
#blog-archive-grid  a.page-numbers.next {
    background: url("https://adcnv.mystagingwebsite.com/wp-content/uploads/2025/11/Frame-113.svg") !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 30px !important;
}
#blog-archive-grid  a.page-numbers.prev {
    background: url(https://adcnv.mystagingwebsite.com/wp-content/uploads/2025/11/Frame-114.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding: 20px 32px !important;
   
}
#blog-archive-grid span.page-numbers.current {
    background: #ED1C24;
	padding: 20px 27.5px;
	color: #fff;
}
#blog-archive-grid a.page-numbers.next:hover, #blog-archive-grid a.page-numbers.prev:hover {
    opacity: 0.65;
}
#blog-archive-grid a.page-numbers.next{
	padding: 20px 32px !important;
}
/* Blog Page Pagination */

/*  Serach result none*/
.search-result .elementor-posts-nothing-found {
    width: 90vw;
    margin: auto !important;
    justify-content: center;
    align-items: center;
    text-align: center;
}
/*  Serach result none*/

/* Contact Form Error */
.contact-from .elementor-message.elementor-message-danger:before {
	padding-top:15px !important;
    width: 0px !important;
    display: none;
}

/* Contact Form Error */

/* Dropdown menu */
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a {
    padding: 24px 40px;
	justify-content: center
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li{
	border: 0px !important;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
	right: 10%;
    width: 80%;
    height: 1px;
    background-color: #E9E9E9;
	transition: .5s ease;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:hover:after {
	background-color: rgb(228, 28, 70) !important
}
/*
ul
ul
ul#sm-17546964045265396-2 li a {
    padding: 0px;
    padding: 24px 40px;
    position: relative;
    text-align: center !important;
    justify-content: center;
    /* border-bottom: 1px solid #E9E9E9; */
} */
/* Dropdown menu */

/***** Device 1920 max Device CSS *****/
@media (max-width: 1920px) {
	.contact-social-icons span.elementor-grid-item a {
		font-size: 40px;
		width: 60px !important;
	}
	.Continuous-development{
		max-width: 1760px !important; 
		margin-left: auto;
		margin-right: auto;
	}
	.our-service-full-image {
		width: 1860px !important;
		margin: 0 auto;
	}
	/*Dropdown Center 	 */
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 ul {
    left: -50px !important;
}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 .sub-menu {
    left: -50px !important;
}
		
}
.hero-section h1 {
		font-weight: 600 !important;
	}
.blog-content-inner-wrapper h2 , .blog-content-inner-wrapper h3 , .blog-content-inner-wrapper h4 , .blog-content-inner-wrapper h5 , .blog-content-inner-wrapper h6 , .blog-content-inner-wrapper h2.wp-block-heading {
	color:#231F20 !important;
		font-weight: 700 !important;
}
@media(min-width: 1920px) and (max-width: 1920px){
	.our-service-full-image{
		max-width: calc(100% - 140px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1600px) and (max-width: 1600px){
/* 	.our-new-location-page {
		top: 500px !important;
		left: 580px !important;
	} */
}
@media (min-width: 1560px) and (max-width: 1560px){
/* 	.our-new-location-page {
		top: 500px !important;
		left: 550px !important;
	} */
}
/***** Device 1600 max Device CSS *****/
@media (max-width: 1600px) {
	.contact-social-icons span.elementor-grid-item a {
		font-size: 30px;
		width: 50px !important;
	}
		.Continuous-development{
		max-width: calc(100% - 80px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
	
	.our-service-full-image{
		max-width: calc(100% - 80px) !important; 
		margin-left: auto;
		margin-right: auto;
	}
	.contact-from input, .contact-from select{
		padding:12px 20px;
	}
	.contact-from textarea {
		padding:12px 20px;
	}
	.elementor-2377 .elementor-element.elementor-element-464a8cc .elementor-button[type="submit"] {
		margin-top: 20px;
	}
	.our-new-location-page {
		left: 530px !important;
	}
	.banner--vector-bg-image img {
    height: 85vh !important;
}
.home-hero-image-doc {
    right:-200px !important;
}
}

@media only screen and (max-width:1440px){
	.our-new-location-page {
		left: 480px !important;
	}
	
}
@media only screen and (max-width:1370px){
	.home-hero-image-doc {
    right:-100px !important;
}
}

@media (min-width: 1200px) and (max-width:1439px){
	.our-new-location-page {
		left: 450px !important;
	}
	.timer-bg-wrapper {
    background-size: 110% !important;
}
}

/***** Device 1600 max Device CSS *****/
@media(max-width: 1024px){
	.Continuous-development{
		max-width: calc(100% - 40px) !important;
	}
	.our-new-location-page {
		left: 66% !important;
		top: 6% !important;
	}
    .home-hero-image-doc {
        bottom: 220px !important;
        top: 0 !important;
    }
	.our-service-full-image {
		max-width: calc(100% - 40px) !important;
	}

	.our-new-location-page.services-banner-btn{
		left: 10% !important;
	}
	    .hero-section .elementor-element-e363980 {
        max-width: 90% !important;
    }
	.home-hero-image-doc {
    top: -160px !important;
}
		.banner--vector-bg-image img {
    height: 550px !important;
}
.home-hero-image-doc {
    right:50px !important;
}
}
@media(max-width: 820px){

/* 	.hero-section {
		margin-top: -100px !important;
	}
	.hero-section.about {
		margin-top: -200px !important;
	} */
	.search-col {
		width: auto;
		padding: 30px 23px;
	}
	.Continuous-development{
		max-width: calc(100% - 40px) !important;
	}
	.home-hero-image-doc {
		top: unset !important;
		bottom: -52px !important;
	}
	
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a {
		padding: 10px 20px;
		justify-content: flex-start;
		border-radius: 0;
		z-index: 1000;
	}
	li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-32 li a:after{
		width: 100%;
	}

	#header-container-parent-zindex, #header-container-parent-zindex * {
		z-index: 10001 !important;
	}
	#blog-archive-grid a.page-numbers,#blog-archive-grid a.page-numbers.next{
		padding: 15px 23.5px !important;
	}
	#blog-archive-grid a.page-numbers.next {
		padding: 15px 26.5px !important;
	}
	#blog-archive-grid a.page-numbers.prev {
		padding: 15px 27px !important;
	}
	#blog-archive-grid span.page-numbers.current {
		padding: 17px 25px !important;
	}
	.our-new-location-page {
		left: 70% !important;
		top: 10% !important;
	}
	.tabs-dt .e-n-tab-title::after{
		display: none !important;
	}
	.home-hero-image-doc {
    top: -349px !important;
}
			.banner--vector-bg-image img {
    height: 400px !important;
}
.home-hero-image-doc {
    right:50px !important;
}
}
@media (max-width: 768px){
/* 	.hero-section {
		margin-top: -100px !important;
	}	 */

/* 	.header-container {
		padding: 20px 30px 0;
	} */
	.expertise-section:hover .expertise-inner-icon-wrap .expertise-inner-icon-wrap-child {
    transform: translateX(120px);
}
    .home-hero-image-doc {
        bottom: -62px !important;
    }
	.home-hero-image-doc {
    top: -338px !important;
}
}
@media(max-width: 767px){
	.hero-section.about {
		margin-top: 0 !important;
	}
	.header-container-parent {
/* 		position: fixed !important; */
/* 		top: 0 !important; */
		z-index: 100 !important;
	}
	.hero-section {
		margin-top: 0 !important;
	}
	.services-tabs-wrapper .services-tabs-left .accordion-item .accordion-title h4 {
		font-size: 20px;
		line-height: 1em;
	}
	.our-new-location-page {
		left: 0 !important;
	}
	.accordion-item.active .accordion-content {
		max-width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
	.services-tabs-wrapper .services-tabs-left p{
		padding-right: 0 !important;
	}
	.accordion-item .mobile-tab-image img{
		width: 100% !important;
	}
	.btns a:hover:before {
        height: 40px;
        bottom: 0px;
    }
.banner--vector-bg-image {
   top: 250px !important;
}
.timer-bg-wrapper {
    background-size: 400px !important;
}

.timer-bg-wrapper p {
    width: 60%;
    margin: auto;
}

.timer-bg-wrapper a.elementor-button {bottom: -80px;}
	
	.tabs-dt .e-n-tabs-heading {
    display: flex;
    justify-content: space-between !important;
    position: relative;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}
	.laboratory-slider-wrapper {
   clip-path: polygon(0 0, 100% 0, 100% 70%, 75% 100%, 25% 100%, 0 70%) !important;
}
	    .timer-bg-wrapper .elementor-countdown-wrapper .elementor-countdown-item:after {
        font-size: 32px;
        top: 10px;
        right: -25px;
        z-index: 66;
    }
}

.Continuous-development {
    margin-left: auto;
    margin-right: auto;
}
h1.entry-title {
    display: none;
}



/* Dev New CSS For Responsive Adjustments - Full Code */

/* ======================================================= */
/* BASE STYLES (Perfect for 1920px and above)             */
/* ======================================================= */

.section.the_content.has_content.vademecum-single .vpost-content {
	max-width: 1200px;
	padding: 0 20px;
}

section.vademecum-posts-section p.last-updated.entry-meta {
    display: none;
}

.vhero {
    padding: 0px 0px 30px !important;
}

.vhero h2.vc_custom_heading {
    color: #006B82 !important;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0px;
}

section.vademecum-posts-section {
    padding: 60px 0px;
    margin: 0 auto;
}

section.vademecum-posts-section .filter-container {
    max-width: 1765px;
    margin: 0 auto;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
	background: unset !important;
}

section.vademecum-posts-section .filter-container .vc_col-sm-1 {
    display: none;
}

section.vademecum-posts-section .filter-container .vc_col-sm-10 {
    width: 100%;
}

section.vademecum-posts-section .filter-container .filters .category-filter {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

section.vademecum-posts-section .filter-container .filters .category-filter a.categories {
    background-color: #236B83;
    color: #ffffff;
    border-radius: 0px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    margin: 0px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    display: inline-block;
}

section.vademecum-posts-section .filter-container .filters .category-filter a.categories.active {
    background-color: #EB1C24;
    color: #ffffff;
}

section.vademecum-posts-section .filter-container .filters .category-filter a.categories:hover {
    background-color: #EB1C24;
    color: #ffffff;
    border: 1px solid transparent;
}

section.vademecum-posts-section .filter-container .filters {
    float: none !important;
    margin-bottom: 40px;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter {
    display: flex;
    gap: 40px;
    max-width: 55%;
    margin: 0 auto;
    align-items: center;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
    background-color: #ffffff;
    border-color: #DFDFDF;
    border-radius: 50px;
    font-family: "Outfit", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0px;
    outline: 0px;
    width: 82%;
    padding: 12px 20px;
    border: 1px solid #DFDFDF;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
    font-family: "Aeonik Font", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
	color: #1d1d1d;
    width: 14%;
    position: relative;
    z-index: 200;
    background-color: transparent !important;
    border: none !important;
    text-transform: capitalize;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch span {
    position: relative;
    z-index: 999999;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch span svg {
    width: 16px;
	transition: all 0.3s ease-in-out;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: -10%;
    width: 120%;
    height: 1px;
    background: #1d1d1d;
    z-index: 0;
    transition: .5s ease-in-out;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover {
    color: #ffffff !important;
    position: relative;
    z-index: 99999999 !important;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover:after {
    height: 58px;
    z-index: 0 !important;    
    color: #fff;
    padding-top: 18px;
    text-align: center;
    background-color: #EB1C24;
}

section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover span svg path {
	fill: #ffffff;
}

section.vademecum-posts-section .filter-container ul.filter-by-char {
    display: flex;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
}

section.vademecum-posts-section .filter-container ul.filter-by-char li {
    margin: 0;
}

section.vademecum-posts-section .filter-container ul.filter-by-char a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #236B83;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

section.vademecum-posts-section .filter-container ul.filter-by-char a:hover,
section.vademecum-posts-section .filter-container ul.filter-by-char a.active {
    background-color: #EB1C24;
}

section.vademecum-posts-section div#result {
    padding-top: 50px;
}

section.vademecum-posts-section div#result .vc_col-sm-1 {
    display: none;
}

section.vademecum-posts-section div#result .vpost {
    margin: 0 auto;
    max-width: 1765px;
}

section.vademecum-posts-section div#result .vpost .vademecum-post {
    margin-bottom: 30px;
}

section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a {
    font-family: "Aeonik Font", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #1d1d1d;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a:hover {
    color: #EB1C24;
}

/* Single Page Styles */
.section.the_content.has_content.vademecum-single {
    padding-top: 40px;
    padding-bottom: 60px;
}

.section.the_content.has_content.vademecum-single h1.v-title {
    color: #006B82;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 40px;
}

.section.the_content.has_content.vademecum-single .vpost-content {
    padding: 0px !important;
    display: flex;
    margin: 0 auto;
    max-width: 1765px;
    gap: 40px;
}

.section.the_content.has_content.vademecum-single .vpost-content .vc_col-sm-3 {
    display: none;
}

.section.the_content.has_content.vademecum-single .vpost-content .vpost-details {
    float: none !important;
    width: 100%;
}

.section.the_content.has_content.vademecum-single .vpost-content .vpost-details p {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

/* ======================================================= */
/* RESPONSIVE ADJUSTMENTS                                 */
/* ======================================================= */

/* Laptop (1280px - 1366px) */
@media screen and (max-width: 1366px) and (min-width: 1280px) {
    section.vademecum-posts-section .filter-container,
    section.vademecum-posts-section div#result .vpost,
    .section.the_content.has_content.vademecum-single .vpost-content {
        max-width: 1200px;
        padding: 0 20px;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 44px;
        line-height: 52px;
        padding: 0 20px;
    }
}

/* iPad Pro (1024px - 1280px) */
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    section.vademecum-posts-section {
        padding: 50px 20px;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content {
        max-width: 100%;
        padding: 0 20px !important;
    }
	
	section.vademecum-posts-section .filter-container, section.vademecum-posts-section div#result .vpost {
		max-width: 100%;
        padding: 0px !important;
	}
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter {
        max-width: 70%;
        gap: 30px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        width: 80%;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        width: 18%;
        font-size: 17px;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 42px;
        line-height: 50px;
        text-align: center;
    }
    
    section.vademecum-posts-section .filter-container ul.filter-by-char {
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 15px;
        justify-content: center;
    }
    
    .section.the_content.has_content.vademecum-single h1.v-title {
        font-size: 42px;
        line-height: 50px;
        padding: 0 20px;
    }
}

/* iPad Mini & Small Tablets (768px - 1023px) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
    .vhero {
        padding: 0px 20px 30px !important;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 36px;
        line-height: 44px;
        text-align: center;
    }
    
    section.vademecum-posts-section {
        padding: 40px 20px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter {
        max-width: 85%;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        width: 100%;
        padding: 12px 20px;
        font-size: 14px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        width: auto;
        min-width: 140px;
        padding: 10px 20px;
        font-size: 16px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:after {
        left: 0;
        width: 100%;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover:after {
        height: 48px;
        padding-top: 14px;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter a.categories {
        font-size: 14px;
        line-height: 20px;
        padding: 8px 16px;
    }
    
    section.vademecum-posts-section .filter-container ul.filter-by-char {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 30px;
    }
    
    section.vademecum-posts-section div#result {
        padding-top: 35px;
    }
    
    section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a {
        font-size: 14px !important;
        line-height: 20px;
    }
    
    /* Single page responsive */
    .section.the_content.has_content.vademecum-single {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .section.the_content.has_content.vademecum-single h1.v-title {
        font-size: 36px;
        line-height: 44px;
        padding: 0 20px;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content {
        padding: 0 20px !important;
        gap: 20px;
    }
}

/* Mobile Devices (480px - 767px) - Large phones */
@media screen and (max-width: 767px) and (min-width: 480px) {
    .vhero {
        padding: 0px 15px 25px !important;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
    
    section.vademecum-posts-section {
        padding: 35px 15px;
    }
    
    section.vademecum-posts-section .filter-container .filters {
        margin-bottom: 30px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter {
        max-width: 100%;
        gap: 15px;
        flex-direction: column;
        align-items: stretch;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        width: 100%;
        padding: 12px 18px;
        font-size: 14px;
        border-radius: 40px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 15px;
        text-align: center;
        background-color: #f0f0f0 !important;
        border-radius: 40px !important;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:after {
        display: none;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover {
        color: #ffffff !important;
        background-color: #EB1C24 !important;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:hover:after {
        display: none;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter a.categories {
        font-size: 13px;
        line-height: 18px;
        padding: 6px 14px;
        margin: 2px;
    }
    
    section.vademecum-posts-section .filter-container ul.filter-by-char {
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 25px;
        justify-content: center;
    }
    
    section.vademecum-posts-section div#result {
        padding-top: 30px;
    }
    
    section.vademecum-posts-section div#result .vpost .vademecum-post {
        margin-bottom: 20px;
    }
    
    section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a {
        font-size: 14px !important;
        line-height: 20px;
        display: block;
        padding: 5px 0;
    }
    
    /* Single page responsive */
    .section.the_content.has_content.vademecum-single {
        padding-top: 25px;
        padding-bottom: 35px;
    }
    
    .section.the_content.has_content.vademecum-single h1.v-title {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content {
        padding: 0 15px !important;
        flex-direction: column;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content .vpost-details p {
        font-size: 15px;
    }
}

/* Small Mobile Devices (320px - 479px) */
@media screen and (max-width: 479px) {
    .vhero {
        padding: 0px 12px 20px !important;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }
    
    section.vademecum-posts-section {
        padding: 30px 12px;
    }
    
    section.vademecum-posts-section .filter-container .filters {
        margin-bottom: 25px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter {
        max-width: 100%;
        gap: 12px;
        flex-direction: column;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
        border-radius: 30px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        width: 100%;
        font-size: 15px;
        padding: 10px 12px;
        background-color: #e0e0e0 !important;
        border-radius: 30px !important;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:after {
        display: none;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter a.categories {
        font-size: 12px;
        line-height: 16px;
        padding: 5px 12px;
    }
    
    section.vademecum-posts-section .filter-container ul.filter-by-char {
        flex-wrap: wrap;
        gap: 5px;
        margin-top: 20px;
    }
    
    section.vademecum-posts-section .filter-container ul.filter-by-char a {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    section.vademecum-posts-section div#result {
        padding-top: 25px;
    }
    
    section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a {
        font-size: 13px !important;
        line-height: 18px;
    }
    
    /* Single page responsive */
    .section.the_content.has_content.vademecum-single {
        padding-top: 20px;
        padding-bottom: 30px;
    }
    
    .section.the_content.has_content.vademecum-single h1.v-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content {
        padding: 0 12px !important;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content .vpost-details p {
        font-size: 14px;
        line-height: 1.5;
    }
}

/* Extra Small Devices (below 320px) */
@media screen and (max-width: 319px) {
    .vhero h1.vc_custom_heading {
        font-size: 20px;
        line-height: 28px;
    }
    
    section.vademecum-posts-section .filter-container .filters .category-filter a.categories {
        font-size: 11px;
        padding: 4px 10px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        font-size: 14px;
        padding: 8px 10px;
    }
    
    .section.the_content.has_content.vademecum-single h1.v-title {
        font-size: 20px;
        line-height: 28px;
    }
}

/* Fix for landscape mode on mobile devices */
@media screen and (max-width: 900px) and (orientation: landscape) {
    section.vademecum-posts-section {
        padding: 30px 15px;
    }
    
    .vhero h1.vc_custom_heading {
        font-size: 32px;
        line-height: 40px;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter {
        flex-direction: row;
        max-width: 90%;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter input#searchMe {
        width: 75%;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch {
        width: 23%;
    }
    
    .section.the_content.has_content.vademecum-single {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    
    .section.the_content.has_content.vademecum-single .vpost-content {
        flex-direction: row;
        gap: 20px;
    }
}

/* Large Desktop (above 1920px) */
@media screen and (min-width: 1921px) {
    section.vademecum-posts-section .filter-container,
    section.vademecum-posts-section div#result .vpost,
    .section.the_content.has_content.vademecum-single .vpost-content {
        max-width: 1765px;
        margin: 0 auto;
    }
}

/* Ensure smooth transitions on all devices */
section.vademecum-posts-section .filter-container .filters .category-filter a.categories,
section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a,
section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch,
section.vademecum-posts-section .filter-container ul.filter-by-char a {
    transition: all 0.3s ease-in-out;
}

/* Touch-friendly adjustments for mobile devices */
@media (hover: none) and (pointer: coarse) {
    section.vademecum-posts-section .filter-container .filters .category-filter a.categories:active {
        background-color: #EB1C24;
        color: #ffffff;
        transform: scale(0.98);
    }
    
    section.vademecum-posts-section div#result .vpost .vademecum-post h5.post-ttl a:active {
        color: #EB1C24;
    }
    
    section.vademecum-posts-section .filter-container .filters .search-box-filter button#gosearch:active {
        background-color: #EB1C24 !important;
        color: #ffffff !important;
    }
}

/* Fix for grid layout on tablets */
@media screen and (min-width: 768px) and (max-width: 1023px) {
    section.vademecum-posts-section div#result .vpost .row {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    
    section.vademecum-posts-section div#result .vpost [class*="vc_col-sm-"] {
        width: calc(100% - 14px);
        margin-bottom: 20px;
    }
}

/* Fix for mobile grid layout */
@media screen and (max-width: 767px) {
    section.vademecum-posts-section div#result .vpost .row {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
	
	section.vademecum-posts-section div#result .vpost {
    display: flex;
    flex-direction: column;
}
    
    section.vademecum-posts-section div#result .vpost [class*="vc_col-sm-"] {
        width: 100%;
        margin-bottom: 0px;
    }
	
	section.vademecum-posts-section div#result .vpost .vademecum-post h5 {
    margin-bottom: 5px;
}
}