/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.eleg.et-db #et-boc .et-lantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1740744479
Updated: 2025-03-28 12:07:58

*/



/* Desktop & Large Screens */
h1 {
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem)  !important;
  line-height: 1.2;
}
h2 {
  font-size: clamp(2rem, 1.6rem + 0.8vw, 2.5rem) !important; /* ~32px–44px */
  line-height: 1.3;
}
h3 {
  font-size: clamp(1.5rem, 1.3rem + 0.5vw, 2rem); /* ~24px–32px */
  line-height: 1.1;
}
h4 {
  font-size: clamp(1.25rem, 1.1rem + 0.3vw, 1.5rem); /* ~20px–24px */
  line-height: 1.4;
}
p {
  font-size: clamp(1.125rem, 1rem + 0.2vw, 1.25rem); /* ~18px–20px */
  line-height: 1.6;
}



/* You won't even need separate media queries for headings,
   but you can keep body tweak for smaller screens */
@media (max-width: 768px) {
  body, p { font-size: 1rem !important; /* ~16px */ }
}

.et_pb_button{
border-radius:10px !important;
}


.et_mobile_menu{
  border-radius:10px;
}

#et-main-area #main-content .container {
     padding-top: 0px !important;
}

#main-content {
    background-color: #fff;
    position: relative;
}
/* Target the container on single post pages */
.single-post #main-content .container,
.single-post #content-area .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}



.et_pb_post .et_post_meta_wrapper {
	display:none !important;
}
.single .container {
width: 100%!important;
max-width: 100%!important;
}

.et-l.et-l--body{
	transform:none !important;
}
.et-l.et-l--footer{	
	transform:none !important;
}

.et-l.et-l--header{
	background-color: #fff;
    position: relative;
    z-index: 3;
}

.img-slider-next0 {
  right: -8% !important;
}

.img-slider-prev0 {
  left: -8% !important;
}

/*add media query so changes only affect tablet and desktop*/

/*** Remove the divider line between content and sidebar ***/
  #main-content .container:before {background: none;}

/*** Hide Sidebar ***/
  #sidebar {display:none;}

/*** Expand the content area to fullwidth ***/
  @media (min-width: 981px){
  #left-area {
  width: 100%;
  padding: 0px 0px 0px !important;
  float: none !important;
  }
}


/* Square container using aspect-ratio (modern browsers) */
.pa-full-height-image-column {
  position: relative;
  overflow: hidden;
  width: 100%;

}

.pa-full-height-image-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* Desktop menu */
.menu-header .current-menu-item > a,
.menu-header .current-menu-parent > a,
.menu-header .current-menu-ancestor > a {
    font-weight: bold !important;
}

/* Mobile menu */
.et_mobile_menu .current-menu-item > a,
.et_mobile_menu .current-menu-parent > a,
.et_mobile_menu .current-menu-ancestor > a {
    font-weight: bold !important;
}

/* Optional: for black menu variant */
.menu-header-black .current-menu-item > a,
.menu-header-black .current-menu-parent > a,
.menu-header-black .current-menu-ancestor > a {
    font-weight: bold !important;
}

@media (max-width: 1046px) {
	.menu-header-black .et_pb_menu_inner_container{
		align-items: center;
	}
	.menu-header-black .mobile_menu_bar {
    	display:block !important;
    }
	
	.menu-header-black .et_mobile_menu{
		list-style: none !important;
        text-align: left !important;
	}
	
	.menu-header-black .et_mobile_menu {
        top: 100%;
        padding: 5%;
    }
	
    .menu-header-black .et_pb_menu__menu {
        display: none !important;
    }

    .menu-header-black .et_mobile_nav_menu {
        display: block !important;
    }
}

@media (max-width: 1046px) {
	.menu-header .et_pb_menu_inner_container{
		align-items: center;
	}
	.menu-header .mobile_menu_bar {
    	display:block !important;
    }
	
	.menu-header .et_mobile_menu{
		list-style: none !important;
        text-align: left !important;
	}
	
	.menu-header .et_mobile_menu {
        top: 100%;
        padding: 5%;
    }
	
    .menu-header .et_pb_menu__menu {
        display: none !important;
    }

    .menu-header .et_mobile_nav_menu {
        display: block !important;
    }
}

.foother-menu .et_mobile_nav_menu {
	display: none;
}
.foother-menu .et_pb_menu__menu{
	display: block !important;
	width:100% !important;
	
}



.foother-contact-form .input {
	border-radius:10px !important;
	
}

.foother-contact-form .et_pb_contact_field{
	width:100% !important;
}

.foother-menu .et-menu > li {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom:0px !important;
	padding-top:0px !important;
	margin-top:5px !important;
	margin-bottom:5px !important;
}

.foother-menu .et_mobile_nav_menu {
	display: none !important;
}
.foother-menu .et_pb_menu__menu{
	display: block !important;
	width:100% !important;
	
}
.foother-menu .et-menu{
	width:100% !important;
}

.foother-menu .et_pb_menu__wrap {
	justify-content:start;
}
.et_pb_menu .et-menu {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*make the menu items fullwidth and add space between them*/
.foother-menu .et_pb_menu__menu nav ul li {
	display: block;
	width: 100%;
	margin: 10px 0;

}



.et_parallax_bg_wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1;
}

/* Ensure the content appears above the overlay */




@media (min-width: 767px) {

/*set the image width*/

.pa-blog-list .entry-featured-image-url  {
width: 30%;
float: left;
margin-bottom: 0 !important;
}

/*set the details width*/

.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content {
width: 70%;
float: left;
padding-left: 30px;

}
}


.foother-menu .menu-item {
	display:block !important;
}

.categories-button {
	width:100%;
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}

.categories-image img{
  height: 250px !important;
  object-fit: cover;
  object-position: center;
}


/*style the individual posts*/
.pa-blog-list .entry-title,
.pa-blog-list .post-meta,
.pa-blog-list .post-content{
padding-left: 30px;
padding-right: 30px;
}




.category-each {
	display: flex;
    flex-direction: column;
}
.category-each .et_pb_button_module_wrapper {
	margin-top:auto;
}

.post-content{
	padding-bottom:30px;
}

.blog1 .et_pb_post { 
    border-radius: 10px;
    padding: 0px;
	background-color: white;
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

.pa-blog-list .meta-title {
	margin-bottom:0px;
}

.pa-blog-list .entry-title {
	margin-top:30px;
	padding-bottom:0px;
}

.entry-featured-image-url {
  display: block;
  padding-top:0px;
}

.entry-featured-image-url img {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  height: 250px;
 
}

.pa-blog-list .more-link{
	padding: 4.8px 16px;
	width:auto;
	text-transform: capitalize;
	border-radius:10px;
	background-color:black;

}



.pa-blog-list article{
    display: flex;
    align-items: center;
 }
 .pa-blog-list article a{
     width: 30%
 }
  .pa-blog-list article .wrap{
     width: 70%
 }
  .pa-blog-list .entry-title,
 .pa-blog-list .post-meta,
 .pa-blog-list .post-content{
     width: 100%;
 }
 @media all and (max-width: 768px){
   .pa-blog-list article{
    flex-direction: column;
 }
  .pa-blog-list article a{
     width: 100%
 }
  .pa-blog-list article .wrap{
     width: 100%
 }
 }














/* Only for the .blog2 module */

/* Make each post a flex container */
.blog2 .et_pb_post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 10px;
  gap: 20px;
  
}

/* Left Column (Title and Category) */
.blog2 .et_pb_post .custom-left {
  width: 30%;
  padding-left: 10px;
  padding-top:10px;
  text-align: right;
  font-size: 1.2em;
  color: #333;
  line-height: 1.4;
}

/* Right Column (Image and Excerpt) */
.blog2 .et_pb_post .custom-right {
  width: 70%;
  padding-right: 10px;
}



/* Style the category link in left column */
.blog2 .et_pb_post .custom-left .post-category a {
  text-decoration: none;
  font-size: 1em;
  margin-top: 5px;
  display: inline-block;
  color:black;
}

/* Container for the featured image to enforce aspect ratio */
.blog2 .et_pb_post .entry-featured-image-url {
  position: relative;
  width: 100%;
  overflow: hidden;
	margin:0px !important;
}

/* Force the featured image to be 2:3 in aspect ratio */
.blog2 .et_pb_post .entry-featured-image-url img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 1;
  display: block;
}

/* Excerpt styling */
.blog2 .et_pb_post .post-content {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
  padding:0px 0px;
  margin-top:20px;
}

.blog2 .more-link {
	 transition: transform 0.3s ease !important;
	 transform-origin: center center !important;
	 display: inline-block;
	 width: fit-content;
}
.blog2 .more-link:hover{
	transform: scale(1.05); 
}

@media (max-width: 768px) {
  .blog2 .et_pb_post {
    flex-direction: column;
	gap: 0px!important;
  }
  .blog2 .et_pb_post .custom-left,
  .blog2 .et_pb_post .custom-right {
    width: 100%;
    margin: 0;
    border: none;
  }
  .blog2 .et_pb_post .custom-left {
    text-align: left;
  }
  .blog2 .et_pb_post .post-content {
    border: none;
    margin-top: 10px;
  }
	
	.blog2 .mobile-more-container{
		padding-left:10px;
		padding-right:10px;
		width:100%;
	}
	.blog2 .mobile-more-container a{
		margin-top:0px !important;
		margin-right: auto;
		width: 100% !important;
		text-align: center !important;
	}
}

.right-medical-list .et_pb_blurb_container{
	padding-left: 5px;
}


.et-db #et-boc .et-l {
  transform: none !important;
}


/* Flex reorder for mobile layout */
@media (max-width: 980px) {
  .left-top {
    display: flex;
    flex-direction: column-reverse; /* ⬅️ Right side goes on top */
  }

  .left-top .et_pb_column {
    width: 100% !important;
    max-width: 100%;
  }
}






.areas-slider .swiper-slide:hover {
  transform: scale(1.05) !important;
  z-index: 10; 
}
.areas-slider .swiper-container, .areas-slider .swiper-wrapper{
  overflow: visible !important;
}

.areas-slider .swiper-slide {
  opacity: 0.1;
  transition: opacity 0.3s ease, transform 0.3s ease !important;

}

@media (max-width: 1024px) {
	 .areas-slider .swiper-slide.swiper-slide-next {
	 opacity: 0.1 !important;
	}
}

.areas-slider .swiper-slide.swiper-slide-next, 
.areas-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}



.areas-slider .swiper-pagination{
    position: relative !important;
}



.areas-slider .dnxte-blog-carousel-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
}

.areas-slider .dnxte-post-meta {
  display:none;
}

.areas-slider .swiper-slide:hover{
  transform:scale(1.05);
}

.areas-slider .dnxte-readmorewrapper {
  margin-left:0px !important;
}



.areas-slider .swiper-slide:hover {
  transform: scale(1.05) !important;
  z-index: 10;
}
.areas-slider .swiper-container, .swiper-wrapper{
  overflow: visible !important;
}

.areas-slider .areas-slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}

.areas-slider .swiper-slide.swiper-slide-next, 
.areas-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}


















/* Opera browser error if visible*/
@media (max-width: 768px) {
  .et_pb_section,
  .et_pb_row,
  .et_pb_column,
  .et_pb_module,
  .swiper-container {
    overflow: visible !important;
  }
}



  .blog3 .swiper-slide.swiper-slide-next,
  .relationship-products .swiper-slide.swiper-slide-next {
  	 opacity: 0.1 !important;
  }

  .blog3 .swiper-slide,
  .relationship-products .swiper-slide {
    overflow: visible !important;
  }


  @media (max-width: 780px) {

    .blog3 .blog-wrap,
    .relationship-products .blog-wrap{
      flex-direction: column !important; /* Stack items vertically */
    }
    
    .blog3 .dnxte-left-col,
    .blog3 .dnxte-right-col,
    .relationship-products .dnxte-left-col,
    .relationship-products .dnxte-right-col  {
      width: 100% !important;  /* Make both columns full width */
    }
    
    .blog3 .dnxte-post-thumb img ,
    .relationship-products .dnxte-post-thumb img {
      width: 100% !important;
      height: auto !important;

    }
    
    .blog3 .dnxte-readmorewrapper,
    .relationship-products .dnxte-readmorewrapper  {
      margin-top: 0px !important; /* Slightly adjust for mobile spacing */
  	text-align:left !important;
    }
  	
  }

  .blog3 .blog-wrap,
  .relationship-products .blog-wrap {
    display: flex;
    gap: 20px;
  }

  .blog3 .dnxte-left-col,
  .relationship-products .dnxte-left-col {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .blog3 .dnxte-right-col,
  .relationship-products .dnxte-right-col {
    width: 70%;
    text-align: left;
  }

  .blog3 .dnxte-readmorewrapper,
  .relationship-products .dnxte-readmorewrapper {
    margin-top: 15px;
    text-align: center;
  }

  .blog3 .dnxte-post-thumb img,
  .relationship-products .dnxte-post-thumb img{
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height:auto;
    width:auto;
  }


  .blog3 .custom-acf-fields,
  .relationship-products .custom-acf-fields  {
    margin-top: 10px;
    color: #666;
    font-size: 18px;
  }

.relationship-products .ctaol-post-title{
   font-size: 30px !important;
}


.relationship-products .dnxte-custom-layout{
  padding: 0px !important;
}

.relationship-products .attachment-post-thumbnail{
height:299px !important;
}

.relationship-products .dnxte-left-col{
display:flex !Important;

}

.relationship-products .dnxte-readmorewrapper{
text-align: right !important;
}

.relationship-products .dnxte-readmorewrapper .ctaol-post-link{
    color: #ffffff !important;
    background-color: #000000 !important;
  padding: 0.3em 1em !important;
  font-size:16px;
      display: inline-block;
      border-width: 0px !important;
    border-radius: 10px;
}

  .blog3 .dnxte-entry-title {
    padding-bottom: 0px !important;
  }

.blog3 .blog-wrap {
  transition: transform 0.3s ease;
  transform: scale(1); /* set base scale */
}

.blog3 .blog-wrap:hover {
  transform: scale(1.05);
}

.relationship-products .ctaol-post-excerpt {
    line-height: 25px;
}

.relationship-products .ctaol-post {
  position: relative;
}

/* Full-slide link goes on top, but doesn't steal hover/clicks from children */
.relationship-products .full-slide-link {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: auto; /* allow clicks */
  text-indent: -9999px;
}

/* Make interactive elements (like buttons) receive pointer events */
.relationship-products .ctaol-post .ctaol-post-link {
  position: relative;
  z-index: 11;
  pointer-events: auto;
}

.blog3 .swiper-slide {
  position: relative;
}

/* Full-slide invisible link cover */
.blog3 .full-slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

/* Target blog-wrap for scale on hover */
.blog3 .blog-wrap {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Hover effect on the entire slide */
.blog3 .swiper-slide:hover .blog-wrap {
  transform: scale(1.05);
}

/* Make sure the Read More button stays above the clickable overlay */
.blog3 .dnxte-readmorewrapper {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}









.categories-button {
	width:100%;
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}

.menu-header .et-menu>li{
	padding-left:5% 9px;
	padding-right:9px;
}

.menu-header-black .et-menu>li{
	padding-left:5% 9px;
	padding-right:9px;
}


.categories-image img{
  height: 200px;
  object-fit: cover;
  object-position: center;
}

/* Applies only to top-level menu item 3, NOT inside sub-menus */
.menu-header .et-menu > li:nth-child(3) {
    position: relative;
    padding-right: 23px !important;
}

.menu-header-black .et-menu > li:nth-child(3) {
    position: relative;
    padding-right: 23px !important;
}

/* Add separator only to top-level item */
.menu-header .et-menu > li:nth-child(3)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 50%;
    background-color: white;
    transform: translateY(-50%);
}

/* Add more spacing for About Us */
.menu-header .et-menu > li:nth-child(4) {
    padding-left: 21px !important;
}

.menu-header-black .et-menu > li:nth-child(3)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 50%; /* Adjust height of the border */
    background-color: black !important;
    transform: translateY(-50%);
}

/* Add more spacing for About Us */
.menu-header-black .et-menu > li:nth-child(4) {
    padding-left: 21px;
}




/* Disable inherited icon injection */
.relationship-products .swiper-button-prev::after,
.relationship-products .swiper-button-next::after {
    font-size: 30px !important;
}

/* Add your custom content */
.relationship-products .swiper-button-prev::after {
  content: 'prev' !important;
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 10px;
}

.relationship-products .swiper-button-next::after {
  content: 'next' !important;
  font-size: 16px;
  color: #000;
  display: inline-block;
  padding: 10px;
}


.relationship-areas .ctaol-post-figure {
  width: 100%;
}
.relationship-areas .ctaol-post {
    height: auto;
}



.relationship-areas .swiper-slide {
  justify-content: flex-start;
}



.dnxte_blog_slider_container {
  position: relative !important;
}


.swiper-container {
  overflow: visible !important;
}


.swiper-slide, .swiper-slide-prev {
  opacity: 0.1 !important;
  transition: opacity 0.3s ease !important;
  pointer-events:auto !important;
}

.swiper-slide.swiper-slide-active,
.swiper-slide.swiper-slide-next
{
  opacity: 1 !important;
}

body {
  overflow-x: hidden !important;
}

.custom-acf-fields {
  color: #000; /* Full black text */
  font-size: 16px; /* Adjust font size as needed */
}

.custom-acf-fields ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-acf-fields ul li {
  display: flex;
  align-items: center;
  margin-bottom: 4px; /* spacing between list items */
  color:black !important;
}

.custom-acf-fields ul li img {
  width: 16px;       /* small enough to look like a bullet */
  height: auto;
  margin-right: 8px; /* space between the bullet image and the text */
}


.blog3 .swiper-button-prev , .blog3 .swiper-button-next,
.relationship-products .swiper-button-prev , .relationship-products .swiper-button-next  {
	background-color:rgba(0,0,0,0) !important;
}


.blog3 .dnxte-readmorewrapper a,
.relationship-products .dnxte-readmorewrapper a {
	 transition: transform 0.3s ease !important;
	 transform-origin: center center !important;
}
.blog3 .dnxte-readmorewrapper a:hover,
.relationship-products .dnxte-readmorewrapper a:hover{
	transform: scale(1.05); 
}
.foother-contact-form .et_contact_bottom_container{
	display: contents !important;
}

.foother-menu .menu-item{
	padding-left: 0px !important;
}

.foother-contact-form .et_pb_button {
	display: block !important;

	margin-left:auto !important;
}
@media (max-width: 780px) {
.blog3 .dnxte-readmorewrapper a,
.relationship-products .dnxte-readmorewrapper a {
	width: 100% !important;
	text-align: center !important;
}
.blog3 .dnxte-readmorewrapper,
.relationship-products .dnxte-readmorewrapper {
	margin-left:0px !important;
	}}



@media (max-width: 520px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}



.relationship-areas .ctaol-post-title {
  padding-left:20px !important;
  padding-top:30px !important;
  padding-bottom:10px !important;
}
.relationship-areas .ctaol-post-excerpt{
  padding-left:20px !important;
}
.relationship-areas .ctaol-post {  
	flex-direction: column;
}
.relationship-areas .ctaol-post-link {
	margin:10px 0px;
	padding:6px 20px;
}
.relationship-areas .ctaol-post-figure {
  height: 200px !important;
  overflow: hidden !important;   /* hide any overflow from the img */
}
.relationship-areas .ctaol-post-figure > img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;   /* scale & crop so it covers the container */
  object-position: center center !important;  /* optional: focus the crop on center */
  display: block !important;      /* remove any inline spacing */
}








/* 2-COLUMN LAYOUT FOR RELATED-NEWS */
.related-news .ctaol-post {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 10px;
  gap: 20px;
  flex-direction: row;
}

/* LEFT: title + link */
.related-news .custom-left {
  width: 30%;
  padding-left: 10px;
  padding-right: 0px !important;
  padding-top: 10px;
  text-align: right;
  font-size: 1.2em;
  color: #333;
  line-height: 1.4;
}

/* RIGHT: image + excerpt */
.related-news .custom-right {
  width: 70%;
  padding-right: 10px;
  padding-left: 0px !important;

}

/* IMAGE CONTAINER – enforce square or ratio as you like */
.related-news .custom-right .ctaol-post-figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 !important;
}
.related-news .custom-right .ctaol-post-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  height:200px;
}

/* EXCERPT STYLES */
.related-news .custom-right .ctaol-post-excerpt {
  font-size: 1em;
  color: #666;
  line-height: 1.6;
  margin-top: 20px;
	padding-left:0px !important;
}

/* LINK BEHAVIOR */
.related-news .custom-left .ctaol-post-link {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  background: #eee;
  color: #333;
  transition: transform 0.3s ease;
}
.related-news .custom-left .ctaol-post-link:hover {
  transform: scale(1.05);
}

/* RESPONSIVE: stack on mobile */
@media (max-width: 768px) {
  .related-news .ctaol-post {
    flex-direction: column;
    gap: 10px;
  }
  .related-news .custom-left,
  .related-news .custom-right {
    width: 100%;
    padding: 10px 0;
    text-align: left;
  }
}

.related-news .ctaol-post-link{
	padding:8px 20px;
	width:auto;
	text-transform: capitalize;
	border-radius:10px;
	background-color:black !important;
    width: fit-content;
	font-size: 16px !important;
	color:white !important;

}

.galery-slider .swiper-slide-next {
opacity:0 !important;
}
.galery-slider .swiper-slide-visible{
opacity:1 !important;
}

.galery-slider .dnext-thumbs-gallery-item img {
  width: 100%;
  height: auto; /* fallback if aspect-ratio isn't supported */
  aspect-ratio: 4 / 5; /* You can adjust this to the ratio you want */
  object-fit: cover;
}

.galery-slider .dnext-thumbs-gallery-top-holder,
.galery-slider .swiper-container {
  overflow: hidden !important;
}




/* Let Swiper handle layout */
.ctaol-main-container.swiper-container {
  overflow: hidden;
  position: relative;
}

.ctaol-posts-grid.swiper-wrapper {
  display: flex;
  transition: transform 0.3s ease;
}

.ctaol-post.swiper-slide {
  box-sizing: border-box;
}

/* Optional spacing between slides visually (handled via JS too) */
.ctaol-post {
  margin: 0;
}




/* Target image containers in 6-column grid rows */
.item-grid .et_pb_column .et_pb_image_wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1; /* Enforce square */
  overflow: hidden;
}

/* Make image fill the square and cover it */
.item-grid .et_pb_column .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;

}





 /* PRODUCT ITEMS IN THE BOX */
.slider-items .carousel_content.img_caro {
  position: relative;
  width: 100%;
}
.slider-items .carousel_content.img_caro img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.slider-items .carousel_content.img_caro {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slider-items .img_caro_bottom.img_caro_text {
  margin-top: 0.5rem;
  position:relative !important;
  left: 0px !important;
}
.slider-items .carousel_content span{
	padding: 15px 0 0 0px !important;
}
.slider-items .img_caro_text{
	display: ruby !important;
}
.slider-items .swiper-navi-container {
	top: 45% !important;
}
.slider-items .img_caro_bottom .img_caro_text p {
	display:none !important;
	padding: 0px !important;
}
.slider-items .carousel_content p{
	display:none !important;
	padding: 0px !important;
}
.slider-items .img_wrapper {
  width: 100% ;
  height: 250px !important;
  display: flex ;
  align-items: center ;
  justify-content: center ;
  overflow: hidden !important;
  background-color: #fff;
}
.slider-items .img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.slider-items .swiper-slide-active,
.slider-items .swiper-slide-active + .swiper-slide,
.slider-items .swiper-slide-active + .swiper-slide + .swiper-slide,
.slider-items .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1 !important;
}
.slider-items .swiper-pagination {
  display: block !important;
  text-align: center !important;
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
}
.slider-items .swiper-pagination-bullet {
  position: static !important;
  display: inline-block !important;
  margin: 0 4px !important;
}






 /* PRODUCT ITEMS IN THE BOX 2 */
.slider-items2 .carousel_content.img_caro {
  position: relative;
  width: 100%;
}
.slider-items2 .carousel_content.img_caro img {
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.slider-items2 .carousel_content.img_caro {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.slider-items2 .img_caro_bottom.img_caro_text {
  margin-top: 0.5rem;
  position:relative !important;
  left: 0px !important;
}
.slider-items2 .carousel_content span{
	padding: 15px 0 0 0px !important;
}
.slider-items2 .img_caro_text{
	display: ruby !important;
}
.slider-items2 .swiper-navi-container {
	top: 45% !important;
}
.slider-items2 .img_caro_bottom .img_caro_text p {
	display:none !important;
	padding: 0px !important;
}
.slider-items2 .carousel_content p{
	display:none !important;
	padding: 0px !important;
}
.slider-items2 .img_wrapper {
  width: 100% ;
  height: 150px !important;
  display: flex ;
  align-items: center ;
  justify-content: center ;
  overflow: hidden !important;
  background-color: #fff;
}
.slider-items2 .img_wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.slider-items2 .swiper-slide-active,
.slider-items2 .swiper-slide-active + .swiper-slide,
.slider-items2 .swiper-slide-active + .swiper-slide + .swiper-slide,
.slider-items2 .swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1 !important;
}
.slider-items2 .swiper-pagination {
  display: block !important;
  text-align: center !important;
  position: relative !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
}
.slider-items2 .swiper-pagination-bullet {
  position: static !important;
  display: inline-block !important;
  margin: 0 4px !important;
}
















.dnxt-button-wrapper a.buttonOne,
.dnxt-button-wrapper a.buttonTwo {
  display: inline-block;
  transition: transform 0.3s ease;
}
.dnxt-button-wrapper a.buttonOne:hover,
.dnxt-button-wrapper a.buttonTwo:hover {
  transform: scale(1.05);
}
.et_pb_module .ctaol-post, .et_pb_post {
  transition: transform 0.3s ease !important;
}

.et_pb_module .ctaol-post {
  transition: opacity 0.3s ease, transform 0.3s ease !important;
}



.ctaol-post:hover,
.blog2 .et_pb_post:hover {
  transform: scale(1.05);
  z-index: 2; /* optional: bring it above siblings if overlapping */
}

.areas-slider .dnxte-content-wrapper {
	text-align:left;
}




.custom-ctaol-swiper .swiper-pagination {
  position: static; /* removes absolute positioning */
  margin-top: 20px;
  width:100%;
  text-align: center !important;
  transform:none !important;
}
.ctaol-swiper-prev,
.ctaol-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
	background-color:transparent;
}
.ctaol-swiper-prev {
  left: -8% !important;
}
.ctaol-swiper-next {
  right: -8% !important;
}
@media (max-width: 767px) {
  .ctaol-swiper-prev,
  .ctaol-swiper-next {
    display: none;
  }
}
.ctaol-swiper-prev:after,
.ctaol-swiper-next:after {
  content: attr(data-icon);
  display: inline-block;
  box-sizing: border-box;
  font-family: swiper-icons;
  font-weight: 800;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  vertical-align: super;
  font-size: 20px;
  color: #000; /* adjust as needed */
}





.relationship-areas .ctaol-post {
  margin-right:0px !important;
}



.relationship-areas .swiper-button-prev:after, .relationship-areas .swiper-button-next:after {
	font-size:30px !important;
}


.popup {
  position: fixed !important;
  top: 0 !important; left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0,0,0, 0.6) !important; /* stays solid */
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease !important;
  z-index: -1 !important;
}

.popup.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  z-index: 9999 !important;
}

/* Animate only the content */
.popup-content {
  background: white !important;
  padding: 2rem !important;
  border-radius: 10px !important;
  transform: scale(0.9) !important;
  transition: transform 0.4s ease !important;
}

/* Animate in */
.popup.active .popup-content {
  transform: scale(1) !important;
}

.close {
  position: absolute !important;
  top: 10px !important;
  right: 15px !important;
  cursor: pointer !important;
  font-size: 24px !important;
}


 /* Move reCAPTCHA v3 badge to the left */
 
 .grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
  bottom: 4px !important
}

.grecaptcha-badge:hover {
  width: 256px !important;
}


.et-pb-contact-message {
	color:white !important;
}



footer .et_pb_column {
	z-index:1 !important;
}

footer .et_pb_row {
	z-index:1 !important;
}



/* Contact Form */
.cf7-form-wrapper {
width:100% !important;
line-height: 1.0;
}
.wpcf7-form-control-wrap, .wpcf7-form-control-wrap {
width:100% !important;
display:grid !important;

}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{
padding:16px;
font-size: 18px;
border-radius: 10px !important;
min-width: -webkit-fill-available !important;
width:auto !important;
}

.wpcf7-form-control {
width:auto !important;
}

.wpcf7-form-control-wrap textarea{
   min-height: 150px;
  resize: vertical;
   height: 180px !important;
}

.wpcf7-form-control-wrap input::placeholder, .wpcf7-form-control-wrap textarea::placeholder {
  color: #000 !important;
  opacity: 1; /* Make sure it's not faded */
}


.wpcf7-submit {
   transition: transform 0.2s ease;
   background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 20px;
    position: relative;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    margin-left:auto !important;
    margin-right:0px;
    border-radius:10px;
    display:block;
    line-height: 34px;
    border:0px !important;
    cursor: pointer; 
}
.wpcf7-submit:hover {
  transform: scale(1.05);
}

.wpcf7-response-output{
  color: white;
  border-radius:10px;
  border-color:white !important;
}

.wpcf7-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* aligns to the right */
  gap: 10px; /* space between spinner and button */
}

.wpcf7-not-valid-tip{
margin-top:5px;
}


.areas-slider.slider-to-blog .swiper-slide.swiper-slide-next {
    opacity: 1 !important;
}

/* Remove swiper behavior */
.slider-to-blog .swiper-container {
  overflow: visible !important;
  height: auto !important;
}

/* Grid layout for slides */
.slider-to-blog .swiper-wrapper {
  display: grid !important;
  width: 50% !important;
  transform: none !important;
  perspective: none !important;
  gap: 35px;
}

/* Style each slide */
.slider-to-blog .swiper-slide {
  width: 100% !important;
  transform: none !important;
  margin: 0 !important;
}

/* Hide controls */
.slider-to-blog .swiper-button-prev,
.slider-to-blog .swiper-button-next,
.slider-to-blog .swiper-pagination {
  display: none !important;
}

/* Responsive: stack slides on smaller screens */
@media (max-width: 1024px) {
  .slider-to-blog .swiper-wrapper {
    width: 100% !important;
  }
}

.slider-to-blog .swiper-slide, .slider-to-blog2 .swiper-slide  {
  opacity:1 !important;
}

.slider-to-blog .swiper-slide-next, .slider-to-blog2 .swiper-slide-next {
  opacity:1 !important;
}

.slider-to-blog .swiper-wrapper {
    width: 100% !important;
}
.slider-to-blog .swiper-container {
    cursor: default !important;
}

.slider-to-blog .dnxte_blog_slider_container .swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important; /* Adjust the gap between items */
}

.slider-to-blog .dnxte_blog_slider_container .swiper-slide {
    flex: 1 0 48% !important; /* Each slide takes 48% of the container, leaving space between items */
}

/* Media Query for smaller screens */
@media (max-width: 768px) {
    .slider-to-blog .dnxte_blog_slider_container .swiper-wrapper {
        flex-direction: column !important; /* Stack items in a column */
    }

    .slider-to-blog .dnxte_blog_slider_container .swiper-slide {
        flex: 1 0 100% !important; /* Make each slide take 100% of the container on small screens */
    }
}





/* Disable swiper layout */
.slider-to-blog2 .swiper-container {
  overflow: visible !important;
  height: auto !important;
}

/* Stack slides vertically */
.slider-to-blog2 .swiper-wrapper {
  display: block !important;
  transform: none !important;
  perspective: none !important;
}

/* Each slide takes full width */
.slider-to-blog2 .swiper-slide {
  display: block !important;
  width: 100% !important;
  margin: 0 0 30px 0 !important;
  transform: none !important;
}

/* Hide slider controls */
.slider-to-blog2 .swiper-button-prev,
.slider-to-blog2 .swiper-button-next,
.slider-to-blog2 .swiper-pagination {
  display: none !important;
}


.sub-menu {
border-radius:10px;
}

.dnext-thumbs-gallery-top-image-link{
height:100%;
}

.wp-image-68{
height:100%;
}

.dnext-thumbs-gallery-item{
  height: 100%;
  width: 100%;
}

.list-line .et_pb_main_blurb_image {
  display: table-cell !important;
}

.list-line .et_pb_image_wrap{
  display: table-cell !important;
}

.et_pb_section {
z-index:1 !important;}


.fine-print h6 {
font-size:14px !important;
padding-bottom:1em  !important;
line-height:1.6em  !important;
}


.et-db #et-boc .et-l .et_pb_blog_0_tb_body  a.more-link {
  font-size: 16px !important;
  padding: 4.8px 16px !important;
  text-transform: capitalize;
}

.blog3 .custom-acf-fields h4{   
  font-weight: 700;
  font-size: 18px !important;
}

.blog2 .et_pb_post .more-link {
	width: fit-content;
}

@media (max-width: 768px) {
  .blog2 .et_pb_post .more-link {
    display: block;
    width: 100% !important;
    text-align: center;  /* optional, keeps text centered */
    margin-top: 10px;    /* some spacing from content */
  }
}

.blog3 .swiper-pagination.swiper-pagination-bullets {
  bottom:-30px !important;
  margin:0px;
}

.swiper-pagination {
margin-right:0px !important;
margin-left:0px !important;
}
