.elementor-11880 .elementor-element.elementor-element-2111d71{--display:flex;}.elementor-11880 .elementor-element.elementor-element-818527b{--display:flex;}.elementor-11880 .elementor-element.elementor-element-c71f3d2{--display:flex;}.elementor-11880 .elementor-element.elementor-element-24d53de{--display:flex;}.elementor-11880 .elementor-element.elementor-element-82d8178{--display:flex;}.elementor-11880 .elementor-element.elementor-element-daa3bba{--display:flex;}.elementor-11880 .elementor-element.elementor-element-d753206{--display:flex;}.elementor-11880 .elementor-element.elementor-element-3b0c4f9{--display:flex;}.elementor-11880 .elementor-element.elementor-element-ce6d70c{--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-5ed9d95 */.hosting-hero {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
}

.hosting-container {
  max-width: 950px;
  margin: 0 auto;
}

/* Badge */
.hosting-badge {
  display: inline-block;
  background: #e8f0ef;
  color: #0f766e;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 30px;
  border: 1px solid #cfe3e0;
}

/* Heading */
.hosting-hero h1 {
  font-size: 38px;
  color: #0f766e;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.2;
}

/* Description */
.hosting-description {
  font-size: 19px;
  color: #444;
  line-height: 1.7;
  max-width: 820px;
  margin: 0 auto 40px auto;
}

/* Buttons */
.hosting-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.hosting-btn {
  padding: 16px 40px;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.hosting-btn.primary {
  background: #0f766e;
  color: #fff;
}

.hosting-btn.primary:hover {
  background: #0c5e58;
}

.hosting-btn.outline {
  border: 2px solid #0f766e;
  color: #0f766e;
  background: transparent;
}

.hosting-btn.outline:hover {
  background: #0f766e;
  color: #fff;
}

/* Features Row */
.hosting-features {
  display: flex;
  justify-content: center;
  gap: 45px;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.hosting-features span {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .hosting-hero h1 {
    font-size: 34px;
  }

  .hosting-description {
    font-size: 16px;
  }

  .hosting-btn {
    width: 100%;
    text-align: center;
  }

  .hosting-features {
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfe37e7 */.hosting-benefits-section {
  background: #ffffff;
  padding: 110px 20px;
}

.benefits-container {
  max-width: 1150px;
  margin: 0 auto;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 60px;
  align-items: start;
}

/* LEFT SIDE */
.benefits-left h2 {
  font-size: 30px;
  color: #0f766e;
  margin-bottom: 40px;
  font-weight: 700;
}

.benefit-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
}

.benefit-icon {
  font-size: 30px;
  background: #e8f3f2;
  padding: 12px;
  border-radius: 12px;
  height: fit-content;
}

.benefit-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f766e;
}

.benefit-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

/* RIGHT SIDE PANEL */
.highlight-panel {
  background: linear-gradient(135deg, #f3f8f7, #e8f3f2);
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.highlight-panel h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0f766e;
}

.highlight-panel p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444;
  line-height: 1.6;
}

.highlight-panel ul {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.highlight-panel ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.benefits-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f766e;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.benefits-btn:hover {
  background: #0c5e58;
}

/* Responsive */
@media (max-width: 900px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits-left h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da084b0 */.hosting-ssl-compare {
  background: #ffffff;
  padding: 110px 20px;
}

.compare-container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.compare-container h2 {
  font-size: 30px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
}

.compare-subtitle {
  font-size: 17px;
  color: #555;
  margin-bottom: 60px;
}

.compare-wrapper {
  display: grid;
  grid-template-columns: 1fr 2px 1fr;
  gap: 40px;
  align-items: start;
}

.compare-column {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  text-align: left;
}

.compare-column h3 {
  margin-bottom: 30px;
  font-size: 20px;
  color: #0f766e;
}

/* Divider */
.compare-divider {
  background: #dbe7e6;
  width: 2px;
  height: 100%;
}

/* Items */
.compare-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eef2f1;
}

.label {
  font-weight: 600;
  color: #333;
}

.value {
  font-size: 15px;
  color: #444;
}

.positive {
  color: #0f766e;
  font-weight: 600;
}

.negative {
  color: #c0392b;
  font-weight: 600;
}

/* Highlight Paid Column */
.compare-column.paid {
  border: 2px solid #0f766e;
}

/* Responsive */
@media (max-width: 900px) {
  .compare-wrapper {
    grid-template-columns: 1fr;
  }

  .compare-divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b75f846 */.hosting-providers-section {
  background: #ffffff;
  padding: 110px 20px;
}

.providers-container {
  max-width: 1000px;
  margin: 0 auto;
}

.providers-container h2 {
  font-size: 38px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

.providers-intro {
  text-align: center;
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.7;
}

/* Provider Card */
.provider-card {
  background: #f7fbfa;
  padding: 40px;
  border-radius: 18px;
  margin-bottom: 50px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.provider-card:hover {
  transform: translateY(-6px);
}

.provider-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.provider-number {
  background: #0f766e;
  color: #fff;
  font-weight: 700;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.provider-header h3 {
  font-size: 20px;
  margin: 0;
  color: #0f766e;
}

.provider-description {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 20px;
}

.provider-features ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.provider-features ul li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.provider-why {
  background: #e8f3f2;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.provider-why strong {
  display: block;
  margin-bottom: 5px;
  color: #0f766e;
}

.provider-why p {
  font-size: 14px;
  margin: 0;
  color: #444;
}

.provider-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f766e;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.provider-btn:hover {
  background: #0c5e58;
}

/* Responsive */
@media (max-width: 768px) {
  .providers-container h2 {
    font-size: 28px;
  }

  .provider-card {
    padding: 25px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e8cdacf */.vps-cloud-section {
  background: #f4f6f7;
  padding: 110px 20px;
}

.vps-container {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.vps-container h2 {
  font-size: 38px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
}

.vps-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.7;
}

/* Grid */
.vps-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

/* Card */
.vps-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  text-align: left;
  position: relative;
  transition: 0.3s ease;
}

.vps-card:hover {
  transform: translateY(-6px);
}

.vps-badge {
  display: inline-block;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.vps-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0f766e;
}

.vps-desc {
  font-size: 15px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.vps-features {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.vps-features li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #333;
}

/* Why strip */
.vps-why {
  background: #e8f3f2;
  padding: 12px;
  border-radius: 8px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #0f766e;
  font-weight: 500;
}

/* Button */
.vps-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #0f766e;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.vps-btn:hover {
  background: #0c5e58;
}

/* Responsive */
@media (max-width: 900px) {
  .vps-grid {
    grid-template-columns: 1fr;
  }

  .vps-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-15588f5 */.enterprise-hosting-section {
  background: #ffffff;
  padding: 120px 20px;
}

.enterprise-container {
  max-width: 1050px;
  margin: 0 auto;
}

.enterprise-container h2 {
  text-align: center;
  font-size: 38px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
}

.enterprise-intro {
  text-align: center;
  font-size: 17px;
  color: #555;
  margin-bottom: 80px;
  line-height: 1.7;
}

/* Enterprise Block */
.enterprise-block {
  background: #f8fbfa;
  border-left: 6px solid #0f766e;
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.enterprise-block:hover {
  transform: translateY(-5px);
}

.enterprise-header h3 {
  font-size: 22px;
  margin-bottom: 25px;
  color: #0f766e;
}

/* Content Layout */
.enterprise-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 25px;
}

.enterprise-features ul {
  list-style: none;
  padding: 0;
}

.enterprise-features li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.enterprise-why {
  background: #e8f3f2;
  padding: 15px;
  border-radius: 8px;
}

.enterprise-why strong {
  display: block;
  margin-bottom: 6px;
  color: #0f766e;
}

.enterprise-why p {
  font-size: 14px;
  margin: 0;
  color: #444;
}

/* Button */
.enterprise-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #0f766e;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
}

.enterprise-btn:hover {
  background: #0c5e58;
}

/* Responsive */
@media (max-width: 900px) {
  .enterprise-content {
    grid-template-columns: 1fr;
  }

  .enterprise-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-acc29ee */.hosting-decision-section {
  background: #ffffff;
  padding: 120px 20px;
}

.decision-container {
  max-width: 1150px;
  margin: 0 auto;
  text-align: center;
}

.decision-container h2 {
  font-size: 38px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
}

.decision-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.7;
}

/* Hosting Cards Grid */
.hosting-types {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.hosting-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.06);
  text-align: left;
  transition: 0.3s ease;
}

.hosting-card:hover {
  transform: translateY(-6px);
}

.hosting-icon {
  font-size: 30px;
  margin-bottom: 10px;
}

.hosting-card h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #0f766e;
}

.hosting-tag {
  display: inline-block;
  font-size: 12px;
  background: #e8f3f2;
  color: #0f766e;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}

/* Pros & Cons */
.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.pros h4,
.cons h4 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #333;
}

.pros ul,
.cons ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

.pros li {
  margin-bottom: 6px;
  color: #0f766e;
}

.cons li {
  margin-bottom: 6px;
  color: #c0392b;
}

.best-for {
  background: #f0f8f7;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #444;
}

/* Responsive */
@media (max-width: 900px) {
  .hosting-types {
    grid-template-columns: 1fr;
  }

  .pros-cons {
    grid-template-columns: 1fr;
  }

  .decision-container h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-23b31f7 */.ssl-activation-section {
  background: #ffffff;
  padding: 120px 20px;
}

.activation-container {
  max-width: 1000px;
  margin: 0 auto;
}

.activation-container h2 {
  text-align: center;
  font-size: 36px;
  color: #0f766e;
  margin-bottom: 15px;
  font-weight: 700;
}

.activation-intro {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 70px;
  line-height: 1.7;
}

/* Blocks */
.activation-block {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  margin-bottom: 60px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.activation-block h3 {
  margin-bottom: 25px;
  color: #0f766e;
}

/* Steps */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step {
  background: #f0f8f7;
  padding: 12px 15px;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.step span {
  background: #0f766e;
  color: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 600;
}

/* Notes */
.activation-note {
  margin-top: 20px;
  background: #e8f3f2;
  padding: 12px;
  border-radius: 8px;
  font-size: 13px;
  color: #444;
}

/* Error Boxes */
.error-box {
  background: #fff3f3;
  border-left: 4px solid #c0392b;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 14px;
}

.error-box strong {
  color: #c0392b;
}

/* Code Block */
.code-block {
  background: #1e1e1e;
  color: #ffffff;
  padding: 15px;
  border-radius: 8px;
  font-size: 13px;
  overflow-x: auto;
}

/* Responsive */
@media (max-width: 768px) {
  .activation-container h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f11f2f5 *//* 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 */