@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
p {
  text-align: inherit !important;
}
body {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: black;
  overflow-x: hidden;
}
.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: white !important;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
    z-index: 3 !important;
    border-color: black !important;
    outline: 0 !important;
    /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
}
#minicircle {
  transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 99999;
  border-radius: 50%;
  background-color: #fff;
}

/* Global Styling */
html {
  scroll-behavior: smooth;
}

.p0 {
  padding: 0 !important;
}

.btnMain {
  border: none;
  color: #000;
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 40px;
  background-size: 100% auto;
  font-family: "Montserrat";
  font-size: 17px;
  padding: 0.4em 1em;
}

.btnSubmit {
  border: none;
  color: #000;
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 40px;
  background-size: 100% auto;
  font-family: "Montserrat";
  font-size: 17px;
  padding: 0.4em 1em;
  display: flex;
}

.btnSubmit:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.btnMain:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.btnMainCTA {
  border: none;
  color: #000;
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 40px;
  background-size: 100% auto;
  font-family: "Montserrat";
  font-size: 17px;
  padding: 0.4em 1.5em;
}

.btnMainCTA:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

@keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}

.mxl-3 {
  margin-left: 1rem;
}

/* Global Styling */

/* ------------------------------------------------------ Navbar Styling */

.navigation-wrap {
  background: black;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s ease-out;
}

.navigation-wrap.scrolled {
  background: black;
  z-index: 10;
}

.navbar {
  padding: 10px 0;
}

.navbar-brand img {
  height: 90px;
  width: 250px;
  display: block;
  transition: all 0.3s ease-out;
}

.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}

.navbar-nav {
  font-family: "Montserrat";
}

.service-box h4 {
  text-decoration: none;
}

.service-box h4:hover {
  text-decoration: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
}

.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1.5px solid #cecece;
  transition: all 300ms linear;
}

main {
  background: #000;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #cecece;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid #9b9b9b;
  border-right: 0.3em solid #00000000;
  border-bottom: 0;
  border-left: 0.3em solid #1d4efc00;
}

.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}

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

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

.nav-link {
  /* opacity: 0.7;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  color: white;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-link:hover {
  opacity: 1;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  transition: all 200ms linear;
}

.nav-item.active .nav-link {
  color: #ffffff !important;
}

.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}

.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  opacity: 0;
  transition: all 200ms linear;
}

.nav-item:hover:after {
  bottom: 0;
}

.nav-item.active:hover:after {
  opacity: 0;
}

.nav-item {
  position: relative;
  transition: all 5s linear;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  background-image: linear-gradient(to bottom, #222222 0%, black 100%);
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0) !important;
  border-radius: 8px;
  transition: all 5s linear;
}

.dropdown-item {
  background-color: transparent !important;
  opacity: 0.7;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropdown-item:hover {
  background-color: transparent !important;
  color: #fff;
  opacity: 1;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

/* ------------------------------------------------------ Navbar Styling */

/* ------------------------------------------------------ Banner Styling */
.Hero-Banner {
  background-color: #000;
  /* background-image: url(Artboard.png); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.headingText {
  padding: 10%;
  text-align: center;
}

.headingText h1 {
  padding-top: 2%;
  font-weight: bold;
  color: #fff;
  font-size: 2.5rem;
  font-family: "Montserrat";
}

.headingText h2 {
  opacity: 0.7;
  padding: 0.5% 0;
  font-family: "Montserrat";
  font-size: 1.5rem;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

.headingText p {
  padding: 0.5% 0;
  font-weight: 400;
  color: #fff;
  font-size: 1rem;
  font-family: "Urbanist";
  text-align: center;
	width: 750px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: auto;
}
@media (max-width:768px){
	.headingText p{
		width:100% !important;
	}
}

.featureList {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 0px 0px;
  align-items: center;
  justify-content: center;
}

.featureList li {
  color: white;
  font-weight: bold;
  padding: 10px;
  transition: ease 0.4s all;
}

.featureList li:hover {
  opacity: 1;
}

.dot {
  height: 10px;
  width: 10px;
  border-radius: 50px;
  background-color: #cecece;
}

/* ------------------------------------------------------ Banner Styling */

/* For mobile view */
@media (max-width: 767px) {
  .bookee {
    padding-top: 10%;
  }
}

@media (max-width: 767px) {
  #diff {
    margin-top: -70px;
  }
}

@media (max-width: 767px) {
  .follow-section {
    margin-top: -80px;
  }
}

@media (max-width: 767px) {
  .btnMain {
    font-size: 13px;
  }

  .navbar-collapse {
    display: none;
  }

  .navbar-collapse.show {
    display: block;
  }

  .headingText {
    padding: 15% 2%;
    margin-top: 12% !important;
    text-align: center;
  }

  .headingText h1 {
    font-weight: bold;
    color: #fff;
    font-size: 2rem;
  }

  .headingText h2 {
    padding: 3% 5%;
    font-weight: bold;
    color: #fff;
    font-size: 1.5rem;
  }
}

.heading-1 h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(1, 25, 25);
  font-size: 1.2rem;
  padding-top: 1rem;
}

.sec1-btn button {
  border: none;
  color: #000;
  background-image: linear-gradient(30deg, #079fe9, #4ce3f7);
  border-radius: 40px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  padding: 0.9em 1.5em;
}

* {
  margin: 0;
  padding: 0;
}

.mainCTA {
  margin-top: -15px;
}

.services-section {
  margin-top: 10px;
}

.main-img img {
  margin: 0;
  /* padding: 0; */
  /* margin-left: 0; */
  margin-top: 86px;
  top: 1%;
}

.sideImgs2 {
  margin-top: -13%;
  margin-left: -110%;
  width: 20%;
  margin-right: 80px;
}

.circle-container {
  width: 100%;
  margin: auto;
  background-color: white;
  height: 100vh;
}

@media only screen and (max-width: 900px) {
  .circle-container {
    display: none;
  }
}

.circle-container h1 {
  padding: 20px;
}

.circle-container p {
  padding: 130px;
}

.sideImgs img,
.sideImgs1 img,
.sideImgs2 img,
.sideImgs3 img {
  width: 100%;
}

/* .main-img img{
  width: 50%;
} */
/* 
@media only screen and (max-width: 1200px) {
  .sideImgs,
  .sideImgs1 {
    display: flex;
    flex-direction: column;
    grid-column-start: 1;
    gap: 20%;
    position: fixed;
  }
} */
/* Blog Post CSS  */
.post-categories {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.blogBanner {
  background-image: url('https://datasyncx.com/wp-content/uploads/2025/07/blogBanner.png');
  height: auto !important;
  max-height:40vh !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  margin: 0px 5%;
  border-radius: 20px;
  justify-content: left;
  box-shadow: 0px 0px 5px 0px #26262669;
  align-items: center;
	margin-top:6rem !important;
}

@media (max-width:768px){
	.blogBanner{    
		background-image: url(https://datasyncx.com/wp-content/uploads/2025/07/blogBanner.png)!important;
    height: auto !important;
    max-height: 40vh !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    display: flex;
    margin: 0px 5%;
    border-radius: 20px;
    justify-content: left;
    box-shadow: 0px 0px 5px 0px #26262669;
    align-items: center;
    padding: 50px !important;
    margin-top: 6rem !important;
}
}

.blogBanner h1 {
  color: #fff;
  width: 50%;
  font-weight: bold;
  font-size: 35px;
  text-align: inherit !important;
}

.mainHead {
  margin-top: 50px;
  color: white !important;
}

.blogCard {
  display: flex;
  margin: 40px 0px;
}

.blogCard .blogImg img {
  border-radius: 10px;
  margin-right: 20px;
}

.blogContent h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left !important;
}

.blogContent p {
  font-size: 15px;
  line-height: 1.42857143;
  overflow: hidden;
  text-align: left !important;
  font-weight: 300;
  display: -webkit-box;
  color: #ffffff !important;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blogContent a {
  text-decoration: none !important;
}

.blogContent a:hover {
  text-decoration: none !important;
}

.btnCat {
  background-color: #12a0db;
  color: #fff;
  padding: 2px 8px;
  font-size: 11px;
  border-radius: 3px;
}

.recentPost {
  margin: 40px 0px;
  background-image: linear-gradient(to bottom, #222222 0%, black 100%);
  padding: 20px;
  border-radius: 10px;
  border-bottom: 2px solid #12a0db;
  text-align: left !important;
}

.recentPost h3 {
  font-size: 20px;
  color: #262626;
  font-weight: 200;
}

.blogContent small {
  font-size: .875em;
  /*text-align: left; */
  align-items: flex-start !important;
  display: flex;
  gap: 5px;
  color: #ffffff !important;
}

.blogContent small>span {
  color: white !important;
}

.noptin-optin-form-wrapper {
  border: 1px solid white !important;
}

/*  Blogs CSS  */
/* .custom-content-class > p{
		text-align:left !important;
	} */
.navigation a {
  text-decoration: none !important;
}

.recentPost>a {
  text-decoration: none !important;
}


@media (max-width:768px) {
  .noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
    margin-bottom: 120px !important;
    background-image: linear-gradient(to bottom, #222222 0%, black 100%) !important;
  }

  .noptin-form-submit {
    background: #FFFFFF !important;
    color: #00b0ff !important;
  }
}

.noptin-form-submit {
  background: #FFFFFF !important;
  color: #00b0ff !important;
}

.noptin-text {
  background: white !important;
}

.noptin-form-field {
  background: white !important;
}

.noptin-form-field__has-no-placeholder {
  background: white !important;
}

.divider h1 {
  color: #ffffff !important;
}

.custom-content-class>p {
  color: white !important;
}

@media (max-width: 768px) {
  .singleBlogBelowMobile {
    margin-top: -237px !important;
    position: relative;
    bottom: 0vh !important;
  }

  .container>img {
    margin-top: 6% !important;
    width: 110% !important;
    padding-right: 20px !important;
  }

  .divider h1 {
    padding-top: 4% !important;
  }

  .custom-content-class>p {
    /* 		text-align:left !important; */
  }

  .navigation {
    margin-bottom: -295px !important;
    margin-top: 60px !important;
  }

  .navigation a {
    text-decoration: none !important;
  }

  .recentPost>a {
    text-decoration: none !important;
    color: white !important;
  }
}

.site-content {
  background: black !important;
}

.BlogList .mainHead {
  color: #ffffff !important;
}

.blogTitle {
  color: white !important;
  font-weight: bold !important;
  text-align: inherit !important;
}

.blogContent p {
  margin-bottom: 1px;
}

@media only screen and (max-width:768px) {
  .singleBlogBelowMobile {
    margin-top: -60px !important;
  }
}

@media only screen and (max-width: 768px) {
  .blogCard {
    display: block;
  }

  .blogCard:nth-child(1) {
    margin-top: 21rem !important;
  }

  .blogCard .blogImg img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.wp-pagenavi span {
  background-color: #179fda;
  color: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 5px;
}

.nextpostslink {
  margin: 10px;
}

.previouspostslink {
  margin: 10px;
}

.smaller {
  margin: 10px;
}

.socialMedia {
  margin-top: 15px;
  background-image: linear-gradient(to bottom, #222222 0%, black 100%);
  height: 100px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  box-shadow: 0px 0px 15px -5px #26262633;
}

.socialMediaList {
  padding: 0px;
}

.socialMediaList {
  padding-top: 37px;
  display: flex;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: space-evenly;
}

.socialMediaList li a {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid white !important;
  border-radius: 12px;
  padding: 7px 15px;
}

.iconFooter {
  display: flex;
}

.why {
  z-index: -99999 !important;
  border-top: 5px solid #48a7ff !important;
  /*background-image: url('https://demo.cloudmetic.com/wp-content/uploads/2023/08/ft-banner.jpg');*/
  background-size: cover;
  margin: 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #022350;

}

.why li {
  list-style: none !important;
  margin: 10px;
}

.why h3 {
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.why li a {
  color: #fff;
  z-index: 9999 !important;
  font-size: 15px;
  transition: ease 0.3s all;
}

.why li a:hover {
  color: #48a7ff;
}
a{
  color:#00f9ff  !important;
}

.newsletter {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #022350;
  margin: 20px;
  border-radius: 10px;
}

.newsletter ul {
  display: flex;
  padding-left: 0px !important;
  margin-bottom: 0px;
  justify-content: center;
  align-items: center;
}

.newsletter ul li a i {
  padding: 12px 15px;
  box-shadow: 0px 0px 10px 0px #c8c8c8;
  border-radius: 8px;
  margin: 10px;
  background-color: #fff;
  font-size: 14px;
  transition: all 0.3s ease-out;
}

.newsletter ul li a i:hover {
  color: #fff;
  box-shadow: inset 12em 0 #48a7ff;
  cursor: pointer;
}
}

.blogTitle {
  text-align: inherit;
}

.noptin-inpost-main-wrapper .noptin-optin-form-wrapper {
  margin-bottom: 120px !important;
  background: black !important;
}

.recentPost h3 {
  color: white !important;
}

/* Blog Page Section Css ends here */


@media only screen and (max-width: 900px) {
  .sideImgs {
    margin: -18px;
    width: 25%;
    padding: -1px;
    align-items: center;
    justify-content: center;
    margin-left: -8%;
    display: flex;
  }

  .sideImgs3 {
    margin: -16px;
    width: 30%;
    padding: -1px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: -13%;
  }

  .sideImgs1 {
    margin: -345px;
    width: 30%;
    padding: -1px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: 38%;
    margin-left: -40px;
  }

  .sideImgs2 {
    margin: -540px;
    width: 30%;
    padding: -1px;
    align-items: center;
    justify-content: center;
    display: flex;
    margin-right: -2%;
    margin-left: 63px;
  }
}

/* Meet Bookee Circle  */
.bookee .heading h1 {
  margin-top: -120px;
  text-align: center;
  color: white;

  font-weight: 800;
  padding: 1rem;
  font-size: 23px;
  font-family: "Montserrat", sans-serif;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bookee .para p {
  text-align: center;
  color: white;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 23px;
  background: -webkit-linear-gradient(#fff, #7d7d7d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.circle-container {
  top: 1rem;
  position: relative;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: conic-gradient(white 0 25%,
      gray 25% 50%,
      white 50% 75%,
      gray 75% 100%);
}

.circle-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  background-color: #2fc7f1;
  border-radius: 50%;
  z-index: 1;
}

.circle-container img {
  /* content: "Your Business"; */
  /* background-image: url(./images/bussiness.svg); */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  z-index: 2;
  text-align: center;
}

.item {
  position: absolute;
  width: 100px;
  text-align: center;
  color: #173f3b;
  font-weight: bold;
}

.item span {
  display: block;
  margin-top: 10px;
}

.marketing {
  top: 22%;
  left: 48%;
  transform: translateX(-180%);
}

.client-experience {
  top: 24%;
  right: 10%;
  transform: translateY(-55%);
}

.operations {
  bottom: 22%;
  left: 56%;
  transform: translateX(50%);
}

.team-management {
  top: 74%;
  left: 14%;
  transform: translateY(50%);
}

#RecordManager {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("rm.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  color: white;
  position: relative;
  height: auto;
  margin-top: 2rem;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-bottom: 2rem;
  background-size: cover;
}

#dataClone {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("");
  background-attachment: fixed;
  position: relative;
  height: auto;
  margin-top: 2rem;
  background-size: cover;
  padding-bottom: 2rem;
}

#dataImport {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("Data Import.webp");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  /* background-color: black; */
  position: relative;
  height: auto;
  margin-top: 2rem;
  /* border-top-left-radius: 60px;
  border-top-right-radius: 60px; */
  padding-bottom: 2rem;
}

#dataCleansing {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("Data Cleansing.webp");
  background-attachment: fixed;
  position: relative;
  height: auto;
  margin-top: 1rem;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  padding-bottom: 2rem;
}

.main {
  position: relative;
  padding: 4rem;
}

.button-recordManager>a:hover {
  color: white;
}

.button-recordManager {
  text-align: center;
}

.button-dataImport {
  text-align: center;
}

.button-dataClone {
  text-align: center;
}

.button-dataCleansing {
  text-align: center;
}

.btn {
  font-size: 3rem;
  font-weight: bold;
  font-family: "Urbanist", sans-serif;
  border-radius: 50px;
  color: white;
  margin: 1rem;
  padding: 5px 2rem;
}

.opsHeading h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: rgb(34, 40, 30);
  line-height: 38px;
  margin-top: -3rem;
}

.expHeading h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 31px;
  color: rgb(255, 255, 255);
  line-height: 38px;
  margin-top: -3rem;
}

.box,
.box2,
.box3 {
  background-color: white;
  border-radius: 30px;
  padding: 2rem;
}

.diagram2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box {
  width: 100%;
}

.diagram1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}

.content0>h2 {
  font-size: 19px;
  color: rgb(1, 25, 25);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.content0>p {
  font-size: 15px;
  color: rgba(1, 25, 25, 0.7);
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}

/* .content2 > h2 {
  font-size: 19px;
  color: white;
  font-weight: 600;
  font-family: Urbanist, sans-serif;
} */

.content2>p {
  font-family: "Urbanist", sans-serif;
  color: black;
  text-align: center;
  font-size: 15px;
  text-align: center;
}

.box2 {
  width: 100%;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.box3,
.box4 {
  background-color: white;
  border-radius: 20px;
  padding: 1rem;
}

.content3 h2,
.content4 h2 {
  font-size: 19px;
  font-weight: 700;
  color: rgb(1, 25, 25);
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  margin-top: 1rem;
}

.content3 p,
.content4 p {
  font-size: 15px;
  line-height: 23px;
  color: rgba(1, 25, 25, 0.7);
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}

.diagram3 img,
.diagram4 img {
  width: 100%;
}

.diagram3,
.diagram4 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.diagram5,
.diagram6,
.diagram7 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box5,
.box6,
.box7 {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
}

.content5 h2,
.content6 h2,
.content7 h2 {
  font-size: 19px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  margin-top: 1rem;
  color: rgb(1, 25, 25);
}

.content5 p,
.content6 p,
.content7 p {
  font-size: 15px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  color: rgba(1, 25, 25, 0.7);
  line-height: 1.5;
  text-align: center;
}

.diagram5 img,
.diagram6 img,
.diagram7 img {
  width: 100%;
  height: auto;
}

.footContent {
  margin-top: 3rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: white !important;
}

p>a {
  color: #00F9FF !important;
}

.footHeading h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: rgb(1, 25, 25);
  font-family: "Urbanist", sans-serif;
  font-style: italic;
}

.footSubHeading h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: rgb(8, 130, 126);
}

.footSubHeading p {
  margin-left: 10px;
  color: rgb(1, 25, 25);
  font-weight: 600;
  font-size: 13px;
  font-family: "Urbanist", sans-serif;
}

.footSubHeading img {
  width: 40px;
  margin-right: 10px;
}

.ops1,
.ops2,
.ops3,
.ops4,
.ops5,
.ops6,
.ops7 {
  background-color: white;
  border-radius: 30px;
  padding: 1rem;
}

.service-card {
  text-align: center;
  margin-bottom: 30px;
  color: white;
}

.cardComp {
  border: 1px solid black;
  border-radius: 15px;
  background-color: white;
  margin: 10px;
  height: auto;
}

.card1 {
  /* border: 1px solid #011919; */
  border-radius: 15px;
  background-color: black;
  margin: 10px;
  border: 5px solid white;
}

.cardComp1 {
  height: auto;
}

.service-card img {
  max-width: 80px;
  margin-bottom: 15px;
}

.service-card:hover {
  border: 2px solid white;
  border-radius: 15px;
  min-height: 100px;
  min-width: 100px;
  padding: 10px;
}

.service-card p {
  margin-top: 10px;
  text-align: center;
}

.dark-bg {
  background-color: black;
  padding: 50px 0;
}

.dark-bg h2 {
  font-size: 1.9rem;
  font-family: "Montserrat";
}

.feature-card {
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  height: auto;
  width: auto;
  margin: 10px;
  padding:none !important;
}

.feature-card img {
  width: 50%;
}

.automated {
  background-color: black;
  border: 1px solid white;
  padding: 30px;
}

.intuitive {
  background-color: black;
  border: 1px solid white;
  padding: 30px;
}

.price {
  background-color: #d8c8b2;
}

.feature-badge1 {
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 50px;
  padding: 15px;
  width: 100px;
  font-size: 13px;
  font-family: "Montserrat";
  text-align: center;
  justify-content: center;
  display: inline;
  align-items: center;
  color: black;
  margin-bottom: 30px;
  padding-top: 12px;
}

.feature-badge1:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.feature-badge2:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.feature-badge2 {
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 50px;
  padding: 15px;
  width: 100px;
  font-size: 12px;
  font-family: "Montserrat";
  display: inline;
  align-items: center;
  color: black;
  margin-bottom: 30px;
  padding-top: 12px;
  text-align: center;
  justify-content: center;
}

.feature-card h4 {
  text-align: center;
}

.feature-text {
  color: white;
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}

.service-card {
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-box {
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  max-width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.service-card p {
  color: white;
  margin: 0;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-box:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 8px black;
}

.upgrading {
  background-color: black;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.list-inline-item>a:hover {
  color: white;
}

list-inline-item>a {
  color: white;
}

.company>a:hover {
  color: white;
}

.heading h1 {
  font-family: "Montserrat", sans-serif;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  margin-top: 20px;
  text-transform: uppercase;
}

.sub-heading h2 {
  color: white;
  font-family: "Urbanist, sans-serif";
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.sub-heading h2 span {
  text-decoration: line-through;
}

.para p {
  color: rgb(1, 25, 25);
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  flex-wrap: wrap;
}

h3 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}

h6 {
  font-family: "Montserrat";
}

h4 {
  text-align: left;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}

/* p {
  text-align: end;
} */

.sprt {
  color: rgb(1, 25, 25);
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  font-size: 14px;
}

.productHead {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: rgb(1, 25, 25);
  font-size: 24px;
}

.weekly {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: rgb(1, 25, 25);
  font-size: 1rem;
}

.talkMigrationbtn {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: rgb(1, 25, 25);
  font-size: 12px;
  width: 166px;
  padding: 5px;
  background-color: #e9ff66;
  margin: auto;
  text-align: center;
}

.talkToUs {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: rgb(1, 25, 25);
  font-size: 18px;
  width: 166px;
  padding: 5px;
  background-color: white;
  text-align: center;
  justify-content: end;
  margin: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

.talkToUs {
  color: black;
}

a {
  text-decoration: none;
}

a:hover {
  color: black;
}

.upgrading-white {
  background-color: black;
  width: 100%;
  height: auto;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.row {
  align-items: center;
  text-align: center;
}

.content h3 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.img-fluid1 {
  width: 350px;
  height: 400px;
}

.Consultationbutton {
  background-color: #e9ff66;
  border-radius: 18px;
  width: 200px;
  padding: 10px;
  display: flex;
  border: 1px solid black;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.6);
}

.Consultationbutton a {
  text-decoration: none;
  color: black;
}

.contentTextLast p {
  color: white;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin: 10px;
  text-align: center;
}

/* 
.footer {
  background-color: black;
  background-image: url('https://images.unsplash.com/photo-1479762937580-3b682a10a0d8?fm=jpg&q=60&w=3000&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxleHBsb3JlLWZlZWR8Mnx8fGVufDB8fHx8fA%3D%3D');
  background-repeat: no-repeat;
  background-size: cover;
  
  color: white;
  padding: 40px 0;
  text-align: left;
}

.footer a {
  color: #8ddfc7;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .logo,
.footer .social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .social-media a {
  font-size: 1.5rem;
}

.footer .support-logo img {
  max-height: 50px;
}

.footer .compare a {
  display: block;
  margin: 5px 0;
}

.footer p {
  margin: 0;
}
.list-unstyled a {
  color: gray;
}
.list-unstyled a:hover {
  text-decoration: none;
}
.list-inline a:hover {
  text-decoration: none;
} */
body {
  margin: 0;
  padding: 0;
}

.circle-container {
  position: relative;
}

.flashlight {
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0));
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-5 0%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

a:hover~.flashlight {
  opacity: 10;
}

.parallax-section {
  position: relative;
  height: auto;
  display: flex;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("rm.webp"); */
  /* background: black; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.parallax-section h2 {
  font-size: 3rem;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(0);
  transition: transform 0.1s ease-out;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7),
    4px 4px 10px rgba(128, 128, 128, 0.6);
}

a:hover {
  text-decoration: none;
}

#section-1 {
  background-color: #343a40;
}

#section-2 {
  background: black;
}

#section-3 {
  background-color: #343a40;
}

#section-4 {
  background: black;
}

.footer h5 {
  color: #fff;
  font-size: 1.2rem;
}

.footer {
  background: #000;
}

.footer p,
.footer a {
  color: #ccc;
  font-size: 0.9rem;
}

#Comparison h5 {
  font-family: "Montserrat";
  font-size: 1.5rem;
  font-weight: bold;
}

#Comparison h2 {
  font-family: "Urbanist";
  font-size: 1rem;
}

.service-card p {
  font-family: "Urbanist";
}

.footer a:hover {
  color: rgb(0, 249, 255) !important;
}

.footer .form-control {
  max-width: 300px;
  width: 100%;
}

.footer img {
  max-width: 50px;
}

.footer .btn-danger {
  background-color: #e63946;
  border: none;
}

html {
  line-height: 1.618; 
  scroll-behavior: smooth;
}
 #RecordManager,
  #DataImportExcel,
  #DataCleansing,
  #DataClone,#Contact {
    scroll-margin-top: 100px;
  }
.background {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  height: 100vh;
  z-index: 1;
}

.section {
  display: flex;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}

.section>* {
  width: 50%;
}

.section__img {
  position: relative;
  display: flex;
}

.section__img__inner {
  height: 100vh;
  position: fixed;
  left: 5%;
  width: 40%;
  top: 0;
  mix-blend-mode: multiply;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.section__body {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
}

.section__text {
  padding: 5vw;
  background: #000;
  color: white;
}

.section__img__inner {
  filter: blur(30px);
  opacity: 0;
  background-position: 50% 40%;
  transition: filter 0.6s ease, opacity 0.6s ease, background-position 0.8s ease;
}

.section.active .section__img__inner {
  opacity: 1;
  background-position: 50% 50%;
  filter: blur(0);
}

h2 {
  font-size: 3vw;
  margin-bottom: 0.5em;
  margin-top: 0;
  color: #00F9FF !important;
}

.form-section {
  margin-right: 30px;
}

.contact-section {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .contact-section {
    max-width: 1200px;
  }

  .follow-text {
    margin-bottom: 10px;
  }
}

@media (max-width: 576px) {
  .follow-text {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .contact-left {
    text-align: center;
  }

  .form-section {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .follow-text {
    display: block;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .footer .text-md-left {
    text-align: center !important;
  }

  .footer .text-md-right {
    text-align: center !important;
  }

  .footer .social-icons {
    justify-content: center;
    margin-top: 10px;
  }
}

.btnMain {
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
}

.btnMain:hover {
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
}

@media (max-width: 767px) {
  .company {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 4px;
  }

  .company a {
    text-align: left;
    font-size: 15px;
    display: inline;
  }

  .list-inline {
    display: flex;
    justify-content: center;
  }

  .list-inline-item {
    padding-right: 10px;
  }
}

.navbar-collapse {
  align-items: flex-end;
  justify-content: end;
}

ul {
  margin-top: 10px;
  gap: 20px;
  color: white !important;
}

body {
  background: #000;
}

.contact-section {
  background-color: #000;
}

.contact-left {
  background-image: url("https://datasyncx.com/wp-content/uploads/2024/12/form.jpg");
  background-size: cover;
  background-position: center;
  padding: 40px;
  color: white;
  height: 500px;
}

.contact-left h2 {
  font-size: 2rem;
  font-weight: bold;
}

.contact-left p {
  font-size: 1.1rem;
  font-weight: 600;
}

.form-section {
  background-image: linear-gradient(to bottom, #222222 0%, black 100%);
  border-radius: 8px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.form-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 6px;
  border: 1px solid black;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 6px;
  padding: 0px 15px;
  display: flex;
  justify-items: left;
  font-size: 24px;
  align-items: center;
  font-weight: normal;
  font-family: "Urbanist", sans-serif;
 	color : white !important;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.follow-section {
  margin-left: -30px;
  padding: 40px 0;
  text-align: left;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: -41px;
}

.follow-text {
  font-weight: bold;
  margin-right: 20px;
}

.social-icons {
  display: inline-flex;
  gap: 15px;
  margin-bottom: 20px;
}

.social-icons:hover {
  color: linear-gradient(30deg, #038ad9, #05b0f4) !important;
}
.social-icons > a:hover{
  color: rgb(0, 249, 255) !important;
}
.social-icon {
  display: inline-block;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.social-icon img {
  width: 20px;
  height: 20px;
}


@media (max-width:768px) {
  .contact-left {
    background-image: url('https://datasyncx.com/wp-content/uploads/2024/12/form.jpg') !important;
    background-size: cover;
    background-position: center;
    padding: 40px;
    color: white;
    height: 500px;
  }
}

.contact-left h2 {
  font-size: 2rem;
  font-weight: bold;
}

.contact-left p {
  font-size: 1.1rem;
  font-weight: 600;
}

.form-section {
  padding: 30px;
}

.form-section h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 20px;
}

.form-control {
  border-radius: 6px;
  border: 1px solid #ddd;
}

input {
  border: 1px solid #fff;
}

.form-control:focus {
  box-shadow: none;
  border-color: white;
}

.btn-primary {
  background-color: #0d6efd;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
}

.btn-primary:hover {
  background-color: #0b5ed7;
}

.follow-section {
  margin-left: -30px;
  padding: 40px 0;
  text-align: left;
  color: white;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: -41px;
}

.follow-text {
  font-weight: bold;
  margin-right: 20px;
}

.social-icons {
  display: inline-flex;
  gap: 15px;
}

.btnMain {
  border: none;
  color: #000;
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  border-radius: 40px;
  background-size: 100% auto;
  font-family: "Urbanist", sans-serif;
  font-size: 17px;
  padding: 0.4em 1em;
  justify-content: left;
  display: flex;
}

.btnMain:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.social-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s ease;
}

.social-icon img {
  width: 20px;
  height: 20px;
}

input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  background: rgb(0, 0, 0);
  border: 1px solid white;
  background: linear-gradient(245deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(34, 34, 34, 1) 47%,
      rgba(0, 0, 0, 1) 100%);
  color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.social-icon:hover {
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.6);
}

.icon-twitter {
  background-color: #000;
  border: 1px solid white;
}

.icon-twitter img {
  filter: brightness(0) invert(1);
}

.list-inline-item>a:hover {
  color: white;
  text-decoration: none;
}

list-inline-item>a {
  color: white;
}

.row {
  align-items: center;
  text-align: center;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
  color: white;
}

.company>a:hover {
  color: white;
}

/* Responsive */
@media (max-width: 576px) {
  .follow-text {
    display: block;
    margin-left: 25px;
    margin-bottom: 10px;
  }

  .list-inline {
    text-align: center;
  }
}

/* Responsive */
@media (max-width: 576px) {
  .follow-text {
    display: block;
    margin-bottom: 20px;
  }
}

.card {
  background: linear-gradient(to bottom, #222222 0%, black 100%);
  border-radius: 20px;
  border: 2px solid white;
  padding: 20px;
  height: 300px;
  color: white;
}

.card .btn {
  background: linear-gradient(to bottom, #222222 0%, black 100%);
  color: white;
  font-weight: bold;
  border-radius: 30px;
  font-family: "Urbanist", sans-serif;
}

h4 {
  font-size: 16px;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.card .btn:hover {
  background-color: white;
  color: white;
}

.card .btn1 {
  background: transparent;
  color: white;
  border-radius: 30px;
  border: 1px solid white;
  padding: 10px 20px;
  font-family: "Urbanist", sans-serif;
}

.card .btn1:hover {
  border: 1px solid white;
  color: white;
  background: transparent;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  gap: 10px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
}

.tag-cloud .tag {
  background: transparent;
  padding: 10px 15px;
  font-size: 15px;
  border: 1px solid white;
  border-radius: 25px;
}

.time-text {
  font-size: 14px;
  color: #cccccc;
}

.featuresPara {
  text-align: left;
  font-family: "Urbanist", sans-serif;
}

.read-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.read-more a {
  text-decoration: none;
  color: white;
  border: white;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}

.read-more a:hover {
  color: white;
  border: white;
}

.profile-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.text-center .social-icons {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.social-icons i {
  font-size: 20px;
  color: #fcbf29;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.services-section {
  text-align: center;
  padding: 30px 0;
  width: 100% !important;
}

.services-section h1 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Montserrat";
}

.services-section p {
  font-size: 18px;
  margin-bottom: 40px;
}

.service-box {
  background-color: white;
  padding: 20px;
  color: black;
  border: 1px solid white;
  box-shadow: 2px white;
  border-radius: 10px;
  margin: 20px 0;
  align-items: center;
  text-align: center;
}

.service-box>h4 {
  text-align: center;
  font-family: "Montserrat";
  font-weight: bold;
}

.service-box i {
  font-size: 36px;
  margin-bottom: 15px;
}

.btn-custom {
  background-image: linear-gradient(30deg, #038ad9, #05b0f4);
  color: black;
  border-radius: 50px;
  font-size: 16px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.btn-custom:hover {
  background-position: right center;
  background-size: 200% auto;
  color: black;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

hr {
  border: 1px solid white;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  h4 {
    font-size: 16px;
  }
}

/* Style for the form container */
.form-section {
  background-color: black;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  margin-top: 20px;
}

.form-section label {
  color: #ffffff;
  display: block;
  text-align: left;
  margin-bottom: 5px;
}

.form-section h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #ffffff;
}

.form-section .wpcf7-form {
  max-width: 100%;
  padding: 15px;
}

.form-section .wpcf7-text,
.form-section .wpcf7-textarea,
.form-section input[type="number"] {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: black;
  color: white;
}

.form-section input::placeholder,
.form-section textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}

/* Focus styling */
.form-section .wpcf7-text:focus,
.form-section .wpcf7-textarea:focus,
.form-section input[type="number"]:focus {
  border-color: white;
  outline: none;
}

.form-section .wpcf7-form-control wpcf7-submit has-spinner {
  background: #0073e6 !important;
}

.form-section .wpcf7-submit {
  background: #0073e6 !important;
  color: white !important;
  padding: 9px 18px;
  font-size: 16px;
  border: none;
  border-radius: 30px;
  width: max-content;
  cursor: pointer;
  display: block;
  transition: background-color 0.3s ease-in-out;
}

.form-section .wpcf7-submit:hover {
  background-color: #005bb5;
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 1s infinite;
  animation: pulse512 1.5s infinite;
}

.wpcf7 form.failed .wpcf7-response-output {
  border-color: red !important;
  background: red !important;
  color: white !important;
  border-radius: 30px !important;
  font-size: 14px !important;
}

.wpcf7 form.sucess .wpcf7-response-output {
  border-color: green !important;
  background: green !important;
  color: white !important;
  font-size: 14px !important;
  border-radius: 30px !important;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #46b450 !important;
    color: #00ff00 !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .form-section {
    margin-left: 0;
    padding: 15px;
  }

  .form-section h3 {
    font-size: 20px;
  }

  .form-section .wpcf7-text,
  .form-section .wpcf7-textarea,
  .form-section input[type="number"] {
    /* Adjust font size for inputs */
    font-size: 14px;
  }

  .form-section .wpcf7-submit {
    font-size: 14px;
    padding: 10px;
  }
}

.form-section .wpcf7-textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background-color: black;
  color: white;
  height: 100px;
}

@media (max-width: 768px) {
  .form-section .wpcf7-textarea {
    font-size: 14px;
    height: 100px;
  }
  .form-section {
    background-color: #343a40;
    padding: 20px;
  }

  .accordion-button:not(.collapsed) {
    background-color: white !important;
    color: black !important;
    border: none !important;
  }

  .accordion-button {
    background-color: black;
    color: black;
    border: 2px solid black;
  }

  .accordion-body {
    background-color: white !important;
    color: black;
    border: none;
  }
}
@media (max-width: 768px) {
    .feature-card {
        padding: 1rem !important;
    }
}

  /* 	Noptin Form CSS  */
  .noptin-form-description {
    color: #fafafa !important;
    font-size: 19px !important;
    /* display: inline; */
    width: 100% !important !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  .noptin-form-new-line .noptin-form-footer .noptin-optin-field-wrapper:not(.noptin-optin-field-wrapper-hidden) .noptin-form-field {
    margin-bottom: 4px;
    background: white;
	 color: black !important;
  }

  .wpcf7 form.invalid .wpcf7-response-output {
    border-color: #ffb900;
    color: red !important;
  }

  @media (max-width: 768px) {
    .accordion-button {
      background-color: white !important;
      color: black !important;
      border: none !important;
    }
  }
@media (max-width: 768px) {
  .feature-card {
    padding: 1.5rem !important;
  }
}
@media (max-width:768px){
	.image-container{
		flex-wrap:wrap;
	}
}
