/*

TemplateMo 549 Business Oriented

https://templatemo.com/tm-549-business-oriented

*/


body {
    font-family: 'Inter', 'Poppins', 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    overflow-x: hidden;
    color: #2c3e50;
}

a { 
    transition: all 0.3s ease; 
    text-decoration: none;
}

a:hover { text-decoration: none; }
button:focus { outline: none; }

p {
    color: #4a5568;
    line-height: 1.9;
    font-weight: 400;
}

.tm-title-gray { 
    color: #1a202c;
    font-weight: 600;
}

.tm-hr {
    width: 100px;
    border-top: 4px solid #1e40af;
    margin: 0 auto 2rem;
    border-radius: 2px;
}

.tm-hr-s { width: 140px; }
.tm-box-bordered { border: 1px solid #9C9D9E; }
.container-fluid { 
    max-width: 1480px;
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    footer.container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
}

.tm-logo {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #9C9D9E;
    width: 400px;
    height: 200px;
    padding: 50px 40px;
}

@media (max-width: 500px) {
    .tm-logo {
        left: 50%;
        margin-left: -200px;
    }
}

.tm-logo-text { font-size: 2rem; }
#parallax-1 { min-height: 690px; }
#parallax-2 { min-height: 590px; }
#parallax-3 { min-height: 400px; }

.parallax-window {    
    background: transparent;
    position: relative;
}

#tm-main-nav {    
    padding: 0;
    z-index: 1000;
}

.tm-nav-container-outer {
    margin-top: 8px;
    border-top: 1px solid #CCCDCE;
    border-bottom: 1px solid #CCCDCE;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #6A6B6C;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    text-align: center;
    padding: 30px 49px;
    margin-right: 50px;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.nav-item.active .nav-link,
.nav-item:hover .nav-link {
    color: #0099FF;
    border-top: 8px solid #0099FF;
    border-bottom: 8px solid #0099FF;
}

.tm-intro { max-width: 580px; }
h4 { font-size: 1.5rem; }
.tm-text-primary { 
    color: #1e40af;
    font-weight: 600;
}
.tm-text-primary-link { color: #1e40af; }
.tm-text-primary-link:hover { color: #1e3a8a; }

.tm-strategy-box { 
    display: flex; 
    align-items: flex-start;
}

.tm-services-box {
    display: flex;
    align-items: flex-start;
}

.tm-strategy-img { margin-right: 30px; }
.tm-services-img { margin-right: 40px; }
.tm-strategy-text { max-width: 480px; }
.mb-6 { margin-bottom: 40px; }
.mb-7 { margin-bottom: 50px; }
.mt-7 { margin-top: 20px; }
.mb-8 { margin-bottom: 80px; }
.mb-60 { margin-bottom: 60px; }
.mb-10 { margin-bottom: 100px; }
.mb-25 { margin-bottom: 250px; }
.mt-6 { margin-top: 90px; }
.mt-7 { margin-top: 20px; }
.tm-px-3 {
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 992px) {
    .pr-lg-5 { padding-right: 70px!important; }
}

.tm-text-gray { color: #666; }
.tm-bg-gray { 
    background-color: #f8fafc;
    border-radius: 20px;
}
.tm-bg-gray-dark { background-color: #EDEEEF; }
.tm-bg-white { background-color: rgba(255,255,255,0.6); }
.tm-bg-black-transparent { background-color: rgba(0,0,0,0.5 ); }
.tm-box { 
    padding: 40px 30px;
}
.tm-box-2 { padding: 50px; max-width: 500px; }
.tm-box-3 { padding: 70px 35px;}
i { color: #ABC; }

.tm-overlay {
    max-width: 660px;
    padding: 75px 70px;
}

.parallax-window-2 {
    display: flex;
    align-items: center;
}

.btn {
    padding: 15px 50px;
    border-radius: 0;
    font-size: 1.2rem;
}

.btn-primary {
    background-color: #0099FF;
    border-color: #0099FF;
}

.btn-primary:hover {
    background-color: #2f80d0;
    border-color: #2f80d0;
}

footer {
    margin-top: 0;
    margin-bottom: 0;
    padding: 60px 0 30px;
    background: #000000;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

footer.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

footer h4,
footer h5 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

footer .tm-text-primary {
    color: #1e40af;
}

footer .tm-link-gray {
    color: #e5e7eb;
    transition: all 0.3s ease;
}

footer .tm-link-gray:hover {
    color: #1e40af;
    text-decoration: none;
    padding-left: 5px;
}

footer p {
    color: #d1d5db;
    line-height: 1.8;
}

footer i {
    color: #1e40af;
    margin-right: 10px;
}

.tm-link-primary { color: #0099FF; }
.tm-link-primary:hover { color: #2f80d0; }
.fa-15x { font-size: 1.5em; }

.tm-social-icon {
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.tm-social-icon-2 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
}

.tm-social-link i { 
    transition: all 0.3s ease;
    color: #94a3b8;
}
.tm-social-link:hover i { 
    color: #1e40af;
    transform: scale(1.1);
}

/* Hover effect */
.tm-about-person-layout {
    margin-bottom: 0;  
    width: 100%;
    height: auto;  
    max-width: 460px;    
}

.tm-about-person {
	position: relative;
    overflow: hidden;
    max-height: 420px;     
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.tm-about-person img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.tm-about-person figcaption {
	padding: 15px;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.tm-about-person figcaption::before,
.tm-about-person figcaption::after {
	pointer-events: none;
}

.tm-about-person figcaption,
.tm-about-person figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.tm-about-person figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.tm-about-person h2 { font-weight: 300; }
.tm-about-person h2 span { font-weight: 600; }

.tm-about-person h2,
.tm-about-person p {
	margin: 0;
}

.tm-about-person p {
	letter-spacing: 1px;
    font-size: 68.5%;
    color: #fff;
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo { background: #2e5d5a; }

figure.effect-milo img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px,0,0) scale(1.12);
	transform: translate3d(-30px,0,0) scale(1.12);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-milo:hover img {
	opacity: 0.5;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

figure.effect-milo h2 {
    font-size: 1.2rem;
	position: absolute;
    left: 0;
    right: 0;
	bottom: 0;
    padding: 20px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(45, 92, 89, 0.5));
}

figure.effect-milo p {
	padding: 0 10px 0 0;
	border-right: 1px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

figure.effect-milo:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Contact */
.mapouter{
    position:relative;
    text-align:right;
    height:520px;
    width:100%;
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:520px;
    width:100%;
}

.tm-contact-form-box { max-width: 485px; }
.tm-address-box { max-width: 860px; }
.form-group { margin-bottom: 40px; }

.form-control {
  font-size: 1em;
  border-radius: 0;
  padding: 14px 20px;
  height: auto;
}

select.form-control { height: 60px; }

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-image: url('../img/select-arrow.png');
  padding: 14px 20px;
  padding-right: 20px;
  color: #666;
}

#contactSelect { border-radius: 0 }
.tm-address-text { max-width: 650px; }

@media (max-width: 1199px) {
    .tm-box-3 { margin-bottom: 2rem; }
}

@media (min-width: 992px) and (max-width: 1100px) {
    .tm-services-img { width: 220px; }
}

@media (max-width: 992px) {
    .navbar-toggler {
        position: fixed;        
        right: 15px;
        top: 10px;        
        background-color: white;
        padding: 10px 16px;
        font-size: 1.5rem;
        border-radius: 0;
    }

    .navbar-toggler i { color: #0099FF; }
    
    .navbar-collapse {
        position: fixed;
        right: 15px;
        top: 56px;
        background-color: white;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin-right: 0;
        margin-top: 3px;
        margin-bottom: 3px;
        padding: 8px 25px; 
    }

    .tm-box { margin-bottom: 30px; }
    .tm-box-s { max-width: 480px; }
}

@media (max-width: 565px) {
    .tm-services-box {
        flex-direction: column;
    }

    .tm-services-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 430px) {
    .tm-strategy-box { flex-direction: column; }

    .tm-strategy-img {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* ============================================
   MODERN REDESIGN STYLES
   ============================================ */

/* Hero Slider Styles */
#heroCarousel {
    position: relative;
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
    margin-top: 0;
}

#heroCarousel .carousel-item {
    height: 100vh;
    min-height: 600px;
    max-height: 900px;
}

.hero-slide {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-content {
    position: relative;
    z-index: 10;
    padding: 40px 20px;
    animation: fadeInUp 1s ease-out;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.hero-content::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: transparent;
    border-radius: 15px;
    z-index: -1;
    backdrop-filter: none;
}

.hero-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    color: #ffffff;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9), 0 0 20px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.5rem;
    position: relative;
}

.hero-subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9), 0 0 15px rgba(0, 0, 0, 0.5);
    max-width: 800px;
    margin: 0 auto;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.hero-buttons .btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-buttons .btn-primary {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border: none;
    color: #ffffff;
}

.hero-buttons .btn-primary:hover {
    background: linear-gradient(135deg, #f7931e 0%, #ff6b35 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 53, 0.4);
    color: #ffffff;
}

.hero-buttons .btn-outline-light {
    background-color: rgba(255, 255, 255, 0.95);
    border: 2px solid #ffffff;
    color: #2c3e50;
    font-weight: 600;
}

.hero-buttons .btn-outline-light:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #0099FF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.4);
}

#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-control-prev {
    left: 30px;
}

#heroCarousel .carousel-control-next {
    right: 30px;
}

#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

#heroCarousel .carousel-indicators {
    bottom: 30px;
}

#heroCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

#heroCarousel .carousel-indicators li.active {
    background-color: #fff;
    width: 30px;
    border-radius: 6px;
}

/* Modern Navigation */
.modern-navbar {
    background-color: #ffffff;
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
}

.modern-navbar .navbar-nav {
    flex-wrap: nowrap;
}

.modern-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.modern-navbar.navbar-scrolled {
    position: fixed;
    background-color: #ffffff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
}

.navbar-logo {
    height: 50px;
    width: auto;
    max-width: 180px;
    transition: all 0.3s ease;
}

.modern-navbar.navbar-scrolled .navbar-logo {
    height: 45px;
}

.modern-nav-link {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    color: #2c3e50 !important;
    padding: 8px 8px !important;
    margin: 0 1px;
    position: relative;
    text-transform: capitalize !important;
    transition: all 0.3s ease;
    border: none !important;
    text-shadow: none;
    white-space: nowrap;
}

.navbar-expand-lg .navbar-nav .modern-nav-link {
    text-transform: capitalize !important;
}

.modern-nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #1e40af, #1e3a8a);
    transition: width 0.3s ease;
    border-radius: 2px;
}

.modern-nav-link:hover::before,
.nav-item.active .modern-nav-link::before {
    width: 80%;
}

.modern-nav-link:hover,
.nav-item.active .modern-nav-link {
    color: #1e40af !important;
    transform: translateY(-2px);
}

/* Updated Button Styles */
.btn {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 15px 50px;
    border-radius: 50px;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    border: none;
    color: #fff;
    box-shadow: 0 4px 15px rgba(30, 64, 175, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(30, 64, 175, 0.4);
    color: #fff;
}

.btn-outline-light {
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    background: transparent;
}

.btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #fff;
    color: #fff;
}

.btn-outline-primary {
    border: 2px solid #1e40af;
    color: #1e40af;
    background: transparent;
}

.btn-outline-primary:hover {
    background: #1e40af;
    color: #fff;
    transform: translateY(-2px);
}

/* Updated Typography */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a202c;
    line-height: 1.3;
}

h3.tm-title-gray {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1a202c;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

/* Intro Section */
.intro-section {
    padding: 15px 30px 50px 30px;
    background: #ffffff;
}

.intro-section .row {
    justify-content: center;
}

@media (max-width: 768px) {
    .intro-section {
        padding: 10px 15px 40px 15px;
    }
}

.tm-intro {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

.intro-section section {
    display: flex;
    justify-content: center;
}

.tm-intro p {
    font-size: 1.1rem;
    line-height: 2;
    color: #4a5568;
}

.tm-intro strong {
    color: #1e40af;
    font-weight: 600;
}

/* Industries & Why Choose Section */
.industries-section {
    padding: 50px 30px;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}

@media (max-width: 768px) {
    .industries-section {
        padding: 40px 15px;
    }
}

.list-group-item {
    border: none;
    padding: 15px 0;
    font-size: 1.05rem;
    color: #4a5568;
    transition: all 0.3s ease;
}

.list-group-item:hover {
    padding-left: 10px;
    color: #1e40af;
}

.list-group-item i {
    color: #1e40af;
    font-size: 1.2rem;
    width: 30px;
}

.media {
    padding: 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-bottom: 15px !important;
}

.media:hover {
    background: #f8fafc;
    transform: translateX(5px);
}

.media i {
    color: #1e40af;
}

.media h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 0.5rem;
}

.media-body p {
    color: #64748b;
    margin: 0;
}

/* Partners Section */
.partners-section {
    padding: 50px 0;
    background: #ffffff;
    width: 100%;
}

.partners-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (max-width: 768px) {
    .partners-section {
        padding: 40px 0;
    }
    
    .partners-section .row.text-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.partner-box {
    padding: 20px;
    border: 1px solid #e2e8f0;
    background: #f8f9fa;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 100%;
}

.partner-box:hover {
    border-color: #1e40af;
    background: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(30, 64, 175, 0.15);
}

.partner-name {
    color: #64748b;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s ease;
}

.partner-box:hover .partner-name {
    color: #1e40af;
}

.badge {
    font-size: 1rem;
    padding: 15px 25px !important;
    border-radius: 10px;
    border: 2px solid #e2e8f0 !important;
    background: #ffffff !important;
    color: #4a5568 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    margin: 10px !important;
}

.badge:hover {
    border-color: #1e40af !important;
    color: #1e40af !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(30, 64, 175, 0.2);
}

.tm-text-primary {
    color: #1e40af;
    font-weight: 600;
}

/* Service Boxes Enhancement */
.services-section {
    padding: 50px 30px;
    background: #ffffff;
}

@media (max-width: 768px) {
    .services-section {
        padding: 40px 15px;
    }
}

.tm-box {
    border-radius: 20px;
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.tm-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(30, 64, 175, 0.15);
    border-color: #1e40af;
}

.tm-box .fas {
    color: #1e40af;
    transition: all 0.3s ease;
}

.tm-box:hover .fas {
    transform: scale(1.1);
    color: #1e3a8a;
}

.tm-box h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}

.tm-box .btn-outline-primary {
    margin-top: auto;
    align-self: flex-start;
}

.tm-box p {
    color: #4a5568;
    font-size: 1rem;
    line-height: 1.8;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    padding: 60px 0;
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

.cta-section .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-section .row {
    margin-left: 0;
    margin-right: 0;
}

.cta-section .col-12 {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('img/biz-oriented-footer.jpg') center/cover;
    opacity: 0.1;
    z-index: 0;
}

.cta-content {
    position: relative;
    z-index: 1;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
}

.cta-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    box-sizing: border-box;
}

.cta-text {
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.95);
    max-width: 700px;
    margin: 0 auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    max-width: 100%;
    box-sizing: border-box;
}

/* Updated HR */
.tm-hr {
    width: 100px;
    border-top: 4px solid #1e40af;
    margin: 0 auto 2rem;
    border-radius: 2px;
}

/* Key Numbers Section Enhancement */
.stats-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    padding: 50px 30px;
    margin: 0 0 5px 0;
    border-radius: 20px;
}

@media (max-width: 768px) {
    .stats-section {
        padding: 40px 15px;
        margin: 0 0 5px 0;
    }
}

.display-4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.stats-item {
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.stats-item:hover {
    transform: translateY(-5px);
}

.stats-item .display-4 {
    font-size: 3rem;
}

@media (max-width: 768px) {
    .stats-item .display-4 {
        font-size: 2.5rem;
    }
}

.tm-strategy-text {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    color: #64748b;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
}

/* Footer Enhancement */
footer {
    background-color: #000000;
    color: #f3f4f6;
    padding: 60px 0 30px;
    margin-top: 0;
}

footer h4,
footer h5 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

footer p {
    color: #a0aec0;
    line-height: 1.8;
}

footer .tm-link-gray {
    color: #a0aec0;
    transition: all 0.3s ease;
}

footer .tm-link-gray:hover {
    color: #1e40af;
    text-decoration: none;
    padding-left: 5px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 992px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .modern-navbar {
        padding: 15px 0;
        background-color: #ffffff;
    }
    
    .modern-navbar .modern-nav-link {
        color: #2c3e50 !important;
        text-shadow: none;
    }
    
    .navbar-logo {
        height: 50px;
    }
    
    .modern-nav-link {
        padding: 8px 6px !important;
        font-size: 0.7rem;
        margin: 0 1px !important;
    }
    
    .navbar-logo {
        height: 45px;
        max-width: 150px;
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .cta-text {
        font-size: 1rem;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 50px;
        height: 50px;
    }
    
    #heroCarousel .carousel-control-prev {
        left: 15px;
    }
    
    #heroCarousel .carousel-control-next {
        right: 15px;
    }
    
    .navbar-toggler {
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
}

/* Navbar Toggler Visibility */
.navbar-toggler {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    
    .hero-buttons .btn {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .hero-buttons .btn.mr-3,
    .hero-buttons .btn[class*="mr-"] {
        margin-right: 0 !important;
    }
    
    #heroCarousel {
        min-height: 500px;
    }
    
    #heroCarousel .carousel-item {
        min-height: 500px;
    }
    
    h3.tm-title-gray {
        font-size: 1.8rem;
    }
    
    /* CTA Section Tablet/Mobile */
    .cta-section {
        padding: 40px 10px !important;
        margin-top: 30px;
        overflow-x: hidden;
    }
    
    .cta-section .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .cta-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
    }
    
    .cta-section .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
        overflow-x: hidden;
    }
    
    .cta-content {
        padding: 0 10px !important;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        overflow-x: hidden;
    }
    
    .cta-title {
        font-size: 1.5rem !important;
        margin-bottom: 1rem;
        line-height: 1.3;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        box-sizing: border-box;
    }
    
    .cta-text {
        font-size: 0.95rem !important;
        margin-bottom: 1.5rem;
        line-height: 1.6;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
        box-sizing: border-box;
    }
    
    .cta-section .btn {
        padding: 12px 25px !important;
        font-size: 0.9rem;
        width: auto;
        max-width: 90%;
        display: inline-block;
        box-sizing: border-box;
        white-space: normal;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 1.75rem;
    }
    
    .cta-section {
        padding: 60px 0;
    }
    
    .cta-title {
        font-size: 1.75rem;
    }
}

/* Partners Carousel Animation */
@keyframes scroll-partners {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partners-carousel-wrapper {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.partners-carousel {
    display: flex;
    width: fit-content;
    animation: scroll-partners 30s linear infinite;
}

.partners-carousel .partner-box {
    flex-shrink: 0;
    width: 200px !important;
    margin: 0 15px;
}

.partners-carousel:hover {
    animation-play-state: paused;
}

.partners-carousel .partner-box img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

/* ============================================
   COMPREHENSIVE MOBILE RESPONSIVE STYLES
   ============================================ */

/* Base Mobile Styles */
@media (max-width: 991px) {
    body {
        font-size: 16px;
    }
    
    /* Navigation Mobile */
    .modern-navbar {
        padding: 10px 0;
    }
    
    .navbar-collapse {
        background-color: #ffffff;
        border-radius: 8px;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        margin-top: 10px;
        padding: 15px;
        max-height: 80vh;
        overflow-y: auto;
    }
    
    .modern-nav-link {
        padding: 12px 15px !important;
        font-size: 0.9rem !important;
        margin: 2px 0 !important;
        border-bottom: 1px solid #f0f0f0;
        display: block;
        width: 100%;
    }
    
    .modern-nav-link:last-child {
        border-bottom: none;
    }
    
    .navbar-logo {
        height: 40px;
        max-width: 140px;
    }
    
    /* Hero Section Mobile */
    #heroCarousel {
        height: 70vh;
        min-height: 450px;
        max-height: 600px;
    }
    
    #heroCarousel .carousel-item {
        height: 70vh;
        min-height: 450px;
        max-height: 600px;
    }
    
    .hero-content {
        padding: 20px 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .hero-content .hero-buttons {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 1rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }
    
    .hero-buttons .btn {
        padding: 12px 30px;
        font-size: 0.9rem;
        margin: 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
        display: block;
        width: 90%;
        max-width: 280px;
    }
    
    .hero-buttons .btn.mr-3,
    .hero-buttons .btn[class*="mr-"] {
        margin-right: 0 !important;
    }
    
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
        opacity: 0.7;
    }
    
    #heroCarousel .carousel-control-prev {
        left: 10px;
    }
    
    #heroCarousel .carousel-control-next {
        right: 10px;
    }
    
    #heroCarousel .carousel-indicators {
        bottom: 15px;
    }
    
    #heroCarousel .carousel-indicators li {
        width: 10px;
        height: 10px;
    }
    
    /* Stats Section Mobile */
    .stats-section {
        padding: 30px 15px;
    }
    
    .stats-item {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .stats-item .display-4 {
        font-size: 2.5rem;
    }
    
    .tm-strategy-text {
        font-size: 0.85rem;
    }
    
    /* Intro Section Mobile */
    .intro-section {
        padding: 30px 15px;
    }
    
    .tm-intro p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    h3.tm-title-gray {
        font-size: 1.75rem;
        margin-bottom: 1rem;
    }
    
    /* Services Section Mobile */
    .services-section {
        padding: 30px 15px;
    }
    
    .tm-box {
        margin-bottom: 25px;
        padding: 25px 20px;
    }
    
    .tm-box h4 {
        font-size: 1.2rem;
    }
    
    .tm-box .fas {
        font-size: 3rem !important;
    }
    
    /* Industries Section Mobile */
    .industries-section {
        padding: 30px 15px;
    }
    
    .list-group-item {
        font-size: 0.95rem;
        padding: 12px 0;
    }
    
    .media {
        padding: 12px;
        margin-bottom: 12px !important;
    }
    
    .media i {
        font-size: 1.5rem;
    }
    
    .media h5 {
        font-size: 1.1rem;
    }
    
    /* Partners Section Mobile */
    .partners-section {
        padding: 30px 0;
    }
    
    .partners-carousel-wrapper {
        padding: 15px 0;
    }
    
    .partners-carousel .partner-box {
        width: 150px !important;
        height: 120px;
        margin: 0 10px;
        padding: 15px;
    }
    
    .partners-carousel .partner-box img {
        max-height: 60px;
    }
    
    /* CTA Section Mobile */
    .cta-section {
        padding: 35px 10px !important;
        margin-top: 30px;
        overflow-x: hidden;
    }
    
    .cta-section .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
        max-width: 100%;
    }
    
    .cta-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .cta-section .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }
    
    .cta-content {
        padding: 0 10px !important;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    
    .cta-title {
        font-size: 1.4rem !important;
        margin-bottom: 1rem;
        line-height: 1.3;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .cta-text {
        font-size: 0.9rem !important;
        margin-bottom: 1.5rem;
        line-height: 1.6;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .cta-section .btn {
        padding: 12px 25px !important;
        font-size: 0.9rem;
        width: auto;
        max-width: 90%;
        display: inline-block;
        white-space: normal;
        word-wrap: break-word;
    }
    
    /* Footer Mobile */
    footer {
        padding: 40px 15px 20px !important;
        overflow-x: hidden !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    footer.container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow-x: hidden !important;
    }
    
    footer .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
    }
    
    footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    
    footer .col-lg-5,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-md-12,
    footer .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
        box-sizing: border-box !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto;
    }
    
    footer h4,
    footer h5 {
        font-size: 1.2rem;
        margin-bottom: 1rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    footer p {
        font-size: 0.9rem;
        line-height: 1.6;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        hyphens: auto;
    }
    
    footer ul {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    footer a {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    footer .col-lg-5,
    footer .col-lg-3,
    footer .col-lg-4 {
        margin-bottom: 30px;
    }
    
    /* Forms Mobile */
    .form-control {
        font-size: 0.95rem;
        padding: 12px 15px;
    }
    
    select.form-control {
        height: 50px;
    }
    
    .btn {
        padding: 12px 30px;
        font-size: 0.95rem;
    }
    
    /* Images Mobile */
    img {
        max-width: 100%;
        height: auto;
    }
    
    .tm-services-img,
    .tm-strategy-img {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    
    /* Badge Mobile */
    .badge {
        font-size: 0.85rem;
        padding: 10px 15px !important;
        margin: 5px !important;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .stats-item .display-4 {
        font-size: 3rem;
    }
    
    h3.tm-title-gray {
        font-size: 2rem;
    }
    
    .partners-carousel .partner-box {
        width: 180px !important;
    }
}

/* Small Mobile Devices */
@media (max-width: 576px) {
    body {
        font-size: 15px;
    }
    
    /* Navigation Small Mobile */
    .navbar-logo {
        height: 35px;
        max-width: 120px;
    }
    
    .navbar-toggler {
        padding: 8px 12px;
        font-size: 1.2rem;
    }
    
    /* Hero Small Mobile */
    #heroCarousel {
        height: 60vh;
        min-height: 400px;
        max-height: 500px;
    }
    
    #heroCarousel .carousel-item {
        height: 60vh;
        min-height: 400px;
        max-height: 500px;
    }
    
    .hero-title {
        font-size: 1.5rem;
        margin-bottom: 0.75rem;
    }
    
    .hero-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        width: 100%;
    }
    
    .hero-buttons .btn {
        padding: 10px 25px;
        font-size: 0.85rem;
        width: 100%;
        max-width: 250px;
        margin: 0 auto !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    .hero-buttons .btn.mr-3,
    .hero-buttons .btn[class*="mr-"] {
        margin-right: 0 !important;
    }
    
    /* Stats Small Mobile */
    .stats-item .display-4 {
        font-size: 2rem;
    }
    
    .tm-strategy-text {
        font-size: 0.8rem;
    }
    
    /* Typography Small Mobile */
    h3.tm-title-gray {
        font-size: 1.5rem;
    }
    
    h4 {
        font-size: 1.2rem;
    }
    
    .tm-intro p {
        font-size: 0.95rem;
    }
    
    /* Services Small Mobile */
    .tm-box {
        padding: 20px 15px;
    }
    
    .tm-box .fas {
        font-size: 2.5rem !important;
    }
    
    .tm-box h4 {
        font-size: 1.1rem;
    }
    
    /* Partners Small Mobile */
    .partners-carousel .partner-box {
        width: 130px !important;
        height: 100px;
        margin: 0 8px;
        padding: 10px;
    }
    
    .partners-carousel .partner-box img {
        max-height: 50px;
    }
    
    /* CTA Small Mobile */
    .cta-section {
        padding: 30px 8px !important;
        margin-top: 25px;
        overflow-x: hidden;
    }
    
    .cta-section .container-fluid {
        padding-left: 8px !important;
        padding-right: 8px !important;
        max-width: 100%;
    }
    
    .cta-section .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .cta-section .col-12 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100%;
    }
    
    .cta-content {
        padding: 0 8px !important;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
    
    .cta-title {
        font-size: 1.3rem !important;
        margin-bottom: 0.75rem;
        line-height: 1.2;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .cta-text {
        font-size: 0.85rem !important;
        margin-bottom: 1.25rem;
        line-height: 1.5;
        padding: 0 !important;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        hyphens: auto;
    }
    
    .cta-section .btn {
        padding: 10px 20px !important;
        font-size: 0.85rem;
        width: 90%;
        max-width: 280px;
        display: block;
        margin: 0 auto;
        white-space: normal;
        word-wrap: break-word;
    }
    
    /* Footer Small Mobile */
    footer {
        padding: 35px 10px 15px !important;
    }
    
    footer.container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    footer .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    footer .col-lg-5,
    footer .col-lg-3,
    footer .col-lg-4,
    footer .col-md-12,
    footer .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    
    footer h4,
    footer h5 {
        font-size: 1.1rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
    }
    
    footer p {
        font-size: 0.85rem;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        hyphens: auto;
    }
    
    /* Forms Small Mobile */
    .form-control {
        font-size: 0.9rem;
        padding: 10px 12px;
    }
    
    .btn {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
    
    /* List Items Small Mobile */
    .list-group-item {
        font-size: 0.9rem;
        padding: 10px 0;
    }
    
    .media {
        padding: 10px;
    }
    
    .media i {
        font-size: 1.3rem;
    }
    
    .media h5 {
        font-size: 1rem;
    }
    
    /* Container Fluid Small Mobile */
    .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* Extra Small Devices */
@media (max-width: 400px) {
    .hero-title {
        font-size: 1.3rem;
    }
    
    .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .stats-item .display-4 {
        font-size: 1.75rem;
    }
    
    h3.tm-title-gray {
        font-size: 1.3rem;
    }
    
    .partners-carousel .partner-box {
        width: 110px !important;
        margin: 0 5px;
    }
    
    .navbar-logo {
        height: 30px;
        max-width: 100px;
    }
}

/* Landscape Mobile Orientation */
@media (max-width: 991px) and (orientation: landscape) {
    #heroCarousel {
        height: 100vh;
        min-height: 500px;
    }
    
    #heroCarousel .carousel-item {
        height: 100vh;
        min-height: 500px;
    }
    
    .hero-title {
        font-size: 1.75rem;
    }
    
    .hero-subtitle {
        font-size: 0.95rem;
    }
}

/* Print Styles */
@media print {
    .modern-navbar,
    .navbar-toggler,
    #heroCarousel,
    .cta-section,
    footer {
        display: none;
    }
    
    body {
        font-size: 12pt;
        color: #000;
    }
}

/* Accessibility - Touch Target Sizes */
@media (max-width: 991px) {
    .btn,
    .modern-nav-link,
    a {
        min-height: 44px;
        min-width: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
}

/* Smooth Scrolling for Mobile */
@media (max-width: 991px) {
    html {
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
}

/* Fix for iOS Safari viewport */
@supports (-webkit-touch-callout: none) {
    @media (max-width: 991px) {
        #heroCarousel {
            height: -webkit-fill-available;
        }
    }
}

/* Additional Responsive Styles for Maps, Tables, and Other Elements */
@media (max-width: 991px) {
    /* Google Maps Responsive */
    .mapouter,
    .gmap_canvas,
    .map-container {
        height: 400px !important;
        width: 100% !important;
        position: relative;
        overflow: hidden;
    }
    
    .gmap_canvas iframe,
    .map-container iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
    }
    
    /* Tables Responsive */
    table {
        width: 100%;
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table thead,
    table tbody,
    table tr,
    table td,
    table th {
        display: block;
    }
    
    table thead {
        display: none;
    }
    
    table tr {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 5px;
    }
    
    table td {
        border: none;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }
    
    table td:before {
        content: attr(data-label);
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #1e40af;
    }
    
    /* Contact Form Mobile */
    .tm-contact-form-box {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .tm-address-box {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .form-group {
        margin-bottom: 25px;
    }
    
    /* About Page Images Mobile */
    .tm-about-person-layout {
        max-width: 100%;
        margin: 0 auto 30px;
    }
    
    /* Solutions Page Images Mobile */
    .solutions-section img {
        width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }
    
    /* Software Web Page Mobile */
    .software-partner-section {
        padding: 30px 15px;
    }
    
    .software-partner-section img {
        max-width: 200px;
        width: 100%;
        height: auto;
        margin: 0 auto 20px;
        display: block;
    }
    
    /* Partners Page Grid Mobile */
    .partners-grid .partner-box {
        margin-bottom: 20px;
    }
    
    /* Resources Page Mobile */
    .resources-section {
        padding: 30px 15px;
    }
    
    /* History Section Mobile */
    .history-section img {
        width: 100%;
        height: auto;
        max-height: 400px;
        object-fit: cover;
        margin-bottom: 20px;
    }
    
    /* Leadership Section Mobile */
    .leadership-section {
        padding: 30px 15px;
    }
    
    .leadership-section .media {
        flex-direction: column;
        text-align: center;
    }
    
    .leadership-section .media i {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    /* Journey Section Mobile */
    .journey-section {
        padding: 30px 15px;
    }
    
    /* Client List Section Mobile */
    .client-list-section {
        padding: 30px 15px;
    }
    
    /* Services Page Authorized Partners Mobile */
    .authorized-partners {
        padding: 20px 15px;
    }
    
    .authorized-partners ul {
        padding-left: 20px;
    }
    
    .authorized-partners li {
        margin-bottom: 10px;
        font-size: 0.9rem;
    }
    
    /* Industries Page Mobile */
    .industry-detail-section {
        padding: 30px 15px;
    }
    
    .industry-detail-section img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    
    /* Solutions Page Mobile */
    .solution-item {
        margin-bottom: 30px;
    }
    
    .solution-item img {
        width: 100%;
        height: auto;
        max-height: 250px;
        object-fit: cover;
    }
    
    /* Text Alignment Mobile */
    .text-center-mobile {
        text-align: center;
    }
    
    /* Spacing Adjustments Mobile */
    .mb-4-mobile {
        margin-bottom: 1.5rem !important;
    }
    
    .mt-4-mobile {
        margin-top: 1.5rem !important;
    }
    
    /* Hide on Mobile */
    .hide-mobile {
        display: none !important;
    }
    
    /* Show on Mobile */
    .show-mobile {
        display: block !important;
    }
}

@media (max-width: 576px) {
    /* Google Maps Small Mobile */
    .mapouter,
    .gmap_canvas {
        height: 300px !important;
    }
    
    .gmap_canvas iframe {
        height: 300px !important;
    }
    
    /* Solutions Page Small Mobile */
    .solution-item img {
        max-height: 200px;
    }
    
    /* History Section Small Mobile */
    .history-section img {
        max-height: 250px;
    }
    
    /* Software Partner Small Mobile */
    .software-partner-section img {
        max-width: 150px;
    }
}

/* Ensure all images are responsive */
img {
    max-width: 100%;
    height: auto;
}

/* Ensure videos and iframes are responsive */
iframe,
video,
embed,
object {
    max-width: 100%;
    height: auto;
}

/* Responsive text utilities */
@media (max-width: 576px) {
    .text-sm-mobile {
        font-size: 0.85rem;
    }
    
    .text-xs-mobile {
        font-size: 0.75rem;
    }
}