body {
    margin: 0;
    background-color: #fff9f3;
}
.layout {
  min-height: 100vh;
  padding-left: 220px;
  box-sizing: border-box;
}
.intro {
  padding: 10px;
  max-width: 100%;
  justify-content: space-between; 
}
.text-section{
    display: flex; 
    margin: 0 auto;
    padding: 2rem 1rem;
}
/* .text-section img{
  float: right;
} */
.txt-block img{
  float: right;
}

.title{
    font-size: 35px;
    text-align: center;
    margin:auto;
    padding:10px;
}
.intro p{
    font-size: 45px;
    text-align: center;
    padding:15px;
    font-family: sans-serif;
}
.content{
    font-size: medium;
    font-family: sans-serif;
    padding: 15px;
    margin: auto;
}
.img{
    width:750px;
    border-radius: 8px;
    margin-top: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.floatimg{
    width: 100%;
    max-width: 400px;
    border-radius: 8px;
    margin: 10px 20px 20px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    float: right; 
}

.btn {
  display: inline-block;
  /* background-color: #e76f51; */
  color: rgb(77, 136, 215);
  padding: 0.6rem 1.2rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #acb6e76e;
}

  
.header-nav{
    text-align: center;
    padding: 20px;
    background-color: #FC6668;
    flex: 1;
  
}
.header-nav nav{
    font-size: 25px;
    color: black;
    border-bottom: 3px solid transparent;
    padding: 14px 16px;
}
header h1 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

nav a {
    text-decoration: none;
    margin: 0 10px;
    color: #0074cc;
    font-weight: bold;
}
nav a:hover {
    text-decoration: underline;
}

.separator {
    color: #888;
}

@media (max-width: 600px) {
    nav {
        flex-direction: column;
        align-items: center;
    }

    .separator {
        display: none;
    }
}
@media (max-width: 768px) {
  .layout {
    flex-direction: column;
    padding-left: 0;
  }

  .footer-layout {
    padding-left: 0;
  }

   .sidebar{
    position: static;
    width: 100%;
    height: auto;
    border-right: none;
    box-shadow: none;
  }
  .header-nav{
     width: 100%;
  }
}
.services{
    background-color: #fff9f3;
    padding: 3rem 1rem;
    /* margin: 1rem; */
    text-align: center;
}

.services h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #242222;
}
.service-card{
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.card-body img{
    max-width: 100%;
    border-radius: 6px;
}
.card-body {
  background-color: #fff;
  border-radius: 8px;
  padding: 1rem;
  width: 300px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.card-title {
  font-weight: bold;
  margin-top: 1rem;
  font-size: 1.1rem;
}

.card-text {
  margin: 1rem 0;
  color: #333;
}

.card a {
  color: #007bff;
  text-decoration: none;
  font-weight: 600;
}

.taxes{
   
    padding: 1rem;
    /* margin: 1rem; */
    background-color: #fff9f3;
    text-align: center;
}
.taxes h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #242222;
}
.tax-card{
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.business{
    padding: 3rem 1rem;
    /* margin: 1rem; */
    background-color: #fff9f3;
    text-align: center;
}
.business h2{
    font-size: 2.5rem;
    margin-bottom: 2rem;
    color: #242222;
}
.business-card{
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}
.sidebar{
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
  gap: 1.25rem;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 220px;
  height: 100vh;
  background-color: #fff9f3;
  padding: 20px 15px;
  overflow-y: auto;
  border-right: 1px solid #e5e1da;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.04);
  z-index: 1000;
}

.sidebar nav{
  width: 100%;
}

.sidebar h2{
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #FC6668;
  border-bottom: 2px solid #f0e3d8;
  padding-bottom: 0.35rem;
  margin: 0 0 0.5rem;
}

.sidebar a{
  display: block;
  padding: 0.4rem 0.5rem;
  margin: 0;
  border-radius: 6px;
  color: #0074cc;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.15s ease;
}

.sidebar a:hover{
  background: #fdeee3;
  text-decoration: none;
}

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

.sidebar blockquote{
  margin: 0.5rem 0;
  padding: 0.6rem 0.75rem;
  background: #fff;
  border-left: 3px solid #FC6668;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #333;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.sidebar .twitter-heading{
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #FC6668;
  border-bottom: 2px solid #f0e3d8;
  padding-bottom: 0.35rem;
  margin: 0 0 0.5rem;
}

.sidebar article{
  margin-top: auto;
  background: #fff;
  border-radius: 8px;
  padding: 0.75rem;
  font-size: 0.9rem;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.sidebar article h2{
  border: none;
  padding: 0;
  margin: 0 0 0.35rem;
}

.sidebar article p{
  margin: 0.35rem 0;
  color: #444;
}

.sidebar article footer{
  background: none;
  padding: 0;
}

#footer{
    border: 10px;
    border-radius:25px;
    padding:10px;
    margin:auto;  
    /* border: 0px solid #E5E7EB;
    background: #111827;
    display: flex;
    width: 100%;
    height: 377px;
    padding: 64px 80px;
    justify-content: center;
    align-items: center;
    display: flex;     */
}
.footer-layout{
    padding-bottom: 10px;
    padding-left: 220px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 16.88px;
    flex-shrink: 0;
    background: #FC6668;
}
.footer{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FC6668;
 
}
.footer-social{
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem; 
}
.social-links-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.footer-social-links{
    color: #333;
    font-size: 1.2rem;
    padding: 0.5rem;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
}
.footer-social-links:hover {
  color: #fff9f3;
  transform: scale(1.2);
}

.footer-links {
  background-color: #fff9f3;
  padding: 3rem 1rem;
  font-family:  sans-serif;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .footer-container {
    text-align: left;
  }
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 2rem;
}

.footer-row2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  justify-content: space-between;
  margin-top: 2rem;
  margin-left: 73px;
}

.footer-col {
  flex: 1 1 250px;
  margin-bottom: 2rem;
}
.footer-contact {
  flex: 1 1 250px;
  margin-bottom: 2rem;
}
.footer-contact p {
  margin: 0.5rem 0;
  color: #555;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
}
.footer-title {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
}

.icon-gap {
  margin-right: 0.75rem;
  min-width: 1.25rem;
}

.footer-link {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  transition: color 0.3s ease;
}
.footer-copyright{  
  text-align: center;
  padding: 1rem;
  font-size: 0.95rem;
  color: #333;
}
.footer-social {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 1rem;
  text-align: center;
  font-size: 0.95rem;
}

.social-intro {
  margin-right: 3rem; 
  display: none;
}
.social-intro span {
  font-size: 1rem;
  color: #333;
}

@media (min-width: 992px) {
  .social-intro {
    display: inline-block; 
  }
}

.footer-link:hover {
  color: #007bff;
}

/* SERVICES MAIN */

.background-inner{
    color: #353f4f;
    text-align: center;
    font-size: 40px;
    line-height: 70px;
}
.p1{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    color: #353f4f;
}
.p1 .p1-inner{
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    align-self: stretch;
    justify-content: center;
    padding: 70px;
}
.p1 .p1-inner .p1-title{
    text-align: center;
    font-size: 60px;
    line-height: 70px;
}    

.p1 .p1-inner .p1-image{
    border-color: #e2e2e2;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    display: flex;

}


/* ABOUT MAIN */

#about-main{
     padding-top: 140px;
    padding-bottom: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.hero-section.bg--img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.hero-section.blur--purple:after {
  position: absolute;
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  top: -30%;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
  background-attachment: scroll;
  opacity: 0.2;
}
.about-main-txt h2{
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 2.5rem;
    font-weight: 700;
   
}
.about-main-txt p.p-lg{
    padding-right: 10%;
    margin-bottom: 30px;
    font-size: 1.2rem;
   
}

.bg--scroll {
    background-attachment: scroll;
}
.about-section{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about-container{
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    position:relative;
     z-index: 3;
}
.about-row{
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.about-center{
    align-items: center;
}
.about-media{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 768px) {
    .about-media {
        width: 50%;
    }
}
.divider{
    background-color: #fff;
}


.services-section {
  background-color: #fff9f3;
  padding: 60px 20px;
  font-family: sans-serif;
}

.services-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  max-width: 1200px;
  margin: auto;
}

.service-box {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-family: sans-serif;
}

.service-box .icon {
  min-width: 60px;
  height: 60px;
  background-color: #eaf3ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-box .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.service-box .content h3 {
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2b2b2b;
}

.service-box .content p {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .services-container {
    grid-template-columns: 1fr;
  }
}
.about-title h2{
    text-align: center;
    font-family:  sans-serif;
    color:#353f4f;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
}

.section-title {
  text-align: center;
}

.section-title h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1.25;
  font-family: sans-serif;
  color:#353f4f;

}

.section-title h2.w-700 {
  letter-spacing: -0.5px;
}
.section-title p{
    margin-top: 18px;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.ct-02 .img-block {
  margin-right: 30px;
}
.content-section  {
  padding: 80px 70px;
}
.txt-block {
  margin-top: -40px;
}
.section-id {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 35px;   
}


.section .container{
    position: relative !important;
    z-index: 3;
}
.pt-100{
    padding-top: 40px;
}
.txt-block h2{
    margin-bottom: 26px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.5rem;
}
p{
    font-family: sans-serif;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1rem;
    box-sizing: border-box;
}
.mt-25{
    margin-top: 25PX;;
}
.py-100{
    padding-top: 30px;
    padding-bottom: 30px;

}
.row {
    display: flex;
    margin-right: 10px;
    margin-left: 5px;
    
}
.align-items-center{
    align-items: center !important;
}

.services-floatright{
    align-items: center;
    display: flex;
    margin-right: 10px;
    margin-left: 5px;
}
.servicefloatright img{
    float:right;
}
.d-flex {
display: flex !important;
}
.txt-box{
    margin-bottom: 20px;
}
.txt-block h5{
    margin-bottom: 20px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.35;
    font-size: 1.5rem;
}
.pt-100{
     padding-top: 40px;
}

.mb-70{
    margin-bottom: 70px;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}


.contact-container {
  border-radius: 5px;
  background-color: #fff9f3;
  padding: 20px;
  justify-content: center !important;
}
.contact-page h1{
   font-size: 40px;
   padding: 10px;
   text-align: center;
}

.button{
  background-color: #FC6668;
  color: rgb(244, 10, 10);
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  justify-content: center !important;
}

.button:hover {
  background-color: #fc666845;
}
.contact-input span{
 display: block;
  font-size: 0.95rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  padding-left: 8px;
}

.contact-page{
    padding:100px;
    margin-bottom: 20px;
}

table{
    width:100%;
}
th,td {
      border: 1px solid gray;
}

/* background-image: linear-gradient(rgba(219, 65, 65, 0.5), rgba(219, 117, 117, 0.5)), url("sandysprings.jpg"); */
.hero-image {
  background-image: linear-gradient(rgba(219, 65, 65, 0.5), rgba(219, 117, 117, 0.5)), url("sandysprings.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgb(8, 1, 1);
}
.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
}
.dropdown-content{
  display: none;
  position: absolute;
  background-color: #fff9f3;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: #fff9f3;
  color: #551A8b;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropdown-content a:hover {background-color: #fff9f3}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #fff9f3;
}