/* === Global paragraph color: black on light backgrounds === */
p {
  color: #000 !important;
}

/* === Restore WHITE text inside known dark-background sections === */

/* 1. Permanently dark blue service card (first card - always dark bg) */
.elementor-element-6e16586 .elementskit-infobox p,
.elementor-element-ff92fd3 .elementskit-infobox p {
  color: #fff !important;
}

/* 3. Hero/banner sections with dark background images */
.coming-section p,
.coming-wrapper p {
  color: #fff !important;
}

/* 4. Any section using the pmwhite utility class */
p.pmwhite {
  color: #fff !important;
}

/* 5. Elementor widget containers inside dark overlay sections */
[style*="background: linear-gradient"] p,
[style*="background:linear-gradient"] p {
  color: #fff !important;
}

/* 6. Tally-Prime pricing cards with dark blue backgrounds */
.elementor-element-9930805 p,
.elementor-element-e04da26 p {
  color: #fff !important;
}

/* 7. Hero/CTA banner sections with dark background images */
.elementor-element-4c3943d p,
.elementor-element-64bb6d2 p {
  color: #fff !important;
}

/* 8. Hero banner slides with inline background-image (main slider on index.php) */
[style*="background-image"] p {
  color: #fff !important;
}

.pmtext {
  color: #646464 !important;
}

.pmwhite {
  color: #fff !important;
}

/* First service card (TSS Silver) icon - always white because it has a dark blue background */

.elementor-element-ff92fd3 .elementskit-infobox .elementskit-info-box-icon i {
  color: #ffffff !important;
}

/* Icons for all other service cards - blue by default */

.elementskit-infobox .elementskit-info-box-icon i {
  font-size: 40px !important;

  color: #1522c2;

  display: inline-block !important;

  margin-bottom: 20px;

  transition: all 0.3s ease;

  visibility: visible !important;

  opacity: 1 !important;
}

/* Icons turn white on hover for all cards */

.elementskit-infobox:hover .elementskit-info-box-icon i,
.elementskit-infobox.gradient-active:hover .elementskit-info-box-icon i {
  color: #ffffff !important;
}

.elementskit-info-box-icon {
  display: block !important;

  min-height: 40px;

  margin-bottom: 20px !important;
}

/* Ensure text and headings in hovered gradient cards turn white */

.elementor-793 .elementor-element.elementor-element-417b19f .elementskit-infobox:hover p,
.elementor-793 .elementor-element.elementor-element-417b19f .elementskit-infobox:hover h3,
.elementor-793 .elementor-element.elementor-element-0c25ed8 .elementskit-infobox:hover p,
.elementor-793 .elementor-element.elementor-element-0c25ed8 .elementskit-infobox:hover h3,
.elementor-793 .elementor-element.elementor-element-9b0ca19 .elementskit-infobox:hover p,
.elementor-793 .elementor-element.elementor-element-9b0ca19 .elementskit-infobox:hover h3 {
  color: #ffffff !important;
}

/* Skill Bar Styles */

.skill-track {
  background-color: #1a22be !important;
  /* blue track */

  min-height: 10px !important;

  display: block !important;

  position: relative;

  border-radius: 5px;
}

.skill-bar {
  background-color: #eee !important;
  /* gray background */

  height: 10px !important;

  width: 100% !important;

  display: block !important;

  margin-top: 10px;

  border-radius: 5px;

  overflow: hidden;
}

.skill-bar-content {
  margin-bottom: 5px;
}

.skill-title {
  font-weight: 500;

  color: #333;
}

.number-percentage-wraper {
  position: absolute;

  right: 0;

  top: -25px;

  font-size: 14px;

  font-weight: 600;

  color: #1a22be;
}

.elementor-974 .elementor-element.elementor-element-16b025a {
  --divider-border-style: solid;

  --divider-color: var(--e-global-color-primary);

  --divider-border-width: 0.5px;
}

/* //Career page added css ****

        ************************/

.careers {
  padding: 90px 20px;

  background: linear-gradient(180deg, #f7f9ff, #ffffff);

  font-family: Arial;
}

.careers-container {
  max-width: 1200px;

  margin: auto;
}

.careers-header {
  text-align: center;

  margin-bottom: 60px;
}

.careers-header h2 {
  font-size: 40px;

  margin-bottom: 15px;
}

.careers-header span {
  color: #2d4cff;
}

.careers-header p {
  color: #666;

  max-width: 700px;

  margin: auto;

  line-height: 1.7;
}

.careers-grid {
  display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

  gap: 30px;
}

.career-card {
  background: white;

  padding: 30px;

  border-radius: 12px;

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);

  transition: all 0.3s;

  position: relative;
}

.career-card:hover {
  transform: translateY(-6px);

  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.career-card h3 {
  margin-bottom: 15px;

  color: #111;
}

.career-info {
  display: flex;

  justify-content: space-between;

  font-size: 14px;

  margin-bottom: 15px;

  color: #555;
}

.skills {
  color: #777;

  font-size: 14px;

  line-height: 1.6;

  margin-bottom: 20px;
}

.apply-btn {
  background: #2d4cff;

  color: white;

  border: none;

  padding: 10px 18px;

  border-radius: 6px;

  cursor: pointer;

  font-size: 14px;

  transition: 0.3s;
}

.apply-btn:hover {
  background: #1c36c9;
}

.career-bottom {
  margin-top: 80px;

  text-align: center;
}

.career-bottom h3 {
  margin-bottom: 10px;
}

.career-bottom p {
  color: #555;

  max-width: 700px;

  margin: auto;

  line-height: 1.7;
}

.career-bottom a {
  color: #2d4cff;

  font-weight: 600;

  text-decoration: none;
}

.talent-box {
  margin-top: 40px;

  background: #f2f5ff;

  padding: 35px;

  border-radius: 10px;
}

.talent-box h4 {
  margin-bottom: 10px;
}

.career-main-btn {
  display: inline-block;

  margin-top: 15px;

  background: #2d4cff;

  color: white !important;

  padding: 12px 28px;

  border-radius: 6px;

  text-decoration: none;

  transition: 0.3s;
}

.career-main-btn:hover {
  background: #1c36c9;
}

/* //Newly added css ****

        ************************/

.coming-section {
  position: relative;

  height: 700px;

  background: url("./assets/img/banner-new.jpg") center/cover no-repeat;

  display: flex;

  justify-content: center;

  align-items: center;

  text-align: center;

  padding: 20px;
}

/* Dark overlay */

.coming-overlay {
  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.65);
}

/* Content */

.coming-wrapper {
  position: relative;

  max-width: 650px;

  color: white;
}

.coming-wrapper h2 {
  font-size: 58px;

  margin-bottom: 20px;

  line-height: 1.4;
}

.coming-wrapper p {
  font-size: 18px;

  margin-bottom: 35px;

  color: #f0f0f0;
}

/* Email box */

.notify-box {
  display: flex;

  justify-content: center;

  gap: 10px;

  flex-wrap: wrap;
}

.notify-box input {
  padding: 14px;

  border: none;

  border-radius: 6px;

  width: 260px;

  outline: none;
}

.notify-box button {
  padding: 14px 20px;

  border: none;

  background: #1522c2;

  color: white;

  border-radius: 6px;

  cursor: pointer;

  font-weight: 600;

  transition: 0.3s;
}

.notify-box button:hover {
  background: #1522c2;
}

/* Contact */

.coming-contact {
  margin-top: 25px;

  font-size: 15px;
}

.coming-contact a {
  color: #fff;

  text-decoration: none;

  font-weight: 500;
}

.coming-contact a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */

@media (max-width: 768px) {
  .coming-wrapper h2 {
    font-size: 28px;
  }

  .coming-wrapper p {
    font-size: 16px;
  }

  .notify-box {
    flex-direction: column;
  }

  .notify-box input {
    width: 100%;
  }

  .notify-box button {
    width: 100%;
  }
}

/* Contact Us *****
***********************/

.contact-section {
  padding: 80px 0;
  width: 100%;
  box-sizing: border-box;
}

.contact-section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: start;
}

.contact-left {
  width: 100%;
  box-sizing: border-box;
}

.label {
  color: #1522c2;
  font-weight: 700;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  background: rgba(21, 34, 194, 0.08);
  padding: 4px 12px;
  border-radius: 20px;
}

.contact-left h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.25;
  color: #0f172a;
  margin-bottom: 16px;
}

.highlight {
  color: #1522c2;
}

.description {
  color: #64748b;
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 30px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

.contact-info .info {
  background: #f8faff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.contact-info .info:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(21, 34, 194, 0.08);
  border-color: #cbd5e1;
}

.contact-info .info h4 {
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-info .info a,
.contact-info .info .pmtext {
  font-size: 14px;
  color: #334155;
  text-decoration: none;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
  margin: 0;
}

.contact-info .info a:hover {
  color: #1522c2;
}

.map {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  box-sizing: border-box;
}

.map iframe {
  width: 100% !important;
  height: 220px;
  border: 0;
  display: block;
}

/* Right Side - Form Card */
.contact-right {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 36px 32px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 13px 16px;
  font-size: 14px;
  color: #0f172a;
  background: #f8fafc;
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #1522c2;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(21, 34, 194, 0.12);
}

.contact-form textarea {
  height: 130px;
  resize: vertical;
}

.contact-form button {
  background: linear-gradient(135deg, #1522c2 0%, #0d178a 100%);
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 15px 28px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(21, 34, 194, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 5px;
  box-sizing: border-box;
}

.contact-form button:hover,
.contact-form button:active {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(21, 34, 194, 0.38);
  background: linear-gradient(135deg, #1828dd 0%, #0f1ba0 100%);
}

/* Tablet & Mobile Responsive */
@media (max-width: 991px) {
  .contact-section {
    padding: 50px 0 70px;
  }

  .contact-section .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .contact-right {
    padding: 30px 24px;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 35px 0 55px;
  }

  .contact-section .container {
    padding: 0 16px;
    gap: 32px;
  }

  .contact-left h1 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .description {
    font-size: 14px;
    margin-bottom: 22px;
  }

  .contact-info {
    grid-template-columns: 1fr;
    gap: 14px;
    margin-bottom: 24px;
  }

  .contact-info .info {
    padding: 14px 16px;
  }

  .map iframe {
    height: 200px;
  }

  .contact-right {
    padding: 24px 16px;
    border-radius: 12px;
  }

  .contact-form {
    gap: 16px;
  }

  .contact-form input,
  .contact-form textarea {
    padding: 12px 14px;
    font-size: 14px;
  }

  .contact-form button {
    padding: 14px 20px;
    font-size: 14px;
  }

  .elementor-637 .elementor-element.elementor-element-f96c3fb {
    min-height: 180px !important;
    padding: 30px 15px !important;
  }

  .elementor-637 .elementor-element.elementor-element-f96c3fb .elementor-heading-title {
    font-size: 28px !important;
  }
}

/* //Newly added css ****

    Accounting nsdl block    ************************/

/* SECTION */

/* SECTION */

.accounting-section {
  padding: 40px 0;

  background: #f7f7f7;

  font-family: Arial, sans-serif;
}

.accounting-section .container {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}

.grid {
  display: grid;

  grid-template-columns: 380px 1fr;

  gap: 50px;
}

/* CTA CARD */

.cta-card {
  position: relative;

  background: url("./assets/img/finance_3.jpg") center/cover;

  border-radius: 12px;

  overflow: hidden;

  min-height: 560px;
}

.cta-overlay {
  background: rgba(20, 30, 130, 0.85);

  color: white;

  padding: 40px;

  height: 100%;
}

.cta-overlay h2 {
  font-size: 34px;

  line-height: 1.2;

  margin-bottom: 20px;
}

.cta-overlay p {
  font-size: 15px;

  margin-bottom: 25px;
}

.cta-btn {
  display: inline-block;

  padding: 12px 22px;

  background: #2d47ff;

  color: white;

  text-decoration: none;

  border-radius: 6px;

  font-weight: 600;
}

.cta-person {
  position: absolute;

  bottom: 0;

  left: 40px;

  width: 200px;
}

/* RIGHT CONTENT */

.title {
  font-size: 36px;

  margin-bottom: 15px;
}

.desc {
  color: #666;

  line-height: 1.6;

  margin-bottom: 25px;
}

.hero-img {
  width: 100%;

  border-radius: 8px;

  margin: 20px 0 40px;
}

.service-title {
  font-size: 28px;

  margin-bottom: 15px;
}

/* SERVICES */

.service-list {
  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 30px;
}

.service-list ul {
  list-style: none;

  padding: 0;
}

.service-list li {
  margin-bottom: 14px;

  padding-left: 26px;

  position: relative;
}

.service-list li::before {
  content: "✔";

  position: absolute;

  left: 0;

  color: #3a5bff;

  font-size: 14px;
}

.elementor-icon-list-item {
  justify-content: start !important;
}

@media (max-width: 900px) {
  .mob-hidden {
    display: none;
  }

  .container {
    width: 90%;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .cta-card {
    min-height: 420px;
  }
}

/* Policy Sections */
#privacy-policy,
#terms-conditions {
  padding: 60px 20px;
  background: #f7f9fc;
}

/* Container */
#privacy-policy .container,
#terms-conditions .container {
  max-width: 1000px;
  margin: auto;
  background: #ffffff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

/* Main Title */
#privacy-policy h2,
#terms-conditions h2 {
  font-size: 34px;
  margin-bottom: 25px;
  color: #0d3b66;
  border-bottom: 3px solid #007bff;
  display: inline-block;
  padding-bottom: 5px;
}

/* Section Titles */
#privacy-policy h3,
#terms-conditions h3 {
  margin-top: 25px;
  color: #333;
  font-size: 20px;
}

/* Paragraph */
#privacy-policy p,
#terms-conditions p {
  line-height: 1.7;
  margin-top: 10px;
  color: #555;
}

/* Lists */
#privacy-policy ul,
#terms-conditions ul {
  margin-top: 10px;
  padding-left: 20px;
}

#privacy-policy ul li,
#terms-conditions ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {

  #privacy-policy .container,
  #terms-conditions .container {
    padding: 25px;
  }

  #privacy-policy h2,
  #terms-conditions h2 {
    font-size: 26px;
  }
}

/* //Newly added css Ticket Section ****

        ************************/

.ticket-section {
  padding: 80px 20px;

  background: #f5f7ff;

  font-family: Arial;
}

.ticket-container {
  max-width: 900px;

  margin: auto;

  background: white;

  padding: 50px;

  border-radius: 10px;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.ticket-header {
  text-align: center;

  margin-bottom: 40px;
}

.ticket-header h1 {
  font-size: 34px;

  margin-bottom: 10px;
}

.ticket-header p {
  color: #666;

  line-height: 1.6;
}

.ticket-form {
  margin-top: 20px;
}

.form-grid {
  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 20px;
}

.form-group {
  display: flex;

  flex-direction: column;
}

.form-group label {
  font-size: 14px;

  margin-bottom: 6px;

  font-weight: 600;
}

.form-group input,
.form-group select,
.form-group textarea {
  padding: 12px;

  border: 1px solid #ddd;

  border-radius: 6px;

  font-size: 14px;
}

textarea {
  min-height: 120px;

  resize: vertical;
}

.full {
  grid-column: span 2;
}

.ticket-btn {
  margin-top: 20px;

  background: #2d4cff;

  color: white;

  border: none;

  padding: 14px;

  font-size: 16px;

  border-radius: 6px;

  cursor: pointer;

  width: 100%;
}

.ticket-btn:hover {
  background: #1c36c9;
}

@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .full {
    grid-column: span 1;
  }
}

/* Slider CSS - Added on 2026-03-13 12:50 */
.main-banner-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0a1873;
}

.banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 1.5s ease-in-out,
    visibility 1.5s ease-in-out;
  z-index: 1;
}

.banner-slide.active {
  position: relative;
  /* Provides height for the container */
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

/* Ensure the background containers inside slides cover the area */
.main-banner-slider .elementor-element-497254c {
  min-height: 700px;
  display: flex !important;
  align-items: center;
}

@media (max-width: 1024px) {
  .main-banner-slider .elementor-element-497254c {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  .main-banner-slider .elementor-element-497254c {
    min-height: 450px;
  }

  .main-banner-slider h1 {
    font-size: 32px !important;
  }
}

/* ////Card styling change */

.elementor-element-8594101 {
  position: relative;
  overflow: hidden;
}

/* Make each card relative */
[data-id="8594101"],
[data-id="9930805"],
[data-id="e04da26"] {
  position: relative;
  overflow: hidden;
}

/* Ribbon style */
[data-id="8594101"] .ribbon,
[data-id="9930805"] .ribbon,
[data-id="e04da26"] .ribbon {
  position: absolute;
  top: 15px;
  right: -45px;
  background: #ff3b3b;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 6px 50px;
  transform: rotate(45deg);
  z-index: 999;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.elementor-793 .elementor-element.elementor-element-e04da26:not(.elementor-motion-effects-element-type-background),
.elementor-793 .elementor-element.elementor-element-e04da26>.elementor-motion-effects-container>.elementor-motion-effects-layer {
  background: #fffae4;
  color: black !important;
}

/* Target the card */
[data-id="e04da26"] {
  color: #1522c2 !important;
}

/* Headings */
[data-id="e04da26"] h1,
[data-id="e04da26"] h2,
[data-id="e04da26"] h3,
[data-id="e04da26"] h4,
[data-id="e04da26"] h5,
[data-id="e04da26"] h6 {
  color: #1522c2 !important;
}

/* Paragraphs & text */
[data-id="e04da26"] p,
[data-id="e04da26"] span,
[data-id="e04da26"] li {
  color: #1522c2 !important;
}

/* Only Auditor card button text white */
[data-id="e04da26"] .elementor-button,
[data-id="e04da26"] .elementor-button-text {
  color: #fff !important;
}

/* Hover effect */
[data-id="e04da26"] .elementor-button:hover {
  background-color: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

/* Hover text fix */
[data-id="e04da26"] .elementor-button:hover .elementor-button-text {
  color: #000 !important;
}

/* Icon list text */
[data-id="e04da26"] .elementor-icon-list-text {
  color: #1522c2 !important;
}


@media (min-width: 1140px) and (max-width: 1320px) {
  .e-con.e-flex>.e-con-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media (max-width: 767px) {
  .foot_logo {
    display: grid !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .elementor-974 .elementor-element.elementor-element-dd95621,
  .elementor-974 .elementor-element.elementor-element-9e5718e,
  .elementor-974 .elementor-element.elementor-element-6f495cc,
  .elementor-974 .elementor-element.elementor-element-9055217 {
    display: flex !important;
    flex-direction: column !important;
  }
}

.elementor-637 .elementor-element.elementor-element-f96c3fb,
.elementor-793 .elementor-element.elementor-element-35ecca5 {
  min-height: 50vh !important;
}

body>div.elementor.elementor-793>div.elementor-element.elementor-element-4c3943d.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>div {
  padding-block-start: 0px !important;
  padding-block-end: 0px !important;
}

@media (max-width: 767px) {
  body>div.elementor.elementor-793>div.elementor-element.elementor-element-4c3943d.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>div {
    padding-block-start: 25px !important;
    padding-block-end: 0px !important;
  }

  body>div.elementor.elementor-637>div.elementor-element.elementor-element-3e0f63a.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded>div {
    padding-block-start: 25px !important;
    padding-block-end: 0 !important;
  }
}



.elementor-637 .elementor-element.elementor-element-3e0f63a .e-con-inner {
  padding-block-start: 0 !important;
  padding-block-end: 0 !important;
}

.e-con.e-flex>.e-con-inner {
  padding-block-start: 2.5em;
  padding-block-end: 2.5em;
}

.ekit-template-content-footer {
  border-top: 1px solid #000 !important;
}

.elementor-974 .elementor-element.elementor-element-d936656 .ekit-wid-con .elementskit-infobox {
  padding: 0 !important;
}

.ekit-wid-con .elementskit-infobox {
  padding: 40px 30px !important;
}

.elementor-social-icon i {
  color: #1522c2;
}

.elementor-button-text {
  font-size: 14px !important;
}

/* Make all price boxes on the DSC page the same height and align their buttons to the bottom */
.elementor-793 [data-id="d4b6781"] {
  align-items: stretch !important;
}

.elementor-793 [data-id="8594101"],
.elementor-793 [data-id="6fbf98e"],
.elementor-793 [data-id="f3f836d"] {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  align-self: stretch !important;
}

.elementor-793 [data-id="1723039"],
.elementor-793 [data-id="e04da26"],
.elementor-793 [data-id="9930805"] {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
}

.elementor-793 [data-id="1723039"]>.elementor-widget-button,
.elementor-793 [data-id="e04da26"]>.elementor-widget-button,
.elementor-793 [data-id="9930805"]>.elementor-widget-button {
  margin-top: auto !important;
}

/* Change gray text on white price cards to black */
.elementor-793 [data-id="8594101"] .pmtext,
.elementor-793 [data-id="8594101"] .elementor-heading-title,
.elementor-793 [data-id="8594101"] .elementor-divider-separator {
  color: #000000 !important;
}