/*------------------------------------------------------------------
[Master Stylesheet]

Project:  HostHalo
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header  / .header-con
3. Banner  /.banner-con
4. Domain Search /.domain-con
5. Hosting Plans /.hosting-plans-con
6. Why CHoose /.why-choose-con
7. Features  /.features-con
8. Build Map  /.build-map-con
9. Testimonials  /.testimonials-con
10. Call To Action  /.cta-con
11. Latest Announcements  /.latest-announcements-con
11. Newsletter  /.newsletter-con
11. Footer  /.footer-con
*/
/*------------------------------------------------------------------
# [Color Codes]

  #  --primary--color: #00c1a0;
  #  --secondary--color: #ffffff;
  #  --accent--color: #ffc800;
  #  --text--color: #5b6c69;
  #  --black--color: #000000;
  #  --dark--green--color: #24302e;
  #  --dark--green--color2: #00392f;
  #  --dark--blue--color: #141517;
  #  --light--bg--color: #f7fafa;
  #  --light--color: #e6efed;
  #  --red--color: #ff0000;
  #  --menu--color: #192221;
  #  --arrow--color: #465552;

*/
/*------------------------------------------------------------------
# [Typography]
 
Body copy: "Inter", sans-serif;
Heading: "Inter", sans-serif;
*/


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body {
    font-family: "Inter", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Inter", serif;
}

:root {
    --primary--color: #00c1a0;
    --secondary--color: #ffffff;
    --accent--color: #ffc800;
    --text--color: #5b6c69;
    --black--color: #000000;
    --dark--green--color: #24302e;
    --dark--green--color2: #00392f;
    --dark--blue--color: #141517;
    --light--bg--color: #f7fafa;
    --light--color: #e6efed;
    --red--color: #ff0000;
    --menu--color: #192221;
    --arrow--color: #465552;
}


figure {
    margin-bottom: 0;
}

h1 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: var(--dark--green--color);
}

h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    letter-spacing: 1.3px;
    color: var(--dark--green--color);
}

h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    letter-spacing: 0.9px;
    color: var(--dark--green--color);
}

h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: var(--dark--green--color);
}

h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: var(--dark--green--color);
}

h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--dark--green--color);
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--text--color);
    word-break: break-word;
}

.primary-text {
    color: var(--primary--color);
}

.text18 {
    font-size: 18px;
    line-height: 30px;
}

.text14 {
    font-size: 14px;
    line-height: 24px;
}

.inter-font {
    font-family: "Inter", sans-serif;
}

.special-text {
    color: var(--primary--color);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    letter-spacing: 1.0px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.primary_btn {
    font-size: 16px;
    min-width: 210px;
    padding: 0;
    height: 56px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    background-color: var(--primary--color);
    color: var(--secondary--color);
    transition: all 0.6s ease-in-out;
}

.primary_btn:hover {
    color: var(--dark--green--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn {
    font-size: 16px;
    min-width: 220px;
    padding: 0;
    height: 56px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    position: relative;
    display: inline-block;
    color: var(--dark--green--color);
    background-color: var(--accent--color);
    transition: all 0.6s ease-in-out;
}

.secondary_btn:hover {
    color: var(--black--color);
    background-color: var(--primary--color);
    transition: all 0.6s ease-in-out;
}

html {
    scroll-behavior: smooth;
}

.all_row {
    display: flex;
    flex-wrap: wrap;
}

.all_column {
    display: flex;
}

.all_boxes {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.padding-top {
    padding-top: 115px;
}

.padding-bottom {
    padding-bottom: 115px;
}


.heading-title-con {
    margin-bottom: 65px;
}

.heading-title-con h2 {
    margin-bottom: 17px;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-500 {
    font-weight: 500;
}

.text-black {
    color: var(--black--color);
}

.background-light {
    background-color: var(--light--bg--color);
}

.background-primary {
    background-color: var(--primary--color);
}

.spacer {
    float: left;
    width: 100%;
    height: 50px;
}

body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: var(--text--color);
}

.font-weight-700 {
    font-weight: 700 !important;
}

/* SEARCH FORM */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -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;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    display: none;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: rgb(255, 255, 255);
    background: transparent;
    border-top: none;
    border-bottom: 2px solid rgba(255, 255, 255, .5);
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    outline: none;
    padding: 10px;
}

#search input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    content: "\f00d";
    background-image: url('../images/close.png');
}

#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff;
}

#search .close:hover {
    color: var(--primary--color);
    cursor: pointer;
    text-shadow: none;
}

/* Back to top button */

#button {
    display: inline-block;
    background-color: var(--primary--color);
    width: 64px;
    height: 64px;
    text-align: center;
    border-radius: 15px;
    position: fixed;
    bottom: 60px;
    right: 80px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.6s ease-in-out;
}

#button::after {
    content: "\f062";
    font-family: "Font Awesome 5 free";
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button:hover {
    transform: translateY(-5px);
}

@-webkit-keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(0 193 160 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgb(0 193 160 / 40%)
    }

    to {
        box-shadow: 0 0 0 35px rgba(115, 0, 209, .01)
    }
}

/* Preloader -------------------------------------------------------*/

/* Loader Styles start here */
.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: var(--primary--color);
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    background-color: var(--primary--color);
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.owl-item,
.item,
.owl-stage {
    display: flex;
}

.owl-item {
    flex: 1 0 auto;
    /* natural width retain */
}

/* HEADER SECTION */
/* Home Page */
.top-bar-con {
    background-color: var(--primary--color);
}

.top-bar-con .top-bar-box {
    padding: 6px 0;
}

.top-bar-con .top-bar-info img {
    margin-right: 4px;
}

.top-bar-con .top-bar-info span.badge-warning {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
    font-size: 11px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100px;
    margin-right: 0;
}

.top-bar-con .top-bar-info span.notification {
    font-size: 14px;
}

.top-bar-con .top-bar-social .setting-img img {
    margin-right: 15px;
    margin-top: -4px;
}

.top-bar-con a.register-btn {
    min-width: 110px;
    background-color: var(--secondary--color);
    color: var(--dark--green--color);
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 9px;
}

.top-bar-con a.register-btn:hover {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
}

.other_list {
    margin-right: 0;
    z-index: 20;
}

.other_list .other_list_item {
    margin-right: 4px;
}

.other_list .country-selector {
    z-index: 9;
    position: relative;
}

.other_list .country-selector {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-right: 10px;
    color: var(--secondary--color) !important;
    transition: all 0.8s ease-in-out;
}

.other_list .country-selector>div.caption {
    margin-left: 0;
}

.other_list .country-selector>div.caption img {
    position: relative;
    top: -1px;
    margin-left: 6px;
    margin-right: 6px;
}

.other_list div.country-selector>div.list {
    position: absolute;
    width: 110px;
    display: none;
    left: 0;
    top: 30px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    text-align: left;
    background-color: var(--secondary--color);
}

.other_list div.country-selector>div.list>div.item {
    padding: 10px;
    align-items: center;
}

.other_list div.country-selector>div.list>div.item a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: var(--text--color);
    /* font-family: "Plus Jakarta Sans", sans-serif; */
    transition: all 0.3s ease-in-out;
}

.other_list div.country-selector>div.list>div.item:hover a {
    color: var(--primary--color);
}

.other_list div.country-selector>div.list>div.item img {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.other_list div.country-selector>div.caption,
div.country-selector>div.list>div.item {
    cursor: pointer;
}

/* HEADER SECTION */
.header-con {
    padding: 19px 0;
    box-shadow: 0 5px 10px rgb(0 193 160 / 6%);
}

.header-con .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    color: var(--dark--green--color);
    font-weight: 400;
    padding: 0 0 !important;
    position: relative;
}


.header-con .navbar-expand-lg .navbar-nav {
    gap: 50px;
    justify-content: center;
    align-items: center;
}

.header-con {
    z-index: 5;
    position: absolute;
    padding: 13px 0;
}

.header-con .navbar {
    padding: 0;
}

.header-con .navbar-light .navbar-nav .nav-link:hover::before {
    width: 100%;
}

.header-con .navbar-light .navbar-nav .nav-link::before {
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    background: var(--secondary--color);
    transition: ease-in-out 0.3s;
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link:hover::after {
    width: 0;
}

.header-con .navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .dropdown .nav-link::after {
    width: unset;
    position: absolute;
    background: none;
    top: 11px;
    font-size: 15px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu {
    padding: 10px 0;
    margin: 0;
    background-color: var(--secondary--color);
    border: 0;
    z-index: 2;
    width: 230px;
    margin-top: 10px;
    box-shadow: 0px 0px 100px rgb(0 0 0 / 15%);
    border-radius: 4px;
}

.header-con .navbar-light .navbar-nav .dropdown-menu a:last-child {
    border-bottom: none;
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item {
    padding: 7px 25px;
    border-bottom: 1px solid var(--secondary--color);
    font-size: 16px;
    line-height: 24px;
}

.header-con .navbar-light .navbar-nav .nav-item.active a.nav-link {
    color: var(--primary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item.active,
.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: var(--primary--color);
    color: var(--secondary--color);
}

.header-con .navbar-light .navbar-brand {
    margin: 0;
    padding: 0;
}

.account-btn {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
    font-weight: 600;
    border: none;
    border-radius: 4px;
    width: 110px;
    height: 38px;
    font-size: 14px;
}

.account-btn:hover,
.account-btn:hover,
.account-btn:focus {
    background-color: var(--secondary--color);
    color: var(--dark--green--color);
}

.btn-check:checked+.btn.account-btn,
.btn.account-btn.active,
.btn.account-btn.show,
.btn.account-btn:first-child:active,
:not(.btn-check)+.btn.account-btn:active {
    color: var(--dark--green--color);
    background-color: var(--secondary--color);
}

.acc-btn-outer .dropdown-item {
    font-size: 14px;
}

.acc-btn-outer .dropdown-item:focus,
.acc-btn-outer .dropdown-item:hover {
    color: var(--secondary--color);
    background-color: var(--primary--color);
}

/*  */
.search-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.search-box {
    flex: 1;
    display: flex;
    align-items: center;
    border: 1px solid var(--light--color);
    border-radius: 6px;
    padding: 7px 12px;
    background-color: var(--secondary--color);
    border: 1px solid var(--light--color)
}

.search-box {
    display: flex;
    align-items: center;
    border: 1px solid var(--light--color);
    padding: 8px;
    border-radius: 6px;
    transition: border-color 0.3s ease;
}

.search-box:focus-within {
    border-color: var(--accent--color);
}


.search-box:focus {
    border-color: var(--accent--color);
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    padding-left: 0.5rem;
    background: transparent;
}

.search-box input::placeholder {
    color: var(--text--color);
    font-size: 16px;
}

.cart-icon {
    position: relative;
    background-color: transparent;
    border: 1px solid var(--light--color);
    cursor: pointer;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    background-color: var(--accent--color);
    color: var(--dark--green--color);
    font-size: 11px;
    font-weight: 500;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 404 page styling start here */
.coming-soon-con,
.error-section {
    height: 100vh;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-image: linear-gradient(to right, rgba(60, 176, 242, 0.2) 0%, rgba(125, 100, 248, 0.2) 100%); */
    /* background-image: url(../images/login-signup-bg.png); */
    /* color: rgb(60, 176, 242);
    color: rgb(125, 100, 248); */
}

.error-con {
    position: relative;
    z-index: 2;
}

.error-con h2 {
    font-size: 170px;
    line-height: 165px;
    margin-bottom: 30px;
    color: var(--accent--color);
}

.error-con h2 i {
    font-size: 130px;
    line-height: 130px;
    color: var(--primary--color);
    border-radius: 100%;
}

.error-con h4 {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 18px;
    color: var(--black--color);
}

.error-con p {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
    color: var(--text--color);
}

.error-con .primary_btn {
    min-width: 220px;
}

.error-banner,
.coming-soon-con {
    flex-grow: 1;
}

/* COMING SOON PAGE */
.coming-soon-con .new-logo {
    margin-bottom: 35px;
}

.coming-soon-con h1 {
    margin-bottom: 30px;
    font-size: 85px;
    line-height: 95px;
    text-transform: uppercase;
    color: var(--dark--green--color);
}

.coming-soon-con h3 {
    margin-bottom: 22px;
    font-size: 36px;
    line-height: 28px;
    display: inline-block;
    color: var(--accent--color);
}

/* coming soon countdown timer styling */
.compaign_countdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.compaign_countdown ul li {
    float: left !important;
    width: auto;
    margin: 0;
    text-align: center;
    margin: 0 13px;
    min-height: 133px;
    min-width: 133px;
    background-color: var(--primary--color);
    padding: 20px 16px;
    color: var(--secondary--color);
    font-size: 22px;
    font-weight: 400;
    border-radius: 15px;
}

.compaign_countdown ul li:first-child {
    margin-left: 0;
}

.compaign_countdown ul li:last-child {
    margin-right: 0;
}

.compaign_countdown ul li span.days,
.compaign_countdown ul li span.hours,
.compaign_countdown ul li span.minutes,
.compaign_countdown ul li span.seconds {
    display: block;
    color: var(--secondary--color);
    width: auto;
    font-size: 60px;
    line-height: 65px;
    border-radius: 10px;
    font-weight: 600;
    font-family: "Figtree", sans-serif;
}

.compaign_countdown {
    margin: 0 auto;
    width: 70%;
}

.coming-soon-con {
    flex-grow: 1;
    min-height: 100vh;
}

/* Login Form Page Style  */

.login-form {
    min-height: 100vh;
    /* background-image: url(../images/login-signup-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
}

.login-form .login-form-title {
    margin-bottom: 30px;
}

.login-form .login-page-logo {
    margin-bottom: 25px;
}

.login-form .login-form-box {
    width: 450px;
    margin: 0 auto;
    position: relative;
}

.login-form .login-card {
    padding: 30px;
    margin-bottom: 30px;
    line-height: 0.8;
    border-radius: 20px;
    background: var(--primary--color);
}

.login-form .login-card label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
    color: var(--secondary--color);
}

.login-form .login-card .input-field {
    font-size: 16px;
    font-weight: 500;
    height: 54px;
    width: 100%;
    line-height: 16px;
    padding: 0 21px;
    border-radius: 100px;
    background: transparent;
    color: var(--secondary--color);
    /* border: 1px solid rgb(255 255 255 / 50%); */
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .input-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--secondary--color);
}

.login-form .login-card .form-group {
    margin-bottom: 16px;
}

.login-form .login-card .btn-primary {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    padding: 20px 15px;
    margin-bottom: 16px;
    width: 100%;
    border: none;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
    color: var(--primary--color);
    background-color: var(--secondary--color);
    transition: all 0.8s ease-in-out;
}

.login-form .login-card .btn-primary:hover {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
}

.login-form .login-card .forgot-password {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
}

.login-form .login-card .forgot-password:hover {
    text-decoration: underline;
    color: var(--secondary--color);
}

.login-form .login-form-box .join-now-outer a {
    font-size: 16px;
    line-height: 18px;
    color: var(--dark--green--color);
    text-decoration: none;
}

.login-form .login-form-box .join-now-outer a:hover {
    text-decoration: underline;
    color: var(--primary--color);
}

.login-form .login-card .select-option option {
    font-size: 16px;
    color: black;
}

.login-form .form_style::placeholder {
    color: var(--secondary--color);
    opacity: 1;
}

.login-form .form_style:-ms-input-placeholder {
    color: var(--black--color);
}

.login-form .form_style::-ms-input-placeholder {
    color: var(--primary--color);
}

/* Join-Now Form Page Style */

.sign-up-form {
    padding: 70px 0;
}

.sign-up-form .login-form-box {
    width: 700px;
}

.sign-up-form .login-card label small {
    font-size: 14px;
}

.sign-up-form .login-card .select-option {
    padding: 0 40px 0 21px;
    -webkit-appearance: none;
    background-repeat: no-repeat !important;
    background-position: 96.5% 24px !important;
    background-image: url('../images/dropdown-arrow.png') !important;
}

.sign-up-form .login-card .select-option:focus {
    outline: none;
    box-shadow: none;
}

/* THANKYOU PAGE */
.thank-you-con .thankyou-content-con figure {
    width: 166px;
    height: 166px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondary--color);
    margin: 0 auto 57px;
    box-shadow: 0 2px 67px rgb(0 0 0 / 5%);
}

.thank-you-con .thankyou-content-con h1 {
    margin-bottom: 30px;
}

.thank-you-con .thankyou-content-con p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
}

.thank-you-con .primary_btn {
    min-width: 201px;
}

/* Footer */

.footer-con .middle_portion {
    padding: 115px 0 50px;
}

.footer-con .middle_portion .logo-content a {
    display: inline-block;
}

.footer-con .middle_portion .footer-logo {
    margin-bottom: 20px;
}

.footer-con .middle_portion p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 33px;
    color: var(--text--color);
}

.footer-con .middle_portion .social-icons li {
    margin: 0 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
    margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 6px;
    text-align: center;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
    transform: translateY(-3px);
    color: var(--dark--green--color);
    background-color: var(--accent--color);
}

.footer-con .middle_portion .social-icons li:first-child {
    margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
    margin-right: 0;
}

.footer-con .middle_portion h4 {
    margin-bottom: 35px;
}

.footer-con .middle_portion li {
    margin-bottom: 16px;
    line-height: 24px;
}

.footer-con .middle_portion li:last-child {
    margin-bottom: 0 !important;
}

.footer-con .middle_portion li a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    margin-left: 0;
    text-decoration: none;
    color: var(--text--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li i {
    position: relative;
    top: -1px;
}

.footer-con .middle_portion li i {
    font-size: 10px;
    line-height: 10px;
    color: var(--primary--color);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
    color: var(--primary--color);
}


.footer-con .middle_portion .icon .text {
    position: relative;
    margin-bottom: 11px;
    padding-left: 30px;
    display: inline-block;
}

.footer-con .middle_portion .icon i {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    left: 0;
    top: 6px;
}

.footer-con .middle_portion .icon a {
    margin-left: 0 !important;
}

.footer-con .copyright {
    padding: 37px 0;
    border-top: 1px solid var(--light--color);
}

.footer-con .copyright .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-con .copyright p {
    font-size: 14px;
    line-height: 14px;
    font-weight: 300;
    color: var(--text--color);
}

.footer-con .copyright-payments span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-right: 15px;
}

.footer-con .copyright p i {
    color: var(--red--color);
}

.footer-con .footer-features-box {
    border: 1px solid var(--light--color);
    border-radius: 15px;
    background-color: transparent;
    padding: 33px 33px;
}

.footer-con .footer-features-wrapper {
    margin-bottom: 57px;
}

.footer-con .footer-features-wrapper .footer-features-box img {
    margin-right: 28px;
}

.footer-con .footer-features-wrapper .footer-features-box h4 {
    margin-bottom: 16px;
}

.footer-con .footer-features-wrapper .footer-features-box p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

/* NEWSLETTER SECTION */
.newsletter-con {
    padding: 115px 0;
}

.newsletter-con h3 {
    margin-bottom: 29px;
}

.domain-form input {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 10px 20px;
    height: 56px;
    width: 100%;
    position: relative;
    color: var(--text--color);
    background-color: var(--secondary--color);
    border-radius: 6px;
    border: 1px solid var(--light--color);
    overflow: visible;
    outline: none;
    position: relative;
}

.domain-form input:focus {
    border: 1px solid var(--accent--color);
}

.domain-form button {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    width: 80px;
    height: 36px;
    padding: 10px;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 3px;
    border: none;
    overflow: visible;
    outline: none;
    transition: all 0.8s ease-in-out;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 9px;
    bottom: 9px;
    margin: auto;
}

.domain-form button:hover {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
}

.domain-form button:hover i {
    color: var(--primary--color);
}

.newsletter-con .vector1 {
    left: 312px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.newsletter-con .vector2 {
    right: 312px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* PRIVACY POLICY */

.privacy-policy-content-con h4 {
    font-weight: 600;
    margin-bottom: 18px;
    color: var(--dark--green--color);
}

.privacy-policy-content-con p,
.privacy-policy-content-con ul li {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: var(--text--color);
}

.privacy-policy-content-con ul li {
    padding-left: 24px;
    margin-bottom: 8px;
}

.privacy-policy-content-con ul li i {
    left: 0;
    position: absolute;
    top: 6px;
    color: var(--primary--color);
    font-size: 14px;
}

/* LATEST ANNOUNCEMENTS SECTION */
.latest-announcements-con h2 {
    margin-bottom: 25px;
}

.latest-announcements-con .anouncement-box {
    border: 1px solid var(--light--color);
    border-radius: 15px;
    background-color: transparent;
    padding: 33px 33px 33px 25px;
    transition: ease-in-out 0.6s;
}

.latest-announcements-con .anouncement-box:hover {
    border: 1px solid var(--primary--color);
}

.latest-announcements-con .anouncement-box span {
    font-size: 12px;
}

.latest-announcements-con .anouncement-box p {
    font-weight: 400;
    margin-bottom: 26px;
}

.latest-announcements-con .anouncement-box img {
    transition: ease-in-out 0.6s;
}

.latest-announcements-con .anouncement-box a:hover img {
    transform: translateX(4px);
}

.latest-announcements-con .row {
    margin-bottom: 74px;
}

.latest-announcements-con .anouncement-box h5 {
    margin-bottom: 17px;
}

.latest-announcements-con .anouncement-box span {
    margin-bottom: 15px;
}

.latest-announcements-con a.view-all:hover {
    color: var(--accent--color);
}

/* CTA SECTION */
.cta-con {
    background-image: url(../images/cta-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta-con h2,
.cta-con p {
    color: var(--secondary--color);
}

.cta-con span {
    color: var(--secondary--color);
    font-weight: 300;
    font-size: 14px;
    background-color: rgb(0 0 0 / 10%);
    width: 190px;
    height: 33px;
    line-height: 33px;
    border-radius: 6px;
    margin-bottom: 32px;
}

.cta-con .heading-title-con {
    position: relative;
    z-index: 1;
}

.cta-con h2 {
    margin-bottom: 22px;
}

.cta-con p {
    margin-bottom: 30px;
}

.cta-con .secondary_btn:hover {
    background-color: var(--secondary--color);
    color: var(--primary--color);
}

/* BUILD MAP SECTION */
.build-map-con {
    background-image: url(../images/build-map-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.map-inner-con .box {
    width: 16px;
    height: 16px;
    background: url(../images/data-pin.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    min-height: inherit;
    box-shadow: none !important;
}

.map-inner-con .pin-span {
    font-size: 12px;
    line-height: 12px;
    width: 110px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--black--color);
    margin-top: 26px;
    text-align: center;
    margin-left: -45px;
}

.map-inner-con #pin-4 .pin-span {
    margin-top: -26px;
}

.pin-text {
    display: none;
    position: absolute;
    padding: 30px 30px;
    background: var(--secondary--color);
    text-align: left;
    min-width: 300px;
    font-weight: 400;
    border: 1px solid var(--primary--color);
    z-index: 1;
}

.pin-show {
    display: block;
}

#pin-1>.pin-text,
#pin-2>.pin-text,
#pin-7>.pin-text,
#pin-8>.pin-text,
#pin-3>.pin-text {
    top: -250%;
    left: auto;
    right: 37px;
}

#pin-14>.pin-text,
#pin-13>.pin-text,
#pin-12>.pin-text,
#pin-11>.pin-text,
#pin-10>.pin-text,
#pin-9>.pin-text,
#pin-4>.pin-text,
#pin-6>.pin-text,
#pin-5>.pin-text {
    top: -250%;
    right: -565%;
    left: 37px;
}

#pin-1 {
    top: 32%;
    left: 14%;
}

#pin-2 {
    top: 36%;
    left: 18.5%;
}

#pin-3 {
    top: 20%;
    left: 17.4%;
}

#pin-4 {
    top: 31%;
    left: 23.5%;
}

#pin-5 {
    top: 5%;
    left: 30%;
}

#pin-6 {
    bottom: 33%;
    left: 34%;
}

#pin-7 {
    top: 23%;
    left: 43%;
}

#pin-8 {
    top: 10%;
    left: 49%;
}

#pin-9 {
    top: 14%;
    left: 54%;
}

#pin-10 {
    bottom: 18%;
    left: 51%;
}

#pin-11 {
    top: 37%;
    right: 31.5%;
}

#pin-12 {
    top: 29%;
    right: 18%;
}

#pin-13 {
    bottom: 22%;
    right: 16%;
}

#pin-14 {
    bottom: 10%;
    right: 8%;
}



#pin-before-1::before,
#pin-before-2::before,
#pin-before-7::before,
#pin-before-8::before,
#pin-before-3::before {
    position: absolute;
    right: -13px;
    top: 27px;
    margin-left: 0;
    width: 0;
    border-left: 12px solid var(--primary--color);
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

#pin-before-14::before,
#pin-before-13::before,
#pin-before-12::before,
#pin-before-10::before,
#pin-before-9::before,
#pin-before-4::before,
#pin-before-6::before,
#pin-before-5::before,
#pin-before-11::before {
    position: absolute;
    left: -13px;
    top: 25px;
    margin-left: 0;
    width: 0;
    border-right: 12px solid var(--primary--color);
    border-bottom: 12px solid transparent;
    border-top: 12px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

.map-inner-con .regions {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
    background-color: var(--primary--color);
    border-radius: 100px;
    right: 21%;
    top: -20px;
}

.map-inner-con .regions .digit-count {
    font-size: 42px;
    line-height: 40px;
}

.map-inner-con .regions .region-text {
    font-size: 14px;
}

/* FEATURE SECTION */
.features-con .feature-box {
    border: 1px solid var(--light--color);
    border-radius: 15px;
    background-color: transparent;
    padding: 39px 25px;
    transition: ease-in-out 0.6s;
}

.features-con .feature-box:hover {
    border: 1px solid var(--primary--color);
}

.features-con .feature-box img {
    margin-bottom: 34px;
}

.feature-box h5 {
    margin-bottom: 18px;
}

.features-con .col-lg-3.col-md-6 {
    margin-bottom: 28px;
}

.features-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.features-con .row {
    margin-bottom: 65px;
}

.features-wrap2 h4 {
    margin-bottom: 12px;
}

.features-wrap2 p {
    margin-bottom: 31px;
}

.features-wrap2 .primary_btn {
    min-width: 240px;
}

/* WHY CHOOSE SECTION */
.why-choose-con .choose-box {
    border-radius: 15px;
    background-color: var(--secondary--color);
    border: 1px solid var(--light--color);
    padding: 39px 30px;
    transition: ease-in-out 0.6s;
}

.why-choose-con .choose-box:hover {
    border: 1px solid var(--primary--color);
}

.why-choose-con .choose-box img {
    margin-bottom: 25px;
}

.why-choose-con .choose-box h5 {
    margin-bottom: 18px;
}

.hosting-plans-con .plan-box {
    border: 1px solid var(--light--color);
    border-radius: 15px;
    background-color: transparent;
    padding: 39px 32px;
    transition: ease-in-out 0.6s;
    display: flex;
    flex-direction: column;
}

.hosting-plans-con .plan-box:hover {
    border: 1px solid var(--primary--color);
    box-shadow: 0 15px 30px rgb(0 193 160 / 10%);
}

.hosting-plans-con .plan-box figure img {
    margin-bottom: 35px;
}

.hosting-plans-con .plan-box h4 {
    margin-bottom: 16px;
}

.hosting-plans-con .plan-box p {
    margin-bottom: 44px;
    margin-top: auto;
}

.hosting-plans-con .plan-box ul {
    margin-bottom: 45px;
}

.hosting-plans-con .plan-box ul li {
    font-size: 16px;
    padding-left: 50px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 14px;
    color: var(--dark--green--color);
}

.hosting-plans-con .plan-box ul li img {
    position: absolute;
    left: 0;
}

.hosting-plans-con .starting-text {
    margin-bottom: 12px;
}

.hosting-plans-con .price-text {
    font-size: 30px;
    color: var(--dark--green--color);
    margin-bottom: 22px;
}

.hosting-plans-con .price-text .month-text {
    font-size: 20px;
}

.hosting-plans-con .primary_btn {
    margin-top: auto;
}

.most-popular-tag {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    text-align: center;
    height: 29px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    top: 0;
    right: 28px;
}

/* BANNER SECTION */
.banner-con {
    padding-top: 96px;
    padding-bottom: 96px;
}

.banner-con h1 {
    margin-bottom: 20px;
}

.banner-con span.managed-hosting-text {
    margin-bottom: 35px;
}

.banner-con span.managed-hosting-text img {
    margin-right: 9px;
    vertical-align: text-top;
}

.banner-con p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 29px;
}

.banner-con .primary_btn {
    margin-bottom: 24px;
}

.banner-con .pagination-outer {
    position: absolute;
    width: 100px;
    margin-top: 52px;
}

.banner-con .customer-rating-span i {
    font-size: 11px;
    color: var(--primary--color);
    vertical-align: middle;
    margin-right: 3px;
}

.banner-con .carousel-control-next,
.banner-con .carousel-control-prev {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--light--bg--color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.banner-con .carousel-control-next:hover,
.banner-con .carousel-control-prev:hover {
    background-color: var(--accent--color);
}

/* DOMAIN */
.domain-con .domain-inner-con {
    border: 1px solid var(--primary--color);
    border-radius: 15px;
    padding: 35px 40px 32px;
}

.domain-con .domain-inner-con figure {
    margin-right: 27px;
}

.domain-con .perfect-domain-search-con form {
    margin-bottom: 16px;
}

.domain-con .domain-form input {
    background-color: var(--light--bg--color);
    padding-left: 45px;
}

.domain-con form img {
    position: absolute;
    left: 17px;
    z-index: 1;
}

.domain-con .perfect-domain-search-con ul li {
    font-weight: 700;
    font-size: 24px;
    color: var(--dark--green--color);
}

.domain-con .perfect-domain-search-con ul li span {
    font-size: 16px;
    margin-left: 4px;
    font-weight: 400;
}

.domain-con h4 {
    margin-bottom: 12px;
}

/* TESTIMONIALS SECTION */
.testimonials-con .carousel-item p {
    font-size: 24px;
    line-height: 36px;
}

.testimonials-con .testimonial-inner-con img {
    margin-bottom: 28px;
    margin-bottom: 31px;
}

.testimonials-con .testimonial-inner-con {
    padding: 57px 60px;
    position: relative;
}

.testimonials-con .testimonial-inner-con::before {
    content: "";
    position: absolute;
    background-image: url(../images/testimonial-vector.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 254px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonials-con .testimonial-details {
    margin-top: 60px;
}

.testimonials-con .testimonial-details img {
    margin-right: 20px;
}

.testimonials-con .testimonial-details .review-info h5 {
    margin-bottom: 5px;
}

.testimonials-con .carousel-control-prev {
    left: -6%;
}

.testimonials-con .carousel-control-next {
    right: -6%;
}

.testimonials-con .carousel-control-next,
.testimonials-con .carousel-control-prev {
    bottom: unset;
    top: 28%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: var(--light--bg--color);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.testimonials-con .carousel-control-next:hover,
.testimonials-con .carousel-control-prev:hover {
    background-color: var(--accent--color);
}

.powerful-web-feature-con .col-lg-4.col-md-6 {
    margin-bottom: 30px;
}

.powerful-web-feature-con .col-lg-4.col-md-6:nth-last-of-type(-n+3) {
    margin-bottom: 0;
}

.powerful-web-feature-con .row {
    margin-bottom: 65px;
}

/*  */
/* FREE CLICK INSTALL SECTION */
.free-click-install-con .smallbox {
    gap: 15px;
    width: 190px;
    height: 190px;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary--color);
    border: 1px solid var(--light--color);
    border-radius: 10px;
    transition: ease-in-out 0.6s;
    position: relative;
    z-index: 2;
    opacity: 100%;
}

.free-click-install-con .smallbox span {
    color: var(--dark--green--color);
    font-size: 20px;
}

.free-click-install-con .smallbox img {
    transition: ease-in-out 0.6s;
    /* opacity: 50%; */
    /* filter: grayscale(100); */
}

.free-click-install-con .smallbox:hover img {
    transform: translateY(-3px);
    opacity: 100%;
    filter: grayscale(0);
}

.free-click-install-con .smallbox:hover {
    border: 1px solid var(--primary--color);
    box-shadow: 0px 0px 15px rgb(0 193 160 / 10%);
}

.free-click-install-con .smallbox:hover span {
    color: var(--primary--color);
}

.free-click-install-con .apps-con {
    margin-bottom: 74px;
}

/* FAQ SECTION */

.faq-con h5 {
    margin-bottom: 0;
    color: var(--dark--green--color);
}

.faq-con a h6:hover {
    color: var(--primary--color);
}

.faq-con .accordion-card {
    margin-bottom: 30px;
    width: 100%;
    border-radius: 15px;
    background-color: transparent;
    border: 1px solid var(--light--color);
}

.faq-con .accordion-card:last-child {
    margin-bottom: 0;
}

.faq-con .accordian-inner .card-header {
    padding: 0;
    margin-bottom: 0;
    background: none;
    border: none;
    box-shadow: 0px 0px 50px rgb(0 0 0 / 3%);
    border-radius: 15px;
}

.faq-con .accordian-inner .card-header a {
    padding: 24px 50px 23px 36px;
}

.faq-con .accordian-inner .card-body {
    padding: 0 36px 30px;
}

.faq-con .accordian-inner .card-body p {
    font-size: 14px;
}

.faq-con .accordion-card a.btn.btn-link:focus {
    outline: none;
    box-shadow: none;
}

.faq-con .accordian-inner .accordion-card i {
    position: absolute;
    right: 20px;
    margin: -6px 0;
}

.faq-con .accordian-inner .accordion-card .btn {
    text-decoration: none;
    text-align: left;
    display: block;
    border-radius: 10px;
}

.faq-con .accordion-card a.btn.btn-link {
    position: relative;
}

.faq-con .accordion-card .btn-link:before {
    content: "\f106";
    font-size: 10px;
    top: unset;
    right: 15px;
    position: absolute;
    font-family: 'FontAwesome';
    color: var(--secondary--color);
    background-color: var(--primary--color);
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    border-radius: 100px;
}

.faq-con .accordion-card .collapsed:before {
    content: "\f107";
    background-color: var(--dark--green--color2);

}

.faq-con .accordion-card:has(.show) .btn-link:before {
    content: "\f106";
    background-color: var(--primary--color);
}

.faq-con .accordion-card:has(.show) .btn-link h6 {
    color: var(--primary--color);

}

.faq-con .accordion-card:has(.show) {
    border: 1px solid var(--primary--color);
}


.faq-con .accordion-card:has(.show) .card-header {
    box-shadow: none;
}

/* custom dropdown */
.custom-dropdown {
    width: 100%;
    margin-bottom: 25px;
    margin-top: auto;
}

/* Customize Bootstrap select */
.plan-select {
    width: 100%;
    height: 52px;
    border: 1px solid var(--primary--color);
    /* teal border */
    border-radius: 6px;
    background-color: var(--light--bg--color);
    /* light grayish background */
    color: var(--text--color);
    font-size: 16px;
    line-height: 24px;
    padding: 14px 42px 14px 20px;
    /* left text padding + space for arrow */
    appearance: none;
    background-image: url(../images/dropdown-arow.png);
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 9px;
}

/* Focus state */
.plan-select:focus {
    border-color: #3ec0ad;
    box-shadow: none;
    outline: none;
}

/* SUB FEATURES SECTION */
.sub-features-con .sub-feature-box {
    border: 1px solid var(--light--color);
    border-radius: 15px;
    background-color: var(--light--bg--color);
    padding: 26px 25px;
    transition: ease-in-out 0.6s;
}

.sub-features-con .sub-feature-box:hover {
    border: 1px solid var(--primary--color);
    transform: translateY(-3px);
}

.smol-heading6 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 13px;
}

.smol-text {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
}

/*  */
/* breadcrumb */
.breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active {
    color: var(--primary--color);
}

.breadcrumb-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
}

.breadcrumb {
    padding: 0;
    transition: ease-in-out 0.6s;
    border-radius: 0;
    justify-content: center;
    background-color: transparent;
    line-height: 27px;
    margin-bottom: 32px;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--text--color);
    text-transform: uppercase;
}

.breadcrumb-item a:hover {
    color: var(--primary--color);
}


.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text--color);
    content: "~";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    padding: 0 5px;
    font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
}

/* DOMAIN PLANS */
.strike-span {
    font-size: 16px;
    color: var(--text--color);
    font-weight: 300;
    text-decoration: line-through;
}

.domain-plans-con .most-popular-tag {
    width: 90px;
}

/* DOMAIN PRICING TABLE SECTION */

.pricing-table-con .table-box {
    width: 100%;

}

.pricing-table-con .table-box tbody {
    /* border-radius: 15px; */
    /* border: 1px solid var(--light--color); */
}

.pricing-table-con .table-box tr:first-child {
    border-bottom: none;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.pricing-table-con .table-box tr {
    border: 1px solid var(--light--color);
    border-top: none;
}

.pricing-table-con .table-box tr:hover {
    background-color: transparent;
}

.pricing-table-con .table-box tr:first-child th {
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 22px 26px;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    text-align: left;
}

.pricing-table-con .table-box tr td:first-child {
    font-weight: 700;
    color: var(--dark--green--color);
    text-align: left;
    border-top-left-radius: 15px;
}

.pricing-table-con .table-box tr td {
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    padding: 27px 26px;
    text-align: left;
    color: var(--dark--green--color);
    background-color: var(--secondary--color);
}

.pricing-table-con .table-box tr:first-child th:first-child {
    border-top-left-radius: 15px;
    text-align: left;
}

.pricing-table-con .table-box tr:first-child th:last-child {
    border-top-right-radius: 15px;
}

.pricing-table-con .table-box tr:last-child td:first-child {
    border-bottom-left-radius: 15px;
}

.pricing-table-con .table-box tr:last-child td:last-child {
    border-bottom-right-radius: 15px;
}

.pricing-table-con .table-box tr:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pricing-table-con .price_table {
    margin-bottom: 75px;
}

.domain-btn-wrap a {
    min-width: 250px;
}

.cta-domain-con {
    background-image: url(../images/cta-domain-bg.jpg);
}

/*  */

.manage-con .manage-box {
    padding: 45px 35px;
    background-color: var(--secondary--color);
    border: 1px solid var(--light--color);
    transition: all 0.3s ease-in-out;
    border-radius: 15px;

}

.manage-con .manage-box:hover {
    border: 1px solid var(--primary--color);
    box-shadow: 0px 10px 15px rgb(0 193 160 / 10%);
}

.manage-con .manage-box .icon {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.manage-con .manage-box:hover .icon {
    transform: translateY(-2px);
}

.manage-con .manage-box h4 {
    margin-bottom: 12px;
    color: var(--dark--green--color);
}

.manage-con .manage-box p {
    margin-bottom: 32px;
    line-height: 30px;
}

.manage-con .manage-box ul li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 32px;
}

.manage-con .manage-box ul li:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
}

.manage-con .manage-box ul li img {
    top: 4px;
    left: 0;
    position: absolute;
}

.manage-con .manage-box ul {
    margin-bottom: 35px;
}

.manage-con .manage-box a.primary_btn {
    min-width: 280px;
}

.yellow-tag {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    background-color: var(--accent--color);
    width: 65px;
    height: 65px;
    border-radius: 100%;
    color: var(--dark--green--color);
    font-size: 24px;
}

.manage-top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.manage-top-content .left-content {
    order: 1;
}

.manage-top-content .icon {
    order: 2;
}

/* DEDICATED SERVER HOSTING PLANS SECTION */


/* DEDICATED HOSTING PLAN SECTION */


.dedicated-hosting-plans-con .pricing_content {
    padding: 26px 26px;
    border: 1px solid var(--light--color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
    border-radius: 15px;
}

.dedicated-hosting-plans-con .pricing_content .tag1 {
    position: absolute;
    top: -7px;
    left: 24px;
    background-image: url(../images/tag1.png);
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 12px;
    width: 118px;
    height: 23px;
    text-align: center;
    color: var(--dark--green--color);
}

.dedicated-hosting-plans-con .pricing_content:hover,
.dedicated-hosting-plans-con .pricing_content.highlighted {
    border: 1px solid var(--primary--color);
    box-shadow: 0 15px 30px rgb(0 193 160 / 10%);
}

.dedicated-hosting-plans-con .pricing_content.highlighted {
    border-bottom: 4px solid var(--primary--color);
}

.dedicated-hosting-plans-con .pricing_content h6 {
    transition: all 0.6s ease-in-out;
    font-weight: 600;
}

.dedicated-hosting-plans-con .pricing_content h6 span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: var(--dark--green--color);
}

.dedicated-hosting-plans-con .pricing_content ul li {
    position: relative;
    margin-bottom: 8px;
}

.dedicated-hosting-plans-con .pricing_content ul li:last-child {
    margin-bottom: 0 !important;
}

.dedicated-hosting-plans-con .pricing_content ul li i {
    font-size: 15px;
    top: 6px;
    left: 0;
    position: absolute;
    color: var(--primary--color);
}

.dedicated-hosting-plans-con .pricing_content ul li p {
    padding-left: 24px;
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
    font-size: 14px;
    font-weight: 500;
}

.dedicated-hosting-plans-con .pricing_content .price {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: var(--charcoal--color);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.dedicated-hosting-plans-con .pricing_content .price .dollar {
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: -12px;
    left: -5px;
    font-weight: 800;
}

.dedicated-hosting-plans-con .pricing_content .month {
    font-size: 16px;
    line-height: 16px;
    font-weight: 200;
    font-weight: 500;
    color: var(--charcoal--color);
    transition: all 0.3s ease-in-out;
}

.dedicated-hosting-plans-con .pricing_content .primary_btn {
    min-width: 150px;
    text-align: center;
    font-weight: 600;
    height: 56px;
    font-size: 16px;
    display: block;
    color: var(--secondary--color);
    background-color: var(--primary--color);
    border-radius: 6px;
}

.dedicated-hosting-plans-con .pricing_content:hover .primary_btn {
    text-decoration: none;
}

.dedicated-hosting-plans-con .pricing_content .primary_btn:hover {
    color: var(--dark--green--color);
    background-color: var(--accent--color);
}

.dedicated-feature-list {
    border: 1px solid var(--light--color);
    background-color: var(--light--bg--color);
    padding: 32px 40px;
    border-radius: 15px;
    margin-bottom: 72px;
}

.dedicated-feature-list ul {
    gap: 9%;
}

.dedicated-feature-list li {
    font-size: 20px;
    color: var(--dark--green--color);
    padding-left: 38px;
}

.dedicated-feature-list li img {
    top: 1px;
    left: 0;
}

.dedicated-hosting-plans-con .features-wrap2 a.primary_btn {
    min-width: 260px;
}

.pricing_content .spex-width {
    width: 240px;
}

/* VPS PAGE */
.vps-feature-box {
    background-color: var(--secondary--color);
    border: 1px solid var(--light--color);
    border-radius: 15px;
    padding: 65px 90px;
    margin-bottom: 24px;
}

.vps-feature-box figure img {
    margin-right: 130px;
}

.vps-feature-box h4 {
    margin-bottom: 16px;
}

/* VPS HOSTING PLAN SECTION */
/* VPS SLIDER SECTION */
.price_rangetxt {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 31px;
    gap: 0 0;
}

.vps-hosting-plans-con .vps-inner-con {
    background-color: var(--secondary--color);
    padding: 52px 100px 44px;
    border-radius: 15px;
    border: 1px solid var(--primary--color);
    box-shadow: 0 15px 30px rgb(0 193 160 / 20%);
    border-bottom: 4px solid var(--primary--color);
    margin-bottom: 70px;
}

.vps-price-slider-con .sliderbox {
    background-color: var(--secondary--color);
    box-shadow: 0px 10px 20px rgb(0 0 0 / 7%);
    border-top: 5px solid var(--primary--color);
    border-radius: 0;
    padding: 70px 88px 76px;
    position: relative;
}

.price_rangetxt span {
    font-size: 12px;
    color: var(--text--color);
    font-weight: 300;
}

.price_rangetxt div.icon {
    color: var(--secondary-color);
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    font-weight: 700;
}

.price_rangetxt div.current {
    color: var(--primary--color);
}

.price_rangetxt div.current span {
    color: var(--primary--color);
}

.product-con .image_holder .inner-content-holder {
    padding-left: 12px;
}

.product-con .image_holder .inner-content-holder span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
}

.product-con span.value {
    font-size: 16px;
    font-weight: 600;
    color: var(--dark--green--color);
    margin-bottom: 0;
}

#tag_val span.value {
    color: var(--primary--color);
}

.vps-hosting-plans-con .plans-pricing-blue-con {
    background-color: var(--accent--color);
    padding: 54px 45px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.dollar {
    font-size: 30px;
    line-height: 40px;
    top: -23px;
    position: relative;
    left: 5px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.decimal {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    line-height: 30px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .price span.per-month {
    font-size: 16px;
    line-height: 20px;

}

.vps-hosting-plans-con .plans-pricing-blue-con .price {
    font-size: 64px;
    line-height: 64px;
    font-weight: bold;
    margin-bottom: 17px;
}

.vps-hosting-plans-con .plans-pricing-blue-con .primary-button a {
    min-width: 159px;
    height: 50px;
    line-height: 50px;
    border: 1px solid transparent;
}

.vps-hosting-plans-con .plans-pricing-blue-con .primary-button a:hover {
    border: 1px solid var(--secondary--color);
    color: var(--secondary--color);
}

.vps-hosting-plans-con .product-con .smallbox {
    width: 13%;
    padding: 0 0;
}

.vps-hosting-plans-con .product-con .primary_btn {
    min-width: 180px;
}

.vps-hosting-plans-con .product-con {
    padding: 0 30px;
    padding-bottom: 45px;
    border-bottom: 2px solid var(--light--color);
    margin-bottom: 37px;
}


.vps-hosting-plans-con .span1 {
    font-size: 12px;
    font-weight: 400;
    color: var(--dark--green--color);
}

.slider-outer {
    width: 850px;
    margin: 0 auto;
}

.vps-hosting-plans-con .vps-benefits-con ul li {
    position: relative;
    padding-left: 25px;
    color: var(--dark--green--color);
    font-weight: 600;
}

.vps-hosting-plans-con .vps-benefits-con ul li:first-child {
    color: var(--primary--color);
}

.vps-hosting-plans-con .vps-benefits-con ul li img {
    position: absolute;
    top: 2px;
    left: 0;
}

.vps-hosting-plans-con .features-wrap2 .primary_btn {
    min-width: 270px;
}

/*  */
/* CONTACT PAGE */
/* contact help section */
.contact-help-con .white-box {
    padding: 28px 26px 30px;
    transition: ease-in-out 0.6s;
    border: 1px solid var(--light--color);
    border-radius: 15px;
}

.contact-help-con .white-box:hover {
    border: 1px solid var(--primary--color);
}

.contact-help-con .white-box figure {
    transition: ease-in-out 0.6s;
}

.contact-help-con .white-box:hover figure {
    transform: translateY(-3px);
}

.contact-help-con .white-box h4 {
    margin-bottom: 16px;
    margin-top: 5px;
}

.contact-help-con .white-box ul li {
    font-size: 16px;
    line-height: 24px;
    color: var(--text--color);
    margin-bottom: 5px;
}

.contact-help-con .white-box ul li a {
    color: var(--text--color);
    font-size: 16px;
    text-decoration: none;
}

.contact-help-con .white-box ul li a:hover {
    color: var(--primary--color);
    text-decoration: underline;
}

/* CONTACT FORM SECTION */

.contact-form-con #contactpage span.error {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
    padding-left: 0;
    color: var(--red--color);
    text-align: left;
}

.contact-form-con form ul li {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
    position: relative;
}

.contact-form-con form ul li:nth-child(3) {
    margin-right: 0;
}

.contact-form-con form ul li input {
    width: 100%;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: 1px solid #dddddd;
    height: 64px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text--color);
    border-radius: 6px;
}

.contact-form-con form ul li input::placeholder,
.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
}

.contact-form-con form ul li textarea {
    height: 148px;
    padding: 13px 19px;
    background-color: var(--secondary--color);
    border: 1px solid #dddddd;
    font-size: 16px;
    width: 100%;
    color: var(--text--color);
    float: left;
    border-radius: 6px;
}

.contact-form-con form ul li textarea::placeholder {
    color: var(--text--color);
}

.contact-form-con form ul li:last-child {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
}

.contact-form-con form ul li input:focus-visible,
.contact-form-con form ul li textarea:focus-visible {
    border: none;
    outline: none;

}

.contact-form-con form ul li input:focus,
.contact-form-con form ul li textarea:focus {
    /* background-color: var(--primary-color); */
    border: 1px solid var(--primary--color);
    box-shadow: 0 0px 7px 2px rgb(0 193 160 / 30%) inset;
}

.contact-form-con .primary_btn {
    background-color: var(--primary--color);
    height: 64px;
    line-height: 64px;
}

.contact-form-con .primary_btn:hover {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
}


button.primary_btn {
    border: none;
    background-color: var(--primary--color);
}

.contact-text-con {
    margin-left: 35px;
}

/*  */
/* Sidebar Styling */
/* Sidebar Base */
.sidebar {
    height: 100vh;
    width: 80px;
    background-color: var(--dark--green--color);
    /* transition: width 0.4s ease; */
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 11px 20px;
    z-index: 1000;
    transition: all 0.4s ease;
    /* 👈 smooth transition */
}

/* Expanded */
.sidebar.expanded {
    width: 250px;
    align-items: flex-start;
    padding: 11px 20px;
}

/* Toggle Button */
.menu-btn {
    background-color: var(--menu--color);
    border: none;
    border-radius: 6px;
    padding: 13px 15px;
    color: var(--secondary--color);
    margin-bottom: 25px;
    transition: background-color 0.3s;
}

.sidebar.expanded .menu-btn {
    width: 51px;
    height: 50px;
    padding: 10px 15px 14px
}

.menu-btn:hover {
    background-color: var(--primary--color);
}

/* #main-content {
    margin-left: 80px;
    transition: margin-left 0.4s ease;
} */

/* Sidebar Links */
.sidebar a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    color: var(--secondary--color);
    text-decoration: none;
    font-size: 16px;
    margin: 17px 0;
    transition: 0.3s;
    white-space: nowrap;
}

.sidebar a i {
    font-size: 10px;
    text-align: center;
}

.sidebar a:hover {
    color: var(--primary--color);
}

/* Hide text when collapsed */
.sidebar:not(.expanded) .link-text {
    display: none;
}

.sidebar:not(.expanded) i.fa-chevron-right {
    display: none;
}

.sidebar:not(.expanded) a {
    justify-content: center;
}

/* Arrow icon */
.fa-chevron-right.arrow {
    margin-left: auto;
    font-size: 11px;
    opacity: 0;
    color: var(--arrow--color);
    transition: ease-in-out 0.8s;
}

.sidebar.expanded .arrow {
    opacity: 1;
    transition: ease-in-out 0.8s;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    #sidebar {
        left: -250px;
        /* hide off-screen */
        width: 250px;
        /* actual width when visible */
    }

    #sidebar.expanded {
        left: 0;
        padding-top: 40px;
        /* slide in smoothly */
    }

    #main-content {
        margin-left: 0;
        /* content full width */
    }

    /* #main-content.shifted {
        margin-left: 250px;
    } */

    /* Keep toggle button always visible */
    #toggle-btn {
        position: fixed;
        top: 12px;
        left: 15px;
        z-index: 1100;
        background: none;
        border: none;
        cursor: pointer;
    }
}

/* PARTNER SECTION */
.partner-box {
    padding: 36px 0;
    border: 1px solid var(--light--color);
    transition: ease-in-out 0.6s;
    border-radius: 15px;
}

.partner-box:hover {
    border: 1px solid var(--primary--color);
}

.partner-box img {
    transition: ease-in-out 0.6s;
}

.partner-box:hover img {
    transform: translateY(-2px);
}

.our-trusted-prtners-con .col-lg-3.col-md-6 {
    margin-bottom: 28px;
}

.our-trusted-prtners-con .col-lg-3.col-md-6:nth-last-of-type(-n+4) {
    margin-bottom: 0;
}

.var-margin {
    margin-bottom: 0 !important;
}

/* ABOUT PAGE */
.about-mission-con .heading-title-con h2 {
    margin-bottom: 22px;
}

.about-box {
    border-radius: 15px;
    border: 1px solid var(--light--color);
    padding: 34px 27px;
}

.about-box figure {
    flex-shrink: 0;
    margin-right: 27px;
}

/* MILESTONE TIMELINE CAROUSEL */
.milestone-con .timeline-carousel .item {
    background: var(--secondary--color);
    border-radius: 15px !important;
    border: 1px solid var(--light--color) !important;
    padding: 34px 26px;
    text-align: center;
}

.milestone-con .timeline-carousel .year {
    color: var(--primary--color);
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 46px;
}

.milestone-con .timeline-carousel .title {
    font-weight: 700;
    padding-top: 46px;
    margin-bottom: 15px;
}

.milestone-con .timeline-carousel .desc {
    color: var(--text--color);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    font-weight: 400;
}

.milestone-con .owl-nav button {
    background-color: var(--primary--color) !important;
    border-radius: 50%;
    color: var(--secondary--color) !important;
    border: none;
    width: 35px;
    height: 35px;
    font-size: 18px !important;
    margin: 0 5px;
}

.milestone-con .timeline-carousel .owl-nav {
    text-align: center;
    margin-top: 15px;
}

.milestone-con .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    top: 25%;
    left: 0;
    right: 0;
}

.milestone-con .owl-carousel .owl-nav button.owl-next,
.milestone-con .owl-carousel .owl-nav button.owl-prev,
.milestone-con .owl-carousel button.owl-dot {
    background-color: var(--accent--color) !important;
    color: var(--dark--green--color) !important;
    margin: 0;
    padding-bottom: 4px !important;
}

.milestone-con .owl-carousel .owl-nav button.owl-prev {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.milestone-con .owl-carousel .owl-nav button.owl-next {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.milestone-con .owl-nav button {
    width: 30px;
    height: 30px !important;
}

.milestone-con .owl-theme .owl-nav [class*=owl-] {
    border-radius: 7px;
}

.owl-carousel .owl-stage-outer::after {
    content: "";
    position: absolute;
    width: 1290px;
    width: 100%;
    height: 4px;
    top: 103px;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-color: var(--primary--color);
}

.milestone-con .timeline-carousel {
    margin-bottom: 70px;
}

/* TEAM SECTION  */
.team-box {
    position: relative;
    border: 1px solid var(--light--color);
    border-radius: 15px;
    padding: 0 20px 30px;
    transition: all 0.3s ease;
    box-shadow: inset 0 0 0 0 var(--primary--color);
}

.team-box figure img {
    border-radius: 15px;
    margin-bottom: 30px;
    margin-top: -20px;
}

.team-box:hover {
    border-color: var(--primary--color);
    box-shadow:
        0 4px 0 0 var(--primary--color),
        0 15px 30px rgb(0 193 160 / 10%);
}

.our-team-con .team-box ul li a {
    margin: 0 2px;
}

.our-team-con .team-box ul {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 36%;
    display: none;
}

.our-team-con .team-box ul li:hover i {
    background-color: var(--accent--color);
    color: var(--dark--green--color);
    transform: translateY(-2px);
}

.our-team-con .team-box ul li i {
    width: 40px;
    height: 40px;
    background-color: var(--primary--color);
    line-height: 40px;
    color: var(--secondary--color);
    border-radius: 6px;
    transition: ease-in-out 0.5s;
    font-size: 20px;
}

.our-team-con .team-box:hover ul {
    display: block;
}

.our-team-con .row {
    margin-bottom: 70px;
}

.our-team-con a:hover {
    color: var(--accent--color);
}

/* animation */