* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

* html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

:root {
  --yellow: #ffd208;
  --yellow-dark: #d4a800;
  --dark: #0e1109;
  --dark2: #161b22;
  --text: #333;
  --muted: #6c757d;
  --light-bg: #f8f9fa;
  --blue-accent: #00b4d8;
  --white: #fff;
  --black: #000;
}

body {
  margin: 0px;
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  font-family: Plus Jakarta Sans;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  color: var(--blackColor);
  text-decoration: none;
  outline: 0 !important;
}

a:hover {
  color: var(--mainColor);
  text-decoration: none;
}

:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.no-padding {
  padding: 0px;
}

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

p {
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}

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

h6 {
  background: #eaf3fc;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #0595d2;
  width: fit-content;
  margin: 0px 0px 20px 0px;
}

h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #0e1109;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #677489;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.custom-container {
  max-width: 1800px;
  margin: 0px auto;
  padding: 0px 15px;
}

.cmn-gap {
  padding: 80px 0px;
  margin: 0px;
}

.cmn-butn {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 14px 30px;
  border-radius: 30px;
}

.white-butn {
  background: transparent;
  border: 1px solid var(--white);
  color: var(--white);
}

.white-butn:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--dark);
}

.yellow-butn {
  background: var(--yellow);
  border: 1px solid var(--yellow);
  color: var(--dark);
}

.yellow-butn:hover {
  background: var(--white);
  border: 1px solid var(--white);
  color: var(--dark);
}

/* =================================== */
/* =============my-css-start===========*/
/* =================================== */

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

.main-nav {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #ffffff00;
  transition: all 0.1s ease 0s;
  z-index: 999;
  position: absolute;
  top: 50px;
  overflow: hidden;
}

.main-nav.scroll {
  background: #0c1a12;
  height: auto;
  padding: 10px 0px;
  transition: background-color 0.5s ease 0s;
  top: 0;
  position: fixed;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.07);
  z-index: 9;
  left: 0px;
  width: 100%;
}

.main-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 50px;
  padding: 0px;
}

.logo {
  width: 240px;
  height: auto;
  margin: 0px;
  padding: 0px 0px;
  position: relative;
}

.logo img {
  width: 100%;
}

.main-nav.scroll .logo {
	width: 35%;
	margin: 0px;
	height: auto;
}

.stellarnav.mobile.right > ul {
  z-index: 99;
  background: #f0d04d;
}

.stellarnav {
  position: relative;
  width: 100%;
  line-height: normal;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  margin: 0px;
}

.stellarnav ul {
  margin: 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 60px;
}

.stellarnav > ul > li > a {
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #fff;
  padding: 0px;
  margin: 0px;
}

.stellarnav > ul > li > a:hover {
  color: #ffd208;
  text-decoration: none;
}

.stellarnav > ul > li > a.active {
  color: #ffd208 !important;
  text-decoration: none;
  font-weight: 600;
}

.main-nav-socialicon {
  margin: 20px 0px 0px 0px;
  padding: 0px 0px;
  position: relative;
  text-align: right;
}

.main-nav .stellarnav ul ul {
  width: 263px;
  padding: 12px 0px;
}

.main-nav .stellarnav li li {
  margin: 0px 0px;
  width: 100% !important;
  border-bottom: #ccccccb8 1px solid;
}

.main-nav .stellarnav li li a {
  font-size: 14px;
  padding: 10px 20px;
  color: #0e0e0e;
  font-weight: 400;
  font-family: DM Sans;
}

.stellarnav li.has-sub a {
  padding-right: 0px !important;
}

.main-nav .stellarnav li li a:hover {
  background: #f9f9f9;
  color: #000;
}

.main-nav .stellarnav li li a.active {
  background: #f9f9f9;
  color: #000;
}

.stellarnav li.has-sub > a::after {
  content: "\+";
  margin-left: 8px !important;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #267ec3;
  display: inline-block;
  border: none !important;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 12px;
}

.rightlink {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: end;
  height: 100%;
}

/* =================================== */
/* ============NAVBAR===========*/
/* =================================== */

/* =================================== */
/* ============banner-section=====*/
/* =================================== */

.banner-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
}

.banner-section.inner-page{
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
} 

.banner-section-bg {
  position: absolute;
  inset: 0;

  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  animation: heroZoom 14s ease-in-out infinite alternate;
}

.banner-section-bg img{
    width: 100%; 
}

@keyframes heroZoom {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.banner-section-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(0, 0, 0, 0.13) 40%,
    rgba(0, 0, 0, 0.25) 100%
  );
}

.custom-container.banner-section-content {
  width: 100%;
  left: 5%;
}

.banner-section-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}

.banner-section-content h6 {
  display: inline-block;
  background: #ffffff75;
  color: var(--white);
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 10px 30px;
  border-radius: 30px;
  margin: 0px 0px 15px 0px;
  animation: fadeDown 0.6s ease both;
}

.banner-section-content h1 {
  font-weight: 600;

  font-size: 96px;

  line-height: 100px;
  letter-spacing: -3px;
  text-transform: capitalize;
  color: var(--white);
  margin: 0px 0px 20px 0px;
  padding: 0px;

  animation: fadeUp 0.7s 0.15s ease both;
}

.banner-section-content span {
  color: #56cdff;
}

.banner-section-content p {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  color: var(--white);
  animation: fadeUp 0.7s 0.3s ease both;
  margin: 0px 0px 40px 0px;
  padding: 0px;
  max-width: 90%;
}

.hero-cta {
  animation: fadeUp 0.7s 0.45s ease both;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

.hero-clients {
  animation: fadeUp 0.7s 0.6s ease both;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
}

.hero-clients img {
  width: 140px;
  height: auto;
}

.hero-clients-text {
  font-family: Plus Jakarta Sans;
  font-weight: 500;

  font-size: 16px;

  line-height: 100%;
  letter-spacing: 0px;
  color: var(--white);
  padding: 0px;
  margin: 0px;
}

.hero-clients-text p {
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}

/* =================================== */
/* ===========banner-section=====*/
/* =================================== */

/* =================================== */
/* ===========stats-section=====*/
/* =================================== */

.stats-section {
  background: var(--white);
  padding: 60px 0px;
  margin: 0px;
}

.stat-item {
  text-align: center;
  position: relative;
  padding: 20px;
}

.stat-number {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -1px;
  text-align: center;
  text-transform: capitalize;
  color: #0595d2;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.stat-number span {
  color: #0595d2;
}

.stat-label {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
  color: #677489;
  padding: 0px;
  margin: 0px;
}

/* =================================== */
/* ===========stats-section=====*/
/* =================================== */

/* =================================== */
/* ===========about-section=====*/
/* =================================== */

.about-section {
  padding: 0px 0px 80px 0px;
}

.about-section.inner-page {
  padding: 80px 0px 80px 0px;
} 

.about-section-header {
  margin: 0px 0px 30px 0px;
  padding: 0px;
}

.about-section-header p {
  margin-top: 100px;
}

.about-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  position: relative;
}

.about-img-wrap img {
  width: 100%;
  display: block;
  transition: transform 0.6s;
}

.about-img-wrap:hover img {
  transform: scale(1.04);
}

.about-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(13, 17, 23, 0.2), transparent 60%);
}

/* =================================== */
/* ===========about-section=====*/
/* =================================== */

/* =================================== */
/* ===========why-section=====*/
/* =================================== */

.why-section {
  background: url(../images/why-chose-bg.png) top left no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.why-section-left {
  padding: 0px 150px 0px 0px;
  margin: 0px;
}

.why-section-left h6 {
  background: #ffffff;
}

.why-section-left p {
  margin-bottom: 50px;
}

.feature-card {
  padding: 30px 20px;
  height: 90%;

  transition:
    transform 0.3s,
    box-shadow 0.3s;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 20px;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 1.4rem;
  color: var(--primary-dark);
  transition:
    background 0.3s,
    transform 0.3s;
}

.feature-card:hover .feature-icon {
  transform: rotate(10deg);
}

.feature-card h5 {
  font-weight: 600;

  font-size: 20px;

  line-height: 26px;
  letter-spacing: 0px;
  color: #0e1109;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

.feature-card p {
  font-weight: 400;

  font-size: 16px;

  line-height: 26px;
  letter-spacing: 0%;
  color: #0e1109;
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

/* =================================== */
/* ===========why-section=====*/
/* =================================== */

/* =================================== */
/* ===========services-section=====*/
/* =================================== */

.services-section {
  background: #fff;
}

.services-section-header {
  margin: 0px 0px 50px 0px;
  text-align: center;
}

.services-section-header h6 {
  text-align: center;
  margin: 0px auto;
}

.services-section-header h2 {
  margin: 20px 0px;
}

.service-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  height: 450px;
  transition:
    transform 0.35s,
    box-shadow 0.35s;
  margin: 0px 0px 30px 0px;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}

.service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.service-card:hover img {
  transform: scale(1.08);
}

.service-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(13, 17, 23, 0.85) 0%,
    transparent 60%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px 20px;
}

.service-card-text-box {
  background: #ffffffed;
  border-radius: 20px;
  padding: 20px 20px;
  height: 120px;
}

.service-card-overlay h5 {
  font-weight: 600;

  font-size: 20px;

  line-height: 30px;
  letter-spacing: 0px;
  color: #0e1109;
  margin: 0px 0xp 20px 0px;
  padding: 0px;
}

.service-card-overlay p {
  font-weight: 400;

  font-size: 16px;

  line-height: 26px;
  letter-spacing: 0%;
  color: #677489;
  margin: 0px 0xp 20px 0px;
  padding: 0px;
}

.services-section .cmn-butn.yellow-butn:hover {
  background: #eaf3fc;
  border: 1px solid #eaf3fc;
}

/* =================================== */
/* ===========services-section=====*/
/* =================================== */

/* =================================== */
/* ===========testimonials-section=====*/
/* =================================== */

.testimonials-section {
  padding: 90px 0;
  background: #f8f9fa;
  background: url(../images/why-chose-bg.png) #eaf3fc top left no-repeat;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.testimonials-section-header {
  margin: 0px 0px 50px 0px;
  text-align: center;
}

.testimonials-section-header h6 {
  text-align: center;
  margin: 0px auto;
  background: #ffffff;
}

.testimonials-section-header h2 {
  margin: 20px 0px;
}

.testimonial-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  height: 100%;
  position: relative;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
  height: 100%;
  margin: 20px 0px;
  min-height: 300px;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.12);
}

.stars {
  color: #f5c518;
  font-size: 20px;
  margin-bottom: 15px;
}

.testimonial-card p {
  color: #555;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.reviewer-name {
  font-weight: 600;

  font-size: 18px;

  line-height: 28px;
  letter-spacing: 0px;
  color: #0e1109;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.reviewer-role {
  font-size: 0.82rem;
  color: var(--muted);
}

/* OWL Carousel dots */

.testimonials-section .owl-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 32px;
}

.testimonials-section .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.25s;
}

.testimonials-section .owl-dots .owl-dot.active {
  background: #0595d2;
  width: 40px;
  border-radius: 15px;
}

/* =================================== */
/* ===========testimonials-section=====*/
/* =================================== */

/* =================================== */
/* ===========faq-section=====*/
/* =================================== */

.faq-section {
  background: var(--white);
  overflow: hidden;
}

.faq-section-header {
  text-align: center;
  margin: 0px 0px 50px 0px;
}

.faq-section-header h6 {
  text-align: center;
  margin: 0px auto;
}

.accordion-button {
  font-weight: 600;
  color: var(--dark);
  background: #fafafa !important;
}

.accordion-button:not(.collapsed) {
  color: var(--primary-dark) !important;
  box-shadow: none;
}

.accordion-button::after {
  filter: invert(0);
}

.accordion-button:not(.collapsed)::after {
  filter: none;
}

.accordion-item {
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  margin-bottom: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s;
}

.accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
}

.accordion-body {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.7;
}

/* =================================== */
/* ==========faq-section=====*/
/* =================================== */

/* =================================== */
/* ==========cta-section=====*/
/* =================================== */

.cta-section {
  position: relative;
  overflow: hidden;
  min-height: 350px;
  display: flex;
  align-items: center;
  text-align: center;
  border-radius: 20px;
}

.cta-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/call-action.png");
  background-size: cover;
  background-position: center;
  /* filter: brightness(.45); */
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 80px 0;
}

.cta-content h2 {
  font-weight: 600;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: -1.5px;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  margin: 0px 0px 20px 0px;
}

.cta-content p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: #fff;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}

/* =================================== */
/* ==========cta-section=====*/
/* =================================== */

/* =================================== */
/* ==========footer-section =====*/
/* =================================== */

.footer-section {
  background-image:url('../images/footer-bg.png');
  background-size:cover;
  background-repeat:no-repeat; 
  border-radius: 20px;
  overflow: hidden;
  margin: 50px 0px 0px 0px;
  padding: 20px 20px;
} 

.footer-top {
  /*background: #0595d2;*/
  border-radius: 20px;
  padding: 30px;
 /* display: flex;*/
  justify-content: space-between;
 text-align: center;
}

.footer-top-text {
  padding: 0px;
  margin: 0px;
}

.footer-top-mail-box {
  padding: 0px;
  padding: 0px;
}

.footer-top-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  text-transform: capitalize;
  color: #fff;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.footer-top-text p {
  font-weight: 400;

  font-size: 16px;

  line-height: 26px;
  letter-spacing: 0%;
  color: #fafafa;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}

.newsletter-form {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
  gap: 10px;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  background: #fff;
  border: none;
  color: #fff;
  padding: 15px 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  color: #222222;
  outline: none;
  width: 700px;
  border-radius: 40px;
}

.newsletter-form input::placeholder {
  color: #222222;
}

.newsletter-form button {
  background: var(--black);
  border: none;
  color: #fff;
  padding: 0 40px;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 30px;
  position: absolute;
  right: 3px;
  height: 47px;
  top: 2px;
}

.newsletter-form button:hover {
  background: #0595d2;
}

.footer-mid {
  margin: 40px 0px;
  padding: 0px;
  text-align: center;
}

.footer-mid-logo {
  margin: 0px auto;
}

.footer-menu {
  margin: 40px 0px;
  padding: 0px;
}

.footer-menu ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.footer-menu ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  padding: 0px;
  margin: 0px;
  color: #e3e8ef;
}

.footer-menu ul li a:hover {
  color: #ffd643;
}

.footer-bottom {
  border-top: 1px solid #ccc;
  margin: 0px;
  padding: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-bottom-text {
  padding: 0px;
  margin: 0px;
}

.footer-bottom-text p {
  font-weight: 400;

  font-size: 14px;

  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #e3e8ef;
  padding: 0px;
  margin: 0px;
}

.footer-bottom-text p a {
  color: #e3e8ef;
}

.footer-bottom-text p a:hover {
  color: #ffd643;
}

.footer-bottom-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer-bottom-social ul li a {
  transition:
    background 0.25s,
    border-color 0.25s,
    transform 0.25s;
}

.footer-bottom-social ul li a:hover {
  transform: translateY(-2px);
}

.footer-bottom-menu {
  padding: 0px;
  margin: 0px;
}

.footer-bottom-menu ul {
  display: flex;
  gap: 16px;
  justify-content: end;
}

.footer-bottom-menu ul li a {
  font-weight: 400;

  font-size: 14px;

  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #e3e8ef;
  padding: 0px;
  margin: 0px;
}

.footer-bottom-menu ul li a:hover {
  color: #ffd643;
}

/* =================================== */
/* ==========footer-section =====*/
/* =================================== */

/*================================================
Go Top CSS
=================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  bottom: 100px;
  right: 20px;
  border-radius: 50%;
  background-color: #ffd643;
  color: #ffffff;
  z-index: 999;
  width: 50px;
  text-align: center;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  font-size: 25px;
  -webkit-transition: var(--transition);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.go-top:hover {
  color: #ffffff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #000;
  border: 1px solid #000;
}

.go-top.active {
  opacity: 1;
  visibility: visible;
  bottom: 100px;
  -webkit-animation: top-bottom 5s infinite linear;
  animation: top-bottom 5s infinite linear;
}

/*================================================
Go Top CSS
=================================================*/
@keyframes heroIn {
  from {
    opacity: 0;
    transform: translateY(36px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-anim-1 {
  animation: heroIn 1s ease 0.3s both;
}

.hero-anim-2 {
  animation: heroIn 1s ease 0.5s both;
}

.hero-anim-3 {
  animation: heroIn 1s ease 0.7s both;
}

.hero-anim-4 {
  animation: heroIn 1s ease 0.9s both;
}

@keyframes floatY {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

.float-anim {
  animation: floatY 4s ease-in-out infinite;
}

.stellarnav .icon-close {
	
	margin-right: 10px;
}

.image-section { border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  position: relative;
  cursor: pointer;
  height: 100%;
  transition: transform 0.35s, box-shadow 0.35s;
  margin: 0px 0px 30px 0px;  }

.image-section img { width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;}

.image-section:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16);
}




/* ==================================================================*/
/* end M.B css*/
/* ==================================================================*/


.stellarnav svg {
    display: none;
} 

.addresscard {
    margin: 0px 0px;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    min-height: 260px;
    box-shadow: 0 18px 40px -10px rgba(51, 51, 51, 0.32);
} 

.addresscard-icon {
    margin: 5px auto;
    padding: 10px 0px;
    background: top;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addresscard h5 {
    margin: 0px 0px;
    padding: 0px 0px 10px 0px;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    width: 100%;
} 
.addresscard p {
    margin: 0px 0px;
    padding: 5px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #161413;
    width: 100%;
} 
.addresscard p a {
    color: #161413;
    text-decoration: none;
}  

.about-section .contact-form-section h2{
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -1px;
    text-transform: capitalize;
    color: #0e1109;
    margin: 80px 0px 40px 0px;
    padding: 0px;
    display:flex;  
    justify-content: center; 
} 
label { 
    margin: 15px 0 10px;
} 

.wpcf7-submit{
    margin:30px 0 0 0;
}

.about-section.inner-page .about-section-header p {
    margin-top: 10px;
} 

.content-section ul li {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #677489;
    padding: 0 0 10px;
	list-style-type: disc;
}

.content-section ul{    
    margin: 20px 0 10px 20px; 
} 

.footer-bottom-social .fa-brands, .fab {
    color: #fff;
    font-size: 22px;
}

.footer-bottom-social a {
    border-radius: 50%;
    border: 1px solid #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-area-section {
    margin: 46px 0 40px 0;
}

.service-area-section h2{
    text-align: center;
        font-size: 22px;
}

.area_content ul{
  column-count: 4;
  column-gap: 20px; /* Optional: space between columns */
  list-style-position: inside; /* Keeps bullets aligned correctly */  
}
 
.area_content ul li {
    padding: 15px 8px;
    margin: 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
}

.page-id-105 .footer-top-text {
    display: none;
}
