
/* Gilroy Medium (500) */
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy-bold/gilroy-medium.woff2") format("woff2"),
       url("/assets/fonts/gilroy-bold/gilroy-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; /* optional */
}

/* Gilroy Bold (700) */
@font-face {
  font-family: "Gilroy";
  src: url("/assets/fonts/gilroy-bold/gilroy-bold.woff2") format("woff2"),
       url("/assets/fonts/gilroy-bold/gilroy-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Gilroy-Medium', sans-serif!important;
}
strong  { font-weight: 700; }
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {   
  border-color: rgba(126, 239, 104, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
  outline: 0 none;
}
button:focus {
  outline: none !important;
  box-shadow: inset 0 -1px 0 #ddd;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125);
}

.bg-primary {
  background-color: #032973 !important;
}
.font-bold {
  font-family: 'Gilroy-Bold', sans-serif;
}
.font-normal {
  font-family: 'Gilroy-Medium', sans-serif;
}
.hero-bg {
  background-color: #F0F5F8;
}

.text-success {
  color: #43C272 !important;
}

.text-muted {
  color: #555577 !important;
}

.c-022059 {
  color: #022059;
}

.bg-success {
  background-color: #43C272 !important;
}

.bg-primary-subtle {
  background-color: #032973 !important;
}
.bg-F0F5F8 {
  background-color: #F0F5F8 !important;
}
.bg-022059 {
  background-color: #022059 !important;
}

.default-green-button {
  background-color: #43C272;
  height: 52px;
  padding-top: 14px;
  border: none;
}

.navbar-collapse {
  margin-left: 70px;
}

.navbar-brand img {
  height: 35px;
  object-fit: contain;
}

.navbar-nav .nav-link {
  font-weight: 500;
  color: #1a1a1a;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

.btn-login {
  border: 1px solid #000;
  border-radius: 999px;
  padding: 11px 21px;
  font-weight: 500;
  transition: background-color 0.2s;
}

.btn-login:hover {
  background-color: #f5f5f5;
}

/* Mega menu */
.dropdown-mega {
  width: 100%;
  max-width: 860px;
  border-radius: 20px;
  padding: 24px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 8px 16px rgba(0,0,0,0.08);
  z-index: 1000;
  display: none;
}

.dropdown-mega ul {
  list-style: none;
  padding-left: 0;
}

.dropdown-mega li {
  margin-bottom: 12px;
}

.dropdown-mega .desc {
  font-size: 0.9rem;
  color: #555;
}

.dropdown-mega img {
  max-width: 280px;
  border-radius: 12px;
}

.position-static {
  position: static !important;
}

.megamenu-content {
  width: 324px;
  padding: 22px;
  border-radius: 16px;
  background-color: #F0F5F8;
}

@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .dropdown-mega {
    position: static;
    transform: none;
    box-shadow: none;
    padding: 0;
  }

  .dropdown-mega img {
    display: none;
  }
}

.dropdown-toggle::after {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 0.4em;
  vertical-align: middle;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: transform 0.2s ease;
  position: relative;
  top: -2px;
  left: 6px;
}

.dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
}

.badge {
  height: 33px;
  border-radius: 25px;
}

.order-button {
  width: 280px;
  height: 50px;
  background-color: #032973;
  border: none;
}

.s-10 { font-size: 10px; }
.s-11 { font-size: 11px; }
.s-12 { font-size: 12px; }
.s-13 { font-size: 13px; }
.s-14 { font-size: 14px; }
.s-15 { font-size: 15px; }
.s-16 { font-size: 16px; }
.s-17 { font-size: 17px; }
.s-18 { font-size: 18px; }
.s-19 { font-size: 19px; }
.s-20 { font-size: 20px; }
.s-21 { font-size: 21px; }
.s-22 { font-size: 22px; }
.s-23 { font-size: 23px; }
.s-24 { font-size: 24px; }
.s-25 { font-size: 25px; }
.s-26 { font-size: 26px; }
.s-27 { font-size: 27px; }
.s-28 { font-size: 28px; }
.s-29 { font-size: 29px; }
.s-30 { font-size: 30px; }
.s-40 { font-size: 40px; }
.s-48 { font-size: 48px; }
.l-10  {line-height:1.0;}
.l-11  {line-height:1.1;}
.l-12  {line-height:1.2;}
.l-13  {line-height:1.3;}
.l-14  {line-height:1.4;}


.wp-icon {
  top: 11%;
  right: 6%;
}

.wp-icon-shadow {
  top: 1%;
  right: 15%;
  z-index: 0;
}

.big-shadow {
  top: 53%;
  right: -8%;
}

.linux-icon {
  top: -2%;
  left: -3%;
}

.cp-icon {
  bottom: 32%;
  left: -12%;
}

.chart-icon {
  bottom: 0%;
  left: 7%;
}

.page-speed-icon {
  bottom: -12%;
  right: 15%;
}

.price-col-size {
  max-width: 358px;
  max-height: 674px;
}
.reseller-price-col-size {
  max-width: 300px;
}

.migration-col-size {
  max-width: 358px;
}

.recommended-card-height {
  height: 740px !important;
  position: relative;
  top: -44px;
}

.default-card {
  background-color: #E8EBF2;
}

.recommmended-card-button {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border: none;
}

.btn-outline-dark {
  min-height: 44px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-control-prev {
  position: relative;
  background-color: #F2F4F9;
  color: #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1rem;
}
.carousel-control-next {
  position: relative;
  background-color: #F2F4F9;
  color: #000;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.custom-container-sizes {
  max-width: 1120px !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #ffffff00;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) -13 var(--bs-accordion-border-color);
}
.hosting-features-list {
    position: relative;
    left: 74px;
    bottom: 28px;
}
.slider-mini-title {
  color: #032973;
  letter-spacing: 6px;
  font-weight: 400;
}


@media (max-width: 992px) {
  .mobile-prices {
    flex-flow: nowrap !important;
    overflow-x: auto !important;
  }
  .recommended-card-height {
    height: unset !important;
    position: inherit;
  }
  .price-col-size {
    max-height: 100% !important;
  }
  .contents-mobile {
    flex-flow: nowrap !important;
    overflow-x: auto !important;
  }
  .mobile-font-sizes {
    font-size: 40px !important;
  }
  .mobile-slider-badge {
    position: absolute;
    right: 35px;
    margin-bottom: 80px;
  }
  .s-48 {
    font-size: 40px !important;
  }
  .order-button {
    width: 100%;
  }
  .reseller-price-col-size {
    max-width: unset;
  }
  .recommended-price-card {
    bottom: unset !important;
  }
  .dedicated-card-sizes {
    max-width: unset !important;
  }
  .migration-col-size {
    max-width: unset !important;
  }
  .about-us-card-sizes {
    max-width: unset !important;
    width: 100% !important;
  }
}

.btn-login {
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0.5rem 2rem;
}

.offcanvas {
  width: 100%;
}

.offcanvas-header {
  border-bottom: 1px solid #eee;
}

.offcanvas-body ul li a {
  text-decoration: none;
  color: #000;
}

.offcanvas-body ul li a:hover {
  text-decoration: underline;
}

.default-prices-card {
  max-height: 456px;
}
.recommended-price-card {
  position: relative;
  bottom: 42px;
}

.offer-card {
  max-height: 180px;
  height: 180px !important;
}

.radius-16 {
  border-radius: 16px;
}
.radius-24 {
  border-radius: 24px;
}
.border-bbb {
  border: 1px solid #BBBBBB;
}

.dedicated-card-sizes {
  max-width: 300px;
}
.about-us-card-sizes {
  min-width: 300px; 
  max-width: 362px; 
  width: 352px;
}

.offcanvas-body ul li a:hover {
  text-decoration: none;
}

.offcanvas {
  width: 100% !important;
}
a, ul > li {
  text-decoration: none !important;
  color: #000;
}

/** Previous Cookies css
.cookie-banner {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  max-width: 880px;
  width: 95%;
  z-index: 9999;
  border-radius: 20px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.cookie-banner p {
  max-width: 1000px;
  margin: 0 0 1rem;
  color: #333;
  line-height: 1.5;
}
**/

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
  width: 100%;
  max-width: none;
  background: #fff;
  z-index: 9999;
  border-radius: 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 1rem 1.25rem calc(1rem + env(safe-area-inset-bottom));
}

.cookie-banner p {
  margin: 0 0 0.75rem;
  color: #333;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 1rem;
}

#acceptCookies {
  border: none;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: bold;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s;
}

#acceptCookies:hover {
  background-color: #28a745;
}

.cookie-settings {
  text-decoration: none;
  color: black;
  font-size: 1rem;
  align-self: center;
}


.cms-hosting-section {
  padding: 4rem 1rem;
  background: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.cms-hosting-section .title {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.table-header {
  display: flex;
  justify-content: space-around;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1.5rem;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.cms-card {
  display: flex;
  background-color: #002c77;
  border-radius: 2rem;
  color: white;
  padding: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.cms-left {
  flex: 1;
  max-width: 160px;
}

.cms-left .highlight {
  font-size: 0.9rem;
  color: #ffd700;
  margin-bottom: 0.25rem;
}

.cms-left h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.cms-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.cms-icons img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.cms-middle {
  display: flex;
  gap: 2rem;
  flex: 2;
  min-width: 250px;
}

.cms-middle ul {
  list-style: none;
  padding: 0;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cms-right {
  width: 360px;
}

.cms-right .price {
  color: #43C272;
}

.cms-right .price span:first-child {
  font-size: 1rem;
  vertical-align: super;
}

.cms-right .price span:last-child {
  font-size: 1rem;
  margin-left: 0.25rem;
}

.btn-signup {
  background-color: #34c759;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 0.75rem 2rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-signup:hover {
  background-color: #28a745;
}
.modal-content {
  border-radius: 1.5rem;
}
.modal-footer .btn-link {
  text-decoration: none;
}

.form-check-input:checked {
    background-color: #43C272 !important;
    border-color: #43C272 !important;
}

.navbar-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  animation: fadeInDown 0.3s ease-in-out;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@keyframes fadeInDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

