body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
}

a {
color: inherit;
text-decoration: none;
}

.main-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.header-row-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    border-bottom: 1px solid #e9ecef;
}

.header-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.region-selector {
    display: flex;
    align-items: center;
    color: #007bff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.region-selector i {
    margin-right: 8px;
    font-size: 16px;
}

.region-selector:hover {
    color: #0056b3;
    text-decoration: none;
}

.logo-section {
    display: flex;
    align-items: center;
}

.logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    transition: opacity 0.3s ease;
}

.logo-link:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}

.logo-icon {
    width: 150px;
    height: auto;
    margin-right: 15px;
}

.logo-icon img {
width: 100%;
}

.logo-text h1 {
    color: #28a745;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 3px;
}

.logo-text p {
    color: #6c757d;
    font-size: 13px;
    margin: 0;
    line-height: 1.3;
    max-width: 200px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.navigation {
    display: flex;
    gap: 25px;
}

.nav-link {
    color: #495057;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #28a745;
    text-decoration: none;
}

.contact-info {
    display: flex;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #495057;
    font-size: 14px;
    text-decoration: none;
}

.contact-item:hover {
    color: #28a745;
    text-decoration: none;
}

.contact-item i {
    font-size: 16px;
}

.email {
    color: #495057;
}

.phone {
    color: #28a745;
}

.cta-button {
    background-color: #ffffff;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: #28a745;
    color: #ffffff;
    text-decoration: none;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.content-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.content-card h2 {
    color: #28a745;
    margin-bottom: 15px;
}

.content-card p {
    color: #6c757d;
    line-height: 1.6;
}

/* Carousel Styles */
.carousel {
    margin: 20px 0;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    background-color: #28a745;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    margin: 0 5px;
}

.carousel-indicators .active {
    background-color: #218838;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

/* Lawyer slide specific styles */
.lawyer-slide {
    position: relative;
    text-align: center;
}

.lawyer-slide img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
}

.lawyer-info {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
}

.lawyer-info h3 {
    color: #28a745;
    margin-bottom: 10px;
    font-size: 20px;
}

.lawyer-info p {
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

/* License and review carousel styles */
.carousel-inner img {
    max-height: 400px;
    object-fit: contain;
    border-radius: 10px;
}

/* Contact buttons styles */
.contact-buttons {
    padding: 20px 0;
}

.btn-whatsapp {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #1ea952;
    border-color: #1ea952;
    color: white;
    text-decoration: none;
}

.btn-telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    color: white;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-telegram:hover {
    background-color: #0077b3;
    border-color: #0077b3;
    color: white;
    text-decoration: none;
}

.btn-email,
.btn-phone {
    background-color: white;
    border: 1px solid #28a745;
    color: #28a745;
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-email:hover,
.btn-phone:hover {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    text-decoration: none;
}

.btn-full-width {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-full-width:hover {
    background-color: #218838;
    border-color: #218838;
    color: white;
    text-decoration: none;
}

.btn-expand {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-expand:hover {
    background-color: #218838;
    border-color: #218838;
    color: white;
    text-decoration: none;
}

/* Licenses table styles */
.licenses-table {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
}

.license-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.license-item:nth-child(even) {
    background-color: #f8f9fa;
}

.license-description {
    flex: 1;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    margin-right: 15px;
}

.license-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.registry-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.registry-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.btn-view {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background-color: #218838;
    border-color: #218838;
    color: white;
    text-decoration: none;
}

.btn-send-application {
    background-color: #28a745;
    border-color: #28a745;
    color: white;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-send-application:hover {
    background-color: #218838;
    border-color: #218838;
    color: white;
    text-decoration: none;
}

.show-more-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.show-more-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

/* Guarantee cards styles */
.guarantee-card {
    background-color: white;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s ease;
}

.guarantee-card:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    transform: translateY(-2px);
    background-color: #e8f5e8;
}

.guarantee-card h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
}

.guarantee-card p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* Callback form styles */
.callback-form-row {
    align-items: flex-end;
}

.callback-section {
    background-image: url('../img/hero_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    position: relative;
    padding: 0;
}

.callback-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 90, 48, 0.7);
    border-radius: 10px;
    z-index: 1;
}

.callback-section > * {
    position: relative;
    z-index: 2;
}

.callback-section h2 {
    color: white !important;
}

.callback-section p {
    color: white !important;
}

.callback-form {
    background-color: transparent;
    padding: 40px 80px;
    border-radius: 15px;
}

.callback-form h2 {
    color: white;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.callback-form p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5;
}

.callback-section [class*="col-"] {
    height: 100%;
}

.callback-form-fields {
    max-width: 100%;
}

.form-control, .form-select {
    width: 100%;
    max-width: 100%;
    padding: 10px 20px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fff;
    box-sizing: border-box;
}

.form-control:focus, .form-select:focus {
    outline: none;
    border-color: #28a745;
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
}

.form-control::placeholder {
    color: #adb5bd;
}

.btn-submit {
    background-color: white;
    border: 2px solid #e9ecef;
    color: #28a745;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #f8f9fa;
    border-color: #28a745;
    color: #28a745;
    text-decoration: none;
}

.form-privacy {
    margin-top: 15px;
    text-align: center;
}

.form-privacy small {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    line-height: 1.4;
}

.form-privacy a {
    color: white;
    text-decoration: underline;
}

.form-privacy a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.callback-image {
    text-align: center;
    padding: 0;
}

.callback-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

/* Services tags styles */
.services-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
}

.tag-item {
    background-color: white;
    color: #333;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border: 1px solid #e9ecef;
}

.tag-item:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transform: translateY(-2px);
}

/* Services carousel styles */
.carousel-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.carousel-controls .btn {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.carousel-indicators-custom {
    display: flex;
    gap: 8px;
}

.carousel-indicators-custom button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #e9ecef;
    transition: all 0.3s ease;
    cursor: pointer;
}

.carousel-indicators-custom button:hover {
    background-color: #ced4da;
    transform: scale(1.1);
}

.carousel-indicators-custom button.active {
    background-color: #28a745;
    transform: scale(1.2);
    box-shadow: 0 0 0 2px rgba(40, 167, 69, 0.3);
}

.service-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    text-align: center;
    transition: all 0.3s ease;
}

.service-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    background-color: #e8f5e8;
}

.service-card h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-duration {
    color: #6c757d;
    font-size: 14px;
    margin-bottom: 15px;
}

.service-price {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.service-card .btn {
    width: 100%;
    padding: 10px 20px;
    font-weight: 500;
}

.all-services-link {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}

.all-services-link:hover {
    color: #28a745;
    text-decoration: underline;
}

/* Service category cards styles */
.service-category-card {
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    height: 100%;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.service-category-card:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px);
    background-color: #e8f5e8;
}

.service-category-card h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    flex-grow: 1;
}

.service-list li {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.service-list li:before {
    content: "•";
    color: #28a745;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.service-price {
    color: #28a745;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #e9ecef;
}

.services-note {
    margin-top: 30px;
    text-align: center;
}

.services-note p {
    color: #6c757d;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    font-style: italic;
}

/* Hero Section Styles */
.hero-section {
    background-image: url('../img/hero_bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 60px 40px;
    border-radius: 15px;
    margin-bottom: 30px;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 90, 48, 0.7);
    border-radius: 15px;
    z-index: 1;
}

.hero-section > * {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-services-list .service-item {
    padding: 0 15px;
    text-align: center;
}

.hero-services-list .service-item p {
    color: white;
    margin: 0;
    font-size: 15px;
    line-height: 1.4;
}

.hero-services-list .service-item strong {
    font-weight: 600;
}

.hero-services-list .border-start {
    border-left: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.hero-services-list .border-end {
    border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn-whatsapp-hero,
.btn-telegram-hero {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: white;
    border: none;
}

.btn-whatsapp-hero {
    background-color: #25D366;
}

.btn-whatsapp-hero:hover {
    background-color: #1da851;
    color: white;
}

.btn-telegram-hero {
    background-color: #0088cc;
}

.btn-telegram-hero:hover {
    background-color: #006699;
    color: white;
}

.hero-form-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.hero-form-card .form-label {
    color: #333;
    font-weight: 500;
    margin-bottom: 8px;
}

.hero-form-card .form-control,
.hero-form-card .form-select {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #e9ecef;
    font-size: 15px;
    color: #333;
}

.hero-form-card .form-control:focus,
.hero-form-card .form-select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.hero-form-card .form-privacy {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6c757d;
}

.hero-form-card .form-privacy input[type="checkbox"] {
    margin-right: 8px;
    accent-color: #28a745;
}

.hero-form-card .form-privacy a {
    color: #28a745;
    text-decoration: none;
}

.hero-form-card .form-privacy a:hover {
    text-decoration: underline;
}

.btn-submit-hero {
    background-color: white;
    border: 2px solid #28a745;
    color: #28a745;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-submit-hero:hover {
    background-color: #28a745;
    color: white;
    border-color: #28a745;
}

/* Footer Styles */
.app-footer {
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-logo {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer-logo .logo-icon {
    margin-right: 15px;
}

.footer-logo .logo-text h3 {
    color: #ecf0f1;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.footer-main {
    margin-bottom: 30px;
}

.footer-column {
    margin-bottom: 30px;
}

.footer-column h4 {
    color: #ecf0f1;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

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

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

.footer-list a {
    color: #bdc3c7;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #28a745;
}

.footer-column .contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-column .contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #bdc3c7;
    font-size: 14px;
}

.footer-column .contact-item i {
    color: #28a745;
    width: 16px;
    text-align: center;
}

.footer-cta-button {
    background-color: #2c3e50;
    border: 2px solid #28a745;
    color: #28a745;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.footer-cta-button:hover {
    background-color: #28a745;
    color: white;
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
}

.footer-bottom p {
    color: #95a5a6;
    font-size: 14px;
    margin: 0;
}

.copyright {
    text-align: left;
}

.developer {
    text-align: right;
}

/* Accordion list-group styles */
.accordion-body .list-group.list-group-flush {
    font-size: 14px;
}

.accordion-body .list-group.list-group-flush .list-group-item {
    font-size: 14px;
}

@media (max-width: 768px) {
    .d-flex.justify-content-between.align-items-center.mb-4 {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .carousel-controls {
        justify-content: center;
    }
}
@media (max-width: 768px) {

.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #218838;
    transition: all 0.3s ease;
}

.nav-link {
    color: #fff;
}

.mobile-menu-toggle {
    position: relative;
    z-index: 1000;
}

    .header-row-1 {
        gap: 15px;
        text-align: center;
    }
    
    .header-row-2 {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .header-right {
        flex-direction: column;
        gap: 15px;
    }
    
    .navigation {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .contact-info {
        flex-direction: column;
        gap: 10px;
    }
    
    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }
    
    .carousel-control-prev {
        left: 10px;
    }
    
    .carousel-control-next {
        right: 10px;
    }
    
    .lawyer-slide img {
        max-height: 250px;
    }
    
    .carousel-inner img {
        max-height: 300px;
    }
    
    .contact-buttons .row .col-6 {
        margin-bottom: 15px;
    }
    
    .btn-whatsapp,
    .btn-telegram,
    .btn-email,
    .btn-phone {
        font-size: 12px;
        padding: 10px 12px;
    }
    
    .btn-full-width {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .license-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .license-description {
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .license-actions {
        width: 100%;
        justify-content: space-between;
    }
    
    .btn-view {
        font-size: 11px;
        padding: 6px 12px;
    }
    
    .guarantee-card {
        padding: 20px 15px;
    }
    
    .guarantee-card h3 {
        font-size: 15px;
    }
    
    .guarantee-card p {
        font-size: 13px;
    }
    
    .callback-form-row {
        flex-direction: column-reverse;
    }
    
    .callback-form h2 {
        font-size: 24px;
    }
    
    .callback-form p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .form-control {
        padding: 12px 15px;
        font-size: 14px;
    }
    
    .btn-submit {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .services-tags {
        gap: 10px;
        margin-top: 20px;
    }
    
    .tag-item {
        padding: 10px 16px;
        font-size: 13px;
    }
    
    .carousel-controls {
        gap: 8px;
    }
    
    .carousel-controls .btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    .service-card {
        padding: 20px 15px;
    }
    
    .service-card h3 {
        font-size: 15px;
    }
    
    .service-price {
        font-size: 20px;
    }
    
    .service-category-card {
        padding: 20px 15px;
    }
    
    .service-category-card h3 {
        font-size: 16px;
    }
    
    .service-list li {
        font-size: 13px;
    }
    
    .service-price {
        font-size: 18px;
    }
    
    .hero-section {
        padding: 40px 20px;
    }
    
    .hero-title {
        font-size: 38px;
        text-align: center;
    }
    
    .hero-subtitle {
        font-size: 18px;
        text-align: center;
    }
    
    .hero-services-list {
        margin-top: 25px !important;
        margin-bottom: 30px !important;
    }
    
    .hero-services-list .service-item {
        border: none !important;
        padding: 10px 0;
    }
    
    .hero-services-list .col-md-4:not(:last-child) .service-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
        margin-bottom: 15px;
    }
    
    .hero-services-list .col-md-4:first-child .service-item {
        border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
        padding-top: 15px;
    }
    
    .d-flex.flex-column.flex-sm-row.gap-3 {
        flex-direction: column !important;
        align-items: center;
    }
    
    .btn-whatsapp-hero,
    .btn-telegram-hero {
        width: 80%;
        max-width: 300px;
    }
    
    .hero-form-card {
        padding: 25px;
    }
    
    .footer-logo {
        justify-content: center;
        text-align: center;
    }
    
    .copyright,
    .developer {
        text-align: center !important;
    }

    .accordion-body .list-group.list-group-flush {
        font-size: 13px;
    }
    
    .accordion-body .list-group.list-group-flush .list-group-item {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .logo-section {
        margin-left: 0;
        flex-direction: column;
        text-align: center;
    }
    
}