/* ==========================================================================
   LinearBee Stylesheet
   ========================================================================== */

/* --------------------------------------------------------------------------
   Fonts
   -------------------------------------------------------------------------- */
@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);

/* Flaticon */
@font-face {
    font-family: Flaticon;
    src: url("../fonts/Flaticon.eot");
    src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
         url("../fonts/Flaticon.woff2") format("woff2"),
         url("../fonts/Flaticon.woff") format("woff"),
         url("../fonts/Flaticon.ttf") format("truetype"),
         url("../fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: 400;
    font-style: normal;
}
[class*=" flaticon-"]:before,
[class^=flaticon-]:before {
    font-family: Flaticon;
    font-style: normal;
}
.flaticon-right:before { content: "\f101"; }
.flaticon-up:before { content: "\f10e"; }

/* --------------------------------------------------------------------------
   Base Styles
   -------------------------------------------------------------------------- */
html, body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: Nunito, sans-serif;
    background-color: #f8f7f5 !important;
}

img { max-width: 100%; height: auto; }
:focus { outline: 0 !important; }
a { color: #221638; text-decoration: none; transition: .5s; }
a:hover { color: #ef7928; text-decoration: none; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
    font-family: Nunito, sans-serif;
    font-weight: 800;
}

p {
    color: #6b6b84;
    line-height: 1.3;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
}
p:last-child { margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Utility Classes
   -------------------------------------------------------------------------- */
.pt-100, .ptb-100 { padding-top: 100px; }
.pb-100, .ptb-100 { padding-bottom: 100px; }
.pt-70, .ptb-70 { padding-top: 70px; }
.pb-70, .ptb-70 { padding-bottom: 70px; }
.bg-f1f8fb { background-color: #f1f8fb; }
.bg-color { background-color: #fefcf8; }

/* --------------------------------------------------------------------------
   Default Button
   -------------------------------------------------------------------------- */
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    background-color: #ef7928;
    border-radius: 5px;
    padding: 12px 25px 12px 50px;
    font-weight: 700;
    font-size: 16px;
    transition: .5s;
}
.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 5px;
    background-color: #3aa2d7;
    transition: width .5s ease-in-out, height .5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.default-btn i {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 16.5px;
}
.default-btn:hover {
    color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}
.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

/* --------------------------------------------------------------------------
   Section Title
   -------------------------------------------------------------------------- */
.section-title {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}
.section-title .sub-title,
.about-content .content .sub-title,
.project-start-content .sub-title {
    position: relative;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ef7928;
    font-weight: 700;
    font-size: 15px;
}
.section-title .sub-title img,
.about-content .content .sub-title img {
    margin-right: 5px;
}
.section-title h2 {
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 44px;
}
.section-title p {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}


/* --------------------------------------------------------------------------
   Navbar
   -------------------------------------------------------------------------- */
.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-area.is-sticky {
    position: fixed;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    background-color: #fff !important;
    animation: .5s ease-in-out fadeInDown;
    padding-top: 0;
    padding-bottom: 5px;
}
.tracer-responsive-nav { display: none; }
.tracer-nav .navbar {
    position: inherit;
    padding: 0;
}
.tracer-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding: 0;
}
.tracer-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.tracer-nav .navbar .navbar-nav {
    margin-left: auto;
}
.tracer-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}
.tracer-nav .navbar .navbar-nav .nav-item a {
    color: #221638;
    transition: .5s;
    font-size: 17px;
    font-weight: 700;
    padding: 25px 0;
}
.tracer-nav .navbar .navbar-nav .nav-item a:hover {
    color: #ef7928;
}

/* --------------------------------------------------------------------------
   Mean Menu (Mobile Navigation)
   -------------------------------------------------------------------------- */
.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: 0 0;
    padding: 0;
    z-index: 999;
}
.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
    padding-top: 14px;
}
.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 4px;
    margin-top: -5px;
    border-radius: 3px;
    position: relative;
    top: 8px;
}
.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 62px;
}
.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
}
.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5% 13px;
    margin: 0;
    text-align: left;
    color: #677294;
    border-top: 1px solid #dbeefd;
    text-decoration: none;
}
.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 100%;
    height: 24px;
    padding: 11px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 500;
    background: 0 0;
    border: none !important;
}
.mean-remove { display: none !important; }

/* --------------------------------------------------------------------------
   Main Banner
   -------------------------------------------------------------------------- */
.main-banner {
    padding-top: 365px;
    padding-bottom: 350px;
    background-color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}
.main-banner-content {
    margin-top: -50px;
}
.main-banner-content h1 {
    font-size: 57px;
    margin-bottom: 18px;
    margin-top: -10px;
}
.main-banner-content .btn-box {
    margin-top: 35px;
}
.main-banner-content .btn-box .default-btn {
    margin-bottom: -7px;
}

/* --------------------------------------------------------------------------
   About Area
   -------------------------------------------------------------------------- */
.about-area { overflow: hidden; }
.about-content h2 {
    display: flex;
    align-items: center;
}
.about-content h2 img {
    height: 2.5em;
    width: auto;
    margin-right: 10px;
}
.about-content .content { max-width: 585px; }
.about-content .content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.about-content .content p { color: #6b6b84; }
.about-content .content .default-btn { margin-top: 5px; }
.about-image { position: relative; }
.circle-shape1 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/* --------------------------------------------------------------------------
   Partner Area
   -------------------------------------------------------------------------- */
.partner-area { position: relative; z-index: 1; }

/* --------------------------------------------------------------------------
   Project Start / CTA Area
   -------------------------------------------------------------------------- */
.project-start-area { position: relative; z-index: 1; }
.project-start-content h2 {
    margin-bottom: 15px;
    font-size: 44px;
}
.project-start-content p { color: #6b6b84; }
.project-start-content .default-btn { margin-top: 5px; }

/* --------------------------------------------------------------------------
   Footer
   -------------------------------------------------------------------------- */
.footer-area {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.single-footer-widget h3 {
    margin-bottom: 25px;
    font-size: 24px;
}
.single-footer-widget .logo {
    margin-bottom: 15px;
    font-size: 15px;
    display: inline-block;
}
.single-footer-widget .social-link {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.single-footer-widget .social-link li {
    display: inline-block;
    margin-right: 4px;
}
.single-footer-widget .social-link li a {
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    background-color: #6b6b84;
    font-size: 18px;
    position: relative;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-footer-widget .social-link li a:hover {
    background-color: #ef7928;
    color: #fff;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li {
    margin-bottom: 13px;
    color: #6b6b84;
    position: relative;
    font-weight: 600;
    display: flex;
    gap: 10px;
}
.single-footer-widget .footer-contact-info li:last-child { margin-bottom: 0; }
.single-footer-widget .footer-contact-info li i {
    color: #ef7928;
    font-size: 20px;
}
.single-footer-widget .footer-contact-info li a { color: #6b6b84; }
.footer-bottom-area {
    margin-top: 70px;
    border-top: 1px solid #f3f2ee;
    padding-top: 25px;
    padding-bottom: 25px;
}
.footer-bottom-area p i { position: relative; top: 1.3px; }

/* --------------------------------------------------------------------------
   Go Top Button
   -------------------------------------------------------------------------- */
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #3aa2d7;
    z-index: 4;
    width: 45px;
    height: 45px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    transition: .9s;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.go-top:hover {
    background-color: #ef7928;
    color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    transform: translateY(-5px);
}

/* --------------------------------------------------------------------------
   WOW Animation Helper
   -------------------------------------------------------------------------- */
.wow { visibility: hidden; }

/* ==========================================================================
   CUSTOM OVERRIDES - LinearBee Theme
   ========================================================================== */

/* --------------------------------------------------------------------------
   Color Palette
   - #222: headings, emphasis
   - #555: main body text
   - #888: de-emphasized text
   - #d94f1a / #ff5d22: accent/brand
   -------------------------------------------------------------------------- */

/* Typography Overrides */
h2, h3, h4, h5, h6,
.section-title h2,
.about-content h2,
.about-content h3,
.project-start-content h2 { color: #222 !important; }

.main-banner-content h1,
.section-title h2,
.about-content h2,
.project-start-content h2 {
    font-size: 30px !important;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-content h3 {
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 12px;
}

p,
.about-content p,
.section-title p,
.project-start-content p,
.features-list li span,
.about-content ul li { color: #555 !important; }

p strong,
.about-content strong { color: #222 !important; }

small,
.main-banner-content small,
.main-banner-content small a,
.btn-box small,
.btn-box small a,
.sub-title { color: #888 !important; }

/* Spacing Overrides */
.pt-100 { padding-top: 60px !important; }
.pb-100 { padding-bottom: 60px !important; }
.ptb-100 { padding-top: 60px !important; padding-bottom: 60px !important; }

/* --------------------------------------------------------------------------
   Navbar Overrides
   -------------------------------------------------------------------------- */
.navbar-area {
    background-color: #2a2d35 !important;
    padding-top: 0;
}
.navbar-area.is-sticky { position: static !important; }
.navbar-area .nav-link { color: #d0d0d0 !important; }
.navbar-area .nav-link:hover { color: #ff5d22 !important; }

/* Shared logo style for header and footer */
.logo img,
.navbar-brand img {
    width: 170px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

/* --------------------------------------------------------------------------
   Main Banner Overrides
   -------------------------------------------------------------------------- */
.main-banner {
    background-image: url('../img/2200128716.jpg');
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    padding-top: 180px !important;
    padding-bottom: 100px !important;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.main-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
    pointer-events: auto;
}
.main-banner .container { position: relative; z-index: 2; }
.main-banner-content {
    background: rgba(21, 25, 29, 0.85);
    padding: 40px;
    border-radius: 12px;
    margin-top: 0;
}
.main-banner-content h1 {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 4px 16px rgba(0, 0, 0, 0.5);
}
.main-banner-content p {
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7), 0 3px 12px rgba(0, 0, 0, 0.4);
}
.main-banner-content .default-btn,
.project-start-content .default-btn {
    background-color: #ff5d22;
    border-color: #ff5d22;
}

/* --------------------------------------------------------------------------
   About Section Overrides
   -------------------------------------------------------------------------- */
.about-area {
    background-color: #f8f7f5 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.about-area .about-content .content p { margin-bottom: 12px; }
.about-area .about-content .content h3 { margin-top: 20px !important; margin-bottom: 10px; }
.about-image img {
    max-width: 768px;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.section-title h2 .overlay { background-color: #3aa2d7 !important; }

/* Bulleted lists */
ul.bulleted-list {
    display: block !important;
    margin-bottom: 15px !important;
    padding-left: 0 !important;
}
ul.bulleted-list.two-col { columns: 2; column-gap: 30px; }
ul.bulleted-list li {
    display: block !important;
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    break-inside: avoid;
}
ul.bulleted-list li::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #d94f1a;
    font-weight: bold;
}

/* --------------------------------------------------------------------------
   Services Section
   -------------------------------------------------------------------------- */
.services-area.bg-f1f8fb { background-color: #e9e7e4 !important; }
.services-area .section-title { margin-bottom: 20px; }

.services-flow {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
    max-width: 900px;
    margin: 0 auto;
}
.service-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
}
.service-item:nth-child(1),
.service-item:nth-child(2) {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.service-item:nth-child(3),
.service-item:nth-child(4) { border-bottom: 1px solid rgba(0, 0, 0, 0.06); }
.service-item:nth-child(5),
.service-item:nth-child(6) {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 0 0 8px 8px;
}
.service-stage { flex: 0 0 140px; padding-right: 30px; }
.stage-number {
    display: block;
    font-size: 28px;
    font-weight: 700;
    color: #d94f1a;
    line-height: 1;
    margin-bottom: 6px;
}
.stage-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.service-content h3 {
    font-size: 20px !important;
    font-weight: 700;
    color: #222;
    margin: 0 0 6px;
}
.service-content p { font-size: 15px; color: #555; margin-bottom: 0; }

/* --------------------------------------------------------------------------
   Partner / Client Logos
   -------------------------------------------------------------------------- */
.partner-area.bg-f1f8fb {
    background-color: #f8f7f5 !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.partner-area .row {
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.partner-area .row > [class*="col-"] { flex: 0 0 auto; width: auto; }
.partner-area .single-partner-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 170px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease, filter 1s ease, opacity 1s ease;
    margin-bottom: 20px;
}
.partner-area .single-partner-item:hover { box-shadow: 0 6px 25px rgba(0, 0, 0, 0.15); }
.partner-area.tags-active .single-partner-item:not(.active) {
    filter: grayscale(90%);
    opacity: 0.1;
}
.partner-area .single-partner-item img {
    max-height: 60px;
    max-width: 140px;
    width: auto;
    height: auto;
    object-fit: contain;
}
.partner-area .partner-industry {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) translateY(-80%);
    font-size: 11px;
    font-weight: 600;
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    padding: 5px 14px;
    background: transparent;
    border-radius: 14px;
    transition: opacity 1s ease, transform 1s ease, color 1s ease, background 1s ease, box-shadow 1s ease;
    will-change: transform, opacity;
}
.partner-area .single-partner-item:hover .partner-industry {
    opacity: 1;
    transform: translateX(-50%) translateY(-100%);
    color: #d94f1a;
    background: rgba(255, 250, 248, 0.95);
    box-shadow: 0 3px 12px rgba(217, 79, 26, 0.12);
}

/* Partner tag cloud */
.partner-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.partner-tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 13px;
    color: #aaa;
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    transition: all 1s ease;
    box-shadow: 0 0 0 rgba(255, 93, 34, 0);
}
.partner-tag:hover {
    transition: all 0.3s ease;
    color: #d94f1a;
    border-color: #d94f1a;
    background: rgba(255, 93, 34, 0.08);
    box-shadow: 0 0 2px rgba(255, 93, 34, 0.1);
}
.partner-tag.active {
    color: #d94f1a;
    border-color: #d94f1a;
    background: rgba(255, 93, 34, 0.08);
    box-shadow: 0 0 2px rgba(255, 93, 34, 0.1);
}

/* --------------------------------------------------------------------------
   Testimonials
   -------------------------------------------------------------------------- */
.testimonials-area {
    background-color: #e9e7e4 !important;
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.single-testimonial-box {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 30px;
    position: relative;
}
.single-testimonial-box .quote-icon { color: #ff5d22; font-size: 32px; margin-bottom: 15px; opacity: 0.6; }
.single-testimonial-box .testimonial-text { font-style: italic; color: #555; line-height: 1.7; margin-bottom: 20px; }
.single-testimonial-box .client-info { border-top: 1px solid #eee; padding-top: 15px; }
.single-testimonial-box .client-name { font-size: 16px; font-weight: 700; margin-bottom: 3px; color: #222; }
.single-testimonial-box .client-position { font-size: 14px; color: #888; }
.single-testimonial-box .service-tags { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px; }
.single-testimonial-box .service-tag {
    display: inline-block;
    background-color: rgba(255, 93, 34, 0.1);
    color: #d94f1a;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 20px;
}

/* --------------------------------------------------------------------------
   Contact / CTA Section Overrides
   -------------------------------------------------------------------------- */
.project-start-area {
    background-color: #f8f7f5 !important;
    position: relative;
    overflow: hidden;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.project-start-area .container { position: relative; z-index: 2; }
.project-start-area .col-lg-8 {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
    max-width: 55% !important;
    flex: 0 0 55% !important;
}
.project-start-area .circle-shape1 {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: 0 !important;
    width: 40%;
    max-width: 500px;
    z-index: 1 !important;
    transform: none;
    display: flex;
    align-items: center;
}
.project-start-area .circle-shape1 img {
    width: 100% !important;
    height: auto !important;
    border-radius: 20px 0 0 20px;
    position: static !important;
}

/* --------------------------------------------------------------------------
   Footer Overrides
   -------------------------------------------------------------------------- */
.footer-area.bg-color {
    background-color: #2a2d35 !important;
    padding-top: 40px !important;
    padding-bottom: 0 !important;
}
.footer-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-brand .tagline {
    color: #d0d0d0 !important;
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0 0;
}
.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: right;
}
.footer-contact a {
    color: #d0d0d0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    transition: color 0.3s;
}
.footer-contact a:hover { color: #ff5d22 !important; }
.footer-contact i { font-size: 20px; }
.footer-bottom-area {
    border-top: 1px solid #3a3d45 !important;
    margin-top: 30px !important;
    padding: 15px 0 !important;
}
.footer-bottom-area p { color: #707070 !important; font-size: 14px; }

@media (max-width: 768px) {
    .footer-main { flex-direction: column; text-align: center; gap: 15px; }
    .footer-contact { text-align: center; }
    .footer-contact a { justify-content: center; }
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (min-width: 992px) {
    .about-image { display: flex; justify-content: center; }
}

@media (max-width: 991px) {
    .project-start-area .col-lg-8 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        text-align: center !important;
    }
    .project-start-area .circle-shape1 { display: none; }
}

@media (max-width: 768px) {
    .navbar-area { padding-top: 20px; }
    .main-banner { padding-top: 100px !important; }
    .project-start-content { margin-bottom: 40px; }
    .services-flow { grid-template-columns: 1fr; }
    .tracer-responsive-nav { display: block; }
    .tracer-nav { display: none; }
}

@media (max-width: 576px) {
    .service-item { flex-direction: column; }
    .service-stage {
        flex: none;
        padding-right: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .stage-number { font-size: 24px; margin-bottom: 0; }
}

@media only screen and (max-width: 767px) {
    .section-title, .section-title p { margin-left: 0; max-width: 100%; margin-right: 0; }
    body, p { font-size: 15px; }
    .container { max-width: 100%; }
    .ptb-100 { padding-top: 60px; padding-bottom: 60px; }
    .pt-100 { padding-top: 60px; }
    .pb-100 { padding-bottom: 60px; }
    .default-btn { padding: 11px 20px 11px 40px; font-size: 15px; }
    .default-btn i { left: 19px; font-size: 14px; }
    .section-title { margin-bottom: 40px; }
    .section-title h2 { font-size: 27px; }
    .main-banner-content h1 { font-size: 31px; margin-bottom: 15px; }
    .circle-shape1 { display: none; }
    .go-top { width: 40px; height: 40px; font-size: 18px; }
}
