﻿.form-control-paddingx {
  padding-top: 0.375rem;
  padding-right: 3.75rem;
  border-bottom: 2px solid #ffb800;
}

.btn-form {
  background-color: #416680;
  padding: 6px 25px;
}

.btn-form:hover {
  background-color: #2f4b60;
}

.fixed-top {
  position: fixed;
  background: #fff;
  opacity: 0.9;
  z-index: 999999;
  width: 100%;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.animate-icon_1 {
  position: absolute;
  top: 72%;
  right: 38%;
}

.animate-icon_2 {
  position: absolute;
  top: 60%;
  right: 24%;
}

.animate-icon_3 {
  position: absolute;
  top: 48%;
  right: 9%;
}

/* animation */
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}

.avatar {
  overflow: hidden;
  transform: translatey(0px);
  animation: float 2500ms ease-in-out infinite;
}

.animate-icon_2.avatar {
  animation-delay: 0.4s;
}

.animate-icon_3.avatar {
  animation-delay: 0.8s;
}

.body-gradient {
  background:
    url("../../assets/img/section_pattern.png"),
    linear-gradient(180deg, #416680 0%, #2f4b60 100%);
}

/* shapes */
.banner-shape {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.banner-shape.shape_2 {
  background-image: url("../../assets/img/right_shape.png");
  background-position: bottom left;
}

.banner-shape,
canvas#c {
  top: 0;
  height: auto;
  width: auto;
}

.banner-shape.shape_1 {
  background-image: url("../../assets/img/left_shape.png");
  background-position: top right;
}

.banner-shape {
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}

.banner-shape,
canvas#c {
  top: 0;
  height: auto;
  width: auto;
}

.header-gradient {
  background: linear-gradient(269.94deg, #416680 10.47%, #2f4b60 99.97%);
}

/*---------------------
  Hosting Section in domain reg page
-----------------------*/

.hosting-section {
  background-color: #ffffff;
}

.hosting__text .nav-link img {
  width: 30% !important;
  height: 40%;
}

.hosting__text .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
}

.hosting__text .nav-tabs .nav-item {
  margin-bottom: 0;
  width: 25%;
}

.hosting__text .nav-tabs .nav-item .nav-link {
  border: navajowhite;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #f5f5f5;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.hosting__text .nav-tabs .nav-item .nav-link:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 10px;
  width: 10px;
  background: #ffb800;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 auto;
  opacity: 0;
  z-index: 9;
}

.hosting__text .nav-tabs .nav-item .nav-link span {
  font-size: 24px;
  color: #ffb800;
}

.hosting__text .nav-tabs .nav-item .nav-link span::before {
  font-size: 40px;
}

.hosting__text .nav-tabs .nav-item .nav-link h5 {
  font-size: 20px;
  color: #111111;
  font-weight: 700;
  margin-top: 10px;
}

.hosting__text .nav-tabs .nav-item .nav-link.active {
  background: #416680;
}

.hosting__text .nav-tabs .nav-item .nav-link.active span {
  color: #ffffff;
}

.hosting__text .nav-tabs .nav-item .nav-link.active h5 {
  color: #ffffff;
}
.hosting__text .nav-tabs .nav-item .nav-link.active:after {
  opacity: 1;
}

.hosting__feature__table table {
  width: 100%;
  border: 1px solid #e1e1e1;
  text-align: center;
}

.hosting__feature__table table thead {
  border-bottom: 1px solid #e1e1e1;
  background: linear-gradient(75deg, #073482, #014cda) !important;
  color: #fff;
}

.hosting__feature__table table thead th {
  border-right: 1px solid #e1e1e1;
}

.hosting__feature__table table thead th .hosting__feature__plan--choose {
  text-align: left;
  padding-right: 10px;
  padding-left: 40px;
}

.hosting__feature__table table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.hosting__feature__table table tbody tr:nth-child(odd) {
  background: #fafafa;
}

.hosting__feature__table table tbody tr td {
  border-right: 1px solid #e1e1e1;
  padding: 24px 0 22px;
  width: 232px;
}

.hosting__feature__table table tbody tr td.hosting__feature--item {
  text-align: left;
  padding-left: 40px;
}

.hosting__feature__table table .hosting__feature__plan--choose span {
  font-size: 16px;
  font-weight: 500;
  color: #ffb800;
}

.hosting__feature__table table .hosting__feature__plan--choose .chose__title {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 20px;
}

.hosting__feature--info del {
  margin-right: 10px;
}

.hosting__feature--info .fa-check-circle {
  color: seagreen;
  font-size: 20;
}

.hosting__feature--info .fa-times-circle {
  color: #fc6f74;
  font-size: 20;
}
.hosting__feature__table table .hosting__feature--plan {
  padding: 25px 10px;
}

.hosting__feature--plan i {
  font-size: 35px;
  margin-bottom: 10px;
}

.hosting__feature__table table .hosting__feature--plan .plan__title {
  color: #111111;
  font-weight: 700;
  margin-bottom: 16px;
  font-size: 24px;
}

.hosting__feature__table
  table
  .hosting__feature--plan
  .hosting__feature--price {
  margin-bottom: 20px;
}

.hosting__feature__table
  table
  .hosting__feature--plan
  .hosting__feature--price
  .plan__price {
  font-size: 40px;
  color: #416680;
  font-weight: 700;
}

.hosting__feature__table
  table
  .hosting__feature--plan
  .hosting__feature--price
  span {
  font-size: 16px;
  color: #444444;
}

.hosting__feature__table table .hosting__feature--plan .primary-btn {
  background: #f2f2f2;
  color: #111111;
}

.hosting__feature__table table .hosting__feature--item {
  font-size: 16px;
  color: #111111;
  font-weight: 700;
  width: 470px;
}

.hosting__feature__table table .hosting__feature--info {
  font-size: 14px;
  color: #111111;
  font-weight: 500;
}

.hosting__feature__table table .hosting__feature--check {
  font-size: 16px;
  color: #ffb800;
}

.hosting__feature__table table .hosting__feature--close {
  font-size: 16px;
  color: #d6002d;
}

/*---------------------------------
  BroadAccess Brand System
----------------------------------*/
:root {
  --ba-primary: #ffb800;
  --ba-primary-deep: #d99600;
  --ba-primary-soft: #ffe29a;
  --ba-secondary: #416680;
  --ba-secondary-deep: #2f4b60;
  --ba-secondary-soft: #e7eef3;
  --ba-ink: #15232e;
  --ba-surface: #f8fbfd;
  --ba-shadow: 0 18px 44px rgba(65, 102, 128, 0.14);
}

:root,
[data-bs-theme="light"] {
  --bs-primary: var(--ba-primary);
  --bs-primary-rgb: 255, 184, 0;
  --bs-link-color: var(--ba-secondary);
  --bs-link-hover-color: var(--ba-secondary-deep);
  --bs-focus-ring-color: rgba(255, 184, 0, 0.28);
  --bs-primary-text-emphasis: #7a5800;
  --bs-primary-bg-subtle: #fff4cc;
  --bs-primary-border-subtle: #ffd774;
}

[data-bs-theme="dark"] {
  --bs-primary: var(--ba-primary);
  --bs-primary-rgb: 255, 184, 0;
  --bs-link-color: #ffd76b;
  --bs-link-hover-color: #ffe39a;
  --bs-focus-ring-color: rgba(255, 184, 0, 0.34);
}

body {
  color: #4b5b67;
}

a {
  color: var(--ba-secondary);
}

a:hover {
  color: var(--ba-secondary-deep);
}

.text-primary,
.primary-text,
.section-title h2.text-primary,
.domain-search-box .primary-text,
.hosting__feature__table table .hosting__feature__plan--choose span,
.hosting__text .nav-tabs .nav-item .nav-link span {
  color: var(--ba-primary) !important;
}

.border-primary,
.border-start.border-primary,
.border-end.border-primary,
.border-top.border-primary,
.border-bottom.border-primary {
  border-color: var(--ba-primary) !important;
}

.bg-primary,
.hosting__text .nav-tabs .nav-item .nav-link.active {
  background-color: var(--ba-primary) !important;
}

.header-gradient,
.bg-primary-gradient,
.bg-secondary-gradient,
.body-gradient,
.theme-dark .header-gradient,
.theme-dark .bg-primary-gradient,
.theme-dark .bg-secondary-gradient {
  background-image: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 58%,
    #203543 100%
  ) !important;
}

.topbar .topbar-right a:hover,
.nav-wrapper ul li:hover > a,
.nav-wrapper ul li a:hover,
.mobile-menu ul li a:hover,
.footer-widget ul li a:hover,
.copyright-link:hover,
.accordion-button:hover,
.accordion-button:not(.collapsed) {
  color: var(--ba-primary) !important;
}

.template-btn {
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.primary-btn,
.hm2-primary-btn,
.btn-form,
.hosting__feature__table table .hosting__feature--plan .primary-btn {
  background: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
  border-color: var(--ba-primary) !important;
  color: #15232e !important;
  box-shadow: 0 12px 28px rgba(255, 184, 0, 0.26);
}

.primary-btn::before,
.hm2-primary-btn::before {
  background: linear-gradient(
    135deg,
    #ffd25c 0%,
    var(--ba-primary) 100%
  ) !important;
}

.primary-btn:hover,
.hm2-primary-btn:hover,
.btn-form:hover,
.hosting__feature__table table .hosting__feature--plan .primary-btn:hover {
  color: #15232e !important;
}

.secondary-btn,
.outline-btn:hover,
.outline-btn-2:hover,
.outline-btn-3:hover,
.outline-primary:hover,
.jobs-single .outline-btn:hover {
  background: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 100%
  ) !important;
  border-color: var(--ba-secondary) !important;
  color: #fff !important;
}

.outline-btn,
.outline-btn-2,
.outline-btn-3,
.outline-primary,
.jobs-single .outline-btn {
  background-color: #d99600;
  border-color: #d99600;
  color: var(--ba-secondary-deep) !important;
}

.outline-btn:hover,
.outline-btn-2:hover,
.outline-btn-3:hover,
.outline-primary:hover,
.jobs-single .outline-btn:hover {
  box-shadow: var(--ba-shadow);
}

.nav-pills .nav-link.active,
.nav-tabs .nav-link.active,
.accordion-button:not(.collapsed),
.page-item.active .page-link {
  background-color: var(--ba-primary) !important;
  border-color: var(--ba-primary) !important;
  color: #15232e !important;
}

.accordion-button:focus,
.form-control:focus,
.form-select:focus,
.btn:focus,
.btn-form:focus,
.template-btn:focus,
.page-link:focus {
  border-color: var(--ba-primary-soft) !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 0, 0.22) !important;
}

.form-control-paddingx,
.form-control:focus,
.form-select:focus,
.hosting__feature__table table thead,
.hosting__text .nav-tabs .nav-item .nav-link.active {
  border-color: var(--ba-primary) !important;
}

.hosting__feature__table table thead,
.btn-form,
.hosting__text .nav-tabs .nav-item .nav-link.active,
.pricing-column.active .pricing-header,
.pricing-column:hover .pricing-header {
  background: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 100%
  ) !important;
  color: #fff !important;
}

.hosting__text .nav-tabs .nav-item .nav-link.active:after {
  background: var(--ba-primary) !important;
}

.pricing-column,
.promo-item,
.hm-ct-info-wrapper,
.feedback-single,
.dm-feedback-single,
.feature-box,
.faq-wrapper,
.domain-search-box,
.pricing-plan-item,
.cr-feature-single {
  box-shadow: var(--ba-shadow);
}

.pricing-column.active,
.promo-item:hover,
.hm-ct-info-wrapper:hover,
.feature-box:hover,
.cr-feature-single:hover {
  transform: translateY(-4px);
}

.badge.bg-primary,
.icon-wrapper.bg-primary {
  background: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
  color: #15232e !important;
}

.footer-sb-form .template-btn,
.domain-search-form .template-btn,
.hm2-dm-search-form .hm2-primary-btn,
.mn-hero-form .template-btn {
  box-shadow: 0 12px 30px rgba(65, 102, 128, 0.18);
}

.scrolltop-btn {
  background: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
  color: #15232e !important;
  box-shadow: 0 12px 30px rgba(255, 184, 0, 0.24);
}

.scrolltop-btn:hover {
  background: linear-gradient(
    135deg,
    #ffd25c 0%,
    var(--ba-primary) 100%
  ) !important;
}

.fixed-top {
  border-bottom: 1px solid rgba(65, 102, 128, 0.08);
  box-shadow: 0 12px 30px rgba(21, 35, 46, 0.08);
}

.notice-bar,
.notice-wrapper.active {
  border-color: rgba(255, 184, 0, 0.26);
}

.pricing-column .feature-list li i,
.footer-widget ul li a:hover i,
.check-list li i,
.feature-list li i.fa-check-circle {
  color: #fff !important;
}

.feature-list li i.fa-times-circle {
  color: #d15b4d !important;
}

.theme-dark .primary-btn,
.theme-dark .hm2-primary-btn,
.theme-dark .btn-form {
  color: #15232e !important;
}

.footer-widget .ft-subtitle::after,
.footer-widget .widget-title::before,
.template-pagination ul li a:after,
.hm2-title mark,
.hm7-pricing-table-tab .nav-tabs li a::before,
.crm-pricing-table table .crm-package-btn::before,
.hm-contact-form .template-btn,
.contact-hero .primary-btn,
.banner-widget .banner-content .primary-btn,
.question-box .template-btn,
.bd-content-wrapper .bd-comment-form form .primary-btn,
.managed-plan table td.price-amount .template-btn,
.rs-table table th .template-btn,
.wp-hero .template-btn,
.mn-hero-form .template-btn,
.footer-widget .footer-sb-form button,
.template-pagination ul li a.active::after,
.template-pagination ul li a:hover::after {
  background-image: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
}

.template-pagination ul li a.active,
.template-pagination ul li a:hover,
.crm-pricing-table table .crm-package-btn:hover {
  color: #15232e !important;
}

.footer-widget .social-nav li a {
  background: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 100%
  ) !important;
  color: #fff !important;
}

.footer-widget .social-nav li a::before {
  background: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
}

.footer-widget .social-nav li a:hover {
  color: #fff !important;
}

.hm-ct-info-wrapper .icon-wrapper {
  background: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 100%
  ) !important;
  box-shadow: 0 10px 25px rgba(65, 102, 128, 0.35) !important;
  color: #fff !important;
}

.sh-benefits-wrapper .icon-wrapper i,
.hm2-feature-card .icon-wrapper,
.wp-feature-item .icon-wrapper,
.vps_pp_feature_item .icon-wrapper,
.our-services .our-services-column i,
.script-icon-wrapper {
  color: var(--ba-secondary) !important;
}

.hm2-feature-card:hover .icon-wrapper {
  background-color: var(--ba-secondary) !important;
  color: #fff !important;
}

.banner-widget .banner-content .icon-wrapper,
.wp_about_item .icon-wrapper,
.h5-service-box .icon-wrapper::before {
  background: var(--ba-secondary) !important;
}

.footer-widget .footer-nav li a:hover,
.footer-widget .footer-nav li a:hover::before,
.template-pagination ul li a,
.hm7-pricing-table-tab .nav-tabs li a.active,
.crm-pricing-table table .title-sm,
.crm-pricing-table table .crm-package-price,
.crm-pricing-table table .crm-package-btn,
.data-center-filter-btns button.active,
.gh-filter-controls button.active,
.price-slider-wrapper .vps_labels span.active,
.feature-tab-control li button.active,
.accordion-item .accordion-header a:not(.collapsed),
.sidebar .widget ul li a:hover,
.blog-sidebar .widget ul li a:hover {
  color: var(--ba-secondary-deep) !important;
}

.template-pagination ul li a,
.crm-pricing-table table .crm-package-btn {
  border-color: var(--ba-secondary) !important;
}

.template-pagination ul li a.active,
.template-pagination ul li a:hover,
.crm-pricing-table table .crm-package-btn:hover {
  border-color: transparent !important;
}

/* .footer-copyright,
.header-5 .nav-menu,
.sticky-header .nav-menu,
.crm-pricing-table,
.crm-pricing-switch-wrapper,
.consult-overlay,
.question-box,
.dark-bg {
  background: linear-gradient(
    135deg,
    var(--ba-secondary) 0%,
    var(--ba-secondary-deep) 100%
  ) !important;
} */

.info-text {
  color: var(--ba-primary) !important;
}

.why-us .why-choose-main .why-choose-icon {
  background-color: var(--ba-secondary) !important;
  transition: var(--transition-base-lg, all 0.4s ease-in-out);
}

.why-us .why-choose-main .why-choose-icon svg {
  fill: #fff !important;
  transition: var(--transition-base-lg, all 0.4s ease-in-out);
}

.why-us .why-choose-main .why-choose-text-inner {
  background-color: #fff !important;
  color: #000 !important;
  transition: var(--transition-base-lg, all 0.4s ease-in-out);
}

.why-us .why-choose-main:hover .why-choose-icon {
  background-color: #fff !important;
}

.why-us .why-choose-main:hover .why-choose-icon svg {
  fill: var(--ba-secondary) !important;
}

.why-us .why-choose-main:hover .why-choose-text-inner {
  background-color: var(--ba-secondary) !important;
  color: #fff !important;
}

.why-us .why-choose-main:hover .why-choose-text-inner h3,
.why-us .why-choose-main:hover .why-choose-text-inner h4,
.why-us .why-choose-main:hover .why-choose-text-inner h5,
.why-us .why-choose-main:hover .why-choose-text-inner p,
.why-us .why-choose-main:hover .why-choose-text-inner span {
  color: #fff !important;
}

.cloud-services {
  background-color: var(--ba-secondary) !important;
}

.our-services .our-services-column i {
  color: var(--ba-secondary) !important;
}

.our-services .our-services-column:before {
  background-color: var(--ba-primary) !important;
}

.our-services .our-services-column:hover:before {
  background-color: var(--ba-secondary) !important;
}

.footer-widget .footer-nav li a:hover,
.footer-widget .footer-nav li a:hover::before,
.template-pagination ul li a,
.crm-pricing-table table .title-sm,
.crm-pricing-table table .crm-package-price,
.crm-pricing-table table .crm-package-btn,
.data-center-filter-btns button.active,
.gh-filter-controls button.active,
.price-slider-wrapper .vps_labels span.active,
.feature-tab-control li button.active,
.accordion-item .accordion-header a:not(.collapsed),
.sidebar .widget ul li a:hover,
.blog-sidebar .widget ul li a:hover,
.lang-switcher a:hover,
.product-cart a i:hover,
.header-search i:hover,
.breadcrumb-item a {
  color: #fff;
}

.fixed-top .nav-wrapper .has-submenu::after,
.fixed-top .nav-wrapper ul li a,
.fixed-top .lang-switcher a,
.fixed-top .product-cart a i,
.fixed-top .header-search i,
.fixed-top .header-right .ofcanvus-btns a {
  color: var(--ba-secondary-deep) !important;
}

.footer-widget .ft-subtitle::after,
.footer-widget .widget-title::before {
  background: linear-gradient(
    135deg,
    var(--ba-primary) 0%,
    var(--ba-primary-deep) 100%
  ) !important;
}

/* Mobile/offcanvas visibility hardening */
.mobile-menu,
.ofcanvus-menu,
.body-overlay {
  visibility: hidden;
  pointer-events: none;
}

.mobile-menu {
  left: 0;
  transform: translateX(-100%);
  max-width: min(320px, calc(100vw - 24px));
}

.mobile-menu.active {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.ofcanvus-menu {
  right: 20px;
  max-width: calc(100vw - 24px);
  transform: translateX(calc(100% + 40px));
}

.ofcanvus-menu.active {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}

.body-overlay.overlay-on {
  visibility: visible;
  pointer-events: auto;
}

@media (max-width: 575.98px) {
  .mobile-menu {
    max-width: calc(100vw - 20px);
  }

  .ofcanvus-menu {
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    max-width: calc(100vw - 20px);
    transform: translateX(calc(100% + 20px));
  }
}