/*<link rel="stylesheet" href="https://ebc-assets.s3.ap-south-1.amazonaws.com/css/course-overview.css" />*/

/* Course Tile/Video rounded border*/
.hero img {
  border-radius: 12px; /* adjust px/rem as needed */
}

.panel{
  background-color: #ccc !important;
}

/* Course outline*/
.panel-body {
  font-size: 1.5rem;
  line-height: 1.8;
  border-radius: 12px !important;
  background-color: #fff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

/* Course outline - removing the black border around the outline*/
.panel-default .collapse.in {
  border: none !important;
}

/* Course outline headings*/
.outline_list b {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

/* About Course 1 or Course Overview 1*/
.about {
  font-size: 1.75rem;   /* larger base text (~20px) */
  line-height: 1.8;     /* generous line height */
  max-width: 900px !important;
  padding: 2rem 0rem;
  color: #000;          /* switch to black (#111) if background is light */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

.about h3 {
  color: #000 !important;
}

.about h2 {
  color: #000 !important;
}

/* About this Course heading color*/
.inner-about {
  color: #000;
}

.prerequisites {
  color: #000;
}

.objectives {
  color: #000;
}

/* About Course 2 or Course Overview 2*/
.about2 {
  font-size: 1.75rem;   /* larger base text (~20px) */
  line-height: 1.8;     /* generous line height */
  max-width: 900px !important;
  padding: 2rem 0rem;
  color: #fff;          /* switch to black (#111) if background is light */
}

.about2 p {
  margin: 1.2rem 0;
  font-size: 1.75rem;   /* increase paragraph font size */
}

.about2 ol {
  margin: 1.5rem 0 2rem 2rem;
  font-size: 1.75rem;   /* bigger list text */
}

.about2 li {
  margin-bottom: 1.2rem;
}

/* Headings */
.about2 h3 {
  font-size: 2.5rem !important;   /* increase font size */
  color: #fff;                    /* or #111 if light background */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
  margin-top: 2rem;               /* adds space above the h3 */
}


/* Certificate body text to black */
.certificate.about-course .container p {
  color: #000;
}

.quote-content {
  max-width: 60ch;                /* optional: comfortable line length */
  color: #fff;                    /* set text color; quotes use currentColor */
}

/* QUOTE TEXT */
.quote-content p {
  position: relative;             /* anchor for ::before/::after */
  font-size: 2rem !important;
  line-height: 1.6 !important;
  padding: 0.25em 0.4em;          /* tiny inset so text doesn't touch edges */
  overflow: visible;              /* allow the hanging quotes to overflow */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
               Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif !important;
}

/* Opening quote – hangs outside top-left */
.quote-content p::before {
  content: "“";
  position: absolute;
  left: -0.45em;                  /* negative pulls it outside */
  top: -0.25em;
  font-size: 3.5rem;              /* larger than text */
  line-height: 1;
  color: currentColor;            /* matches text color */
  opacity: 0.95;                  /* tweak if you want it softer */
}

/* Closing quote – hangs outside bottom-right */
.quote-content p::after {
  content: "”";
  position: absolute;
  right: -0.45em;
  bottom: -0.35em;
  font-size: 3.5rem;
  line-height: 1;
  color: currentColor;
  opacity: 0.95;
}

/* ATTRIBUTION (signature) */
.quote-content span {
  display: block !important;
  text-align: right !important;
  margin-top: 0.5rem;
  font-size: 1.25rem;
  opacity: 0.85;
  text-transform: capitalize !important; /* makes 'FRED RODELL' → 'Fred Rodell' */
}


/* Optional: scale nicely on small screens */
@media (max-width: 600px) {
  .quote-content p { font-size: 1.6rem !important; }
  .quote-content p::before,
  .quote-content p::after { font-size: 2.6rem; }
}

.linkedin-logo {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 14px;     /* smaller size ~ half of what you had */
  text-decoration: none;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}

.linkedin-logo .linked {
  color: #000;
}

.linkedin-logo .in {
  background-color: #0077B5 !important; /* LinkedIn blue */
  color: #fff;
  padding: 1px 3px;          /* tighter padding */
  border-radius: 2px;
  margin-left: 2px;          /* bring closer to "Linked" */
  display: inline-block;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 13px;           /* slightly smaller for balance */
}

/* Scale the whole logo (about half-size) and keep it snug with surrounding text */
.linkedin-svg-link svg {
  height: 18px;         /* tweak this to taste (e.g., 16–22px) */
  vertical-align: middle;
}
