html,
body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto
}

body {
  margin: 0;
  font-family: Arial, sans-serif
}

header {
  background-color: #34495e;
  color: #fff
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap
}

.nav1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  margin-left: 45px;
}

.nav1 ul li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none
}

.nav1 ul li a:hover {
  color: #1e90ff
}

.contact-info-1 {
  display: flex;
  gap: 6px;
  margin-right: 65px
}

.contact-info-1 span {
  display: flex;
  align-items: center;
  gap: 5px
}

.contact-info-1 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px
}

.contact-info-1 a:hover {
  color: #1e90ff
}

@media (max-width:768px) {
  .top-bar {
    flex-direction: column;
    text-align: center
  }

  .nav1 ul {
    flex-direction: row;
    gap: 10px;
    color: white;
  }

  .contact-info-1 {
    flex-direction: row;
    gap: 10px;
    margin-right: 12px;
    margin-top: 10px
  }

  .contact-info-1 a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .nav1 ul {
    gap: 20px;
    margin-left: -167px;
    margin-bottom: -27px;
    display: none
  }

  .nav1 ul li {
    margin-top: 10px
  }

  .contact-info-1 span a {
    font-size: 13.5px
  }

  .contact-info-1 {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-left: -5px;
    display: -webkit-inline-box
  }
}

.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000
}

.logo img {
  max-width: 150px;
  height: auto
}

.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0
}

.nav-links li {
  margin: 0 10px;
  position: relative
}

.nav-links a {
  text-decoration: none;
  color: #000;
  padding: 8px 15px;
  transition: color 0.3s ease, border-bottom 0.3s ease
}

.nav-links a:hover {
  color: #4CAF50;
  border-bottom: 2px solid #4CAF50
}

.quote-btn {

  background-color: #007bff;
  color: #ffffff;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 4px;
}

.quote-btn:hover,
.quote-btn:focus {
  background-color: black;
  color: #ffffff;
}

.drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  width: 200px;
  box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.drop-menu li {
  padding: 8px 6px
}

.drop-menu a {
  color: #000;
  padding: 4px 0
}

.nav-links li:hover .drop-menu {
  display: block
}

.menu-btn,
.close-btn {
  display: none
}

.menu-icon {
  display: none;
  font-size: 21px;
  color: #333;
  cursor: pointer
}

@media screen and (max-width:768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 1000
  }

  .menu-btn:checked~.nav-links {
    display: flex
  }

  .menu-icon {
    display: block;
    margin-left: 145px
  }

  .close-btn {
    display: block;
    text-align: start;
    padding: 10px
  }

  .nav-links li {
    margin: 10px 0;
    text-align: center
  }

  .drop-menu {
    position: static;
    display: none
  }

  .dropdown-checkbox:checked+.mobile-item+.drop-menu {
    display: block
  }
}

@media screen and (max-width:480px) {
  .quote-btn {
    margin-right: 50px;
    margin-left: -190px;
    text-decoration: none;
    color: #fff;
    background-color: #007BFF;
    padding: 6px 10px;
    border-radius: 5px;
    transition: background-color 0.1s ease;
  }

  .quote-btn:hover {
    background-color: #0056b3
  }
}

.smallimg {
  width: 50px;
  margin-left: -35px
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eceaea;
  padding: 20px 0;
  border-bottom: 2px solid #4CAF50
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  color: #333;
  text-align: center
}

.nav-item img {
  width: 40px;
  height: 40px;
  margin-left: -148px;
  margin-bottom: 5px
}

.nav-item span {
  font-size: 14px;
  gap: 13px;
  margin-top: -29px;
  margin-left: 42px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700
}

.seo {
  margin-right: -100px
}

.seo1 {
  margin-right: 35px
}

.seo2 {
  margin-right: -1px
}

.seo3 {
  margin-right: 30px
}

.seo4 {
  margin-right: 2px
}

@media (max-width:480px) {
  .navbar {
    display: none
  }
}

@media (max-width:768px) {
  .navbar {
    display: none
  }
}

.slides {
  display: flex;
  width: 100%;
  animation: slide 15s infinite
}

.slide {
  width: 100%;
  flex: 0 0 100%;
  transition: transform 1s ease
}

.slide img {
  width: 100%;
  height: auto;
  max-width: 100%
}

@keyframes slide {
  0% {
    transform: translateX(0)
  }

  25% {
    transform: translateX(-100%)
  }

  50% {
    transform: translateX(-200%)
  }
}

@media (max-width:768px) {
  .slides {
    width: 300%
  }

  .slide {
    width: 100%
  }

  .slide img {
    height: 350px
  }
}

@media (max-width:480px) {
  .slides {
    width: 200%
  }

  .slide {
    width: 100%
  }

  .slide img {
    height: 250px
  }
}

.content-section {
  width: 100%;
  height: auto;
  min-height: 300px;
  text-align: center
}

.service {
  width: 100%;
  height: auto
}

.service h1 {
  font-size: 1.3em;
  color: #333;
  margin-top: 35px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.paragram {
  text-align: start
}

.echo {
  /* max-width: 10%;
  height: auto */

  width: 300px;
  height: 100px;
}

.content-section p {
  font-size: 1.1em;
  color: #333;
  margin-left: 135px;
  margin-right: 140px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif
}

@media (max-width:480px) {
  .content-section .h1 {
    font-size: 1.5em;
    padding: 0 10px
  }

  .content-section p {
    font-size: 1em;
    margin-left: 20px;
    margin-right: 20px
  }

  .content-section p {
    font-size: 1.2em;
    text-align: left
  }

  .echo {
    max-width: 40%;
    height: auto
  }

  .image-container img {
    display: none
  }

  .text-container ul li {
    padding: 10px 0;
    font-size: 16px;
    color: #333;
    margin-left: 35px;
    text-align: start;
    margin-right: -120px;
    font-family: Arial, Helvetica, sans-serif
  }

  .text-container ul {
    list-style-type: none;
    padding: 0;
    margin-left: -105px
  }
}

@media (max-width:768px) {
  .content-section .h1 {
    font-size: 1.8em
  }

  .content-section p {
    font-size: 1.1em;
    margin-left: 30px;
    margin-right: 30px
  }

  .content-section p {
    font-size: 1.2em;
    text-align: justify;
  }

  .echo {
    width: 100px
  }
}

.container-image {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center
}

.text-container {
  width: 50%
}

.text-container ul {
  list-style-type: none;
  padding: 0
}

.text-container ul li {
  padding: 10px 0;
  font-size: 16px;
  color: #333;
  text-align: start;
  margin-left: 135px;
  font-family: Arial, Helvetica, sans-serif
}

.text-container ul li::before {
  content: '✔';
  color: green;
  margin-right: 10px
}

.image-container {
  width: 50%;
  display: flex;
  justify-content: center
}

.image-container img {
  max-width: 80%
}

.image-container {
  text-align: center
}

.image-container img {
  width: 50%;
  max-width: 500px;
  animation: float 3s ease-in-out infinite
}

@keyframes float {
  0% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-15px)
  }

  100% {
    transform: translateY(0)
  }
}

.get-services {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9
}

.get-services h2 {
  font-size: 1.7em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px
}

.get-services p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto
}

.get-services {
  text-align: center;
  padding: 35px;
  background-color: #f9f9f9;
  transition: max-height 0.1s ease
}

.services-section {
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9
}

.services-section .h2 {
  font-size: 1.7em;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 10px
}

.services-section p {
  font-size: 1.1em;
  color: #333;
  margin-bottom: 20px;
  max-width: 800px;
  font-family: Arial, Helvetica, sans-serif;
  margin: auto
}

.services-section {
  text-align: center;
  padding: 35px;
  background-color: #f9f9f9;
  transition: max-height 0.1s ease
}

.services-section-p {
  margin-top: -20px
}

.container-div {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-top: 70px
}

.box-1 {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  width: 360px;
  height: 560px;
  box-shadow: 0 4px 8px rgb(0 0 0 / .1);
  transition: max-height 0.1s ease
}

.box-1:hover {
  transform: translateY(-10px)
}

.text-con1 {
  text-align: center;
  margin-right: 50px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 50px;
}

.box-1 img {
  width: 80%;
  height: auto;
  max-width: 100%;
  margin-left: 17px;
  display: block;
  margin-top: 15px
}

.box-1 h3 {
  margin: 16px 0 8px;
  color: #333;
  font-weight: 400;

  font-family: Arial, Helvetica, sans-serif
}

.box-1 p {
  margin: 0 16px 16px;
  color: #666;
  font-size: 1em;
  font-family: Arial, Helvetica, sans-serif
}

@media (max-width:768px) {
  .box-1 {
    width: 50%;
    margin: 0 auto
  }

  .box-1 .h3 {
    font-size: 1.3em
  }

  .box-1 p {
    font-size: 1em
  }

  .container-div {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    padding: 0;
    margin-top: 25px;
    justify-content: center
  }
}

@media (max-width:480px) {
  .box-1 {
    width: 100%;
    margin: 0 auto;
    margin-top: 70px
  }

  .get-services {
    text-align: center;
    padding: 35px;
    background-color: #f9f9f9;
    transition: max-height 0.1s ease
  }

  .box-1 .h3 {
    font-size: 1.2em
  }

  .box-1 p {
    font-size: .9em
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 16px;
    margin-right: 40px;
    text-align: justify;
    margin-left: 34px;
  }

  .box-1 img {
    width: 78%;
    margin-left: 35px;
    display: block;
    margin-top: 35px
  }

  .container-div {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin-top: -33px;
    justify-content: center
  }
}

.service-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: max-height 0.1s ease, background-color 0.1s ease
}

.service-btn:hover {
  background-color: #0056b3;
  transition: max-height 0.1s ease
}

.clients {
  text-align: center;
  padding: 54px;
  font-family: Arial, Helvetica, sans-serif;
  background: #d6f5d6
}

.clients .h3 {
  margin-bottom: 10px;
  font-size: 2em;
  font-family: Arial, Helvetica, sans-serif
}

.boost {
  margin-left: 300px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  width: 108%;
  justify-content: center;
  margin-left: -16px;
}

.client-logos img {
  max-width: 150px;
  height: auto;
  border: 1px solid gainsboro;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgb(0 0 0 / .1)
}

.echo {
    max-width: 10%;
  height: auto
}

@media (max-width:768px) {
  .echo {
    max-width: 70%;
    height: auto
  }
}

@media (max-width:480px) {
  .echo {
    max-width: 50%;
    height: auto
  }

  .boost {
    margin-left: -18px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
  }
}

.faq-container {
  margin: 40px auto;
  padding: 20px;
  text-align: left;
  background: #d6f5d6;
  border-radius: 8px;
  height: 700px;
  box-shadow: 0 2px 8px rgb(0 0 0 / .1)
}

.faq-container h3 {
  font-size: 2rem;
  margin-left: 125px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-weight: 400;

}

.faq-grid {
  display: grid;
  width: 40%;
  margin-top: 38px;
  gap: 30px;
  margin-left: 123px
}

.faq-item {
  background: #f3f3f3;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgb(0 0 0 / .1)
}

.faq-question {
  background: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  width: 100%;
  padding: 15px;
  cursor: pointer;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  transition: max-height 0.1s ease
}

.faq-question:hover {
  background: #4CAF50;
  color: #fff
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #f3f3f3;
  padding: 0 15px;
  transition: max-height 0.1s ease
}

.faq-answer p {
  margin: 10px 0;
  padding: 10px 0;
  color: #333;
  font-family: Arial, Helvetica, sans-serif
}

.echo1 {
  width: 120px;
  margin-top: -9px;
  margin-left: 290px
}

.para {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  margin-left: 125px
}

@media (max-width:1024px) {
  .faq-container {
    padding: 20px;
    margin-left: 20px;
    margin-right: 20px
  }

  .faq-container h3 {
    font-size: 1.8rem;
    margin-left: 0;
    text-align: center
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    gap: 20px
  }

  .faq-item {
    padding: 0
  }

  .faq-question {
    font-size: .95rem;
    padding: 12px;
    transition: max-height 0.1s ease
  }

  .faq-answer {
    padding: 0;
    transition: max-height 0.1s ease
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif
  }

  .para {
    font-size: 1rem;
    margin-left: 0;
    text-align: center
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
}

@media (max-width:768px) {
  .faq-container {
    margin-top: 20px;
    padding: 15px;
    height: 600px
  }

  .faq-container h3 {
    font-size: 1.6rem;
    margin-left: 0;
    text-align: center
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    gap: 20px;
    margin-top: 60px
  }

  .faq-item {
    padding: 2px
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif
  }

  .faq-question {
    font-size: .9rem;
    padding: 10px;
    transition: max-height 0.1s ease
  }

  .faq-answer {
    padding: 0
  }

  .para {
    font-size: .9rem;
    margin-left: 0;
    text-align: center
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
}

@media (max-width:480px) {
  .faq-container {
    margin: 10px auto;
    height: 620px;
    margin-top: 50px
  }

  .faq-container h3 {
    font-size: 1.4rem;
    margin-left: 0;
    text-align: center
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 37px;
    gap: 15px
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif
  }

  .faq-item {
    padding: 2px
  }

  .faq-question {
    font-size: .85rem;
    padding: 8px;
    transition: max-height 0.1s ease
  }

  .faq-answer {
    padding: 0
  }

  .para {
    font-size: .85rem;
    margin-left: 0;
    margin-top: 21px;
    text-align: center
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
}

@media (max-width:360px) {
  .faq-container {
    margin: 10px auto;
    padding: 8px;
    height: 500px
  }

  .faq-container h3 {
    font-size: 1.2rem
  }

  .faq-grid {
    width: 100%;
    margin-left: 0;
    gap: 10px
  }

  .faq-answer p {
    margin: 10px 0;
    padding: 10px 0;
    color: #333;
    margin-left: 15px;
    font-family: Arial, Helvetica, sans-serif
  }

  .faq-item {
    padding: 2px
  }

  .faq-question {
    font-size: .8rem;
    padding: 8px;
    transition: max-height 0.1s ease
  }

  .faq-answer {
    padding: 0
  }

  .para {
    font-size: .8rem;
    margin-left: 0;
    text-align: center
  }

  .echo1 {
    width: 113px;
    margin-left: auto;
    margin-right: auto;
    display: block
  }
}

.container-c {
  max-width: 100%;
  margin: 0 auto;
  margin-top: -45px
}

.contact-section {
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 4px 10px rgb(0 0 0 / .1);
  border-radius: 8px;
  overflow: hidden
}

.aero-c {
  width: 120px;
  margin-top: -9px;
  margin-left: 30px
}

.map-embed {
  margin: 0 auto;
  margin-right: 7px;
  width: 595px;
  margin-top: 232px;
  margin-bottom: 30px;
  max-width: 999px;
  box-shadow: 0 6px 25px rgb(0 0 0 / .1);
  border-radius: 10px;
  overflow: hidden;
  transition: max-height 0.1s ease
}

.map-section iframe {
  border-radius: 10px;
  width: 100%;
  height: 450px;
  border: none
}

.form-container {
  flex: 1;
  padding: 50px
}

.form-container h3 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-weight: 400;
  color: #333;
  font-family: Arial, Helvetica, sans-serif
}

.form-container p {
  margin-bottom: 20px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif
}

.form-container input,
.form-container textarea {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  transition: max-height 0.1s ease
}

.form-container button {
  background-color: #218521;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: max-height 0.1s ease
}

.form-container button:hover {
  background-color: #218521
}

.map-container {
  flex: 1;
  background-size: cover;
  min-height: 400px
}

@media (max-width:1024px) {
  .contact-section {
    flex-direction: column;
    align-items: center
  }

  .form-container {
    padding: 30px;
    max-width: 90%
  }

  .map-embed {
    width: 100%;
    max-width: 700px;
    margin-top: 20px
  }

  .aero-c {
    width: 100px;
    margin-left: 0;
    margin-top: 10px
  }

  .form-container h3 {
    font-size: 22px
  }

  .form-container button {
    font-size: 14px;
    padding: 12px 18px;
    transition: max-height 0.1s ease
  }
}

@media (max-width:900px) {
  .map-embed {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
  }
}

@media (max-width:768px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    padding: 20px
  }

  .form-container {
    padding: 20px;
    max-width: 90%
  }

  .map-embed {
    width: 100%;
    max-width: 100%;
    margin-top: 20px
  }

  .aero-c {
    width: 90px;
    margin-left: 0;
    margin-top: 10px
  }

  .form-container h3 {
    font-size: 20px
  }

  .form-container button {
    font-size: 14px;
    padding: 12px 18px;
    transition: max-height 0.1s ease
  }

  .form-container input,
  .form-container textarea {
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
    transition: max-height 0.1s ease
  }

  .form-container button {
    width: 100%;
    font-size: 16px;
    padding: 15px;
    transition: max-height 0.1s ease
  }

  .map-container {
    min-height: 250px
  }
}

@media (max-width:480px) {
  .contact-section {
    flex-direction: column;
    padding: 15px
  }

  .form-container {
    padding: 15px;
    max-width: 100%;
    margin-top: 61px
  }

  .map-embed {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 30px
  }

  .aero-c {
    width: 113px;
    margin-left: 0;
    margin-top: -8px
  }

  .form-container h3 {
    font-size: 18px
  }

  .form-container button {
    font-size: 14px;
    transition: max-height 0.1s ease;
    padding: 12px 18px
  }

  .form-container input,
  .form-container textarea {
    font-size: 14px;
    transition: max-height 0.1s ease
  }

  .form-container button {
    width: 100%;
    font-size: 16px;
    transition: max-height 0.1s ease
  }

  .form-container input,
  .form-container textarea {
    width: 90%;
    margin-bottom: 12px;
    transition: max-height 0.1s ease;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .QqUEG {
    max-width: 100%;
    min-width: 0;
    margin-top: 62px;
    display: block;
    transition: max-height 0.1s ease
  }
}

.whatsapp-button {
  position: fixed;
  min-height: 60px;
  bottom: 50px;
  right: 20px;
  z-index: 1000
}

.whatsapp-button img {
  width: 60px;
  height: auto;
  max-width: 100%;
  /* margin-left: 1220px; */
  border-radius: 50%;
  box-shadow: 0 4px 8px rgb(0 0 0 / .2);
  transition: transform .3s ease-in-out
}

.whatsapp-button img:hover {
  transform: scale(1.1)
}

@media (max-width:480px) {
  .whatsapp-button {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1000
  }
}

footer {
  position: relative;
  background: #34495e;
  width: 100%;
  margin-top: 30px;
  bottom: 0;
  border-radius: 8px 8px 8px 8px;
  left: 0
}

footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: 100px;
  height: 1px;
  width: 100%;
  background: #AFAFB6
}

.footer,
.content {
  max-width: 1250px;
  margin: auto;
  padding: 30px 40px 40px 40px
}

.footer-logo {
  width: 20%;
  height: auto;
}

footer .content .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px
}

.content .top .logo-details {
  color: #fff;
  width: 80%;
  font-size: 30px;
}

.content .top .media-icons {
  display: flex
}

.content .top .media-icons a {
  height: 40px;
  width: 40px;
  margin: 0 8px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 17px;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.top .media-icons a:nth-child(1) {
  background: #4267B2
}

.top .media-icons a:nth-child(1):hover {
  color: #4267B2;
  background: #fff
}

.top .media-icons a:nth-child(2) {
  background: #1DA1F2
}

.top .media-icons a:nth-child(2):hover {
  color: #1DA1F2;
  background: #fff
}

.top .media-icons a:nth-child(3) {
  background: #E1306C
}

.top .media-icons a:nth-child(3):hover {
  color: #E1306C;
  background: #fff
}

.top .media-icons a:nth-child(4) {
  background: #0077B5
}

.top .media-icons a:nth-child(4):hover {
  color: #0077B5;
  background: #fff
}

.top .media-icons a:nth-child(5) {
  background: red
}

.top .media-icons a:nth-child(5):hover {
  color: red;
  background: #fff
}

footer .content .link-boxes {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

footer .content .link-boxes .box-2 {
  width: calc(100% / 5 - 10px)
}

.content .link-boxes .box-2 .link_name {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.link-boxes .box-2 .link_name::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 35px;
  background: #fff
}

.content .link-boxes .box-2 li {
  margin: 6px 0;
  list-style: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.content .link-boxes .box-2 li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease;
  opacity: .8
}

.content .link-boxes .box-2 li a:hover {
  opacity: 1;
  text-decoration: underline
}

.content .link-boxes .input-box {
  margin-right: 55px
}

.link-boxes .input-box input {
  height: 40px;
  width: calc(100% + 55px);
  outline: none;
  border: 2px solid #AFAFB6;
  background: #34495e;
  border-radius: 4px;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  margin-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.link-boxes .input-box input::placeholder {
  color: #AFAFB6;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.link-boxes .input-box input[type="button"] {
  background: #fff;
  color: #34495e;
  border: none;
  font-size: 18px;
  font-weight: 500;
  margin: 4px 0;
  opacity: .8;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.input-box input[type="button"]:hover {
  opacity: 1
}

footer .bottom-details {
  width: 100%;
  background: #2c3d4e
}

footer .bottom-details .bottom_text {
  max-width: 1250px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  font-family: Arial, Helvetica, sans-serif;
  transition: all 0.1s ease
}

.bottom-details .bottom_text span,
.bottom-details .bottom_text a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: .8;
  text-decoration: none
}

.bottom-details .bottom_text a:hover {
  opacity: 1;
  text-decoration: underline
}

.bottom-details .bottom_text a {
  margin-right: 10px
}

@media (max-width:900px) {
  footer .content .link-boxes {
    flex-wrap: wrap
  }

  footer .content .link-boxes .input-box {
    width: 40%;
    margin-top: 10px
  }
}

@media (max-width:700px) {
  footer {
    position: relative
  }

  .content .top .logo-details {
    font-size: 26px
  }

  .content .top .media-icons a {
    height: 35px;
    width: 35px;
    font-size: 14px;
    line-height: 35px
  }

  .footer-logo {
    width: 35%
  }

  footer .content .link-boxes .box-2 {
    width: calc(100% / 3 - 10px)
  }

  footer .content .link-boxes .input-box-2 {
    width: 60%
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 12px
  }
}

@media (max-width:520px) {
  footer::before {
    top: 145px
  }

  footer .content .top {
    flex-direction: column
  }

  .content .top .media-icons {
    margin-top: 16px
  }

  footer .content .link-boxes .box-2 {
    width: calc(100% / 2 - 10px);
    font-size: 1.4em
  }

  footer .content .link-boxes .input-box {
    width: 100%
  }

  .footer-logo {
    width: 56%;
    margin-left: -20px
  }

  .content .top .media-icons {
    margin-top: 8px;
    margin-left: 155px
  }

  footer .content .link-boxes {
    flex-wrap: wrap;
    margin-left: -12px;
  }

  .bottom-details .bottom_text span,
  .bottom-details .bottom_text a {
    font-size: 15px
  }
}

@media (max-width:768px) {
  .footer-logo {
    width: 35%
  }
}

@media (max-width:900px) {
  .footer-logo {
    width: 40%
  }
}

@media (max-width:480px) {
  .footer-logo {
    width: 55%
  }
}

.footer-link {
  display: inline-block;
  padding: 12px 8px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 600px) {
  .footer-links {
    flex-direction: column;
    gap: 16px;
  }
}

.Testimonials {
  margin-top: 30px
}

.nav-nav {
  background-color: #eceaea
}

.navbar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  margin-left: 60px;
  margin-right: 60px;
  border-bottom: 2px solid #4CAF50
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
  color: #333;
  text-align: center
}

.nav-item img {
  width: 40px;
  height: 40px;
  margin-left: -148px;
  margin-bottom: 5px;
}

.nav-item span {
  font-size: 14px;
  gap: 13px;
  margin-top: -45px;
  margin-left: 42px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.seo {
  margin-right: -100px;
}

.seo1 {
  margin-right: 35px
}

.seo2 {
  margin-right: -1px
}

.seo3 {
  margin-right: 30px
}

.seo4 {
  margin-right: 2px
}

@media (max-width:480px) {
  .navbar {
    display: none
  }
}

@media (max-width:768px) {
  .navbar {
    display: none
  }
}

.social-icons {
  position: fixed;
  right: 20px;
  top: 45%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.social-icons .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  transition: background-color 0.3s ease, transform 0.3s ease
}

.social-icons .facebook {
  background-color: #3b5998
}

.social-icons .instagram {
  background-color: #e4405f
}

.social-icons .linkedin {
  background-color: #0077b5
}

.social-icons .twitter {
  background-color: #053eff
}

.social-icons .icon:hover {
  transform: scale(1.1)
}

.social-icons .icon {
  animation: float 1s infinite ease-in-out
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

@media (max-width:768px) {
  .social-icons {
    flex-direction: column;
    transform: none;
    justify-content: center
  }

  .social-icons .icon {
    width: 30px;
    height: 30px;
    font-size: 14px
  }
}

@media (max-width:480px) {
  .social-icons {
    flex-direction: column;
    top: 126px;
    transform: none;
    justify-content: center
  }
}

.submit {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #28a745;
  padding: 12px 25px;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  transition: background 0.3s ease
}

.container-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px
}

.section-heading {
  font-size: 1.5em;
  text-align: justify;
  margin-bottom: 20px;
  font-weight: 300;
}

.con-33 {
  font-size: 1.5em;
  text-align: left;
  margin-top: 30px;
  font-weight: 300;
}


p {
  font-size: 1em;
  margin: 10px 0;
  color: #666;
  text-align: justify
}

@media (max-width:768px) {
  h1 {
          font-size: 1.4em;

  }

  h2 {
    font-size: 1.3em;
    font-weight: 400;
  }

  p {
    font-size: .95em
  }
}

@media (max-width:480px) {
  .iframe {
    width: 30%;
    height: auto;
  }

  .section-heading {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 20px;
  }

  .con-33 {
    font-size: 1.2em;
    text-align: center;
    margin-top: 30px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.menu-open {
  overflow: hidden;
}

nav {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  max-width: 1200px;
  margin: auto;
  border-radius: 24px;
}

.logo img {
  max-width: 150px;
  height: auto;
}

.menu-icon,
.close-btn {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.drop-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  list-style: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.nav-links li:hover>.drop-menu {
  display: block;
}

#menu-btn {
  display: none;
}

.overlay {
  display: none;
}

@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }

  .nav-links {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 50px 20px;
    flex-direction: column;
    transition: right 0.3s ease;
    overflow-y: auto;
    z-index: 999;
  }

  #menu-btn:checked~.nav-links {
    right: 0;
  }

  #menu-btn:checked~.overlay {
    display: block;
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.6);
    z-index: 998;
  }

  .close-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
  }

  .nav-links li {
    margin: 15px 0;
  }

  .drop-menu {
    position: relative;
    box-shadow: none;
    display: none;
  }

  .nav-links li:hover .drop-menu {
    display: block;
    top: 18px;
    margin-left: 70px;
  }

  .nav-links {
    gap: 0;
  }
}

@media (min-width: 769px) {
  .overlay {
    display: none !important;
  }

  .menu-icon,
  .close-btn {
    display: none !important;
  }

  .nav-links {
    position: static;
    flex-direction: row;
    height: auto;
    padding: 0;
  }
}

a {
  color: #0066cc;
  text-decoration: underline;
  font-weight: 500;
}

.content-section {
  min-height: 200px;
}

.footer-link {
  color: #0056b3;
  text-decoration: underline;
  font-weight: 500;
}

.footer-link:hover {
  color: #003366;
}

.container-seo {
  /* max-width: 900px; */
  margin: 37px auto;
  padding: 30px;
}

.container-seo h2 {
  font-size: 1.5em;
  font-weight: 400;
  text-align: center;
  color: black;
  margin-bottom: 20px;
}

.container-seo p {
  font-size: 1rem;
  text-align: center;
  margin-right: 70px;
  margin-left: 70px;
  line-height: 1.7;
  margin-bottom: 16px;
}

@media (max-width: 600px) {
  .container-seo {
    padding: 20px;
    margin: 20px;
  }

  .container-seo h2 {
    font-size: 1.5rem;
  }

  .container-seo p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .container-seo p {
    font-size: 1rem;
    width: 100%;
    text-align: justify;
    margin-left: 0px;
    line-height: 1.7;
    margin-bottom: 16px;
  }
}

/* yha add karna hai  */
.content .top .logo-details {
  color: #fff;
  width: 80%;
  font-size: 30px;
}

/* about=----------- */
.container-about {
  display: flex;
  flex-wrap: wrap;
  gap: 70px;
  justify-content: center;
  margin-top: 70px;
  min-height: 300px;
}

.box-box {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  width: 360px;
  height: 590px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: max-height 0.1s ease;
}

.box-box:hover {
  transform: translateY(-10px);
}

.text-con1 {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.text-con {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 17px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 45px;
  font-weight: 400;
}

.box-box img {
  width: 87%;
  margin-left: 17px;
  display: block;
  margin-top: 50px;
}

.box-box h3 {
  margin: 16px 0 8px;
  color: #333;
  font-size: 1.4em;
  margin-top: 50px;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

.box-box p {
  margin: 0 16px 16px;
  color: #666;
  font-size: 1em;
  font-weight: 400;
  font-family: Arial, Helvetica, sans-serif;
}

@media (max-width: 768px) {
  .box-box {
    width: 50%;
    margin: 0 auto;
  }

  .box-box h3 {
    font-size: 1.3em;
  }

  .box-box p {
    font-size: 1em;
  }

  .container-about {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
    padding: 0px;
    margin-top: 25px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .box-box {
    width: 90%;
    margin: 0 auto;
    margin-top: 5px;
  }

  .box-box {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    width: 320px;
    height: 570px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: max-height 0.1s ease;
  }

  .box-box h3 {
    font-size: 1.3em;
    margin-top: 54px;
    color: black;
    font-weight: 400;
    margin-bottom: 20px;
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 16px;
  }

  .box-box p {
    font-size: 1.2em;
  }

  .text-con1 {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: -10px;
  }

  .box-box img {
    width: 96%;
    margin-left: 14px;
    display: block;
    margin-top: 35px;
  }

  .container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 0px;
    margin-top: 45px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .aero-first {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 100px;
    margin-top: -5px;
  }
}

@media (max-width: 480px) {
  .aero-first {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 150px;
    margin-top: -12px;
  }
}













.popup-wrapper {
  display: flex;
  width: 100%;

  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.4);
}

.popup-box {
  display: flex;
  max-width: 800px;
  width: 100%;
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.popup-left {
  flex: 1;
  background-color: #004080;
  color: white;
  padding: 20px;
}

.popup-right {
  flex: 1;
  padding: 20px;
}

.popup-right input,
.popup-right textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.popup-right button {
  padding: 10px 20px;
  border: none;
  background-color: #00bfff;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}




.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;

}

.popup-container {
  display: flex;
  background: linear-gradient(to right, #005c97, #363795);
  color: white;
  width: 90%;
  max-width: 800px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.pop-h3 {
  font-size: 1.2em;
  font-weight: 400;
  color: white;
}

/* Close button (X) */
.close-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #fff;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border: none;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.popup-left,
.popup-right {
  flex: 1;
  padding: 30px;
}

.popup-right {
  background: #fff;
  color: #000;
}

.popup-right input,
.popup-right select {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.download-btn {
  background: #28a745;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .popup-container {
    flex-direction: column;
    width: 95%;
  }

  .popup-left,
  .popup-right {
    padding: 20px;
  }
}


.submit-pop {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  background: #28a745;
  padding: 5px 22px;
  border-radius: 10px;
  font-family: Arial, Helvetica, sans-serif;
  transition: background 0.3s ease;
}

.footer-logo-pop {
  width: 50%;
  height: auto;
}

/* add */


.pricing-section-a {
  padding: 40px 20px;
  background: #fff;
}

.container-a {
  max-width: 90%;
  margin: auto;
}

.contt {
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.intro-a {
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.cost-factors-a {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.cost-factors-a li {
  margin-bottom: 10px;
}

.about-a {
  background: #e8f4fc;
  padding: 15px;
  border-left: 4px solid #007bff;
  border-radius: 5px;
}




.containern {
  max-width: 90%;
  margin: auto;
}

.nnn {
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.ttt {
  text-align: left;
  color: black;
  margin-bottom: 20px;
}

.descriptionn {
  font-size: 1.1rem;
  margin-top: 20px;
}

.benefits-listn {
  list-style-type: square;
  margin: 20px 0;
  padding-left: 20px;
}

.benefits-listn li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.closingn {
  background: #eef7ff;
  padding: 15px;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  font-size: 1rem;
  margin-top: 20px;
}



.services-sectiong {
  padding: 60px 20px;
  background-color: #ffffff;
}

.containerg {
  max-width: 1200px;
  margin: auto;
}

.headingg {
  text-align: center;
  font-size: 1.4rem;
  color: black;
  font-weight: 400;
  margin-bottom: 40px;
}

.cards-gridg {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 54px;

}

.service-cardg {
  background: #f0f6fc;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-cardg h3 {
  color: #007bff;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.service-cardg p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-cardg:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 600px) {
  .headingg {
    font-size: 1.5rem;
  }

  .service-cardg {
    padding: 20px;
  }

  .service-cardg h2 {
    font-size: 1.1rem;
  }

  .service-cardg p {
    font-size: 0.9rem;
  }
}

.ncr-marketingh {
  background: #fff;
  padding: 20px 20px;
  max-width: 100%;
}

.containerh {
  max-width: 90%;
  margin: auto;
}

.ggggg {
  font-size: 1.4em;
  color: black;
  font-weight: 400;
  margin-bottom: 20px;
}

.uuuu {
  margin-bottom: 15px;
  color: #666;
  font-weight: 400;
  font-size: 1em;
}

.tttt ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.tttt li {
  margin-bottom: 8px;
  font-size: 1em;
  font-weight: 400;
  color: #666;
}

.cta-sectionp {
  color: black;
  padding: 60px 20px;
  text-align: center;
}

.containerp {
  max-width: 90%;
  margin: auto;
}

.ppp {
  font-size: 1.3em;
  font-weight: 400;
  text-align: left;

  color: black;
  margin-bottom: 20px;
}

.popop {
  font-size: 1em;
  color: #666;
  font-weight: 400;
  text-align: left;

  line-height: 1.6;
  margin-bottom: 15px;
}

.popop.highlightp {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}

.cta-buttonp {
  display: inline-block;
  background-color: #ffd700;
  color: #0e3c68;
  padding: 12px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}

.cta-buttonp:hover {
  background-color: #ffb700;
}









/*------------------------------------------------------------------------------ real estate */

.responsive-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.text-section {
  flex: 1 1 50%;
  max-width: 900px;
  height: 350px;
  padding: 40px;
}

.text-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
  color: #222;
}

.text-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.cta-btn {
  display: inline-block;
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 400;
  margin-top: 15px;
  transition: background-color 0.3s ease;
}

.cta-btn:hover {
  background-color: #0056b3;
}

.image-section {
  flex: 1 1 40%;
  text-align: center;
  padding: 20px;
}

.image-section img {
    max-width: 91%;
  height: auto;
  border-radius: 8px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .responsive-container {
    flex-direction: column;
    text-align: center;
  }

  .text-section,
  .image-section {
    flex: 1 1 100%;
    padding: 10px;
  }

  .text-section h1 {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .text-section h1 {
    font-size: 1.2rem;
  }

  .cta-btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
}

.real-estate-marketing-section {
  max-width: 90%;
  margin: 0 auto;
  padding: 26px 7px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;

  line-height: 1.6;
}

.real-estate-marketing-section h2,
.real-estate-marketing-section h3 {
  color: #1a1a1a;
  font-weight: 400;
  margin-bottom: 15px;
}

.real-estate-marketing-section p {
  margin-bottom: 20px;
  font-size: 1rem;
}

.real-estate-marketing-section ul {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}

.real-estate-marketing-section ul li {
  background-size: 20px;
  padding-left: 2px;
  margin-bottom: 12px;
  font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
  .real-estate-marketing-section {
    padding: 30px 15px;
  }

  .real-estate-marketing-section h2 {
    font-size: 1.5rem;
  }

  .real-estate-marketing-section ul li {
    font-size: 0.95rem;
  }


}
.container-real {
  max-width: 77%;
  margin: auto;
  padding: 20px 20px;
  margin-left: 46px;

}

.container-real h3 {
  color: #1a1a1a;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.benefit-real {
  display: flex;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 20px;
  align-items: flex-start;
  margin-top: 40px;
  transition: transform 0.2s;
}

.benefit-real:hover {
  transform: translateY(-5px);
}

.number-real {
  font-size: 26px;
  font-weight: bold;
  background-color: #3498db;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
}

.text-real h3 {
  margin: 0 0 10px;
  font-size: 20px;
  color: #2c3e50;
}

.text-real p {
  margin: 0;
  line-height: 1.6;
}

.container {
  max-width: 100%;
  margin: auto;
  padding: 60px 20px;
}

.why-section h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;

  margin-bottom: 10px;
}

.why-section h3 span {
  color: #0077b6;
}

.subtitle {
  text-align: center;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 41px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.card {
  background: white;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #0077b6;
}

.card p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .benefits-section-real {
    padding: 40px 16px;
  }

  .container-real {
    padding: 0 10px;
  }

  .benefits-section-real h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px;
    line-height: 1.5;
  }
    .benefit-real {
        display: flex
;
        align-items: flex-start;
        gap: 12px;
        width: 125%;
        margin-left: -36px;
        margin-bottom: 20px;
    }

  .number-real {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #007bff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .text-real p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
  }
}

.container-estate {
  max-width: 1200px;
  margin: auto;
  padding: 1px 20px;
}

.container-estate h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.container-estate h3 span {
  color: #0077b6;
}

.services-grid-estate {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

.service-card-estate {
  background: #fff;
  border-radius: 14px;
  padding: 25px 20px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.service-card-estate:hover {
  transform: translateY(-6px);
}

.service-card-estate h3 {
  font-size: 18px;
  margin-bottom: 12px;
  color: #0077b6;
}

.service-card-estate p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}

.service-card-estate em {
  font-style: italic;
  font-weight: 500;
  color: #333;
}

.container-reall {
  max-width: 1000px;
  margin: auto;
  margin-right: 254px;

  padding: 52px 20px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.case-study-reall h3 {
  text-align: left;
  font-size: 1.5rem;
  color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}

.subtitle-reall {
  text-align: left;
  color: #555;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 40px;
}

.case-details-reall .section-reall {
  margin-bottom: 30px;
}

.section-reall h3 {
  font-size: 20px;
  color: #0077b6;
  margin-bottom: 10px;
}

.section-reall p,
.section-reall ul {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.section-reall ul {
  padding-left: 20px;
  list-style-type: disc;
}

.results-reall ul li {
  font-weight: 500;
  color: #2c3e50;
  margin-bottom: 8px;
}

.cta-reall {
  text-align: center;
  margin-top: 40px;
}

.cta-reall p {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cta-button-reall {
  background-color: #0077b6;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s;
}

.cta-button-reall:hover {
  background-color: #005f8e;
}

.trend-section-realll {
  background-color: #f8f9fa;

}
.container-realll {
  max-width: 1100px;
  margin: auto;
  padding: 20px 20px;

}

.container-realll h3 {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
  color: #333;
}

.intro-reallll {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.trend-grid-realll {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
}

.trend-card-realll {
  background: white;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.trend-card-realll:hover {
  transform: translateY(-6px);
}

.trend-card-realll h3 {
  font-size: 18px;
  color: #0077b6;
  margin-bottom: 10px;
}

.trend-card-realll p {
  color: #555;
  font-size: 15px;
  line-height: 1.5;
}

.offer-section-reallll {
  background-color: #f8f9fa;
  padding-top: 40px;
  padding-bottom: 60px;
}

.offer-list-reallll {
  display: flex;
  list-style: none;
  gap: 40px;
  padding-left: 0px;
  max-width: 100%;
  margin: 30px auto 40px;
}

.offer-list-reallll li {
  font-size: 16px;
  background-color: #f0f8ff;
  margin-bottom: 12px;
  padding: 12px 18px;
  border-left: 5px solid #0077b6;
  border-radius: 6px;
  color: #333;
}

.closing-text-reallll p {
  text-align: center;
  font-size: 16px;
  max-width: 800px;
  margin: auto;
  line-height: 1.7;
  color: #444;
}

/* Mobile Responsive Styles for offer section */
@media (max-width: 768px) {
  .offer-section-reallll {
    padding: 40px 16px;
  }

      .container-reall {
        padding: 0 10px;
        width: 90%;
        margin-left: 20px;
    }

  .offer-section-reallll h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 16px;
  }

  .intro-reallll {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
  }

  .offer-list-reallll {
    padding-left: 18px;
    font-size: 14px;
    line-height: 1.6;
        display: contents;

  }

  .offer-list-reallll li {
    margin-bottom: 10px;
  }

  .closing-text-reallll p {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
  }
}
.container-estates {
    max-width: 90%;
    margin: auto;
    padding: 29px 20px;
}

.container-estates h3 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}

.faq-intro-estates {
  text-align: left;
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.faq-list-estates {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq--estates{
  background: #3f1515;
  border-radius: 24px;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  cursor: pointer;
}

.faq-item-estates summary {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    height: 38px;
    border-radius: 24px;
    padding: 10px;
    width: 80%;
    background-color: #f8f9fa;
    list-style: none;
    position: relative;
}

.faq-item[open] summary::after {
  content: "▲";
  position: absolute;
  right: 0;
  color: #0077b6;
}

.faq-item-estates summary::after {
  content: "▼";
  position: absolute;
  right: 0;
  color: #0077b6;
}

.faq-item-estates p {
  margin: 12px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .faq-section-estates {
    padding: 40px 16px;
  }

  .container-estates {
    padding: 0 10px;
  }

  .faq-section-estates h3 {
    font-size: 22px;
    text-align: center;
  }

  .faq-intro-estates {
    font-size: 14px;
    text-align: center;
    margin-bottom: 24px;
  }

  .faq-list-estates {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .faq-item-estates {
    padding: 12px;
    font-size: 14px;
  }

 .faq-item-estates summary {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    height: 60px;
    border-radius: 24px;
    padding: 10px;
    width: 100%;
    background-color: #f8f9fa;
    list-style: none;
    position: relative;
}

  .faq-item-estates p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 8px;
  }
}

.container-bene {
  max-width: 1200px;
  margin: auto;
  padding: 20px 20px;
}

.container-bene h2 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}

.intro-text-bene, .note-bene {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 30px;
}

.benefits-bene {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card-bene {
  background: #fff;
  border-left: 5px solid #0074cc;
  padding: 20px;
     width: 49%;
    font-size: .9em;

  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.3s;
}

.card-bene:hover {
  transform: translateY(-5px);
}

.card h3 {
  color: #0074cc;
  margin-top: 0;
}

.qualities-bene ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.qualities-bene ul li {
  background: #fff;
  padding: 12px 16px;
  margin-bottom: 10px;
  border-left: 5px solid #28a745;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.note-bene {
  margin-top: 20px;
  font-style: italic;
}

/* Media Queries */
@media (max-width: 768px) {
  .card-bene {
    width: 100%;
  }

 .container-bene h3 {
    font-size: 1.5rem;
  }

  .intro-text-bene, .note-bene {
    font-size: 1rem;
  }
}





.container-rel {
    max-width: 88%;
  margin: auto;
  padding: 20px 20px;
}

.container-rel h2 {
    text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #333;
}

.intro-text-rel {
    text-align: left;
  margin-bottom: 20px;
  font-size: 1.1rem;
}

.benefit-grid-rel, .future-benefits-rel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}

.item-rel {
  background-color: #fff;
  border-left: 4px solid #0074cc;
  padding: 15px 20px;
  width: 45%;
      font-weight: 400;
    font-size: 1em;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}


.warning-rel {
  color: #d63333;
  text-align: center;
  font-weight: 600;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .item-rel {
    width: 100%;
  }

  h2 {

        font-size: 1.4rem;
        font-weight: 400;
  }

  .intro-text-rel, p {
    font-size: 1rem;
  }
}

















































































