:root {
--cl-primary: #0C4D9A;
--cl-brand-base: #0044a5;
--cl-brand-deep: #002d6f;
--cl-brand-light: #0c5fd6;
--cl-brand-gradient: linear-gradient(135deg, var(--cl-brand-base) 0%, var(--cl-brand-light) 54%, var(--cl-brand-deep) 100%);
--cl-brand-gradient-soft: linear-gradient(145deg, #1b63d8 0%, var(--cl-brand-base) 52%, var(--cl-brand-deep) 100%);
--cl-secondary: #fbcd24;
--cl-gradient: linear-gradient(135deg, #0C4D9A 0%, #0a3d7a 100%);
--cl-dark: #1a1a2e;
--cl-dark-alt: #0C4D9A;
--cl-body-bg: #f4f6f9;
--cl-card-bg: #ffffff;
--cl-text: #333333;
--cl-text-light: #6c757d;
--cl-border: #e9ecef;
--cl-star: #fbcd24;
--cl-success: #28a745;
--cl-verified: #0C4D9A;
--cl-featured: #fbcd24;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
color: var(--cl-text);
background-color: var(--cl-body-bg);
line-height: 1.6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
color: var(--cl-dark);
}
a {
text-decoration: none;
color: var(--cl-primary);
transition: color 0.3s ease;
}
a:hover {
color: var(--cl-secondary);
}
img {
max-width: 100%;
height: auto;
}
.cl-gradient-text {
background: var(--cl-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cl-service-showcase-copy span{
display: none;
}
.carousel-indicators{
margin-bottom: 5rem !important;
}
.cl-section-padding {
padding: 50px 0;
}
.cl-hero-carousel + section {
margin-top: 0;
}
.cl-bg-white {
background-color: #ffffff;
}
.cl-bg-gray {
background-color: var(--cl-body-bg);
}
.cl-bg-dark {
background-color: var(--cl-dark);
}
.cl-section-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 0.3rem;
}
.cl-section-subtitle {
color: var(--cl-text-light);
font-size: 1rem;
margin-bottom: 1.5rem;
} .cl-btn {
display: inline-block;
padding: 12px 28px;
border-radius: 6px;
font-weight: 600;
font-size: 0.95rem;
transition: all 0.3s ease;
border: none;
cursor: pointer;
text-align: center;
}
.cl-btn-primary {
background: var(--cl-gradient);
color: #fff;
}
.cl-btn-primary:hover {
color: #fff;
transform: translateY(-2px);
}
.cl-btn-outline {
border: 2px solid var(--cl-primary);
color: var(--cl-primary);
background: transparent;
}
.cl-btn-outline:hover {
background: var(--cl-primary);
color: #fff;
}
.cl-company-card,
.cl-about-dynamic,
.cl-section-padding.cl-bg-white,
.cl-section-padding.cl-bg-gray,
.cl-stats-section,
.cl-cta-section,
.cl-related-section {
content-visibility: auto;
contain-intrinsic-size: 1px 800px;
} .cl-top-bar {
background-color: #0044a5;
color: rgba(255,255,255,0.7);
font-size: 0.85rem;
padding: 8px 0;
}
.cl-top-bar a {
color: rgba(255,255,255,0.7);
}
.cl-top-bar a:hover {
color: #fff;
}
.cl-top-bar .cl-top-info {
display: flex;
gap: 24px;
align-items: center;
}
.cl-top-bar .cl-top-info i {
margin-right: 6px;
color: var(--cl-secondary);
}
@media (max-width: 767.98px) {
.cl-top-bar {
display: none;
}
} .cl-navbar {
background-color: #fff;
padding: 0;
position: sticky;
top: 0;
z-index: 1030;
box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.cl-navbar .navbar-brand {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 1.5rem;
color: #16213E;
padding: 12px 0;
}
.cl-navbar .navbar-brand:hover {
color: #16213E;
}
.cl-navbar .navbar-brand i {
background: var(--cl-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
margin-right: 6px;
}
.cl-navbar .nav-link {
color: #16213E;
font-weight: 600;
padding: 20px 20px !important;
font-size: 0.95rem;
transition: color 0.3s;
position: relative;
text-transform: uppercase;
}
.cl-menu-icon {
display: none;
align-items: center;
justify-content: center;
width: 18px;
margin-right: 10px;
font-size: 0.88rem;
flex: 0 0 auto;
}
.cl-menu-label {
display: inline-flex;
align-items: center;
flex: 1 1 auto;
}
.cl-navbar .nav-link:hover,
.cl-navbar .nav-link.active {
color: var(--cl-primary);
}
.cl-navbar .nav-link.active::after {
content: '';
position: absolute;
bottom: 0;
left: 16px;
right: 16px;
height: 3px;
background: var(--cl-primary);
border-radius: 3px 3px 0 0;
}
.cl-navbar-search-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-left: 14px;
border-radius: 50%;
background: rgba(12, 77, 154, 0.08);
color: var(--cl-primary);
text-decoration: none;
transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
flex: 0 0 auto;
}
.cl-navbar-search-link:hover {
background: rgba(12, 77, 154, 0.16);
color: var(--cl-primary);
transform: translateY(-1px);
}
.cl-navbar-toggler {
border-color: rgba(22, 33, 62, 0.3);
padding: 6px 10px;
}
.cl-navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2822, 33, 62, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
} .cl-hero-carousel .carousel-item {
height: 480px;
background-size: cover;
background-position: center;
position: relative;
transition: transform 0.6s ease-in-out;
}
.cl-hero-carousel .carousel-item::before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgb(18 24 40 / 35%), rgb(18 24 40 / 35%));
z-index: 1;
}
.cl-hero-overlay {
position: absolute;
inset: 0;
background: linear-gradient(135deg, rgb(18 24 40 / 35%), rgb(18 24 40 / 35%));
z-index: 1;
}
.cl-hero-carousel .carousel-caption {
z-index: 2;
bottom: 100px;
text-align: left;
padding-bottom: 0;
}
.cl-hero-carousel .carousel-caption h1.cl-hero-title {
font-size: 2.6rem;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
text-shadow: 0 2px 8px rgba(0,0,0,0.3);
line-height: 1.2;
}
.cl-hero-carousel .carousel-caption p.cl-hero-subtitle {
font-size: 1.1rem;
color: rgba(255,255,255,0.92);
margin-bottom: 18px;
max-width: 600px;
line-height: 1.6;
}
.cl-hero-actions {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.cl-hero-animate {
display: inline-block;
opacity: 0;
transform: translateY(30px);
animation: clHeroSlideUp 0.7s ease forwards;
}
@keyframes clHeroSlideUp {
to {
opacity: 1;
transform: translateY(0);
}
}
.carousel-item:not(.active) .cl-hero-animate {
animation: none;
opacity: 0;
transform: translateY(30px);
}
.carousel-item.active .cl-hero-animate {
opacity: 0;
transform: translateY(30px);
animation: clHeroSlideUp 0.7s ease forwards;
}
.cl-hero-carousel {
position: relative;
}
.cl-mobile-hero {
display: none;
position: relative;
}
.cl-mobile-hero-media {
position: relative;
min-height: 560px;
overflow: hidden;
background: linear-gradient(135deg, #16213e 0%, #0f3460 50%, #1a1a2e 100%);
}
.cl-mobile-hero-video,
.cl-mobile-hero-image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cl-mobile-hero-image-fallback {
background: linear-gradient(135deg, #16213e 0%, #0f3460 50%, #1a1a2e 100%);
}
.cl-mobile-hero-overlay {
position: absolute;
inset: 0;
background:
linear-gradient(180deg, rgba(4, 11, 28, 0.36) 0%, rgba(4, 11, 28, 0.62) 100%),
radial-gradient(circle at top, rgba(255,255,255,0.10), transparent 42%);
}
.cl-mobile-hero-content {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: flex-end;
min-height: 560px;
padding-top: 28px;
padding-bottom: 18px;
}
.cl-mobile-hero-copy {
margin-bottom: 14px;
color: #fff;
text-align: left;
}
.cl-mobile-hero-kicker {
display: inline-flex;
align-items: center;
padding: 5px 10px;
margin-bottom: 10px;
border-radius: 999px;
background: rgba(255,255,255,0.15);
color: #fff;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.cl-mobile-hero-title {
color: #fff;
font-size: 1.55rem;
font-weight: 800;
line-height: 1.15;
margin: 0 0 8px;
max-width: 16ch;
}
.cl-mobile-hero-subtitle {
color: rgba(255,255,255,0.88);
font-size: 0.96rem;
margin: 0;
max-width: 24ch;
}
.cl-mobile-search-card {
background: rgba(255,255,255,0.98);
border-radius: 22px;
padding: 14px;
box-shadow: 0 18px 40px rgba(0,0,0,0.24);
backdrop-filter: blur(8px);
}
.cl-mobile-search-fields {
display: grid;
gap: 10px;
}
.cl-mobile-search-input,
.cl-mobile-search-select {
min-height: 48px;
border-radius: 14px;
border: 1px solid #dde3ed;
font-size: 0.95rem;
padding-left: 14px;
padding-right: 14px;
}
.cl-mobile-search-input:focus,
.cl-mobile-search-select:focus {
box-shadow: 0 0 0 3px rgba(12, 77, 154, 0.12);
border-color: rgba(12, 77, 154, 0.45);
}
.cl-mobile-search-btn {
min-height: 48px;
border-radius: 14px;
background: var(--cl-brand-gradient);
color: #fff;
font-weight: 700;
font-size: 0.98rem;
box-shadow: 0 10px 18px rgba(0, 68, 165, 0.24);
}
.cl-mobile-search-btn:hover,
.cl-mobile-search-btn:focus {
color: #fff;
filter: brightness(1.04);
}
.cl-hero-search {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
z-index: 10;
}
.cl-hero-search-form .input-group {
background: #fff;
border-radius: 50px;
overflow: hidden;
box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}
.cl-hero-search-icon {
background: transparent;
border: none;
color: #999;
font-size: 1.1rem;
padding-left: 20px;
}
.cl-hero-search-input {
border: none;
padding: 16px 12px;
font-size: 1.05rem;
background: transparent;
}
.cl-hero-search-input:focus {
box-shadow: none;
outline: none;
}
.cl-hero-search-btn {
border-radius: 50px !important;
margin: 6px;
padding: 10px 28px;
font-weight: 600;
white-space: nowrap;
}
.cl-hero-carousel .carousel-indicators {
bottom: 80px;
z-index: 12;
}
.cl-hero-carousel .carousel-indicators button {
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0 5px;
background-color: rgba(255,255,255,0.45);
border: none;
opacity: 1;
transition: all 0.3s ease;
}
.cl-hero-carousel .carousel-indicators .active {
background-color: var(--cl-secondary);
width: 32px;
border-radius: 6px;
}
.cl-hero-carousel .carousel-control-prev,
.cl-hero-carousel .carousel-control-next {
width: 50px;
height: 50px;
top: 50%;
bottom: auto;
transform: translateY(-50%);
background: rgba(255,255,255,0.15);
border-radius: 50%;
opacity: 0;
transition: opacity 0.3s ease;
}
.cl-hero-carousel:hover .carousel-control-prev,
.cl-hero-carousel:hover .carousel-control-next {
opacity: 1;
}
.cl-hero-carousel .carousel-control-prev:hover,
.cl-hero-carousel .carousel-control-next:hover {
background: rgba(255,255,255,0.3);
}
.cl-hero-carousel .carousel-control-prev {
left: 20px;
}
.cl-hero-carousel .carousel-control-next {
right: 20px;
}
.cl-btn-lg {
padding: 14px 32px;
font-size: 1.05rem;
}
.cl-btn-white {
background: var(--cl-gradient);
color: #fff;
border: none;
border-radius: 6px;
padding: 12px 28px;
font-weight: 700;
transition: all 0.3s ease;
text-decoration: none;
display: inline-block;
box-shadow: 0 6px 20px rgba(12, 77, 154, 0.24);
}
.cl-btn-white:hover {
color: #fff;
transform: translateY(-2px);
} .cl-about-section .cl-about-text h2 {
font-size: 1.8rem;
margin-bottom: 12px;
}
.cl-about-section .cl-about-text p {
color: var(--cl-text-light);
margin-bottom: 16px;
line-height: 1.7;
}
.cl-about-section .cl-usp-item {
display: flex;
align-items: flex-start;
gap: 16px;
padding: 20px;
background: #fff;
border-radius: 10px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
margin-bottom: 16px;
transition: transform 0.3s ease;
}
.cl-about-section .cl-usp-item:hover {
transform: translateY(-3px);
}
.cl-usp-item .cl-usp-icon {
width: 48px;
height: 48px;
min-width: 48px;
border-radius: 10px;
background: #fcd34d42;
display: flex;
align-items: center;
justify-content: center;
color: var(--cl-primary);
font-size: 1.2rem;
}
.cl-usp-item h5 {
font-size: 1rem;
margin-bottom: 4px;
}
.cl-usp-item p {
font-size: 0.88rem;
color: var(--cl-text-light);
margin: 0;
} .cl-categories-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
@media (max-width: 991.98px) {
.cl-categories-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575.98px) {
.cl-categories-grid {
grid-template-columns: 1fr;
}
}
.cl-category-card {
background: #fff;
border-radius: 12px;
padding: 30px 24px;
text-align: center;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
transition: all 0.3s ease;
border: 1px solid var(--cl-border);
display: block;
}
.cl-category-card:hover {
transform: translateY(-6px);
box-shadow: 0 8px 28px rgba(0,0,0,0.12);
border-color: var(--cl-primary);
color: var(--cl-text);
}
.cl-category-card .cl-cat-icon {
width: 64px;
height: 64px;
margin: 0 auto 16px;
border-radius: 50%;
background: #fcd34d42;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.5rem;
color: var(--cl-primary);
transition: all 0.3s ease;
}
.cl-category-card:hover .cl-cat-icon {
background: var(--cl-gradient);
color: #fff;
}
.cl-category-card h5 {
font-size: 1.05rem;
margin-bottom: 4px;
}
.cl-category-card span {
font-size: 0.85rem;
color: var(--cl-text-light);
}
@media (max-width: 575.98px) {
.cl-category-card-has-video {
border-radius: 14px;
}
.cl-category-card-body {
padding: 18px 18px 20px;
}
.cl-category-card-link {
width: 100%;
}
} .cl-companies-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 991.98px) {
.cl-companies-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 575.98px) {
.cl-companies-grid {
grid-template-columns: 1fr;
}
}
.cl-company-card {
background: #fff;
border-radius: 10px;
overflow: visible;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
position: relative;
border: 1px solid var(--cl-border);
color: inherit;
text-decoration: none;
display: block;
height: 100%;
}
.cl-company-card:hover {
transform: translateY(-5px);
box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
border-color: rgba(210, 105, 57, 0.22);
color: inherit;
text-decoration: none;
}
.cl-company-card:focus-visible {
outline: 3px solid rgba(210, 105, 57, 0.28);
outline-offset: 3px;
}
.cl-company-card .cl-card-cover {
min-height: 180px;
height: 180px;
background-size: cover;
background-position: center;
position: relative;
padding: 14px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.cl-company-card .cl-card-cover::after {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(8, 15, 30, 0.08) 0%, rgba(8, 15, 30, 0.32) 100%);
}
.cl-company-card .cl-card-topline,
.cl-company-card .cl-card-logo,
.cl-company-card .cl-card-badges,
.cl-company-card .cl-card-category {
position: relative;
z-index: 1;
}
.cl-company-card .cl-card-topline {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 10px;
}
.cl-company-card .cl-card-badges {
display: flex;
flex-wrap: wrap;
gap: 6px;
min-width: 0;
}
.cl-related-section {
padding: 56px 0 24px;
background: linear-gradient(180deg, #f8fafc 0%, #f4f6f9 100%);
}
.cl-related-header {
max-width: 720px;
margin: 0 auto 28px;
}
.cl-related-kicker {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 10px;
padding: 6px 12px;
border-radius: 999px;
background: rgba(210, 105, 57, 0.1);
color: var(--cl-primary);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
}
.cl-related-header .cl-section-title {
font-size: 1.75rem;
margin-bottom: 0.35rem;
}
.cl-related-header .cl-section-subtitle {
font-size: 0.96rem;
margin-bottom: 0;
}
.cl-related-grid {
gap: 18px;
}
.cl-related-grid .cl-company-card .cl-card-cover {
min-height: 150px;
height: 150px;
}
.cl-company-card .cl-card-logo {
width: 72px;
height: 72px;
border-radius: 50%;
border: 4px solid #fff;
background: var(--cl-brand-gradient);
position: absolute;
bottom: -30px;
left: 18px;
z-index: 2;
object-fit: cover;
box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}
.cl-company-card .cl-card-category {
align-self: flex-start;
background: rgba(255, 255, 255, 0.96);
color: #10203b;
padding: 6px 12px;
border-radius: 999px;
font-size: 0.8rem;
font-weight: 700;
white-space: nowrap;
box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}
.cl-badge-featured {
background: var(--cl-secondary);
color: #1a1a2e;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.73rem;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 4px;
box-shadow: 0 8px 18px rgba(215, 107, 53, 0.22);
}
.cl-badge-verified {
background: #4caf50;
color: #fff;
padding: 6px 12px;
border-radius: 20px;
font-size: 0.73rem;
font-weight: 600;
display: inline-flex;
align-items: center;
gap: 4px;
box-shadow: 0 8px 18px rgba(76, 175, 80, 0.2);
}
.cl-company-card .cl-card-body {
padding: 38px 18px 18px;
display: flex;
flex-direction: column;
gap: 10px;
}
.cl-company-card .cl-card-header-row {
display: flex;
align-items: flex-start;
justify-content: space-between;
gap: 12px;
}
.cl-company-card .cl-card-title {
font-size: 1.16rem;
font-weight: 800;
line-height: 1.2;
margin: 0;
color: #0f172a;
flex: 1 1 auto;
}
.cl-company-card .cl-card-rating {
display: inline-flex;
align-items: center;
gap: 5px;
margin-top: 8px;
white-space: nowrap;
flex: 0 0 auto;
}
.cl-company-card .cl-card-rating .cl-star-rating {
display: inline-flex;
align-items: center;
gap: 2px;
}
.cl-company-card .cl-card-rating .cl-star-rating .fa-star,
.cl-company-card .cl-card-rating .cl-star-rating .fa-star-half-alt {
color: var(--cl-star);
font-size: 0.92rem;
line-height: 1;
}
.cl-company-card .cl-card-rating .cl-star-rating .fa-star.empty {
color: #ccc;
opacity: 0.4;
font-size: 0.92rem;
line-height: 1;
}
.cl-company-card .cl-card-rating .cl-rating-text {
font-size: 0.9rem;
font-weight: 600;
color: #475569;
margin-left: 4px;
line-height: 1;
}
.cl-company-card .cl-card-location {
font-size: 0.95rem;
color: #64748b;
display: flex;
align-items: center;
gap: 6px;
justify-content: flex-start;
margin-top: auto;
}
.cl-company-card .cl-card-location i {
color: var(--cl-primary);
font-size: 0.9rem;
}
.cl-company-card .cl-card-views-badge {
position: absolute;
bottom: 10px;
right: 10px;
z-index: 1;
background: rgba(0, 0, 0, 0.6);
color: #fff;
font-size: 0.75rem;
font-weight: 600;
padding: 4px 10px;
border-radius: 20px;
display: inline-flex;
align-items: center;
gap: 5px;
backdrop-filter: blur(4px);
line-height: 1;
}
.cl-company-card .cl-card-views-badge i {
font-size: 0.72rem;
}
.cl-related-grid .cl-company-card {
border-radius: 10px;
box-shadow: 0 4px 18px rgba(15, 23, 42, 0.08);
}
.cl-related-grid .cl-company-card:hover {
transform: translateY(-5px);
box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}
.cl-related-grid .cl-company-card .cl-card-body {
padding: 34px 16px 14px;
gap: 8px;
}
.cl-related-grid .cl-company-card .cl-card-title {
font-size: 1.02rem;
} .cl-keywords {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.cl-keyword-tag {
display: inline-block;
padding: 5px 14px;
font-size: 0.81rem;
font-weight: 500;
color: var(--cl-primary);
background: rgba(12, 77, 154, 0.08);
border: 1px solid rgba(12, 77, 154, 0.15);
border-radius: 20px;
text-decoration: none;
transition: background 0.2s, color 0.2s;
}
.cl-keyword-tag:hover {
background: var(--cl-primary);
color: #fff;
}
.cl-card-keywords {
display: flex;
flex-wrap: wrap;
gap: 5px;
margin-top: 4px;
}
.cl-card-keywords .cl-keyword-tag {
padding: 3px 10px;
font-size: 0.75rem;
} .cl-stats-section {
background: var(--cl-gradient);
position: relative;
overflow: hidden;
}
.cl-stats-section::before {
content: '';
position: absolute;
inset: 0;
background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cl-stats-section .cl-stat-item {
text-align: center;
padding: 30px 16px;
position: relative;
z-index: 1;
}
.cl-stats-section .cl-stat-icon {
width: 64px;
height: 64px;
border-radius: 50%;
background: rgba(255,255,255,0.2);
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
font-size: 1.5rem;
color: #fff;
}
.cl-stats-section .cl-stat-value {
font-size: 2.4rem;
font-weight: 700;
color: #fff;
font-family: 'Roboto', sans-serif;
}
.cl-stats-section .cl-stat-label {
font-size: 0.95rem;
color: rgba(255,255,255,0.85);
margin-top: 4px;
} .cl-cta-section {
background: var(--cl-dark);
position: relative;
overflow: hidden;
}
.cl-cta-section::before {
content: '';
position: absolute;
top: -50%;
right: -20%;
width: 500px;
height: 500px;
border-radius: 50%;
background: rgba(196, 74, 58, 0.15);
}
.cl-cta-section::after {
content: '';
position: absolute;
bottom: -30%;
left: -10%;
width: 400px;
height: 400px;
border-radius: 50%;
background: rgba(217, 122, 43, 0.1);
}
.cl-cta-section h2 {
color: #fff;
font-size: 2rem;
margin-bottom: 16px;
}
.cl-cta-section p {
color: rgba(255,255,255,0.8);
margin-bottom: 24px;
} .cl-contact-form .form-control {
border-radius: 8px;
padding: 12px 16px;
border: 1px solid var(--cl-border);
font-size: 0.95rem;
transition: border-color 0.3s;
}
.cl-contact-form .form-control:focus {
border-color: var(--cl-primary);
box-shadow: 0 0 0 0.2rem rgba(196, 74, 58, 0.15);
}
.cl-contact-form textarea.form-control {
min-height: 140px;
resize: vertical;
}
.cl-company-contact-section {
padding: 70px 0 84px; background: #fbcd24;
}
.cl-company-contact-inner {
max-width: 1180px;
margin: 0 auto;
}
.cl-company-contact-heading {
margin-bottom: 30px;
}
.cl-company-contact-grid {
display: block;
}
.cl-company-contact-form-wrap {
background: #fff;
border: 1px solid rgba(12, 77, 154, 0.12);
border-radius: 24px;
box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
}
.cl-company-contact-form-wrap {
padding: 28px;
}
.cl-company-contact-form .form-control {
background: #fff;
}
.cl-contact-alert {
border-radius: 16px;
padding: 14px 16px;
margin-bottom: 18px;
font-weight: 600;
}
.cl-contact-alert-success {
background: rgba(40, 167, 69, 0.12);
color: #166534;
border: 1px solid rgba(40, 167, 69, 0.2);
}
.cl-contact-alert-error {
background: rgba(220, 53, 69, 0.10);
color: #991b1b;
border: 1px solid rgba(220, 53, 69, 0.18);
} .cl-sidebar .widget {
background: #fff;
border-radius: 12px;
padding: 24px;
margin-bottom: 24px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
}
.cl-sidebar .widget-title {
font-size: 1.15rem;
font-weight: 700;
margin-bottom: 16px;
padding-bottom: 12px;
border-bottom: 2px solid var(--cl-primary);
display: inline-block;
}
.cl-sidebar .cl-category-list {
list-style: none;
padding: 0;
margin: 0;
}
.cl-sidebar .cl-category-list li {
padding: 10px 0;
border-bottom: 1px solid var(--cl-border);
display: flex;
justify-content: space-between;
align-items: center;
}
.cl-sidebar .cl-category-list li:last-child {
border-bottom: none;
padding-bottom: 0;
}
.cl-sidebar .cl-category-list li a {
color: var(--cl-text);
font-size: 0.92rem;
}
.cl-sidebar .cl-category-list li a:hover {
color: var(--cl-primary);
}
.cl-sidebar .cl-category-list li .cl-count {
background: var(--cl-body-bg);
padding: 2px 10px;
border-radius: 20px;
font-size: 0.8rem;
color: var(--cl-text-light);
font-weight: 600;
}
.cl-sidebar .cl-cta-widget {
background: var(--cl-gradient);
color: #fff;
text-align: center;
}
.cl-sidebar .cl-cta-widget .widget-title {
color: #fff;
border-bottom-color: rgba(255,255,255,0.3);
}
.cl-sidebar .cl-cta-widget p {
color: rgba(255,255,255,0.9);
font-size: 0.92rem;
margin-bottom: 16px;
} .cl-page-header {
background: transparent;
padding: 26px 0 18px;
margin-bottom: 22px;
}
.cl-page-header.cl-page-header-company {
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
overflow: hidden;
color: #fff;
}
.cl-page-header.cl-page-header-company::before {
content: '';
position: absolute;
inset: 0; background:radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 35%), linear-gradient(135deg, rgba(16, 20, 34, 0.84), rgb(16 20 34 / 0%));
}
.cl-page-header-contact::before {
background:
linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 36%),
url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h48v48H0V0zm48 48h48v48H48V48z'/%3E%3C/g%3E%3C/svg%3E");
}
.cl-page-header-faq::before {
background:
linear-gradient(120deg, rgba(255, 255, 255, 0.08), transparent 36%),
url("data:image/svg+xml,%3Csvg width='96' height='96' viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h48v48H0V0zm48 48h48v48H48V48z'/%3E%3C/g%3E%3C/svg%3E");
}
.cl-page-header.cl-page-header-company .container {
position: relative;
z-index: 1;
}
.cl-page-header h1 {
color: var(--cl-dark);
font-size: 2rem;
margin-bottom: 6px;
letter-spacing: -0.02em;
}
.cl-page-header .cl-breadcrumb {
display: flex;
align-items: center;
gap: 8px;
list-style: none;
padding: 0;
margin: 0;
font-size: 0.9rem;
}
.cl-page-header .cl-breadcrumb a {
color: var(--cl-text-light);
}
.cl-page-header .cl-breadcrumb a:hover {
color: var(--cl-primary);
}
.cl-page-header .cl-breadcrumb .cl-sep {
color: var(--cl-text-light);
}
.cl-page-header .cl-breadcrumb .current {
color: var(--cl-dark);
font-weight: 600;
}
.cl-page-header.cl-page-header-company h1,
.cl-page-header.cl-page-header-company .cl-breadcrumb a,
.cl-page-header.cl-page-header-company .cl-breadcrumb .cl-sep,
.cl-page-header.cl-page-header-company .cl-breadcrumb .current {
color: #fff;
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
} .cl-filter-bar {
background: #fff;
border-radius: 12px;
padding: 20px 24px;
margin-bottom: 35px;
margin-top: 50px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
}
.cl-filter-bar .form-control,
.cl-filter-bar .form-select {
border-radius: 8px;
border: 1px solid var(--cl-border);
padding: 10px 14px;
font-size: 0.9rem;
}
.cl-filter-bar .form-control:focus,
.cl-filter-bar .form-select:focus {
border-color: var(--cl-primary);
box-shadow: 0 0 0 0.2rem rgba(196, 74, 58, 0.15);
}
.cl-results-summary {
margin: -18px 0 22px;
font-size: 0.95rem;
font-weight: 600;
color: var(--cl-primary);
} .cl-single-company .cl-cover {
height: 300px;
background-size: cover;
background-position: center;
border-radius: 12px;
margin-bottom: 24px;
position: relative;
}
.cl-single-company .cl-company-header {
display: flex;
gap: 20px;
align-items: flex-start;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid var(--cl-border);
}
.cl-single-company .cl-company-logo {
width: 80px;
height: 80px;
border-radius: 12px;
border: 3px solid #fff;
background: var(--cl-brand-gradient-soft);
object-fit: cover;
box-shadow: 0 2px 12px rgba(0,0,0,0.1);
flex-shrink: 0;
}
.cl-single-company .cl-company-meta {
flex: 1;
}
.cl-single-company .cl-company-meta h1 {
font-size: 1.8rem;
margin-bottom: 8px;
}
.cl-single-company .cl-badges {
display: flex;
gap: 8px;
flex-wrap: wrap;
margin-bottom: 8px;
}
.cl-single-company .cl-info-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.cl-single-company .cl-info-item {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 12px;
background: #f8f9fa;
border-radius: 8px;
}
.cl-single-company .cl-info-item i {
color: var(--cl-primary);
font-size: 1rem;
margin-top: 0;
min-width: 18px;
}
.cl-single-company .cl-info-item .cl-info-label {
font-size: 0.72rem;
color: var(--cl-text-light);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 1px;
}
.cl-single-company .cl-info-item .cl-info-value {
font-weight: 600;
font-size: 0.9rem;
line-height: 1.25;
}
.cl-single-company .cl-info-note {
display: block;
margin-top: 2px;
font-size: 0.8rem;
font-weight: 500;
color: var(--cl-text-light);
line-height: 1.3;
}
.cl-single-company .cl-detail-card {
background: #fff;
border-radius: 12px;
padding: 20px;
margin-bottom: 18px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
}
.cl-single-company .cl-detail-card h3 {
font-size: 1.05rem;
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 2px solid var(--cl-primary);
display: inline-block;
}
.cl-single-company .cl-gallery-card {
position: relative;
overflow: hidden;
padding: 16px;
}
.cl-single-company .cl-gallery-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 14px;
}
.cl-single-company .cl-gallery-kicker {
display: inline-flex;
align-items: center;
margin-bottom: 4px;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--cl-primary);
}
.cl-single-company .cl-gallery-header h3 {
margin: 0;
padding: 0;
border: 0;
display: block;
font-size: 1.05rem;
}
.cl-single-company .cl-gallery-carousel {
position: relative;
padding: 0 58px;
}
.cl-single-company .cl-gallery-carousel .carousel-inner {
overflow: hidden;
border-radius: 12px;
}
.cl-single-company .cl-gallery-carousel .carousel-item {
transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cl-single-company .cl-gallery-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 18px;
padding-top: 6px;
}
.cl-single-company .cl-gallery-grid-modern {
align-items: stretch;
}
.cl-single-company .cl-gallery-grid .cl-gallery-card-item {
min-width: 0;
}
.cl-single-company .cl-gallery-card-item {
position: relative;
border-radius: 10px;
overflow: hidden;
background: #dfe7f1;
aspect-ratio: 1 / 1;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
border: 1px solid rgba(15, 23, 42, 0.04);
}
.cl-single-company .cl-gallery-card-button {
width: 100%;
padding: 0;
border: 0;
cursor: pointer;
appearance: none;
-webkit-appearance: none;
}
.cl-single-company .cl-gallery-card-item img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.cl-single-company .cl-gallery-card-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(180deg, rgba(15, 23, 42, 0.02), rgba(15, 23, 42, 0.28));
color: #fff;
font-size: 1.1rem;
opacity: 0;
transition: opacity 0.25s ease;
}
.cl-single-company .cl-gallery-card-button:hover .cl-gallery-card-overlay,
.cl-single-company .cl-gallery-card-button:focus-visible .cl-gallery-card-overlay {
opacity: 1;
}
.cl-single-company .cl-gallery-pill {
position: absolute;
top: 14px;
right: 14px;
z-index: 2;
display: inline-flex;
align-items: center;
padding: 8px 14px;
border-radius: 999px;
background: rgba(28, 52, 88, 0.95);
color: #fff;
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
box-shadow: 0 10px 20px rgba(15, 23, 42, 0.18);
}
.cl-single-company .cl-gallery-control {
width: 46px;
opacity: 1;
}
.cl-single-company .cl-gallery-control .carousel-control-prev-icon,
.cl-single-company .cl-gallery-control .carousel-control-next-icon {
width: 48px;
height: 48px;
border-radius: 50%;
background-color: rgba(28, 52, 88, 0.95);
background-size: 44% 44%;
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
}
.cl-single-company .cl-gallery-control:hover .carousel-control-prev-icon,
.cl-single-company .cl-gallery-control:hover .carousel-control-next-icon {
background-color: rgba(28, 52, 88, 1);
}
.cl-single-company .cl-company-gallery-card .cl-block-body {
padding-top: 8px;
}
.cl-single-company .cl-company-video-card .cl-block-body {
padding-top: 8px;
}
.cl-single-company .cl-company-video-embed {
position: relative;
overflow: hidden;
border-radius: 14px;
background: #0f172a;
aspect-ratio: 16 / 9;
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
}
.cl-single-company .cl-company-video-embed iframe,
.cl-single-company .cl-company-video-embed video {
width: 100%;
height: 100%;
border: 0;
display: block;
object-fit: cover;
}
.cl-gallery-modal {
position: fixed;
inset: 0;
z-index: 2200;
display: flex;
align-items: center;
justify-content: center;
padding: 18px;
opacity: 0;
pointer-events: none;
transition: opacity 0.28s ease;
}
.cl-gallery-modal[hidden] {
display: none !important;
}
.cl-gallery-modal.is-open {
opacity: 1;
pointer-events: auto;
}
.cl-gallery-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(2, 6, 23, 0.86);
backdrop-filter: blur(8px);
}
.cl-gallery-modal-dialog {
position: relative;
z-index: 1;
width: min(1120px, 100%);
max-height: min(92vh, 980px);
background: #0f172a;
border-radius: 26px;
padding: 18px;
box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}
.cl-gallery-modal-carousel,
.cl-gallery-modal-carousel .carousel-inner,
.cl-gallery-modal-carousel .carousel-item {
height: 100%;
}
.cl-gallery-modal-carousel {
position: relative;
overflow: hidden;
border-radius: 18px;
background: #020617;
}
.cl-gallery-modal-carousel .carousel-inner {
display: flex;
align-items: center;
}
.cl-gallery-modal-carousel .carousel-item {
text-align: center;
padding: 18px;
}
.cl-gallery-modal-carousel .carousel-item img {
width: 100%;
max-height: calc(92vh - 120px);
object-fit: contain;
border-radius: 16px;
background: #020617;
}
.cl-gallery-modal .carousel-indicators {
margin-bottom: 0;
bottom: 16px;
}
.cl-gallery-modal .carousel-indicators button {
width: 10px;
height: 10px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.5);
}
.cl-gallery-modal .carousel-indicators .active {
background-color: #fff;
}
.cl-gallery-modal .carousel-control-prev,
.cl-gallery-modal .carousel-control-next {
width: 10%;
opacity: 1;
}
.cl-gallery-modal .carousel-control-prev-icon,
.cl-gallery-modal .carousel-control-next-icon {
width: 52px;
height: 52px;
border-radius: 999px;
background-color: rgba(255, 255, 255, 0.18);
background-size: 42% 42%;
backdrop-filter: blur(8px);
box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}
.cl-gallery-modal .carousel-control-prev:hover .carousel-control-prev-icon,
.cl-gallery-modal .carousel-control-next:hover .carousel-control-next-icon {
background-color: rgba(255, 255, 255, 0.28);
}
.cl-gallery-modal-close {
position: absolute;
top: -14px;
right: -14px;
z-index: 2;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: #fff;
color: #0f172a;
font-size: 1.6rem;
line-height: 1;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}
body.cl-gallery-modal-open {
overflow: hidden;
}
.cl-single-company .cl-service-showcase {
position: relative;
overflow: hidden;
padding: 72px 0 76px;
background:
linear-gradient(180deg, #ffffff 0 44%, #0fa0df 44% 100%);
}
.cl-single-company .cl-service-showcase::before {
content: "";
position: absolute;
inset: auto 0 0 0;
height: 32%;
background: #0fa0df;
z-index: 0;
}
.cl-single-company .cl-service-showcase .container {
position: relative;
z-index: 1;
}
.cl-single-company .cl-service-showcase-inner {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
position: relative;
z-index: 1;
}
.cl-single-company .cl-service-showcase-copy {
max-width: 1120px;
margin: 0 auto 28px;
text-align: center;
font-size: 1.06rem;
line-height: 1.9;
}
.cl-single-company .cl-service-showcase-copy p {
margin-bottom: 0;
}
.cl-single-company .cl-service-showcase-video {
position: relative;
width: min(100%, 840px);
max-width: 840px;
min-height: 0;
margin: 0 auto;
aspect-ratio: 16 / 9;
border-radius: 32px;
overflow: hidden;
box-shadow: 0 28px 72px rgba(15, 23, 42, 0.30);
cursor: pointer;
background: #0f172a;
border: 0;
padding: 0;
appearance: none;
display: block;
font-size: 0;
line-height: 0;
margin-top: 18px;
margin-bottom: -36px;
}
.cl-single-company .cl-service-showcase-poster {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
display: block;
object-fit: cover;
pointer-events: none;
}
.cl-single-company .cl-service-showcase-video iframe,
.cl-single-company .cl-service-showcase-video video {
width: 100%;
height: 100%;
border: 0;
display: block;
pointer-events: none;
object-fit: cover;
}
.cl-single-company .cl-service-video-overlay {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
gap: 18px;
padding: 24px 24px 22px;
color: #fff;
text-align: center;
background: linear-gradient(180deg, rgba(3, 7, 18, 0.12), rgba(3, 7, 18, 0.30));
z-index: 2;
transition: opacity 0.2s ease, transform 0.2s ease;
pointer-events: none;
}
.cl-single-company .cl-service-showcase-video:hover .cl-service-video-overlay {
opacity: 0.96;
transform: scale(1.01);
}
.cl-single-company .cl-service-video-overlay .cl-service-video-play {
width: 84px;
height: 84px;
border-radius: 999px;
border: 2px solid rgba(255, 255, 255, 0.9);
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.08);
box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
backdrop-filter: blur(8px);
}
.cl-single-company .cl-service-video-overlay .cl-service-video-play i {
font-size: 1.35rem;
margin-left: 4px;
}
.cl-single-company .cl-service-video-overlay .cl-service-video-caption {
display: block;
font-size: clamp(1.15rem, 2vw, 1.9rem);
font-weight: 800;
line-height: 1.15;
letter-spacing: -0.02em;
text-shadow: 0 8px 22px rgba(0, 0, 0, 0.35);
max-width: 92%;
}
.cl-single-company .cl-service-showcase-video:focus {
outline: 3px solid rgba(47, 61, 255, 0.35);
outline-offset: 6px;
}
.cl-service-video-modal {
position: fixed;
inset: 0;
z-index: 3000;
display: block;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.22s ease, visibility 0s linear 0.22s;
}
.cl-service-video-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
transition-delay: 0s;
}
.cl-service-video-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.88);
}
.cl-service-video-modal-dialog {
position: relative;
width: min(94vw, 1500px);
height: min(88vh, 840px);
margin: 6vh auto 0;
background: #000;
border-radius: 18px;
box-shadow: 0 32px 90px rgba(0, 0, 0, 0.6);
overflow: hidden;
transform: translateY(18px) scale(0.985);
transition: transform 0.22s ease;
}
.cl-service-video-modal.is-open .cl-service-video-modal-dialog {
transform: translateY(0) scale(1);
}
.cl-service-video-modal-player {
width: 100%;
height: 100%;
background: #000;
}
.cl-service-video-modal-player iframe,
.cl-service-video-modal-player video {
width: 100%;
height: 100%;
border: 0;
display: block;
}
.cl-service-video-modal-close {
position: absolute;
top: 14px;
right: 14px;
z-index: 2;
width: 42px;
height: 42px;
border: 0;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
color: #fff;
font-size: 28px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
backdrop-filter: blur(6px);
}
body.cl-service-video-modal-open {
overflow: hidden;
}
.cl-video-modal {
position: fixed;
inset: 0;
z-index: 2000;
display: block;
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.28s ease, visibility 0s linear 0.28s;
}
.cl-video-modal.is-open {
opacity: 1;
visibility: visible;
pointer-events: auto;
transition-delay: 0s;
}
.cl-video-modal-backdrop {
position: absolute;
inset: 0;
background: rgba(2, 6, 23, 0.84);
backdrop-filter: blur(10px);
}
.cl-video-modal-dialog {
position: relative;
width: 100vw;
height: 100vh;
margin: 0;
border-radius: 0;
overflow: hidden;
box-shadow: 0 42px 110px rgba(0, 0, 0, 0.44);
background: linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0 50%, rgba(47, 61, 255, 0.98) 50% 100%);
transform: scale(0.985);
transition: transform 0.32s cubic-bezier(0.2, 0.85, 0.2, 1), box-shadow 0.32s ease;
display: flex;
align-items: center;
justify-content: center;
padding: 32px;
box-sizing: border-box;
}
.cl-video-modal.is-open .cl-video-modal-dialog {
transform: scale(1);
}
.cl-video-modal-split,
.cl-video-modal-split-left,
.cl-video-modal-split-right {
position: absolute;
inset: 0;
}
.cl-video-modal-split-left {
width: 50%;
background: rgba(255, 255, 255, 0.96);
}
.cl-video-modal-split-right {
left: 50%;
width: 50%;
background: rgba(47, 61, 255, 0.96);
}
.cl-video-modal-player {
position: relative;
z-index: 2;
width: min(100%, 1400px);
height: min(100%, 800px);
margin: 0 auto;
border-radius: 24px;
overflow: hidden;
background: #000;
box-shadow: 0 18px 50px rgba(0, 0, 0, 0.32);
display: flex;
align-items: center;
justify-content: center;
}
.cl-video-modal-player iframe,
.cl-video-modal-player video {
width: 100%;
height: 100%;
border: 0;
margin: 0;
display: block;
}
.cl-video-modal-player > * {
width: 100%;
height: 100%;
}
.cl-video-modal-close {
position: absolute;
top: 22px;
right: 22px;
z-index: 3;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
background: rgba(15, 23, 42, 0.88);
color: #fff;
font-size: 26px;
line-height: 1;
display: inline-flex;
align-items: center;
justify-content: center;
}
body.cl-video-modal-open {
overflow: hidden;
}
.cl-service-showcase-copy{
font-size: 1.06rem;
line-height: 1.9;
max-width: fit-content;
}
@media (max-width: 992px) {
.cl-single-company .cl-service-showcase-video {
width: min(100%, 760px);
}
.cl-video-modal-dialog {
padding: 20px;
}
.cl-video-modal-player {
width: 100%;
height: 100%;
border-radius: 18px;
}
}
@media (max-width: 576px) {
.cl-single-company .cl-service-showcase,
.cl-single-company .cl-service-showcase.cl-related-section {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
padding: 28px 0 18px;
}
.cl-single-company .cl-service-showcase::before {
display: none !important;
}
.cl-single-company .cl-service-showcase .cl-related-header {
margin-bottom: 12px;
}
.cl-single-company .cl-service-showcase .cl-related-header h2 {
font-size: 1.2rem;
}
.cl-single-company .cl-service-showcase-copy {
font-size: 0.86rem;
line-height: 1.55;
margin-bottom: 14px;
padding: 0 2px;
color: #475569;
text-align: left;
}
.cl-single-company .cl-service-showcase-video {
width: 100%;
border-radius: 18px;
margin-top: 10px;
margin-bottom: 0;
box-shadow: 0 14px 34px rgba(15, 23, 42, 0.16);
}
.cl-single-company .cl-service-video-overlay {
padding: 16px 14px 14px;
gap: 10px;
background: linear-gradient(180deg, rgba(3, 7, 18, 0.10), rgba(3, 7, 18, 0.34));
}
.cl-single-company .cl-service-video-overlay .cl-service-video-play {
width: 60px;
height: 60px;
}
.cl-single-company .cl-service-video-overlay .cl-service-video-caption {
font-size: 0.9rem;
max-width: 92%;
}
.cl-service-video-modal-dialog {
width: 100vw;
height: 100vh;
margin: 0;
border-radius: 0;
}
}
.cl-single-company .control-prev-icon,
.cl-single-company .control-next-icon {
display: inline-block;
}
.cl-single-company .cl-detail-section {
margin-bottom: 12px;
}
.cl-single-company .cl-detail-section.mb-4 {
margin-bottom: 12px !important;
}
.cl-single-company .cl-company-map-card {
overflow: hidden;
}
.cl-single-company .cl-company-map-embed {
margin-top: 4px;
}
.cl-single-company .cl-company-map-embed iframe {
width: 100%;
height: 280px;
border: 0;
border-radius: 18px;
display: block;
}
.cl-single-company .cl-itinerary-wrap {
display: flex;
flex-direction: column;
gap: 10px;
margin-top: 16px;
}
.cl-single-company .cl-itinerary-btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
border-radius: 999px;
padding: 12px 18px;
font-weight: 700;
box-shadow: 0 12px 26px rgba(210, 105, 57, 0.18);
}
.cl-single-company .cl-itinerary-btn i {
font-size: 0.95rem;
}
.cl-single-company .cl-itinerary-note {
font-size: 0.84rem;
color: var(--cl-text-light);
line-height: 1.5;
}
.cl-single-company .cl-company-header {
margin-bottom: 18px;
padding-bottom: 18px;
}
.cl-single-company .cl-badges {
gap: 6px;
margin-bottom: 6px;
}
.cl-single-company .cl-badge-category,
.cl-single-company .cl-badge-featured,
.cl-single-company .cl-badge-verified {
padding: 5px 10px;
font-size: 0.72rem;
}
.cl-service-showcase{
position:relative;
overflow:hidden;
padding: 72px 0 70px;
background:#ffffff;
}
.cl-service-showcase-band {
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 34%;
background: #0044a5;
z-index: 0;
pointer-events: none;
}
@media (max-width: 767.98px) {
.cl-single-company .cl-company-header {
flex-direction: column;
align-items: center;
text-align: center;
}
.cl-single-company .cl-info-grid {
grid-template-columns: 1fr;
}
.cl-single-company .cl-gallery-grid {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 12px;
}
.cl-service-showcase-copy{
font-size: 0.96rem;
line-height: 1.75;
text-align: justify;
}
.cl-service-showcase-band {
height: 28%;
}
}
@media (max-width: 575.98px) {
.cl-single-company .cl-gallery-grid {
grid-template-columns: 1fr;
gap: 10px;
padding-top: 4px;
}
.cl-single-company .cl-gallery-card-item {
border-radius: 12px;
}
.cl-service-showcase {
padding: 28px 0 18px;
}
.cl-service-showcase-band {
height: 30%;
}
} .cl-quick-card {
background: #fff;
border-radius: 12px;
padding: 24px;
margin-bottom: 24px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
text-align: center;
}
.cl-quick-card .cl-qc-logo {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: cover;
margin: 0 auto 16px;
display: block;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.cl-quick-card .cl-qc-name {
font-size: 1.15rem;
font-weight: 700;
margin-bottom: 4px;
}
.cl-quick-card .cl-qc-industry {
font-size: 0.85rem;
color: var(--cl-text-light);
margin-bottom: 16px;
}
.cl-quick-card .cl-qc-info {
text-align: left;
}
.cl-quick-card .cl-qc-info .cl-qc-row {
display: flex;
align-items: center;
gap: 8px;
padding: 8px 0;
border-bottom: 1px solid var(--cl-border);
font-size: 0.88rem;
}
.cl-quick-card .cl-qc-info .cl-qc-row:last-child {
border-bottom: none;
}
.cl-quick-card .cl-qc-info .cl-qc-row i {
color: var(--cl-primary);
width: 20px;
text-align: center;
} .cl-share-buttons {
display: flex;
gap: 10px;
}
.cl-share-buttons a {
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 0.9rem;
transition: transform 0.3s;
}
.cl-share-buttons a:hover {
transform: translateY(-3px);
color: #fff;
}
.cl-share-btn-facebook { background: #3b5998; }
.cl-share-btn-twitter { background: #1da1f2; }
.cl-share-btn-linkedin { background: #0077b5; }
.cl-share-btn-email { background: var(--cl-text-light); } .cl-faq-accordion .accordion-item {
border: 1px solid var(--cl-border);
border-radius: 10px !important;
margin-bottom: 12px;
overflow: hidden;
}
.cl-faq-accordion .accordion-button {
font-weight: 600;
font-size: 1.02rem;
color: var(--cl-dark);
padding: 18px 24px;
background: #fff;
box-shadow: none;
}
.cl-faq-accordion .accordion-button:not(.collapsed) {
color: var(--cl-primary);
background: #fcd34d42;
}
.cl-faq-accordion .accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230C4D9A'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
width: 16px;
height: 16px;
transition: transform 0.3s;
}
.cl-faq-accordion .accordion-button[aria-expanded="true"]::after {
transform: rotate(-180deg);
}
.cl-faq-accordion .accordion-body {
padding: 0 24px 20px;
color: var(--cl-text-light);
line-height: 1.8;
} .cl-page-header-about {
position: relative;
overflow: hidden;
padding: 56px 0 42px;
margin-bottom: 0;
color: #fff;
}
.cl-page-header-about::before {
content: '';
position: absolute;
inset: 0;
background:
linear-gradient(120deg, rgba(255,255,255,0.08), transparent 38%),
url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M0 0h40v40H0V0zm40 40h40v40H40V40z'/%3E%3C/g%3E%3C/svg%3E");
opacity: 0.9;
}
.cl-page-header-about .container {
position: relative;
z-index: 1;
}
.cl-page-header-about .cl-page-kicker {
display: inline-flex;
align-items: center;
padding: 8px 14px;
border-radius: 999px;
background: rgba(255,255,255,0.1);
color: rgba(255,255,255,0.9);
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.12em;
text-transform: uppercase;
margin-bottom: 14px;
}
.cl-page-header-about h1 {
color: #fff;
font-size: clamp(2rem, 4vw, 3.5rem);
line-height: 1.05;
letter-spacing: -0.03em;
max-width: 50ch;
margin-bottom: 12px;
}
.cl-page-header-about .cl-breadcrumb a,
.cl-page-header-about .cl-breadcrumb .cl-sep,
.cl-page-header-about .cl-breadcrumb .current {
color: rgba(255,255,255,0.85);
text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cl-about-hero {
padding-right: 20px;
}
.cl-about-bg-section {
position: relative;
overflow: hidden;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.cl-about-bg-section::before {
content: '';
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.74);
backdrop-filter: blur(1px);
}
.cl-about-bg-section.cl-bg-gray::before {
background: rgba(244, 246, 249, 0.82);
}
.cl-about-bg-section > .container {
position: relative;
z-index: 1;
}
.cl-about-bg-one::before {
background: linear-gradient(180deg, rgba(255,255,255,0.86), rgba(255,255,255,0.78));
}
.cl-about-bg-two::before {
background: linear-gradient(180deg, rgba(244,246,249,0.84), rgba(244,246,249,0.80));
}
.cl-about-bg-three::before {
background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.80));
}
.cl-about-bg-four::before {
background: linear-gradient(180deg, rgba(244,246,249,0.84), rgba(244,246,249,0.82));
}
.cl-about-bg-five::before {
background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.84));
}
.cl-about-hero-badge {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 16px;
border-radius: 999px;
background: rgba(210, 105, 57, 0.1);
color: var(--cl-primary);
font-size: 0.85rem;
font-weight: 800;
margin-bottom: 18px;
}
.cl-about-lead {
font-size: 1.1rem;
line-height: 1.8;
color: var(--cl-text);
margin-bottom: 16px;
}
.cl-about-copy {
color: var(--cl-text-light);
line-height: 1.85;
margin-bottom: 24px;
}
.cl-about-metrics {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 12px;
}
.cl-about-metric {
border: 1px solid var(--cl-border);
border-radius: 18px;
background: #fff;
padding: 16px;
box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}
.cl-about-metric strong {
display: block;
font-size: 0.9rem;
color: var(--cl-dark);
margin-bottom: 6px;
}
.cl-about-metric span {
display: block;
font-size: 0.86rem;
line-height: 1.5;
color: var(--cl-text-light);
}
.cl-about-visual {
position: relative;
min-height: 560px;
}
.cl-about-main-image,
.cl-about-secondary-image {
width: 100%;
object-fit: cover;
border-radius: 28px;
box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}
.cl-about-main-image {
height: 560px;
}
.cl-about-secondary-image {
position: absolute;
right: -18px;
bottom: -24px;
width: 220px;
height: 220px;
border: 8px solid #fff;
}
.cl-about-floating-card {
position: absolute;
left: 24px;
top: 24px;
max-width: 250px;
padding: 18px 20px;
border-radius: 22px;
background: rgba(255,255,255,0.94);
backdrop-filter: blur(12px);
box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
}
.cl-about-floating-label {
display: inline-flex;
margin-bottom: 8px;
color: var(--cl-primary);
font-size: 0.72rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
}
.cl-about-floating-card strong {
display: block;
color: var(--cl-dark);
font-size: 1rem;
margin-bottom: 8px;
}
.cl-about-floating-card p {
margin: 0;
color: var(--cl-text-light);
font-size: 0.9rem;
line-height: 1.6;
}
.cl-about-card {
background: #fff;
border-radius: 22px;
padding: 28px;
border: 1px solid var(--cl-border);
box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.cl-about-card:hover {
transform: translateY(-4px);
box-shadow: 0 18px 42px rgba(15, 23, 42, 0.1);
}
.cl-about-card-icon {
width: 58px;
height: 58px;
border-radius: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(210, 105, 57, 0.1);
color: var(--cl-primary);
font-size: 1.2rem;
margin-bottom: 18px;
}
.cl-about-card h3 {
font-size: 1.08rem;
margin-bottom: 10px;
}
.cl-about-card p {
margin-bottom: 0;
color: var(--cl-text-light);
line-height: 1.7;
}
.cl-about-story {
padding: 30px;
border-radius: 28px;
background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(245,248,252,0.96));
border: 1px solid var(--cl-border);
box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}
.cl-about-story h3 {
font-size: 1.45rem;
margin-bottom: 14px;
}
.cl-about-story p {
color: var(--cl-text-light);
line-height: 1.8;
margin-bottom: 12px;
}
.cl-about-promise-box {
display: grid;
gap: 12px;
}
.cl-about-promise-item {
padding: 16px 18px;
border-radius: 18px;
background: #fff;
border: 1px solid var(--cl-border);
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.cl-about-promise-item strong {
display: block;
margin-bottom: 5px;
color: var(--cl-dark);
}
.cl-about-promise-item span {
color: var(--cl-text-light);
font-size: 0.92rem;
}
.cl-about-steps {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));
gap: 18px;
}
.cl-about-step {
position: relative;
padding: 28px;
border-radius: 24px;
border: 1px solid var(--cl-border);
background: #fff;
box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}
.cl-about-step-index {
display: inline-flex;
align-items: center;
justify-content: center;
width: 52px;
height: 52px;
border-radius: 16px;
background: rgba(18, 24, 40, 0.06);
color: var(--cl-dark);
font-weight: 800;
margin-bottom: 18px;
}
.cl-about-step h3 {
font-size: 1.05rem;
margin-bottom: 10px;
}
.cl-about-step p {
margin-bottom: 0;
color: var(--cl-text-light);
line-height: 1.7;
}
.cl-about-cta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 30px 32px;
border-radius: 26px;
background: linear-gradient(135deg, #182338, #2a3d61);
color: #fff;
box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}
.cl-about-cta h2 {
font-size: 1.5rem;
margin-bottom: 10px;
color: #fff;
}
.cl-about-cta p {
margin-bottom: 0;
color: rgba(255,255,255,0.82);
line-height: 1.75;
max-width: 62ch;
}
.cl-about-cta .cl-btn-primary {
white-space: nowrap;
}
.cl-about-usps-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
@media (max-width: 767.98px) {
.cl-page-header-about {
padding: 42px 0 34px;
}
.cl-about-metrics,
.cl-about-usps-grid {
grid-template-columns: 1fr;
}
.cl-about-steps {
grid-template-columns: 1fr;
}
.cl-about-cta {
flex-direction: column;
align-items: flex-start;
}
.cl-about-visual {
min-height: 460px;
}
.cl-about-main-image {
height: 460px;
}
.cl-about-secondary-image {
width: 170px;
height: 170px;
right: 0;
bottom: -12px;
}
}
.cl-usp-card {
background: #fff;
border-radius: 12px;
padding: 28px;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
transition: transform 0.3s;
height: 100%;
}
.cl-usp-card:hover {
transform: translateY(-4px);
}
.cl-usp-card .cl-usp-card-icon {
width: 56px;
height: 56px;
border-radius: 12px;
background: #fcd34d42;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.3rem;
color: var(--cl-primary);
margin-bottom: 16px;
}
.cl-usp-card h4 {
font-size: 1.1rem;
margin-bottom: 8px;
}
.cl-usp-card p {
color: var(--cl-text-light);
font-size: 0.92rem;
margin: 0;
} .cl-contact-info-panel {
padding: 30px;
border-radius: 28px;
background:
linear-gradient(180deg, rgba(255,255,255,0.98), rgba(246,249,252,0.96));
border: 1px solid var(--cl-border);
box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}
.cl-contact-info-header {
margin-bottom: 22px;
}
.cl-contact-info-kicker {
display: inline-flex;
align-items: center;
gap: 8px;
margin-bottom: 8px;
font-size: 0.74rem;
font-weight: 800;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--cl-primary);
}
.cl-contact-info-header h3 {
font-size: 1.4rem;
margin-bottom: 8px;
}
.cl-contact-info-header p {
margin: 0;
color: var(--cl-text-light);
line-height: 1.7;
}
.cl-contact-info-list {
display: grid;
gap: 12px;
}
.cl-contact-info-item {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 16px 18px;
border-radius: 20px;
background: #fff;
border: 1px solid rgba(219, 227, 239, 0.9);
box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.cl-contact-info-icon {
width: 46px;
height: 46px;
border-radius: 14px;
display: inline-flex;
align-items: center;
justify-content: center;
background: #fcd34d42;
color: var(--cl-primary);
flex-shrink: 0;
}
.cl-contact-info-body {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.cl-contact-info-label {
font-size: 0.76rem;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--cl-text-light);
}
.cl-contact-info-body strong {
color: var(--cl-dark);
font-size: 0.98rem;
line-height: 1.5;
word-break: break-word;
}
.cl-contact-link {
color: inherit;
text-decoration: none;
}
.cl-contact-link:hover {
color: var(--cl-primary);
}
.cl-contact-info-note {
display: flex;
align-items: flex-start;
gap: 10px;
margin-top: 16px;
padding: 14px 16px;
border-radius: 18px;
background: rgba(18, 24, 40, 0.04);
color: var(--cl-text-light);
line-height: 1.6;
}
.cl-contact-info-note i {
margin-top: 2px;
color: var(--cl-primary);
}
.cl-contact-cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
@media (max-width: 767.98px) {
.cl-contact-cards {
grid-template-columns: 1fr;
}
}
.cl-contact-card {
background: #fff;
border-radius: 12px;
padding: 28px;
text-align: center;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
border: 1px solid var(--cl-border);
transition: transform 0.3s;
}
.cl-contact-card:hover {
transform: translateY(-4px);
}
.cl-contact-card .cl-contact-icon {
width: 60px;
height: 60px;
border-radius: 50%;
background: #fcd34d42;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 16px;
font-size: 1.3rem;
color: var(--cl-primary);
}
.cl-contact-card h5 {
font-size: 1.05rem;
margin-bottom: 8px;
}
.cl-contact-card p {
color: var(--cl-text-light);
font-size: 0.9rem;
margin: 0;
}
.cl-map-embed {
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(0,0,0,0.06);
margin-top: 30px;
}
.cl-map-embed iframe {
width: 100%;
height: 400px;
border: 0;
} .cl-footer {
background: #0044a5;
color: rgba(255,255,255,0.75);
padding: 60px 0 0;
}
.cl-footer h5 {
color: #fff;
font-size: 1.15rem;
margin-bottom: 20px;
position: relative;
padding-bottom: 12px;
}
.cl-footer h5::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 36px;
height: 3px;
background: linear-gradient(90deg, #fbcd24 0%, rgba(251, 205, 36, 0.15) 100%);
border-radius: 3px;
}
.cl-footer p {
font-size: 0.92rem;
line-height: 1.7;
}
.cl-footer a {
color: rgba(255,255,255,0.7);
transition: color 0.3s;
}
.cl-footer a:hover {
color: var(--cl-secondary);
}
.cl-footer .cl-footer-brand {
font-family: 'Roboto', sans-serif;
font-size: 1.5rem;
font-weight: 700;
color: #fff;
margin-bottom: 14px;
display: inline-block;
}
.cl-footer .cl-footer-logo {
max-width: 260px;
width: 100%;
height: auto;
display: block;
filter: brightness(0) invert(1);
}
.cl-footer .cl-footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.cl-footer .cl-footer-links li {
margin-bottom: 10px;
}
.cl-footer .cl-footer-links li a {
font-size: 0.92rem;
display: flex;
align-items: center;
gap: 8px;
}
.cl-footer .cl-footer-links li a::before {
content: '\f105';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
font-size: 0.75rem;
color: var(--cl-secondary);
}
.cl-footer .cl-social-icons {
display: flex;
gap: 10px;
margin-top: 16px;
}
.cl-footer .cl-social-icons a {
width: 38px;
height: 38px;
border-radius: 50%;
background: rgba(255,255,255,0.1);
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 0.9rem;
transition: background 0.3s;
}
.cl-footer .cl-social-icons a:hover {
background: #fcd34d42;
color: #fff;
}
.cl-footer .cl-newsletter-form {
margin-top: 12px;
}
.cl-footer .cl-newsletter-form .input-group {
border-radius: 999px;
overflow: hidden;
background: rgba(255, 255, 255, 0.08);
padding: 4px;
border: 1px solid rgba(255, 255, 255, 0.14);
box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.cl-footer .cl-newsletter-form .form-control {
background: transparent;
border: none;
color: #fff;
font-size: 0.9rem;
padding: 12px 16px;
border-radius: 999px;
box-shadow: none;
}
.cl-footer .cl-newsletter-form .form-control::placeholder {
color: rgba(255,255,255,0.58);
}
.cl-footer .cl-newsletter-form .form-control:focus {
background: rgba(255,255,255,0.05);
color: #fff;
box-shadow: none;
}
.cl-footer .cl-newsletter-form .btn {
background: linear-gradient(135deg, #fbcd24 0%, rgba(251, 205, 36, 0.82) 100%);
color: var(--cl-primary);
border: none;
padding: 12px 22px;
font-weight: 700;
font-size: 0.9rem;
border-radius: 999px;
box-shadow: 0 8px 18px rgba(251, 205, 36, 0.28);
transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}
.cl-footer .cl-newsletter-form .btn:hover {
filter: brightness(1.03);
transform: translateY(-1px);
box-shadow: 0 12px 24px rgba(251, 205, 36, 0.34);
}
.cl-footer .cl-newsletter-form .btn:focus {
box-shadow: 0 0 0 3px rgba(251, 205, 36, 0.22), 0 12px 24px rgba(251, 205, 36, 0.34);
}
@media (max-width: 575.98px) {
.cl-footer .cl-newsletter-form .input-group {
border-radius: 18px;
padding: 4px;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
gap: 0;
overflow: hidden;
width: 100%;
}
.cl-footer .cl-newsletter-form .form-control,
.cl-footer .cl-newsletter-form .btn {
width: auto;
border-radius: 14px;
height: 44px;
}
.cl-footer .cl-newsletter-form .form-control {
flex: 1 1 0;
min-width: 0;
border-radius: 14px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
padding-left: 16px;
padding-right: 12px;
}
.cl-footer .cl-newsletter-form .btn {
flex: 0 0 110px;
max-width: 110px;
min-width: 110px;
white-space: nowrap;
padding: 10px 10px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
font-size: 0.82rem;
line-height: 1.1;
display: flex;
align-items: center;
justify-content: center;
}
}
.cl-footer-bottom {
border-top: 1px solid rgba(255,255,255,0.1);
padding: 20px 0;
margin-top: 40px;
text-align: center;
font-size: 0.88rem;
} .cl-back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
width: 44px;
height: 44px;
border-radius: 50%;
background: #fbcd24;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
cursor: pointer;
border: none;
opacity: 0;
visibility: hidden;
transition: all 0.3s;
z-index: 999;
}
.cl-back-to-top.visible {
opacity: 1;
visibility: visible;
}
.cl-back-to-top:hover {
transform: translateY(-3px);
color: #fff;
} .cl-404-page {
text-align: center;
padding: 100px 0;
}
.cl-404-page .cl-404-number {
font-size: 8rem;
font-weight: 700;
background: var(--cl-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
line-height: 1;
margin-bottom: 16px;
}
.cl-404-page h2 {
font-size: 1.8rem;
margin-bottom: 12px;
}
.cl-404-page p {
color: var(--cl-text-light);
font-size: 1.05rem;
margin-bottom: 24px;
} .cl-pagination {
display: flex;
justify-content: center;
gap: 6px;
margin-top: 40px;
flex-wrap: wrap;
}
.cl-pagination a,
.cl-pagination span {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 12px;
border-radius: 8px;
font-size: 0.9rem;
font-weight: 500;
transition: all 0.3s;
border: 1px solid var(--cl-border);
color: var(--cl-text);
background: #fff;
}
.cl-pagination a:hover {
background: var(--cl-primary);
color: #fff;
border-color: var(--cl-primary);
}
.cl-pagination .cl-current {
background: var(--cl-gradient);
color: #fff;
border-color: transparent;
}
.cl-pagination .cl-dots {
border: none;
background: transparent;
} .cl-star-rating {
display: inline-flex;
gap: 2px;
}
.cl-star-rating .fa-star {
color: var(--cl-star);
font-size: 0.85rem;
}
.cl-star-rating .fa-star.empty {
color: #ddd;
opacity: 0.5;
}
.cl-company-header .cl-card-rating {
display: inline-flex;
align-items: center;
gap: 6px;
}
.cl-company-header .cl-star-rating {
display: inline-flex;
align-items: center;
gap: 3px;
}
.cl-company-header .cl-star-rating .fa-star,
.cl-company-header .cl-star-rating .fa-star-half-alt {
color: var(--cl-star);
font-size: 1.1rem;
line-height: 1;
}
.cl-company-header .cl-star-rating .fa-star.empty {
color: #ccc;
opacity: 0.4;
font-size: 1.1rem;
line-height: 1;
}
.cl-company-header .cl-rating-text {
font-size: 1rem;
font-weight: 700;
color: var(--cl-text);
margin-left: 2px;
line-height: 1;
}
.cl-company-header .cl-view-count {
font-size: 0.85rem;
color: #94a3b8;
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: 10px;
padding-left: 10px;
border-left: 1px solid #e2e8f0;
line-height: 1;
}
.cl-company-header .cl-view-count i {
font-size: 0.8rem;
} .cl-text-gradient {
background: var(--cl-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.cl-divider {
width: 60px;
height: 4px;
background: var(--cl-gradient);
border-radius: 4px;
margin-bottom: 20px;
}
.cl-empty-state {
text-align: center;
padding: 60px 20px;
color: var(--cl-text-light);
}
.cl-empty-state i {
font-size: 3rem;
margin-bottom: 16px;
opacity: 0.3;
} @media (max-width: 991.98px) {
.cl-hero-carousel {
display: none;
}
.cl-mobile-hero {
display: block;
}
.cl-navbar .container {
padding-top: 10px;
padding-bottom: 10px;
gap: 12px;
}
.cl-navbar .navbar-collapse {
position: fixed;
top: 74px;
left: 12px;
right: 12px;
bottom: 12px;
margin: 0;
padding: 18px 16px 16px;
background: rgba(255, 255, 255, 0.94);
border: 1px solid rgba(15, 23, 42, 0.08);
border-radius: 26px;
box-shadow: 0 26px 60px rgba(15, 23, 42, 0.22);
backdrop-filter: blur(18px);
-webkit-backdrop-filter: blur(18px);
z-index: 1040;
overflow-y: auto;
transform: translateY(-10px) scale(0.98);
transform-origin: top center;
opacity: 0;
pointer-events: none;
transition: opacity 0.22s ease, transform 0.22s ease;
}
.cl-navbar .navbar-collapse.show {
opacity: 1;
pointer-events: auto;
transform: translateY(0) scale(1);
}
.cl-navbar .navbar-nav {
margin-top: 0;
gap: 10px;
}
.cl-navbar .nav-item {
margin: 0;
width: 100%;
}
.cl-navbar .nav-link {
display: flex;
align-items: center;
justify-content: flex-start;
padding: 15px 16px !important;
line-height: 1.25;
font-size: 0.94rem;
letter-spacing: 0.04em;
border-radius: 16px;
background: linear-gradient(180deg, #fbfdff 0%, #f7fafc 100%);
border: 1px solid rgba(15, 23, 42, 0.06);
width: 100%;
min-height: 56px;
box-shadow: 0 6px 16px rgba(15, 23, 42, 0.05);
}
.cl-navbar .nav-link.active::after {
left: 12px;
right: 12px;
}
.cl-navbar .nav-link:hover,
.cl-navbar .nav-link.active {
background: linear-gradient(135deg, rgba(12, 77, 154, 0.10), rgba(12, 77, 154, 0.16));
border-color: rgba(12, 77, 154, 0.18);
color: var(--cl-primary);
box-shadow: 0 10px 22px rgba(12, 77, 154, 0.10);
}
.cl-navbar .nav-link .cl-menu-icon {
display: inline-flex;
width: 22px;
font-size: 0.95rem;
color: var(--cl-primary);
}
.cl-navbar .nav-link .cl-menu-label {
flex: 1 1 auto;
}
.cl-navbar-search-link {
width: 100%;
height: 50px;
margin: 12px 0 0;
border-radius: 16px;
background: linear-gradient(135deg, #0C4D9A, #0A3F7C);
color: #fff;
box-shadow: 0 12px 24px rgba(12, 77, 154, 0.18);
}
.cl-navbar-search-link:hover {
background: linear-gradient(135deg, #0A3F7C, #083566);
color: #fff;
transform: translateY(-1px);
}
.cl-navbar-toggler {
width: 54px;
height: 46px;
border-radius: 14px;
border: 1px solid rgba(15, 23, 42, 0.12);
background: #fff;
box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
}
@media (max-width: 575.98px) {
.cl-mobile-hero-media,
.cl-mobile-hero-content {
min-height: 450px;
}
.cl-mobile-hero-content {
padding-top: 2px;
padding-bottom: 50px;
}
.cl-mobile-hero-title {
font-size: 1.35rem;
max-width: 40ch;
}
.cl-mobile-hero-subtitle {
font-size: 0.92rem;
max-width: 28ch;
}
.cl-mobile-search-card {
border-radius: 20px;
padding: 12px;
}
.cl-mobile-search-fields {
gap: 9px;
}
.cl-navbar .navbar-brand img {
max-height: 42px !important;
}
.cl-navbar .navbar-collapse {
top: 70px;
left: 10px;
right: 10px;
bottom: 10px;
padding: 14px 12px 12px;
border-radius: 22px;
}
.cl-navbar .nav-link {
padding: 14px 14px !important;
font-size: 0.92rem;
min-height: 52px;
}
.cl-navbar-menu-open {
overflow: hidden;
touch-action: none;
}
}
@media (max-width: 767.98px) {
.cl-page-header {
padding: 60px 0;
}
.cl-page-header h1 {
font-size: 2.5rem;
}
} .cl-is-loading {
opacity: 0.6;
pointer-events: none;
transition: opacity 0.3s ease;
position: relative;
}
.cl-is-loading::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin: -20px 0 0 -20px;
border: 4px solid rgba(0,0,0,0.1);
border-top-color: var(--cl-primary);
border-radius: 50%;
animation: cl-spinner 1s linear infinite;
z-index: 10;
}
@keyframes cl-spinner {
to { transform: rotate(360deg); }
} @media (max-width: 991px) {
.cl-hero-carousel .carousel-caption {
bottom: 110px;
}
.cl-hero-carousel .carousel-caption h1.cl-hero-title {
font-size: 2.5rem;
}
.cl-hero-carousel .carousel-indicators {
bottom: 90px;
}
}
@media (max-width: 768px) {
.cl-hero-carousel .carousel-item {
height: 430px;
}
.cl-hero-carousel .carousel-caption {
bottom: 66px;
padding-left: 12px;
padding-right: 12px;
}
.cl-hero-carousel .carousel-caption h1.cl-hero-title {
font-size: 1.55rem;
margin-bottom: 0;
line-height: 1.15;
max-width: 92%;
}
.cl-hero-carousel .carousel-caption p.cl-hero-subtitle {
display: none;
}
.cl-hero-actions {
display: none;
}
.cl-hero-search {
bottom: 20px;
padding: 0 15px;
}
.cl-hero-search-input {
padding: 12px 10px;
font-size: 1rem;
}
.cl-hero-search-btn {
padding: 8px 16px;
font-size: 0.95rem;
}
.cl-hero-search-icon {
padding-left: 14px;
padding-right: 8px;
}
.cl-hero-carousel .carousel-indicators {
bottom: 75px;
}
.cl-btn-lg {
padding: 12px 24px;
font-size: 1rem;
}
.cl-hero-search {
bottom: 12px;
padding: 0 12px;
}
.cl-hero-search .cl-filter-bar {
margin-top: -26px !important;
margin-bottom: 0 !important;
padding: 14px !important;
border-radius: 18px !important;
}
.cl-hero-search .row {
--bs-gutter-x: 12px;
--bs-gutter-y: 12px;
}
.cl-hero-search .form-label {
font-size: 0.72rem;
margin-bottom: 4px !important;
color: #42526e !important;
letter-spacing: 0.02em;
text-transform: uppercase;
}
.cl-hero-search .form-control,
.cl-hero-search .form-select {
min-height: 48px;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 12px;
font-size: 0.98rem;
}
.cl-hero-search .cl-filter-bar .col-lg-4,
.cl-hero-search .cl-filter-bar .col-lg-3,
.cl-hero-search .cl-filter-bar .col-lg-2 {
width: 100%;
flex: 0 0 100%;
max-width: 100%;
}
.cl-hero-search .cl-filter-bar .btn {
min-height: 50px;
border-radius: 12px;
font-size: 1rem;
}
}
@media (max-width: 576px) {
.cl-hero-carousel .carousel-item {
height: 380px;
}
.cl-hero-carousel .carousel-caption {
bottom: 56px;
padding-left: 10px;
padding-right: 10px;
}
.cl-hero-search {
bottom: 6px;
padding: 0 10px;
}
.cl-hero-search .cl-filter-bar {
box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14) !important;
}
.cl-hero-search .form-label {
display: none;
}
.cl-hero-search .form-control,
.cl-hero-search .form-select {
height: 48px;
}
.cl-hero-carousel + section { }
} .cl-business-card-container {
background-color: transparent;
width: 100%;
min-height: 250px;
height: 250px;
perspective: 1000px; margin-bottom: 30px;
}
.cl-business-card-inner {
position: relative;
width: 100%;
height: 100%;
text-align: center;
transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
transform-style: preserve-3d;
border-radius: 16px;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.cl-business-card-container:hover .cl-business-card-inner {
transform: rotateY(180deg);
}
.cl-business-card-container:focus-within .cl-business-card-inner {
transform: rotateY(180deg);
}
.cl-business-card-front, .cl-business-card-back {
position: absolute;
width: 100%;
height: 100%;
-webkit-backface-visibility: hidden; backface-visibility: hidden;
border-radius: 16px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 16px 18px;
}
.cl-business-card-image-face {
padding: 0;
overflow: hidden;
background: #0f243c;
}
.cl-business-card-image-face .cl-bc-logo,
.cl-business-card-image-face .cl-bc-name,
.cl-business-card-image-face .cl-bc-industry,
.cl-business-card-image-face .cl-bc-tag,
.cl-business-card-image-face .cl-bc-phone,
.cl-business-card-image-face .cl-bc-hint,
.cl-business-card-image-face .cl-bc-back-title,
.cl-business-card-image-face .cl-bc-info {
display: none !important;
}
.cl-business-card-image {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: contain;
display: block;
}
.cl-business-card-face-label {
position: absolute;
top: 14px;
left: 14px;
z-index: 2;
padding: 6px 10px;
border-radius: 999px;
background: rgba(15, 24, 40, 0.72);
color: #fff;
font-size: 0.78rem;
font-weight: 700;
letter-spacing: 0.04em;
text-transform: uppercase;
backdrop-filter: blur(6px);
} .cl-business-card-front {
background:
radial-gradient(circle at top left, rgba(255,255,255,0.16), transparent 32%),
linear-gradient(145deg, var(--cl-primary), #142036 78%);
color: white;
gap: 10px;
}
.cl-bc-logo {
width: 76px;
height: 76px;
object-fit: cover;
border-radius: 50%;
border: 3px solid rgba(255, 255, 255, 0.2);
margin-bottom: 8px;
background: var(--cl-brand-gradient);
}
.cl-bc-name {
font-size: 1.05rem;
font-weight: 700;
color: white;
margin-bottom: 4px;
line-height: 1.3;
}
.cl-bc-industry {
font-size: 0.75rem;
color: rgba(255, 255, 255, 0.8);
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 3px;
text-align: center;
}
.cl-bc-tag {
display: inline-flex;
align-items: center;
gap: 8px;
max-width: 100%;
padding: 4px 12px;
border-radius: 999px;
background: rgba(255, 255, 255, 0.12);
color: rgba(255, 255, 255, 0.92);
font-size: 0.75rem;
line-height: 1.2;
text-align: center;
}
.cl-bc-phone {
display: inline-flex;
align-items: center;
gap: 10px;
margin-top: 4px;
padding: 5px 14px;
border-radius: 12px;
background: rgba(255, 255, 255, 0.12);
color: #fff;
text-decoration: none;
font-weight: 700;
max-width: 100%;
transition: transform 0.2s ease, background 0.2s ease;
}
.cl-bc-phone:hover {
background: rgba(255, 255, 255, 0.18);
color: #fff;
transform: translateY(-1px);
}
.cl-bc-phone span {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.cl-bc-hint {
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.6);
margin-top: auto;
animation: bc-bounce 2s infinite;
}
@keyframes bc-bounce {
0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
40% { transform: translateY(-5px); }
60% { transform: translateY(-3px); }
} .cl-business-card-back {
background: white;
color: var(--cl-text);
transform: rotateY(180deg);
align-items: flex-start;
text-align: left;
border: 1px solid var(--cl-border);
justify-content: flex-start;
}
.cl-bc-back-title {
font-size: 1rem;
font-weight: 700;
color: var(--cl-primary);
margin-bottom: 6px;
border-bottom: 2px solid var(--cl-primary);
padding-bottom: 6px;
width: 100%;
}
.cl-bc-info {
width: 100%;
display: flex;
flex-direction: column;
gap: 6px;
}
.cl-bc-row {
display: flex;
align-items: center;
margin-bottom: 0;
font-size: 0.8rem;
color: var(--cl-text);
gap: 0;
min-width: 0;
}
.cl-bc-row i {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: rgba(30, 61, 89, 0.08);
color: var(--cl-primary);
border-radius: 50%;
margin-right: 12px;
flex-shrink: 0;
}
.cl-bc-row a {
color: var(--cl-text);
text-decoration: none;
transition: color 0.2s;
word-break: break-word;
min-width: 0;
}
.cl-bc-row a:hover {
color: var(--cl-primary);
}
@media (hover: none) {
.cl-business-card-container {
min-height: 0;
height: auto;
perspective: none;
}
.cl-business-card-inner {
transform: none !important;
height: auto;
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.cl-business-card-front,
.cl-business-card-back {
position: relative;
height: auto;
min-height: 250px;
transform: none;
backface-visibility: visible;
}
.cl-business-card-back {
margin-top: 14px;
}
}
@media (max-width: 575.98px) {
.cl-business-card-container {
margin-bottom: 22px;
}
.cl-business-card-front,
.cl-business-card-back {
padding: 14px 16px;
}
.cl-bc-logo {
width: 70px;
height: 70px;
margin-bottom: 6px;
}
.cl-bc-name {
font-size: 1rem;
text-align: center;
}
.cl-bc-tag,
.cl-bc-phone {
width: 100%;
justify-content: center;
}
.cl-bc-row {
font-size: 0.78rem;
}
} .cl-about-dynamic {
position: relative;
}
.cl-anim-float {
animation: float 6s ease-in-out infinite;
}
.cl-anim-float-delayed {
animation: float 6s ease-in-out infinite;
animation-delay: 3s;
}
.cl-anim-bounce {
animation: badge-bounce 4s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
@keyframes badge-bounce {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.05); }
}
.cl-hover-lift {
transition: transform 0.3s ease, box-shadow 0.3s ease;
border: 1px solid transparent;
}
.cl-hover-lift:hover {
transform: translateY(-8px);
box-shadow: 0 15px 30px rgba(0,0,0,0.08) !important;
border-color: rgba(0,0,0,0.05);
}
.cl-usp-icon-box {
transition: background-color 0.3s, color 0.3s;
}
.cl-hover-lift:hover .cl-usp-icon-box {
background-color: var(--cl-primary) !important;
color: white !important;
}
@media (max-width: 991.98px) {
.cl-about-images .sub-img {
display: none !important;
}
.cl-about-images .cl-trust-badge {
left: 20px !important;
top: 20px !important;
}
} .cl-companies-grid-2 {
grid-template-columns: repeat(2, 1fr) !important;
}
@media (max-width: 767.98px) {
.cl-companies-grid-2 {
grid-template-columns: 1fr !important;
}
} .cl-front-page .mb-5 {
margin-bottom: 1.2rem !important;
}
.cl-front-page .mt-5 {
margin-top: 1.2rem !important;
}
.cl-front-page .cl-categories-grid {
gap: 12px;
}
.cl-front-page .cl-companies-grid {
gap: 14px;
}
.cl-front-page .cl-stats-section .cl-stat-item {
padding: 16px 10px;
}
.cl-front-page .cl-cta-section {
padding: 30px 0;
}
.cl-front-page .cl-about-hero {
padding-right: 0;
}
.cl-front-page .cl-about-lead {
font-size: 1rem;
margin-bottom: 10px;
}
.cl-front-page .cl-about-copy {
font-size: 0.92rem;
margin-bottom: 14px;
}
.cl-front-page .cl-about-metric {
padding: 12px;
}
.cl-front-page .cl-about-metric strong {
font-size: 0.85rem;
}
.cl-front-page .cl-about-metric span {
font-size: 0.8rem;
}
.cl-front-page .cl-about-visual {
min-height: 400px;
}
.cl-front-page .cl-about-main-image {
height: 400px;
}
.cl-front-page .cl-about-secondary-image {
width: 150px;
height: 150px;
}
.cl-front-page .cl-about-floating-card {
padding: 12px 16px;
max-width: 200px;
}
.cl-front-page .cl-about-floating-card strong {
font-size: 0.9rem;
}
.cl-front-page .cl-about-floating-card p {
font-size: 0.82rem;
} .cl-hero-cover {
position: relative; min-height: 450px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: flex-end;
padding: 40px 0 30px;
overflow: hidden;
}
.cl-hero-cover-has-video {
background-color: #121828;
}
.cl-hero-video-wrap {
position: absolute;
inset: 0;
z-index: 0;
overflow: hidden;
}
.cl-hero-video {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
} .cl-hero-content {
position: relative;
z-index: 2;
width: 100%;
}
.cl-hero-row {
display: flex;
align-items: center;
justify-content: space-between;
gap: 30px;
}
.cl-hero-left {
display: flex;
align-items: center;
gap: 24px;
flex: 1;
}
.cl-hero-logo-wrap {
flex-shrink: 0;
}
.cl-hero-logo {
width: 100px;
height: 100px;
border-radius: 16px;
object-fit: cover;
border: 3px solid rgba(255,255,255,0.3);
box-shadow: 0 8px 25px rgba(0,0,0,0.2);
background: var(--cl-brand-gradient-soft);
}
.cl-hero-title {
color: #fff;
font-size: 1.8rem;
font-weight: 800;
margin: 0 0 6px;
line-height: 1.2;
}
.cl-hero-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-bottom: 8px;
}
.cl-hero-categories {
display: flex;
flex-wrap: wrap;
gap: 8px;
width: 100%;
margin-bottom: 2px;
}
.cl-hero-categories .cl-badges {
display: flex;
flex-wrap: wrap;
gap: 8px;
margin-bottom: 0;
}
.cl-hero-categories .cl-badge-category {
background: rgba(255, 255, 255, 0.16);
color: #fff;
padding: 4px 10px;
border-radius: 20px;
font-size: 0.73rem;
font-weight: 600;
display: inline-flex;
align-items: center;
letter-spacing: 0.03em;
}
.cl-hero-categories a.cl-badge-category {
text-decoration: none;
}
.cl-hero-categories a.cl-badge-category:hover {
color: #fff;
text-decoration: none;
background: rgba(255, 255, 255, 0.24);
}
.cl-hero-meta span {
display: inline-flex;
align-items: center;
gap: 5px;
font-size: 0.70rem;
font-weight: 500;
padding: 2px 10px;
border-radius: 20px;
text-transform: uppercase;
letter-spacing: 0.03em;
margin-left: 6px;
}
.cl-hero-category {
background: rgba(255,255,255,0.15);
color: #fff;
}
.cl-hero-verified {
background: rgba(40, 167, 69, 0.2);
color: #4ade80;
}
.cl-hero-featured {
background: rgba(217, 122, 43, 0.2);
color: #fbbf24;
}
.cl-hero-rating {
display: flex;
align-items: center;
gap: 8px;
}
.cl-hero-rating .cl-star-rating {
display: inline-flex;
align-items: center;
gap: 3px;
}
.cl-hero-rating .cl-star-rating .fa-star,
.cl-hero-rating .cl-star-rating .fa-star-half-alt {
color: #fbbf24;
font-size: 1.1rem;
line-height: 1;
}
.cl-hero-rating .cl-star-rating .fa-star.empty {
color: rgba(255,255,255,0.35);
opacity: 1;
font-size: 1.1rem;
line-height: 1;
}
.cl-hero-rating-text {
color: #fff;
font-size: 1rem;
font-weight: 700;
}
.cl-hero-right {
display: flex;
flex-direction: column;
gap: 10px;
flex-shrink: 0;
}
.cl-hero-btn {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 22px;
border-radius: 10px;
font-size: 0.85rem;
font-weight: 600;
text-decoration: none;
transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
white-space: nowrap;
cursor: pointer;
}
.cl-hero-btn-primary {
background: var(--cl-primary);
color: #fff;
}
.cl-hero-right .cl-hero-btn.cl-hero-btn-primary:hover,
.cl-hero-right .cl-hero-btn.cl-hero-btn-primary:focus,
.cl-hero-right .cl-hero-btn.cl-hero-btn-primary:active {
background: #fbcd24 !important;
color: #0044a5 !important;
transform: translateY(-1px);
box-shadow: 0 10px 20px rgba(251, 205, 36, 0.22);
}
.cl-hero-btn-secondary {
background: rgba(255,255,255,0.12);
color: #fff;
border: 1px solid rgba(255,255,255,0.2);
}
.cl-hero-btn-secondary:hover {
background: rgba(255,255,255,0.2);
color: #fff;
} .cl-actions-bar {
background: #fff;
border-bottom: 1px solid #e9ecef;
padding: 12px 0;
}
.cl-actions-inner {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
justify-content: center;
}
.cl-actions-keywords {
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
justify-content: center;
width: 90%;
}
.btn-app:hover{
background-color: #fbcd24 !important;
color: #0044a5 !important;
}
.cl-keyword-badge {
display: inline-flex;
align-items: center;
padding: 6px 12px;
border-radius: 999px;
background: linear-gradient(176deg, rgb(15 23 42 / 3%), rgba(15, 23, 42, 0.08));
color: #1f2937;
border: 1px solid #343a400f;
font-size: 0.72rem;
font-weight: 500;
text-decoration: none;
line-height: 1;
transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.cl-keyword-badge:hover {
background: linear-gradient(135deg, rgba(251, 205, 36, 0.24), rgba(251, 205, 36, 0.34));
border-color: #fbcd24;
color: #111827;
transform: translateY(-1px);
}
.cl-action-item {
font-size: 0.88rem;
color: #64748b;
display: inline-flex;
align-items: center;
gap: 6px;
text-decoration: none;
}
.cl-action-link {
color: var(--cl-primary);
}
.cl-action-link:hover {
color: #b33d2e;
text-decoration: underline;
} .cl-profile-tabs {
background: #fff;
border-bottom: 1px solid #e9ecef;
}
.cl-tabs-list {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 0;
overflow-x: auto;
}
.cl-tab-item {
padding: 14px 24px;
font-size: 0.88rem;
font-weight: 600;
color: #64748b;
cursor: pointer;
border-bottom: 2px solid transparent;
transition: all 0.2s;
white-space: nowrap;
}
.cl-tab-item:hover {
color: var(--cl-dark);
}
.cl-tab-item.active {
color: var(--cl-primary);
border-bottom-color: var(--cl-primary);
} .cl-listing-content {
padding: 30px 0;
} .cl-listing-row {
display: grid;
grid-template-columns: minmax(0, 1fr) 360px;
gap: 30px;
align-items: start;
}
.cl-listing-main {
flex: 1 1 0;
min-width: 0;
max-width: 100%;
}
.cl-listing-sidebar {
width: 360px;
max-width: 100%;
flex-shrink: 0;
position: sticky;
top: 24px;
align-self: start;
}
.cl-single-company-description {
line-height: 1.75;
color: var(--cl-dark);
}
.cl-company-summary-card .cl-summary-section + .cl-summary-section {
margin-top: 22px;
padding-top: 22px;
border-top: 1px solid #eef2f7;
}
.cl-summary-title {
margin: 0 0 14px;
font-size: 15px;
font-weight: 800;
letter-spacing: 0.05em; color: var(--cl-primary);
} .cl-block {
background: #fff;
border-radius: 14px;
box-shadow: 0 2px 12px rgba(0,0,0,0.05);
border: 1px solid #e9ecef;
margin-bottom: 20px;
overflow: hidden;
}
.cl-block-header {
display: flex;
align-items: center;
gap: 10px;
padding: 18px 22px 0;
font-size: 0.9rem;
color: var(--cl-primary);
}
.cl-block-header h3 {
margin: 0;
font-size: 1.05rem;
font-weight: 700;
color: var(--cl-dark);
}
.cl-block-body {
padding: 18px 22px;
}
.cl-block-body p:last-child {
margin-bottom: 0;
} .cl-contact-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.cl-contact-item {
display: flex;
align-items: flex-start;
gap: 12px;
}
.cl-contact-icon {
width: 36px;
height: 36px;
border-radius: 10px;
background: #f1f5f9;
display: flex;
align-items: center;
justify-content: center;
color: var(--cl-primary);
font-size: 0.85rem;
flex-shrink: 0;
}
.cl-contact-label {
display: block;
font-size: 0.78rem;
font-weight: 600;
color: #94a3b8;
text-transform: uppercase;
letter-spacing: 0.04em;
margin-bottom: 2px;
}
.cl-contact-value {
font-size: 0.92rem;
color: var(--cl-dark);
}
.cl-contact-value a {
color: var(--cl-primary);
text-decoration: none;
}
.cl-contact-value a:hover {
text-decoration: underline;
} .cl-hours-list {
list-style: none;
padding: 0;
margin: 0;
}
.cl-hours-item {
display: flex;
justify-content: space-between;
align-items: center;
padding: 10px 0;
border-bottom: 1px solid #f1f5f9;
}
.cl-hours-item:last-child {
border-bottom: none;
}
.cl-hours-day {
font-size: 0.9rem;
font-weight: 500;
color: var(--cl-dark);
}
.cl-hours-time {
font-size: 0.9rem;
font-weight: 600;
color: var(--cl-dark);
}
.cl-hours-closed .cl-hours-time {
color: #94a3b8;
}
.cl-hours-list-sm .cl-hours-item {
padding: 7px 0;
}
.cl-hours-list-sm .cl-hours-day,
.cl-hours-list-sm .cl-hours-time {
font-size: 0.82rem;
} .cl-sidebar-card {
background: #fff;
border-radius: 14px;
box-shadow: 0 2px 12px rgba(0,0,0,0.05);
border: 1px solid #e9ecef;
margin-bottom: 20px;
overflow: hidden;
}
.cl-sidebar-card-header {
display: flex;
align-items: center;
gap: 14px;
padding: 18px 20px;
background: #f8fafc;
border-bottom: 1px solid #e9ecef;
}
.cl-sidebar-card-header img {
width: 48px;
height: 48px;
border-radius: 12px;
object-fit: cover;
background: #fff;
}
.cl-sidebar-card-header h4 {
margin: 0;
font-size: 0.95rem;
font-weight: 700;
color: var(--cl-dark);
}
.cl-sidebar-card-header span {
font-size: 0.8rem;
color: #64748b;
}
.cl-sidebar-card-body {
padding: 16px 20px;
display: flex;
flex-direction: column;
gap: 10px;
}
.cl-sidebar-btn {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
padding: 11px 16px;
border-radius: 10px;
font-size: 0.85rem;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
}
.cl-sidebar-btn-primary {
background: var(--cl-primary);
color: #fff;
}
.cl-sidebar-btn-primary:hover {
background: #b33d2e;
color: #fff;
}
.cl-sidebar-btn-outline {
background: #f8fafc;
color: var(--cl-dark);
border: 1px solid #e9ecef;
}
.cl-sidebar-btn-outline:hover {
background: #f1f5f9;
color: var(--cl-primary);
}
.cl-sidebar-widget {
background: #fff;
border-radius: 14px;
box-shadow: 0 2px 12px rgba(0,0,0,0.05);
border: 1px solid #e9ecef;
margin-bottom: 20px;
padding: 18px 20px;
}
.cl-sidebar-widget-title {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.9rem;
font-weight: 700;
color: var(--cl-dark);
margin: 0 0 12px;
}
.cl-sidebar-widget-title i {
color: var(--cl-primary);
}
.cl-sidebar-widget-map {
padding: 0;
}
.cl-sidebar-widget-map .cl-sidebar-widget-title {
padding: 18px 20px 0;
}
.cl-sidebar-map-embed {
border-radius: 0 0 14px 14px;
overflow: hidden;
}
.cl-sidebar-map-embed iframe {
width: 100%;
height: 180px;
border: 0;
display: block;
} .cl-single-company .cl-block-description .cl-block-body {
line-height: 1.7;
}
.cl-company-gallery-card .cl-gallery-grid {
margin-top: 2px;
}
.cl-single-company .cl-company-map-embed iframe {
width: 100%;
height: 350px;
border: 0;
border-radius: 10px;
}
.cl-itinerary-wrap {
margin-top: 12px;
} @media (max-width: 991.98px) {
.cl-hero-row {
flex-direction: column;
align-items: flex-start;
}
.cl-hero-right {
flex-direction: row;
flex-wrap: wrap;
}
.cl-listing-row {
grid-template-columns: 1fr;
}
.cl-listing-sidebar {
width: 100%;
position: static;
}
.cl-contact-grid {
grid-template-columns: 1fr;
}
.cl-single-company .cl-service-showcase,
.cl-single-company .cl-service-showcase.cl-related-section {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
.cl-single-company .cl-service-showcase::before {
display: none !important;
}
.cl-hero-logo {
width: 80px;
height: 80px;
}
.cl-hero-title {
font-size: 1.4rem;
}
}
@media (max-width: 575.98px) {
.cl-hero-cover {
min-height: 260px;
padding: 30px 0 20px;
}
.cl-hero-left {
flex-direction: column;
align-items: flex-start;
gap: 14px;
}
.cl-hero-btn {
font-size: 0.8rem;
padding: 8px 16px;
}
.cl-tab-item {
padding: 12px 16px;
font-size: 0.82rem;
}
.cl-block-header,
.cl-block-body {
padding-left: 16px;
padding-right: 16px;
}
}
@media (max-width: 991.98px) {
.cl-listing-content.cl-single-company > .cl-service-showcase,
.cl-listing-content.cl-single-company > .cl-service-showcase.cl-related-section,
.cl-listing-content.cl-single-company .cl-service-showcase,
.cl-listing-content.cl-single-company .cl-service-showcase.cl-related-section {
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
box-shadow: none !important;
}
.cl-listing-content.cl-single-company > .cl-service-showcase::before,
.cl-listing-content.cl-single-company .cl-service-showcase::before {
display: none !important;
}
}