.elementor-12074 .elementor-element.elementor-element-308a8af{--display:flex;}.elementor-12074 .elementor-element.elementor-element-e4db6c7{--display:flex;}.elementor-12074 .elementor-element.elementor-element-f70c1f7{--display:flex;}.elementor-12074 .elementor-element.elementor-element-ed0f49b{--display:flex;}.elementor-12074 .elementor-element.elementor-element-b56ed96{--display:flex;}.elementor-12074 .elementor-element.elementor-element-45e8c16{--display:flex;}.elementor-12074 .elementor-element.elementor-element-da96fd3{--display:flex;}.elementor-12074 .elementor-element.elementor-element-e3c508b{--display:flex;}.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 );}/* Start custom CSS for html, class: .elementor-element-d974fac */.rapidssl-hero {
  background: linear-gradient(135deg, #eaf4f4, #f4f6f7);
  padding: 120px 20px;
}

.rapidssl-container {
  max-width: 1200px;
  margin: 0 auto;
}

.rapidssl-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Badge */
.rapidssl-badge {
  display: inline-block;
  background: #008080;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 13px;
  margin-bottom: 25px;
}

/* Heading */
.rapidssl-left h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #222;
}

/* Description */
.rapidssl-description {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  color: #444;
}

/* Buttons */
.rapidssl-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.rapidssl-btn {
  padding: 14px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.rapidssl-btn.primary {
  background: #008080;
  color: #fff;
}

.rapidssl-btn.primary:hover {
  background: #006666;
}

.rapidssl-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.rapidssl-btn.outline:hover {
  background: #008080;
  color: #fff;
}

/* Right Card */
.speed-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  margin-bottom: 25px;
}

.speed-card h3 {
  margin-bottom: 20px;
  font-size: 20px;
}

.speed-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.speed-card li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #444;
}

/* Speed Strip */
.speed-strip {
  background: #008080;
  padding: 30px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}

.speed-strip h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.speed-strip p {
  font-size: 13px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .rapidssl-grid {
    grid-template-columns: 1fr;
  }

  .rapidssl-left h1 {
    font-size: 32px;
  }

  .speed-strip {
    flex-direction: column;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9dc59a2 */.rapidssl-about-section {
  background: #ffffff;
  padding: 110px 20px;
}

.rapidssl-about-container {
  max-width: 1100px;
  margin: 0 auto;
}

.rapidssl-about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Left Side */
.rapidssl-about-left h2 {
  font-size: 34px;
  color: #008080;
  margin-bottom: 20px;
}

.about-intro {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
}

.rapidssl-about-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Right Feature Pills */
.rapidssl-about-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-pill {
  background: #f4f6f7;
  padding: 18px 22px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  border-left: 4px solid #008080;
  transition: 0.3s ease;
}

.feature-pill:hover {
  background: #e6f5f5;
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 992px) {
  .rapidssl-about-grid {
    grid-template-columns: 1fr;
  }

  .rapidssl-about-left h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4398c38 */.rapidssl-benefits-section {
  background: #f4f6f7;
  padding: 120px 20px;
}

.benefits-container {
  max-width: 1150px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 70px;
  align-items: start;
}

/* LEFT */
.benefits-left h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 20px;
}

.benefits-intro {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.benefits-highlight {
  background: #ffffff;
  padding: 18px;
  border-left: 5px solid #008080;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/* RIGHT */
.benefits-right {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.benefit-item {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  background: #ffffff;
  padding: 22px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.04);
  transition: 0.3s ease;
}

.benefit-item:hover {
  transform: translateY(-6px);
}

.benefit-icon {
  font-size: 22px;
  background: #e6f5f5;
  color: #008080;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;
}

.benefit-item h4 {
  margin-bottom: 6px;
  font-size: 17px;
}

.benefit-item p {
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e107bfc */.rapidssl-pricing-section {
  background: #f4f6f7;
  padding: 100px 20px;
}

.pricing-container {
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-container h2 {
  text-align: center;
  margin-bottom: 40px;
  color: #008080;
  font-size: 32px;
}

.table-wrapper {
  overflow-x: auto;
}

.rapidssl-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.rapidssl-table th {
  background: #008080;
  color: #ffffff;
  padding: 15px;
  font-size: 14px;
}

.rapidssl-table td {
  padding: 14px;
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  text-align: center;
}

.rapidssl-table td:first-child {
  text-align: left;
  font-weight: 600;
  background: #f9f9f9;
}

/* Buy Buttons */
.buy-row td {
  padding: 20px 10px;
}

.buy-btn {
  padding: 10px 18px;
  background: #008080;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.buy-btn:hover {
  background: #006666;
}

.buy-btn.highlight {
  background: #004d4d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c0e0c09 */.rapidssl-usecase-section {
  background: #ffffff;
  padding: 120px 20px;
  text-align: center;
}

.usecase-container {
  max-width: 1100px;
  margin: 0 auto;
}

.usecase-header h2 {
  font-size: 34px;
  color: #008080;
  margin-bottom: 15px;
}

.usecase-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.usecase-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* Items */
.usecase-item {
  background: #f8fbfa;
  padding: 35px 25px;
  border-radius: 16px;
  transition: 0.3s ease;
  border: 1px solid transparent;
}

.usecase-item:hover {
  background: #ffffff;
  border-color: #008080;
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
}

.usecase-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.usecase-item h4 {
  font-size: 16px;
  margin-bottom: 8px;
  color: #222;
}

.usecase-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .usecase-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .usecase-grid {
    grid-template-columns: 1fr;
  }

  .usecase-header h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cbc4630 */.rapidssl-owner-benefits {
  background: #f4f6f7;
  padding: 120px 20px;
  text-align: center;
}

.owner-container {
  max-width: 1200px;
  margin: 0 auto;
}

.owner-header h2 {
  font-size: 36px;
  color: #008080;
  margin-bottom: 15px;
}

.owner-header p {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Grid */
.owner-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Cards */
.owner-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.owner-card:hover {
  transform: translateY(-8px);
}

.owner-icon {
  font-size: 28px;
  margin-bottom: 15px;
}

.owner-card h4 {
  font-size: 16px;
  margin-bottom: 8px;
}

.owner-card p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Highlight Strip */
.owner-highlight {
  background: #008080;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 992px) {
  .owner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .owner-grid {
    grid-template-columns: 1fr;
  }

  .owner-header h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-269f689 */.geotrust-final-cta {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  padding: 120px 20px;
  text-align: center;
}

.cta-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

/* Only H2 brand color */
.cta-wrapper h2 {
  font-size: 35px;
  color: #008080;
  margin-bottom: 20px;
  font-weight: 700;
}

/* Subtext */
.cta-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.7;
}

/* Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 14px 28px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Primary Button */
.cta-btn.primary {
  background: #008080;
  color: #ffffff;
}

.cta-btn.primary:hover {
  background: #006666;
}

/* Outline Button */
.cta-btn.outline {
  border: 2px solid #008080;
  color: #008080;
}

.cta-btn.outline:hover {
  background: #008080;
  color: #ffffff;
}

/* Ghost Button */
.cta-btn.ghost {
  color: #008080;
  text-decoration: underline;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d12d494 *//* 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 */