@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=WDXL+Lubrifont+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body {
  margin: 0;
  background: #fdfcfc;
  /* font-family: "Open Sans", sans-serif; */
  /* font-family: "Oswald", sans-serif; */
  /* font-family: "Roboto", sans-serif; */
  font-family: "Barlow Semi Condensed", sans-serif;
  /* font-optical-sizing: auto; */
  font-size: 15px;
  color: #666666;
}
.bg-white {
  background: #fff;
}
img {
  width: 100%;
  height: auto;
}
.d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.d-flex2 {
  display: flex;
  align-items: center;
}
.header {
  margin: auto;
  max-width: 1200px;
  padding: 15px 0;
}
.head-left {
  flex: 2;
}

.head-right {
  flex: 1;
}
.head-right a {
  text-decoration: none;
  font-size: 16px;
}
.head-left {
  justify-content: space-evenly;
}
.head-left a {
  color: #333334;
  font-size: 20px;
  text-decoration: none;
}
.head-left a:hover {
  color: #fdc71a;
}
.head-right {
  justify-content: end;
}
.head-btn,
.head-btn2 {
  padding: 8px 14px;
  border-radius: 12px;
  background: #fdc71a;
  color: #1a1a18;
  font-size: 15px;
  cursor: pointer;
  border: none;
}
.head-btn2 {
  padding: 10px 20px !important;
}
.head-btn:hover,
.head-btn2:hover {
  background: #e4b417;
}
.search-icon {
  width: 22px;
}
.nav-icons {
  width: 25px;
}
.logo {
  width: 220px;
  max-width: 220px;
}
.slider {
  background: #050709;
  padding: 50px 20px 70px;
}
.slide-manage {
  margin: auto;
  max-width: 1100px;
}
.slide-content {
  flex: 1;
}
.slide-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  padding-right: 40px;
}
.slide-content h3 {
  font-size: 18px;
  color: #fdc71a;
  font-weight: 300;
}
.register-btn {
  padding: 12px 22px;
  background: #fff;
  color: #e92124;
  cursor: pointer;
  border-radius: 10px;
  font-size: 16px;
  border: none;
}
.register-btn:hover {
  background: #fdc71a;
  color: #050709;
}
.slides {
  flex: 2;
}
.steps {
  padding: 40px 20px;
  text-align: center;
  margin: auto;
  max-width: 1100px;
}
.steps h2 {
  font-size: 45px;
  color: #1a1a18;
  margin-bottom: 2px;
  margin-top: 10px;
  font-weight: 600;
}
.steps h4 {
  margin-top: 2px;
  color: #1a1a18;
  font-weight: 500;
  font-size: 21px;
}
.stepper {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-top: 90px;
}
.stepper div {
  flex: 1;
  padding: 30px;
  border: 2px solid #fdc71a;
  border-radius: 40px;
}

.box-zoom:hover .step {
  transform: scale(1.1);
}
.stepper h3 {
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.stepper p {
  font-size: 19px;
  margin-bottom: 30px;
  margin-top: 2px;
  line-height: 30px;
}
.step {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  background: #fdc71a;
  border-radius: 100%;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1a1a18;
  margin-top: -83px;
  transition: transform 0.5s ease;
}
.steps-3 {
  padding: 40px 20px;
  background: #1a1a18;
  color: #fff;
  margin-top: 100px;
  position: relative;
}
.step-manage {
  display: flex;
  gap: 0px;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
}
.step-chat,
.step-details {
  flex: 1;
}
.step-chat {
  margin-top: -140px;
}
.step-details h2 {
  font-size: 42px;
  margin-top: -20px;
  margin-bottom: 0px;
  font-weight: 500px;
}
.step-details h3 {
  margin-top: 10px;
  font-weight: normal;
}
.step-details ul {
  padding: 0px;
  margin: 0px 0 30px;
  font-family: "WDXL Lubrifont SC", sans-serif;
}
.step-details li {
  list-style: none;
  padding: 10px 0;
  font-size: 27px;
  display: flex;
  font-weight: 400;
  align-items: center;
  gap: 20px;
}
.check-icon {
  width: 29px;
}
.tick-icon {
  width: 30px;
  margin-right: 0px;
}
.earn-btn {
  padding: 13px 38px;
  background: #fdc71a;
  border-radius: 15px;
  color: #1a1a18;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.earn-btn:hover {
  background:#FFFFFF;
}
.followers {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
  padding: 40px 0;
  gap: 20px;
}
.follow-count {
  flex: 2;
  text-align: center;
}
.follow-us {
  flex: 1;
}
.follow-count h3 {
  font-size: 33px;
  color: #565655;
  font-weight: 100px;
  margin-bottom: 10px;
  margin-top: 0;
}
.highl {
  font-weight: 800;
  color: #222;
  font-size: 36px;
}
.follow-count p {
  font-size: 17px;
  color: #565655;
  line-height: 25px;
  margin-top: 5px;
}
.score-manage {
  padding: 40px 20px;
  height: 230px;
  background: #1a1a18;
  color: #fff;
  margin-top: 70px;
}
.score-count {
  margin: auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}
.score-moment {
  margin-top: -150px;
}
.score-text h2 {
  font-size: 37px;
  color: #fdc71a;
  margin-top: 10px;
  margin-bottom: 5px;
  letter-spacing: 1;
}
.score-text h3 {
  font-weight: normal;
  font-size: 27px;
  margin-top: 0px;
  line-height: 38px;
  margin-bottom: 10px;
}
.score-text p {
  font-size: 16px;
  font-style: italic;
  line-height: 26px;
  margin-top: 0px;
}
.moment-magic {
  box-shadow: rgba(17, 17, 36, 0.5) 0px 0px 26px;
}
.mrt {
  margin-top: 160px;
}
.creators {
  margin: auto;
  max-width: 1100px;
  text-align: center;
  padding: 40px 0 70px;
}
.creators h2 {
  font-size: 45px;
  font-weight: 500;
  color: #1a1a18;
  margin-top: 10px;
}
.user-detail {
  padding: 10px;
  border-left: 2px solid #fdc71a;
  border-top: 2px solid #fdc71a;
  text-align: center;
}
.user-detail h3 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
}
.user-detail p {
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
  color: #4a4a44;
}
.socila-icon {
  display: flex;
  gap: 12px;
  width: 120px;
  justify-content: space-evenly;
  margin: auto;
}
.socila-icon img {
  width: 14px;
}
#footer-wrap {
  background: #1a1a18;
  padding: 30px 20px 50px;
}
.footer-stat {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer-stat h3 {
  color: #fff;
  font-size: 20px;
  margin: 25px 0 0px 0px;
  padding-bottom: 8px;
  letter-spacing: 1;
}
.footer-stat h4 {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  margin: 15px 0 0px 0px;
  padding-bottom: 8px;
}
.footer-stat li {
  padding: 6px 10px 6px 0px;
  list-style: none;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.footer-stat p {
  padding: 6px 10px 6px 0px;
  color: #fff;
  font-size: 17px;
  line-height: 23px;
}
.bord4 {
  width: 40px;
  height: 3px;
  background: #ffdd00;
  margin-bottom: 20px;
}
.footer-stat a {
  text-decoration: none;
  color: #fff;
}
.footer-stat a:hover {
  text-decoration: none;
  color: #ccc;
}
.foot-logo {
  position: relative;
  width: 80%;
  margin-top: 20px;
}
.foot {
  flex: 2;
}
.foot2 {
  flex: 1;
}
.arrow-icon {
  float: left;
  width: 7px;
  margin-right: 8px;
  margin-top: 6px;
}
.feeter {
  background: #fff;
  padding: 25px 20px;
}
.footer {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.social {
  display: flex;
  align-items: center;
  gap: 14px;
}
.social img {
  width: 40px;
}
.registration {
  margin: auto;
  max-width: 1100px;
  padding: 0px 0;
  background: #fff;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.registration-form {
  flex: 1.4;
  padding: 30px 10px 30px 30px;
}
.registration-graphic {
  flex: 1;
  padding: 30px 30px 30px 10px;
}
.form-section {
  padding: 8px 0;
}
.form-section label {
  font-size: 16px;
  color: #4a4b50;
  display: block;
  margin-bottom: 4px;
}
.form-field {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.form-section input[type="text"],
.form-section input[type="password"],
.form-section input[type="number"],
.form-section input[type="tel"],
.form-section input[type="email"],
.form-section input[type="url"],
.form-section select {
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 14px;
}
.submit-btn {
  padding: 18px 20px;
  color: #120800;
  background: #fec107;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 600;
  width: 100%;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}
.submit-btn:hover {
  background: #eab106;
}
.sign-title h2 {
  font-size: 30px;
  margin-top: 0px;
}
.sign-title h2 span {
  color: #807883;
  font-weight: 400;
  font-size: 20px;
}
.create-btn {
  padding: 10px 22px;
  border-radius: 5px;
  border: 1px solid #f02d0f;
  background: #fff;
  color: #000027;
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.create-btn:hover {
  background: #f02d0f;
  color: #fff;
}
.active-btn {
  background: #f02d0f;
  color: #fff;
}
.faq-bg {
  padding: 40px 0 50px;
  background: #f5f8fa;
  text-align: center;
}
.main-title {
  font-size: 30px;
  color: #000;
  line-height: 42px;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 600;
}
.accordion {
  width: 60%;
  margin: auto;
  text-align: left;
}
.accordion h3 {
  background: url(../images/arrow-bottom.png) right no-repeat #fff;
  color: #333;
  display: block;
  font-size: 22px;
  margin: 20px 0 0 !important;
  font-weight: 500;
  z-index: 1;
  line-height: 23px;
  padding: 20px 25px 20px 20px;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.accordion h3:hover {
  color: #fdc71a;
}
.accordion h3.active {
  background: url(../images/arrow-top.png) right no-repeat #fff;
  color: #fdc71a;
  border-bottom: none;
}
.accordion h3,
.muse {
  position: relative;
  border-bottom: 1px solid #e2f2f3;
}
.accordion div {
  padding: 0.5em 0.25em 1.5em;
}

.muse {
  background: #fafefe;
  margin-top: -3px;
}
.accordion p {
  width: 90%;
  font-size: 17px;
  line-height: 25px;
  color: #000;
  padding: 7px 20px;
  margin: 2px 0;
}
.join-us {
  margin: auto;
  max-width: 1000px;
  padding: 50px 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  text-align: left;
  margin-bottom: -53px;
}
.join-us h1 {
  font-size: 45px;
}
.join-us p {
  font-size: 20px;
  line-height: 33px;
}
.join-us h3 {
  padding: 10px 20px;
  background: #f7da8c;
  color: #000;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1px;
}
.highl2 {
  color: #fdc71a;
  font-weight: 800;
}
.join-us-poster,
.join-us-content {
  flex: 1;
}
.mission-vision {
  padding: 50px 20px;
  background: #f5f8fa;
}

.mission-vision h1 {
  text-align: center;
  font-size: 45px;
  font-weight: 600;
  margin-top: 0px;
}

.manage-mission {
  margin: auto;
  max-width: 1000px;
  background: #fff;
  padding: 20px 60px 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.manage-mission h2 {
  color: #fdc303;
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 0px;
}

.manage-mission p {
  color: #000;
  font-size: 17px;
  line-height: 25px;
}
.misvis {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #e1e1e1;
}

.misvis-point {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.misvis-point h3 {
  font-weight: 500;
  font-size: 25px;
  color: #000;
  margin-top: 10px;
}

.misvis-point p {
  font-size: 17px;
  color: #444;
}
.pointing {
  flex: 1;
  padding: 20px;
  background: #f4f4f4;
  text-align: center;
}
.why-us {
  background: #ffcc03;
  padding: 40px 20px 0;
}
.why-us-manage {
  margin: auto;
  max-width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
.why-us-manage h2 {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  margin-top: 0px;
}
.why-us-manage ul {
  padding: 0px;
  margin: 0px;
}
.why-us-manage li {
  list-style: none;
  padding: 10px 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding: 13px 35px;
  background: #fff;
  margin: 12px 0;
  border-radius: 0 0 40px 0;
  justify-content: unset;
}
.why-us-right img {
  width: 80%;
}
.founder {
  padding: 40px 20px 50px;
  background: #f5f8fa;
}
.border-right {
  /* border-right: 1px solid #fff; */
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.founder-manage {
  margin: auto;
  max-width: 1000px;
  color: #fff;
}
.founder-manage h2 {
  font-size: 42px;
  color: #666666;
  font-weight: 600;
  margin-top: 0px;
  text-align: center;
}
.founder-manage p {
  font-size: 18px;
  color: #222;
  line-height: 28px;
}
.highls {
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.founder-left {
  /* background: #333333;
  padding-right: 10px;
  width: 90%; */
  margin-top: 120px;
}
.border-right {
  /* border-right: 10px solid #b1dce2; */
  padding: 50px;
}
.border-right h3 {
  font-size: 22px;
  color: #000;
  font-weight: 400;
  margin-top: 0px;
  font-style: italic;
}
.founder-img {
  display: block;
  margin: auto;
  width: 140px;
  margin-top: -140px;
  border-radius: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

navigation {
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
}

navigation ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

navigation ul li {
  position: relative;
}

navigation ul li a {
  text-decoration: none;
  color: white;
  padding: 10px 10px;
  display: block;
  white-space: nowrap;
}

navigation ul li a:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}

navigation ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  display: none;
  flex-direction: column;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 10;
}

navigation ul li ul li a {
  color: black;
  padding: 13px 22px;
  font-size: 18px !important;
  white-space: nowrap;
}

navigation ul li ul li a:hover {
  background: #f1f1f1;
}

navigation ul li:hover ul {
  display: flex;
}
.about-top {
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  align-items: center;
  gap: 30px;
  padding: 40px 20px;
  max-width: 1120px;
  margin: auto;
  flex-wrap: wrap; /* makes it responsive */
}

.about-text {
  flex: 1 1 50%;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #fdc71a; /* blue accent */
}

.about-text p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #333;
}

.about-video {
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  border-radius: 20px;
  background: radial-gradient(
    circle,
    rgba(255, 193, 7, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );
}

.about-video video {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.services-wrap {
  position: relative;
  padding: 80px 0px 0;
  background: #fff;
  margin: auto;
  max-width: 1100px;
}

.services-wrap .section-title {
  width: 45%;
  padding: 12px 0;
  border-radius: 10px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
  text-align: center;
  border: 3px solid #3b3b3b;
  height: 33px;
}

.pro-service {
  display: flex;
  justify-content: space-between;
}

.pro-text {
  flex-basis: 45%;
  font-size: 23px;
  text-align: right;
  margin-top: 90px;
}
.box-position {
  display: flex;
  gap: 70px;
  margin-top: 80px;
}
.box-position a {
  text-decoration: none;
  color: #666666;
}
.box-manage {
  flex: 1;
  position: relative;
}
.bg-content {
  border: 1px solid #000000;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  margin: 0 20px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.bg-box {
  border: 1px solid #756d00;
  background: #ffed00;
  border-radius: 10px 10px 0 0;
  height: 120px;
  border-bottom: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.box-sect {
  padding: 15px;
  text-align: center;
}
.image-round {
  border: 1px solid #000000;
  border-radius: 10px;
  /* height: 150px; */
}
.box-sect h3 {
  font-size: 25px;
  margin: 12px 0;
}
.box-sect p {
  font-size: 21px;
  color: #727272;
}
.rond-box {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #000000;
  background: #07a096;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: -30px;
}
.rond-box img {
  width: 27px;
}
.what-say {
  padding: 0px 20px;
  background: #2e2e2e;
}
.manage-what-say {
  display: flex;
  align-items: center;
  gap: 60px;
  margin: auto;
  max-width: 1100px;
}
.what-say-cont,
.what-say-image {
  width: 220px;
}
.what-say-image {
  display: flex;
  justify-content: right;
}
.what-say-image img {
  width: 80%;
}
.manage-what-say h2 {
  font-size: 48px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: normal;
  position: relative;
}
.yellow-alert {
  color: #ffed00;
  font-weight: 600;
}
.spark-icons {
  width: 41px;
  position: absolute;
  margin-top: -20px;
}
.feedbacks {
  max-width: 520px;
}
.feed-details {
  text-align: center;
  margin: 0 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  /* width: 200px; */
}
.feed-details p {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  text-align: left;
}
.logo-icon {
  width: 100px;
}
.rating {
  width: 130px;
}
.contact-box {
  margin: auto;
  max-width: 1100px;
  display: flex;
  gap: 60px;
  align-items: end;
  padding: 70px 0;
}
.cond-details {
  flex: 1;
}
.cont-form {
  flex: 1;
  background: #3b3b3b;
  padding: 0px;
  border-radius: 25px;
}

.cont-form h2 {
  margin-bottom: 1px;
  font-size: 3.2rem;
  color: #fff;
  margin-top: 0;
}

.cont-form form {
  margin-bottom: 20px;
  padding: 50px;
}

.cont-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #fff;
}

.cont-form input,
.cont-form textarea {
  width: 94%;
  padding: 12px 3%;
  border: 1px solid #ccc;
  border-radius: 15px;
  font-size: 1rem;
  background: #fafafa;
  transition: border-color 0.3s;
  margin-bottom: 20px;
}

.cont-form input:focus,
.cont-form textarea:focus {
  border-color: #2563eb;
  outline: none;
}

.cont-form textarea {
  resize: none;
  min-height: 70px;
}

.btn-submit {
  padding: 10px 30px;
  background: #f8c413;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-submit:hover {
  background: #FFCC66;
}
.cond-details h2 {
  font-size: 42px;
  color: #162651;
}
.cond-details p {
  font-size: 23px;
  color: #162651;
  padding-right: 40px;
  font-weight: 500;
}
.locate-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.locates {
  flex-basis: 50%;
  margin-top: 40px;
}
.locate-box h3 {
  font-size: 18px;
  color: #2a2651;
  margin: 0;
}
.locate-icon {
  float: left;
  width: 46px;
  margin-right: 12px;
  margin-top: -3px;
}
.locate-box span {
  color: #2a2651;
}
.red-clr {
  color: #f02d0f;
}
.brand-banner {
  height: 400px;
  padding: 40px 20px 0;
  background: #2e2e2e;
  text-align: center;
  color: #fff;
}
.brand-banner h4 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #4a4a4a;
  margin-bottom: 10px;
}
.brand-banner h1 {
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 2px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 20px;
}
.brand-banner a,
.foot-register a {
  padding: 10px 30px;
  background: #ff0037;
  color: #fff;
  border-radius: 50px;
  font-size: 44px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 390px;
}
.brand-banner a:hover,
.foot-register a:hover {
  background: #fdc71a;
}
.arr0 {
  width: 60px;
}
.foot-register {
  margin: auto;
  max-width: 1100px;
  text-align: center;
  padding: 80px 20px;
}
.foot-register h2 {
  font-size: 44px;
  letter-spacing: 2px;
  font-weight: normal;
  margin: 30px 0 70px;
}
.screen-show {
  margin: auto;
  max-width: 1045px;
}
.statics-data {
  padding: 40px 20px;
  margin: auto;
  max-width: 1100px;
}
.statics-data h2 {
  font-size: 44px;
  letter-spacing: 1px;
  font-weight: normal;
}
.stats {
  display: flex;
  gap: 30px;
  align-items: end;
}
.stats h3 {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0 20px;
}
.stats h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 10px 20px;
}
.stats1 {
  flex: 2;
  border: 4px solid #000000;
  padding: 20px 5px 0 0;
}
.stats2 {
  flex: 1;
  border: 4px solid #000000;
  border-right: none;
  padding: 30px 5px 70px 0;
}

.stats2 span {
  display: block;
  text-align: center;
  font-size: 85px;
  margin: 50px 0 40px;
}
.why-choose-us,
.what-about-us {
  padding: 50px 20px;
  background: #2e2e2e;
}
.manage-why-us {
  margin: auto;
  max-width: 1100px;
}
.manage-why-us h2 {
  font-size: 70px;
  letter-spacing: 2px;
  margin: 0 0 40px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.stars {
  margin-top: -60px;
  margin-left: -80px;
  color: #fff2d8;
  font-size: 70px;
  position: absolute;
}
.manage-why-us .bg-content {
  margin-bottom: 40px !important;
  border-bottom: 1px solid #333;
  border-radius: 10px;
  padding-bottom: 40px;
}
.manage-why-us .bg-content p {
  font-size: 25px;
  color: #000;
}
.manage-why-us .bg-box {
  border-radius: 15px;
  height: 200px;
}
.hero91 {
  padding: 90px 20px;
  background: #686868;
  background: radial-gradient(
    circle,
    rgba(104, 104, 104, 1) 0%,
    rgba(59, 59, 59, 1) 27%
  );
  background: url("../images/services-bg.jpg");
}

.hero91 .container {
  max-width: 1200px;
  margin: auto;
}

.hero91 .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.hero91 .col-md-3,
.hero91 .col-md-6 {
  flex: 1;
  min-width: 250px;
  text-align: center;
}

.hero91 .col-md-6 {
  flex: 2;
  position: relative;
}

.spark-icon {
  position: absolute;
  top: -30px;
  right: 70px;
  width: 70px;
}

.hero91 h1 {
  font-size: 65px;
  letter-spacing: 2px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
}

.hero91 h1 span {
  color: #ffed00;
}

.hero91 p {
  font-size: 1.3rem;
  color: #c3d5e9;
  line-height: 1.6;
  margin-bottom: 25px;
}

.hero-img-left {
  max-width: 200px;
  margin-top: -150px;
}

.hero-img-right {
  max-width: 150px;
  margin-top: 160px;
}

.hero91 .btn {
  display: inline-block;
  padding: 12px 34px;
  font-size: 1.3rem;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  margin: 0 5px;
}

.btn-primary-custom {
  background: #fff;
  color: #000000;
}

.btn-primary-custom:hover {
  background: #ffed00;
}

.btn-outline-custom {
  border: 2px solid #664dcd;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.btn-outline-custom:hover {
  background: #605ce3;
  color: #fff;
}

.btn-arr {
  position: relative;
  width: 16px;
  margin: 1px 0 0 8px;
}
.page-details {
  padding: 40px 20px;
}
.contact-boxs {
  position: relative;
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 20px;
}

.contact-svg {
  width: 20px;
  fill: #fdc71a;
  margin-right: 10px;
  float: left;
  margin-top: -2px;
}

.contact-details h3 {
  margin-bottom: 30px;
  font-size: 23px;
  margin-top: 5px;
  color: #2b2a29;
}

.contact-details p {
  color: #52595e;
  font-size: 17px;
  padding: 5px 0;
}

.contact-details,
.contact-form {
  flex: 1;
}

.contact-form {
  background: #fff;
  padding: 30px 0;
  border-radius: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.contact-form input[type="text"],
.contact-form textarea {
  width: 88%;
  margin: 6px 4%;
  padding: 8px 1%;
  font-size: 15px;
  border: 1px solid #d3d3d3;
}

.contact-form input[type="submit"] {
  background: #fdc71a;
  width: 90%;
  margin: 0px 4%;
  padding: 12px 1%;
  font-size: 16px;
  color: #000;
  border: none;
  cursor: pointer;
}

.contact-form input[type="submit"]:hover {
  background: #555;
  color: #fff;
}
.our-work {
  margin: auto;
  max-width: 900px;
  padding: 10px 20px 40px;
}
.our-work h2 {
  font-size: 205px;
  letter-spacing: 2px;
  color: #000;
  text-align: center;
  margin: 0px 0;
}
.define {
  margin-left: -20px;
  display: flex;
  gap: 50px;
}
.define p {
  font-size: 19px;
  font-weight: 600;
  color: #222;
  margin-top: -20px;
}
.image-box {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.boxim {
  overflow: hidden;
}
.boxim img {
  object-fit: cover;
  transition: transform 0.5s ease;
}
.boxim:hover img {
  transform: scale(1.1);
}
.mt-minus-50 {
  margin-top: -38px;
  position: relative;
  z-index: 8;
}
.banenr-full {
  padding: 50px 0px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.middle-content {
  flex-basis: 600px;
  text-align: center;
  margin-right: -160px;
}
.middle-content h2 {
  color: #000;
  font-size: 66px;
  line-height: 4.6rem;
  margin: 10px 0 30px;
}
.middle-content a {
  text-decoration: none;
}
.cont-btn {
  background: #e6e6e6;
  color: #000;
  padding: 10px 60px;
  font-size: 23px;
  border-radius: 8px;
}
.cont-btn:hover {
  background: #fdc71a;
}
.our-solution {
  padding: 50px 20px;
  background: #3a3b3b;
}
.manage-solution {
  margin: auto;
  max-width: 1200px;
  display: flex;
  gap: 60px;
}
.sol-left {
  flex: 1;
}
.sol-left h2 {
  font-size: 55px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.sol-left p {
  font-size: 24px;
  color: #ccc;
}
.sol-right {
  flex: 2;
}
.accordions {
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #5e5a5a;
}

.accordion-item input {
  display: none;
}

.accordion-item label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
  cursor: pointer;
  font-size: 34px;
  font-weight: 400;
  position: relative;
  transition: background 0.3s ease;
  color: #fff;
}
.accordion-item sup {
  margin-right: 30px;
  font-size: 16px;
}

/* Plus and Minus icon */
.accordion-item label::after {
  content: "+";
  font-size: 50px;
  font-weight: 100;
  transition: transform 0.3s ease;
}

.accordion-item input:checked + label::after {
  content: "-";
  transform: rotate(180deg);
}

.context {
  max-height: 0;
  overflow: hidden;
  padding: 0 50px;
  font-size: 22px;
  line-height: 30px;
  color: #cccccc;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
.context p {
  margin-top: 0px;
}
.accordion-item input:checked ~ .context {
  max-height: 200px;
  max-height: 400px;
}
.white-bg {
  background: #fff;
}
.protfolio {
  position: relative;
}
.world-class {
  position: absolute;
  right: 0;
  top: -20px;
  width: 70%;
}
.who-are-banner {
  display: flex;
  gap: 90px;
  align-items: center;
  padding: 60px 20px;
  margin: auto;
  max-width: 1120px;
  position: relative;
}
.social-manage {
  flex: 2;
}
.social-manage h3 {
  font-size: 35px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 10px;
}
.social-manage h2 {
  font-size: 70px;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 0;
}
.slider-screen {
  padding: 50px 0;
  background: #000;
}
.social-manage p {
  font-size: 25px;
  color: #000;
  padding-right: 70px;
}
.social-manage a {
  text-decoration: none;
  color: #333;
}
.social-manage a:hover {
  color: #2b366e;
}
.start-btn {
  width: 180px;
  margin-left: 100px;
  display: flex;
  gap: 30px;
  font-size: 24px;
  justify-content: space-between;
  align-items: center;
}
.start-btn-icon {
  width: 42px;
}
.flying {
  display: flex;
  justify-content: space-between;
}
.fly-icon {
  width: 107px;
}
.all-services {
  margin: auto;
  max-width: 1100px;
  padding: 40px 0;
  text-align: center;
}
.all-services h2 {
  font-size: 37px;
  color: #000;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 25px;
  letter-spacing: 1;
  font-weight: 600;
}
.service-list {
  gap: 50px;
}
.serve {
  flex: 1;
}
.img-effect {
  padding: 7px;
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}
.img-effect img {
  transition: transform 0.5s ease;
}
.img-effect:hover img {
  transform: scale(1.05);
}
.serve h3 {
  font-size: 25px;
  font-weight: 700;
  color: #222;
  margin-bottom: 5px;
}
.serve p {
  margin-top: 5px;
  font-size: 22px;
  color: #2b2a29;
}
.pro-data {
  padding: 40px 20px;
  background: #2e2e2e;
}
.pro-rate {
  margin: auto;
  max-width: 900px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.rated {
  flex: 1;
}
.pro-data h2 {
  font-size: 34px;
  letter-spacing: 2px;
  color: #fff;
}
.pro-data h4 {
  font-size: 21px;
  color: #fff;
  letter-spacing: 2px;
  padding-right: 30px;
  font-weight: normal;
  font-style: italic;
}
.pro-data h4 span {
  font-size: 64px;
  font-weight: 700;
  color: #f3b839;
  font-style: unset;
}
.pro-data p {
  font-size: 21px;
  color: #fff;
  padding-right: 30px;
}
.bor-right {
  border-right: 4px solid #f3b839;
}
.txt-center {
  text-align: center;
}
.customer-driven {
  margin: auto;
  max-width: 1100px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.driven-text {
  flex: 1;
}
.driven-text h2 {
  font-size: 38px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
}
.driven-text h2 span {
  font-weight: bold;
  color: #e3000f;
}
.driven-img {
  flex: 2;
}



  .association-section {
    text-align: center;
    padding: 40px 20px;
  }

  .association-section h2 {
    font-size: 45px;
    font-weight: 500;
    color: #1a1a18;
    margin-top: 10px;
  }

  .logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
  }

  .logo-box {
    border: 1.5px solid #f1d94f;
    border-radius: 12px;
    padding: 15px 25px;
    background: #fff;
    width: 160px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
  }

  .logo-box:hover {
    transform: translateY(-5px);
  }

  .logo-box img {
    max-width: 100%;
    max-height: 90px;
    object-fit: contain;
  }

  @media (max-width: 768px) {
   .logo-box {
        width: 129px;
        height: 69px;
        padding: 14px 9px;
    }

   .logo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        flex-wrap: wrap-reverse;
    }
    .association-section h2 {
    font-size: 32px;
    font-weight: 500;
    color: #1a1a18;
    margin-top: 10px;
  }
  }