/* =================================
***** [Core Stylesheet - v1.0] *****
================================= */

/* ----------------------------------------------
:: Template Name: Fancy - Creative Agency Template
:: Template Author: Colorlib
:: Template Author URI: https://colorlib.com
:: Version: v1.0.0
:: Last Updated: 12-08-2017
---------------------------------------------- */

/* ***** [Fonts: Popins + Playfair Display] ***** */

@import url('https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,600,700');

/* ***** Import All CSS ***** */
/* CSS files are now loaded directly in HTML head section for better compatibility */

@import 'css/bootstrap/bootstrap.min.css';
@import 'css/others/animate.css';
@import 'css/others/magnific-popup.css';
@import 'css/others/owl.carousel.min.css';
@import 'css/others/font-awesome.min.css';
@import 'css/others/elegant-font.css';
@import 'css/others/themify-icons.css';

/* ***** Process Flow Styles ***** */
.process-area {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.process-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
    position: relative;
}

.process-step {
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 220px;
    position: relative;
    z-index: 2;
}

.process-icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(33, 211, 151, 0.3);
    transition: all 0.3s ease;
}

.process-step:nth-child(odd) .process-icon {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
}

.process-step:nth-child(5) .process-icon {
    background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
    box-shadow: 0 10px 30px rgba(33, 211, 151, 0.3);
}

.process-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(33, 211, 151, 0.2) 0%, rgba(27, 179, 134, 0.2) 100%);
    z-index: -1;
}

.process-step:nth-child(odd) .process-icon::before {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.2) 100%);
}

.process-step:nth-child(5) .process-icon::before {
    background: linear-gradient(135deg, rgba(33, 211, 151, 0.2) 0%, rgba(27, 179, 134, 0.2) 100%);
}

.process-icon:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(33, 211, 151, 0.4);
}

.process-step:nth-child(odd) .process-icon:hover {
    box-shadow: 0 15px 40px rgba(59, 130, 246, 0.4);
}

.process-icon i {
    font-size: 40px;
    color: white;
}

.process-step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.3;
}

.process-step p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.process-connector {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #21d397 0%, #3b82f6 50%, #21d397 100%);
    position: relative;
    margin: 60px 0 0 0;
    border-radius: 2px;
    flex-shrink: 0;
}

.process-connector::before {
    content: '';
    position: absolute;
    right: -8px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 8px solid #21d397;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .process-flow {
        gap: 15px;
    }
    
    .process-connector {
        width: 60px;
    }
}

@media (max-width: 992px) {
    .process-flow {
        flex-direction: column;
        gap: 30px;
    }
    
    .process-connector {
        width: 4px;
        height: 60px;
        margin: 0;
        background: linear-gradient(180deg, #21d397 0%, #3b82f6 50%, #21d397 100%);
    }
    
    .process-connector::before {
        right: -6px;
        top: auto;
        bottom: -8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #21d397;
    }
    
    .process-step {
        max-width: 300px;
    }
}

@media (max-width: 768px) {
    .process-icon {
        width: 100px;
        height: 100px;
    }
    
    .process-icon i {
        font-size: 32px;
    }
    
    .process-step h4 {
        font-size: 16px;
    }
    
    .process-step p {
        font-size: 13px;
    }
}

/* ***** Pricing Table Styles ***** */
.pricing-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.pricing-table-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
    margin: 0 auto;
    max-width: 1200px;
}

/* Desktop Table Styles */
.desktop-table .pricing-table {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    width: 100%;
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.pricing-header {
    display: contents;
}

.pricing-header > div {
    padding: 25px 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 2px solid #eee;
}

.feature-column {
    background-color: #f8f9fa;
    text-align: left !important;
    font-weight: 700;
    color: #666;
}

.plan-column.essentials {
    background-color: #f8f9fa;
    color: #666;
}

.plan-column.growth {
    background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
    color: white;
    position: relative;
}

.plan-column.growth::after {
    content: 'MOST POPULAR';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: white;
    padding: 5px 15px;
    border-radius: 15px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}

.plan-column.advanced {
    background-color: #f8f9fa;
    color: #666;
}

.desktop-table .feature-row {
    display: contents;
}

.desktop-table .feature-row > div {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.desktop-table .feature-name {
    background-color: white;
    font-weight: 500;
    color: #333;
    text-align: left;
    justify-content: flex-start;
}

.desktop-table .feature-value {
    background-color: white;
    text-align: center;
    justify-content: center;
    font-weight: 500;
}

.desktop-table .feature-value.growth {
    background-color: #f0fdf9;
    border-left: 3px solid #21d397;
    border-right: 3px solid #21d397;
}

.feature-value i.fa-check {
    color: #21d397;
    font-size: 18px;
    font-weight: bold;
}

.desktop-table .feature-value.essentials,
.desktop-table .feature-value.advanced {
    color: #666;
}

.desktop-table .feature-value.growth {
    color: #333;
    font-weight: 600;
}

.cta-row {
    display: contents;
}

.cta-row > div {
    padding: 30px 20px;
    border-top: 2px solid #eee;
}

.cta-button {
    text-align: center;
    justify-content: center;
}

.cta-button.growth {
    background-color: #f0fdf9;
    border-left: 3px solid #21d397;
    border-right: 3px solid #21d397;
}

/* Mobile Card Styles */
.pricing-cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 30px;
}

.pricing-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.pricing-card.featured-card {
    border: 2px solid #21d397;
    position: relative;
    transform: scale(1.02);
}

.pricing-card.featured-card:hover {
    transform: scale(1.02) translateY(-5px);
}

.pricing-card-header {
    padding: 30px 25px 25px;
    text-align: center;
    position: relative;
}

.essentials-header {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    color: white;
}

.growth-header {
    background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
    color: white;
}

.advanced-header {
    background: linear-gradient(135deg, #343a40 0%, #212529 100%);
    color: white;
}

.popular-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff6b35;
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

.pricing-card-header h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.pricing-features {
    padding: 0 25px 25px;
}

.feature-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}

.feature-item:last-child {
    border-bottom: none;
}

.feature-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
    flex: 1;
}

.feature-value {
    font-weight: 600;
    color: #21d397;
    font-size: 14px;
    min-width: 40px;
    text-align: right;
}

.feature-value.not-included {
    color: #ccc;
    font-size: 16px;
}

.pricing-btn {
    padding: 15px 30px;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 2px solid #21d397;
    background: white;
    color: #21d397;
    text-transform: uppercase;
    width: 100%;
    margin-top: 10px;
}

.pricing-btn:hover {
    background: #21d397;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 211, 151, 0.3);
}

.featured-btn {
    background: #21d397;
    color: white;
    border: 2px solid #21d397;
}

.featured-btn:hover {
    background: #1bb386;
    border-color: #1bb386;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(33, 211, 151, 0.4);
}

.mobile-btn {
    margin: 20px 25px 25px;
}

/* Modal Styles */
.modal-content {
    border-radius: 15px;
    border: none;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.modal-header {
    background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.modal-title {
    font-weight: 600;
}

.btn-close {
    filter: invert(1);
}

/* Responsive Design for Pricing Table */
@media (max-width: 1200px) {
    .pricing-table {
        grid-template-columns: 1.8fr 1fr 1fr 1fr;
    }
    
    .pricing-header > div,
    .feature-row > div {
        padding: 18px 15px;
        font-size: 13px;
    }
    
    .feature-name {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .pricing-section {
        padding: 60px 0;
    }
    
    .pricing-table-container {
        margin: 0 20px;
    }
    
    .pricing-table {
        display: block;
    }
    
    .pricing-header {
        display: flex;
        justify-content: space-between;
        background: #f8f9fa;
        padding: 20px;
        border-radius: 10px 10px 0 0;
        margin-bottom: 0;
    }
    
    .feature-column {
        display: none;
    }
    
    .plan-column {
        flex: 1;
        text-align: center;
        padding: 15px 10px !important;
        font-size: 12px;
        font-weight: 700;
        position: relative;
    }
    
    .plan-column.growth::after {
        top: -8px;
        font-size: 8px;
        padding: 3px 8px;
    }
    
    .feature-row {
        display: flex;
        align-items: stretch;
        border-bottom: 1px solid #eee;
        background: white;
    }
    
    .feature-name {
        flex: 1.5;
        background: #f8f9fa;
        padding: 15px 20px;
        font-weight: 600;
        color: #333;
        border-right: 1px solid #eee;
        display: flex;
        align-items: center;
        font-size: 13px;
    }
    
    .feature-value {
        flex: 1;
        padding: 15px 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eee;
        font-size: 12px;
    }
    
    .feature-value:last-child {
        border-right: none;
    }
    
    .feature-value.growth {
        background-color: #f0fdf9;
        border-left: none;
        border-right: none;
    }
    
    .cta-row {
        display: flex;
        align-items: stretch;
        border-top: 2px solid #eee;
        background: white;
        border-radius: 0 0 10px 10px;
    }
    
    .cta-row .feature-name {
        background: #f8f9fa;
    }
    
    .cta-button {
        flex: 1;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #eee;
    }
    
    .cta-button:last-child {
        border-right: none;
    }
    
    .pricing-btn {
        padding: 8px 15px;
        font-size: 11px;
        min-width: auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 40px 0;
    }
    
    .pricing-table-container {
        margin: 0 10px;
    }
    
    .pricing-table {
        display: block;
    }
    
    .pricing-header {
        display: none;
    }
    
    .feature-row {
        display: block;
        margin-bottom: 25px;
        background: white;
        border-radius: 12px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        overflow: hidden;
        border: 1px solid #eee;
    }
    
    .feature-name {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        padding: 16px 20px;
        font-weight: 700;
        color: #333;
        border-bottom: 2px solid #eee;
        font-size: 15px;
        text-align: center;
    }
    
    .feature-value {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 20px;
        border-bottom: 1px solid #f0f0f0;
        font-size: 13px;
    }
    
    .feature-value:last-child {
        border-bottom: none;
    }
    
    .feature-value::before {
        content: attr(data-plan);
        font-weight: 600;
        color: #666;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        min-width: 80px;
    }
    
    .feature-value.essentials::before {
        content: 'ESSENTIALS';
        color: #6c757d;
    }
    
    .feature-value.growth::before {
        content: 'GROWTH';
        color: #21d397;
        font-weight: 700;
    }
    
    .feature-value.advanced::before {
        content: 'ADVANCED';
        color: #495057;
    }
    
    .feature-value.growth {
        background-color: #f0fdf9;
        border-left: 3px solid #21d397;
        font-weight: 600;
    }
    
    .cta-row {
        display: block;
        margin-top: 30px;
        background: none;
        border: none;
        border-radius: 0;
    }
    
    .cta-row .feature-name {
        display: none;
    }
    
    .cta-button {
        display: block;
        margin-bottom: 15px;
        padding: 0;
        background: none;
        border: none;
    }
    
    .pricing-btn {
        width: 100%;
        padding: 14px 25px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 8px;
    }
    
    .featured-btn {
        background: linear-gradient(135deg, #21d397 0%, #1bb386 100%);
        box-shadow: 0 4px 15px rgba(33, 211, 151, 0.3);
    }
}

@media (max-width: 480px) {
    .pricing-table-container {
        margin: 0 5px;
    }
    
    .feature-name,
    .feature-value {
        padding: 10px 15px;
        font-size: 12px;
    }
    
    .feature-name {
        font-size: 14px;
    }
    
    .pricing-btn {
        padding: 12px 20px;
        font-size: 13px;
    }
    
    .modal-dialog {
        margin: 10px;
    }
    
    #calendly-embed {
        height: 500px !important;
    }
}

/* --------------------
:: 1.0 Base CSS
-------------------- */

*,
ul,
li {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    z-index: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #232d37;
    line-height: 1.25;
}

p {
    font-family: 'Poppins', sans-serif;
    color: #51545f;
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
}

img {
    max-width: 100%;
    height: auto;
}

a,
a:hover,
a:focus,
a:active {
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    outline: none;
}

li {
    list-style: none;
}

.fancy-table {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 2;
}

.fancy-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.playfair-font {
    font-family: 'Playfair Display', serif;
}

/* Preloader CSS */

#preloader {
    overflow: hidden;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.loader {
    width: 46px;
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -23px;
    z-index: 9;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: translateY(0%);
    }
    30% {
        -webkit-transform: translateY(-0.25em);
    }
    50% {
        -webkit-transform: translateY(0%);
    }
    70% {
        -webkit-transform: translateY(0.25em);
    }
}

.loader .inner1,
.loader .inner2,
.loader .inner3 {
    display: inline-block;
    margin: 0.125em;
    width: 0.5em;
    height: 0.5em;
    border: 1px solid #fff;
    border-radius: 1em;
    background-color: #fff;
    -webkit-transform-origin: 50%;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-name: rotate;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

.loader .inner2 {
    -webkit-animation-delay: 0.1875s;
}

.loader .inner3 {
    -webkit-animation-delay: 0.375s;
}

/* Basic CSS */

.section-padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.section-padding-120-0 {
    padding-top: 120px;
    padding-bottom: 0;
}

.section-padding-0-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.section-padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.section-padding-100-0 {
    padding-top: 100px;
    padding-bottom: 0;
}

.section-padding-0-100 {
    padding-top: 0;
    padding-bottom: 100px;
}

.section-padding-200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.section-padding-200-0 {
    padding-top: 200px;
    padding-bottom: 0;
}

.section-padding-0-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.section-padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.section-padding-80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

#scrollUp {
    bottom: 10%;
    font-size: 18px;
    right: 5%;
    width: 40px;
    background-color: #5a5c68;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 2px 0 0 2px;
    border-radius: 50%;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

#scrollUp:hover {
    background-color: #040728;
}

.section-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 55px;
}

.section-heading h2 {
    margin-bottom: 15px;
    font-size: 38px;
}

.section-heading.heading-white h2,
.section-heading.heading-white p {
    color: #fff;
}

.section-heading-line {
    width: 50px;
    height: 2px;
    background-color: #000;
    margin: 0 auto;
}

.bg-gray {
    background-color: #f7f7f7;
}

.fancy-bg-dark {
    background-color: #131627!important;
}

.bg-img {
    background-position: center center;
    background-size: cover;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(4, 8, 29, 0.7);
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
}

.fancy-btn {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    padding: 12px 20px;
    min-width: 160px;
    width: auto;
    height: auto;
    min-height: 46px;
    border-left: 2px solid #040728;
    border-right: 2px solid #21d397;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, #040728 0%, #21d397 100%), -webkit-linear-gradient(left, #040728 0%, #21d397 100%);
    background-image: linear-gradient(to right, #040728 0%, #21d397 100%), linear-gradient(to right, #040728 0%, #21d397 100%);
    -webkit-transition-duration: 1000ms;
    transition-duration: 1000ms;
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
}
html {
    scroll-behavior: smooth;
}
/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #25d366; /* WhatsApp green color */
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.whatsapp-float:hover {
    background-color: #128c7e; /* Darker green on hover */
}

.whatsapp-icon {
    font-size: 30px;
}
.fancy-btn:after {
    color: #fff;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.fancy-btn:hover:after,
.fancy-btn.fancy-active:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.fancy-btn.fancy-dark {
    color: #232d37;
}

.fancy-btn:hover,
.fancy-btn.fancy-dark:hover {
    color: #fff;
}

/* Responsive Button Styles */
@media (max-width: 768px) {
    .fancy-btn {
        font-size: 12px;
        padding: 10px 16px;
        min-width: 140px;
        min-height: 42px;
    }
}

@media (max-width: 576px) {
    .fancy-btn {
        font-size: 11px;
        padding: 8px 14px;
        min-width: 120px;
        min-height: 38px;
        width: 100%;
        max-width: 280px;
    }
}

/* Custom CTA Button for Service Pages */
.custom-cta-btn {
    min-width: 140px;
    white-space: nowrap;
}

@media (max-width: 576px) {
    .custom-cta-btn {
        white-space: normal;
        width: 100% !important;
        max-width: none;
    }
}

/* Additional button text handling */
.fancy-btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.fancy-btn.multi-line {
    white-space: normal;
    line-height: 1.3;
    padding: 10px 20px;
}

/* Button flex utilities */
.btn-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* For buttons with icons */
.fancy-btn i {
    margin-right: 8px;
}

.fancy-btn i:last-child {
    margin-right: 0;
    margin-left: 8px;
}

/* Header Area CSS */

#header-sticky-wrapper {
    position: absolute;
    width: 100%;
}

.header_area {
    background-color: transparent;
    position: fixed;
    width: 100%;
    z-index: 90;
    height: 100px;
    top: 0;
    left: 0;
    padding: 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.is-sticky .header_area {
    background-color: rgba(4, 8, 29, 0.85);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    border-bottom: 1px solid transparent;
}
/* Default text size */
.company-name {
    font-size: 1.5rem; /* Adjust this value as needed for desktop */
}

/* Reduce text size on mobile devices */
@media (max-width: 768px) {
    .company-name {
        font-size: 0.8rem; /* Smaller text for mobile */
    }
    
    .navbar-brand img {
        height: 50px; /* You might want to reduce the logo size as well */
    }
}

.header_area .navbar-brand {
    padding: 0;
    margin-right: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

.header_area .navbar {
    padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 25px;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.fancy-search-and-shop-area {
    margin-left: 65px;
}

.fancy-search-and-shop-area > a {
    font-size: 16px;
    color: #fff;
}

.fancy-search-and-shop-area > a:first-child {
    margin-right: 30px;
}

.fancy-search-form {
    width: 100%;
    background-color: #fff;
    height: 100px;
    position: fixed;
    top: -130px;
    left: 0;
    padding: 0 65px;
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.1);
}

.search-form-on .fancy-search-form {
    top: 0;
    z-index: 2000;
}

.fancy-search-form form input {
    width: 100%;
    font-size: 36px;
    color: #b5aec4;
    background-color: transparent;
    border: none;
}

.search-close-btn {
    color: #2bc0a4;
    font-size: 30px;
    top: 8px;
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 1;
}

/* hero area css */

.fancy-hero-area {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 900px;
}

.video-overview > a {
    color: #fff;
    position: relative;
    z-index: 1;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 60px;
    display: inline-block;
}

.video-overview > a:after {
    background-color: #fff;
    width: calc(100% - 45px);
    right: -1px;
    bottom: 0;
    position: absolute;
    z-index: -1;
    content: '';
    height: 2px;
}

.video-overview > a > i {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    line-height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    color: #2bc0a4;
}

.fancy-hero-content h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 50px;
}

.animated-img {
    -webkit-animation: animated-image 20s ease infinite;
    animation: animated-image 20s ease infinite;
}

@-webkit-keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes animated-image {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 20%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Top Features Area CSS */

.fancy-top-features-area {
    position: relative;
    z-index: 99;
}

.fancy-top-features-content {
    position: absolute;
    width: 100%;
    z-index: 99;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    left: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
}

.single-top-feature {
    padding: 45px;
    background-color: #fff;
    position: relative;
    z-index: 1;
}

.single-top-feature:after {
    width: 1px;
    height: calc(100% - 60px);
    position: absolute;
    top: 30px;
    right: 0;
    content: '';
    background-color: #e5e5e5;
}

.fancy-top-features-content .col-12:last-child .single-top-feature:after {
    display: none;
}

.single-top-feature p {
    margin-bottom: 0;
}

.single-top-feature h5 i {
    color: #2bc0a4;
}

/* About Us Area CSS */

.fancy-about-us-area {
    padding-top: 200px;
    padding-bottom: 100px;
}

.about-us-text > h2 {
    font-size: 38px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.about-us-text > p {
    line-height: 1.8
}

.about-us-text > p:last-of-type {
    margin-bottom: 35px;
}

.about-us-thumb > img {
    border-radius: 5px;
    margin-top: 65px;
}

/* Skills Area CSS */

.fancy-skills-area {
    position: relative;
    z-index: 2;
}

.skills-side-thumb {
    position: absolute;
    top: 50%;
    z-index: 99;
    left: 0;
    width: calc(50% - 15px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.barfiller {
    background: #e5e5e5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    position: relative;
    width: 100%;
}

.barfiller .fill {
    display: block;
    position: relative;
    height: 100%;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -22px;
    font-size: 14px;
    color: #232d37;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: transparent;
    font-weight: 600;
}

.barfiller .tip:after {
    display: none;
}

.single_progress_bar {
    margin-bottom: 35px;
}

.single_progress_bar:last-child {
    margin-bottom: 60px;
}

.single_progress_bar h6 {
    font-size: 14px;
    margin-bottom: 5px;
}

/* Service Area CSS */

.single-service-area {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-service-area i {
    font-size: 40px;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-service-area h5 {
    margin: 20px 0;
    color: #fff;
}

.single-service-area p {
    margin-bottom: 0;
    color: #fff;
}

.single-service-area:hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

/* Testimonials Area CSS */

.testimonials-slides {
    position: relative;
    z-index: 1;
}

.testimonial-thumbnail {
    width: 170px;
    height: 170px;
    margin-right: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-left: 5px;
}

.testimonial-thumbnail img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.testimonilas-content span.quote {
    font-size: 120px;
    line-height: 1;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.testimonilas-content h5 {
    color: #51545f;
    font-size: 18px;
    line-height: 30px;
    margin-top: -30px;
    margin-bottom: 0;
}

.testimonilas-content h6 {
    margin-top: 15px;
}

.testimonilas-content h6 span {
    font-size: 14px;
    color: #b5aec4;
}

.testimonials-slides .owl-prev,
.testimonials-slides .owl-next {
    width: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: -4%;
    color: #c2c1ca;
    z-index: 9;
}

.testimonials-slides .owl-next {
    left: auto;
    right: -4%;
}

/* CTA Area CSS */

.cta-content h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.cta-content p {
    color: #fff;
    margin-bottom: 30px;
}

/* Blog Area CSS */

.single-blog-area {
    border: 1px solid #ebebeb;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single-blog-area:hover {
    background-color: #fff;
    box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.1)
}

.blog-content {
    padding: 30px;
}

.blog-content h5 a {
    font-size: 18px;
    color: #232d37;
}

.blog-content > a {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #2bc0a4;
    text-decoration: underline;
    font-weight: 400;
}

.blog-content > a:hover {
    color: #040728;
}

/* Footer Area CSS */

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget h6 {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
}

.single-footer-widget > p {
    color: #b5aec4;
    font-weight: 300;
}

.single-footer-widget form {
    position: relative;
    z-index: 1;
}

.single-footer-widget form > input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #b5aec4;
    border: none;
    background-color: #2b2e3d;
    border-radius: 2px;
    font-size: 12px;
}

.single-footer-widget form > button {
    padding: 5px 15px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 13px;
    z-index: 5;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: #040728;
    background: -webkit-linear-gradient(to right, #040728, #21d397);
    background: -webkit-linear-gradient(left, #040728, #21d397);
    background: linear-gradient(to right, #040728, #21d397);
}

.footer-social-widegt {
    margin-top: 30px;
}

.footer-social-widegt > a {
    color: #2bc0a4;
    font-size: 14px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-social-widegt > a:hover {
    color: #040728;
}

.single-tweet a {
    color: #b5aec4;
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 1.9;
}

.single-tweet a > i {
    color: #2bc0a4;
}

.single-tweet span {
    font-size: 12px;
    color: #b5aec4;
}

.single-footer-widget ul li {
    display: inline-block;
    width: 50%;
    float: left;
    overflow: hidden
}

.single-footer-widget ul li a {
    font-size: 14px;
    color: #b5aec4;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
    margin-left: -10px;
}

.single-footer-widget ul li a:hover {
    margin-left: 5px;
    color: #2bc0a4;
}

.footer-copywrite-area {
    background-color: #04081d;
    height: 50px;
}

.copywrite-text p {
    margin: 0;
}

.copywrite-text p > a {
    font-weight: 300;
    color: #b5aec4;
}

.footer-nav ul li {
    display: inline-block;
    float: left;
}

.footer-nav ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #b5aec4;
    display: block;
    padding: 0 20px;
}

/* Breadcumb Area CSS */

.fancy-breadcumb-area {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 1;
}

.breadcumb-content {
    padding-top: 100px;
}

.breadcumb-content h2 {
    color: #fff;
    font-size: 48px;
}

.breadcumb-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

/* Google Map */

#googleMap {
    width: 100%;
    height: 525px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.follow-us-area {
    margin-top: 40px;
}

.follow-us-area h2 {
    margin-bottom: 25px;
}

.follow-us-area > a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #ddd;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
}

.contact-details-area > p {
    font-size: 16px;
}

.follow-us-area > a.facebook {
    background-color: #3a61c9;
}

.follow-us-area > a.twitter {
    background-color: #41a1f6;
}

.follow-us-area > a.google-plus {
    background-color: #fb4343;
}

.follow-us-area > a.instagram {
    background-color: #8f6247;
}

.contact-form .form-control {
    width: 100%;
    height: 50px;
    border-radius: 2px;
    color: #b5aec4;
    border: 1px solid #ebebeb;
}

.contact-form .form-control:focus {
    border: 1px solid #7f7f7f;
}

.contact-form textarea.form-control {
    height: 80px;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
}

.breadcrumb li a {
    color: #fff;
}

/* Blog Page CSS */

.single-post-share-info > a {
    width: 30px;
    height: 30px;
    display: block;
    margin-bottom: 20px;
    text-align: center;
    background-color: #ddd;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
}

.single-post-share-info > a.facebook {
    background-color: #4c65a8;
}

.single-post-share-info > a.twitter {
    background-color: #4c65a8;
}

.single-post-share-info > a.googleplus {
    background-color: #f43535;
}

.single-post-share-info > a.instagram {
    background-color: #8f6247;
}

.single-post-share-info > a.pinterest {
    background-color: #f0c605;
}

.post-thumb {
    margin-bottom: 30px;
}

.post-content > p {
    font-size: 16px;
}

.fancy-blockquote {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    padding-left: 70px;
}

.fancy-blockquote span.quote {
    font-size: 100px;
    position: absolute;
    line-height: 1;
    top: -15px;
    left: 0;
    color: #2bc0a4
}

.fancy-blockquote h5 {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 400;
}

.fancy-blockquote h6 {
    font-weight: 400;
}

.fancy-blockquote h6 span {
    color: #b5aec4;
    font-size: 14px;
}

.single-widget-area .widget-title h5 {
    font-size: 22px;
    margin-bottom: 25px;
}

.post-contents {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: block;
}

.post-contents a h6 {
    line-height: 1.5;
}

.post-contents > a.post-date {
    font-size: 14px;
    color: #b5aec4;
}

.categories-widget ul > li > a {
    color: #1e1e27;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.categories-widget ul > li > a > i {
    font-size: 8px;
    color: #2bc0a4;
    margin-right: 10px;
}

.tags-widget > a {
    background-color: #ebebeb;
    padding: 10px 15px 7px;
    display: inline-block;
    font-size: 12px;
    color: #51545f;
    text-transform: uppercase;
    margin-bottom: 5px;
    line-height: 1;
}

.tags-widget > a:hover {
    background-color: #040728;
    color: #fff;
}
.toast {
    position: fixed;
    top: 20px; /* Positioned at the top */
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.7s ease-in-out;
}

.toast.error {
    background: #f44336;
}
.skills-side-thumb img {
    width: 80%; /* Reduce size for a better thumbnail effect */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Smoother edges */
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth effect */
}

.skills-side-thumb img:hover {
    transform: scale(1.1); /* Slight zoom effect on hover */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
}

/* Card style for contact sections */
.card-style {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.07);
    padding: 32px 24px;
    margin-bottom: 32px;
}
/* Social icon hover */
.follow-us-area a {
    margin-right: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}
.follow-us-area a:hover {
    transform: scale(1.15);
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    color: #25d366 !important;
}
/* Toast notification */
.toast {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 9999;
    background: #fff;
    color: #333;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 16px 32px;
    font-size: 1.1rem;
    border-left: 6px solid #25d366;
    opacity: 0.97;
    transition: opacity 0.3s;
}
.toast.success { border-left-color: #25d366; }
.toast.error { border-left-color: #e74c3c; }
/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    z-index: 10000;
    transition: background 0.2s;
}
.whatsapp-float:hover {
    background: #128c7e;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .card-style { padding: 18px 8px; }
    .whatsapp-float { width: 48px; height: 48px; font-size: 1.5rem; bottom: 16px; right: 16px; }
}

/* ***** Testimonials/Reviews Slider Styles ***** */
.fancy-testimonials-area {
    background-color: #f8f9fa;
    padding: 80px 0;
}

.section-heading {
    margin-bottom: 60px;
}

.section-heading h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.section-heading p {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.testimonials-slider-wrapper {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.testimonials-slider {
    display: flex;
    transition: transform 0.5s ease;
    position: relative;
}

.testimonial-item {
    min-width: 100%;
    flex: 0 0 100%;
    padding: 60px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.testimonial-card {
    text-align: center;
    width: 100%;
}

.testimonial-stars {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.testimonial-stars i {
    font-size: 1.3rem;
    color: #ffc107;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #333;
    font-style: italic;
    line-height: 1.8;
    margin-bottom: 25px;
    margin-top: 20px;
}

.testimonial-author {
    font-size: 1.2rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
}

.testimonial-title {
    font-size: 0.9rem;
    color: #999;
    margin: 0;
}

/* Slider Controls */
.testimonials-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.testimonial-prev,
.testimonial-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #21d397;
    background: white;
    color: #21d397;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    background: #21d397;
    color: white;
    transform: scale(1.1);
}

/* Slider Dots */
.testimonials-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 10px 0;
    background: white;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background-color: #21d397;
    width: 30px;
    border-radius: 6px;
}

.dot:hover {
    background-color: #21d397;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fancy-testimonials-area {
        padding: 60px 0;
    }

    .section-heading h2 {
        font-size: 2rem;
    }

    .testimonial-item {
        padding: 40px 25px;
        min-height: auto;
    }

    .testimonial-text {
        font-size: 1rem;
    }

    .testimonial-author {
        font-size: 1.1rem;
    }

    .testimonials-controls {
        bottom: 20px;
    }

    .testimonial-prev,
    .testimonial-next {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .section-heading h2 {
        font-size: 1.5rem;
    }

    .testimonial-item {
        padding: 30px 20px;
    }

    .testimonial-text {
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .testimonial-stars i {
        font-size: 1rem;
    }

    .testimonials-controls {
        bottom: 15px;
        gap: 10px;
    }

    .testimonial-prev,
    .testimonial-next {
        width: 35px;
        height: 35px;
        font-size: 0.9rem;
    }
}
