.elementor-181 .elementor-element.elementor-element-b14005a{--display:flex;overflow:visible;}.elementor-181 .elementor-element.elementor-element-b14005a:not(.elementor-motion-effects-element-type-background), .elementor-181 .elementor-element.elementor-element-b14005a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-181 .elementor-element.elementor-element-9a5f1c7{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-181 .elementor-element.elementor-element-9a5f1c7:not(.elementor-motion-effects-element-type-background), .elementor-181 .elementor-element.elementor-element-9a5f1c7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#050505;}.elementor-181 .elementor-element.elementor-element-c50ec16{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;overflow:visible;}.elementor-181 .elementor-element.elementor-element-41ed25d .elementor-button:hover, .elementor-181 .elementor-element.elementor-element-41ed25d .elementor-button:focus{background-color:var( --e-global-color-a26ef12 );border-color:#838383;}.elementor-181 .elementor-element.elementor-element-1280cf5 .elementor-button:hover, .elementor-181 .elementor-element.elementor-element-1280cf5 .elementor-button:focus{background-color:var( --e-global-color-a26ef12 );border-color:#838383;}.elementor-181 .elementor-element.elementor-element-b99274a .elementor-button:hover, .elementor-181 .elementor-element.elementor-element-b99274a .elementor-button:focus{background-color:var( --e-global-color-a26ef12 );border-color:#838383;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-181 .elementor-element.elementor-element-c50ec16{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-181 .elementor-element.elementor-element-c50ec16{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-4f20b8c */.cd-footer {
  width: 100%;
  padding: 70px 20px 25px;
  background: #000;
  color: #ffffff;
}

/* GRID */
.cd-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 50px;
}

/* LOGO */
.cd-footer-logo-img {
  max-width: 240px;
  margin-bottom: 18px;
  display: block;
  
}

/* TEXT */
.cd-footer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  max-width: 350px;
}

/* 🔥 HEADINGS (YOUR COLOUR) */
.cd-footer-heading {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 800;
  color: #09a2e3 !important;

  text-shadow:
    0 0 8px rgba(9,162,227,0.6),
    0 0 18px rgba(9,162,227,0.3);
}

/* LINKS */
.cd-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.cd-footer a:hover {
  color: #09a2e3;
  text-shadow: 0 0 8px rgba(9,162,227,0.6);
}

/* CONTACT */
.cd-footer-contact p {
  margin: 12px 0;
  font-size: 14px;
}

/* BUTTON */
.cd-footer-btn {
  display: inline-block;
  padding: 13px 26px;
  border-radius: 999px;
  background: #09a2e3;
  color: #fff;
  font-weight: 700;
  font-size: 14px;

  box-shadow:
    0 0 16px rgba(9,162,227,0.45),
    0 0 30px rgba(9,162,227,0.18);

  position: relative;
  overflow: hidden;
}

/* SHIMMER */
.cd-footer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: skewX(-25deg);
}

.cd-footer-btn:hover::before {
  animation: shimmerBtn 1s forwards;
}

.cd-footer-btn:hover {
  transform: translateY(-3px);
}

/* BOTTOM */
.cd-footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ANIMATION */
@keyframes shimmerBtn {
  100% {
    left: 140%;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cd-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cd-footer {
    padding: 45px 16px 20px;
  }

  .cd-footer-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .cd-footer-logo-img {
    margin: 0 auto 15px;
  }

  .cd-footer-desc {
    margin: 0 auto;
  }

  .cd-footer-btn {
    width: 100%;
  }
}
.cd-footer-logo-img {
  max-width: 150px;
  max-height: 90px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b14005a */.cd-footer {
  width: 100%;
  padding: 70px 20px 25px;
  background: linear-gradient(180deg, #050505 0%, #000000 100%);
  color: #ffffff;
}

/* WRAP */
.cd-footer-inner {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 50px;
}

/* LOGO */
.cd-footer-logo {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 900;

  background: linear-gradient(
    90deg,
    #ffffff,
    #08a0e2,
    #ffffff
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  animation: cdFooterShimmer 5s linear infinite;
}

/* DESCRIPTION */
.cd-footer-desc {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  max-width: 350px;
}

/* HEADINGS */
.cd-footer-heading {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  color: #08a0e2;
  text-shadow: 0 0 8px rgba(8,160,226,0.3);
}

/* LINKS */
.cd-footer a {
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
}

.cd-footer a:hover {
  color: #08a0e2;
  text-shadow: 0 0 8px rgba(8,160,226,0.5);
}

/* CONTACT TEXT */
.cd-footer-contact p {
  margin: 10px 0;
  font-size: 14px;
}

/* FACEBOOK BUTTON */
.cd-footer-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #08a0e2;
  color: #fff;
  font-weight: 700;
  font-size: 14px;

  box-shadow:
    0 0 14px rgba(8,160,226,0.4),
    0 0 30px rgba(8,160,226,0.15);

  position: relative;
  overflow: hidden;
}

/* BUTTON SHIMMER */
.cd-footer-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255,255,255,0.6),
    transparent
  );
  transform: skewX(-25deg);
}

.cd-footer-btn:hover::before {
  animation: shimmerBtn 1s forwards;
}

.cd-footer-btn:hover {
  transform: translateY(-3px);
}

/* BOTTOM BAR */
.cd-footer-bottom {
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* ANIMATIONS */
@keyframes cdFooterShimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

@keyframes shimmerBtn {
  100% { left: 140%; }
}

/* TABLET */
@media (max-width: 1024px) {
  .cd-footer-inner {
    grid-template-columns: 1fr 1fr;
    gap: 35px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cd-footer {
    padding: 45px 16px 20px;
  }

  .cd-footer-inner {
    grid-template-columns: 1fr;
    gap: 25px;
    text-align: center;
  }

  .cd-footer-desc {
    margin: 0 auto;
  }

  .cd-footer-btn {
    width: 100%;
  }

  .cd-footer-bottom {
    margin-top: 30px;
  }
}/* End custom CSS */