/* =========================================
   FINBIZ - Exact Template CSS Replication
   ========================================= */

/* CSS Variables - Exact from Finbiz */
:root {
    --primaryColor: #DF0A0A;
    --partialColor: #FFECEC;
    --secondaryColor: #1C2539;
    --textColor: #5D666F;
    --whiteColor: #FFFFFF;
    --lightBg: #F6F6F6;
}

/* =========================================
   SWIPER OVERRIDES - Ensure proper display
   ========================================= */
.swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
}

/* Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: var(--textColor);
    overflow-x: hidden;
    background-color: var(--whiteColor);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Red Hat Display', sans-serif;
    color: var(--secondaryColor);
    font-weight: 700;
    line-height: 1.3;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
}

/* =========================================
   HEADER WRAPPER
   ========================================= */
.header-wrapper {
    position: relative;
    z-index: 999;
}

.header-wrapper.header-style-1 {
    width: 100%;
}

/* =========================================
   TOP BAR SECTION - Exact Match
   ========================================= */
.top-bar-section {
    padding: 0;
}

.top-bar-section.finbiz-primary-bg {
    background-color: var(--secondaryColor);
}

.top-bar-left {
    display: flex;
    align-items: center;
}

.rt-features-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.rt-features-list li {
    display: flex;
    align-items: center;
    padding: 12px 0;
    margin-right: 30px;
}

.rt-features-list li .icon {
    margin-right: 10px;
}

.rt-features-list li .icon i {
    color: var(--whiteColor);
    font-size: 14px;
}

.rt-features-list li .query-list .text-heading {
    color: var(--whiteColor);
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
}

.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar-right .menu-area {
    display: flex;
    align-items: center;
}

.top-bar-right .menu-area .nav {
    display: flex;
    align-items: center;
}

.top-bar-right .top-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-right .top-menu li {
    margin-right: 20px;
}

.top-bar-right .top-menu li a {
    color: var(--whiteColor);
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    transition: all 0.3s ease;
}

.top-bar-right .top-menu li a:hover {
    color: var(--primaryColor);
}

.top-bar-right .sidebarmenu-area.mobilehum {
    display: none;
}

.top-bar-right .sidebarmenu-area .offcanvas-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar-right .sidebarmenu-area .offcanvas-icon .nav-link-container {
    background: var(--partialColor);
    border-radius: 15px;
    padding: 8px 12px;
}

.top-bar-right .sidebarmenu-area .offcanvas-icon .nav-link-container a {
    display: flex;
    align-items: center;
}

/* Social Icons in Top Bar - Exact Match */
.social-icons-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 15px;
}

.social-icons-wrapper .elementor-grid-item {
    display: inline-flex;
}

.social-icons-wrapper .elementor-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    color: var(--whiteColor);
    font-size: 13px;
    transition: all 0.3s ease;
}

.social-icons-wrapper .elementor-social-icon i {
    color: var(--whiteColor);
}

.social-icons-wrapper .elementor-social-icon:hover {
    background-color: var(--primaryColor);
}

/* =========================================
   MAIN HEADER SECTION - Exact Match
   ========================================= */
.main-header-section {
    background: var(--whiteColor);
    transition: all 0.3s ease;
}

.main-header-section.scroll-box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Logo */
.hfe-site-logo {
    text-align: left;
}

.hfe-site-logo a {
    display: inline-block;
}

.hfe-site-logo-img {
    max-height: 50px;
    width: auto;
}

/* Main Navigation - Exact Match */
.main-header-section .menu-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-header-section .menu_one {
    display: flex;
    align-items: center;
}

.main-header-section .col-cell.menu-responsive.primary-menu {
    display: flex;
    align-items: center;
}

.main-header-section .navbar {
    display: flex;
    align-items: center;
}

.main-header-section .navbar-menu {
    display: flex;
    align-items: center;
}

.main-header-section .navbar-menu .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}

.main-header-section .navbar-menu .menu .menu-item {
    position: relative;
}

.main-header-section .navbar-menu .menu .menu-item a {
    display: block;
    padding: 36px 8px;
    color: var(--secondaryColor);
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
}

.main-header-section .navbar-menu .menu .menu-item a:hover {
    color: var(--primaryColor);
}

/* Header Actions - Exact Match */
.header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

/* Search Button - Exact Match */
.rts-search-button-wrapper {
    display: flex;
    align-items: center;
}

.rts-search-button-wrapper .sticky_search {
    background-color: var(--partialColor);
    width: 45px;
    height: 45px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rts-search-button-wrapper .sticky_search i {
    color: var(--secondaryColor);
    font-size: 16px;
}

.rts-search-button-wrapper .sticky_search:hover {
    background-color: var(--primaryColor);
}

.rts-search-button-wrapper .sticky_search:hover i {
    color: var(--whiteColor);
}

/* Get Quote Button - Exact Match */
.react-button {
    display: flex;
    align-items: center;
}

.react-button .react_button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 12px 25px;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
}

.react-button .react_button:hover {
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
}

.react-button .react_button .btn_text {
    display: inline-block;
}

/* Hamburger Menu - Exact Match */
.sidebarmenu-area.text-right.desktop {
    display: flex;
    align-items: center;
}

.sidebarmenu-area .offcanvas-icon {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebarmenu-area .offcanvas-icon.layout-2 .nav-link-container {
    background-color: var(--partialColor);
    border-radius: 15px;
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebarmenu-area .offcanvas-icon.layout-2 .nav-link-container.center {
    text-align: center;
}

.sidebarmenu-area .offcanvas-icon.layout-2 .nav-link-container a {
    display: flex;
    align-items: center;
}

.sidebarmenu-area .offcanvas-icon.layout-2:hover .nav-link-container {
    background-color: var(--primaryColor);
}

.sidebarmenu-area .offcanvas-icon.layout-2:hover .nav-link-container svg rect {
    fill: var(--whiteColor);
}

/* =========================================
   HERO SLIDER SECTION - Exact Match
   ========================================= */
.hero-slider-section {
    position: relative;
    overflow: hidden;
    background-color: #F5F5F5;
}

.hero-slide {
    min-height: 800px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide-1 {
    background-image: url('https://reactheme.com/products/wordpress/finbiz-main/wp-content/uploads/2022/10/banner-02.webp');
}

/* Hero Content Wrapper - Positioned on Right Side */
.hero-content-wrapper {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 750px;
    z-index: 10;
}

.hero-content {
    text-align: left;
}

.hero-welcome {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.hero-welcome .welcome-text {
    color: var(--primaryColor);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    margin-right: 10px;
}

.hero-welcome .tagline {
    color: var(--secondaryColor);
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.hero-title {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 70px;
    line-height: 82px;
    font-weight: 700;
    color: var(--secondaryColor);
    text-transform: capitalize;
    max-width: 746px;
    margin-bottom: 25px;
}

.hero-title .slide-primary {
    font-weight: 300;
}

.hero-description {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--secondaryColor);
    max-width: 550px;
    margin-bottom: 35px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 3px 30px;
    border-radius: 15px;
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    line-height: 50px;
    transition: all 0.3s ease;
}

.hero-button:hover {
    background-color: var(--partialColor);
    color: var(--secondaryColor);
}

/* Hero Decorations - On Right Side */
.hero-decorations {
    position: absolute;
    right: 100px;
    top: 183px;
    z-index: 5;
}

.hero-decorations .circle-animation {
    position: absolute;
    top: 46px;
    left: -12px;
    width: 437px;
    height: 437px;
    border-radius: 15px;
    overflow: hidden;
    animation: rotateCircle 19s linear infinite;
}

.hero-decorations .circle-animation img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-decorations .small-circle-1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 161px;
    height: 161px;
    animation: floatUpDown 4s ease-in-out infinite;
    z-index: 6;
}

.hero-decorations .small-circle-2 {
    position: absolute;
    bottom: -150px;
    right: -50px;
    width: 90px;
    height: 90px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes rotateCircle {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(-10px); }
    50% { transform: translateY(10px); }
}

.hero-decoration .circle-animation img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hero-decoration .small-circle-1 {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 161px;
    height: 161px;
    animation: floatUpDown 4s ease-in-out infinite;
}

.hero-decoration .small-circle-2 {
    position: absolute;
    bottom: -30px;
    right: -80px;
    width: 90px;
    height: 90px;
    animation: floatUpDown 4s ease-in-out infinite;
    animation-delay: 0.5s;
}

@keyframes rotateCircle {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(-10px); }
    50% { transform: translateY(10px); }
}

/* =========================================
   ABOUT SECTION - Exact Match Finbiz Style
   ========================================= */
.about-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

/* React Heading - Exact Match */
.react-heading {
    position: relative;
    margin-bottom: 30px;
}

.react-heading.default {
    text-align: left;
}

.react-heading.center {
    text-align: center;
}

.react-heading .title-inner {
    position: relative;
    z-index: 2;
}

.react-heading .sub-text {
    display: inline-block;
    color: var(--primaryColor);
    font-size: 16px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.react-heading .sub-text::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--primaryColor);
    border-radius: 50%;
}

.react-heading .title {
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 20px;
}

.react-heading .watermark {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: rgba(28, 37, 57, 0.05);
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
    pointer-events: none;
    white-space: nowrap;
}

.react-heading.center .watermark {
    left: 50%;
    transform: translateX(-50%);
}

.react-heading .description {
    position: relative;
    z-index: 2;
}

.react-heading .description p {
    font-size: 16px;
    line-height: 26px;
    color: var(--textColor);
    margin: 0;
}

/* About Checklist - Exact Match */
.about-checklist {
    margin-bottom: 30px;
}

.elementor-icon-list-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.elementor-icon-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.elementor-icon-list-icon {
    margin-right: 10px;
}

.elementor-icon-list-icon i {
    color: var(--primaryColor);
    font-size: 16px;
}

.elementor-icon-list-text {
    color: var(--textColor);
    font-size: 16px;
    font-family: 'DM Sans', sans-serif;
}

/* About CEO Section - Exact Match */
.about-ceo-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-top: 30px;
}

.ceo-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ceo-img {
    margin: 0;
}

.ceo-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.ceo-content .ceo-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin: 0 0 3px;
}

.ceo-content .ceo-title {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

.phone-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.phone-info .icon {
    flex-shrink: 0;
}

.phone-info .query-list .sub-text {
    display: block;
    font-size: 14px;
    color: var(--textColor);
    margin-bottom: 3px;
}

.phone-info .query-list .sub-text::before {
    display: none;
}

.phone-info .query-list .text-heading {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: var(--secondaryColor);
}

/* About One Thumbnail - Exact Match */
.about-one-thumbnail {
    position: relative;
}

.about-one-thumbnail > img:first-child {
    width: 100%;
    border-radius: 10px;
}

.about-one-thumbnail .small-img {
    position: absolute;
    bottom: 40px;
    left: -50px;
    width: 280px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: verticalFloat 4s ease-in-out infinite;
}

.about-one-thumbnail .experience {
    position: absolute;
    right: -30px;
    top: 50%;
    background-color: var(--primaryColor);
    border-radius: 10px;
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    animation: experienceFloat 4s ease-in-out infinite;
}

@keyframes experienceFloat {
    0%, 100% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(calc(-50% - 15px));
    }
}

.about-one-thumbnail .experience .single.left {
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 15px;
}

.about-one-thumbnail .experience .title {
    font-size: 50px;
    font-weight: 700;
    color: var(--whiteColor);
    line-height: 1;
    margin: 0;
}

.about-one-thumbnail .experience .time {
    font-size: 16px;
    color: var(--whiteColor);
    margin: 0;
}

.about-one-thumbnail .experience .single.right {
    max-width: 120px;
}

.about-one-thumbnail .experience .disc {
    font-size: 15px;
    color: var(--whiteColor);
    margin: 0;
    line-height: 1.4;
}

/* =========================================
   FLOATING DECORATIONS - Exact Match
   ========================================= */
.about-decorations-section {
    position: relative;
    height: 0;
    overflow: visible;
    z-index: 5;
}

.react-image {
    position: absolute;
    pointer-events: none;
}

.floating-decoration-1 {
    position: absolute;
    right: 100px;
    top: 50px;
    z-index: 5;
}

.floating-decoration-2 {
    position: absolute;
    left: -80px;
    top: 300px;
    z-index: 4;
}

.react-multi-image {
    display: block;
}

.react-multi-image.image-rotate {
    animation: imageRotate 10s linear infinite;
}

.react-multi-image.veritcal {
    animation: verticalFloat 4s ease-in-out infinite;
}

.react-multi-image.image-scale {
    animation: imageRotate 10s linear infinite, imageScale 3s ease-in-out infinite;
}

.react-multi-image.veritcal.image-rotate.image-scale {
    animation: imageRotate 10s linear infinite, verticalFloat 4s ease-in-out infinite, imageScale 3s ease-in-out infinite;
}

@keyframes imageRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes verticalFloat {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes imageScale {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* =========================================
   SERVICES SECTION - Exact Match Finbiz Style
   ========================================= */
.services-section {
    padding: 120px 0 60px;
    background-color: var(--whiteColor);
}

.services-section .react-heading.center .watermark {
    left: 50%;
    transform: translateX(-50%);
}

.services-grid-section {
    padding: 0;
    background-color: var(--whiteColor);
    position: relative;
}

.services-grid-wrapper {
    background-color: var(--whiteColor);
    width: 100%;
}

.services-grid-wrapper .row {
    margin: 0;
}

.services-grid-wrapper .row > [class*="col-"] {
    padding: 0;
}

/* React Addon Services - Exact Match */
.react-addon-services.services-style2 {
    background-color: var(--whiteColor);
    border-radius: 0;
    margin-bottom: 0;
    transition: all 0.3s ease;
    height: 100%;
    border-right: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
    overflow: hidden;
}

/* Diagonal shading effect */
.react-addon-services.services-style2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.02) 50%);
    pointer-events: none;
}

.react-addon-services.services-style2 .services-part {
    background-color: transparent;
    padding: 50px 40px;
    border-radius: 0;
    position: relative;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 25px;
}

.react-addon-services.services-style2:hover .services-part {
    background-color: var(--whiteColor);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.react-addon-services.services-style2 .services-icon {
    flex-shrink: 0;
}

.react-addon-services.services-style2 .services-icon img {
    height: 80px;
    width: 80px;
}

.react-addon-services.services-style2 .services-text {
    flex: 1;
}

.react-addon-services.services-style2 .services-text .services-title .title {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 15px;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.3;
}

.react-addon-services.services-style2 .services-txt {
    font-size: 15px;
    line-height: 24px;
    color: var(--textColor);
    margin-bottom: 15px;
}

.react-addon-services.services-style2 .services-btn-part {
    margin-top: 10px;
}

.react-addon-services.services-style2 .services-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 14px;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.react-addon-services.services-style2 .services-btn .btn_text {
    transition: all 0.3s ease;
}

.react-addon-services.services-style2 .services-btn i {
    transition: transform 0.3s ease;
    font-size: 12px;
    width: 25px;
    height: 25px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.react-addon-services.services-style2:hover .services-btn i {
    transform: translateX(5px);
}

.react-addon-services.services-style2 .services-btn:hover {
    color: var(--secondaryColor);
}

.react-addon-services.services-style2 .services-btn:hover i {
    background-color: var(--secondaryColor);
}

/* Old service card styles (keeping for compatibility) */
.section-header {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
}

.service-card {
    background-color: var(--whiteColor);
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: var(--primaryColor);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

.service-card .icon {
    width: 80px;
    height: 80px;
    background-color: var(--partialColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.service-card:hover .icon {
    background-color: var(--primaryColor);
}

.service-card .icon i {
    font-size: 35px;
    color: var(--primaryColor);
    transition: all 0.3s ease;
}

.service-card:hover .icon i {
    color: var(--whiteColor);
}

.service-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 15px;
}

.service-card p {
    font-size: 15px;
    color: var(--textColor);
    margin-bottom: 20px;
}

.service-card .read-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primaryColor);
    font-weight: 600;
    font-size: 15px;
}

.service-card .read-more i {
    transition: transform 0.3s ease;
}

.service-card:hover .read-more i {
    transform: translateX(5px);
}

/* =========================================
   CTA BAR SECTION - Exact Match
   ========================================= */
.cta-bar-section {
    padding: 60px 0;
    background-color: var(--primaryColor);
    background-image: url('https://reactheme.com/products/wordpress/finbiz-main/wp-content/uploads/2022/10/cta-bg.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.cta-bar-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-bar-title {
    color: var(--whiteColor);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    font-family: 'Red Hat Display', sans-serif;
}

.cta-bar-section .react_button {
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 18px 40px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cta-bar-section .react_button:hover {
    background-color: var(--whiteColor);
    color: var(--secondaryColor);
}

/* =========================================
   BUSINESS GOAL SECTION - Exact Match
   ========================================= */
.business-goal-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

.goal-image-wrapper {
    position: relative;
}

.goal-image-wrapper > img:first-child {
    border-radius: 10px;
    width: 100%;
    max-width: 440px;
}

.goal-image-wrapper .goal-animation {
    position: absolute;
    right: 0;
    bottom: -30px;
}

.goal-image-wrapper .goal-animation img {
    width: 280px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    animation: verticalFloat 4s ease-in-out infinite;
}

.goal-content {
    padding-left: 30px;
}

.goal-content .react-heading {
    margin-bottom: 30px;
}

/* Icon Box - Exact Match */
.icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.icon-box-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-box-icon svg {
    width: 60px;
    height: 60px;
}

.icon-box-content .icon-box-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 10px;
    font-family: 'Red Hat Display', sans-serif;
}

.icon-box-content .icon-box-description {
    font-size: 15px;
    line-height: 24px;
    color: var(--textColor);
    margin: 0;
}

/* Goal Buttons */
.goal-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 35px;
}

.goal-buttons .react_button {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 16px 35px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
}

.goal-buttons .react_button:hover {
    background-color: var(--secondaryColor);
}

.video-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.video-play-btn {
    width: 55px;
    height: 55px;
    background-color: var(--whiteColor);
    border: 2px solid var(--primaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primaryColor);
    font-size: 14px;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.video-play-btn:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(223, 10, 10, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(223, 10, 10, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(223, 10, 10, 0);
    }
}

.video-text {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
}

/* =========================================
   COUNTER SECTION - Exact Match Finbiz Style
   ========================================= */
.counter-section {
    padding: 100px 0;
    background-color: var(--secondaryColor);
    background-image: url('https://reactheme.com/products/wordpress/finbiz-main/wp-content/uploads/2022/10/counter-bg.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.counter-section .container {
    position: relative;
    z-index: 1;
}

.counter-top-area.style2 {
    padding: 20px 10px;
}

.counter-top-area.style2 .rts-counter-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
}

.counter-top-area.style2 .counter-icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    background-color: var(--primaryColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-top-area.style2 .counter-icon img {
    height: 100px;
    width: auto;
    max-width: 100px;
}

.counter-top-area.style2 .count-text {
    text-align: left;
}

.counter-top-area.style2 .count-number {
    font-size: 50px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    color: var(--whiteColor);
    line-height: 1;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
}

.counter-top-area.style2 .count-number .rs-counter {
    color: var(--whiteColor);
}

.counter-top-area.style2 .count-number .prefix {
    color: var(--whiteColor);
    font-size: 30px;
    margin-left: 2px;
}

.counter-top-area.style2 .title {
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========================================
   PORTFOLIO SECTION - Exact Match
   ========================================= */
.portfolio-section {
    padding: 120px 0;
    background-color: #F6F6F6;
}

.portfolio-section .react-heading {
    margin-bottom: 50px;
}

/* Portfolio Swiper Container */
.portfolio-swiper-container {
    overflow: hidden;
}

.portfolio-swiper-container .swiper-slide {
    background-color: var(--whiteColor);
}

.portfolio-slider-wrapper {
    background-color: var(--whiteColor);
    border-radius: 0;
}

.portfolio-thumbnail img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.portfolio-content-box {
    padding: 50px 40px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.portfolio-content-box .shape-bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: auto;
    opacity: 0.1;
}

.portfolio-content-box .portfolio-icon {
    margin-bottom: 25px;
}

.portfolio-content-box .portfolio-icon img {
    height: 65px;
    width: auto;
}

.portfolio-content-box .portfolio-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio-content-box .portfolio-title a {
    color: var(--secondaryColor);
    transition: all 0.3s ease;
}

.portfolio-content-box .portfolio-title a:hover {
    color: var(--primaryColor);
}

.portfolio-content-box .portfolio-category {
    display: inline-block;
    font-size: 14px;
    color: var(--primaryColor);
    margin-bottom: 15px;
}

.portfolio-content-box .portfolio-desc {
    font-size: 15px;
    line-height: 24px;
    color: var(--textColor);
    margin-bottom: 25px;
}

.portfolio-content-box .rts-btn {
    display: inline-block;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 14px 30px;
    border-radius: 15px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.portfolio-content-box .rts-btn:hover {
    background-color: var(--secondaryColor);
}

/* =========================================
   RESPONSIVE STYLES
   ========================================= */
@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* =========================================
   PORTFOLIO SECTION - Exact Match
   ========================================= */
.portfolio-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

.portfolio-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}

.portfolio-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-item:hover img {
    transform: scale(1.1);
}

.portfolio-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    background: linear-gradient(transparent, rgba(28, 37, 57, 0.9));
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    transform: translateY(0);
}

.portfolio-overlay .category {
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

.portfolio-overlay .title {
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: 700;
}

/* =========================================
   TEAM SECTION - Exact Finbiz Match
   ========================================= */
.team-section {
    padding: 120px 0;
    background-color: var(--lightBg);
}

.team-section .react-heading {
    margin-bottom: 50px;
}

.team-inner-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.team-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 25px;
}

.team-image-wrapper img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.team-inner-wrapper:hover .team-image-wrapper img {
    transform: scale(1.05);
}

.team-content {
    padding: 0 10px;
}

.team-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team-name a {
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.team-name a:hover {
    color: var(--primaryColor);
}

.team-position {
    display: block;
    color: var(--primaryColor);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.team-social {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.team-social li a {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #E8E8E8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondaryColor);
    font-size: 14px;
    transition: all 0.3s ease;
}

.team-social li a:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

/* =========================================
   TESTIMONIALS SECTION - Exact Finbiz Match
   ========================================= */
.testimonials-section {
    padding: 120px 0;
    background-color: #F6F6F6;
}

.testimonials-section-v2 {
    padding: 120px 0;
    background-color: var(--whiteColor);
    overflow: visible;
}

.testimonial-left-content {
    position: relative;
}

.testimonial-left-content .react-heading {
    margin-bottom: 25px;
}

/* Slider Style 5 - Original Finbiz Design */
.rt-slider.slider-style5 {
    position: relative;
}

.rt-slider-navigation {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 10;
}

.rt-slider-prev,
.rt-slider-next {
    width: 50px;
    height: 50px;
    border: 1px solid #E8E8E8;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.rt-slider-prev:hover,
.rt-slider-next:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.rt-slider-prev i,
.rt-slider-next i {
    font-size: 16px;
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.rt-slider-prev:hover i,
.rt-slider-next:hover i {
    color: var(--whiteColor);
}

.slider-content-area {
    background-color: transparent;
}

.slider-description {
    margin-bottom: 30px;
}

.slider-description p {
    font-size: 18px;
    font-style: italic;
    color: var(--secondaryColor);
    line-height: 32px;
    margin: 0;
}

.bottom--area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.single--item-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.content--box .slider-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 5px;
    font-family: 'Red Hat Display', sans-serif;
}

.content--box .slider-subtitle {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

/* Testimonial Right Images */
.testimonial-right-images {
    position: relative;
    padding: 50px 50px 50px 100px;
}

/* Shape-3 Triangles - Left of testimonial content, moves up/down */
.testimonial-shape-triangles {
    position: absolute;
    top: 80px;
    left: -120px;
    width: 180px;
    height: 180px;
    z-index: 1;
    pointer-events: none;
}

.testimonial-shape-triangles img {
    width: 100%;
    height: 100%;
}

.testimonial-shape-rotate {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    z-index: 1;
}

.testimonial-shape-rotate img {
    width: 100%;
    animation: rotateAnimation 20s linear infinite;
}

/* Testimonial Shape Float - Behind and underneath main image */
.testimonial-shape-float {
    position: absolute;
    top: 110px;
    left: 150px;
    width: 480px;
    height: 480px;
    z-index: 0;
}

.testimonial-shape-float img {
    width: 100%;
    height: 100%;
}

.image-float-updown {
    animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-25px); }
}

.testimonial-main-image {
    position: relative;
    z-index: 2;
}

.testimonial-main-image img {
    width: 100%;
    max-width: 488px;
}

.testimonial-badge-image {
    position: absolute;
    bottom: 30px;
    right: 0;
    z-index: 3;
}

.testimonial-badge-image img {
    width: 220px;
    height: auto;
}

.testimonial-swiper-container {
    overflow: hidden;
}

/* =========================================
   BLOG SECTION - Exact Finbiz Match
   ========================================= */
.blog-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

.blog-section .react-heading {
    margin-bottom: 0;
}

.mt-50 {
    margin-top: 50px;
}

.rts-blog-style-1 {
    background-color: var(--whiteColor);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}

.rts-blog-style-1:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.rts-blog-style-1 .blog-thumbnail {
    position: relative;
    overflow: hidden;
}

.rts-blog-style-1 .blog-thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.rts-blog-style-1:hover .blog-thumbnail img {
    transform: scale(1.05);
}

.rts-blog-style-1 .blog-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 10px 18px;
    border-radius: 10px;
    text-align: center;
}

.rts-blog-style-1 .blog-date .day {
    font-size: 24px;
    font-weight: 700;
    display: block;
    line-height: 1;
    font-family: 'Red Hat Display', sans-serif;
}

.rts-blog-style-1 .blog-date .month {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.rts-blog-style-1 .blog-content {
    padding: 25px 30px;
}

.rts-blog-style-1 .blog-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.rts-blog-style-1 .blog-meta span {
    font-size: 14px;
    color: var(--textColor);
}

.rts-blog-style-1 .blog-meta span i {
    color: var(--primaryColor);
    margin-right: 8px;
}

.rts-blog-style-1 .blog-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}

.rts-blog-style-1 .blog-title a {
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.rts-blog-style-1 .blog-title a:hover {
    color: var(--primaryColor);
}

/* =========================================
   BLOG SECTION V2 - Dark Background (Exact Match Original)
   ========================================= */
.blog-section-v2 {
    padding: 120px 0;
    background-color: #1D2027;
}

.blog-section-v2 .react-heading.light .title-inner .title {
    color: var(--whiteColor);
}

.blog-section-v2 .react-heading.light .title-inner .sub-text {
    color: var(--primaryColor);
}

.blog-section-v2 .react-heading.light .watermark {
    color: rgba(255, 255, 255, 0.03);
}

.blog-nav-arrows {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}

.blog-nav-arrows button {
    width: 50px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.blog-nav-arrows button:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
}

.blog-nav-arrows button i {
    font-size: 16px;
    color: var(--whiteColor);
    transition: color 0.3s ease;
}

.blog-swiper-container {
    overflow: hidden;
}

.blog-item-v2 {
    background-color: transparent;
}

.blog-item-v2 .blog-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.blog-item-v2 .blog-thumbnail img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-item-v2:hover .blog-thumbnail img {
    transform: scale(1.05);
}

.blog-item-v2 .blog-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
}

.blog-item-v2 .blog-content {
    padding: 0;
}

.blog-item-v2 .blog-meta {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0;
    gap: 8px;
}

.blog-item-v2 .blog-meta .cat_list a {
    color: var(--primaryColor);
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.blog-item-v2 .blog-meta .cat_list a:hover {
    color: var(--whiteColor);
}

.blog-item-v2 .blog-meta .author {
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

.blog-item-v2 .blog-content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.5;
}

.blog-item-v2 .blog-content .title a {
    color: var(--whiteColor);
    transition: color 0.3s ease;
}

.blog-item-v2 .blog-content .title a:hover {
    color: var(--primaryColor);
}

/* =========================================
   CONTACT SECTION - Exact Match
   ========================================= */
.contact-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

/* =========================================
   CONTACT SECTION - Exact Finbiz Match
   ========================================= */
.contact-section {
    padding: 120px 0;
    background-color: #F6F6F6;
}

.contact-info-wrapper .react-heading {
    margin-bottom: 20px;
}

.contact-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--textColor);
    margin-bottom: 35px;
}

.contact-info-list {
    margin-top: 30px;
}

.single-contact-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 25px;
}

.single-contact-info .contact-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: var(--partialColor);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-contact-info .contact-icon i {
    font-size: 22px;
    color: var(--primaryColor);
}

.single-contact-info .contact-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.single-contact-info .contact-label {
    font-size: 14px;
    color: var(--textColor);
    font-weight: 500;
}

.single-contact-info .contact-value {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.single-contact-info a.contact-value:hover {
    color: var(--primaryColor);
}

.contact-form-wrapper {
    background-color: var(--whiteColor);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.rts-contact-form .single-input {
    margin-bottom: 20px;
}

.rts-contact-form input,
.rts-contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.3s ease;
    background-color: #F9F9F9;
}

.rts-contact-form input:focus,
.rts-contact-form textarea:focus {
    border-color: var(--primaryColor);
    outline: none;
    background-color: var(--whiteColor);
}

.rts-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-section .react_button {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 16px 35px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-section .react_button:hover {
    background-color: var(--secondaryColor);
}

/* =========================================
   QUOTE SECTION - Request a Free Quote (Exact Match Original)
   ========================================= */
.quote-section {
    padding: 120px 0;
    background-color: var(--whiteColor);
}

.quote-image img {
    width: 100%;
    max-width: 500px;
}

.quote-form-wrapper {
    background-color: var(--whiteColor);
    padding: 0 0 0 50px;
}

.quote-form-wrapper .react-heading {
    margin-bottom: 30px;
}

.quote-form .single-input {
    margin-bottom: 20px;
}

.quote-form input,
.quote-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 1px solid #E8E8E8;
    border-radius: 0;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.3s ease;
    background-color: #F9F9F9;
}

.quote-form input:focus,
.quote-form textarea:focus {
    border-color: var(--primaryColor);
    outline: none;
    background-color: var(--whiteColor);
}

.quote-form textarea {
    min-height: 150px;
    resize: vertical;
}

.quote-form .react_button {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 16px 35px;
    border: none;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.quote-form .react_button:hover {
    background-color: var(--secondaryColor);
}

/* =========================================
   GET IN TOUCH SECTION (Exact Match Original)
   ========================================= */
.get-in-touch-section {
    background-color: #F7F7F7;
}

.get-in-touch-content {
    padding: 80px 60px;
    position: relative;
}

.get-in-touch-content .rotating-shape {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.3;
}

.get-in-touch-content .rotating-shape .image-rotate {
    width: 100%;
    height: 100%;
    animation: rotateAnimation 15s linear infinite;
}

.contact-info-block {
    margin-bottom: 30px;
}

.contact-info-block .info-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 25px;
    font-family: 'Red Hat Display', sans-serif;
}

.contact-info-block .info-item {
    margin-bottom: 20px;
}

.contact-info-block .info-item .label {
    display: block;
    font-size: 14px;
    color: var(--textColor);
    margin-bottom: 5px;
}

.contact-info-block .info-item .value {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
    line-height: 1.6;
}

.contact-info-block .info-item a.value:hover {
    color: var(--primaryColor);
}

.map-wrapper {
    height: 100%;
    min-height: 450px;
}

.map-wrapper iframe {
    display: block;
}

/* =========================================
   FOOTER - Exact Match
   ========================================= */
.main-footer {
    background-color: var(--secondaryColor);
    padding-top: 80px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
}

.footer-about .logo-text {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: var(--whiteColor);
    display: block;
    margin-bottom: 20px;
}

.footer-about p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 14px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background-color: var(--primaryColor);
}

.footer-title {
    color: var(--whiteColor);
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--primaryColor);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links ul li {
    margin-bottom: 12px;
}

.footer-links ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.footer-links ul li a i {
    font-size: 10px;
    color: var(--primaryColor);
}

.footer-links ul li a:hover {
    color: var(--whiteColor);
    padding-left: 5px;
}

.footer-contact .footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.footer-contact .footer-contact-item i {
    color: var(--primaryColor);
    font-size: 20px;
    margin-top: 5px;
}

.footer-contact .footer-contact-item p,
.footer-contact .footer-contact-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

.footer-contact .footer-contact-item a:hover {
    color: var(--whiteColor);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px 0;
    margin-top: 60px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-align: center;
    margin: 0;
}

/* =========================================
   SCROLL TO TOP
   ========================================= */
.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--primaryColor);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--whiteColor);
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9999;
}

.scroll-top.show {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background-color: var(--secondaryColor);
}

/* =========================================
   RESPONSIVE DESIGN
   ========================================= */
@media (max-width: 1199px) {
    .hero-title {
        font-size: 50px;
        line-height: 60px;
    }
    
    .section-title {
        font-size: 36px;
        line-height: 46px;
    }
    
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 991px) {
    .main-header-section .navbar-menu {
        display: none;
    }
    
    .top-bar-right .menu-area .nav {
        display: none;
    }
    
    .hero-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .hero-decoration {
        display: none;
    }
    
    .about-content {
        padding-left: 0;
        padding-top: 50px;
    }
    
    .about-feature-item {
        width: 100%;
    }
    
    .footer-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .top-bar-section .row {
        flex-direction: column;
        text-align: center;
    }
    
    .top-bar-left {
        justify-content: center;
        margin-bottom: 10px;
    }
    
    .rt-features-list {
        flex-direction: column;
        gap: 10px;
    }
    
    .rt-features-list li {
        margin-right: 0;
    }
    
    .top-bar-right {
        justify-content: center;
    }
    
    .social-icons-wrapper {
        margin-left: 0;
    }
    
    .hero-title {
        font-size: 32px;
        line-height: 42px;
    }
    
    .section-title {
        font-size: 28px;
        line-height: 38px;
    }
    
    .counter-item .counter-number {
        font-size: 40px;
    }
}

@media (max-width: 575px) {
    .container {
        padding: 0 15px;
    }
    
    .header-actions .react-button {
        display: none;
    }
    
    .header-actions .rts-search-button-wrapper {
        display: none;
    }
}

/* =========================================
   SCROLL TO TOP BUTTON - Progress Circle (Exact Finbiz Match)
   ========================================= */
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(223, 10, 10, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    background-color: var(--whiteColor);
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    left: 0;
    top: 0;
    z-index: -1;
}

.progress-wrap svg.progress-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primaryColor);
    stroke-width: 4;
    box-sizing: border-box;
    transition: stroke-dashoffset 10ms linear;
    fill: none;
}

.progress-wrap i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: var(--primaryColor);
    z-index: 1;
}

.progress-wrap:hover {
    box-shadow: inset 0 0 0 2px var(--primaryColor);
}

/* =========================================
   PORTFOLIO NAVIGATION
   ========================================= */
.portfolio-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.portfolio-nav .nav-btn {
    width: 50px;
    height: 50px;
    border: 1px solid #E8E8E8;
    background-color: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.portfolio-nav .nav-btn:hover {
    background-color: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

.portfolio-nav .nav-btn i {
    font-size: 16px;
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.portfolio-nav .nav-btn:hover i {
    color: var(--whiteColor);
}

.portfolio-nav .nav-counter {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.portfolio-nav .nav-counter .current {
    color: var(--primaryColor);
}

.mb-50 {
    margin-bottom: 50px;
}

/* =========================================
   CTA AGENCY SECTION V2 - Exact Match Original
   ========================================= */
.cta-agency-section-v2 {
    padding: 0 100px;
    background-color: transparent;
    position: relative;
    overflow: visible;
}

/* Inner wrapper - white card with shadow and red bottom border */
.cta-card-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    background-color: #FFFFFF;
    padding: 110px 120px;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid #DF0A0A;
    box-shadow: 0px 22px 40px 0px rgba(0, 0, 0, 0.08);
    border-radius: 0;
}

.cta-image-wrapper {
    position: relative;
    padding-left: 70px;
    z-index: 2;
}

.cta-image-wrapper > img {
    width: 100%;
    max-width: 466px;
    border-radius: 0;
}

/* Circle.png - Top-left corner, only 1/4 visible inside the card */
.cta-circle-rotate {
    position: absolute;
    top: -220px;
    left: -220px;
    width: 500px;
    height: 500px;
    z-index: 0;
    pointer-events: none;
}

.cta-circle-rotate img {
    width: 100%;
    height: 100%;
    animation: rotateAnimation 20s linear infinite;
}

/* Picture1.png - Positioned inside image wrapper */
.cta-picture-main {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
    z-index: 1;
}

.cta-picture-main img {
    width: 100%;
    height: auto;
    animation: floatVertical 4s ease-in-out infinite;
}

@keyframes floatVertical {
    0%, 100% { transform: translateY(-10px); }
    50% { transform: translateY(10px); }
}

.cta-rotating-circle {
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 180px;
    height: 180px;
}

.cta-rotating-circle .image-rotate {
    width: 100%;
    height: 100%;
    animation: rotateAnimation 15s linear infinite;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cta-content-wrapper {
    padding-left: 50px;
}

.cta-content-wrapper .react-heading {
    margin-bottom: 25px;
}

.cta-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--textColor);
    margin-bottom: 30px;
}

.cta-features-list {
    margin-bottom: 35px;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.cta-feature-item i {
    color: var(--primaryColor);
    font-size: 18px;
}

.cta-feature-item span {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondaryColor);
    font-family: 'DM Sans', sans-serif;
}

/* Old CTA Agency Section */
.cta-agency-section {
    padding: 80px 0;
    background-color: var(--secondaryColor);
    background-image: url('https://reactheme.com/products/wordpress/finbiz-main/wp-content/uploads/2022/10/cta-bg.webp');
    background-size: cover;
    background-position: center;
}

.cta-agency-title {
    font-size: 40px;
    font-weight: 700;
    color: var(--whiteColor);
    margin-bottom: 15px;
    font-family: 'Red Hat Display', sans-serif;
}

.cta-agency-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.cta-agency-section .react_button {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    padding: 18px 40px;
    border-radius: 15px;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-agency-section .react_button:hover {
    background-color: var(--whiteColor);
    color: var(--secondaryColor);
}

/* =========================================
   INNER PAGES STYLES
   ========================================= */

/* Page Header / Breadcrumb - Finbiz Style */
.page-header {
    position: relative;
    padding: 160px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(28, 37, 57, 0.95) 0%, rgba(28, 37, 57, 0.85) 50%, rgba(28, 37, 57, 0.7) 100%);
    z-index: 1;
}

/* Red diagonal stripe */
.page-header::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: var(--primaryColor);
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
    opacity: 0.95;
}

.page-header-content {
    position: relative;
    z-index: 3;
}

.page-header-content .row {
    align-items: center;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    color: var(--whiteColor);
    margin-bottom: 0;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1.2;
}

.breadcrumb-nav {
    text-align: right;
}

.breadcrumb-nav .breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 12px 25px;
    margin: 0;
    background: var(--whiteColor);
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.breadcrumb-nav .breadcrumb li {
    font-size: 15px;
    font-weight: 500;
    color: var(--secondaryColor);
}

.breadcrumb-nav .breadcrumb li a {
    color: var(--textColor);
    transition: color 0.3s ease;
}

.breadcrumb-nav .breadcrumb li a:hover {
    color: var(--primaryColor);
}

.breadcrumb-nav .breadcrumb li.active {
    color: var(--secondaryColor);
    font-weight: 600;
}

.breadcrumb-nav .breadcrumb li .separator {
    color: var(--primaryColor);
    margin: 0 5px;
}

/* Section Padding */
.section-padding {
    padding: 100px 0;
}

/* Section Heading */
.section-heading {
    margin-bottom: 40px;
}

.section-heading .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--primaryColor);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-heading .section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 15px;
    line-height: 1.3;
}

.section-heading .section-desc {
    font-size: 16px;
    color: var(--textColor);
    max-width: 600px;
    margin: 0 auto;
}

/* Background Gray */
.bg-gray {
    background-color: var(--lightBg);
}

/* Logo Text Style */
.logo-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--primaryColor);
    font-family: 'Red Hat Display', sans-serif;
}

.footer-logo-text {
    font-size: 32px;
    font-weight: 700;
    color: var(--whiteColor);
    font-family: 'Red Hat Display', sans-serif;
}

/* Dropdown Menu Styles */
.menu-item.has-dropdown {
    position: relative;
}

.menu-item.has-dropdown > a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.menu-item.has-dropdown > a i {
    font-size: 10px;
    transition: transform 0.3s ease;
}

.menu-item.has-dropdown:hover > a i {
    transform: rotate(180deg);
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: var(--whiteColor);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    border-top: 3px solid var(--primaryColor);
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    list-style: none;
}

.menu-item.has-dropdown:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-menu li {
    padding: 0;
}

.main-header-section .navbar-menu .menu .sub-menu li a,
.sub-menu li a {
    display: block;
    padding: 18px 15px !important;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondaryColor);
    transition: all 0.3s ease;
    line-height: 1.2;
}

.main-header-section .navbar-menu .menu .sub-menu li a:hover,
.sub-menu li a:hover {
    color: var(--primaryColor);
    background: #fafafa;
}

/* Mobile Menu */
.mobile-menu-toggle {
    display: none;
}

.mobile-menu-btn {
    background: none;
    border: none;
    font-size: 24px;
    color: var(--secondaryColor);
    cursor: pointer;
}

.mobile-nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-menu li {
    border-bottom: 1px solid var(--lightBg);
}

.mobile-nav-menu li a {
    display: block;
    padding: 15px 0;
    font-size: 16px;
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.mobile-nav-menu li a:hover {
    color: var(--primaryColor);
}

/* Primary Button */
.btn-primary-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-primary-custom:hover {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}

/* White Button */
.btn-white {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: var(--whiteColor);
    color: var(--primaryColor);
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.btn-white:hover {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}

/* About Page Styles */
.about-image-wrapper {
    position: relative;
}

.about-main-image {
    border-radius: 20px;
    width: 100%;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: 0px;
    background: var(--primaryColor);
    padding: 25px 35px;
    border-radius: 15px;
    text-align: center;
    color: var(--whiteColor);
}

.experience-badge .years {
    display: block;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1;
}

.experience-badge .text {
    font-size: 14px;
    line-height: 1.4;
}

.lead-text {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor);
    margin-bottom: 15px;
}

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 16px;
    color: var(--textColor);
}

.check-list li i {
    color: var(--primaryColor);
    font-size: 18px;
}

/* Mission/Vision Boxes */
.mission-box,
.vision-box {
    background: var(--whiteColor);
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.mission-box .icon-wrapper,
.vision-box .icon-wrapper {
    width: 80px;
    height: 80px;
    background: var(--partialColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.mission-box .icon-wrapper i,
.vision-box .icon-wrapper i {
    font-size: 32px;
    color: var(--primaryColor);
}

.mission-box h3,
.vision-box h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

/* Strength Cards */
.strength-card {
    background: var(--whiteColor);
    padding: 35px 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.strength-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.strength-card .icon-box {
    width: 80px;
    height: 80px;
    background: var(--partialColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.strength-card .icon-box i {
    font-size: 32px;
    color: var(--primaryColor);
}

.strength-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.strength-card p {
    font-size: 15px;
    color: var(--textColor);
    margin: 0;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(223, 10, 10, 0.9);
}

.cta-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.cta-content h2 {
    font-size: 40px;
    color: var(--whiteColor);
    margin-bottom: 15px;
}

.cta-content p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
}

/* Services Page Styles */
.service-card {
    background: var(--whiteColor);
    padding: 35px 30px;
    border-radius: 15px;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--partialColor);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.service-icon i {
    font-size: 36px;
    color: var(--primaryColor);
}

.service-title {
    font-size: 22px;
    margin-bottom: 15px;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.service-list li {
    position: relative;
    padding: 8px 0 8px 20px;
    font-size: 15px;
    color: var(--textColor);
}

.service-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--primaryColor);
    border-radius: 50%;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primaryColor);
}

.service-link:hover {
    color: var(--secondaryColor);
}

/* Finbiz Style Services Grid */
.services-section-grid {
    background-image: url('https://reactheme.com/products/wordpress/finbiz-main/wp-content/uploads/2022/10/bg-01.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
}

.services-grid-container {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}

.service-item {
    padding: 50px 40px 70px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    background: transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.service-item:hover {
    background: rgba(255, 255, 255, 0.5);
}

.service-icon-wrap {
    margin-bottom: 25px;
}

.service-icon-wrap img {
    width: 70px;
    height: 70px;
}

.service-item .service-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--secondaryColor);
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-item .service-desc {
    font-size: 16px;
    color: var(--textColor);
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-item .service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondaryColor);
    transition: color 0.3s ease;
}

.service-item .service-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-item .service-link:hover {
    color: var(--primaryColor);
}

.service-item .service-link:hover i {
    transform: translateX(5px);
}

/* Process Cards */
.process-card {
    text-align: center;
    padding: 30px;
}

.process-number {
    font-size: 60px;
    font-weight: 700;
    color: var(--partialColor);
    font-family: 'Red Hat Display', sans-serif;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-text-stroke: 1px var(--primaryColor);
}

.process-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.process-card p {
    font-size: 15px;
    color: var(--textColor);
    margin: 0;
}

/* Team Page Styles */
.team-card {
    background: var(--whiteColor);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.team-image {
    position: relative;
    overflow: hidden;
}

.team-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.05);
}

.team-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    display: flex;
    justify-content: center;
    gap: 10px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.team-card:hover .team-social {
    opacity: 1;
}

.team-social a {
    width: 40px;
    height: 40px;
    background: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondaryColor);
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

.team-info {
    padding: 25px;
    text-align: center;
}

.team-name {
    font-size: 22px;
    margin-bottom: 5px;
}

.team-name a {
    color: var(--secondaryColor);
}

.team-name a:hover {
    color: var(--primaryColor);
}

.team-position {
    display: block;
    font-size: 14px;
    color: var(--primaryColor);
    font-weight: 500;
    margin-bottom: 10px;
}

.team-desc {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

/* Team Detail Card */
.team-detail-card {
    background: var(--whiteColor);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.team-detail-card .detail-image {
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.team-detail-card h3 {
    font-size: 28px;
    margin-bottom: 5px;
}

.team-detail-card .position {
    display: block;
    font-size: 16px;
    color: var(--primaryColor);
    font-weight: 500;
    margin-bottom: 15px;
}

.expertise-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.expertise-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
    font-size: 15px;
}

.expertise-list li i {
    color: var(--primaryColor);
}

/* Team Member Detail Page */
.team-member-image {
    position: relative;
}

.team-member-image .main-image {
    width: 100%;
    border-radius: 20px;
}

.team-member-image .social-links {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
}

.team-member-image .social-links a {
    width: 45px;
    height: 45px;
    background: var(--whiteColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondaryColor);
    transition: all 0.3s ease;
}

.team-member-image .social-links a:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

.team-member-info .sub-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--primaryColor);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-member-info .member-name {
    font-size: 42px;
    margin: 10px 0;
}

.team-member-info .member-title {
    font-size: 18px;
    color: var(--textColor);
    margin-bottom: 25px;
}

.member-bio h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.competency-list,
.achievement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.competency-list li,
.achievement-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
}

.competency-list li i {
    color: var(--primaryColor);
}

.achievement-list li i {
    color: #FFD700;
}

.language-skills {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.language-item {
    background: var(--lightBg);
    padding: 15px 25px;
    border-radius: 10px;
}

.language-item .language-name {
    display: block;
    font-weight: 600;
    color: var(--secondaryColor);
}

.language-item .language-level {
    font-size: 14px;
    color: var(--primaryColor);
}

.contact-info {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item i {
    color: var(--primaryColor);
    font-size: 18px;
}

/* Turkey Advantage Page */
.market-card {
    background: var(--whiteColor);
    padding: 35px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.market-card .market-icon {
    width: 80px;
    height: 80px;
    background: var(--partialColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.market-card .market-icon i {
    font-size: 32px;
    color: var(--primaryColor);
}

.market-card h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.incentive-card {
    background: var(--whiteColor);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.incentive-card:hover {
    border-color: var(--primaryColor);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.incentive-card .incentive-icon {
    width: 70px;
    height: 70px;
    background: var(--partialColor);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.incentive-card .incentive-icon i {
    font-size: 28px;
    color: var(--primaryColor);
}

.incentive-card h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.industry-card {
    background: var(--whiteColor);
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.industry-card:hover {
    background: var(--primaryColor);
}

.industry-card i {
    font-size: 40px;
    color: var(--primaryColor);
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.industry-card:hover i {
    color: var(--whiteColor);
}

.industry-card h5 {
    font-size: 16px;
    margin: 0;
    transition: color 0.3s ease;
}

.industry-card:hover h5 {
    color: var(--whiteColor);
}

.advantage-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.advantage-list .advantage-icon i {
    font-size: 24px;
    color: var(--primaryColor);
}

.advantage-list .advantage-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.advantage-list .advantage-content p {
    font-size: 15px;
    color: var(--textColor);
    margin: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stat-item {
    background: var(--lightBg);
    padding: 30px;
    border-radius: 15px;
    text-align: center;
}

.stat-item .stat-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: var(--primaryColor);
    font-family: 'Red Hat Display', sans-serif;
}

.stat-item .stat-label {
    font-size: 14px;
    color: var(--textColor);
}

/* Case Studies Page */
.case-card {
    background: var(--whiteColor);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.case-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-image .case-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.case-content {
    padding: 25px;
}

.case-title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.4;
}

.case-details .case-item {
    margin-bottom: 15px;
}

.case-details .case-item h5 {
    font-size: 14px;
    color: var(--primaryColor);
    margin-bottom: 5px;
}

.case-details .case-item p {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

/* Contact Page */
.contact-info-card {
    background: var(--whiteColor);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.contact-info-card .card-image {
    height: 200px;
    overflow: hidden;
}

.contact-info-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-card .card-content {
    padding: 25px;
}

.contact-info-card .location-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--primaryColor);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-info-card h4 {
    font-size: 24px;
    margin: 5px 0 15px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
}

.contact-list li i {
    color: var(--primaryColor);
    width: 20px;
}

.contact-list li a {
    color: var(--textColor);
}

.contact-list li a:hover {
    color: var(--primaryColor);
}

.map-wrapper {
    width: 100%;
}

.contact-form-wrapper {
    background: var(--whiteColor);
    padding: 60px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.contact-form .form-control {
    padding: 15px 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    font-size: 15px;
    background: var(--lightBg);
    transition: all 0.3s ease;
}

.contact-form .form-control:focus {
    border-color: var(--primaryColor);
    background: var(--whiteColor);
    box-shadow: none;
}

.contact-form select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%235D666F' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}

.social-contact-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 25px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--whiteColor);
    transition: all 0.3s ease;
}

.social-btn.wechat {
    background: #07C160;
}

.social-btn.whatsapp {
    background: #25D366;
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    color: var(--whiteColor);
}

.working-hours-card {
    background: var(--whiteColor);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.working-hours-card h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

.working-hours-card h4 i {
    color: var(--primaryColor);
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid var(--lightBg);
}

.hours-list li span {
    color: var(--textColor);
}

.hours-list li strong {
    color: var(--secondaryColor);
}

.working-hours-card .note {
    font-size: 14px;
    color: var(--textColor);
    margin: 0;
}

.working-hours-card .note i {
    color: var(--primaryColor);
    margin-right: 5px;
}

/* Insights/Blog Page */
.featured-post {
    background: var(--whiteColor);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.featured-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.featured-content {
    padding: 40px;
}

.post-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.post-meta .category {
    background: var(--partialColor);
    color: var(--primaryColor);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.post-meta .date {
    font-size: 14px;
    color: var(--textColor);
}

.featured-title {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.featured-content p {
    font-size: 16px;
    color: var(--textColor);
    margin-bottom: 20px;
}

.read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
    color: var(--primaryColor);
}

.read-more-btn:hover {
    color: var(--secondaryColor);
}

.blog-card {
    background: var(--whiteColor);
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.blog-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-image img {
    transform: scale(1.05);
}

.blog-category {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--primaryColor);
    color: var(--whiteColor);
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.blog-content {
    padding: 25px;
}

.blog-meta {
    margin-bottom: 10px;
}

.blog-meta span {
    font-size: 14px;
    color: var(--textColor);
}

.blog-title {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blog-content p {
    font-size: 14px;
    color: var(--textColor);
    margin-bottom: 15px;
}

.blog-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primaryColor);
}

.blog-link:hover {
    color: var(--secondaryColor);
}

.blog-pagination .pagination {
    gap: 10px;
}

.blog-pagination .page-link {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #eee;
    color: var(--secondaryColor);
    font-weight: 600;
}

.blog-pagination .page-item.active .page-link {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

.blog-pagination .page-link:hover {
    background: var(--primaryColor);
    border-color: var(--primaryColor);
    color: var(--whiteColor);
}

.newsletter-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.newsletter-form .form-group {
    display: flex;
    gap: 15px;
}

.newsletter-form .form-control {
    flex: 1;
    padding: 15px 25px;
    border: 2px solid var(--lightBg);
    border-radius: 15px;
    font-size: 16px;
}

.newsletter-form .form-control:focus {
    border-color: var(--primaryColor);
    outline: none;
}

.advisory-note {
    background: var(--lightBg);
    padding: 30px;
    border-radius: 15px;
}

.advisory-note p {
    margin: 0;
    font-size: 16px;
    color: var(--textColor);
}

.advisory-note i {
    color: var(--primaryColor);
    margin-right: 10px;
}

/* Responsive Styles for Inner Pages */
@media (max-width: 991px) {
    .page-title {
        font-size: 36px;
    }
    
    .section-heading .section-title {
        font-size: 32px;
    }
    
    .experience-badge {
        right: 0;
    }
    
    .cta-content h2 {
        font-size: 30px;
    }
    
    .contact-form-wrapper {
        padding: 40px;
        margin-top: -60px;
    }
    
    .featured-image {
        height: 300px;
    }
    
    .featured-title {
        font-size: 24px;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

@media (max-width: 767px) {
    .page-header {
        padding: 80px 0 60px;
    }
    
    .page-title {
        font-size: 28px;
    }
    
    .section-padding {
        padding: 60px 0;
    }
    
    .section-heading .section-title {
        font-size: 26px;
    }
    
    .experience-badge {
        position: relative;
        right: auto;
        bottom: auto;
        display: inline-block;
        margin-top: 20px;
    }
    
    .cta-content h2 {
        font-size: 24px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .contact-form-wrapper {
        padding: 30px 20px;
        margin-top: -40px;
    }
    
    .newsletter-form .form-group {
        flex-direction: column;
    }
    
    .social-contact-buttons {
        flex-direction: column;
    }
    
    .featured-post .row {
        flex-direction: column;
    }
    
    .featured-image {
        height: 250px;
    }
    
    .featured-content {
        padding: 25px;
    }
    
    .featured-title {
        font-size: 20px;
    }
    
    .team-member-info .member-name {
        font-size: 32px;
    }
}