:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary: #078586;
  --color-secondary: #2d3661;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Unbounded:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");
:root {
  --font-Inter: "Inter", sans-serif;
}
:root {
  --font-Unbounded: "Unbounded", sans-serif;
}
/*-------------- Owl crousel ---------------*/

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto;
  width: auto;
}

.sec_small_heading {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
  font-family: var(--font-Inter);
}
.sec_main_heading {
  font-size: 24px;
  line-height: 30x;
  font-weight: 700;
  padding: 0;
  margin-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
  font-family: var(--font-Unbounded);
}
.main_text {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-family: var(--font-Inter);
  font-weight: 300;
}
body.home {
  background-color: #111;
}
/* SLIDER */
#slider {
  position: relative;
  padding: 0% 0px 0px;
  z-index: 1;
  margin-top: 0px;
}
#slider .main-slider .slider-image img {
  background-size: 100% 100%;
  height: auto;
}
#slider .slide_btn {
  text-align: left;
}
#slider .slider-content {
  position: absolute;
  top: 0%;
  /* transform: translateY(-50%); */
  left: 9%;
  right: 9%;
}
#slider .text-content {
  margin-top: 20%;
}
#slider .slider-content p {
  color: var(--color-white);
  font-size: 14px;
  line-height: 30px;
  font-family: var(--font-Inter);
  margin-bottom: 0px;
}
#slider .slider-content h6 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  color: var(--color-primary);
  font-weight: 500;
  margin-bottom: 10px;
  font-family: var(--font-Inter);
  text-transform: uppercase;
}
#slider .slider-content h1 {
  font-size: 42px;
  letter-spacing: 1px;
  line-height: 48px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-Unbounded);
  text-transform: capitalize;
}

#slider .slider-btn a {
  padding: 6px 20px 5px 4px;
  line-height: 30px;
}
#slider .slider-btn a img {
  width: 30px;
  margin-right: 5px;
  float: left;
}
#slider .center-image {
  position: relative;
  animation: pulse 10s infinite ease-in-out alternate;
}
#slider .center-image .customer {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    112.54deg,
    rgba(255, 255, 255, 0.12) 13.1%,
    rgba(255, 255, 255, 0.03) 86.43%
  );
  border: 1px solid #bdbdbd;
  border-radius: 40px;
  left: 0;
  margin-bottom: 50px;
  padding: 10px;
  margin-left: -40%;
}
#slider .center-image .customer h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-Unbounded);
  margin: 0px;
}
#slider .center-image .customer p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: var(--font-Inter);
  line-height: 20px;
}
#slider .center-image .customer .cust_img .image {
  float: left;
  margin-left: -25px;
}
#slider .center-image .customer .cust_img .image:first-child {
  margin-left: 0px;
}
#slider .center-image .customer .cust_img .image {
  width: 45px;
}
#slider .award .award_box {
  margin-top: 50px;
}
#slider .award .award_box h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  font-family: var(--font-Unbounded);
  margin: 0px;
}
#slider .award .award_box p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  font-family: var(--font-Inter);
  line-height: 20px;
}
#slider .award .award_box .image {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  padding: 8px;
  animation: pulse 1s infinite ease-in-out alternate;
}
#slider .award .award_box .image img {
  width: 100%;
  height: 100%;
}

/*brand*/
#brand .patner {
  border: 3px solid #1c1b1b;
  border-radius: 20px;
  padding: 10px;
}
#brand .patner .owl-item {
  border-right: 1px solid #1c1b1b;
}
#brand .patner .owl-item:last-child {
  border-right: none;
}
#brand .patner .owl-item .image {
  height: 110px;
  padding: 30px 20px;
}
#brand .patner .owl-item .image img {
  filter: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg)
    brightness(100%) contrast(100%);
  transition: filter 0.3s ease;
}

#brand .patner .owl-item .image:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
    brightness(100%) contrast(100%);
}

#brand .owl-carousel .owl-nav {
  display: block;
  margin-top: -7%;
  margin-bottom: 7%;
  position: relative;
}
#brand .owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: -30px;
}
#brand .owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: -30px;
}
#brand .owl-carousel .owl-nav button.owl-prev,
#brand .owl-carousel .owl-nav button.owl-next {
  background-color: var(--color-white);
  color: var(--color-black);
}
#brand .owl-carousel .owl-nav button.owl-prev:hover,
#brand .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#brand .owl-carousel .owl-nav button.owl-prev.disabled,
#brand .owl-carousel .owl-nav button.owl-next.disabled {
  background-color: var(--color-white);
  color: var(--color-black);
}

/* *********about us ************/
#about {
  position: relative;
  background-color: #1c1b1b;
}
#about .sec_small_heading {
  color: var(--color-primary);
  text-transform: capitalize;
  margin-bottom: 10px;
}
#about .sec_main_heading {
  margin-right: 11%;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 40px;
}
#about p {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 28px;
}
.about-list {
  padding-left: 0;
  display: block;
  width: 100%;
}
.about-list li {
  list-style: none;
  font-family: var(--font-Inter);
  font-size: 14px;
  margin-right: 0%;
  font-weight: 400;
  margin-bottom: 20px;
  width: 50%;
  float: left;
  color: #fff;
}
.about-list li:last-child {
  margin-right: 0px;
}
.about-list li i {
  color: var(--color-primary);
}
.about-btn {
  margin: 25px 0px 0px;
}
#about .rightimg {
  position: relative;
  animation: bounce 2s linear infinite;
}
#about .rightimg .exp {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
  padding: 10px 10px;
  width: 180px;
  align-items: center;
  background: linear-gradient(
    112.54deg,
    rgba(255, 255, 255, 0.12) 13.1%,
    rgba(255, 255, 255, 0.03) 86.43%
  );
  margin-top: 22%;
}
#about .rightimg .exp h5 {
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
}
#about .rightimg .exp h3 {
  margin-bottom: 0px;
}
#about .rightimg .exp h3 span {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
#about .rightimg .exp h3 span::after {
  content: "\2b";
  font-size: 25px;
  color: var(--color-white);
  background-image: none;
  margin-top: 0px;
  font-family: fontawesome;
  font-weight: 900;
  width: auto;
  height: auto;
}
/*myexperience*/
#myexperience .mytabs .nav-tabs {
  border-bottom: 0px;
  margin-bottom: 30px;
}

#myexperience .mytabs .nav-tabs .nav-link {
  background-color: #eaedee;
  padding: 6px 20px 6px 6px;
  border-radius: 30px;
  color: var(--color-black);
  margin: 10px;
  font-family: var(--font-Unbounded);
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  display: inline-flex;
}
#myexperience .mytabs .nav-tabs .nav-link:hover {
  background-color: var(--color-primary);
}
#myexperience .mytabs .nav-tabs .nav-link i {
  font-size: 26px;
  margin-right: 10px;
}
#myexperience .mytabs .nav-tabs .nav-link img {
  width: 30px;
  margin-right: 5px;
  float: left;
}
#myexperience .mytabs .nav-tabs .nav-link.active,
#myexperience .mytabs .nav-tabs .show > .nav-link {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.experience_box {
  padding: 40px 20px 40px 40px !important;
  position: relative;
}
.experience_box:hover::before {
  filter: invert(0%) sepia(60%) saturate(600%) hue-rotate(135deg)
    brightness(100%) contrast(100%);
}
.experience_box:nth-child(1) {
  border-top: 1px dotted #fff;
  padding-left: 15px !important;
}
.experience_box:nth-child(1)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  top: 0;
  left: 0;
  margin: -12px 0px 0px 20px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(2) {
  border-left: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
}
.experience_box:nth-child(2)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  top: 0;
  left: 0;
  margin: 20% 0px 0px -13px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(3) {
  border-bottom: 1px dotted #fff;
}
.experience_box:nth-child(3)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0px -19px 20px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(4) {
  border-left: 1px dotted #fff;
}
.experience_box:nth-child(4)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  top: 0;
  left: 0;
  margin: 20% 0px 0px -13px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(5) {
  border-bottom: 1px dotted #fff;
  padding-left: 15px !important;
}
.experience_box:nth-child(5)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0px -19px 20px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(6) {
  border-bottom: 1px dotted #fff;
}
.experience_box:nth-child(6)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0px -19px 20px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(7) {
  border-bottom: 1px dotted #fff;
}
.experience_box:nth-child(7)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0px 0px -19px 20px;
  animation: spin 10s linear infinite;
}
.experience_box:nth-child(8) {
  border-left: 1px dotted #fff;
}
.experience_box:nth-child(8)::before {
  content: url("../images/experience/circle.png");
  position: absolute;
  top: 0;
  left: 0;
  margin: 20% 0px 0px -13px;
  animation: spin 10s linear infinite;
}
.experience_box h6 {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 20px;
  font-family: italic;
}
.experience_box h5 {
  color: #fff;
  font-family: var(--font-Unbounded);
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  line-height: 20px;
}
.experience_box p {
  color: #fff;
  font-family: var(--font-Inter);
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 300;
  line-height: 20px;
}
/*work process*/
.workprocess_box {
  background-color: #111;
  box-shadow: 0 0 20px #0000003d;
  border-radius: 10px;
  margin: 1px 3px 3px;
  padding: 20px 20px 20px;
  border: 1px dotted #111;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}
.workprocess_box .bgnum {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.workprocess_box .bgnum span {
  font-size: 135px;
  color: #1111110a;
  line-height: 30px;
  font-family: var(--font-Inter);
  -webkit-text-stroke: 1px #ffffff08;
}
#workprocess .row .col-md-3:hover .workprocess_box {
  border: 1px dotted var(--color-primary);
}
#workprocess .number {
  text-align: center;
  animation: tada 4s linear infinite;
}
#workprocess .number span {
  background-color: var(--color-black);
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  position: relative;
  z-index: 5;
  border: 1px solid var(--color-black);
}
#workprocess .row .col-md-3:hover .number span {
  background-color: var(--color-primary);
  color: #000;
  border-color: var(--color-primary);
}
#workprocess .number span::before {
  content: url("../images/process/hline.png");
  position: absolute;
  left: 0;
  margin-left: 30px;
  z-index: -1;
}
#workprocess .number span::after {
  content: url("../images/process/vline.png");
  position: absolute;
  left: 0;
  margin-left: 13px;
  z-index: -1;
}
#workprocess .row .col-md-3:hover .number span::after {
   filter: invert(36%) sepia(60%) saturate(600%) hue-rotate(135deg)
    brightness(95%) contrast(90%);
}
#workprocess .row .col-md-3:last-child .number span::before {
  display: none;
}
.workprocess_box .image {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.workprocess_box .image img {
  width: 100%;
  height: 100%;
}
.workprocess_box h3 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-Inter);
  margin-bottom: 20px;
  text-align: center;
}
.workprocess_box p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Inter);
  margin-bottom: 0px;
  text-align: center;
}
/*** recentwork section***/
#recentwork {
  background-color: #1c1b1b;
  position: relative;
}
#recentwork .recentwork_box.col-md-4:nth-child(1) {
  flex: 0 0 auto;
  width: 40%;
}
#recentwork .recentwork_box.col-md-4:nth-child(2) {
  flex: 0 0 auto;
  width: 25%;
}
#recentwork .recentwork_box.col-md-4:nth-child(3) {
  flex: 0 0 auto;
  width: 35%;
}
#recentwork .recentwork_box.col-md-4:nth-child(4) {
  flex: 0 0 auto;
  width: 30%;
}
#recentwork .recentwork_box.col-md-4:nth-child(5) {
  flex: 0 0 auto;
  width: 30%;
}
#recentwork .recentwork_box.col-md-4:nth-child(6) {
  flex: 0 0 auto;
  width: 40%;
}
#recentwork .recentwork_box.col-md-4 img {
  height: 300px;
}
.recentwork_box .recentwork-image {
  position: relative;
}
.recentwork_box .recentwork-image .recentwork_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    112.54deg,
    rgba(255, 255, 255, 0.12) 13.1%,
    rgba(255, 255, 255, 0.03) 86.43%
  );
  border-radius: 15px;
  width: 95%;
  margin: 0px 10px 10px;
  padding: 8px 13px;
  backdrop-filter: blur(10px);
}
.recentwork_box:hover .recentwork-image .recentwork_content {
  border: 0.5px solid #e2f39b;
}
.recentwork_box:hover .recentwork-image .recentwork_content a i {
  background-color: var(--color-primary);
}
.recentwork_box .recentwork_content h5 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-Unbounded);
}
.recentwork_content a i {
  background-color: var(--color-white);
  padding: 6px 10px;
  border-radius: 6px;
  color: var(--color-black);
}
.recentwork_box .recentwork_content h5 a {
  color: inherit;
}
.recentwork_box .recentwork_content h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Inter);
  margin-bottom: 0px;
}
.recentwork-image {
  position: relative;
  overflow: hidden;
}

.recentwork-image img.test-image {
  width: 100%;
  transition: transform 0.5s ease;
}

.recentwork-image:hover img.test-image {
  transform: scale(1.1);
}

.recentwork-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4); /* Semi-transparent black */
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.recentwork-image:hover .overlay {
  opacity: 1;
}

.recentwork_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
  /* content is always visible now */
}


/*****************blog section***********/
#blog {
  position: relative;
}
#blog .blogs {
  margin-bottom: 20px;
  border: 1px solid #9a9a9a;
  border-radius: 20px;
  padding: 10px;
}
#blog .bolg-image img {
  border-radius: 15px;
}
#blog .bolg_box h5 {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: var(--font-Unbounded);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 20px;
  text-transform: capitalize;
}
#blog .bolg_box p {
  font-size: 14px;
  line-height: 26px;
  color: #bbbaba;
  font-weight: 300;
  font-family: var(--font-Inter);
}
.bolg_box span {
  font-family: var(--font-Inter);
  text-transform: capitalize;
  color: #626b7d;
  font-size: 13px;
}
#blog .blogs .bolg-image {
  position: relative;
}
#blog .blogs .user_date {
  position: absolute;
  bottom: 0;
  margin: 10px;
  width: 94%;
  background-color: #000;
  border-radius: 30px;
  padding: 10px;
}
.blogs .author i {
  color: var(--color-primary);
  padding-right: 5px;
}
.blogs .author {
  color: var(--color-white);
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.blogs .author .entry-comments {
  font-family: var(--font-Inter);
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
#blog .read-more a {
  color: var(--color-primary);
  text-transform: uppercase;
  font-weight: 600;
}
#blog .read-more a i {
  margin-left: 5px;
}
#blog .owl-carousel .owl-nav {
  display: block;
  margin: 0 auto;
  width: 10%;
}
#blog .owl-carousel .owl-nav button.owl-prev,
#blog .owl-carousel .owl-nav button.owl-next {
  margin: 5px;
  background-color: var(--color-white);
  color: var(--color-black);
}
#blog .owl-carousel .owl-nav button.owl-prev:hover,
#blog .owl-carousel .owl-nav button.owl-next:hover {
background-color: var(--color-primary);
color: var(--color-white);
} 
#blog .owl-carousel .owl-nav button.owl-prev.disabled,
#blog .owl-carousel .owl-nav button.owl-next.disabled {
  background-color: var(--color-white);
  color: var(--color-black);
}
/*************Testimonial***************/
#testimonial {
  position: relative;
}
.aark {
  background-image: url("../images/testimonial/aark.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
}
#testimonial .testibox .hover_img {
  display: none;
  margin-top: 20px;
}
#testimonial .testibox .hover_img .quote {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px;
}
#testimonial .testibox:hover .hover_img {
  display: block;
  background-color: #111;
  transition: 0.3s;
  height: 360px;
}
#testimonial .testibox:hover .hover_img img {
  margin-bottom: 20px;
}
#testimonial .testibox {
  text-align: center;
}
#testimonial .testibox .testi-image {
  margin-bottom: 20px;
  height: 360px;
  animation: pulse 10s infinite ease-in-out alternate;
}
#testimonial .testibox:hover .testi-image {
  display: none;
}
#testimonial h5.post-title {
  font-size: 20px;
  line-height: 20px;
  color: var(--color-white);
  font-weight: 700;
  margin-bottom: 0px;
  font-family: var(--font-Inter);
  text-transform: capitalize;
}
#testimonial .testibox h6 {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #707d95;
  text-transform: capitalize;
}
#testimonial .hover_img {
  position: relative;
}
#testimonial .hover_img p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 30px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  transition-duration: 2s;
  transition-delay: 2s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
#testimonial .owl-carousel .owl-nav {
  display: block;
  float: inline-end;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -7%;
}
#testimonial .owl-carousel .owl-nav button.owl-prev,
#testimonial .owl-carousel .owl-nav button.owl-next {
  margin: 5px;
  background-color: var(--color-white);
  color: var(--color-black);
}
#testimonial .owl-carousel .owl-nav button.owl-prev:hover,
#testimonial .owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#testimonial .owl-carousel .owl-nav button.owl-prev.disabled,
#testimonial .owl-carousel .owl-nav button.owl-next.disabled {
  background-color: var(--color-white);
  color: var(--color-black);
}
/**************faqs section **************/
#faqs .sec_small_heading {
  color: #1f9dd8;
}
#faqs .sec_heading {
  margin-left: 30%;
}
#faqs {
  position: relative;
}
#faqs .leftimg {
  position: absolute;
  width: 60%;
  padding-right: 60px;
  height: 100%;
  left: 0;
  top: 0;
}
#faqs .leftimg img {
  height: 100%;
  width: 100%;
}
#faqs .accordion-item {
  background-color: var(--color-white);
  box-shadow: 0 0 20px #0000003d;
  border: none;
  margin-bottom: 20px;
  padding: 10px 10px 10px 20px;
  z-index: 11;
  position: relative;
  border-radius: 20px;
}
#faqs .accordion-button {
  color: var(--color-black);
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  font-family: var(--font-Inter);
  padding: 3px 0px 0px;
  line-height: 20px;
  margin-bottom: 0px;
}
#faqs .accordion-button:not(.collapsed) {
  color: var(--color-white);
  background-color: var(--color-primary);
  box-shadow: none;
  font-family: var(--font-Inter);
  border-radius: 20px;
  padding: 8px 15px;
  margin-bottom: 10px;
}
#faqs .accordion-button::after {
  content: "\f055";
  font-size: 22px;
  color: var(--color-primary);
  background-image: none;
  margin-top: 0px;
  border-radius: 50%;
  font-family: fontawesome;
  font-weight: 900;
  width: auto;
  height: auto;
}
#faqs .accordion-button:not(.collapsed)::after {
  content: "\f00d";
  font-size: 15px;
  color: var(--color-white);
  background-image: none;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 50%;
  font-family: fontawesome;
  font-weight: 500;
}
#faqs .accordion-body {
  padding: 0px;
  color: #626b7d;
  font-family: var(--font-Inter);
  font-size: 14px;
}

.seller-star i {
  color: #ffcb00;
}

/*newsletter*/
#newsletter .sec_small_heading {
  color: var(--color-black);
  font-weight: 300;
}
#newsletter .sec_main_heading {
  text-transform: uppercase;
  font-size: 33px;
  padding-right: 10%;
}
#newsletter form {
  position: relative;
}
#newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit {
  position: absolute;
  padding: 1px 1px;
  background: var(--color-primary);
  border-radius: 10px;
  margin-top: 7px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
  z-index: 2;
  right: 0;
  padding: 6px 20px;
  text-transform: uppercase;
}
#newsletter input[type="email"]::placeholder {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
#newsletter
  input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
  padding: 12px 30px;
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
/*enquiry section*/
#enquiry {
  z-index: 2;
  position: relative;
}
#enquiry .gradian-bg {
  border-radius: 20px;
  position: relative;
  background-color: #1c1b1b;
  box-shadow: 0px 0px 32px 0px #00000026;
  padding: 20px 10px;
  position: relative;
}
#enquiry .circle {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -35px;
  margin-top: 6%;
}
#enquiry .contact-info-box {
  background: var(--color-black);
  border-radius: 10px;
  position: relative;
  color: var(--color-black);
  box-shadow: 0px 3px 6px #00000029;
}
#enquiry .contact-info-box h3 {
  color: var(--color-white);
  font-family: var(--font-Unbounded);
  font-size: 20px;
  font-weight: 400;
}
#enquiry .contact-info-box p {
  color: var(--color-white);
  font-family: var(--font-Inter);
  font-size: 14px;
}
#enquiry .contact-info-box i {
  color: var(--color-primary);
}

#enquiry .contact-form-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#enquiry .maps {
  position: relative;
  z-index: 8;
}
#enquiry .contact-info-box .maps embed {
  border-radius: 8px;
}
#enquiry input.wpcf7-number,
#enquiry input.wpcf7-email,
#enquiry input.wpcf7-text {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  height: auto;
  border-radius: 0px;
  width: 100%;
  background: transparent;
  color: white;
}
#enquiry input::placeholder,
#enquiry .wpcf7-textarea::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
#enquiry .wpcf7-textarea {
  border: none;
  border-bottom: 1px solid #cfcfcf;
  font-size: 16px;
  padding: 10px 10px 10px 0px;
  color: #fff;
  border-radius: 0;
}
#enquiry textarea {
  height: 45px;
}
#enquiry h5 {
  color: #fff;
}
#enquiry .form-check p {
  margin-bottom: 0px;
  color: #fff;
  display: flex;
}
#enquiry .form-check p label {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  width: auto;
  margin-left: 3px;
}
#enquiry .form-check-inline {
  margin-right: 5px;
}
#enquiry .wpcf7-submit {
  background-color: var(--color-white) !important;
  border: 1px solid var(--color-white) !important;
  color: #111 !important;
  padding: 10px 10px 8px 6px; /* Adjusted padding to accommodate icon */
  border-radius: 30px;
  text-transform: capitalize !important;
  font-family: var(--font-Inter);
  font-size: 15px;
  font-weight: 600;
  position: relative;
  transition: all 0.6s;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#enquiry .wpcf7-submit:hover {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
#footer .wpcf7-submit {
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
  color: var(--color-white) !important;
  padding: 10px 10px 8px 6px; /* Adjusted padding to accommodate icon */
  border-radius: 30px;
  text-transform: capitalize !important;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  transition: all 0.6s;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check-input:checked {
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}
.form-check-input:checked[type="radio"] {
  background-image: none !important;
}
