body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
    background: #e6e6e6;
}

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

p:last-child { margin-bottom: 0; }

.tm-page-wrap { 
    max-width: 1400px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    background: white;
}

.tm-container-outer {
    max-width: 1400px;
    margin: 0 auto;    
}

.tm-content-box { box-shadow: 0 0 3px rgba(0, 0, 0, 0.15); }
.tm-text-gray { color: #787676; }

.tm-text-highlight {
    color: #c66995;
    font-weight: 600;
}

.tm-bg-primary { background: #69c6ba; }
.tm-bg-highlight { background: #c66995; }

.btn-primary {
    background: #69c6ba;
    border: none;
    border-radius: 0;
    outline: none;
}

.btn-primary:hover { background: #c66995; }
.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 50px 35px; }

.tm-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.3s ease;
    height: 80px;
    background: white;
    border-bottom: 1px solid rgba(105, 198, 186, 0.1);
}

.tm-top-bar.active {
    height: 60px;
    background: white;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { 
    padding: 30px 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #333;
}

.tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link { 
    padding: 20px 25px; 
}

.tm-top-bar a { color: #333; }

.navbar-brand {
    font-size: 2.2rem;
    text-transform: uppercase;
}

.logo-text {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #69c6ba;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    display: inline-block;
}

.logo-text::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60%;
    height: 2px;
    background: #c66995;
    border-radius: 1px;
}

.tm-top-bar.active .logo-text {
    font-size: 1rem;
}

/* Logo Brand Container */
.navbar-brand {
    font-size: 2.2rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding: 0;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo-icon {
    width: 40px;
    height: 40px;
    background: #69c6ba;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.logo-icon::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: #c66995;
    transform: rotate(45deg);
}

.logo-icon i {
    color: white;
    font-size: 1.2rem;
    z-index: 1;
    position: relative;
}

.tm-top-bar.active .logo-icon {
    width: 32px;
    height: 32px;
}

.tm-top-bar.active .logo-icon i {
    font-size: 1rem;
}

.tm-top-bar.active .navbar-brand { font-size: 1.4rem; }

.navbar {
    font-weight: 700;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

.nav-link.active, .nav-link:hover { color: #69c6ba; }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(104, 199, 187)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler { 
    border-color: rgb(104, 199, 187);
    border-radius: 0;
    cursor: pointer;
}

.tm-top-bar-bg { height: 80px; }
/* Modern Hero Section Styles */
.tm-banner-bg {
    background: #333;
    min-height: 500px;
    position: relative;
}

.tm-banner-row {
    position: relative;
    z-index: 100;
    padding-top: 120px;
    padding-bottom: 60px;
    min-height: 500px;
    display: flex;
    align-items: center;
}

.tm-banner-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
    color: white;
}

.tm-banner-divider {
    width: 60px;
    height: 4px;
    background: #c66995;
    margin: 20px 0;
    border-radius: 2px;
}

.tm-banner-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.tm-banner-features {
    margin: 30px 0;
}

.tm-feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: white;
    font-size: 0.95rem;
}

.tm-feature-item i {
    color: #c66995;
    margin-right: 12px;
    font-size: 1.1rem;
}

.tm-banner-actions {
    margin-top: 40px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}

.tm-btn-primary {
    background: #69c6ba;
    color: white;
    border-color: #69c6ba;
}

.tm-btn-primary:hover {
    background: #c66995;
    border-color: #c66995;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(198, 105, 149, 0.3);
}

.tm-btn-outline {
    background: transparent;
    color: white;
    border-color: white;
}

.tm-btn-outline:hover {
    background: white;
    color: #69c6ba;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

/* Hero Image Styles */
.tm-banner-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    max-height: 400px;
}

.tm-banner-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tm-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(105, 198, 186, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tm-banner-image:hover .tm-image-overlay {
    opacity: 1;
}

.tm-banner-image:hover img {
    transform: scale(1.05);
}

.tm-image-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #69c6ba;
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.tm-banner-overlay {
    display: none;
}
.tm-down-arrow-link { 
    color: white;
    background-color: #69c6ba;
    border-radius: 50%;
    padding: 10px 15px;
    margin-top: 0px;
    display: inline-block;
}

.tm-down-arrow-link:hover,
.tm-down-arrow-link:focus {
    color: white;
    background-color: #c66995;
}

/* Search form */
select.tm-select.form-control:not([size]):not([multiple]) { height: 45px; }
.form-control {
    font-size: 0.8rem;
    padding: .75rem;
}
label { font-weight: 700; }
.tm-search-form {
    background-color: #f5f6f6;
    padding: 25px 25px 15px;
    width: 100%;
    max-width: 830px;
    margin-left: 15px;
    margin-right: 15px;
}

.tm-form-group { float: left; }
.tm-form-group-pad { padding: 0 8px; }
.tm-form-group-1 { width: 50%; }
.tm-form-group-2 { width: 50%; }
.tm-form-group-3 { width: 25%; }
.form-control { border-radius: 0; }

.tm-btn {
    cursor: pointer;
    display: inline-block;
    font-size: 0.85rem;
    font-weight: 400;  
    padding: 12px 20px;
}

.tm-btn-white { background: white; }
.tm-btn-white-primary { color: #69c6ba; }
.tm-btn-white-highlight { color: #c66995; }

.tm-btn-white-primary:hover,
.tm-btn-white-primary:focus,
.tm-btn-white-primary:active {
    background: #c66995;
    color: white;
}

.tm-btn-white-highlight:hover,
.tm-btn-white-highlight:focus,
.tm-btn-white-highlight:active {
    background: #69c6ba;
    color: white;
}

.tm-btn-search { width: 100%; }

.tm-btn-search:hover,
.tm-btn-search:active,
.tm-btn-search:focus {
    background: #c66995;
}

/* Modern Services Section */
.tm-services-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.tm-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.tm-section-divider {
    width: 80px;
    height: 4px;
    background: #69c6ba;
    margin: 0 auto 20px;
    border-radius: 2px;
}

.tm-section-subtitle {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 0;
}

.tm-services-grid {
    margin-top: 40px;
}

.tm-service-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    height: 100%;
}

.tm-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.tm-service-card-featured {
    border: 2px solid #69c6ba;
    position: relative;
}

.tm-service-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #c66995;
    color: white;
    padding: 5px 12px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    z-index: 10;
}

.tm-service-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.tm-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tm-service-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(105, 198, 186, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tm-service-card:hover .tm-service-overlay {
    opacity: 1;
}

.tm-service-card:hover .tm-service-image img {
    transform: scale(1.1);
}

.tm-service-icon {
    font-size: 3rem;
    color: white;
}

.tm-service-content {
    padding: 30px 25px;
}

.tm-service-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.tm-service-description {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.tm-service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}

.tm-service-features li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #555;
}

.tm-service-features li i {
    color: #69c6ba;
    margin-right: 10px;
    font-size: 0.8rem;
}

.tm-btn-service {
    background: #69c6ba;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.tm-btn-service:hover {
    background: #c66995;
    color: white;
    transform: translateY(-2px);
}

.tm-btn-featured {
    background: #c66995;
}

.tm-btn-featured:hover {
    background: #69c6ba;
}

/* Detailed Services Section */
.tm-detailed-services {
    background: white;
    padding: 80px 0;
}

.tm-detail-card {
    background: #f8f9fa;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    border-left: 4px solid #69c6ba;
}

.tm-detail-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.tm-detail-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.tm-detail-icon {
    width: 60px;
    height: 60px;
    background: #69c6ba;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    transition: all 0.3s ease;
}

.tm-detail-card:hover .tm-detail-icon {
    background: #c66995;
    transform: scale(1.1);
}

.tm-detail-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #333;
    margin: 0;
}

.tm-detail-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem;
}

.tm-service-list {
    margin-bottom: 30px;
}

.tm-service-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 12px 15px;
    background: rgba(105, 198, 186, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.tm-service-item:hover {
    background: rgba(105, 198, 186, 0.1);
    transform: translateX(5px);
}

.tm-service-item i {
    color: #69c6ba;
    margin-right: 12px;
    font-size: 1rem;
    width: 20px;
    text-align: center;
}

.tm-service-item span {
    color: #555;
    font-weight: 500;
    font-size: 0.95rem;
}

.tm-detail-cta {
    text-align: center;
    margin-top: 30px;
}

.tm-btn-detail {
    background: #69c6ba;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    border: 2px solid #69c6ba;
}

.tm-btn-detail:hover {
    background: white;
    color: #69c6ba;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(105, 198, 186, 0.3);
}

.tm-btn-emergency {
    background: #c66995;
    border-color: #c66995;
}

.tm-btn-emergency:hover {
    background: white;
    color: #c66995;
    box-shadow: 0 8px 25px rgba(198, 105, 149, 0.3);
}

/* Service CTA Section */
.tm-service-cta-section {
    background: #69c6ba;
    padding: 80px 0;
}

.tm-service-cta-box {
    text-align: center;
    color: white;
    max-width: 900px;
    margin: 0 auto;
}

.tm-service-cta-box .tm-cta-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.tm-cta-description {
    font-size: 1.1rem;
    margin-bottom: 40px;
    opacity: 0.95;
    line-height: 1.6;
}

.tm-cta-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.tm-cta-feature {
    display: flex;
    align-items: center;
    color: white;
    font-size: 0.95rem;
}

.tm-cta-feature i {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 10px;
    font-size: 1.1rem;
}

.tm-cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.tm-btn-cta-primary {
    background: white;
    color: #69c6ba;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: 2px solid white;
}

.tm-btn-cta-primary:hover {
    background: #c66995;
    color: white;
    border-color: #c66995;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(198, 105, 149, 0.3);
}

.tm-btn-cta-secondary {
    background: transparent;
    color: white;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-size: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.tm-btn-cta-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: white;
    transform: translateY(-2px);
}

/* Service Areas Section Enhancement */
.tm-container-outer#tm-section-3 {
    background: white;
    padding: 80px 0;
}

.tm-container-outer#tm-section-3 .container {
    max-width: 1200px;
}

.tm-container-outer#tm-section-3 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.tm-container-outer#tm-section-3 h2 strong {
    color: #c66995;
    font-weight: 700;
}

.tm-container-outer#tm-section-3 .lead {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 40px;
}

.tm-container-outer#tm-section-3 .col-md-3 {
    margin-bottom: 30px;
}

.tm-container-outer#tm-section-3 ul {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border-left: 4px solid #69c6ba;
}

.tm-container-outer#tm-section-3 ul:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    background: white;
}

.tm-container-outer#tm-section-3 li {
    padding: 8px 0;
    color: #555;
    font-weight: 500;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(105, 198, 186, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding-left: 20px;
}

.tm-container-outer#tm-section-3 li:last-child {
    border-bottom: none;
}

.tm-container-outer#tm-section-3 li:before {
    content: "\f041";
    font-family: FontAwesome;
    color: #69c6ba;
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 0.8rem;
}

.tm-container-outer#tm-section-3 li:hover {
    color: #69c6ba;
    transform: translateX(5px);
}

.tm-container-outer#tm-section-3 h3 {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.tm-container-outer#tm-section-3 .col-md-4 {
    margin-bottom: 40px;
}

.tm-container-outer#tm-section-3 .col-md-4 h4 {
    color: #69c6ba;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
}

.tm-container-outer#tm-section-3 .col-md-4 h4:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background: #c66995;
}

.tm-container-outer#tm-section-3 .col-md-4 > div {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    text-align: center;
}

.tm-container-outer#tm-section-3 .col-md-4 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    background: white;
}

.tm-container-outer#tm-section-3 .tm-text-gray {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Modern FAQ Section */
.tm-faq-section {
    background: white;
    padding: 80px 0;
}

.tm-faq-accordion {
    margin-top: 40px;
}

.tm-faq-item {
    background: #f8f9fa;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tm-faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.tm-faq-header {
    background: none;
    border: none;
    padding: 0;
}

.tm-faq-button {
    width: 100%;
    padding: 25px 30px;
    background: none;
    border: none;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tm-faq-button:hover {
    background: rgba(105, 198, 186, 0.05);
}

.tm-faq-button:focus {
    outline: none;
    box-shadow: none;
}

.tm-faq-question {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    flex: 1;
    margin-right: 20px;
}

.tm-faq-icon {
    color: #69c6ba;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.tm-faq-button[aria-expanded="true"] .tm-faq-icon {
    color: #c66995;
    transform: rotate(180deg);
}

.tm-faq-body {
    padding: 0 30px 25px;
    color: #666;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Modern Contact Section */
.tm-contact-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.tm-contact-wrapper {
    background: white;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.tm-contact-card {
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f8f9fa;
}

.tm-contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: white;
}

.tm-contact-icon {
    width: 70px;
    height: 70px;
    background: #69c6ba;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.tm-contact-card:hover .tm-contact-icon {
    transform: scale(1.1);
    background: #c66995;
}

.tm-contact-icon i {
    color: white;
    font-size: 1.5rem;
}

.tm-contact-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #333;
}

.tm-contact-info {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #69c6ba;
}

.tm-phone-link {
    color: #69c6ba;
    text-decoration: none;
    transition: color 0.3s ease;
}

.tm-phone-link:hover {
    color: #c66995;
}

.tm-contact-detail {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 0;
}

.tm-cta-box {
    background: #69c6ba;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    color: white;
}

.tm-cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: white;
}

.tm-cta-subtitle {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.tm-btn-cta {
    background: white;
    color: #69c6ba;
    border: 2px solid white;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tm-btn-cta:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.2);
}

footer {
    background: #69c6ba;
    padding: 40px 0;
    text-align: center;
    font-size: 0.9rem;
    color: white;
}

footer a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: #c66995;
}

footer p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 8px;
}

.tm-footer-text-highlight {
    color: white;
    font-weight: 600;
}

.tm-footer-text-highlight:hover {
    color: #c66995;
}

/* Responsive Design Updates */
@media screen and (max-width: 1080px) {
    .tm-tab-link-li { width: 25%; }
}

@media screen and (max-width: 1033px) {
    .tm-slideshow-description { width: 55%; }
}

@media screen and (max-width: 991px) {
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link {
        padding: 15px 20px;
        background: white;
    }

    .tm-top-bar, .tm-top-bar-bg { height: auto; }

    #mainNav {
        width: 200px;
        position: absolute;
        top: 53px;
        right: 15px;
        box-shadow: 0px 0px 7px 0px rgba(214,214,214,1);
    }

    .tm-top-bar {
        height: 60px;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
        display: flex;
        align-items: center;
    }

    .tm-top-bar.active .navbar-expand-lg .navbar-nav .nav-link,
    .tm-top-bar .navbar-expand-lg .navbar-nav .nav-link { padding: 15px; }

    .tm-top-bar .navbar-brand { font-size: 1.4rem; }

    /* Logo responsive styles */
    .logo-text {
        font-size: 1rem;
    }

    .tm-top-bar.active .logo-text {
        font-size: 0.85rem;
    }

    .logo-icon {
        width: 32px;
        height: 32px;
    }

    .logo-icon i {
        font-size: 1rem;
    }

    .tm-top-bar.active .logo-icon {
        width: 28px;
        height: 28px;
    }

    .tm-top-bar.active .logo-icon i {
        font-size: 0.9rem;
    }

    .tm-banner-title {
        font-size: 2rem;
    }

    .tm-banner-row {
        padding-top: 100px;
    }

    .tm-banner-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .tm-contact-wrapper {
        padding: 30px;
    }

    .tab-pane {
        margin-left: 20px;
        margin-right: 20px;
    }

    .tm-recommended-description-box { width: 450px; }
}

@media screen and (max-width: 986px) {
    .tm-slideshow-section { flex-direction: column; }
    
    .tm-slideshow,
    .tm-slideshow-description {
        width: 100%;
        max-width: 700px;
    }

    .tm-slideshow-description {        
        margin-right: auto;
        margin-left: auto;
    }

    .slick-prev, .slick-next {
        bottom: 0;
        top: auto;
    }

    .tm-contact-form {
        position: static;
        width: 100%;
    }

    .tm-name-container,
    .tm-email-container {
        width: 49%;
    }

    .tm-email-container {
        margin-left: 0;
        float: right;
    }
}

@media screen and (max-width: 860px) {
    .tm-recommended-description-box { width: 350px; }
}

@media screen and (max-width: 826px) {

    .tm-banner-row-header { padding-top: 120px; }

    .tm-recommended-place-wrap {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto 15px;
    }

    .tm-recommended-place {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 270px;
    }

    .tm-recommended-price,
    .tm-recommended-price-link {
        position: relative;
        z-index: 1000;
    }

    .tm-recommended-price { padding-top: 50px; }

    .tm-recommended-price-box {
        width: 270px;
        height: 180px;        
        position: relative;
        overflow: hidden;
        padding-left: 0;
        background-image: none;
    }

    .tm-recommended-price-box:after {
        content: "";
        position: absolute;
        width: 180px;
        height: 270px;
        top: -45px;
        left: 45px;
        z-index: 27;
        background: url(../img/button-curve.png) 0 0 no-repeat;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background-size: auto 100%;      
    }

    .tm-recommended-price-box,
    .tm-recommended-price-box:hover {
        background-size: cover;
    }

    .tm-recommended-description-box { width: 270px; }
}

@media screen and (max-width: 767px) {
    .tm-banner-row {
        padding-top: 80px;
        padding-bottom: 40px;
        min-height: 400px;
    }

    .tm-banner-title {
        font-size: 1.8rem;
    }

    .tm-banner-subtitle {
        font-size: 1rem;
    }

    .tm-banner-image {
        margin-top: 30px;
        max-height: 300px;
    }

    .tm-banner-image img {
        height: 300px;
    }

    .tm-section-title {
        font-size: 2rem;
    }

    .tm-service-card {
        margin-bottom: 30px;
    }

    .tm-contact-wrapper {
        padding: 20px;
    }

    .tm-contact-card {
        margin-bottom: 20px;
    }

    .tm-services-section {
        padding: 60px 0;
    }

    .tm-faq-section {
        padding: 60px 0;
    }

    .tm-contact-section {
        padding: 60px 0;
    }

    .tm-detailed-services {
        padding: 60px 0;
    }

    .tm-service-cta-section {
        padding: 60px 0;
    }

    .tm-container-outer#tm-section-3 {
        padding: 60px 0;
    }

    .tm-container-outer#tm-section-3 ul {
        padding: 25px 20px;
    }

    .tm-container-outer#tm-section-3 .col-md-4 > div {
        padding: 25px 20px;
    }

    .tm-detail-card {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .tm-service-cta-box .tm-cta-title {
        font-size: 1.8rem;
    }

    .tm-cta-features {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .tm-form-group-1,
    .tm-form-group-2,
    .tm-form-group-3 {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .tm-banner-title {
        font-size: 1.6rem;
    }

    .tm-section-title {
        font-size: 1.8rem;
    }

    .tm-banner-actions {
        width: 100%;
    }

    .tm-btn {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .tm-faq-button {
        padding: 20px 15px;
    }

    .tm-faq-question {
        font-size: 1rem;
    }

    .tm-contact-wrapper {
        padding: 15px;
    }

    .tm-cta-box {
        padding: 30px 20px;
    }

    .tm-cta-title {
        font-size: 1.5rem;
    }

    .tm-detail-header {
        flex-direction: column;
        text-align: center;
    }

    .tm-detail-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .tm-cta-actions {
        flex-direction: column;
        align-items: center;
    }

    .tm-btn-cta-primary,
    .tm-btn-cta-secondary {
        width: 100%;
        max-width: 280px;
        text-align: center;
        margin-bottom: 10px;
    }

    .tm-cta-features {
        gap: 15px;
    }

    .tm-cta-feature {
        font-size: 0.9rem;
    }

    .tm-container-outer#tm-section-3 h2 {
        font-size: 1.8rem;
    }

    .tm-container-outer#tm-section-3 ul {
        padding: 20px 15px;
    }

    .tm-container-outer#tm-section-3 .col-md-4 > div {
        padding: 20px 15px;
    }

    .tm-container-outer#tm-section-3 li {
        font-size: 0.9rem;
        padding: 6px 0;
    }
}