.logo-slider-css .slick-slide {
    margin: 0px 10px;
}
.logo-slider-css .slick-list {
    padding-right: 100px;
}


@media (max-width: 1024px) {
	.logo-slider-css .slick-list {
		padding-right: 50px;
	}
}

@media (max-width: 991px) {
	.logo-slider-css .slick-list {
		padding-right: 0px;
	}
}

.blog_title h2.elementor-heading-title {
    background-color: #163049;
    padding: 6px 2px;
    border-radius: 25px;
    font-weight: 500;
}
.blog_post .elementor-post__excerpt {
    display: none;
}
.blog_post .elementor-post__thumbnail {
    border-radius: 30px 30px 30px 30px;
    overflow: hidden;
    border: 1px solid #a58e17;
}
.main_blog .blog_post .elementor-posts-container.elementor-posts.elementor-posts--skin-classic.elementor-grid.elementor-has-item-ratio {
    display: flex;
    justify-content: center;
}
.blog_images img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px; /* smooth rounded corners */
    border: 1px solid #e0e0e0; /* light border */
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); /* soft shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Blog Table (TOC) */
.blog_table .elementor-widget-container {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 18px 20px;
}

/* Header */
.blog_table .elementor-toc__header {
    margin-bottom: 12px;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.blog_table .elementor-toc__header-title {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

/* List */
.blog_table .elementor-toc__list-wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog_table .elementor-toc__list-item {
    margin-bottom: 6px;
}

.blog_table .elementor-toc__list-item-text {
    font-size: 14px;
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease;
}

/* Hover */
.blog_table .elementor-toc__list-item-text:hover {
    color: #000;
    text-decoration: underline;
}

/* Nested items */
.blog_table .elementor-toc__list-wrapper .elementor-toc__list-wrapper {
    padding-left: 15px;
    border-left: 2px solid #eee;
    margin-top: 4px;
}
/* Blog Container */
.blog_content {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(15px, 2vw, 30px);
    font-family: sans-serif;
    line-height: 1.6;
}

/* Headings */
.blog_content h2 {
   font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    font-weight: 600;
    color: #163049;
}

.blog_content h3 {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    font-weight: 600;
    color: #163049;

}

.blog_content h4 {
    font-size: clamp(1.4rem, 1.5vw, 1.8rem);
    font-weight: 600;
    color: #163049;

}

/* Paragraphs */
.blog_content p {
	 color: #163049;
    font-size: clamp(0.9rem, 0.9vw, 1rem);
    margin-bottom: clamp(12px, 2vw, 20px);
}

/* Lists */
.blog_content ol,
.blog_content ul {
	 color: #163049;
    padding-left: clamp(15px, 2vw, 24px);
    margin-bottom: clamp(12px, 2vw, 20px);
}

.blog_content li {
	 color: #163049;
    margin-bottom: clamp(6px, 1.5vw, 12px);
}

/* Blockquotes */
.blog_content blockquote {
    padding-left: clamp(10px, 2vw, 15px);
    margin: clamp(12px, 2vw, 24px) 0;
    font-style: italic;
}

/* Links */
.blog_content a {
    text-decoration: underline;
}

/* Buttons */
.blog_content .cta-button {
    display: inline-block;
    padding: clamp(8px, 1.5vw, 12px) clamp(15px, 2vw, 22px);
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    margin-top: clamp(8px, 1.5vw, 12px);
}

/* Images */
.blog_content img {
    max-width: 100%;
    border-radius: 10px;
    margin: clamp(12px, 2vw, 19px) 0px 0px 36px ;
    display: block;
}

/* Case Study Design */

/* 🎨 Case Study Grid Custom Style */
.case_study_data .uc_post_grid_style_one_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #a58e17; /* Gold border */
    padding: 30px 20px;
    border-radius: 10px !important; /* Rounded corners */
    transition: box-shadow 0.3s, transform 0.3s;
}


.case_study_data .uc_post_grid_style_one_item:hover {
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* Image Centering */
.case_study_data .uc_post_image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 140px;
}

.case_study_data .uc_post_image img {
  max-width: 80%;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}



/* Title Styling */
.case_study_data .uc_post_title {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 10px;
  color: #0a2942;
}

/* Button Styling */
.case_study_data .uc_more_btn {
  padding: 10px 20px !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 18px -6px rgba(0, 0, 0, .3) !important;
}

.case_study_data .uc_post_button {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 0px !important;
}

.case_study_data .uc_post_grid_style_one_wrap {
    background-color: #a58e17;
}

/* Style post cards */
.caseStudy_post .elementor-post {
  border: 1px solid #A38F0B; /* gold border */
  border-radius: 15px;
  padding: 20px;
  box-shadow: none;
  background: #fff;
}

/* Thumbnail */
.caseStudy_post .elementor-post__thumbnail {
  text-align: center;
  margin-bottom: 15px;
}

/* Hide excerpt */
.caseStudy_post .elementor-post__excerpt {
  display: none;
}
/* Main container card */
.caseStudy_container {
  position: relative;
  background: #0c2d48; /* dark background */
  border-radius: 10px;
  padding: 40px 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: visible;  
}

/* Icon widget */
.caseStudy_container .elementor-widget-icon {
  z-index: 2;
}
.caseStudy_container .elementor-icon svg {
  width: 50px;
  height: 50px;
  fill: #fff;
}

/* Button block */
.caseStudy_container .elementor-widget-button {
   position: absolute;
   bottom: -12px;
   right: 0px;
}

.caseStudy_container .elementor-widget-button .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #0c2d48;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 20px;
  border-radius: 10px;
  text-decoration: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}