/*
CTC Separate Stylesheet
Updated: 2025-08-13 18:08:05
*/

.elementor-section-wrap {
    max-width: 1440px !important;
    margin: 0 auto !important; /* This centers the content */
}

.current-menu-item a {
    color: #007bff !important;
    font-weight: bold !important;
}

.footer-text-box p img {
    width: auto;
    padding: 0 10px 0 0 !important;
}
.footer-text-box p {
    display: flex;
}
.footer-copyright {
    padding-top: 10px !important;
    width: 76% !important;
    max-width: 76% !important;
    margin: 0 auto !important;
}
.footer-menu {
    padding-left: 0 !important;
    margin-left: 0 !important;
    left: 0 !important;
}
.features-page-tabs .e-n-tabs-heading {
    background-color: rgba(66,133,244,0.1) !important;
    -moz-border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    border-radius: 10px !important;
    width: fit-content !important;
    padding: 5px !important;
    margin: 0 auto !important;
}
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: rgba(66,133,244,0) !important;
}

.features-page-tabs .e-n-tabs-heading button[aria-selected="true"] {
    background-color: rgba(255,255,255,1) !important;
    padding: 7.5px 40px 7.5px 40px !important;
    width: 198px !important;
    min-width: 198px !important;
    height: 39px !important;
	font-family: "Inter", sans-serif !important;
	letter-spacing: 0px !important;
	font-weight: 400 !important;
}
.features-page-tabs .e-n-tabs-heading button {
    padding: 7.5px 40px 7.5px 40px !important;
    width: 198px !important;
    min-width: 198px !important;
    height: 39px !important;
	font-family: "Inter", sans-serif !important;
	letter-spacing: 0px !important;
	font-weight: 400 !important;
}
.features-page-tabs button:hover {
    background-color: rgba(255,255,255,1) !important;
    color: #333 !important;
    -moz-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.25) !important;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.25) !important;
    -o-box-shadow: 0 4px 6px 0 rgba(0,0,0,0.25) !important;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.25) !important;
}
.twae-wrapper .twae-labels {
    position: inherit !important;
    left: 0 !important;
    right: 0 !important;
}
.timeline-container {
    flex-direction: column;
    padding-left: 20px;
    display: flex;
    position: relative;
}
.timeline-item {
    display: flex;
    margin-bottom: 25px;
    position: relative;
}
.timeline-icon {
    justify-content: center;
    align-items: center;
    background-color: #4285f4;
    color: white;
    border: 2px solid white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    position: absolute;
    left: -12px;
    top: -5px;
    z-index: 10;
}
.twae-icon svg{
	width: 36px !important;
	height:40px !important;
}
.timeline-icon svg {
    width: 36px;
    height: 40px;
    fill: white;
}
.twae-labels {
    text-align: left !important;
    float: left !important;
}
.twae-content {
    text-align: left !important;
    border: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    float: left !important;
    padding: 10px 0 0 !important;
}
.twae-title {
    text-align: left !important;
    padding: 0 !important;
}
.twae-vertical.twae-wrapper .twae-end, .twae-vertical.twae-wrapper .twae-start {
    display: none !important;
}
.twae-wrapper .twae-icon {
    border: none !important;
}
.twae-vertical.twae-wrapper .twae-timeline:before {
    background-color: #34a853 !important;
	top:42px !important;
	height:80%;
}
/* body .elementor-container .twae-vertical.twae-wrapper .twae-timeline:before {
    background-color: #34a853 !important;
    top: 40px !important;
    height: 80%;
} */
.twae-wrapper .twae-icon{
	background-color:#fff !important;
}
.twae-arrow{
	display: none !important;
}

/*
 * ========================================
 * CSS for the Custom Blog Posts Shortcode
 * ========================================
 */

/* Main Wrapper and Overall Layout */
 /* General Layout */
.custom-blog-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}
.blog-controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 15px;
    height: 50px !important;
    width: 75% !important;
    margin: 0px auto;
}
div#blog-posts-container {
    margin-top: 5%;
}

/* Search & Dropdown Styling */
.search-form {
	display: flex;
	border: 1px solid rgba(51, 51, 51, 1);
	border-radius: 8px;
	overflow: hidden;
	flex-grow: 1;
	max-width: 800px;
}
.search-input {
	border: none;
	padding: 8px 12px;
	font-size: 16px;
	outline: none;
	flex-grow: 1;
}
.search-button {
    border: none;
    background: transparent !important;
    cursor: pointer;
    padding: 0px 36px 0px 0px !important;
    height: 48px !important;
    width: 20px !important;
}
.category-dropdown {
    /* border: 1px solid rgba(51, 51, 51, 1); */
    /* border-radius: 8px; */
    font-size: 16px;
    cursor: pointer;
    border: none !important;
}
.filter-controls {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

/* Tag Button Filter Styling */
.tag-filter-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 20px; /* Added margin to separate from content */
}
.tag-filter-buttons .tag-button {
	padding: 10px 20px;
	border-radius: 10px;
	text-decoration: none;
	color: #333333;
	white-space: nowrap;
}
.tag-filter-buttons .tag-button:hover {
	background-color: #ffffff;
}
.tag-filter-buttons .tag-button.active {
	background-color: #ffffff;
	color: #333333;
}

/* Full-Width Lead Post */
.full-width-post {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	margin-bottom: 70px;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	min-width: 480px !important;
}
.full-width-post:hover {
	transform: translateY(-5px);
}
.full-width-post .card-link {
/* 	display: flex; */
	text-decoration: none;
	color: #333;
	flex-direction: column;
}
.full-width-post .card-image {
    width: 50%;
    min-height: 480px !important;
    height: 100% !important;
    background-size: cover;
    background-position: center;
    float: left;
	border-radius: 10px !important;
}
.full-width-post .card-content {
	padding: 25px;
	float: left;
	width: 50%;
	min-height: 480px !important;
}
.full-width-post .card-title {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

p.card-excerpt {
    font-size: 16px !important;
    line-height: 24px !important;
}

/* Post Grid */
.post-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 768px) {
	.post-grid {
		grid-template-columns: 1fr;
	}
}

/* Post Card Styling */
.post-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
	min-height: 575px !important;
}
.post-card:hover {
	transform: translateY(-5px);
}
.post-card .card-link {
	display: block;
	text-decoration: none;
	color: #333;
}
.post-card .card-image {
	height: 340px;
	background-size: cover;
	background-position: center;
}
.post-card .card-content {
	padding: 15px;
}
.card-category {
	font-size: 0.8em;
	color: #888;
	font-weight: bold;
	text-transform: uppercase;
}
.card-title {
	font-size: 1.25rem;
	margin: 10px 0;
	line-height: 1.4;
}
.card-excerpt {
	font-size: 0.9rem;
	color: #555;
	line-height: 1.6;
}
.card-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
}
.post-info {
	font-size: 0.8rem;
	color: #888;
}
.read-more {
	color: rgba(66, 133, 244, 1) !important;
	font-weight: 700 !important;
	font-size: 16px !important;
}

/* Pagination Styling */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 8px; /* Slightly adjusted gap for better spacing */
}

/* Base style for all pagination items */
.pagination .page-numbers {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px; /* Increased size to match the new design */
    height: 40px;
    background: #fff; /* White background for inactive state */
    border: 1px solid #e0e0e0; /* Light gray border */
    border-radius: 8px; /* Squared, rounded corners */
    text-decoration: none;
    color: #555;
    transition: all 0.2s ease-in-out; /* Smooth transition for all properties */
    font-weight: 500;
}

/* Styling for the currently active page */
.pagination .page-numbers.current {
    background: #e6f0ff; /* Light blue background */
    color: #1a73e8; /* Blue text */
    border-color: #a3c9ff; /* Blue border */
}

/* Hover effect for all links */
.pagination .page-numbers:hover {
    background-color: #f4f4f4;
    border-color: #ccc;
    color: #333; /* Darker color on hover */
}

/* Disabled state for previous/next buttons */
.pagination .page-numbers.disabled {
    background-color: #f7f7f7;
    color: #bbb;
    cursor: not-allowed;
    border-color: #e0e0e0;
}

/* Styling for the ellipsis (...) */
.pagination .ellipsis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #555;
}

/* Styling for the previous/next buttons */
.pagination .page-numbers.prev, 
.pagination .page-numbers.next {
    width: 40px; /* Changed from auto to fixed width for consistency */
    padding: 0;
}

.pagination {
	list-style: none;
	margin: 30px 0 0;
	padding: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}

.pagination-item {
	display: block;
}

.pagination-link, .pagination-ellipsis {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    text-decoration: none;
    color: #555;
    background-color: #fff;
    border: 1px solid rgba(223, 227, 232, 1);
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

.pagination-link:hover {
	background-color: #f4f4f4;
	border-color: #ccc;
}

.pagination-link.active {
    background-color: rgba(66, 133, 244, 0.2);
    border: none !important;
    color: rgba(51, 51, 51, 1);
}

.pagination-link.disabled {
    background-color: rgba(210, 210, 210, 1);
    color: rgba(0,0,0, 1);
    cursor: not-allowed;
    pointer-events: none;
}

.pagination-link.arrow {
	font-weight: bold;
}

.pagination-ellipsis {
	background-color: transparent;
	border-color: transparent;
}

/* Container for the tag buttons */
.tag-filter-buttons {
    /* display: flex; */
    /* flex-wrap: wrap; */
    align-items: center;
    /* gap: 10px; */
    background-color: #4285F41A;
    border-radius: 12px;
    padding: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    margin: 64px auto !important;
    width: fit-content;
}

/* Base style for all tag buttons */
.tag-button {
  display: block;
  padding: 10px 20px;
  border-radius: 10px; /* A bit more rounded than the container */
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #6b7280; /* Neutral gray for inactive text */
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  white-space: nowrap; /* Prevent buttons from wrapping text */
}

/* Active state for the selected tag button */
.tag-button.active {
  color: #1f2937; /* Darker text for the active state */
  background-color: #ffffff; /* White background */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/* Hover effect for inactive buttons */
.tag-button:not(.active):hover {
  color: #374151; /* Slightly darker text on hover */
}

@media (min-width: 1025px) {
  .twae-vertical.twae-wrapper .twae-timeline {
    position: absolute;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%;
    margin-left: -30% !important;
  }
}

.elementor-social-icon {
    background-color: transparent !important;
}

.image-60{
	height: 60px !important;
	width: 60px !important;
}

span.elementor-icon-list-icon svg {
    width: 16px !important;
    height: 16px !important;
}

/* ============ For blog page =============== */
div#posts-wrapper {
    width: 100% !important;
    padding: 32px 0 80px 0 !important;
}

.category-tag{
    background-color: rgba(66, 133, 244, 0.1);
    padding: 5px 10px 5px 10px;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
	width: fit-content !important;
}

.card-content {
/*   display: flex; */
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Important: Make sure the card-content div has a defined height */
}

.full-card-content{
	display: flex !important;
	flex-direction: column;
  justify-content: space-between;
  height: 100%; /* Important: Make sure the card-content div has a defined height */
}

/* You might need to adjust the height of the parent container as well */
.full-width-post {
	display: flex !important;
  	height: 100%;
}

/* ============ Additional =============== */
/* Hide the header and footer on single blog posts */
.single-post .site-header,
.single-post .site-footer {
    display: none !important;
}
/*  */
.category-dropdown-wrapper::after {
  content: ""; 
  font-size: 12px;
  color: #555;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none; /* don’t block clicks */
}
.twae-wrapper .twae-label-big{
	margin-bottom: 8px;
}
.twae-wrapper .twae-labels{
	 margin-bottom: 4px;
}
 

/* =================== Category Dropdown ======================= */
.category-dropdown-wrapper {
    padding: 15px 25px 15px 25px !important;
    border: 1px solid #333 !important;
    border-radius: 10px !important;
}


 
