@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Play:wght@400;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-weight: 300;
  line-height: 1.4;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

input,
textarea,
select {
  margin: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  overflow: auto;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

mark {
  background: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  font-family: "Open Sans", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  width: 100%;
  min-height: 100%;
  color: #1E1E1E;
  background-color: #ffffff;
}

h1, h2, h3 {
  font-family: "Play", sans-serif;
}

a,
button,
input {
  outline: none;
}

a,
a:hover {
  text-decoration: none;
}

p,
li {
  margin-bottom: 0;
}

button {
  border: 0;
  background-color: transparent;
}

*:focus {
  outline: none;
}

.content-wrapper {
  width: 100%;
  max-width: 1555px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}

.desk-visible {
  display: block;
}

.only-mobile {
  display: none;
}

.hide-mobile-tablet {
  display: block;
}

.only-mobile-tablet {
  display: none;
}

@media (max-width: 1023px) {
  .content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }
  .hide-mobile-tablet {
    display: none;
  }
  .only-mobile-tablet {
    display: block;
  }
}
@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  .desk-visible {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.ac-btn .button2 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #1E1E1E;
  padding: 0.5em 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid var(--Grey, #A4A4A4);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.ac-btn .button2:active {
  color: #666;
}
.ac-btn .button2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ac-btn .button2:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #DCE986;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ac-btn .button2:hover {
  border: 1px solid #DCE986;
}
.ac-btn .button2:hover:before {
  top: -35%;
  background-color: #DCE986;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.ac-btn .button2:hover:after {
  top: -45%;
  background-color: #DCE986;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.ac-btn .button3 {
  display: inline-block;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  padding: 0.5em 20px;
  cursor: pointer;
  font-size: 16px;
  border-radius: 24px;
  background: #1E1E1E;
  border: 1px solid var(--Grey, #A4A4A4);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
.ac-btn .button3:active {
  color: #666;
}
.ac-btn .button3:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ac-btn .button3:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #DCE986;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.ac-btn .button3:hover {
  color: #1E1E1E;
  border: 1px solid #DCE986;
}
.ac-btn .button3:hover:before {
  top: -35%;
  background-color: #DCE986;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.ac-btn .button3:hover:after {
  top: -45%;
  background-color: #DCE986;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.ac-heading h2 {
  font-size: 34px;
  line-height: 50px;
  color: #1E1E1E;
  font-weight: 400 !important;
  margin: 0 !important;
}
.ac-heading h2 span {
  vertical-align: 6px;
}
.ac-heading h3 {
  color: #1E1E1E;
  font-size: 30px;
  line-height: 42px;
  padding-bottom: 20px;
}
.ac-heading .ac-btn .button2 {
  max-height: 40px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.ac-heading .ac-btn {
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-heading h2 {
    font-size: 26px;
    line-height: 40px;
  }
  .ac-heading h3 {
    font-size: 24px;
    line-height: 32px;
  }
.ac-frqntly-qstns__img, .ac-frqntly-qstns__img img {
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
  .ac-heading .ac-btn {
    margin: 0;
  }
  .ac-heading h2 {
    font-size: 26px;
    line-height: 38px;
  }
  .ac-heading h2 span {
    vertical-align: 0;
  }
  .ac-heading h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.ac-cntct-card {
  position: relative;
  background-color: #F2F7FF;
  padding: 30px;
  border-radius: 32px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.ac-cntct-card h3 {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 28px;
  color: #1E1E1E;
  font-weight: 600;
  padding-top: 10px;
}
.ac-cntct-card p {
  font-size: 14px;
  line-height: 26px;
  color: #1E1E1E;
}
.ac-cntct-card__logo {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 8%;
  top: -20%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000;
}
.ac-cntct-card__logo svg {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease-in-out;
}
.ac-cntct-card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  background-color: #000;
}
.ac-cntct-card:hover p, .ac-cntct-card:hover h3 {
  color: #ffffff;
}
.ac-cntct-card:hover .ac-cntct-card__logo {
  background-color: #F2F7FF;
}
.ac-cntct-card:hover svg path {
  fill: #1E1E1E;
}

.ac-service-tile {
  overflow: hidden;
  width: 100%;
}
.ac-service-tile__outer {
  margin: 30px 0 20px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
  transition: all 0.4s ease-in;
}
.ac-service-tile__outer::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.27%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 24px;
  transition: all 0.4s ease-in;
}
.ac-service-tile__outer img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transform-origin: top right;
  transition: all 0.4s ease-in;
}
.ac-service-tile__outer:hover img {
  transform: scale(1.4);
  filter: brightness(0.5);
  transition: all 0.4s ease-in;
}
.ac-service-tile__outer:hover figcaption svg {
  display: block;
  transition: all 0.4s ease-in;
}
.ac-service-tile__outer:hover figcaption {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-service-tile figure {
  position: relative;
  transition: all 0.4s ease-in;
  margin:0 !important;
}
.ac-service-tile figcaption {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding: 20px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  transition: all 0.3s ease-in;
}
.ac-service-tile figcaption svg {
  display: none;
  transition: all 0.4s ease-in;
}

@keyframes moveRightFast {
  0% {
    left: 0;
  }
  100% {
    left: 10%;
  }
}
.ac-portfolio {
  width: 100%;
  height: 520px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.ac-portfolio::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.27%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.ac-portfolio__outer {
  width: 100%;
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px 40px;
}
.ac-portfolio__outer h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.ac-portfolio:hover .ac-portfolio__outer h3 {
  transform: translateY(-10px);
}
.ac-portfolio:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.27%, rgba(0, 0, 0, 0.75) 100%);
}

@media (max-width: 767px) {
  .ac-portfolio, .ac-portfolio__outer {
    height: 300px;
  }
}
.ac-blog-tile__img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  transition: all 0.3s ease-in;
  min-height: 173px;
}
.ac-blog-tile__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.ac-blog-tile h3 {
  font-size: 20px;
  line-height: 30px;
  color: #1E1E1E;
  padding: 10px 0px 0px 0px;
  font-weight: 600;
  min-height: 100px;
}
.ac-blog-tile p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 25px;
}
.ac-blog-tile:hover .ac-blog-tile__img img {
  transform: scale(1.03);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.ac-client {
  margin: 20px 10px;
}
.ac-client p {
  font-size: 18px;
  line-height: 30px;
  color: #1E1E1E;
  padding-bottom: 35px;
  width: 88%;
}
.ac-client h3 {
  font-size: 20px;
  line-height: 30px;
  color: #1E1E1E;
  font-weight: 600;
  padding-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-client p {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .ac-client p {
    width: 100%;
  }
}
.ac-ftr-bnnr__bg {
  width: 100%;
  height: 450px;
  border-radius: 32px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ac-ftr-bnnr__bg::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.45) 50.17%, rgba(0, 0, 0, 0.25) 100%);
  border-radius: 32px;
}
.ac-ftr-bnnr__outer {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 60px 20px 0;
}
.ac-ftr-bnnr h2 {
  font-size: 36px;
  line-height: 48px;
  color: #ffffff;
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.ac-ftr-bnnr p {
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 30px;
  width: 50%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-ftr-bnnr p {
    width: 60%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-ftr-bnnr p {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .ac-ftr-bnnr p {
    width: 100%;
  }
  .ac-ftr-bnnr h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
.ac-design-tile {
  width: 100%;
  height: 340px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 22px;
  padding: 20px;
  transition: all 0.3s ease-in;
}
.ac-design-tile:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.ac-design-tile__outer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
.ac-design-tile__inner {
  display: flex;
}
.ac-design-tile__img-out {
  display: flex;
  gap: 5px;
  padding: 0 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.2392156863);
}
.ac-design-tile__img-out:last-child {
  border-right: 0px;
}
.ac-design-tile img {
  width: 22px;
  height: 22px;
}
.ac-design-tile p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
.ac-design-tile__head {
  font-size: 24px;
  line-height: 38px;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ac-design-tile {
    height: 275px;
  }
}
.ac-design-tab {
  margin: 30px 0;
}
.ac-design-tab__outer {
  background-color: #F4F4F4;
  border-radius: 32px;
  padding: 40px;
}
.ac-design-tab .nav-pills .nav-link.active, .ac-design-tab .nav-pills .show > .nav-link {
  background-color: #1E1E1E;
  color: #ffffff;
}
.ac-design-tab .nav-pills .nav-link {
  border-radius: 32px;
  border: 1px solid var(--Grey, #A4A4A4);
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  padding: 6px 20px;
}
.ac-design-tab__tab {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ac-design-tab__w-50 {
  width: calc(50% - 20px);
  margin: 10px;
  transition: all 0.3s ease-in;
      text-decoration: none !important;
}
.ac-design-tab__btn-outer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-design-tile {
    height: 285px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-design-tile {
    height: 285px;
  }
  .ac-design-tab__tab {
    padding: 0;
  }
  .ac-design-tab__outer {
    padding: 30px 16px;
  }
}
@media (max-width: 767px) {
  .ac-design-tab__outer {
    padding: 30px 16px;
  }
  .ac-design-tab__tab {
    padding: 0px;
  }
  .ac-design-tab__w-50 {
    width: 100%;
  }
}
.ac-gallery {
  padding: 30px 0;
}

.ac-gallery .grid {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 16px;
       column-gap: 16px;
  margin-top: 20px;
  margin: 20px 40px 0;
}

.ac-gallery h2 {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: center;
  width: 35%;
  margin: auto;
}

@media (max-width: 992px) {
  .ac-gallery .grid {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 600px) {
  .ac-gallery .grid {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.ac-gallery .grid-item {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
}

.ac-gallery .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  cursor: pointer;
}

.ac-gallery .grid-item img:hover {
  transform: scale(1.03);
}

@media (max-width: 767px) {
  .ac-gallery h2 {
    font-size: 26px;
    line-height: 38px;
    width: 80%;
  }
}
.ac-portfolio {
  width: 100%;
  height: 520px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 24px;
  display: inline-block;
  transition: all 0.3s ease-in;
}
.ac-portfolio::after {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 72.27%, rgba(0, 0, 0, 0.75) 100%);
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.ac-portfolio__outer {
  width: 100%;
  height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 30px 40px;
}
.ac-portfolio__outer h3 {
  color: #ffffff;
  font-size: 32px;
  line-height: 42px;
  position: relative;
  z-index: 10;
  font-weight: 500;
  transition: all 0.3s ease-in;
}
.ac-portfolio:hover .ac-portfolio__outer h3 {
  transform: translateY(-10px);
}
.ac-portfolio:hover::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.27%, rgba(0, 0, 0, 0.75) 100%);
}

@media (max-width: 767px) {
  .ac-portfolio, .ac-portfolio__outer {
    height: 300px;
  }
}
.ac-portfolio-slider {
  margin: 30px 0;
}
.ac-portfolio-slider__outer {
  padding: 40px 0;
  border-radius: 32px;
}
.ac-portfolio-slider__outer.gry {
  background-color: #F4F4F4;
}
.ac-portfolio-slider__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
}
.ac-portfolio-slider__btn {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ac-portfolio-slider__btn a {
  width: 40px;
  height: 40px;
}
.ac-portfolio-slider__btn a img {
  width: 100%;
  height: 100%;
}
.ac-portfolio-slider__btn .lft {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 0.5;
}
.ac-portfolio-slider__slick {
  margin: 0 -10px;
}
.ac-portfolio-slider__slick .outer {
  margin: 0 10px;
}
.ac-portfolio-slider .ac-portfolio, .ac-portfolio-slider .ac-portfolio__outer {
  height: 320px;
}
.ac-portfolio-slider .ac-portfolio__outer {
  padding: 20px;
}
.ac-portfolio-slider .ac-portfolio__outer h3 {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 767px) {
  .ac-portfolio-slider__outer {
    padding: 40px 0;
  }
}
.contact-form {
  background-color: #F7F7F7;
  border-radius: 32px;
  padding: 40px 40px 95px;
}
.contact-form h2 {
  font-size: 32px;
  line-height: 40px;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
}
/* .contact-form a {
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
  color: #1E1E1E;
}
.contact-form .ac-btn .button2 {
  padding: 0.2em 15px;
}
.contact-form form {
  padding: 20px 0;
}
.contact-form form .form-row {
  display: flex;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.contact-form form .form-row input, .contact-form form .form-row textarea, .contact-form form .form-row select {
  flex: 1;
  padding: 0.75rem 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 1rem;
  outline: none;
  background-color: #F7F7F7;
  font-size: 16px;
  line-height: 28px;
  color: #88888C;
   width:100%!important;
}
.contact-form form .form-row input::-moz-placeholder, .contact-form form .form-row textarea::-moz-placeholder, .contact-form form .form-row select::-moz-placeholder {
  color: #88888C;
}
.contact-form form .form-row input::placeholder, .contact-form form .form-row textarea::placeholder, .contact-form form .form-row select::placeholder {
  color: #88888C;
}
.contact-form form .form-row input:focus, .contact-form form .form-row textarea:focus, .contact-form form .form-row select:focus {
  border-color: #007BFF;
}
.contact-form form .form-row.full-width {
  flex-direction: column;
}
.contact-form form .form-row.full-width textarea {
  resize: vertical;
  min-height: 120px;
} */


/* Link styles (if used) */



.ac-feed-card {
  background-color: #F2F7FF;
  padding: 30px;
  border-radius: 20px;
  margin: 0 10px;
  min-height: 410px;
}
.ac-feed-card__namebox {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ac-feed-card__head {
  font-size: 18px;
  line-height: 28px;
  color: #030712;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
.ac-feed-card__txt {
  font-size: 14px;
  line-height: 24px;
  color: #6B7280;
}
.ac-feed-card__letter {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  height: 48px;
  width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(0deg, #FFFFFF -57.61%, #000000 100%);
  border-radius: 50%;
  color: #ffffff;
}
.ac-feed-card__cnt-wrap {
  margin-top: 20px;
  max-height: 280px;
  overflow-y: auto;
}
.ac-feed-card__cnt-wrap::-webkit-scrollbar {
  width: 4px;
  background-color: #F2F7FF;
}
.ac-feed-card__cnt-wrap::-webkit-scrollbar-thumb {
  background-color: #DFEB84;
  border-radius: 10px;
}
.ac-feed-card__cnt-wrap p.txt {
  font-size: 14px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 15px;
  width: 98%;
}

.ac-camden-slider {
  background-color: #F9FAFC;
  padding: 50px 0;
}
.ac-camden-slider__outer {
  display: flex;
  gap: 50px;
}
.ac-camden-slider__w-60 {
  width: 60%;
  position: relative;
}
.ac-camden-slider__w-60:hover .ac-camden-slider__arows-outer {
  opacity: 1;
}
.ac-camden-slider__w-60 img {
  width: 100%;
  height: auto;
}
.ac-camden-slider__arows-outer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.ac-camden-slider__arows-outer img {
  width: 40px;
  height: 40px;
}
.ac-camden-slider__arows-outer .lft {
  transform: rotate(180deg);
  position: absolute;
  left: 10px;
  bottom: 50%;
}
.ac-camden-slider__arows-outer .rgt {
  position: absolute;
  right: 10px;
  bottom: 50%;
}
.ac-camden-slider__w-40 {
  width: 25%;
}
.ac-camden-slider .slider-nav img {
  width: 200px;
  height: auto;
  margin: auto;
  border-radius: 16px;
  cursor: pointer;
}
.ac-camden-slider .slider-for {
  padding: 70px;
  background-color: #ffffff;
  border: 1px solid #E4E4E4;
  border-radius: 16px;
  margin-bottom: 20px;
}
.ac-camden-slider .ac-alto-sec__inner {
  display: flex;
  padding-bottom: 15px;
  background: #fff;
  padding: 10px;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
}
.ac-camden-slider .ac-alto-sec__inner P {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #1E1E1E;
}
.ac-camden-slider .ac-alto-sec__img-out img {
  width: 26px;
  height: 26px;
}
.ac-camden-slider__head {
  background-color: #1E1E1E;
  color: #ffffff;
  padding: 10px;
  font-weight: 600;
  border-radius: 10px;
  margin: 26px 0;
  font-size: 20px;
  line-height: 28px;
}
.ac-camden-slider table {
  width: 100%;
}
.ac-camden-slider td {
  padding: 20px 10px;
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  border: 2px solid #EBEBEB;
}
.ac-camden-slider td:first-child {
  font-weight: 600;
  font-size: 18px;
}
.ac-camden-slider .slick-dots {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-camden-slider__w-40 {
    width: 40%;
  }
  .ac-camden-slider__w-60 {
    width: 55%;
  }
  .ac-camden-slider__arows-outer {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .ac-camden-slider__outer {
    flex-direction: column;
  }
  .ac-camden-slider__w-60, .ac-camden-slider__w-40 {
    width: 100%;
  }
  .ac-camden-slider__arows-outer {
    opacity: 1;
  }
  .ac-camden-slider__arows-outer img {
    width: 26px;
    height: 26px;
  }
  .ac-camden-slider .slider-for {
    padding: 50px;
  }
}
.ac-header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.ac-header .navbar-toggler-icon {
  filter: brightness(10);
}
.ac-header .dropdown-item.active, .ac-header .dropdown-item:active {
  background-color: #D3D3D3;
}
.ac-header .offcanvas {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}
.ac-header .navbar-expand-lg .navbar-nav {
  justify-content: flex-end !important;
}
.ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
  width: 85%;
}
.ac-header .navbar-brand {
  width: 180px;
  height: auto;
}
.ac-header .navbar-brand img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  padding: 0;
  margin: 30px 0;
}
.ac-header .sml .nav-link {
  font-size: 14px !important;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 14px 20px 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #DCE986;
}
.ac-header .navbar > .container-fluid {
  padding: 0;
}
.ac-header .dropdown-item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
}
.ac-header .dropdown-item:hover {
  color: #DCE986;
}
.ac-header .row-flx {
  display: flex;
  flex-direction: column;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 92%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .dropdown-toggle::after {
    display: block;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .offcanvas-header .btn-close {
    padding-right: 40px;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .navbar-brand {
    width: 120px;
  }
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .dropdown-toggle::after {
    display: block;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
}
/* For desktop - hover behavior */
@media (min-width: 992px) {
  #services-dropdown:hover .dropdown-menu {
    display: block;
  }
  /* Optional: Add animation */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
}
.ac-hero-hme {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ac-hero-hme__slider {
  width: 100%;
  border-radius: 32px;
  margin-top: 30px;
}
.ac-hero-hme__tile {
  width: 100%;
  height: 750px;
  position: relative;
}
.ac-hero-hme__tile video, .ac-hero-hme__tile img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ac-hero-hme__tile::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
}
.ac-hero-hme__tile__outer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
  top: 30%;
  left: 34%;
  padding: 30px;
  width: 70%;
  transform: translate(-50%, 0%);
  width: 68%;
}
.ac-hero-hme__tile__btn-outer {
  display: flex;
  justify-content: center;
  position: absolute;
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
}
.ac-hero-hme__tile__txt {
  color: #ffffff;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
  width: 80%;
}
.ac-hero-hme__tile h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 40px;
  text-align: left;
  padding-bottom: 20px;
font-weight: 400 !important;
  margin: 0 !important;
}
.ac-hero-hme__tile h1 span {
  font-weight: 400;
}
.ac-hero-hme .ac-btn {
  margin-top: 30px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-hero-hme__tile h1 {
    width: 100%;
  }
.ac-hero-hme__tile h1 {
    color: #ffffff;
    font-size: 48px;
    line-height: 56px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-hero-hme__tile h1 {
    font-size: 45px;
    line-height: 60px;
    width: 90%;
  }
  .ac-hero-hme__tile__outer {
    top: 58%;
    left: 52%;
    width: 100%;
  }
	.ac-hero-hme__tile__btn-outer{
	top: 90%;
	}
  .ac-header .navbar-expand-lg .navbar-nav {
    justify-content: flex-start !important;
  }
}
@media (max-width: 767px) {
  .ac-hero-hme__tile {
    height: 600px;
  }
  .ac-hero-hme__tile__outer {
    top: 78%;
  }
  .ac-hero-hme__tile h1 {
    color: #ffffff;
    font-size: 24px !important;
    line-height: 28px !important;
    width: 100%;
	  text-align:center;
  }
  .ac-hero-hme__tile__outer {
    transform: translate(-50%, -30%);
  }
  .ac-header .navbar-expand-lg .navbar-nav {
    justify-content: flex-start !important;
  }
  .ac-hero-hme__tile__outer {
    left: 50%;
    width: 100%;
  }
  .ac-hero-hme__tile__btn-outer {
    top: 84%;
	 padding-top:40px;
  }
  .ac-hero-hme__tile__txt {
   display:none;
  }
}
@media (min-width: 1700px) {
  .ac-hero-hme__tile__outer {
    left: 38%;
  }
}
@media (min-width: 1900px) {
  .ac-hero-hme__tile__outer {
    left: 43%;
  }
}
@media (min-width: 2500px) {
  .ac-hero-hme__tile__outer {
    left: 53%;
  }
}
.ac-abut-hme {
  margin: 80px 0;
}
.ac-abut-hme__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ac-abut-hme__w-45 {
  width: 45%;
}
.ac-abut-hme__w-45 img, .ac-abut-hme__w-45 video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 415px;
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.ac-abut-hme__w-45 img:hover, .ac-abut-hme__w-45 video:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: scale(1.01);
}
.ac-abut-hme__w-50 {
  width: 50%;
}
.ac-abut-hme .ac-heading h2 {
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}
.ac-abut-hme .ac-heading h2 span {
  vertical-align: 5px;
}
.ac-abut-hme__logo {
  width: 100px;
  height: auto;
}
.ac-abut-hme__logo img {
  width: 100%;
  height: 100%;
}
.ac-abut-hme p {
  color: #1E1E1E;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 15px;
}
.ac-abut-hme__cnt {
  padding: 0 0 45px;
}
.ac-abut-hme__logo-outer {
  display: flex;
  align-items: center;
  gap: 50px;
  padding-top: 10px;
}
.ac-abut-hme__prtnrs {
  width: auto;
  height: 70px;
}
.ac-abut-hme__prtnrs img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
opacity:60%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-heading h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-abut-hme__logo {
    width: 50px;
  }
  .ac-heading h2 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .ac-abut-hme__outer {
    flex-direction: column;
    gap: 10px;
  }
  .ac-abut-hme__w-45, .ac-abut-hme__w-50 {
    width: 100%;
  }
  .ac-abut-hme__logo {
    display: none;
  }
  .ac-abut-hme__logo-outer {
    gap: 30px;
  }
  .ac-heading h2 {
    width: 100%;
  }
}
.ac-services {
  padding: 50px 0 20px;
}
.ac-services__cntnr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.ac-services .ac-service-tile {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
}
.ac-services .ac-heading h2 {
  text-align: center;
}
.ac-services__bg {
  width: 100%;
  position: relative;
  border-radius: 32px;
  height: 560px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.ac-services__bg::after {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 32px;
}
.ac-services__bg:hover {
  transform: scale(1.01);
}
.ac-services__outer-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  padding: 20px;
}
.ac-services__outer-bg h2 {
  font-size: 32px;
  line-height: 42px;
  color: #ffffff;
  width: 50%;
  text-align: center;
  z-index: 10;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-services__bg {
    height: 400px;
  }
  .ac-services__outer-bg h2 {
    width: 95%;
  }
}
@media (max-width: 767px) {
  .ac-services .ac-service-tile {
    width: 100%;
    margin: 0 0 10px;
  }
  .ac-services__outer {
    padding: 20px 16px;
  }
  .ac-services__tile {
    margin: 20px 16px 20px;
  }
  .ac-services figcaption {
    padding: 20px 20px 40px;
  }
  .ac-services__bg {
    height: 300px;
  }
  .ac-services__outer-bg h2 {
    width: 100%;
    font-size: 26px;
    line-height: 36px;
  }
  .ac-services__cntnr {
    margin: 0;
  }
}
.ac-build-sec {
  margin: 60px 0;
}
.ac-build-sec p {
  font-size: 15px;
  color: #1E1E1E;
  line-height: 28px;
  text-align: center;
  width: 70%;
  margin: auto;
}
.ac-build-sec .ac-heading h2 {
  padding-bottom: 30px;
  text-align: center;
  width: 45%;
  margin: auto !important;
}
.ac-build-sec__img {
  width: 100%;
  height: auto;
  padding-top: 30px;
}
.ac-build-sec__img video {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767px) {
  .ac-build-sec__outer {
    flex-direction: column;
    padding: 20px 16px;
  }
  .ac-build-sec__w-50, .ac-build-sec__w-40 {
    width: 100%;
  }
  .ac-build-sec .ac-heading h2 {
    padding-bottom: 20px;
    width: 100%;
  }
  .ac-build-sec {
    padding-top: 20px;
  }
  .ac-build-sec p {
    width: 90%;
  }
}
.ac-design-sec__outer {
  padding: 40px 0;
  border-radius: 32px;
}
.ac-design-sec__outer.gry {
  background-color: #F4F4F4;
}
.ac-design-sec__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.ac-design-sec__btn {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 0;
}
.ac-design-sec__btn a {
  width: 40px;
  height: 40px;
}
.ac-design-sec__btn a img {
  width: 100%;
  height: 100%;
}
.ac-design-sec .ac-design-sec__btn a .lft {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 0.5;
}
.ac-design-sec__slider {
  margin: 10px -10px 10px;
}
.ac-design-sec__slider .outer {
  margin: 0 10px;
}
.ac-design-sec .ac-service-tile {
  display: inline-block;
}
.ac-design-sec__btn-outer {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-design-sec__outer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ac-design-sec__outer {
    padding: 40px 0;
  }
  .ac-design-sec__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .ac-design-sec__slider {
    margin: 0 -10px;
  }
  .ac-design-sec__btn {
    display: none;
  }
}
.ac-award-sec {
  padding: 60px 0;
}
.ac-award-sec .ac-heading h2 {
  width: 80%;
}
.ac-award-sec__outer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ac-award-sec__w-40 {
  width: 40%;
}
.ac-award-sec__inner {
  display: flex;
  align-items: center;
  gap: 50px;
}
.ac-award-sec__logo {
  width: auto;
  height: 70px;
}
.ac-award-sec__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-award-sec__w-40 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-award-sec__w-40 {
    width: 50%;
  }
  .ac-award-sec {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ac-award-sec__w-40 {
    width: 100%;
  }
  .ac-award-sec__outer {
    flex-direction: column;
    gap: 40px;
  }
  .ac-award-sec {
    padding: 30px 0;
  }
  .ac-award-sec__inner {
    gap: 30px;
  }
  .ac-award-sec .ac-heading h2 {
    width: 100%;
  }
}
.ac-portfolio-sec {
  padding: 40px 0;
  background-color: #F7F7F7;
}
.ac-portfolio-sec__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.ac-portfolio-sec__btn {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 0;
}
.ac-portfolio-sec__btn a {
  width: 40px;
  height: 40px;
}
.ac-portfolio-sec__btn a img {
  width: 100%;
  height: 100%;
}
.ac-portfolio-sec .ac-portfolio-sec__btn a .lft {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 0.5;
}
.ac-portfolio-sec__slider {
  margin: 30px -10px;
}
.ac-portfolio-sec__slider .outer {
  margin: 0 10px;
}
.ac-portfolio-sec .ac-service-tile {
  display: inline-block;
}
.ac-portfolio-sec .slider-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #FFFFFF;
  margin-top: 40px;
  border-radius: 2px;
  overflow: hidden;
}
.ac-portfolio-sec .slider-progress-bar .progress {
  height: 100%;
  width: 0%;
  background-color: #DCE986;
  transition: width 0.3s ease;
}
.ac-portfolio-sec__btn-outer {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-portfolio-sec {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ac-portfolio-sec {
    padding: 40px 0;
  }
  .ac-portfolio-sec__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding-bottom: 20px;
  }
  .ac-portfolio-sec__slider {
    margin: 0 -10px;
  }
  .ac-portfolio-sec__btn {
    display: none;
  }
}
.ac-frqntly-qstns {
  padding: 50px 0;
}
.ac-frqntly-qstns .ac-heading h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 40px;
}
.ac-frqntly-qstns__outer {
  display: flex;
  justify-content: space-between;
}
.ac-frqntly-qstns__w-35 {
  width: 42%;
}
.ac-frqntly-qstns__w-45 {
  width: 50%;
}
.ac-frqntly-qstns__img {
 width: 580px;
  height: 562px;
}
.ac-frqntly-qstns__img img {
  width: 580px;
  height: 562px;
  border-radius: 24px;
  transition: all 0.3s ease-in;
}
.ac-frqntly-qstns__img img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: scale(1.01);
}
.ac-frqntly-qstns__head {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #1E1E1E;
  position: relative;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 10px;
}
.ac-frqntly-qstns__head::after {
  position: absolute;
  left: -5%;
  padding: 10px;
  width: 20px;
  height: 25px;
  content: "";
  background-image: url(https://abodeconstructions.stage.planetmedia.dev/wp-content/uploads/2025/05/arrow-accordian.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.ac-frqntly-qstns p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #1E1E1E;
  padding: 0 0 15px;
}
.ac-frqntly-qstns p span {
  font-weight: 700;
}
.ac-frqntly-qstns .sub {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  color: #1E1E1E;
  padding: 0;
}
.ac-frqntly-qstns__cnt-box {
  display: none;
}
.ac-frqntly-qstns__accord.active .ac-frqntly-qstns__cnt-box {
  display: block;
}
.ac-frqntly-qstns__accord.active .ac-frqntly-qstns__head::after {
  transform: rotate(180deg);
}
.ac-frqntly-qstns__accord.active .ac-frqntly-qstns__head {
  font-size: 20px;
}
.ac-frqntly-qstns__accord {
  border-top: 1.5px solid #EEEEEE;
  border-bottom: 1.5px solid #EEEEEE;
  padding: 10px 0;
}
.ac-frqntly-qstns__accord:last-child {
  border-bottom: none;
}
.ac-frqntly-qstns__accord:first-child {
  border-top: none;
}
.ac-frqntly-qstns .ac-frqntly-qstns__p {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.ac-frqntly-qstns .ac-frqntly-qstns__p.active {
  max-height: -moz-max-content;
  max-height: max-content; /* Adjust as needed */
}
.ac-frqntly-qstns .ac-frqntly-qstns__head {
  cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-frqntly-qstns {
    padding: 50px 16px;
  }
  .ac-frqntly-qstns__head::after {
    left: -7%;
  }
}
@media (max-width: 767px) {
  .ac-frqntly-qstns {
    padding: 40px 0px;
  }
  .ac-frqntly-qstns__outer {
    flex-direction: column;
    gap: 20px;
  }
  .ac-frqntly-qstns__w-35, .ac-frqntly-qstns__w-45 {
    width: 100%;
  }
  .ac-frqntly-qstns__head::after {
    left: -9%;
  }
  .ac-frqntly-qstns .ac-heading h2 {
    width: 100%;
  }
}
.ac-blog-sec {
  margin: 20px 0 0;
}
.ac-blog-sec__cnt {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  margin: 60px 0;
  text-align: center;
}
.ac-blog-sec__outer {
  padding: 40px 0;
  border-radius: 32px;
}
.ac-blog-sec__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -20px;
}
.ac-blog-sec .ac-blog-tile {
  width: calc(33.3% - 40px);
  margin: 0 20px;
}
.ac-blog-sec .ac-heading h2 {
  padding-bottom: 40px;
  text-align: center;
}
.ac-blog-sec p {
  min-height: 165px;
}
.ac-blog-sec__line {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1490196078);
  margin: 45px 0;
}
.ac-blog-sec__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac-blog-sec__btn {
  display: flex;
  align-items: center;
  gap: 18px;
}
.ac-blog-sec__btn a {
  width: 40px;
  height: 40px;
}
.ac-blog-sec__btn a img {
  width: 100%;
  height: 100%;
}
.ac-blog-sec .ac-blog-sec__btn a .lft {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 0.5;
}
.ac-blog-sec__slider-outer {
  margin: 0 -10px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-blog-tile h3 {
    min-height: 100px;
  }
  .ac-blog-sec p {
    min-height: 250px;
  }
.ac-blog-tile__img {
    width: 100%;
    height: auto;
    border-radius: 24px;
    transition: all 0.3s ease-in;
    min-height: 100px;
}
.ac-cntct-sec__w-25 {
    width: 100% !important;
}
.ac-cntct-sec__outer {
	display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 20px;
}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-blog-sec__outer {
    padding: 40px 0;
  }
  .ac-blog-tile h3 {
    min-height: 110px;
  }
  .ac-blog-tile__img {
    min-height: auto;
  }
  .ac-blog-sec p {
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .ac-blog-sec .ac-blog-tile {
    width: 100%;
    padding-bottom: 30px;
  }
  .ac-blog-sec__outer {
    padding: 40px 0;
  }
  .ac-blog-sec__container {
    flex-direction: column;
    align-items: flex-start;
  }
  .ac-blog-sec__btn {
    margin: auto;
  }
  .ac-blog-sec__btn {
    display: none;
  }
  .ac-blog-sec__cnt {
    margin: 50px 0 30px;
  }
  .ac-blog-sec__outer {
    padding: 40px 0 0;
  }
}
.ac-footer {
  margin-top: 0px !important;
  background-color: #000000;
}
.ac-footer__outer {
  background-color: #000000;
  padding: 100px 0 25px;
}
.ac-footer__container {
  display: flex;
}
.ac-footer__w-40 {
  width: 40%;
}
.ac-footer__w-60 {
  width: 60%;
}
.ac-footer__txt {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 20px;
  width: 70%;
}
.ac-footer__img {
  width: 90px;
  height: auto;
  padding-top: 20px;
}
.ac-footer__img img {
  width: auto;
  height: 70px;
}
.ac-footer__list {
  display: flex;
  justify-content: space-between;
}
.ac-footer__list p {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 22px;
  color: #DCE986;
}
.ac-footer__list a {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 22px;
}
.ac-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.ac-footer__social {
  display: flex;
  gap: 15px;
  align-items: center;
}
.ac-footer__social svg {
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in;
}
.ac-footer__social svg path {
  transition: all 0.3s ease-in;
}
.ac-footer__social svg:hover path {
  fill: #DCE986;
  stroke: #000000;
}
.ac-footer__top {
  width: 40px;
  height: 40px;
  scale: 1.1;
  transition: all 0.3s ease-in;
}
.ac-footer__top img {
  width: 100%;
  height: 100%;
}
.ac-footer__top:hover {
  scale: 1.01;
}
.ac-footer__logo {
  width: 200px;
  height: auto;
}
.ac-footer__logo img {
  width: 100%;
  height: 100%;
}
.ac-footer__pwrd-out {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.42) !important;
}
.ac-footer__pwrd-out p {
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
}
.ac-footer__pwrd-logo {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}
.ac-footer__pwrd-logo svg {
  width: 200px;
  height: 25px;
}
.ac-footer .ac-footer__list a:hover {
  color: #DCE986;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-footer__list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .ac-footer__txt {
    width: 85%;
  }
  .ac-footer__outer {
    padding: 40px 0;
  }
  .ac-footer__pwrd-out {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .ac-footer__container {
    flex-direction: column;
  }
  .ac-footer__w-40, .ac-footer__w-60, .ac-footer__txt {
    width: 100%;
  }
  .ac-footer__outer {
    padding: 40px 0;
  }
  .ac-footer__img {
    display: none;
  }
  .ac-footer__list {
    flex-direction: column;
    gap: 20px;
  }
  .ac-footer__list p, .ac-footer__list a {
    text-align: center;
    display: block;
  }
  .ac-footer__pwrd-out {
    padding: 16px;
  }
  .ac-footer__pwrd-out {
    flex-direction: column;
    gap: 20px;
  }
  .ac-footer__pwrd-out p {
    text-align: center;
  }
  .ac-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
  .ac-footer__top {
    display: none;
  }
}
.ac-bnnr {
  width: 100% !important;
  height: 520px !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative !important;
}

.ac-bnnr::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0) 22.04%) !important;
}

.ac-bnnr__bg {
  width: 100%;
  height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.ac-bnnr__bg h1 {
  font-size: 40px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.ac-bnnr__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.ac-bnnr__inner p, .ac-bnnr__inner a {
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .ac-bnnr__bg, .ac-bnnr {
    height: 320px;
  }
  .ac-bnnr__bg h1 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    padding-top: 55px;
  }
}
.ac-abut-sec {
  margin: 60px 0;
}
.ac-abut-sec__grey {
  padding: 80px 40px 10px;
  margin: 40px 0;
  background-color: #F6F6F6;
  border-radius: 32px;
}
.ac-abut-sec .ac-heading h2 {
  padding-bottom: 24px;
}
.ac-abut-sec p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-abut-sec__grey {
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .ac-abut-sec__grey {
    padding: 40px 20px;
  }
}
.ac-services-inner {
  margin: 60px 0;
}
.ac-services-inner .ac-heading h2 {
  padding-bottom: 28px;
}
.ac-services-inner__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding: 35px 0;
}
.ac-services-inner__w-50 {
  width: 50%;
}
.ac-services-inner p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 24px;
}
.ac-services-inner__img {
  width: 100%;
  height: auto;
}
.ac-services-inner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  transition: all 0.3s ease-in;
}
.ac-services-inner__img img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: scale(1.01);
}
.ac-services-inner__cnt {
  list-style-type: disc;
  padding-left: 20px;
}
.ac-services-inner__cnt li {
  font-size: 15px;
  line-height: 22px;
  color: #1E1E1E;
  padding-bottom: 15px;
}
.ac-services-inner__cnt li::marker {
  color: #797979;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-services-inner__container {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .ac-services-inner__container {
    flex-direction: column;
    gap: 30px;
  }
  .ac-services-inner__container:nth-child(2n) {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .ac-services-inner__w-50 {
    width: 100%;
  }
}
.dsign-innr {
  margin: 60px 0;
}
.dsign-innr__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 30px;
}
.dsign-innr__head {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.dsign-innr__w-45 {
  width: 30% !important;
}
.dsign-innr__w-55 {
  width: 55%;
}
.dsign-innr__w-55 p {
  color: #1E1E1E;
  font-size: 15px;
  line-height: 28px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .dsign-innr__head {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .dsign-innr__head {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .dsign-innr__outer {
    flex-direction: column;
    gap: 20px;
  }
  .dsign-innr__w-45, .dsign-innr__w-55 {
    width: 100% !important;
  }
  .ac-design-tab__outer ul {
    gap: 0.5rem !important;
  }
  .dsign-innr__head {
    font-size: 26px;
    line-height: 36px;
  }
}
.ac-alto-sec {
  margin: 60px 0;
}
.ac-alto-sec__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
  gap: 45px;
}
.ac-alto-sec__outer:first-child {
  align-items: flex-start;
}
.ac-alto-sec__head {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.ac-alto-sec__w-45 {
  width: 45%;
}
.ac-alto-sec__w-55 {
  width: 55%;
}
.ac-alto-sec__w-55 p {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 28px;
}
.ac-alto-sec__b-img {
  width: 95%;
  height: auto;
  border: 2px solid #DFDFDF;
  border-radius: 24px;
}
.ac-alto-sec__b-img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.ac-alto-sec__img {
  width: 95%;
  height: auto;
  border-radius: 24px;
}
.ac-alto-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.ac-alto-sec__inner {
  display: flex;
  padding-bottom: 15px;
}
.ac-alto-sec__box {
  display: flex;
  gap: 25px;
  padding: 6px 10px;
}
.ac-alto-sec p.head {
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  min-width: 90px;
}
.ac-alto-sec p.sub {
  font-size: 16px;
  line-height: 28px;
}
.ac-alto-sec__img-out {
  display: flex;
  gap: 5px;
  padding: 0 10px;
  border-right: 2px solid #A4A4A4;
}
.ac-alto-sec__img-out:last-child {
  border-right: 0px;
}
.ac-alto-sec__img-out img {
  width: 22px;
  height: 22px;
  filter: brightness(0);
}
.ac-alto-sec p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  font-weight: 400;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-alto-sec__head {
    font-size: 32px;
    line-height: 44px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-alto-sec__head {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .ac-alto-sec__outer {
    flex-direction: column;
    gap: 25px;
    padding-bottom: 25px;
  }
  .ac-alto-sec__w-45, .ac-alto-sec__w-55 {
    width: 100%;
  }
  .ac-alto-sec__head {
    font-size: 26px;
    line-height: 38px;
  }
}
.portfolio-innr {
  margin: 60px 0 0 0;
}
.portfolio-innr__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 65px;
}
.portfolio-innr__head {
  color: #1E1E1E;
  font-size: 36px;
  line-height: 46px;
  font-weight: 500;
}
.portfolio-innr__w-45 {
  width: 37%!important;
}
.portfolio-innr__w-55 {
  width: 55%;
}
.portfolio-innr__w-55 p {
  color: #1E1E1E;
  font-size: 15px;
  line-height: 28px;
}
.portfolio-innr__tile-outer {
  display: flex;
  align-items: center;
  justify-content:flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.portfolio-innr__tile {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
}
.portfolio-innr .ac-portfolio, .portfolio-innr .ac-portfolio__outer {
  height: 320px;
}
.portfolio-innr .ac-portfolio__outer {
  padding: 20px;
}
.portfolio-innr .ac-portfolio__outer h3 {
  font-size: 22px;
  line-height: 32px;
}
.portfolio-innr___btn-outer {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .portfolio-innr__box {
    padding: 40px 16px;
  }
  .portfolio-innr__tile {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  .portfolio-innr__tile {
    width: calc(100% - 20px);
    margin: 0 10px 20px;
  }
  .portfolio-innr__box {
    padding: 40px 16px;
  }
  .portfolio-innr__outer {
    flex-direction: column;
    gap: 20px;
  }
  .portfolio-innr__w-45, .portfolio-innr__w-55 {
    width: 100%;
  }
  .portfolio-innr__head {
    color: #1E1E1E;
    font-size: 26px;
    line-height: 36px;
  }
}
.ac-blog-inner {
  margin: 60px 0;
}
.ac-blog-inner__outer {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
.ac-blog-inner__sec1 {
  width: 26%;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.ac-blog-inner__sec1 ul {
  background: #F9F9F9;
  padding: 40px;
  border-radius: 32px;
}
.ac-blog-inner__sec1 li a {
  display: flex;
}
.ac-blog-inner__sec1 p {
  font-size: 14px;
  line-height: 26px;
  color: #1E1E1E;
  font-weight: 400;
  padding-bottom: 15px;
}
.ac-blog-inner__sec2 {
  width: 62%;
  padding: 20px;
}
.ac-blog-inner__sec2 h2 {
  font-size: 30px;
  line-height: 40px;
  color: #1E1E1E;
  padding-bottom: 20px;
}
.ac-blog-inner__sec2 h3 {
  font-size: 22px;
  line-height: 30px;
  padding: 20px 0;
  color: #1E1E1E;
}
.ac-blog-inner__sec2 p, .ac-blog-inner__sec2 li {
  color: #1E1E1E;
  font-size: 15px;
  line-height: 28px;
  padding-bottom: 20px;
}
.ac-blog-inner__sec2 .list {
  list-style: disc;
  padding-left: 25px;
}
.ac-blog-inner__sec2 img {
  width: 100%;
  height: auto;
  border-radius: 24px;
}
.ac-blog-inner .ac-blog_points.active p {
  font-weight: 500;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-blog-inner__sec1 ul {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-blog-inner__sec1 ul {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .ac-blog-inner__outer {
    flex-direction: column;
    gap: 20px;
  }
  .ac-blog-inner__sec1, .ac-blog-inner__sec2 {
    width: 100%;
  }
  .ac-blog-inner__sec1 {
    position: inherit;
    height: 100%;
  }
  .ac-blog-inner__sec2 {
    padding: 10px;
  }
  .ac-blog-inner__sec1 ul {
    padding: 20px;
  }
  .ac-blog-inner__sec2 h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.ac-cntct-sec {
  margin: 75px 0;
}
.ac-cntct-sec__outer {
  display: flex;
  align-items: center;
  padding: 10px 0;
  gap: 20px;
  margin-bottom: 60px;
}
.ac-cntct-sec__w-25 {
  width: 25%;
}
.ac-cntct-sec__w-25 h2 {
  font-size: 32px;
  line-height: 46px;
  color: #1E1E1E;
}
.ac-cntct-sec .ac-cntct-card {
  width: 25%;
}
.ac-cntct-sec__w-60 {
  width: 55%;
}
.ac-cntct-sec__w-45 {
  width: 45%;
}
.ac-cntct-sec__greybox {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.ac-cntct-sec__img {
  width: 100%;
  height: auto;
  border-radius: 32px;
}
.ac-cntct-sec__img img {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}
.ac-cntct-sec__map {
  width: 100%;
  height: 420px;
  padding-top: 20px;
}
.ac-cntct-sec__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 32px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-cntct-sec__outer {
    flex-wrap: wrap;
  }
  .ac-cntct-sec .ac-cntct-card {
    width: 35%;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-cntct-sec__outer {
    flex-wrap: wrap;
  }
  .ac-cntct-sec .ac-cntct-card {
    width: 100%;
    margin-bottom: 20px;
  }
  .ac-cntct-sec__greybox {
    padding: 0 16px;
  }
	.ac-cntct-sec__w-25 h2 {
    font-size: 32px;
    line-height: 46px;
    color: #1E1E1E;
    margin-bottom: 20px;
}
}
@media (max-width: 767px) {
  .ac-cntct-sec__outer {
    flex-wrap: wrap;
    gap: 30px;
  }
  .ac-cntct-sec .ac-cntct-card {
    width: 100%;
    margin-bottom: 10px;
  }
  .ac-cntct-sec__w-25 {
    width: 100%;
    padding-bottom: 20px;
  }
  .ac-cntct-sec__greybox {
    padding: 0;
  }
  .ac-cntct-sec__greybox {
    flex-direction: column;
  }
  .ac-cntct-sec__w-45, .ac-cntct-sec__w-60 {
    width: 100%;
  }
  .contact-form form .form-row {
    flex-direction: column;
  }
  .contact-form {
    padding: 40px 20px 20px;
  }
}
.ac-feedback-sec {
  width: 100%;
  height: 580px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 100px 0 60px;
  margin-bottom: 80px;
}
.ac-feedback-sec::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.44) 95.17%, rgba(0, 0, 0, 0) 100%);
}
.ac-feedback-sec__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.ac-feedback-sec__w-30 {
  width: 30%;
}
.ac-feedback-sec__w-70 {
  width: 55%;
}
.ac-feedback-sec .ac-heading h2 {
  color: #ffffff;
  width: 70%;
}
.ac-feedback-sec__txt {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding-bottom: 30px;
  width: 90%;
}
.ac-feedback-sec__head {
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
  padding-top: 35px;
  font-weight: 700;
}
.ac-feedback-sec__inner {
  max-height: 200px;
  overflow-y: auto;
  width: 99%;
}
.ac-feedback-sec__inner::-webkit-scrollbar {
  width: 5px;
  background-color: #ffffff;
}
.ac-feedback-sec__inner::-webkit-scrollbar-thumb {
  background-color: #DCE986;
}
.ac-feedback-sec__btn-outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}
.ac-feedback-sec__btn {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 3%;
  z-index: 20;
}
.ac-feedback-sec .ac-feedback-sec__btn .lft {
  transform: rotate(-90deg);
}
.ac-feedback-sec .ac-feedback-sec__btn .rgt {
  transform: rotate(90deg);
}

@media (max-width: 767px) {
  .ac-feedback-sec__outer {
    flex-direction: column;
  }
  .ac-feedback-sec__w-30, .ac-feedback-sec__w-70 {
    width: 100%;
  }
  .ac-feedback-sec {
    padding: 50px 0;
    height: 100%;
  }
  .ac-feedback-sec .ac-heading h2 {
    padding-bottom: 30px;
  }
}
.ac-testimonial-sec__outer {
  padding: 40px 0;
  border-radius: 32px;
}
.ac-testimonial-sec__outer.gry {
  background-color: #F4F4F4;
}
.ac-testimonial-sec__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 15px;
  position: relative;
}
.ac-testimonial-sec__btn {
  display: flex;
  align-items: center;
  gap: 18px;
  position: absolute;
  right: 0;
}
.ac-testimonial-sec__btn a {
  width: 40px;
  height: 40px;
}
.ac-testimonial-sec__btn a img {
  width: 100%;
  height: 100%;
}
.ac-testimonial-sec .ac-testimonial-sec__btn a .lft {
  transform: rotate(180deg);
  filter: grayscale(0);
  opacity: 0.5;
}
.ac-testimonial-sec__slider {
  margin: 30px -10px 10px;
}
.ac-testimonial-sec__slider .outer {
  margin: 0 10px;
}
.ac-testimonial-sec .ac-service-tile {
  display: inline-block;
}
.ac-testimonial-sec__btn-outer {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-testimonial-sec__outer {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .ac-testimonial-sec__outer {
    padding: 40px 0;
  }
  .ac-testimonial-sec__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .ac-testimonial-sec__slider {
    margin: 0 -10px;
  }
  .ac-testimonial-sec__btn {
    display: none;
  }
}
.ac-header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.ac-header .navbar-toggler-icon {
  filter: brightness(10);
  font-size: 1.25rem;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .navbar-toggler {
  position: relative;
}
.ac-header .navbar-toggler::before {
  position: absolute;
  content: "MENU";
  top: 10px;
  left: -65px;
  color: #ffffff;
}
.ac-header .navbar-toggler:focus {
  box-shadow: none;
}
.ac-header .nav-link:focus, .ac-header .nav-link:hover, .ac-header .ac-header__cntct a:hover {
  color: #DCE986;
}
.ac-header .dropdown-item.active, .ac-header .dropdown-item:active {
  background-color: #D3D3D3;
}
.ac-header .offcanvas {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}
.ac-header .home-view {
  display: flex;
  gap: 30px;
  color: #ffffff;
}
.ac-header .navbar-expand-lg .navbar-nav {
  justify-content: flex-end !important;
}
.ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
  width: 85%;
}
.ac-header .navbar-brand {
  width: 180px;
  height: auto;
}
.ac-header .navbar-brand img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  padding: 0;
  margin: 30px 0;
}
.ac-header .sml .nav-link {
  font-size: 14px !important;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 14px 20px 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #DCE986;
}
.ac-header .navbar > .container-fluid {
  padding: 0;
}
.ac-header .dropdown-item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
}
.ac-header .dropdown-item:hover {
  color: #DCE986;
}
.ac-header .row-flx {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px;
}
.ac-header .row-flx .nav-link {
  font-weight: 700;
  display: inline-block;
}
.ac-header .row-flx .navbar-nav {
  gap: 10px;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .btn-close {
 --bs-btn-close-bg: opacity(0);
    padding-right: 40px;
    color: #1E1E1E !important;
    opacity: 1;
}
.ac-header__cntct {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.ac-header__cntct a {
  display: inline-block;
  color: #1E1E1E;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
.ac-header__scl-out {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.ac-header__scl-out svg {
  width: 30px;
  height: 30px;
  --tw-text-opacity: 1;
  color: #000000;
  transition: all 0.2s ease-in;
}
.ac-header__scl-out svg:hover {
  transform: scale(1.06);
}
.ac-header__img {
  width: 100px;
  height: auto;
}
.ac-header__img img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 92%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .offcanvas-header .btn-close {
    padding-right: 40px;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .navbar-brand {
    width: 120px;
  }
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
}
/* For desktop - hover behavior */
@media (min-width: 992px) {
  #services-dropdown:hover .dropdown-menu {
    display: block;
  }
  /* Optional: Add animation */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
}
/* Desktop only */
@media (min-width: 992px) {
  .desktop-only {
    display: flex !important;
  }
}
/* Hide on tablets and mobile */
@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}
.ac-dis-hme {
  background-color: #F9FAFC;
  padding: 70px 0;
}
.ac-dis-hme__outer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.ac-dis-hme__w-20 {
  width: 24%;
}
.ac-dis-hme__w-20 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.ac-dis-hme__w-80 {
  width: 76%;
}
.ac-dis-hme__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-dis-hme__w-20 {
    width: 35%;
  }
  .ac-dis-hme__w-80 {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .ac-dis-hme__outer {
    flex-direction: column-reverse;
  }
  .ac-dis-hme__w-20 {
    width: 100%;
  }
  .ac-dis-hme__w-80 {
    width: 100%;
  }
  .ac-dis-hme__inner {
    flex-direction: column;
    gap: 15px;
  }
}
/* new Header */
.ac-abut-sec {
    margin: 60px 0 0 0;
}
.ac-abut-sec__grey {
  padding: 80px 40px 10px;
 margin: 40px 0 0 0;
  background-color: #F6F6F6;
  border-radius: 32px;
}
.ac-abut-sec .ac-heading h2 {
  padding-bottom: 24px;
}
.ac-abut-sec p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 20px;
}
.ac-abut-sec .ac-heading h2.cntr {
  text-align: center;
  width: 50%;
  margin: auto !important;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-abut-sec__grey {
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .ac-abut-sec__grey {
    padding: 40px 20px;
  }
  .ac-abut-sec .ac-heading h2.cntr {
    width: 100%;
  }
}
.ac-header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
}
.ac-header .navbar-toggler-icon {
  filter: brightness(10);
  font-size: 1.25rem;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .navbar-toggler {
  position: relative;
}
.ac-header .navbar-toggler::before {
  position: absolute;
  content: "MENU";
  top: 10px;
  left: -65px;
  color: #ffffff;
}
.ac-header .navbar-toggler:focus {
  box-shadow: none;
}
.ac-header .nav-link:focus, .ac-header .nav-link:hover, .ac-header .ac-header__cntct a:hover {
  color: #DCE986;
}
.ac-header .dropdown-item.active, .ac-header .dropdown-item:active {
  background-color: #D3D3D3;
}
.ac-header .offcanvas {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}
.ac-header .home-view {
  display: flex;
  gap: 30px;
  color: #ffffff;
  padding-top: 5px !important;
  margin-left: auto !important;
  margin-right: 8% !important;
}
.ac-header .navbar-expand-lg .navbar-nav {
  justify-content: flex-end !important;
}
.ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
  width: 85%;
}
.ac-header .navbar-brand {
  width: 180px;
  height: auto;
}
.ac-header .navbar-brand img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  padding: 0;
  margin: 30px 0;
}
.ac-header .sml .nav-link {
  font-size: 14px !important;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 14px 20px 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #DCE986;
}
.ac-header .navbar > .container-fluid {
  padding: 0;
}
.ac-header .dropdown-item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
}
.ac-header .dropdown-item:hover {
  color: #DCE986;
}
.ac-header .row-flx {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px;
}
.ac-header .row-flx .nav-link {
  font-weight: 700;
  display: inline-block;
}
.ac-header .row-flx .navbar-nav {
  gap: 10px;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .btn-close {
  --bs-btn-close-bg: opacity(0);
  padding-right: 40px;
}
.ac-header__cntct {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.ac-header__cntct a {
  display: inline-block;
  color: #1E1E1E;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
.ac-header__cntct p {
  padding-top: 20px;
}
.ac-header__scl-out {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.ac-header__scl-out svg {
  width: 30px;
  height: 30px;
  --tw-text-opacity: 1;
  color: #000000;
  transition: all 0.2s ease-in;
}
.ac-header__scl-out svg:hover {
  transform: scale(1.06);
}
.ac-header__img {
  width: 100px;
  height: auto;
}
.ac-header__img img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac-header .dropdown-menu {
  background: rgba(0, 0, 0, 0.2392156863);
}
.ac-header .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.ac-header .dropdown-menu .dropdown-item:hover {
  color: #DCE986;
  background-color: transparent;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 92%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.ac-header .row-flx { 
	  overflow: scroll !important;
	}
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
  .ac-header .dropdown-menu .dropdown-item {
    color: #000000;
  }
}
@media (max-width: 767px) {
	.ac-header .row-flx { 
	  overflow: scroll !important;
	}
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .offcanvas-header .btn-close {
    padding-right: 40px;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .navbar-brand {
    width: 120px;
  }
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
  .ac-header .dropdown-menu .dropdown-item {
    color: #000000;
  }
}
/* For desktop - hover behavior */
@media (min-width: 992px) {
  #services-dropdown:hover .dropdown-menu {
    display: block;
  }
  /* Optional: Add animation */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
}
/* Desktop only */
@media (min-width: 992px) {
  .desktop-only {
    display: flex !important;
  }
}
/* Hide on tablets and mobile */
@media (max-width: 991.98px) {
  .desktop-only {
    display: none !important;
  }
}
.ac-services-inner {
  margin: 60px 0;
}
.ac-services-inner .ac-heading h2 {
  padding-bottom: 28px;
}
.ac-services-inner .ac-heading h2.cntr {
  text-align: center;
  width: 50%;
  margin: auto!important;
}
.ac-services-inner__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  padding: 35px 0;
}
.ac-services-inner__w-50 {
  width: 50%;
}
.ac-services-inner p {
  font-size: 15px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 24px;
}
.ac-services-inner p.cntr {
  text-align: center;
}
.ac-services-inner__img {
  width: 100%;
  height: auto;
}
.ac-services-inner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
  transition: all 0.3s ease-in;
}
.ac-services-inner__img img:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transform: scale(1.01);
}
.ac-services-inner__cnt {
  list-style-type: disc;
  padding-left: 20px;
}
.ac-services-inner__cnt li {
  font-size: 15px;
  line-height: 22px;
  color: #1E1E1E;
  padding-bottom: 15px;
}
.ac-services-inner__cnt li::marker {
  color: #797979;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ac-services-inner__container {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .ac-services-inner__container {
    flex-direction: column;
    gap: 30px;
  }
  .ac-services-inner__container:nth-child(2n) {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .ac-services-inner__w-50 {
    width: 100%;
  }
  .ac-services-inner .ac-heading h2.cntr {
    width: 100%;
  }
}

/* devlopers code */
.ac-header .nav-link {
  color: #ffffff !important;
}

.ac-header .row-flx .nav-link {
  color: #000 !important;
}


/* -----04/06/20205-------- */
.ac-header {
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: all 0.4s ease-in;
}
.ac-header.scrolled {
  z-index: 100;
  transform: translateY(0px);
  position: fixed;
background-color: rgb(0 0 0 / 70%);
  animation: fadeIn 0.5s ease-in;
/*   box-shadow: 0px 2px 16px 0px rgba(164, 164, 164, 0.2509803922); */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* .ac-header.scrolled .navbar-brand img {
  filter: brightness(0.5);
} */

/* .ac-header.scrolled .nav-link, .ac-header.scrolled .navbar-toggler::before {
  color: #1E1E1E !important;
} */
.ac-header.scrolled .dropdown svg path {
fill: #000 !important;
}
/* .ac-header.scrolled .navbar-toggler-icon {
  filter: brightness(0);
} */

.ac-header .navbar-toggler-icon {
  filter: brightness(10);
  font-size: 1.25rem;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .navbar-toggler {
  position: relative;
}
.ac-header .navbar-toggler::before {
  position: absolute;
  content: "MENU";
  top: 10px;
  left: -65px;
  color: #ffffff;
}
.ac-header .navbar-toggler:focus {
  box-shadow: none;
}
.ac-header .nav-link:focus, .ac-header .nav-link:hover, .ac-header .ac-header__cntct a:hover {
  color: #DCE986 !important;
}
.ac-header .dropdown-item.active, .ac-header .dropdown-item:active {
  background-color: #D3D3D3;
}
.ac-header .offcanvas {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
    height: 100vh;
}
.ac-header .home-view {
  display: flex;
  gap: 30px;
  color: #ffffff;
  padding-top: 5px;
}
.ac-header .home-outer {
  margin-left: auto;
  margin-right: 8%;
}
.ac-header .navbar-expand-lg .navbar-nav {
  justify-content: flex-end !important;
}
.ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
  width: 85%;
}
.ac-header .navbar-brand {
  width: 180px;
  height: auto;
}
.ac-header .navbar-brand img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  padding: 0;
  margin: 30px 0;
}
.ac-header .sml .nav-link {
  font-size: 14px !important;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link {
  padding: 14px 20px 8px;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
  text-transform: uppercase;
}
.ac-header .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #DCE986;
}
.ac-header .navbar > .container-fluid {
  padding: 0;
}
.ac-header .dropdown-item {
  padding: 8px 20px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  transition: all 0.2s;
}
.ac-header .dropdown-item:hover {
  color: #DCE986;
}
.ac-header .row-flx {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px 40px;
  overflow: hidden;
}
.ac-header .row-flx .nav-link {
  font-weight: 700;
  display: inline-block;
}
.ac-header .row-flx .navbar-nav {
  gap: 10px;
}
.ac-header .only-mobile-tablet-n {
  display: none;
}
.ac-header .btn-close {
  --bs-btn-close-bg: opacity(0);
  padding-right: 40px;
}
.ac-header__cntct {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.ac-header__cntct a {
  display: inline-block;
  color: #1E1E1E;
  font-weight: 700;
  transition: all 0.2s ease-in;
}
.ac-header__cntct p {
  padding-top: 20px;
}
.ac-header__scl-out {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.ac-header__scl-out svg {
  width: 30px;
  height: 30px;
  --tw-text-opacity: 1;
  color: #000000;
  transition: all 0.2s ease-in;
}
.ac-header__scl-out svg:hover {
  transform: scale(1.06);
}
.ac-header__img {
  width: 100px;
  height: auto;
}
.ac-header__img img {
  width: 100%;
  height: 100%;
}
.ac-header .navbar {
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ac-header .dropdown-menu {
  background: rgba(0, 0, 0, 0.2392156863);
}
.ac-header .dropdown-menu .dropdown-item {
  color: #ffffff;
}
.ac-header .dropdown-menu .dropdown-item:hover {
  color: #DCE986;
  background-color: transparent;
}
.ac-header .mob-sidebar .dropdown.active {
  display: block;
  position: relative;
}
.ac-header .dropdown svg {
  width: 16px;
  height: 16px;
margin-left:7px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 92%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px;
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
  .ac-header .dropdown-menu .dropdown-item {
    color: #000000;
  }
}
@media (max-width: 767px) {
  .ac-header .navbar-expand-lg .offcanvas .offcanvas-body {
    width: 100%;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    color: #000000;
    display: inline-block;
  }
  .ac-header .offcanvas {
    padding-top: 30px;
  }
  .offcanvas-header .btn-close {
    padding-right: 40px;
  }
  .ac-header .navbar > .container-fluid {
    padding: 0 16px;
  }
  .ac-header .navbar-brand {
    width: 120px;
  }
  .ac-header .navbar-toggler {
    border: 1px solid #ffffff;
  }
  .ac-header .dropdown-toggle::after {
    display: none;
  }
  .ac-header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 14px 0 8px 20px;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block !important;
  }
  .ac-header .only-mobile-tablet-n {
    display: inline-block;
  }
  .ac-header .dropdown-menu .dropdown-item {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .ac-header .nav-item.dropdown {
    position: relative;
	 padding:0 0 15px !important;
  }
  .ac-header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
/* Show dropdown on hover — DESKTOP ONLY */
@media (min-width: 769px) {
  .ac-header .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .ac-header .dropdown-menu {
    display: none;
  }
  .ac-header .dropdown-menu.active {
    display: block;
  }
}
.ac-header .dropdown-toggle::after {
  display: none;
}

.ac-header .nav-link {
  text-transform: uppercase;
  font-weight: 600;
  width: max-content;
}

.home-outer ul {
  margin-bottom: 0
}

.ac-header .dropdown-menu .nav-link {
  padding: 6px 10px;
}

.ac-header .offcanvas-header {
  padding-right: 35px;
}
.ac-footer__list ul {
  padding: 0 !important;
}
.ac-header .btn-close:focus {
  box-shadow: none;
}
.ac-header .mob-sidebar .dropdown-toggle {
  position: relative;
  padding-right: 0px; /* Slightly more space for the icon */
}

/* .ac-header .mob-sidebar .dropdown-toggle::before {
  content: "";
  position: absolute;
  top: 30%;
  right: 4%;
  width: 16px;
  height: 16px;
  background-image: url("https://abodeconstructions.stage.planetmedia.dev/wp-content/themes/abode/assets/images/arrow-mob.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* background-color: red; / / Only use for debugging */
} */

.ac-why-choose-sec {
  padding: 50px 0;
}
.ac-why-choose-sec .ac-heading h2 {
  text-align: center;
  padding-bottom: 20px;
}
.ac-why-choose-sec__cnt {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 30px;
  text-align: center;
}
.ac-why-choose-sec__outer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0;
}
.ac-why-choose-sec__sec {
  width: 50%;
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 30px;
}
.ac-why-choose-sec__sec .head {
  color: #1E1E1E;
  font-size: 18px;
  line-height: 28px;
  padding-bottom: 15px;
  font-weight: 600;
}
.ac-why-choose-sec__sec .cnt {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 26px;
  min-height: 104px;
}
.ac-why-choose-sec__bold {
  text-align: center;
  width: 70%;
  margin: auto;
  color: #1E1E1E;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  padding: 60px 0;
}
.ac-why-choose-sec__inner {
  border-bottom: 1px solid #D7D7D7;
}

@media (max-width: 767px) {
  .ac-why-choose-sec__outer {
    flex-direction: column;
  }
  .ac-why-choose-sec__sec {
    width: 100%;
  }
  .ac-why-choose-sec__bold {
    width: 100%;
    font-size: 22px;
  }
	.ac-why-choose-sec__inner p {
    width: 100%;
}
}
.ac-why-choose-sec__inner p {
    width: 58%;
    margin: 0 auto;
}
.ac-feed-card__cnt-wrap p {
  font-size: 14px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 15px;
  width: 98%;  
}
.ac-services__outer p.cnt {
    color: #1E1E1E;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 15px;
    text-align: center !important;
}
.offcanvas-backdrop.fade.show {
    opacity: 0 !important;
}

.my-outclass {
width:100%;
 max-width: 34% !important;
  margin: 0 auto;
 padding-bottom:32px;
  text-align: center;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .my-outclass {
    max-width: 90%;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .my-outclass {
    max-width: 95% !important;
    padding: 10px;
  }
}
.ac-feed-card__cnt-wrap {
    margin-top: 20px;
    max-height: 204px;
    overflow-y: auto;
}

.ac-feed-card {
    background-color: #F2F7FF;
    padding: 30px;
    border-radius: 20px;
    margin: 0 10px;
    min-height: 360px;
}

.ac-services-inner__cnt li {
  font-size: 16px;
  line-height: 28px;
  color: #1E1E1E;
  padding-bottom: 20px;
  width: 95%;
}

.ac-services-inner__w-50-img {
  width: 50%;
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
 .ac-services-inner__cnt li {
    width: 100%;
  }
  .ac-services-inner__w-50-img {
    position: relative;
    width: 100%;
  }
.ac-footer__logo {
    width: 120px;
    height: auto;
}
.ac-blog-sec {
    overflow: hidden;
}
}
.ac-services-inner__w-50 p {
  width: 95%;
}
.slick-disabled {
  pointer-events: none;
  cursor: default;
}
.navbar-toggler {
    color: initial;
    background-color: unset;
    border: none;
    border-radius: 0;
    transition: none;
}
button.navbar-toggler {
    background: transparent !important;
    border: none !important;
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ac-footer__pwrd-out {
    display: flex;
    align-items: center;
    text-align: left;
    gap: 1rem;
    padding: 1rem;
  }

  .ac-footer__logo,
  .ac-footer__pwrd-logo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }

  .ac-footer__pwrd-logo svg {
    width: 150px;
    height: auto;
  }

  .ac-footer__pwrd-logo p {
    margin-bottom: 0.5rem;
  }
}
button.btn-close {
  font-family: 'Play', sans-serif; 
  font-weight: 400; 
  text-decoration: underline;
  background: none;
  border: none;
  color: #1E1E1E !important; 
  font-size: 12px; 
  padding: 0;
  cursor: pointer !important;
  transition: all 0.3s ease-in-out;
}
.ac-abut-sec__content p:nth-child(odd) {
    text-align: left;
    padding-left: 40px;
}

.ac-abut-sec__content p:nth-child(even) {
    text-align: left;
    padding-left: 40px;
}
@media (max-width: 991px) {
  .ac-abut-sec__content p {
    padding-left: 0 !important;
    width: 100%;
  }
}
.home-sidebar{
	padding: 0 0 15px;
}
body {
overflow-x: hidden;
}
@media (min-width: 1024px) and (max-width: 1199px) {
   .ac-header .home-view {
     gap: 15px;
   }
    .ac-header .nav-link {
      font-size: 14px;
    }

    .ac-header ul {
      padding-left: 0;
    }
  }
.ac-header.scrolled .navbar {
  margin: 30px 0 20px;
}

.ac-header__scl-out a:nth-child(2),
.ac-footer__social a:nth-child(2) {
  display: none;
}
/* 1. Remove default border from select lists */
#wpforms-202-field_13 ~ .choices__list--single,
#wpforms-202-field_13 ~ .choices__list--dropdown {
    border: none !important;
}

#wpforms-202-field_13:focus + .choices__list--single,
#wpforms-202-field_13:focus + .choices__list--dropdown {
    border: none !important;
}

/* 2. Add custom bottom border */
#wpforms-202-field_13-container .choices__inner {
    border: none !important;
    border-bottom: 1px solid #ccc !important;     border-radius: 0 !important;
    box-shadow: none !important;
}

/* 3. Custom dropdown icon */
#wpforms-202-field_13-container .choices[data-type*='select-one']::after {
    content: ""; 
    display: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-image: url('your-icon.svg');    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

/* 4. Rotate icon when open */
#wpforms-202-field_13-container .choices[data-type*='select-one'].is-open::after {
    transform: translateY(-50%) rotate(180deg);
}

/* 5. Focus and outline styling */
#wpforms-202-field_13-container .choices__inner:focus,
#wpforms-202-field_13-container .choices__inner.is-focused,
#wpforms-202-field_13-container .choices__inner:focus-within {
    outline: none !important;
    border-bottom: 1px solid #ccc !important;  
    box-shadow: 0 2px 0 0 #ccc !important;     
}

/* 6. Override focus and open border styles */
#wpforms-202-field_13-container .choices.is-focused .choices__inner,
#wpforms-202-field_13-container .choices.is-open .choices__inner,
#wpforms-202-field_13-container .choices.is-open .choices__list--dropdown {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ccc !important;  
    box-shadow: 0 0 0 1px #ccc !important; 
    outline: none !important;
}

/* 7. Dropdown background and text color */
#wpforms-202-field_13-container .choices .choices__list--dropdown {
    background: #f5f5f5 !important;  
    color: #222 !important;          }

/* 8. Highlighted item hover effect */
#wpforms-202-field_13-container .choices__item--selectable.is-highlighted {
    background-color: #ccc !important;      color: white !important;
}
/* Base style */
.select-wrapper {
  position: relative;
}

.select-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  pointer-events: none;
}

.select-wrapper.open::after {
  transform: translateY(-50%) rotate(180deg);
}
/* 1. Reset existing arrow */
/* Remove original icon */
.choices__inner::after {
  display: none !important;
}

/* Add custom arrow with toggle effect */
.choices__inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #444;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  pointer-events: none;
}

/* Rotate arrow on dropdown open */
.choices.is-open .choices__inner::before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion-toggle {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  outline: none;
}

.accordion-icon {
  transition: transform 0.3s;
}

.accordion-toggle[aria-expanded="true"] .accordion-icon {
  transform: rotate(45deg);
}

.accordion-content {
  display: none;
  padding: 0 1rem 1rem;
}

.accordion-content.open {
  display: block;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #000; /* or your header background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* optional */
}

.faq-answer {
  display: none;
  transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-question {
  cursor: pointer;
  font-weight: 600;
  padding: 10px 0;
}


.faq-item {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}

.faq-question {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  padding-right: 30px;
}

.faq-question::after {
  content: "";
  background-image: url('https://abodeconstructions.stage.planetmedia.dev/wp-content/uploads/2025/05/arrow-accordian.png');
  background-size: 16px;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  transform: translateY(-50%) rotate(180deg);
}

.faq-answer {
  display: none;
  color: #555;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active h3 {
    font-size: 20px;
}

@media (min-width: 1024px) and (max-width: 1199px) {
.ac-frqntly-qstns__img, .ac-frqntly-qstns__img img {
		width: 100%;
		height: auto;
	}
}

 @media (min-width: 768px) and (max-width: 1023px) {
    .ac-frqntly-qstns__img, .ac-frqntly-qstns__img img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 767px) {
	.ac-frqntly-qstns__img, .ac-frqntly-qstns__img img {
		width: 100%;
		height: auto;
	}
}


.ac-frqntly-qstns .faq-accordion {
  padding-left: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) and (orientation: landscape) {
  .ac-hero-hme__tile__outer {
   top:60%;
  }
	.ac-hero-hme__tile__btn-outer{
		top:90%;
	}
}