/*
CTC Separate Stylesheet
Updated: 2025-08-13 18:08:01
Theme Name: Hello Animation Child
Template: hello-animation
Author: wealcoder
Author URI: https://wealcoder.com/
Description: Hello Animation comes with a library of starter templates, enabling users to quickly import pre-built designs and accelerate their website creation process. Tailored for different website types—whether it’s a blog, portfolio, or business site—these templates offer a hassle-free way to achieve a professional look instantly. By importing these ready-made layouts, users can save time and ensure a consistent, polished design right from the start.
Tags: theme-options,featured-images,blog,full-width-template,left-sidebar
Version: 1.0.2.1755108481
*/

/* ===================== custom ======================== */
/*.homepage-banner-section{

}
.homepage-banner-left-section{

}
.homepage-card-section{

}
.homepage-card-section-boxes{

}
.homepage-solutions{

}
.homepage-solutions-icon{

}
.homepage-solutions-heading{

}
.homepage-solutions-content{

}
.homepage-why-choose{

}
.homepage-why-choose-title{

}
.homepage-why-choose-content{

}
.homepage-why-choose-columns{

}
.homepage-why-choose-list{

}
.homepage-video-section{

}
.homepage-video-container{

}
.homepage-faq-section{

}
.homepage-faq-section-accordians{

}
.homepage-faq-section-accordian-list{
    
}
.primary-btn-green{

}
.primary-btn-blue{

}
.primary-btn-green-outline{

}
.primary-btn-white{

}
.primary-btn-white-outline{

}*/

/* ==============Correcting fonts ================= */
/* ALL TEXT WILL BE "INTER" */
/* This is a broad selector for all text elements */
/* @import url('https://fonts.cdnfonts.com/css/kamerik205'); */

*{
/*     font-family: 'Kamerik205', sans-serif !important; */
}
body {
/*     font-family: 'Kamerik205', sans-serif !important;
	margin: 0px !important; */
	color: #333333 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Kamerik205', sans-serif !important;
}

p {
/*     font-family: 'Kamerik205', sans-serif !important; */
	font-family: 'Inter', sans-serif;
  	font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
}

ul, ol, li {
    font-family: 'Kamerik205', sans-serif !important;
}

.elementor-button, a {
    font-family: 'Kamerik205', sans-serif !important;
}

div{
    span{
/*     	font-family: 'Kamerik205', sans-serif !important; */
		font-family: "Inter", sans-serif !important;
		letter-spacing: 0px !important;
	}
}

body,
#content,
.entry-content,
.post-content,
.page-content,
.post-excerpt,
.entry-summary,
.entry-excerpt,
.widget-area,
.widget,
.sidebar,
#sidebar,
footer,
.footer,
#footer,
.site-footer,
button,
.button,
input,
select,
textarea,
.wp-block-button,
.wp-block-button__link,
.menu,
.page_item a,
.menu-item a,
.wp-block-navigation,
.wp-block-navigation-item__content,
ul,
ol,
ul li,
ol li,
li,
blockquote,
.wp-block-quote,
.elementor,
.elementor p,
.elementor-button-text {
    font-family: 'Inter', sans-serif !important;
	letter-spacing: 0px !important;
/* 	color: #333333 !important; */
}

/* HEADINGS WILL BE "KAMERIK205" */
/* This is a specific selector for all headings */
h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-title a,
.widget-title,
.elementor-heading-title,
.wp-block-post-title,
.wp-block-post-title a,
#site-title,
.site-title,
#site-title a,
.site-title a {
    font-family: 'Kamerik205', sans-serif !important;
	letter-spacing: 0px !important;
/* 	color: #333333 !important; */
}

/*
    -----------------------------------------------------------------------
    Global Typography and Colors
    -----------------------------------------------------------------------
*/
body {
    margin: 0px !important;
    padding: 0px !important;
}

ul, ol, li {
    font-size: 16px !important;
	line-height: 24px !important;
}

h2{
    font-size: 40px !important;
	line-height: 60px !important;
}

h6{
	font-size: 20px !important;
	line-height: 30px !important;
}

.elementor-button-text{
	font-size: 18px !important;
	line-height: 150% !important;
	font-weight: 400 !important;
}

.tagline-text{
	font-family: "Inter", sans-serif !important;
	letter-spacing: 0px !important;
	font-size: 12px !important;
	line-height: 18px !important;
	padding: 6px 12px 6px 12px !important;
}

.tagline-text span{
	font-family: "Inter", sans-serif !important;
	letter-spacing: 0px !important;
	font-size: 12px !important;
	line-height: 18px !important;
	padding: 6px 12px 6px 12px !important;
}

.elementor p{
	font-size: 18px !important;
	line-height: 30px !important;
	font-weight: 400 !important;
}

.elementor-widget-text-editor p{
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}

#text-18, #text-18 p{
	font-size: 18px !important;
}

/*
    -----------------------------------------------------------------------
    Button Styles
    -----------------------------------------------------------------------
*/

/* Solid Blue Button */
/* .primary-btn-blue {
    background-color: #4285F4 !important;
    color: #ffffff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px !important;
    font-weight: 700;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.2s ease;
} */

.primary-btn-blue .elementor-button {
    background-color: #4285F4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

.primary-btn-blue-outline .elementor-button {
    background-color: #ffffff !important;
    color: #4285F4 !important;
	fill: #4285F4 !important;
    border: 1px solid #4285F4 !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

/* .primary-btn-blue:hover {
    background-color: #0a254d;
    transform: translateY(-2px);
} */

/* Solid Green Button */
/* .primary-btn-green {
    background-color: #34A853 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 30px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
} */

.primary-btn-green .elementor-button {
    background-color: #34A853 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

/* .primary-btn-green:hover {
    background-color: #4b9b68;
    transform: translateY(-2px);
} */

/* Outlined Green Button */
/* .primary-btn-green-outline {
    background-color: transparent;
    color: #5bb37b;
    border: 2px solid #5bb37b;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
} */
.primary-btn-green-outline .elementor-button {
    background-color: transparent !important;
    color: #34A853 !important;
    border: 1px solid #34A853 !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

/* .primary-btn-green-outline:hover {
    background-color: #5bb37b;
    color: #ffffff;
    transform: translateY(-2px);
} */

/* Solid White Button (for dark backgrounds) */
/* .primary-btn-white {
    background-color: #ffffff;
    color: #0d2f5e;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
} */
.primary-btn-white .elementor-button {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

/* .primary-btn-white:hover {
    background-color: #e6e6e6;
    color: #0d2f5e;
    transform: translateY(-2px);
} */

/* Outlined White Button (for dark backgrounds) */
/* .primary-btn-white-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
} */
.primary-btn-white-outline .elementor-button {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid #ffffff !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

/* .primary-btn-white-outline:hover {
    background-color: #ffffff;
    color: #0d2f5e;
    transform: translateY(-2px);
} */

/*
    -----------------------------------------------------------------------
    Homepage Sections
    -----------------------------------------------------------------------
*/

/* Hero/Banner Section */
.homepage-banner-section {
    padding: 10px 0;
    /* background-color: #f7f9fc; */
}

/* The left side content (title, text, buttons) */
.homepage-banner-left-section {
    padding-right: 50px;
}

/* The "Comprehensive Healthcare Recruitment Solutions" section */
.homepage-card-section {
    padding: 20px 0;
}

/* This is the container for all the individual solution boxes */
.homepage-card-section-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

/* A single solution card */
.homepage-solutions {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    min-height: 350px !important;
}

.homepage-solutions:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.homepage-solutions-icon {
    font-size: 40px;
    color: #007bff; /* Blue color for the icon */
    margin-bottom: 20px;
    display: block; /* Ensure the icon is centered */
}

.homepage-solutions-heading span {
    font-size: 20px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

/* .featurepage-solutions-heading h6{
	font-weight: 400 !important;
} */

.homepage-solutions-content {
    font-size: 14px;
/*     color: #6c757d; */
}

/* "Why Choose Flexi Shift?" section */
.homepage-why-choose {
    padding: 80px 0 0 0;
}

.homepage-why-choose-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.homepage-why-choose-content {
    font-size: 16px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

/* The columns for "For Doctors" and "For Hospitals" */
.homepage-why-choose-columns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin: 0 0 50px 0 !important;
}

/* The list inside each column */
/* .homepage-why-choose-list {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    flex: 1;
} */

/* .homepage-why-choose-list:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */

/* .homepage-why-choose-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
} */

/* .homepage-why-choose-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
} */

/* .homepage-why-choose-list li:before {
    content: '\2713'; 
    position: absolute;
    left: 0;
    top: 0;
    color: #5bb37b; 
    font-size: 18px;
    font-weight: bold;
} */

/* "Experience Flexi Shift In Action" section */
.homepage-video-section {
    padding: 80px 0;
    background-color: #f7f9fc;
}

.homepage-video-container {
    position: relative;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-height: 540px !important;
    max-width: 800px !important;
	width:100% !important;
	height:100% !important;
}

/* FAQ section */
.homepage-faq-section {
    padding: 80px 0;
}

/* Accordion styles (Elementor's default accordion has its own classes,
   but we can add some custom styling here) */
.homepage-faq-section-accordians {
    /* No specific styles needed here, just a container class */
}

/* The accordion items (the question and answer) */
.homepage-faq-section .elementor-accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

.homepage-faq-section .elementor-tab-title {
    background-color: #ffffff;
    padding: 20px;
    font-weight: 600;
    color: #0d2f5e;
}

.homepage-faq-section .elementor-tab-content {
    padding: 20px;
    background-color: #f7f9fc;
    border-top: 1px solid #e6e6e6;
}

/*
    -----------------------------------------------------------------------
    Responsive Styles (adjust for smaller screens)
    -----------------------------------------------------------------------
*/
@media (max-width: 767px) {
    .homepage-solutions {
        flex: 1 1 100%; /* Single column on mobile */
    }
    .homepage-why-choose-columns {
        flex-direction: column;
    }
    .homepage-banner-left-section {
        padding-right: 0;
        text-align: center;
    }
}

/*
    -----------------------------------------------------------------------
    Footer Styles
    -----------------------------------------------------------------------
*/

/* Main container for the footer section */
.foter-text-box-main {
    background-color: #1a202c; /* Equivalent to a dark grey like bg-zinc-900 in Tailwind */
    color: #ffffff;
    padding: 4rem; /* Equivalent to p-16 in Tailwind */
    font-family: "Kamerik205" !important /* A clean, modern font */
    display: flex;
    flex-direction: column;
    gap: 3rem; /* Spacing between main content blocks */
}

/* Container for the slogan text */
.footer-text-box-content h5 {
    font-size: 1.25rem; /* Equivalent to text-xl */
    line-height: 1.75rem; /* Equivalent to leading-relaxed */
    font-weight: 500;
    max-width: 28rem; /* Equivalent to max-w-sm */
    margin-bottom: 2rem; /* Spacing below the slogan */
}

/* Container for the address and contact information */
.footer-text-box-address {
    display: flex;
    flex-direction: column;
    gap: 1.5rem; /* Spacing between each contact line */
}

/* Container for a single line of contact information (e.g., address, phone, email) */
.address-container {
    display: flex;
    align-items: flex-start; /* Align icon and text to the top */
    gap: 0.75rem; /* Spacing between the icon and the text */
}

/* The icon container */
.address-container-left-icon img {
    width: 1.5rem; /* Equivalent to w-6 */
    height: 1.5rem; /* Equivalent to h-6 */
    color: #ffffff;
}

/* The text content next to the icon */
.address-container-right-content {
    font-size: 1rem;
}

/* Container for all social media icons */
.footer-text-box-social {
    display: flex;
    gap: 1.5rem; /* Spacing between social icons */
    margin-top: 1.5rem;
}

/* A single social icon container */
.icon-container img {
    width: 1.5rem; /* Equivalent to w-6 */
    height: 1.5rem; /* Equivalent to h-6 */
    color: #ffffff;
    transition: color 0.3s ease;
}

/* Hover effect for social icons */
.icon-container a:hover img {
    color: #9ca3af; /* Equivalent to hover:text-gray-400 */
}

/* A horizontal divider line can be added here if needed */
.foter-text-box-main hr {
    border-top: 1px solid #4b5563; /* Equivalent to border-zinc-700 */
    margin: 2rem 0; /* Equivalent to my-8 */
}


/*
    -----------------------------------------------------------------------
    Responsive Styles (adjust for smaller screens)
    -----------------------------------------------------------------------
*/
@media (min-width: 768px) {
    .foter-text-box-main {
        padding: 4rem 4rem; /* Adjusted padding for tablet and up */
    }
}

@media (min-width: 1024px) {
    .foter-text-box-main {
        padding: 5rem 5rem; /* Adjusted padding for desktop and up */
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 2rem;
    }

    .footer-text-box-content {
        flex: 1;
    }

    .footer-text-box-address {
        flex: 2;
        flex-direction: row;
        justify-content: flex-end;
        gap: 3rem;
    }

    .footer-text-box-social {
        margin-top: 0;
        justify-content: flex-end;
    }
}


/* .elementor-heading-title {
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #000 !important;
    font-weight: bold !important;
} */

/* .e-con-boxed {
    padding: 0px !important;
    margin: 20px 0 !important;
} */

/* .elementor-widget-text-editor {
    color: #333333 !important;
} */

#white-text{
    color: #ffffff !important;
}

#white-text h2{
    color: #ffffff !important;
}

#white-text h3{
    color: #ffffff !important;
}

/*
    -----------------------------------------------------------------------
    Link and Menu Styles
    -----------------------------------------------------------------------
*/
/* Ensures all links, including visited ones, have the same color */
a, a:visited {
    color: #0d2f5e; /* Or your preferred link color */
    text-decoration: none;
}

/* Styles the link of the currently active page */
.current-menu-item a {
    color: #007bff; /* A distinct blue color for the active link */
    font-weight: bold; /* Make the active link stand out */
}

/* Styles the last item in the menu to look like a button */
.elementor-nav-menu--main li:last-child a {
    background-color: #4285F4 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: 28px !important;
    transition: background-color 0.3s ease, transform 0.2s ease !important;
    width: 224px !important;
    height: 51px !important;
}

.elementor-nav-menu--main li:last-child a:hover {
    transform: translateY(-2px);
}

.homepage-solutions homepage-solutions-content elementor-widget-text-editor{
    font-size: 10px !important;
}

/*
    -----------------------------------------------------------------------
    About Page Bullet Section
    -----------------------------------------------------------------------
*/
/* The main container for all bullet points */
.about-page-bullet-box {
    display: flex;
    flex-direction: column;
    gap: 5px; /* Spacing between each bullet point container */
}

/* Container for each individual bullet point */
.about-page-bullet-box .e-con-inner {
    display: flex;
    flex-direction: column;
    gap: 0px; /* Spacing between the title and the text */
}

/* The heading container, using flexbox for alignment */
.about-page-bullet-box h3 {
    display: flex;
    align-items: center; /* Vertically align the number and title text */
    gap: 15px; /* Spacing between the number and the title */
	line-height:30px;
}

/* The style for the number itself */
.about-page-green-bullet-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #34A8531A;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 2px 4px 16px 0px #00000040 !important;

}
.about-page-blue-bullet-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #4285F41A;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
	box-shadow: 2px 4px 16px 0px #00000040 !important;

}
.about-page-bullet-box p {
    font-size: 14px !important;
	margin-top:8px;
}

.about-page-bullet-box .e-con-boxed {
    padding: 0;
}

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

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

.features-page-tabs button{
    width: 198px !important;
	height: 39px !important;
}

.featurepage-solutions {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    min-height: 350px !important;
}

.featurepage-solutions:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.featured-post .eael-grid-post-holder-inner{
	display:flex !important;
}
.featured-post article div.eael-entry-thumbnail img{
	width:640px !important;
	object-fit:cover !important;
}
.eael-entry-wrapper{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.eael-tabs-nav{
	 display: flex;
    justify-content: center;
}
ul.eael-tab-inline-icon{
	padding: 4px !important;
    background-color: #4285F41A;
	border-radius:10px;
}
.blog_post-template h3 p{
	width:90% !important;
	margin:0px auto 0px auto !important;
}
.twae-wrapper .twae-label-big,
.twae-wrapper .twae-label-small{
	margin-bottom:08px !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 */
}