/* About US Page Start*/

.pages-banner {
  background: url(../img/headers/home-image1.jpg) center/cover no-repeat;
  height: auto;
  padding: 100px 0;
}

.about-us-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center !important;
}

.about-us-container h2 {
  font-size: 30px !important;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
}

.breadscrum {
  display: flex;
}

.breadscrum li {
  list-style: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 10px;
}

.breadscrum li a {
  color: #f68524;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 26px;
}

.affiliate-box p {
  padding: 0 30px !important;
}

.affiliate-box h3 {
  /* padding: 0 15px !important; */
  margin-left: 15px !important;
}

@media(max-width:768px) {

  .affiliate-box h3,
  .affiliate-box p {
    padding: 0 15px !important;

  }

}

/* Aboout Us Page Ends */

/* Contact Us Page Start */
.custom-gap>div {
  padding: 6px;
  /* Reduced gap */
}

.contact-box {
  background: #152028;
  padding: 25px;
  border-radius: 12px;
  color: #fff;
  min-height: 180px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-box .icon {
  width: 48px;
  height: 48px;
  background: #2c353b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-box .icon i {
  color: #d47a32;
  font-size: 20px;
}

.contact-box h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.contact-box a {
  color: #dcdcdc;
  line-height: 1.5;
  text-decoration: none;
}

.contact-box a:hover {
  color: #ffa55c;
}

/* Contact Us Page Ends */

/* Affiliate Program Start */
/* Main wrapper */
.steps-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 0;
  list-style: none;
}

/* Keep your class name: steps-affi */
.steps-affi {
  flex: 1;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  min-height: 330px;
  /* Equal height for all */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Your original inner wrapper */
.affiliate-box {
  flex-grow: 1;
  /* Makes all boxes equal height inside */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

/* Image styling */
.affiliate-box img {
  margin-bottom: 15px;
}

/* Title styling */
.affiliate-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Text styling */
.affiliate-box p {
  max-width: 260px;
  /* Keeps width balanced */
  line-height: 1.6;
  margin: 0 auto;
}

/* Mobile responsive fix */
@media (max-width: 768px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

/* Affiliate Program Ends */

/* Page managed by linux */
.linux-plan {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #e5e5e5 5%, #ffffff 80%, #ffffff 100%) repeat scroll 0 0;
}

.product-card-box-swiper {
  margin-top: -80px;
  z-index: 1000000;
}

.product-card-box-card {
  background: rgba(0, 0, 0, 0) linear-gradient(to top, #e5e5e5 5%, #ffffff 80%, #ffffff 100%) repeat scroll 0 0;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  text-align: center;

}

.product-card-box-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.product-card-box-icon {
  width: 70px;
  margin-bottom: 15px;
}

.product-card-box-sub {
  font-size: 16px;
  color: #333;
  margin: 0;
}

.product-card-box-price {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 20px;
}

.product-card-box-btn {
  background: #001f54;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.product-card-box-btn:hover {
  background: #003c8f;
}

/* Product Service Plan */

.product-service-plan-section {
  padding: 50px 20px;
  text-align: center;
  background: #f8fbff;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  display: none;
}

.product-service-plan-section.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.product-service-plan-main-title {
  font-size: 28px;
  font-weight: 700;
}

.product-service-plan-main-title span {
  /* display: block; */
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #f68524 !important;
  margin-bottom: 40px;
  margin-top: 5px;
    display: grid;
  grid-template-columns: 1fr max-content 1fr;
  grid-template-rows: 27px 0;
  grid-gap: 20px;
  align-items: center;
}
.product-service-plan-main-title span::after,
.product-service-plan-main-title span::before{
    content: " ";
  display: block;
  border-top: 1px solid #ccc;
  height: 2px;
  background-color: #bcbcbc;
}
.product-service-plan-main-title span::after {
  margin-right: 60px;
}


.product-service-plan-wrapper {
  max-width: 100%;
  margin: auto;
  text-align: left;
}

.product-service-plan-feature-list {
  list-style: none;
  padding: 0;
}
.service-list-item{
  display: flex !important;
  gap: 100px;
}

@media(max-width:768px){
  .service-list-item{
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}
}
.product-service-plan-feature-list li {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.product-service-plan-feature-list i {
  color: #4CAF50;
  font-size: 18px;
}
.product-service-plan-pricing-box{
  margin-top: 30px !important;
}

.product-service-plan-pricing-box label {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  margin-bottom: 10px;
}

.product-service-plan-pricing-box select {
  width: 300x !important;
  padding: 12px;
  font-size: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.buy-now-btn{
  display: block;
  background: #1e4098;
  color: #fff;
  margin-top: 20px;
  padding: 10px;
  width: 220px;
  border-radius: 5px;
  text-align: center;
}
.buy-now-btn:hover{
  color: #ffffff;
  background: #001f54;
}
/* Responsive */
@media (max-width: 768px) {
  .product-service-plan-main-title {
    font-size: 26px;
  }

  .product-service-plan-sub-title {
    font-size: 18px;
  }

  .product-service-plan-feature-list li {
    font-size: 16px;
  }
}
.col-padding img{
  margin-left: 0px;
}



/* Container */
.blog-page-wrapper {
    background: #f3f6f8;
    padding: 40px 0;
    min-height: 100vh;
}

.blog-page-inner {
    /* background: #fff; */
    border-radius: 6px;
    padding: 28px;

}

/* Cards column */
.blog-page-post-card {
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 24px rgba(10, 10, 10, 0.06);
    background: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-page-post-thumb {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    display: block;
}

.blog-page-post-body {
    padding: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.blog-page-meta {
    font-size: 13px;
    color: #8a94a0;
    margin-bottom: 8px;
}

.blog-page-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #10203a;
    line-height: 1.3;
}

.blog-page-excerpt {
    color: #6b7280;
    font-size: 14px;
    flex: 1;
    margin-bottom: 10px;
}

.blog-page-readmore {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #00a88f;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    border-radius: 22px;
    padding: 8px 14px;
    width: max-content;
}

/* Sidebar container (visual card) */
.blog-page-sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 18px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    border-left: 4px solid transparent;
    /* leave for highlight if needed */
}

/* Search box (teal border like design) */
.blog-page-search-box {
    display: flex;
    gap: 8px;
    align-items: center;
    border: 2px solid #00a99a;
    /* teal border */
    border-radius: 6px;
    padding: 8px 10px;
    background: #fff;
}

.blog-page-search-box input {
    border: 0;
    outline: 0;
    flex: 1;
    font-size: 14px;
    padding: 4px 6px;
}

.blog-page-search-btn {
    background: transparent;
    border: 0;
    font-size: 18px;
    color: #00a99a;
    cursor: pointer;
}

/* Section headings */
.blog-page-widget-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.blog-page-widget-title h6 {
    margin: 0;
    font-size: 14px;
    color: #0f172a;
    font-weight: 700;
}

.blog-page-widget-hr {
    height: 3px;
    width: 50px;
    background: #f36b2a;
    border-radius: 3px;
}

/* Categories list with caret */
.blog-page-categories {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-page-categories li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #1B263B;
    padding: 8px 0;
    font-size: 14px;
}

.blog-page-caret {
    margin-top: 4px;
    color: #1B263B;
    font-size: 12px;
    font-weight: bolder !important;
    margin-top: 5px;
}

/* Archive */
.blog-page-archive {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blog-page-archive li {
    padding: 6px 0;
    color: #1B263B;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    line-height: 21px;
    gap: 10px;
}

/* Events calendar block */
.blog-page-events {
    background: #fbfbfc;
    border-radius: 6px;
    padding: 12px;
    color: #6b7280;
    font-size: 14px;
}

/* Tags */
.blog-page-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.blog-page-tag {
    display: inline-block;
    padding: 7px 10px;
    background: #ff7a45;
    /* orange */
    color: #fff;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08) inset;
}

/* Right column spacing to match the screenshot look */
.blog-page-sidebar {
    padding-left: 20px;
}

/* Small responsive tweaks */
@media (max-width: 991.98px) {
    .blog-page-inner {
        padding: 18px;
    }
}

/* CSS of Blog Ends */



body {
  background: #f3fbfb;
}

.latestupdate-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.latestupdate-card:hover {
  transform: translateY(-5px);
}

.latestupdate-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.latestupdate-content {
  padding: 20px;
}

.latestupdate-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.latestupdate-desc {
  font-size: 14px;
  color: #555;
  margin-bottom: 15px;
}

.latestupdate-date {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  display: flex;
  align-items: center;
  gap: 6px;
}


/* Chatbot Box */
.fixed-buttons {
    position: fixed;
    right: 2%;
    bottom: 10%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: space-between; */
    gap: 150px;
    z-index: 9999;
}


.dual-icon {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.icon-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.icon-btn:hover {
    transform: scale(1.1);
}

.chatbot {
    background: var(--primary);
}

.chatbot img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.chatbot-box {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 350px;
  height: 420px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
  display: none;
  flex-direction: column;
  z-index: 9999;
}

/* Header */
.chatbot-header {
  background: #1e4098;
  color: #fff;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.chatbot-header button {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* Body */
.chatbot-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;
  background: #f5f7ff;
}

.bot-msg,
.user-msg {
   margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 6px;
    max-width: 100%;
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.bot-msg {
  background: #e0e7ff;
  color: #000;
}

.user-msg {
  background: #1e4098;
  color: #fff;
  margin-left: auto;
}

/* Footer */
.chatbot-footer {
  display: flex;
  border-top: 1px solid #ddd;
}

.chatbot-footer input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.chatbot-footer button {
  background: #1e4098;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
}
/* Chat Boat Ends */

/* POP Form Start */

.auto-form-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

.auto-form {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
}

.auto-form input,
.auto-form select,
.auto-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
}

.auto-form button {
  width: 100%;
  padding: 10px;
  background: #1e4098;
  color: #fff;
  border: none;
}

.close-btn {
  position: absolute;
  right: 12px;
  top: 8px;
  font-size: 22px;
  cursor: pointer;
}


/* Active main menu */
.nav-links li.active > a {
  color: #1e4098;
  font-weight: 600;
}

/* Active dropdown arrow */
.nav-links li.active > a span {
  transform: rotate(180deg);
}

/* Mobile active */
.mobile-menu a.active {
  color: #1e4098;
  font-weight: 600;
}

/* Open mobile dropdown */
.mobile-dropdown.active .m-drop {
  display: block;
}


/* CSS of Cart Page */

.cart{
  padding-top: 50px;
}

.cart-domain-header {
    background: #ecfdfd;
    padding: 12px 20px;
}

/* Main box */
.cart-domain-box {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
}

/* Tabs */
.cart-domain-tabs {
    border-bottom: 1px solid #ddd;
}

.cart-domain-tabs .nav-link {
    color: #000;
    font-weight: 500;
    border: none;
}

.cart-domain-tabs .nav-link.active {
    background: #ff4d00;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

/* Search row */
.cart-domain-search {
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 20px;
}

/* Inputs */
.cart-domain-search input,
.cart-domain-search select {
    border: none;
    height: 55px;
}

.cart-domain-search select {
    border-left: 1px solid #ddd;
}

/* Button */
.cart-domain-search-btn {
    background: #0b1b5e;
    color: #fff;
    border: none;
    height: 55px;
    font-weight: 500;
}

.cart-domain-search-btn:hover {
    background: #08124a;
}

/* Remove focus */
.cart-domain-search input:focus,
.cart-domain-search select:focus {
    box-shadow: none;
}

.order-summary-box {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.order-summary-header {
  background: #0b1c66;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
}

.order-summary-empty {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}

.order-summary-body {
  padding: 15px;
}

.order-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.order-summary-coupon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border: 1px dashed #ccc;
  margin: 12px 0;
  font-size: 14px;
}

.order-summary-apply-btn {
  background: #0b1c66;
  color: #fff;
  border: none;
  padding: 5px 12px;
  font-size: 13px;
  border-radius: 4px;
}

.order-summary-total {
  display: flex;
  justify-content: space-between;
  background: #e9f7e3;
  padding: 10px;
  font-weight: bold;
  font-size: 15px;
}

.order-summary-payment-option {
  border: 2px solid #ff5722;
  padding: 12px;
  margin: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-size: 14px;
}

.order-summary-payment-option img {
  height: 24px;
}

.order-summary-secure {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  font-size: 13px;
  color: #2e7d32;
}

.order-summary-terms {
  padding: 12px 15px;
  font-size: 13px;
}

.order-summary-terms a {
  color: red;
  text-decoration: none;
}

.order-summary-pay-btn {
  width: 100%;
  background: #ff5722;
  color: #fff;
  border: none;
  padding: 12px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
}


.cart-summary-box {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.cart-summary-header {
  background: #0b1c66;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
  font-size: 15px;
}

.cart-summary-body {
  padding: 15px;
}

.cart-summary-title {
  font-weight: 600;
  font-size: 14px;
}

.cart-summary-price {
  font-weight: 600;
  font-size: 14px;
}

.cart-summary-icons {
  color: green;
  font-size: 13px;
  margin-left: 5px;
}

.cart-summary-duration {
  font-size: 13px;
  color: #666;
}

.cart-summary-hostname {
  font-size: 13px;
  margin: 10px 0;
  color: #444;
}

.cart-summary-hostname span {
  color: #666;
}

.cart-summary-options h6 {
  font-size: 14px;
  margin-bottom: 8px;
  color: #000;
}

.cart-summary-options ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.cart-summary-options ul li {
  font-size: 13px;
  margin-bottom: 6px;
}

.cart-summary-remove-btn {
  background: #fff;
  border: 1px solid #ddd;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
}

.login-signup-box {
  border: 1px solid #ddd;
  background: #fff;
}

.login-signup-header {
  background: #0b1c66;
  color: #fff;
  padding: 12px 15px;
  font-weight: 600;
}

.login-signup-tabs .nav-link {
  border: none;
  padding: 10px 18px;
  font-size: 14px;
  color: #000;
}

.login-signup-tabs .nav-link.active {
  background: #ff3c00;
  color: #fff;
}

.section-title {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 10px;
}

.form-control {
  font-size: 14px;
  height: 40px;
}

.login-signup-footer {
  background: #fff3cd;
  border-top: 1px solid #ffeeba;
  padding: 10px 15px;
  font-size: 13px;
  color: #856404;
}
