/* ========================================
   Migang's - Main Stylesheet
   Custom styles only (menu styles in new-mega-menu/)
   ======================================== */

/* Color Variables (via comments for reference)
   Primary Green: #2db87f
   Secondary Blue: #2bafe0
   Accent Coral: #e85d4a
   Pink: #c94eb5
   Yellow: #e8b84a
   Dark: #1a2332
   ======================================== */

/* Global Styles */
body.gray_bg {
    background-color: #f5f7fa;
    font-family: 'Segoe UI', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 17px;
    line-height: 28px;
}

body.gray_bg > a:first-child {
    display: none;
}

a {
    color: #2bafe0;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover {
    color: #2396c4;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #333;
    font-weight: 400;
}

/* ========================================
   Top Header Bar (matches .headtoppart)
   ======================================== */
.top-header {
    display: block;
    width: 100%;
    background-color: #1a2332;
    height: 39px;
    margin: 0 auto;
    padding: 0;
    min-width: 320px;
}

.top-header .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.top-header .row {
    margin-left: 0;
    margin-right: 0;
}

.top-header .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

/* Contact info list in top bar */
.global.contactinfo {
    list-style: none !important;
    padding: 0;
    margin: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
}

.global.contactinfo li {
    display: inline-flex;
    align-items: center;
    line-height: 39px;
}

.global.contactinfo li a {
    line-height: 39px;
    color: #ccc;
    font-size: 15px;
    padding: 0 12px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.global.contactinfo li a:hover {
    color: #fff;
}

/* Separator between topbar items */
.global.contactinfo li + li::before {
    content: "|";
    color: #666;
    margin-right: 12px;
}

.cntry-flagesnevbar {
    position: relative;
}

.si_why_choose_logos {
    display: inline-block;
    vertical-align: middle;
}

.si_why_09 {
    display: inline-block;
}

.flagesnevbar-img {
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: 40px 14px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}

.flagesnevbar-sprite {
    background-image: url('../images/flags-sprite.png');
}

.flagesnevbar-icon1 {
    background-position: 0 0;
}

.flagesnevbar-icon2 {
    background-position: -20px 0;
}

/* ========================================
   Hero Section / Carousel
   ======================================== */
#myCarousel1 .item {
    background-size: cover;
    background-position: center;
    min-height: 500px;
    position: relative;
}

.hero-banner {
    position: relative;
}

.hero-inner {
    position: relative;
}

#myCarousel1 .item img {
    width: 100%;
    min-height: 500px;
    object-fit: cover;
}

.carousel-caption2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    padding: 0 60px;
    text-align: center;
}

.carousel-caption2 h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    margin-bottom: 15px;
    line-height: 1.15;
}

.carousel-caption2 p {
    color: #fff;
    font-size: 22px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    margin-bottom: 25px;
    line-height: 1.4;
}

.hmindbtn {
    display: inline-block;
    background-color: #2db87f;
    color: #fff;
    padding: 14px 35px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #2db87f;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.hmindbtn:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.hmindbtntesti {
    display: inline-block;
    background-color: #2db87f;
    color: #fff;
    padding: 12px 28px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: 2px solid #2db87f;
    margin-top: 20px;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.hmindbtntesti:hover {
    background-color: #25a36f;
    border-color: #25a36f;
    color: #fff;
}

/* ========================================
   Services Section (Cards below banner)
   ======================================== */
.newibdexsection {
    padding: 15px 0;
}

.bannerbelowcard {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.bannerblwcards {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.newcard {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    flex: 1;
    max-width: 380px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.newcard:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.newcard img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 15px;
}

.newcard-body {
    padding: 15px 20px 20px;
}

.newcard-body h3 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.newcard-body p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.btnviewsevice {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.btnviewsevice:hover {
    color: #2db87f;
}

.btnviewsevice:after {
    content: ' >';
}

/* ========================================
   Acclamations Section
   ======================================== */
.acclamations-section {
    margin: 40px 0;
    padding: 55px 0 60px;
    background: #fff;
    border-top: 1px solid #eee;
}

.acclamations-section .container {
    max-width: 1200px;
}

.acclamations-title {
    color: #555;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 0 0 45px;
    text-align: center;
}

.acclamations-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 40px;
    max-width: 900px;
    margin: 0 auto;
    justify-items: center;
}

.partner-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    opacity: 0.65;
    transition: all 0.3s ease;
    cursor: default;
    justify-content: center;
}

.partner-logo:hover {
    opacity: 1;
    transform: scale(1.05);
}

.partner-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 19px;
    flex-shrink: 0;
}

.partner-name {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.partner-accent {
    color: #2db87f;
}

/* ========================================
   About / Tabs Section
   ======================================== */
.ftconpd {
    padding: 30px 15px;
}

.about-section {
    background: #fff;
    padding: 50px 0;
}

.about-section-title {
    color: #2db87f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.tab2 {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab2 button {
    padding: 12px 22px;
    background: #f5f5f5;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.tab2 button:hover,
.tab2 button.active {
    background: #2db87f;
    color: #fff;
    border-color: #2db87f;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

.tab-pane h2 {
    color: #2db87f;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.tab-pane h4 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.tab-pane p {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.offices-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    display: flex;
    gap: 20px;
}

.offices-list li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.offices-list li img {
    width: 30px;
    height: 20px;
}

.approach-section {
    margin-top: 20px;
}

.approach-item {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #2bafe0;
}

.approach-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.approach-item h5 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 1.3;
}

.approach-item p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0;
}

.global-map {
    text-align: center;
    margin: 20px 0;
}

.global-map img {
    max-width: 100%;
    height: auto;
}

.why-choose-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.why-choose-item {
    text-align: center;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}

.why-choose-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.why-choose-item h5 {
    color: #333;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

.why-choose-item p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}

/* ========================================
   Accordion (Mobile)
   ======================================== */
.panel-group .panel {
    border-radius: 4px;
    margin-bottom: 10px;
}

.panel-heading {
    background: #2db87f;
}

.panel-heading a {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 14px 18px;
}

.panel-heading a:hover {
    color: #fff;
    text-decoration: none;
}

.panel-body {
    padding: 18px 20px;
}

.panel-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.panel-body h4 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}

/* ========================================
   Q&A Section
   ======================================== */
.qnasecbg {
    background: #f5f5f5;
    padding: 50px 0;
}

.qnasecbg h2 {
    text-align: center;
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
}

.qna-cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.qna-card {
    flex: 1;
    min-width: 300px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.qna-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.qna-card-icon {
    background: #2db87f;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 40px;
}

.qna-card-body {
    padding: 22px;
}

.qna-card-body h4 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.qna-card-body p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
}

/* Modal Styles */
.modal-header {
    background: linear-gradient(135deg, #2db87f 0%, #2bafe0 100%);
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.modal-header .close {
    color: #fff;
    opacity: 0.8;
}

.modal-header .close:hover {
    color: #fff;
    opacity: 1;
}

.modal-title {
    color: #fff;
    font-weight: 600;
}

.modal-body p {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}

.modal-body h4 {
    color: #2db87f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 12px;
}

.modal-body ul {
    padding-left: 20px;
}

.modal-body ul li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    color: #555;
}

/* ========================================
   CTA Section (Outsource Development)
   ======================================== */
.cta-section {
    background: linear-gradient(135deg, #2db87f 0%, #2bafe0 100%);
    color: #fff;
    padding: 50px 0;
    text-align: center;
    margin-bottom: 0;
}

section {
    margin-bottom: 0;
}

.cta-section h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.cta-section p {
    color: rgba(255,255,255,0.9);
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-section .btn-cta {
    display: inline-block;
    background: #fff;
    color: #2db87f;
    padding: 14px 35px;
    font-size: 19px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.cta-section .btn-cta:hover {
    background: #f8f9fa;
    color: #25a36f;
}

/* ========================================
   Footer
   ======================================== */
.footerbg {
    background: #1a2332;
    color: #fff;
    padding: 40px 0 20px;
    margin-top: 0;
}

.footerbg .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.footerbg h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
}

.footerbg h4::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: #2db87f;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links li a {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 1.7;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #2db87f;
    padding-left: 5px;
}

.footer-links li a .fa {
    margin-right: 5px;
}

.social-links {
    margin-top: 10px;
    text-align: center;
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #243447;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 8px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: #2db87f;
    color: #fff;
}

.footerbg hr {
    border-color: #243447;
    margin: 20px 0;
}

.copyright {
    color: #95a5a6;
    font-size: 15px;
    text-align: center;
    margin: 0;
}

/* ========================================
   Scroll to Top Button
   ======================================== */
.scroll-up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #2db87f;
    color: #fff;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.scroll-up.visible {
    display: flex !important;
    opacity: 1;
}

.scroll-up .fa {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.scroll-up:hover {
    background: #25a36f;
    color: #fff;
}

/* ========================================
   Page Banner (Inner Pages)
   ======================================== */
.page-banner {
    background: linear-gradient(135deg, #1a2332 0%, #243447 100%);
    padding: 60px 0;
    text-align: center;
}

.page-banner h1 {
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
}

.page-banner p {
    color: rgba(255,255,255,0.8);
    font-size: 20px;
    margin: 0;
}

.breadcrumb-section {
    background: #ecf0f1;
    padding: 12px 0;
}

.breadcrumb-section .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
}

.breadcrumb-section .breadcrumb > li + li::before {
    content: '/';
    padding: 0 5px;
    color: #95a5a6;
}

.breadcrumb-section .breadcrumb > .active {
    color: #7f8c8d;
}

/* ========================================
   Service Page Styles
   ======================================== */
.service-detail-section {
    padding: 50px 0;
}

.service-detail-section h2 {
    color: #2db87f;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-detail-section h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.service-detail-section p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.service-detail-section ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.service-detail-section ul li {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 8px;
}

.service-sidebar {
    background: #f9f9f9;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.service-sidebar h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2db87f;
}

.service-sidebar ul {
    list-style: none;
    padding: 0;
}

.service-sidebar ul li {
    margin-bottom: 10px;
}

.service-sidebar ul li a {
    color: #555;
    font-size: 15px;
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.service-sidebar ul li a:hover,
.service-sidebar ul li a.active {
    background: #2db87f;
    color: #fff;
    text-decoration: none;
}

/* ========================================
   Contact Page Styles
   ======================================== */
.contact-section {
    padding: 50px 0;
}

.contact-info-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    border-left: 4px solid #2bafe0;
}

.contact-info-box h4 {
    color: #2bafe0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-box p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}

.contact-info-box .contact-detail {
    margin-bottom: 10px;
}

.contact-info-box .contact-detail i {
    color: #2bafe0;
    margin-right: 8px;
    width: 20px;
}

.contact-info-box .contact-detail a {
    color: #555;
    font-size: 16px;
}

.contact-form-box {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.contact-form-box h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 600;
    color: #333;
    font-size: 15px;
    margin-bottom: 5px;
}

.form-control {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #2bafe0;
    box-shadow: 0 0 5px rgba(43,175,224,0.3);
}

.btn-submit {
    background: #2db87f;
    color: #fff;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: #25a36f;
    color: #fff;
}

/* ========================================
   Hire Developer Page Styles
   ======================================== */
.hire-section {
    padding: 50px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}

.developer-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.developer-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.developer-card-icon {
    background: linear-gradient(135deg, #2db87f 0%, #2bafe0 100%);
    color: #fff;
    padding: 20px;
    text-align: center;
}

.developer-card-icon i {
    font-size: 40px;
}

.developer-card-body {
    padding: 20px;
}

.developer-card-body h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.developer-card-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.developer-card-body .btn {
    background: #2db87f;
    color: #fff;
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 4px;
}

.developer-card-body .btn:hover {
    background: #25a36f;
    color: #fff;
}

/* ========================================
   Counter Section
   ======================================== */
.counter-section {
    background: linear-gradient(135deg, #2db87f 0%, #2bafe0 100%);
    padding: 40px 0;
    color: #fff;
}

.counter-box {
    text-align: center;
}

.counter-box h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.counter-box p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    text-transform: uppercase;
}

/* ========================================
   Technology Stack Section
   ======================================== */
.tech-stack-section {
    padding: 50px 0;
}

.tech-category {
    margin-bottom: 30px;
}

.tech-category h3 {
    color: #2bafe0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eee;
}

.tech-item {
    display: inline-block;
    text-align: center;
    margin: 10px 15px;
    width: 80px;
}

.tech-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.tech-item span {
    display: block;
    font-size: 14px;
    color: #555;
}

/* ========================================
   Blog Page Styles
   ======================================== */
.blog-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.blog-card-img {
    height: 200px;
    overflow: hidden;
}

.blog-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-body {
    padding: 20px;
}

.blog-card-body .date {
    color: #999;
    font-size: 14px;
    margin-bottom: 8px;
}

.blog-card-body h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-card-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   Careers Page Styles
   ======================================== */
.career-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 25px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border-left: 4px solid #c94eb5;
}

.career-card:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.career-card h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.career-card p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.career-card .btn {
    background: #c94eb5;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
}

.career-card .btn:hover {
    background: #b345a3;
    color: #fff;
}

/* ========================================
   Team Page Styles
   ======================================== */
.team-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.team-card-img {
    height: 200px;
    overflow: hidden;
}

.team-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-card-body {
    padding: 20px;
}

.team-card-body h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card-body .designation {
    color: #c94eb5;
    font-size: 15px;
    margin-bottom: 10px;
}

.team-card-body p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
}

/* ========================================
   Mega Menu Technology Icons
   ======================================== */
ul.menuul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 10px !important;
    display: inline-flex !important;
    flex-wrap: wrap;
    gap: 12px;
}

ul.menuul > li.modelboxli1 {
    display: inline-block !important;
    list-style: none !important;
    float: none !important;
}

ul.menuul > li.modelboxli1::before {
    display: none !important;
    content: none !important;
}

.modelboxli1imh {
    width: 40px;
    height: 40px;
    object-fit: contain;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.modelboxli1imh:hover {
    opacity: 1;
    transform: scale(1.15);
}

.navsubmenurow {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}

.linksubtxt {
    font-size: 12px;
    color: #999;
    margin-top: -5px;
    margin-bottom: 8px;
}

/* ========================================
   Desktop Mega Menu - Hover to Open + Full Width
   ======================================== */

/* Hide mega menus by default on desktop */
@media (min-width: 992px) {
    .wsmenu > .wsmenu-list > li > .wsmegamenu,
    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    /* Mega menu: opens just below nav bar, does NOT cover logo */
    .wsmenu > .wsmenu-list > li > .wsmegamenu {
        position: absolute;
        left: 50%;
        right: auto;
        width: 100vw;
        margin-left: -50vw;
        top: 100%;
        max-height: 70vh;
        overflow-y: auto;
        border-radius: 0;
        border: none;
        border-top: 3px solid #2db87f;
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        padding: 20px 0;
        z-index: 1000;
    }

    /* Sub-menus also full width */
    .wsmenu > .wsmenu-list > li > ul.sub-menu {
        position: absolute;
        left: 50%;
        right: auto;
        width: 100vw;
        margin-left: -50vw;
        top: 100%;
        max-height: 70vh;
        overflow-y: auto;
        border-radius: 0;
        border: none;
        border-top: 3px solid #2db87f;
        box-shadow: 0 8px 30px rgba(0,0,0,0.12);
        z-index: 1000;
    }

    /* Show on hover */
    .wsmenu > .wsmenu-list > li:hover > .wsmegamenu,
    .wsmenu > .wsmenu-list > li:hover > ul.sub-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .wsmenu > .wsmenu-list > li:hover > a {
        color: #2db87f;
        border-bottom: 3px solid #2db87f;
    }

    .wsmenu > .wsmenu-list > li > a {
        cursor: pointer;
    }
}

/* Active link styling (for current page) */
.wsmenu .wsmenu-list > li.active > a {
    color: #2db87f;
    border-bottom: 3px solid #2db87f;
}

/* ========================================
   Desktop Header Alignment Fixes
   ======================================== */

/* Center nav items between logo and CTA */
.wsmainwp {
    display: flex;
    align-items: center;
}

.desktoplogo {
    flex-shrink: 0;
}

/* Fix logo overflow - constrain to container height */
.desktoplogo img {
    height: 44px;
    width: auto;
}

/* Nav menu: flex-grow to fill space, center items */
.wsmenu {
    width: auto !important;
    float: none !important;
    flex: 1;
    display: flex;
    justify-content: center;
}

.wsmenu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto !important;
}

/* li must be relative for absolute mega menu positioning */
.wsmenu-list > li {
    position: relative;
}

/* Right menu stays right */
.rightmenu {
    flex-shrink: 0;
}

/* Sticky header z-index fix - above mega menus */
.wsmainfull.wsfixed {
    z-index: 10001 !important;
}

/* Sticky header - push body content down */
body.header-sticky-active {
    padding-top: 60px;
}
@media (max-width: 991px) {
    body.header-sticky-active {
        padding-top: 56px;
    }
}

/* ========================================
   Animations
   ======================================== */
.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ========================================
   Visibility Classes
   ======================================== */
.visible-lg, .visible-md {
    display: block !important;
}

.visible-sm, .visible-xs {
    display: none !important;
}

/* ========================================
   Utility Classes
   ======================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mt-20 { margin-top: 20px; }
.mb-20 { margin-bottom: 20px; }

/* ========================================
   Content Spacing Utilities (replace inline styles)
   ======================================== */
.section-subheading {
    margin-top: 30px;
}

.section-row {
    margin: 35px auto 0;
    padding: 0 15px;
    max-width: 1200px;
}

.content-list {
    padding-left: 20px;
    margin-top: 15px;
}

.content-list-item {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
}

.service-sidebar + .service-sidebar {
    margin-top: 20px;
}

.sidebar-btn {
    width: 100%;
    margin-top: 10px;
    display: block;
}

.sidebar-btn + .sidebar-btn {
    margin-top: 10px;
}

.tech-category-label {
    font-weight: 600;
    margin-bottom: 10px;
}

.world-map-img {
    margin-bottom: 15px;
}

.nav-description {
    font-size: 13px;
    color: #777;
}

.form-intro {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

/* ========================================
   MOBILE HEADER
   ======================================== */
.m-header {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10003;
    height: 56px;
    background: #1a2332;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.m-header-inner {
    display: flex;
    align-items: center;
    height: 56px;
    padding: 0 10px;
    max-width: 100%;
}

/* Hamburger */
.m-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    flex-shrink: 0;
    gap: 5px;
    -webkit-tap-highlight-color: transparent;
}

.m-hamburger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.m-hamburger[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.m-hamburger[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}
.m-hamburger[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Logo */
.m-logo {
    display: flex;
    align-items: center;
    margin-left: 4px;
    flex-shrink: 0;
}

.m-logo img {
    height: 32px;
    width: auto;
}

/* Right actions */
.m-header-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.m-icon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background 0.2s;
    flex-shrink: 0;
}
.m-icon-btn:hover, .m-icon-btn:focus {
    background: rgba(255,255,255,0.12);
    color: #fff;
    text-decoration: none;
}

.m-cta-btn {
    display: inline-flex;
    align-items: center;
    padding: 7px 14px;
    background: #2db87f;
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s, transform 0.2s;
    line-height: 1.2;
    letter-spacing: 0.3px;
}
.m-cta-btn:hover, .m-cta-btn:focus {
    background: #25a36f;
    transform: translateY(-1px);
    color: #fff !important;
    text-decoration: none !important;
}

/* ========================================
   MOBILE SLIDE-IN MENU
   ======================================== */
.m-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 10004;
    opacity: 0;
    transition: opacity 0.3s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}
.m-overlay.active {
    display: block;
    opacity: 1;
}

.m-slide-menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #1a2332;
    z-index: 10005;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}
.m-slide-menu.open {
    transform: translateX(0);
}

/* Slide header */
.m-slide-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    flex-shrink: 0;
    min-height: 56px;
}

.m-slide-logo {
    height: 30px;
    width: auto;
}

.m-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    border: none;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s;
    flex-shrink: 0;
}
.m-close-btn:hover {
    background: rgba(255,255,255,0.15);
}

/* Slide body */
.m-slide-body {
    flex: 1;
    overflow-y: auto;
    padding: 8px 0;
}

/* Links */
.m-slide-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    color: #ddd;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
    border-left: 3px solid transparent;
}
.m-slide-link i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}
.m-slide-link:hover, .m-slide-link:focus {
    background: rgba(255,255,255,0.05);
    color: #fff;
    text-decoration: none;
    border-left-color: #2db87f;
}

.m-slide-home {
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 4px;
}

.m-slide-contact {
    color: #2db87f;
    font-weight: 600;
}
.m-slide-contact i { opacity: 1; }

.m-slide-enquiry {
    color: #fdbb2d;
    font-weight: 600;
}
.m-slide-enquiry i { opacity: 1; }

/* Sections with accordion */
.m-slide-section {
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.m-slide-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 20px;
    background: none;
    border: none;
    color: #ddd;
    font-size: 17px;
    font-weight: 500;
    cursor: pointer;
    text-align: left;
    transition: all 0.2s;
    gap: 10px;
    -webkit-tap-highlight-color: transparent;
}
.m-slide-toggle span {
    display: flex;
    align-items: center;
    gap: 12px;
}
.m-slide-toggle span i {
    width: 20px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
}
.m-slide-toggle:hover {
    background: rgba(255,255,255,0.05);
    color: #fff;
}

.m-arrow {
    font-size: 11px !important;
    transition: transform 0.3s ease;
    opacity: 0.5 !important;
    width: auto !important;
}
.m-slide-toggle[aria-expanded="true"] .m-arrow {
    transform: rotate(180deg);
}

/* Sub-menu */
.m-slide-sub {
    display: none;
    padding: 4px 0;
    background: rgba(0,0,0,0.15);
}
.m-slide-sub.open {
    display: block;
}

.m-sub-link {
    display: block;
    padding: 10px 20px 10px 52px;
    color: #aab;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 1.4;
}
.m-sub-link:hover, .m-sub-link:focus {
    color: #fff;
    background: rgba(255,255,255,0.04);
    text-decoration: none;
    padding-left: 56px;
}

.m-sub-link-bold {
    font-weight: 600;
    color: #ddd;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin-bottom: 4px;
}

.m-sub-divider {
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin: 8px 20px;
}

.m-sub-heading {
    display: block;
    padding: 6px 20px 4px 52px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2bafe0;
}

/* Active sub-link in mobile menu */
.m-sub-active {
    color: #2db87f !important;
    font-weight: 600;
    border-left: 2px solid #2db87f;
    padding-left: 54px !important;
}

/* Body scroll lock when mobile menu is open */
body.m-menu-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

/* Dividers */
.m-slide-divider {
    height: 1px;
    background: rgba(255,255,255,0.08);
    margin: 6px 0;
}

/* Slide footer */
.m-slide-footer {
    flex-shrink: 0;
    padding: 16px 20px;
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(0,0,0,0.15);
}
.m-slide-footer p {
    color: #999;
    font-size: 12px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.m-slide-footer p i {
    color: #2bafe0;
    width: 14px;
    text-align: center;
}
.m-slide-footer a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.2s;
}
.m-slide-footer a:hover {
    color: #2db87f;
    text-decoration: none;
}

.m-slide-social {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}
.m-slide-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #ccc;
    font-size: 14px;
    transition: all 0.2s;
}
.m-slide-social a:hover {
    background: #2db87f;
    color: #fff;
}

/* ========================================
   BOTTOM NAVIGATION BAR
   ======================================== */
.m-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10002;
    height: 60px;
    background: #fff;
    box-shadow: 0 -2px 12px rgba(0,0,0,0.1);
    border-top: 1px solid #eee;
}

.m-bnav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 60px;
    text-decoration: none;
    color: #888;
    font-size: 14px;
    font-weight: 500;
    gap: 4px;
    transition: color 0.2s;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.m-bnav-item i {
    font-size: 21px;
    line-height: 1;
}
.m-bnav-item span {
    line-height: 1.1;
    letter-spacing: 0.3px;
}
.m-bnav-item:hover, .m-bnav-item:focus {
    color: #2db87f;
    text-decoration: none;
}
.m-bnav-item.active {
    color: #2db87f;
}
.m-bnav-item.active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 3px;
    background: #2db87f;
    border-radius: 0 0 3px 3px;
}

.m-bnav-cta {
    color: #2db87f;
}
.m-bnav-cta i {
    background: #2db87f;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-top: -10px;
    box-shadow: 0 2px 8px rgba(45,184,127,0.35);
}
.m-bnav-cta.active i {
    background: #25a36f;
    box-shadow: 0 2px 12px rgba(45,184,127,0.5);
}

/* ========================================
   MOBILE FOOTER
   ======================================== */
.m-footer {
    display: none;
    background: #1a2332;
    color: #ccc;
}

.m-footer-top {
    padding: 30px 20px 20px;
}

.m-footer-brand {
    margin-bottom: 24px;
}

.m-footer-logo {
    height: 22px;
    width: auto;
    margin-bottom: 10px;
}

.m-footer-tagline {
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

/* Accordion sections */
.m-footer-section {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.m-footer-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 0;
    background: none;
    border: none;
    color: #eee;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: color 0.2s;
    -webkit-tap-highlight-color: transparent;
}
.m-footer-toggle:hover {
    color: #2db87f;
}
.m-footer-toggle i {
    font-size: 11px;
    transition: transform 0.3s ease;
    color: #666;
}
.m-footer-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
    color: #2db87f;
}

.m-footer-links {
    display: none;
    padding-bottom: 12px;
}
.m-footer-links.open {
    display: block;
}
.m-footer-links a {
    display: block;
    padding: 6px 0 6px 12px;
    color: #999;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s;
    line-height: 1.5;
}
.m-footer-links a:hover, .m-footer-links a:focus {
    color: #2db87f;
    text-decoration: none;
    padding-left: 16px;
}

/* Contact info */
.m-footer-contact {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.m-footer-contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    color: #bbb;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.2s;
}
.m-footer-contact-link i {
    width: 16px;
    text-align: center;
    color: #2bafe0;
    font-size: 13px;
}
.m-footer-contact-link:hover, .m-footer-contact-link:focus {
    color: #2db87f;
    text-decoration: none;
}

/* Social */
.m-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}
.m-footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #ccc;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.2s;
}
.m-footer-social a:hover {
    background: #2db87f;
    color: #fff;
}

/* Bottom bar */
.m-footer-bottom {
    padding: 14px 20px;
    background: rgba(0,0,0,0.2);
    text-align: center;
}
.m-footer-bottom p {
    margin: 0;
    font-size: 12px;
    color: #666;
}

/* Footer social in desktop footer */
.footer-social {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #999;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s;
}
.footer-social a:hover {
    background: #2db87f;
    color: #fff;
}

/* ========================================
   DESKTOP: hide mobile components
   ======================================== */
.m-header,
.m-bottom-nav,
.m-footer {
    display: none !important;
}

/* ========================================
   Sticky Header — body compensation
   ======================================== */
@media only screen and (min-width: 992px) {
    body.header-sticky-active {
        padding-top: 88px;
    }
}

/* ========================================
   Ensure zero gap between topbar and nav
   ======================================== */
.top-header + .wsmainfull {
    margin-top: 0;
}

/* ========================================
   Active nav item fix
   ======================================== */
.wsmenu-list > li.active > a {
    background-color: #2db87f;
    color: #fff;
    border-radius: 4px;
}

/* ========================================
   Scroll to top button always on top
   ======================================== */
#scroll {
    z-index: 9999;
}

/* ========================================
   Mega menu z-index fix
   ======================================== */
.wsmegamenu,
.wsmenu > .wsmenu-list > li > ul.sub-menu {
    z-index: 1000;
}

/* ========================================
   Fix wsmenucontainer overflow clipping
   ======================================== */
.wsmenucontainer {
    overflow: visible !important;
    background: none !important;
    background-size: unset !important;
    background-attachment: unset !important;
    background-position: unset !important;
    background-repeat: unset !important;
}
