.elementor-10968 .elementor-element.elementor-element-74a40c0{--display:flex;}.elementor-10968 .elementor-element.elementor-element-94d9bd3{--display:flex;}.elementor-10968 .elementor-element.elementor-element-cedf08f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10968 .elementor-element.elementor-element-e7b97dc{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10968 .elementor-element.elementor-element-88e4f8b > .elementor-widget-container{background-color:#008080;padding:20px 20px 20px 20px;}.elementor-10968 .elementor-element.elementor-element-88e4f8b{text-align:center;}.elementor-10968 .elementor-element.elementor-element-88e4f8b .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:#F9F9F9;}.elementor-10968 .elementor-element.elementor-element-b1e0004{--display:flex;}.elementor-10968 .elementor-element.elementor-element-a222b71{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10968 .elementor-element.elementor-element-7956b72{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10968 .elementor-element.elementor-element-9b48709{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10968 .elementor-element.elementor-element-836c6e9{--display:flex;}.elementor-10968 .elementor-element.elementor-element-e33bbe5{--display:flex;}.elementor-10968 .elementor-element.elementor-element-f4b72d7{--display:flex;}.elementor-10968 .elementor-element.elementor-element-688c2f0{--display:flex;}.elementor-10968 .elementor-element.elementor-element-cbdddfe{--display:flex;}.elementor-10968 .elementor-element.elementor-element-15ba766{--display:flex;}.elementor-10968 .elementor-element.elementor-element-025e17c{--display:flex;}.elementor-10968 .elementor-element.elementor-element-cdcf5bc{--display:flex;}@media(min-width:768px){.elementor-10968 .elementor-element.elementor-element-7956b72{--width:50%;}.elementor-10968 .elementor-element.elementor-element-9b48709{--width:50%;}}/* Start custom CSS for heading, class: .elementor-element-88e4f8b */.elementor-10968 .elementor-element.elementor-element-88e4f8b {
  position: relative;
  overflow: hidden;
}

.elementor-10968 .elementor-element.elementor-element-88e4f8b::after {
  content: "POPULAR";
  position: absolute;
  top: 18px;
  right: -45px;
  background: #6cc24a; /* green like image */
  color: #ffffff;
  padding: 6px 45px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  transform: rotate(45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.25);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa60b3f */.why-code-signing {
  padding: 70px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-intro {
  max-width: 760px;
  margin: 0 auto 45px;
  color: #555;
  font-size: 16px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* FORCE 4 IN ONE ROW */
  gap: 25px;
}

.card {
  background: #fafafa;
  padding: 30px;
  border-radius: 12px;
  text-align: left;
}

.card .icon {
  width: 46px;
  height: 46px;
  margin-bottom: 15px;
}

.card svg {
  width: 100%;
  height: 100%;
  fill: #008080;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}
/* ========== SECTION WRAPPER ========== */
.ccssl-ev-features {
  width: 100%;
  background: #ffffff;
  padding: 70px 0;
  font-family: inherit;
}

/* CONTAINER */
.ccssl-ev-features-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* HEADING – BRAND COLOR APPLIED */
.ccssl-ev-features h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #008080; /* ✅ brand color */
  margin-bottom: 16px;
  line-height: 1.2;
}

/* INTRO TEXT */
.ccssl-ev-features p.intro {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563; /* softer gray for readability */
}

/* GRID */
.ccssl-ev-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px 64px;
}

/* FEATURE ITEM TITLE */
.ccssl-ev-feature h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
}

/* DIVIDER – BRAND ACCENT */
.ccssl-ev-feature .divider {
  width: 100%;
  height: 2px;
  background: #008080; /* ✅ brand accent */
  opacity: 0.25;
  margin-bottom: 14px;
}

/* FEATURE TEXT */
.ccssl-ev-feature p {
  font-size: 15.5px;
  line-height: 1.65;
  color: #374151;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ccssl-ev-features-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .ccssl-ev-features h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b2b362 */.evcs-feature-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
        Roboto, Arial, sans-serif;
}

.evcs-container {
  max-width: 1200px;
  margin: 0 auto;
}

.evcs-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.evcs-eyebrow {
  font-size: 13px;
  letter-spacing: 1.2px;
  color: #6b7280;
  font-weight: 600;
  text-transform: uppercase;
}

.evcs-title {
  font-size: 42px;
  line-height: 1.15;
  margin: 16px 0 22px;
  color: #008080; /* brand heading color */
}

.evcs-intro {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 26px;
}

.evcs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.evcs-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}

.evcs-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #16a34a;
  font-weight: bold;
}

/* RIGHT VISUAL */
.evcs-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.evcs-ui {
  position: absolute;
  top: -30px;
  left: -20px;
  background: #ffffff;
  padding: 14px;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.evcs-ui img {
  max-width: 520px;
  border-radius: 8px;
}

/* CIRCLE IMAGE */
.evcs-circle {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px dashed #a7f3d0;
}

.evcs-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BADGE */
.evcs-badge {
  position: absolute;
  bottom: -20px;
  right: 40px;
  background: #ffffff;
  padding: 12px 18px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.evcs-badge span {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #2563eb;
}

.evcs-badge small {
  font-size: 13px;
  color: #555;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .evcs-grid {
    grid-template-columns: 1fr;
  }

  .evcs-visual {
    margin-top: 60px;
  }

  .evcs-ui {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
}

/* EV Code Signing – Section Title Brand Color */
.evcs-feature-section .evcs-title {
  color: #008080;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e70020c */.ev-validation-section {
  padding: 100px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

.ev-validation-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* TOP GRID */
.ev-validation-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

/* LEFT CONTENT */
.ev-validation-content h2 {
  font-size: 36px;
  margin-bottom: 12px;
}

.ev-validation-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  margin-bottom: 22px;
}

.ev-validation-content p {
  font-size: 15px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 16px;
}

/* RIGHT IMAGE */
.ev-validation-image {
  text-align: center;
}

.ev-validation-image img {
  max-width: 100%;
  border-radius: 8px;
}

/* BOTTOM BLOCKS */
.ev-validation-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.ev-block h3 {
  font-size: 18px;
  margin-bottom: 12px;
}

.ev-block p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.ev-block ul {
  padding-left: 18px;
  margin: 0;
}

.ev-block li {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 6px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .ev-validation-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ev-validation-blocks {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* EV Validation & Requirements – Brand + Font Fix */
.ev-validation-section {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Main Section Heading */
.ev-validation-section h2 {
  color: #008080; /* brand color */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-864b740 *//* FAQ SECTION ONLY */
.faq-section {
  padding: 80px 20px;
  background: #ffffff;
  font-family: Arial, sans-serif;
}

/* LOCAL CONTAINER */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

/* TITLE */
.faq-section .faq-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 50px;
}

/* FAQ ITEM */
.faq-section .faq-item {
  background: #eef2f3;
  border-radius: 6px;
  margin-bottom: 18px;
}

/* QUESTION */
.faq-section .faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
  position: relative;
}

.faq-section .faq-item summary::-webkit-details-marker {
  display: none;
}

/* PLUS / MINUS ICON */
.faq-section .faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  font-size: 22px;
}

.faq-section .faq-item[open] summary::after {
  content: "−";
}

/* ANSWER */
.faq-section .faq-item p {
  padding: 0 22px 20px;
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}/* End custom CSS */