@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=PT+Sans+Caption:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;align-items-center
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
button input {
    outline: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

figure {
    margin: 0;
}

.content_links {
    color: #155d2d; 
    text-decoration: none;
}

.content_links:hover {
    color: #c52c2e;
    text-decoration: underline;
}

.mr-red-text { color: #c52c2e; }
.mr-red-text a {
  color: #c52c2e;
  text-decoration: none;
}
.mr-red-text a:hover {
  text-decoration: underline;
  color: #155d2d;
}

.mr-green-text { color: #155d2d; }
.mr-green-text a {
  color: #155d2d;
  text-decoration: none;
}
.mr-green-text a:hover {
  text-decoration: underline;
  color: #c52c2e;
}

.modal-header .modal-title {
  padding: 0rem 0; /* Adjust padding as needed */
}

body {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: var(--text-color);
    font-family: "Inter", sans-serif;
}

/* FONT FAMILY */
h1,
h2,
h3,
h4,
h5,
h6,
.years-in-industry span,
.generic-price sup,
.generic-price span.price-text,
.switch-box span {
    font-family: "PT Sans Caption", sans-serif;
}

.plans-box span.starting-from {
    font-family: "Inter", sans-serif;
}

/* GLOBALS */
:root {
    --primary-color: #165d2e;
    --secondary-color: #c52d2e;
    --white-color: #ffffff;
    --text-color: #555555;
    --black-color: #000000;
    --grey-color1: #e5edf4;
    --grey-color2: #575b5e;
    --grey-color3: #666666;
    --grey-color4: #d1d1d1;
    --beige-color: #e4b07d;
    --dark-green-color: #155724;
    --light-blue-bg: #e5edf4;
    --light-grey-bg: #f2f6f9;
    --light-green-bg: #d5edda;
    --light-red-bg: #b53b36;
    --black-family-bg: #151716;
    --dark-green-family-bg: #0d0e0d;
    --alert-color: #2da2b7;
}

/* TRANSITION  */
.brands-con ul li img,
.hosting-plans-con .plans-box,
.hosting-plans-con .plans-box .generic-price *,
.hosting-plans-con .plans-box img.hosting-img,
.features-con img,
.welcome-con .welcome-image img,
.features-con .generic-box,
.panel-box,
.panel-box img,
.generic-box img,
.plan-top img,
.operating-system-con .os-box img,
.operating-system-con .os-box,
.heading-title-con a i,
.brands-con ul li,
.core-values-con .row img,
.integrated-network-con .row img {
    transition: ease-in-out 0.6s;
}

/* FONT WEIGHTS */
.main-banner-con .main-banner-content-con p,
.main-banner-con .main-banner-content-con ul li,
.generic-price span.start-text,
.generic-price span.per-month,
.hosting-plans-con .plans-box ul li {
    font-weight: 300;
}

.hosting-plans-con .plans-box ul li strong {
    font-weight: 600;
}

/* Ensure images are initially invisible */
img[src$=".png"] {
    opacity: 0;
}


/* MAIN BANNER SECTION */
.main-banner-con {
    background: url(../images/main-banner.jpg) no-repeat center/cover;
}

.main-banner-con .main-banner-content-con p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
    letter-spacing: 0.7px;
}

.main-banner-con .main-banner-content-con ul li {
    padding-left: 35px;
    color: var(--white-color);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 7px;
}

.main-banner-con .main-banner-content-con ul {
    margin-bottom: 34px;
    margin-right: 27px;
}

.main-banner-con h1 {
    margin-bottom: 14px;
}

.main-banner-con .main-banner-content-con ul li img {
    top: 4px;
}

.main-banner-con .main-banner-content-con .secondary-button a {
    min-width: 230px;
    box-shadow: 0 20px 25px rgb(197 45 46 / 20%);
}

.main-banner-con .main-banner-content-con .secondary-button a:hover {
    box-shadow: 0 20px 25px rgb(22 93 46 / 20%);
}

.main-banner-con .mascot-image img {
    top: 20px;
    z-index: 1;
}

.chart-con {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: var(--black-family-bg);
}

.chart-con h6 {
    margin-bottom: 10px;
}

.chart-wrapper {
    display: grid;
    grid-template-columns: 19.73% 19.73% 23.47% 19.73% 15.56%;
    gap: 5px;
}

.benchmark-table {
    font-size: 14px;
}

.imagemap {position: relative;}
.imagemap img {display: block;}
.imagemap .area {display: block; position: absolute; transition: box-shadow 0.15s ease-in-out;}
.imagemap .area:hover {box-shadow: 0px 0px 1vw rgba(0,0,0,0.5);}

.main-banner-con .generic-price {
    border-left: 1px solid var(--beige-color);
    padding: 8px 0 5px;
    padding-left: 30px;
}

.main-banner-con .generic-price::before {
    content: '';
    width: 12px;
    height: 18px;
    position: absolute;
    background-image: url(../images/beige-node.png);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}

.generic-price span.start-text,
.generic-price span.per-month {
    font-size: 1.0vw;
    margin-bottom: 19px;
}

.generic-price span.per-month {
    right: 37px;
}

.generic-price sup {
    font-size: 24px;
    top: -20px;
}

.generic-price span.price-text {
    font-size: 2.5vw;
    line-height: 30px;
}

/* DOMAIN REGISTRATION SECTION */
.domain-registration-con {
    padding: 29px 0;
}

.domain-registration-con h4 {
    line-height: 30px;
    margin-right: 14px;
}

.domain-registration-con input {
    width: 556px;
    padding: 14px 20px 14px 52px;
    border-radius: 4px;
    border: 1px solid rgb(22 93 46 / 20%);
    font-size: 16px;
    margin-right: 10px;
}

.domain-registration-con input:focus,
.domain-registration-con select:focus {
    box-shadow: inset 0 1px 1px rgb(11 43 68 / 8%), 0 0 8px rgb(22 93 46 / 60%);
    outline: none;
    border-color: var(--primary-color);
}

.domain-registration-con .domain-search-outer img {
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
}

.domain-registration-con select.form-select {
    width: 130px;
    padding: 17px;
    font-size: 16px;
    margin-right: 10px;
    color: var(--black-color);
    border-radius: 4px;
}

.domain-registration-con .primary-button a,
.domain-registration-con .secondary-button a {
    min-width: 120px;
}

.domain-registration-con .primary-button {
    margin-right: 10px;
}

/* HOSTING PLANS SECTION */
.heading-title-con {
    margin-bottom: 36px;
}

.heading-title-con h2 {
    margin-bottom: 14px;
}

.hosting-plans-con .plans-box {
    background-color: var(--white-color);
    border-radius: 4px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    padding: 30px 18px;
    border: 1px solid transparent;
}

.hosting-plans-con .plans-box:hover {
    border: 1px solid var(--secondary-color);
}

.hosting-plans-con .plans-box:hover .generic-price *,
.comparison-plan-con .comparison-table .plan-top:hover .generic-price * {
    color: var(--secondary-color);
}

.hosting-plans-con .plans-box:hover .primary-button a,
.comparison-plan-con .comparison-table .plan-top:hover .primary-button a {
    background-color: var(--secondary-color) !important;
}

.hosting-plans-con .plans-box:hover .primary-button a::before,
.comparison-plan-con .comparison-table .plan-top:hover .primary-button a::before {
    width: 100%;
}

.hosting-plans-con .plans-box:hover img.hosting-img,
.plan-top:hover img {
    transform: translateY(-3px);
}

.hosting-plans-con .plans-box img.hosting-img {
    margin-bottom: 10px;
}

.hosting-plans-con .plans-box .generic-price span.starting-from {
    font-size: 14px;
    margin-bottom: 15px;
}

.hosting-plans-con .plans-box .generic-price {
    margin-bottom: 24px;
}

.hosting-plans-con .plans-box ul li img,
ul.listing-con li img,
.managed-dedicated-con .server-configuration-listing ul.listing-con li img {
    top: 4px;
    margin-bottom: 0;
}

.hosting-plans-con .plans-box ul li,
ul.listing-con li {
    padding-left: 28px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 8px;
}

.hosting-plans-con .plans-box .primary-button {
    margin-bottom: 20px;
}

/* WELCOME MADROOSTER SECTION */
.welcome-con .welcome-content span.green-text {
    margin-bottom: 28px;
    line-height: 22px;
}

.welcome-con .years-in-industry {
    border-radius: 4px;
    width: 142px;
    padding: 15px;
    /* height: 140px; */
    z-index: 1;
    right: 60px;
    bottom: 60px;
}

.welcome-con .years-in-industry span.years-count,
.welcome-con .years-in-industry sup {
    font-size: 60px;
    line-height: 55px;
}

.welcome-con .years-in-industry sup {
    top: unset;
}

.welcome-con .years-in-industry span.years-text {
    font-size: 30px;
    line-height: 35px;
}

.welcome-con .years-in-industry span.industry-text {
    font-size: 14px;
    line-height: 20px;
}

.welcome-con .welcome-image img:hover {
    transform: translateY(-3px);
}

/* FEATURES SECTION */
.features-con .generic-box {
    background-color: var(--white-color);
    border-radius: 4px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    padding: 25px 30px;
    border: 1px solid transparent;
}

.features-con .generic-box a {
    text-decoration: none;
    color: var(--black-color);
}

.features-con .generic-box a:hover h6 {
    color: var(--primary-color);
}

.features-con .generic-box:hover {
    border: 1px solid var(--secondary-color);
}

.features-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.features-con .col-lg-4.col-md-6:nth-last-child(-n+3),
.features-panel .col-lg-4.col-md-4:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.features-con h6 {
    color: var(--black-color);
    letter-spacing: 0;
    line-height: 24px;
    margin-left: 29px;
}

.features-con .generic-box:hover img {
    transform: translateY(-3px);
}


/* CORE VALUES SECTION */

/* BRANDS SECTION */
.brands-con {
    background-color: var(--light-grey-bg);
}

.brands-con ul li img {
    filter: grayscale(100%);
}

.brands-con ul li img:hover {
    filter: grayscale(0%);
    transform: translateY(-2px);
}

.brands-con ul li:hover {
    border: 1px solid var(--secondary-color);
}

.brands-con ul li {
    width: 18.4%;
    background-color: var(--white-color);
    border-radius: 4px;
    display: inline-block;
    margin: 0 7.5px 15px;
    box-shadow: 7px 7px 0 rgb(229 237 244 / 50%);
    padding: 14.5px 0;
    border: 1px solid transparent;
}

.brands-con ul li:first-child,
.brands-con ul li:nth-child(6) {
    margin-left: 0;
}

.brands-con ul li:last-child,
.brands-con ul li:nth-child(5) {
    margin-right: 0;
}

.brands-con ul li:nth-last-child(-n+5) {
    margin-bottom: 0;
}

/* NETWORK NOTICE SECTION */
.network-notice-con {
    background-color: var(--light-red-bg);
    padding: 10px 0;
}

.network-notice-con img {
    margin-right: 25px;
}

.network-notice-con h4 {
    margin-bottom: 6px;
}

/* ABOUT PAGE */
.sub-banner-con {
    background: url(../images/sub-banner.jpg) no-repeat center/cover;
}

.sub-banner-con .mascot-image img {
    z-index: 1;
    top: 31px;
}

.sub-banner-con .sub-banner-content p {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.7px;
}

.sub-banner-con h1 {
    margin-bottom: 14px;
}

.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--secondary-color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.breadcrumb {
    padding: 12px 0;
    border: 1px solid transparent;
    transition: ease-in-out 0.6s;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--black-color);
}

.breadcrumb-item a:hover {
    color: var(--primary-color);
}

/* ABOUT US SECTION */
.about-us-con p {
    margin-bottom: 30px;
}

.about-us-con .row {
    margin-bottom: 35px;
}

/* CURIOUS ABOUT NAME SECTION */
.curious-about-name-con p {
    margin-bottom: 30px;
}

/* PRIVACY POLICY PAGE */

.general-content-con p,
.general-content-con ul {
    margin-bottom: 30px;
}

.general-content-con ul li {
    padding-left: 30px;
    margin-bottom: 28px;
}

.general-content-con ul li:last-child {
    margin-bottom: 0;
}

.general-content-con ul li i {
    left: 0;
    top: 4px;
}

.general-content-con p.sub-text {
    margin-bottom: 16px;
}

.general-content-con ul.sub-listing li {
    margin-bottom: 9px;
}

/* WORLD CLASS DATACENTER PAGE */
.strategic-location-con .strategic-content {
    margin-left: 82px;
}

.features-panel .panel-box img {
    margin-bottom: 14px;
}

.panel-box {
    background-color: var(--white-color);
    border-radius: 4px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    padding: 27px 25px 22px;
    border: 1px solid var(--light-blue-bg);
    width: 100%;
}

.panel-box:hover {
    border: 1px solid var(--secondary-color);
}

.panel-box:hover img {
    transform: translateY(-2px);
}

.panel-box h4 {
    line-height: 30px;
}

.panel-box p {
    font-size: 15px;
    line-height: 24px;
}

.features-panel .col-lg-4.col-md-4,
.global-infrastructure-con .col-lg-4.col-md-4,
.global-infrastructure-con .col-lg-6.col-md-6,
.addon-con .col-lg-4.col-md-4,
.features-panel .col-lg-3.col-md-3,
.features-panel .col-lg-3.col-md-6 {
    display: flex;
}

.global-infrastructure-con .panel-box img,
.addon-con .panel-box img {
    margin-bottom: 8px;
}

.global-infrastructure-con .col-lg-6.col-md-6 {
    margin-bottom: 30px;
}

/* DEDICATED SERVER PAGE */
.managed-dedicated-con .row {
    border-radius: 4px;
    padding: 30px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
}

.managed-dedicated-con .server-configuration-listing img {
    margin-right: 10px;
}

.managed-dedicated-con .server-configuration-listing .generic-price {
    padding-left: 19px;
    border-left: 2px solid var(--light-blue-bg);
}

.managed-dedicated-con .server-configuration-listing .upper-portion {
    margin-bottom: 20px;
}

ul.listing-con li {
    margin-bottom: 3px;
}

.managed-dedicated-con .server-configuration-listing .lower-portion ul {
    width: 50%;
    margin-bottom: 22px;
}

.managed-dedicated-con .server-configuration-listing .secondary-button a {
    margin-bottom: 16px;
    padding: 0 33px;
}

/*  */
.services-content,
.services-con .row {
    /* padding: 22px 18px 5px; */
    padding: 22px 18px;
    border-radius: 4px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    height: 255px; /* Adjust the height as needed */
    overflow: hidden; /* Ensures content doesn't overflow */
}
}

.services-content ul.listing-con li {
    margin-bottom: 22px;
    line-height: 22px;
}

.services-content h4,
.services-con h4 {
    margin-bottom: 10px;
}

.services-content ul {
    padding-right: 27px;
    border-right: 1px solid var(--light-blue-bg);
    margin-bottom: 0;
}

/*  */
.consultation-con h3 {
    margin-bottom: 20px;
}

.consultation-con .secondary-button a {
    padding: 0 33px;
}

/*  */
.features-panel .col-lg-4.col-md-4,
.features-panel .col-lg-3.col-md-3,
.features-panel .col-lg-3.col-md-6 {
    margin-bottom: 30px;
}

.features-panel .justify-content-center .col-lg-3.col-md-3 {
    margin-bottom: 0;
}

.heading-title-con a {
    font-size: 16px;
}

.heading-title-con a i {
    font-size: 16px;
    margin-left: 5px;
}

/* LINUX PAGE  */
/* COMPARISON PLAN STYLING */
@media (max-width: 768px) {
    .comparison-table ul {
        display: block;
    }
}

.comparison-plan-con .comparison-table .plan-top img {
    margin-bottom: 15px;
}

.comparison-table {
    border-radius: 4px;
    margin-bottom: 30px;
}

.comparison-plan-con .comparison-table .plan-top .primary-button a {
    min-width: 180px;
}

.comparison-plan-con .comparison-table h4 {
    line-height: 30px;
    margin-bottom: 75px;
}

.comparison-plan-con .comparison-table .plan-top h4 {
    margin-bottom: 8px;
}

.comparison-plan-con .generic-price span.price-text {
    line-height: 60px;
}

.comparison-plan-con .generic-price {
    margin-bottom: 16px;
}

.comparison-table ul {
    display: flex;
    top: 0px;
    z-index: 10;
    padding-bottom: 14px;
    display: none;
}

.comparison-table ul li:last-child {
    border-right: 1px solid #DDD;
}

.comparison-table table {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    border-radius: 4px;
}

.comparison-table th {
    padding: 30px 0 20px;
}

.comparison-table td {
    padding: 11px 0;
    font-size: 15px;
    /* color: var(--black-color); */
}

.comparison-table td,
.comparison-table th {
    empty-cells: show;
    border-top: 1px solid var(--light-blue-bg);
    border-right: 1px solid var(--light-blue-bg);
}

.comparison-table tr:first-child th {
    border-top: none;
}

.comparison-table th:first-child,
.comparison-table td:first-child {
    padding-left: 19px;
    padding-right: 19px;
}

.comparison-table th:last-child,
.comparison-table td:last-child {
    border-right: none;
}

.comparison-table td,
.comparison-table th {
    text-align: left;
}

.comparison-table td.default {
    display: table-cell;
}

.hide {
    border: 0;
    background: none;
}

.comparison-table table thead tr th:first-child {
    width: 295px;
}


.comparison-table .plan-top {
    padding-left: 10px;
    padding-right: 10px;
}

.comparison-table ul li {
    list-style: none;
    flex: 1;
    padding: 12px 30px;
    font-size: 15px;
}

.comparison-table ul li:last-child {
    border-right: 1px solid var(--light-blue-bg);
}

.comparison-table li.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.comparison-table td+td,
.comparison-table th+th {
    text-align: center;
    display: none;
}

.comparison-table tbody td img {
    margin-right: 8px;
}

.comparison-table .fa-arrow-down,
.comparison-table .fa-arrow-right {
    margin-left: 8px;
}

/***********************************/
.annual {
    display: none;
}

.switch-box span {
    font-size: 14px;
    font-weight: 700;
}

.comparison-plan-con .col-lg-4.col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

.comparison-plan-con .col-lg-6.col-md-6 {
    display: flex;
}

.comparison-plan-con .col-lg-4.col-md-4 .services-content,
.comparison-plan-con .col-lg-6.col-md-6 .services-content {
    width: 100%;
}

.comparison-plan-con .services-content ul.listing-con li:last-child {
    margin-bottom: 0;
}

.comparison-plan-con .services-content ul {
    margin-bottom: 0;
    padding-right: 0;
}

.comparison-plan-con .services-content {
    padding: 25px 28px;
}

.comparison-plan-con .services-content h4 {
    line-height: 30px;
}

.comparison-plan-con .col-lg-4.col-md-4:nth-last-child(-n+1) {
    margin-bottom: 0;
}

/***************************/

@media (max-width: 991px) {
    .comparison-table ul {
        display: flex;
    }
}

@media (min-width: 992px) {

    td,
    th {
        display: table-cell !important;
    }

    td,
    th {
        width: auto;
    }

    td+td,
    th+th {
        width: auto;
    }
}

.alert-info {
    background-color: var(--alert-color);
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    font-weight: 300;
}

.comparison-table.three-columns table thead tr th:first-child {
    width: 326px;
}

.comparison-table tbody td:first-child {
    position: relative;
    padding-left: 48px;
}

.comparison-table tbody td:first-child img {
    position: absolute;
    left: 19px;
    top: 15px;
}


/*  */
.operating-system-con h4 {
    margin-bottom: 24px;
}

.operating-system-con .os-box {
    border-radius: 4px;
    border: 1px solid var(--light-blue-bg);
    box-shadow: 7px 7px 0 rgb(217 228 238 / 50%);
    padding: 14px 26px 18px 20px;
    width: 100%;
}


.operating-system-con .os-box span {
    font-size: 15px;
    line-height: 22px;
}

.operating-system-con .os-box .os-img {
    margin-right: 13px;
}

.operating-system-con .os-box span.font-size-12 {
    line-height: 20px;
    font-size: 12px;
}

.operating-system-con .col-lg-4.col-md-4 {
    display: flex;
    margin-bottom: 30px;
}

.operating-system-con .col-lg-4.col-md-4:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.operating-system-con .os-box:hover img.os-img {
    transform: translateY(-3px);
}

.operating-system-con .os-box:hover {
    border: 1px solid var(--secondary-color);
}

a.base-config-link:hover {
    color: var(--secondary-color);
}

.core-values-con a:hover {
    color: var(--primary-color);
}

.heading-title-con a:hover i {
    transform: translateX(3px);
}

#plans {
    display: none;
}

tr.hide-button {
    display: none;
}

.core-values-con .row:hover img,
.integrated-network-con .row:hover img {
    transform: translateY(-3px);
}

.welcome-image figure.border-wrapper::before,
.managed-dedicated-con figure.border-wrapper::before {
    content: '';
    top: -10px;
    left: 10px;
    width: 530px;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    background-color: var(--white-color);
    border: 2px solid var(--secondary-color);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.managed-dedicated-con figure.border-wrapper::before {
    width: 405px;
    z-index: 0;
}
