:root{
    --siteradius: 8px
}
html,body {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    background-color: #ffffff;
    counter-reset: section;
    color: #6b7280;
    font-size:16px;
}
a{
    color:var(--primary);
    font-weight:500;
}

.de_testi *:not(.fa) {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}
.de_testi *:not(:hover):not(.fa) {
    color: #6b7280;
}
.text-light .de_testi.opt-2 blockquote:hover p{
    color:#fff;
}
h1,h2,h3,h4,h5,h6{
    color: #1a202c;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}


.step_count:before {
    counter-increment: section;
    content: "Step: " counter(section);
}
.site_accordion .accordion-item {
    margin-bottom: 15px;
    width: 100%;
}
.site_accordion .accordion-item .accordion-header {
    position: relative;
}
.site_accordion .accordion-item .accordion-header .title {
    cursor: pointer;
    position: relative;
    background: #f2f5f9;
    margin: 0;
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    display:flex;
    justify-content: space-between;
}
.site_accordion .accordion-item .accordion-header.active span:before {
    content:"\f106";
}
.site_accordion .accordion-item .accordion-header .title {
	border-radius: var(--siteradius);
}
.site_accordion .accordion-item:not(:first-child) .accordion-body {
    display: none;
}
.site_accordion .accordion-item .accordion-body {
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-top: 0;
    border-bottom-left-radius: var(--siteradius);
    border-bottom-right-radius: var(--siteradius);
}
.site_accordion .accordion-item .accordion-body p:last-child{
    margin-bottom:0;
}
.site_accordion .accordion-item .accordion-header.active .title {
	border-radius: var(--siteradius) var(--siteradius) 0 0;
}
.site_accordion .accordion-item .accordion-header span {
    
    /*text-align: center;*/
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.step_count {
    display: inline-flex;
    width: 150px;
    height: 60px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight:600;
    color: #fff;
    box-shadow: 0 0 2px 3px #235fb769;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
}
.new__sec_003 .col-lg-3:first-child .step_count{
    background-color: var(--secondary);
}
.new__sec_003 .col-lg-3:nth-child(2) .step_coun,
.county_steps .col:nth-child(2) .step_count{
    background-color: #A268CC;
}
.new__sec_003 .col-lg-3:nth-child(3) .step_count,
.county_steps .col:nth-child(3) .step_count{
    background-color: #EC225E;
}
.county_steps .col:first-child .step_count{
    background-color: #3aa9f7;
}
.county_steps .col:nth-child(4) .step_count{
    background-color: #9A6AFB;
}
.county_steps .col:nth-child(5) .step_count{
    background-color: #FDA548;
}
.county_steps .col:nth-child(6) .step_count{
    background-color: #FD676D;
}
.county_steps .col:nth-child(7) .step_count{
    background-color: var(--secondary);
}
.new__sec_003 .col-lg-3:last-child .step_count,
.county_steps .col:last-child .step_count{
    background-color: var(--primary);;
}

.service_icon {
    flex: 0 0 50px;
}
/* Buttons */
.site_btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 24px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    /*white-space: nowrap;*/
}

.site_btn.btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 14px 0 rgba(37, 99, 235, 0.3);
}

.site_btn.btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    box-shadow: 0 6px 20px 0 rgba(37, 99, 235, 0.4);
    transform: translateY(-2px);
}

.site_btn.btn-secondary {
    background: white;
    color: #2563eb;
    border: 2px solid #e5e7eb;
}

.site_btn.btn-secondary:hover {
    background: #f8fafc;
    border-color: #2563eb;
    transform: translateY(-2px);
}

.site_btn.btn-outline {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
}

.site_btn.btn-outline:hover {
    background: #2563eb;
    color: white;
    transform: translateY(-2px);
}

.site_btn.btn-large {
    padding: 16px 32px;
    font-size: 1.125rem;
}

.site_btn.btn-full {
    width: 100%;
    justify-content: center;
}
.light_bg {
    background-color:#f8fafc;
}

/* Hero Section */
.sec_hero {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
    overflow: hidden;
}

.sec_hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e2e8f0" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.5;
}


.sec_hero .hero-content {
    animation: fadeInUp 0.8s ease-out;
    position:relative;
}

.sec_hero .hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}

.sec_hero .hero-location {
    color: var(--secondary);
    display: inline-block;
    /*font-size: 2.25rem;*/
    margin-top: 0;
}

.sec_hero .hero-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.sec_hero .hero-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: .75rem;
    margin-bottom: 1rem;
}

.sec_hero .feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sec_hero .feature-item i {
    color: var(--primary);
    font-size: 1.25rem;
}

.sec_hero .hero-actions {
    display: flex;
    gap: .75rem;
    margin-bottom: 1rem;
}

.sec_hero .hero-disclaimer {
    font-size: 0.875rem;
    font-style: italic;
    
}
.sec_hero .hero-disclaimer p{
    margin-bottom:0;
}
.hero-visual {
    display: flex;
    justify-content: center;
    animation: fadeInRight 0.8s ease-out;
}

.hero-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    max-width: 400px;
    width: 100%;
    transform: rotate(2deg);
    transition: transform 0.3s ease;
}

.hero-card:hover {
    transform: rotate(0deg) scale(1.02);
}

.card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e5e7eb;
}

.card-header i {
    color: #2563eb;
    font-size: 1.5rem;
}

.card-header span {
    font-weight: 600;
    font-size: 1.125rem;
}

.form-field {
    margin-bottom: 1rem;
}

.field-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #6b7280;
    margin-bottom: 0.25rem;
}

.field-value {
    font-weight: 600;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.form-status {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.75rem;
    background: #f0fdf4;
    border-radius: 8px;
    color: #166534;
    font-weight: 500;
}

.form-status i {
    color: #10b981;
}

/* Services Section */

.section-header {
    text-align: center;
    margin-bottom: 1.5rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0;
    line-height:normal;
}

.section-subtitle {
    font-size: 1.125rem;
    margin: 0 auto;
}

.site_services .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.site_services .service-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display:grid;
    align-items: center;
}

.site_services .service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2563eb, #3b82f6);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.site_services .service-card:hover::before {
    transform: scaleX(1);
}

.site_services .service-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}

.site_services .service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.site_services .service-icon i {
    color: white;
    font-size: 1.5rem;
}

.site_services .service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1rem;
}

.site_services .service-description {
    margin-bottom: 1.5rem;
    line-height: 1.75;
}

.site_services .service-features {
    margin-bottom: 1.5rem;
}

.site_services .feature {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.site_services .feature i {
    color: #10b981;
    margin-top: 2px;
    flex-shrink: 0;
}

.site_services .feature span {
    
    line-height: 1.5;
}

.site_services .service-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    background: #2563eb;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.site_services .service-btn:hover {
    background: #1d4ed8;
    transform: translateY(-1px);
}

/* Video Guide Section */
.site_video-guide {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: white;
}

.site_video-guide .video-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.site_video-guide .video-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
    line-height:normal;
}

.site_video-guide .video-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    line-height: 1.6;
}

.site_video-guide .video-btn {
    background: white;
    color: #1e293b;
}

.site_video-guide .video-btn:hover {
    background: #f1f5f9;
    color: #1e293b;
}

.site_video-guide .video-thumbnail {
    display: flex;
    justify-content: center;
}

.site_video-guide .video-placeholder {
    background-size:cover !important;
    flex:1;
    aspect-ratio: 16/9;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow:hidden;
    position:relative;
}
.site_video-guide .video-placeholder::before{
    content:'';
    position:absolute;
    left:0;
    right:0;
    background-color:#0008;
    width:100%;
    height:100%;
}
.site_video-guide .video-placeholder:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.5);
}

.site_video-guide .video-placeholder i {
    font-size: 4rem;
    color: white;
    position:relative;
}

.site__pages_content ul{
    list-style:none;
    display: grid;
    gap: 1rem;
}
.site_brd .brd{
    background-color:var(--secondary);
}
.site_brd .brd *{
    color:#fff;
}
.site__pages_content li{
    display:flex;
    gap: .75rem;
}
.site__pages_content li::before{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f00c";
    color:var(--primary);
}
.site_video-guide .video-placeholder span {
    font-weight: 500;
    position:relative;
    font-size:18px;
}

/* Counties Section */
.site_counties .counties-grid,
.new_homecities .ul_3{
    display: grid;
    grid-template-columns: repeat(5, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.new_homecities .ul_3{
    padding-left:0;
}
.thumbnail-img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* Video container style */
.video-container {
    display: none; /* Initially hidden */
    width: 100%;
    max-width: 800px; /* Adjust width as needed */
    margin-top: 20px;
}

/* Styling for the play button icon */
.play_icon {
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}
.new_homecities .ul_3 li {
    list-style:none;
}
.site_counties .county-card,
.new_homecities .ul_3 li a{
    background: white;
    padding: 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.site_counties .county-card:hover,
.new_homecities .ul_3 li a:hover{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    border-color: #2563eb;
}

.site_counties .county-card span::before,
.new_homecities .ul_3 li a::before{
    content: "\f3c5";
    display:inline-block;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right:12px;
    font-size: 1.25rem;
}

.site_counties .county-card span,
.new_homecities .ul_3 li a{
    color:#1a202c;
}

.site_counties .counties-cta {
    text-align: center;
}

/* Why Choose Section */

.service_sec .icon__box {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  transition: 0.3s;
  display: flex;
  border:1px solid #e5e7eb;
  transition:all 0.3s ease;
}

.service_sec .icon__box:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}
.service_sec .service_icon {
  margin-right: 20px;
}
.service_sec .icon__box i {
  color:var(--secondary);
  font-size: 42px;
}

.service_sec .icon__box h3 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 20px;
}


.service_sec .icon__box p {
  margin-bottom: 0;
}
.why-choose {
    padding: 80px 0;
    background: white;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.benefit-icon i {
    font-size: 2rem;
    color: #2563eb;
}

.benefit-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.benefit-description {
    color: #6b7280;
    line-height: 1.6;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: #f8fafc;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2563eb, #3b82f6);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.step-content {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
    position: relative;
    z-index: 1;
    margin-top: -30px;
    padding-top: 3rem;
}

.step-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.step-description {
    color: #6b7280;
    line-height: 1.6;
}

/* CTA Section */
.site_cta {
    /*background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: #fff;*/
    text-align: center;
    background-color:#f8fafc;
}

.site_cta .cta-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /*color: white;*/
}

.site_cta .cta-description {
    font-size: 1.125rem;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.site_cta .site_btn.btn-primary{
    /*background:white;
    color:#2563eb;*/
}
.sec__003_bx {
    background-color:#fff;
    border-radius: 8px;
    border:1px solid #e5e7eb;
    transform: translateY(0px);
    transition: all 0.6s ease;
    height:100%;
    overflow:hidden;
}
.sec__003_content {
    padding: 24px;
    text-align: center;
}
.sec__003_content h3{
    font-size:20px;
    margin-bottom:1rem;
}

.sec__003_bx p{
    margin-bottom:0;
}
.sec__003_bx:hover{
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transform: translateY(-4px);
}
.row{
    margin-left:-12px;
    margin-right:-12px;
}
[class^="col-"] {
    padding-left:12px;
    padding-right:12px;
}
/* Contact Section */
.contact {
    padding: 80px 0;
    background: white;
}

.contact-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.contact-description {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
}

.contact-item i {
    color: #2563eb;
    font-size: 1.25rem;
}

.contact-item a {
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

/* Form Styles */
.site_form {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #e5e7eb;
}

.site_form .form-group {
    margin-bottom: 1rem;
}

.site_form .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
.site_form .form-group label.error{
    display:none !important;
}
.site_form .form-group input.error,
.site_form .form-group textarea.error{
    border-color:#f60b13;
}
.site_form .form-group input,
.site_form .form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: white;
}

.site_form .form-group input:focus,
.site_form .form-group select:focus,
.site_form .form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.site_form .form-group textarea {
    resize: vertical;
    min-height: 100px;
}

/* Footer */
.footer {
    background: #1a202c;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 4rem;
    margin-bottom: 3rem;
}

.footer-brand {
    max-width: 300px;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.footer-logo i {
    color: #2563eb;
    font-size: 1.75rem;
}

.footer-description {
    color: #9ca3af;
    line-height: 1.6;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-title {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: white;
}

.footer-list {
    list-style: none;
}

.footer-list li {
    margin-bottom: 0.5rem;
}

.footer-list a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-list a:hover {
    color: #2563eb;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 2rem;
    text-align: center;
}

.footer-disclaimer {
    color: #9ca3af;
    font-size: 0.875rem;
    margin-bottom: 1rem;
    line-height: 1.5;
}

.footer-copyright {
    color: #6b7280;
    font-size: 0.875rem;
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.sec_py {
    padding:40px 0;
}
/* Responsive Design */
@media(min-width:1200px){
    .site__map img{
        max-width:500px;
    }
    .sec_py {
        padding:80px 0;
    }
    .service_sec .icon__box h3,
    .site_services .service-title,
    .sec__003_content h3{
        font-size:22px;
    }
    .site_services .service-card {
        padding:2rem;
    }
    .site_services .services-grid {
        gap:2rem
    }
    .site_counties .county-card, .new_homecities .ul_3 li a {
        padding:1.25rem;
    }
    
}
@media(min-width:992px){
    .header-col-mid {
        margin-left:auto;
    }
    #mainmenu li:last-child a {
        padding-right:0;
    }
    .sec_hero .hero-title,
    .sec_hero .hero-subtitle{
        margin-bottom:1.5rem;
    }
    .sec_hero .feature-item {
        gap: 0.75rem;
    }
    .sec_hero .hero-features,
    .sec_hero .hero-actions{
        gap: 1rem;
        margin-bottom: 2rem;
    }
    
    p{
        margin-bottom:24px;
    }
}
@media(min-width:768px){
    .sec_py {
        padding:60px 0;
    }
}

@media (max-width: 1024px) {
    
    .contact-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .site_video-guide .video-content {
        grid-template-columns: 1fr;
        gap: 3rem;
        text-align: center;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
}

@media (max-width: 768px) {
    .scrolled .new__site_btn {
        position: fixed;
        left: 20px;
        bottom: 20px;
        z-index: 99;
        transition: all 0.4s ease-in-out; 
    }
    p.bannner-cnct{
        display:none;
    }
    .nav-menu {
        position: fixed;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        flex-direction: column;
        padding: 2rem;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        transform: translateY(-100%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    .sec_hero .hero-location {
        display:inline-block;
    }
    
    .nav-menu.active {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    
    .nav-toggle {
        display: flex;
    }
    
    .nav-toggle.active .nav-toggle-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }
    
    .nav-toggle.active .nav-toggle-line:nth-child(2) {
        opacity: 0;
    }
    
    .nav-toggle.active .nav-toggle-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
    
    .sec_hero .hero-title {
        font-size: 2.5rem;
    }
    
    .sec_hero .hero-location {
        /*font-size: 2rem;*/
    }
    
    .sec_hero .hero-features {
        grid-template-columns: 1fr;
    }
    
    .sec_hero .hero-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .site_services .services-grid {
        grid-template-columns: 1fr;
    }
    
    .site_counties .counties-grid,
    .new_homecities .ul_3{
        grid-template-columns: 1fr;
    }
    
    .benefits-grid {
        grid-template-columns: 1fr;
    }
    
    .steps-container {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 480px) {
    
    .sec_hero .hero-title,
    .site_cta .cta-title,
    .site_video-guide .video-title{
        font-size: 1.75rem;
    }
    
    .sec_hero .hero-location {
        /*font-size: 1.5rem;*/
    }
    
    .sec_hero .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.75rem;
        
    }
    
    .service-card,
    .benefit-card,
    .step-content {
        padding: 1.5rem;
    }
    
    .site_form {
        padding: 1.5rem;
    }
}

