html{
    scroll-behavior: smooth;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: #010101;
    --secondary-color: #fff;
    --text-color: #6c6c6c;
    --orange-color: #e66200;
    --black-color: #333;
    --grey-color: #f4f4f4;
    
}
body{
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    color: var(--text-color);
    font-family: "Inter", sans-serif;
}
/* HEADER SECTION */
.wordpress-box .about-title {
    order: 2;
}
.language-selector {
    margin-right: 10px;
	    width: 140px;
}
.language-selector .dropdown-toggle:focus {
    outline: none;
    box-shadow: none !important;
}
.language-selector .dropdown-menu {
	    top: 64px;
    left: -30px;
    background: var(--primary-color);
    border-radius: 0;
    border: none;
}
.language-selector .dropdown-item {
line-height: 14px;
    border-radius: 0;
    border: none !important;
    width: 100%;
}
.language-selector .dropdown-toggle{
    background: transparent !important;
    border: none;
    color: var(--black-color) !important;
    padding: 0;
}
.header-con {
    padding: 20px 0;
}
.header-con .dropdown-toggle::after {
    top: 2px;
    border: none;
    font-size: 12px;
    content: "\f107";
    font-weight: 600;
    position: relative;
    color: var(--black-color);
    font-family: "Font Awesome 6 free";
}
.header-con .navbar-nav{
    gap: 58px;
    margin-right: 60px;
    align-items: center;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
    text-transform: uppercase;
	display: math;
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--orange-color);
}
.language-selector .dropdown-toggle span {
    margin-right: 6px;
    display: inline-block;
    position: relative;
    top: 3px;
}
.language-selector .dropdown-item span {
    margin-right: 5px;
}
.header-btn {
    gap: 14px;
	align-items: center;
    display: flex;
}
.header-btn a,.table-btn a{
    font-size: 14px;
    font-weight: 600; 
    line-height: 14px;
    border-radius: 28px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: var(--secondary-color);
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}
.header-btn a:hover{
    transform: translateY(-5px);
}
.header-contact a,
.table-btn a{
    padding: 20px 32px;
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.admin-btn a{
  padding: 20px 25px 20px 26px;
  box-shadow: 10px 10px 15px rgb(42 42 42 / 14%);
  background: linear-gradient(to right,  #262626 0%,#3b3b3b 100%);
}
.admin-btn a i{
    font-size: 12px;
    padding-right: 10px;
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-con{
    padding-top: 0;
    background: url('/wp-content/themes/xitens/assets/css/../images/banner-bg-img.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.banner-icon-box{
    z-index: 1;
    position: absolute;
}
.banner-icon-box figure{
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.banner-icon-box1 {
    top: 225px;
    left: 116px;
}
.banner-icon-box1 figure{
    width: 144px;
    height: 144px;
}
.banner-icon-box2 figure{
    width: 77px;
    height: 77px;
}
.banner-icon-box3 figure{
    width: 114px;
    height: 114px;
}
.banner-icon-box3 {
    top: 143px;
    right: -42px;
}
.banner-icon-box2 {
    top: 114px;
    left: 262px;
}
.banner-con::before,.sub-banner-con::before{
    left: 0;
    bottom: 0;
    z-index: 9;
    content: "";
    width: 179px;
    height: 277px;
    position: absolute;
    background: url('/wp-content/themes/xitens/assets/css/../images/banner-xitens-img.png') no-repeat center;
}
.banner-img > figure{
    margin-left: -40px;
}
.banner-box {
    display: grid;
    align-items: center;
    grid-template-columns: 50% 50%;
}
.banner-title *{
    color: var(--secondary-color);
}
.banner-con .wrapper,.sub-banner-con .wrapper{
    z-index: 1;
    position: relative;
}
.banner-sub-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    margin-bottom: 28px;
    padding-left: 86px;
}
.banner-title p {
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 43px;
    padding-right: 100px;
}
.banner-title h1{
    margin-bottom: 18px;
}
.banner-sub-title::after {
    top: 50%;
    left: 0;
    width: 67px;
    height: 4px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
    transform: translateY(-50%);
}
.scroll-downs {
    left: 50%;
    bottom: 50px;
    z-index: 9999;
    position: absolute;
    transform: translateX(-50%);
}
.mousey {
    width: 2px;
    height: 35px;
    padding: 3px 12px;
    border-radius: 25px;
    box-sizing: content-box;
    border: 2px solid var(--secondary-color);
}
.scroller {
    width: 2px;
    height: 6px;
    border-radius: 25%;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-iteration-count: infinite;
    background-color: var(--secondary-color);
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
}
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(25px); opacity: 0;}
}
/* BANNER SECTION */
/* PLAN SECTION */
.plan-con{
    background: var(--grey-color);
}
.plan-box {
    gap: 25px;
    display: grid;
    grid-template-columns: 18.685% 18.685% 18.685% 18.685% 18.685%;
}
.plan-box-item {
    padding: 31px 30px 39px 29px;
    background: var(--secondary-color);
    border: 1px solid transparent;
}
.plan-box-item:hover{
    border-image-slice: 1;
    border-width: 1px;
    border-image-source:linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.plan-top {
    gap: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.plan-title h4 ,
.plan-title h3
 {
    font-weight: 700;
    color: var(--orange-color);
    margin-bottom: 7px;
}
.plan-title span{
    font-size: 18px;
    line-height: 18px;
    color: var(--black-color);
}
.plan-box-item ul{
    list-style: none;
}
.plan-box-item ul li:first-child{
    padding-top: 21px;
    border-top: 1px solid #dfdfdf;
}
.plan-box-item ul li i{
    color: var(--orange-color);
}
.plan-box-item ul li:first-child:after{
    top: 23px;
}
.plan-box-item ul li {
    position: relative;
    margin-bottom: 19px;
    padding-bottom: 21px;
    border-bottom: 1px solid #dfdfdf;
}
.plan-box-item ul li::after {
    left: 0;
    top: 2px;
    color: #000;
    font-size: 16px;
    content: "\f058";
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    font-family: "Font Awesome 6 free";
}
.plan-item {
    padding-left: 30px;
}
.plan-item span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 11px;
}
.plan-item small{
    font-size: 16px;
    line-height: 16px;
    color: var(--black-color);
}
.plan-price {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-bottom: 12px;
}
.plan-price span{
    font-size: 14px;
    font-weight: 400;
}
.plan-box-item ul li:last-child{
    margin-bottom: 0;
}
.plan-box-item ul{
    margin-bottom: 22px;
}
.plan-btn a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    border-radius: 35px;
    padding: 17px 32px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: var(--secondary-color);
    transition: all 0.5s ease-in-out;
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.plan-btn a:hover{
    transform: translateY(-5px);
}
.plan-btn {
    text-align: center;
}
/* PLAN SECTION */
/* ABOUT SECTION */
.about-box {
    gap: 65px;
    display: grid;
    align-items: center;
    grid-template-columns: 45.264% 38.03%;
    justify-content: center;
}
.about-img figure img{
    width: 100%;
    border-radius: 50%;
}
.about-title h2 {
    position: relative;
    line-height: 60px;
    padding-bottom: 32px;
    color: var(--primary-color);
    margin-bottom: 37px;
}
.about-title h2::after,
.domian-title h2::after{
    left: 0;
    bottom: 0;
    transform: none;
}
.about-title p a{
    text-decoration: none;
    color: var(--orange-color);
}
.about-title p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 22px;
    padding-right: 37px;
}
.about-title p:nth-last-child(2) {
    padding-right: 0;
    margin-bottom: 37px;
}
.about-img figure{
    position: relative;
}
.about-img figure:after{
    top: 30px;
    left: 4px;
    z-index: -1;
    content: "";
    width: 226px;
    height: 226px;
    border-radius: 50%;
    position: absolute;
    animation: mover 1s infinite alternate;
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.about-con::after{
    bottom: 0;
    right: 0;
    content: "";
    width: 251px;
    height: 276px;
    position: absolute;
    background: url('/wp-content/themes/xitens/assets/css/../images/about-xitens-img.png') no-repeat center;
}
/* ABOUT SECTION */
/* SUPPORT SECTION */
.support-con{
    background: var(--grey-color);
}
.support-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 23.36% 23.36% 23.36% 23.36%;
}
.support-box-item {
    display: flex;
    flex-direction: column;
    padding: 56px 24px 47px;
    border: 1px solid transparent;
    background: var(--secondary-color);
}
.support-box-item:hover{
    border-image-slice: 1;
    border-width: 1px;
    border-image-source:linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.support-box-item figure{
    margin-bottom: 33px;
}
.support-box-item h4,
.support-box-item h3
{
    padding: 0 20px;
    margin-bottom: 15px;
    color: var(--primary-color);
}
.support-box-item p{
    margin-bottom: 22px;
}
.support-link,.support-box-item .readmore-btn{
    margin-top: auto;
}
.support-link a{
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    color: var(--orange-color);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.support-link a:hover,
.view-btn a:hover{
    color: var(--primary-color);
}
.support-link a i{
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}
.support-link a:hover i,.view-btn a:hover i{
    padding-left: 5px;
}
/* SUPPORT SECTION */
/* SERVICE SECTION */
.service-con{
    padding-top: 328px;
}
.service-box {
    gap: 35px;
    display: grid;
    grid-template-columns: 31.78% 31.78% 31.78%;
}
.service-box-item figure{
    margin-bottom: 47px;
}
.service-box-item figure img {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    margin: -178px auto 0;
}
.service-box-item {
    display: flex;
    position: relative;
    padding: 0 45px 44px;
    flex-direction: column;
    border-bottom: 3px solid #242424;
    background: var(--secondary-color);
    box-shadow: 30px 30px 41px rgb(24 27 34 / 6%);
}
.service-box-item::after {
    bottom: -3px;
    left: 0;
    content: "";
    width: 0;
    height: 3px;
    transition: all 0.5s ease-in-out;
    background: var(--orange-color);
    position: absolute;
}
.service-box-item:hover::after{
    width: 100%;
}
.service-box-item h4{
    margin-bottom: 22px;
    color: var(--primary-color);
}
.service-box-item p {
    margin-bottom: 31px;
}
.service-link a{
    display: inline-block;
    text-decoration: none;
}
.service-link a i{
    width: 48px;
    height: 48px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
    color: #fff;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
}
.service-link a i:hover{
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.service-link {
    margin-top: auto;
}
/* SERVICE SECTION */
/* SERVER SECTION */
.server-con{
    background: var(--grey-color);
}
.server-box {
    gap: 24px;
    display: grid;
    grid-template-columns: 49.1% 49.1%;
}
.server-box-item{
    background: var(--secondary-color);
}
.server-box-item img,.support-box-item img,.banner-icon-box figure img,.offer-box-item figure img,.installation-icon-box img{
    transition: all 0.5s ease-in-out;
}
.server-box-item:hover img,
.support-box-item:hover img,
.installation-icon-box:hover img,
.banner-icon-box:hover figure img,.offer-box-item:hover figure img{
    transform: translateY(5px);
}
.server-box-item {
    gap: 32px;
    z-index: 1;
    display: flex;
    position: relative;
    padding: 54px 75px 53px 45px;
    background: var(--secondary-color);
    border: 1px solid transparent;
}
.server-box-item:hover{
    border-color: var(--orange-color);
}
.server-box-item figure img {
    top: 3px;
    position: relative;
}
.server-box-title h4,
.server-box-title h3
{
    margin-bottom: 19px;
    color: var(--primary-color);
}
.circle{
    position: relative;
}
.server-box::after,
.server-box::before,
.circle::after,
.circle::before{
    top: -40px;
    left: -40px;
    content: "";
    width: 142px;
    height: 142px;
    border-radius: 50%;
    position: absolute;
    animation: mover 1s infinite alternate;
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.server-box::before,.circle::before{
    top: auto;
    left: auto;
    bottom: -40px;
    right: -40px;
}
/* SERVER SECTION */
/* FAQ SECTION */
.faq-con .generic-title h2{
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}
.faq-box {
    width: 70.73%;
    margin: 0 auto;
}
.faq-box .card-header {
    border: 0;
    padding: 0;
    background: transparent;
}
.faq-box .card{
    border: 0;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #d5d5d5;
}
.faq-box #accordion .card:first-child{
    border-top: 1px solid #d5d5d5;
}
.faq-box .card-header button {
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 26px;
    position: relative;
    text-decoration: none;
    color: var(--primary-color);
    padding: 37px 56px 34px 13px;
    white-space: normal;
}
.faq-box .card-header button:hover{
    text-decoration: none;
    color: var(--orange-color);
}
.faq-box .card-header button:focus{
    text-decoration: none;
}
.faq-box .card-body {
    padding: 0 60px 20px 13px;
}
.faq-box .card-header button.collapsed:after,
.faq-box .card-header button:not(.collapsed):after{
    top: 38px;
    right: 25px;
    content: "\2b";
    font-size: 44px;
    position: absolute;
    font-weight: 600;
    font-family: "Font Awesome 6 Pro";
}
.faq-box .card-header button:not(.collapsed):after{
    content: "\f068";
    color: var(--orange-color);
    font-family: "Font Awesome 6 free";
}
.faq-box .card-header button:not(.collapsed){
    color: var(--orange-color);
}
/* FAQ SECTION */
/* DOMAIN SECTION */
.domian-con{
    padding: 130px 0;
    background: url('/wp-content/themes/xitens/assets/css/../images/domian-bg-img.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.domian-box {
    z-index: 1;
    display: grid;
    padding: 90px 113px 95px;
    justify-content: space-between;
    grid-template-columns: 30% 60.46%;
    background: var(--secondary-color);
}
.domian-title h2 {
    margin-bottom: 31px;
    padding-bottom: 30px;
    color: var(--primary-color);
}
.domian-title span{
    font-size: 18px;
}
.domian-input input {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
    border-radius: 40px;
    color: var(--text-color);
    padding: 23px 365px 27px 35px;
    border: 1px solid #d5d5d5;
}
.domian-input input:focus{
    outline: none;
    border-color: var(--orange-color);
}
.domian-input input::placeholder{
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
}
.domian-input-button button:focus{
    outline: none;
}
.domian-input-button button{
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    border-radius: 30px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.domian-input-button button img{
    padding-right: 12px;
}
.search-btn {
    padding: 19px 48px 19px 28px;
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.move-btn{
    padding: 20px 21px 20px 22px;
    box-shadow: 10px 10px 15px rgb(42 42 42 / 14%);
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.domian-input-button {
    top: 50%;
    gap: 10px;
    right: 13px;
    display: flex;
    position: absolute;
    transform: translateY(-50%);
}
.domian-list li span{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 18px;
    color: var(--orange-color);
}
.domian-list {
    display: flex;
}
.domian-list li {
    font-size: 22px;
    font-weight: 700;
    line-height: 22px;
    padding: 0 27px 0 28px;
    color: var(--primary-color);
    border-right: 1px solid #d5d5d5;
}
.domian-input-con {
    margin-bottom: 46px;
}
.domian-list li:first-child{
    padding-left: 0;
}
.domian-list li:last-child{
    border-right: 0;
    padding-right: 0;
}
.view-btn a{
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    color: var(--orange-color);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}
.view-btn a i{
    transition: all 0.5s ease-in-out;
}
.domian-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.domian-box::after{
    left: 203px;
    bottom: 0;
    content: "";
    width: 255px;
    height: 226px;
    position: absolute;
    background: url('/wp-content/themes/xitens/assets/css/../images/domain-icon.png') no-repeat center;
}
.domian-title{
    z-index: 1;
    position: relative;
}
.domian-dots-img1{
    left: 0;
    bottom: 0;
}
.domian-dots-img2{
    top: 0;
    right: 0;
}
/* DOMAIN SECTION */
/* FOOTER SECTION */
.footer-con{
    border-image-slice: 1;
    border-width: 11px;
    padding: 122px 0 120px;
    border-top:11px solid transparent ;
    background: linear-gradient(to right,  #262626 0%,#3b3b3b 100%);
    border-image-source: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.copyright{
    font-size: 12px;
    padding: 17px 0;
    color: #a5a5a5;
    line-height: 12px;
    background: rgb(0 0 0 / 80%);
}
.footer-box {
    display: grid;
    justify-content: center;
    grid-template-columns: 20% 21.843% 23.56% 19.9% 9.7%;
}
.site-map h5,
.site-map h3
{  
    font-size: 20px;
    font-weight: 600;
    padding-top: 6px;
    line-height: 20px;
    margin-bottom: 16px;
    color: var(--secondary-color);
}
.site-map ul li a{
    font-size: 14px;
    color: #a5a5a5;
    line-height: 14px;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.site-map ul li a:hover{
    color: var(--orange-color);
}
.site-map ul li a:after{
    left: 0;
    width: 0;
    content: "";
    height: 1px;
    bottom: -3px;
    position: absolute;
    background: var(--orange-color);
    transition: all 0.5s ease-in-out;
}
.site-map ul li a:hover:after{
    width: 100%;
}
.site-map ul li{
    margin-bottom: 4px;
}
.site-map ul li:last-child{
    margin-bottom: 0;
}
.site-map ul li i {
    font-size: 12px;
    color: #fff;
    padding-right: 8px;
}
.site-map {
    margin-right: 90px;
    border-right: 1px solid #494949;
}
.footer-box .site-map:last-child{
    border-right: 0;
    margin-right: 0;
}
/* FOOTER SECTION */
/* DATA CENTER SECTION */
.data-center-con{
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.data-center-con .generic-title h2{
    color: var(--secondary-color);
}
.data-center-location {
    width: 1123px;
    margin: 0 auto;
}
.data-center-links a{
    position: absolute;
}
.data-center-links a.united-state {
    top: -50px;
    left: 117px;
}
.data-center-links a.mexico {
    bottom: 55px;
    left: 302px;
}
.data-center-links a.brazil {
    top: -2px;
    left: 502px;
}
.data-center-links a.india {
    top: 63px;
    left: 666px;
}
.data-center-links a.russia {
    top: -30px;
    right: 187px;
}
.data-center-con .domian-dots-img1{
    top: 0;
    bottom: auto;
}
.data-center-dots-img1{
    top: 0;
    left: 0;
}
.data-center-dots-img2{
    right: 0;
    bottom: 0;
}
/* DATA CENTER SECTION */
.ulList img {
    border: 1px solid #c6c6c6;
    border-radius: 50%;
    padding: 6px;
    width: 54px;
    height: 54px;
}
.liList {
    width: 230px;
    height: 240px;
    user-select: none;
    cursor: pointer;
    display: none;
    position: absolute;
    z-index: 9;
    border: none;
}   
.liList .li .liImg {
    width: 54px;
    height: 54px;
}
.ulList {
    display: flex;
    align-items: center;
}
.ulList .fa-chevron-down {
    float: right;
    padding-left: 10px;
    line-height: 27px;
    color: #3a3a3a;
    font-size: 14px;
}  
.liList {
    width: 230px;
    height: 240px;
    user-select: none;
    cursor: pointer;
    display: none
}
.liList .li {
    width: 54px;
    height: 54px;
}
.liList .li .liImg {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    top:59px;
    left: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: absolute;
    background: var(--primary-color);
}
.header-con .dropdown-item:hover, .header-con .dropdown-item:focus {
    color: var(--orange-color);
    background: var(--secondary-color);
}
.header-con .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 8px 26px 8px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}
.header-con .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:last-child{
    border-bottom: none;
}
/* SUB BANNER SECTION */
.sub-banner-con{
    padding: 145px 0 149px;
    background-repeat: no-repeat;
    background-position: center;
/*     background-attachment: fixed; */
}
.dedicated-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/sub-banner-img.jpg');
    background-size: cover;
}
.sub-banner-con *{
    color: var(--secondary-color);
}
.sub-banner-title h1 {
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 21px;
}
.sub-banner-title span{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}
.sub-banner-title .breadcrumb-con ol {
    border-radius: 30px;
    background: transparent;
    padding: 16px 36px 18px 31px;
    border: 1px solid rgb(255 255 255 / 35%);
}
.sub-banner-title .breadcrumb-item {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--secondary-color);
}
.sub-banner-title .breadcrumb-item+.breadcrumb-item::before {
    padding: 0 15px;
    font-size: 12px;
    content: "\f105";
    line-height: 12px;
    font-family: "Font Awesome 6 free";
    color: var(--secondary-color);
}
/* SUB BANNER SECTION */
/* DEDICATED PAGE STYLING */
.dedicated-table-con{
    background: var(--grey-color);
}
.generic-table table thead tr{
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.generic-table table thead tr th{
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--secondary-color);
}
.dedicated-table-box table thead tr th{
    width: 10.34%;
    padding-top: 28px;
    padding-bottom: 30px;
}
.dedicated-table-box table thead tr th:first-child{
    width: 21.713%;
    padding-left: 57px;
    padding-right: 10px;
}
.generic-table table tbody tr{
    border-bottom: 1px solid #d5d5d5;
}
.generic-table table tbody tr:last-child{
    border-bottom: 0;
}
.dedicated-table-box table tbody tr td{
    padding-top: 27px;
    padding-bottom: 27px;
    vertical-align: middle;
}
.generic-table table tbody tr td{
    font-size: 16px;
    color: #010101;
    line-height: 27px;
}
.dedicated-table-box table tbody tr td:last-child{
    padding-right: 43px;
}
.dedicated-table-box table tbody tr td:first-child{
    font-weight: 700;
    padding-left: 57px;
    padding-right: 10px;    
}
.dedicated-table-box table tbody tr td:nth-child(7){
    font-weight: 700;
}
.generic-table{
    background-color: var(--secondary-color);   
}
.dedicated-box figure img{
    border-radius: unset;
}
.dedicated-box figure:after {
    top: -55px;
    left: -56px;
    width: 403px;
    height: 403px;
}
.domeinnaamregistratie-table-con .generic-table table thead tr th {
    text-align: center;
    padding: 28px 50px 29px;
}
.domeinnaamregistratie-table-con .generic-table table tbody tr td {
    text-align: center;
    padding: 25px 50px 26px;
}
.domeinnaamregistratie-table-con .generic-table {
    box-shadow: 4px 4px 55px rgb(24 27 34 / 5%);
}
.dedicated-box .about-title h2{
    padding-right: 100px;
}
.dedicated-box .about-box {
    gap: 93px;
    grid-template-columns: 42.7% 42%;
}
.table-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list-con {
    width: 88%;
    margin: 0 auto;
}
.list-con li{
    position: relative;
    margin-bottom: 50px;
    padding-left: 77px;
}
.list-con li::before {
    top: 6px;
    left: 0;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url('/wp-content/themes/xitens/assets/css/../images/tick-img.svg') no-repeat;
}
.list-con li h4{
    color: var(--primary-color);
    margin-bottom: 17px;
}
.list-con li p{
    margin-bottom: 26px;
}
.list-con li:last-child,.list-con li p:last-child{
    margin-bottom: 0;
}
.dedicated-box.about-con::after,.linux-con.about-con::after{
    display: none;
}
.dedicated-slider-con{
    background: var(--grey-color);
}
#dedicated-slider .owl-item img {
    width: auto;
    margin: 0 auto;
}

#dedicated-slider .owl-dots button span{
    margin: 0 !important;
}
#dedicated-slider .owl-dots .owl-dot span{
    width: 20px;
    height: 20px;
    background: rgb(0 0 0 / 20%);
}
#dedicated-slider  .owl-nav{
    display: none;
}
#dedicated-slider .owl-dots {
    gap: 15px;
    display: flex;
    justify-content: center;
}
#dedicated-slider .owl-dots .owl-dot.active span{
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
#dedicated-slider .owl-stage-outer {
    margin-bottom: 50px;
}
#dedicated-slider .owl-stage {
    display: flex;
}
#dedicated-slider .owl-item {
    display: flex;
    flex: 1 0 auto;
}
#dedicated-slider button:focus{
    outline: none;
}
.videoCoverImage img{
    width: 100%;
    padding: 10px;
    border: 1px solid #d5d5d5;
    background: var(--secondary-color);
}
.videoCoverImage iframe{
    width: 100%;
    border: none;
}
.videoCoverImage iframe,.videoCoverImage img{
    height: 633px;
    object-fit: cover;
}
.videoCoverImage {
    width: 85.134%;
    margin: 0 auto;
}
.videoCoverImage > div{
    z-index: 1;
    position: relative;
}
.table-btn a{
    font-size: 16px;
    line-height: 16px;
    padding: 20px 32px 20px 31px;
}
.breadcrumb-item a:hover{
    text-decoration: none;
    color: var(--orange-color);
}
/* DEDICATED PAGE STYLING */

.linux-vps-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/linux-vps-banner.jpg');
    background-size: cover;
}
.linux-vps-banner.blog_banner {
 background-image: url('/wp-content/themes/xitens/assets/css/../images/blog.png');
    background-size: cover;
}
.linux-vps-banner.blog_banner:after {
 display: none
}
.linux-plan-con .plan-box-item ul li::after{
    display: none;
}
.linux-plan-con .plan-box-item  .plan-item{
    display: flex;
    gap: 18px;
    padding-left: 0;
    align-items: flex-start;
}
.linux-plan-con .plan-box {
    gap: 25px;
    grid-template-columns: repeat(6, 15.4%);
}
.linux-plan-con .plan-top{
    margin-bottom:9px;
    justify-content: center;
}
.linux-plan-con  .plan-box-item{
    padding: 23px 29px 29px 25px;
}
.main-tab-con .nav{
    width: 49%;
    margin: 0 auto 60px;
    border-radius: 39px;
    border: 1px solid #d5d5d5;
    padding: 10px 12px 10px 11px;
    justify-content: space-between;
}
.main-tab-con .nav-pills .nav-link.active,
.main-tab-con .nav-pills .show>.nav-link{
    color:var(--secondary-color);
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.main-tab-con .nav-pills .nav-link:hover{
    color:var(--secondary-color);
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.main-tab-con .nav-pills .nav-link{
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    border-radius: 28px;
    text-transform: uppercase;
    color: var(--primary-color);
    padding: 19px 37px 19px 39px;
}
.offer-box-item figure {
    margin-bottom: 20px;
}
.offer-box-item h4 {
    margin-bottom: 24px;
    padding-bottom: 22px;
    color: var(--primary-color);
    border-bottom: 1px solid #dfdfdf;
}
.offer-box-item p{
    margin-bottom: 19px;
}
.offer-box-item {
    display: flex;
    flex-direction: column;
    padding: 45px 32px 35px;
    background: var(--secondary-color);
    box-shadow: 4px 4px 55px rgb(24 27 34 / 5%);
}
.offer-box-item .readmore-btn,.support-box-item .readmore-btn{
    margin-top: auto;
    display: flex;
    justify-content: center;
}
.offer-box {
    gap: 34px;
    display: grid;
    grid-template-columns: 18.16% 18.16% 18.16% 18.16% 18.16%;
}
.tab-con ul{
    margin-bottom: 60px;
}
.tag-label{
    left: 50%;
    top: -27px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 14px;
    padding: 6px 22px;
    letter-spacing: 2px;
    transform: translateX(-50%);
    color: var(--secondary-color);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.linux-slider .support-box-item {
    box-shadow: 4px 4px 14px rgb(24 27 34 / 5%);
}
.linux-slider .owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}
.linux-con .about-box{
    gap: 65px;
    margin-bottom: 58px;
    grid-template-columns: 39.35% 49%;
}
.linux-con .about-box ~ p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 100px;
    margin-bottom: 23px;
}
.tab-con {
    margin-bottom: 62px;
}
.tab-con ~ p{
    width: 83%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 28px;

}
.linux-con .about-box ~ p:last-child{
    margin-bottom: 0;
}
.linux-slider .generic-title{
    width: 50%;
    margin: 0 auto;
}
/*  */
.webhosting-plan-con .plan-box{
    gap: 30px;
    grid-template-columns: repeat(4, 23.56%);
}
.toon-link a{
    font-size: 14px;
    line-height: 14px;
    border-radius: 21px;
    text-decoration: none;
    display: inline-block;
    padding: 14px 57px 14px 58px;
    color: var(--secondary-color);
    box-shadow: 10px 10px 15px rgb(42 42 42 / 14%);
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.webhosting-plan-con .plan-box-item figure{
    margin-bottom: 16px;
}
.webhosting-plan-con .plan-title h4 {
    font-size: 26px;
}
.webhosting-support-con .support-box-item h4,
.webhosting-support-con .support-box-item h3
{
    padding: 0 10px;
}
.installation-box {
    gap: 90px;
    display: grid;
    justify-content: center;
    grid-template-columns: 47.1% 41.85%;
}
.installation-icon{
    z-index: 4;
    width: 236px;
    height: 236px;
    display: flex;
    position: relative;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.installation-img:after {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    width: 513px;
    height: 513px;
    border-radius: 50%;
    background: #f4f4f4;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.installation-box .about-title h2{
    padding-right: 60px;
}
.installation-icon-box {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    position: absolute;
    background: var(--secondary-color);
    box-shadow: 8px 8px 46px rgb(0 0 0 / 4%);
}
.installation-img .installation-icon-box:first-child {
    top: -98px;
    left: 98px;
}
.installation-img .installation-icon-box:nth-child(2){
    left: 0;
    top: 147px;
}
.installation-img .installation-icon-box:nth-child(3) {
    left: 50%;
    bottom: -152px;
    transform: translateX(-50%);
}
.installation-img .installation-icon-box:nth-child(5) {
    top: -98px;
    right: 98px;
}
.installation-img .installation-icon-box:nth-child(6){
    top: 147px;
    right: 0;
}
.installation-con {
    padding-bottom: 300px;
}
.installation-icon:after {
    top: 50%;
    left: 50%;
    content: "";
    width: 312px;
    height: 312px;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    background: linear-gradient(to right, rgb(227 89 0 / 10%) 0%, rgb(250 150 0 / 10%) 100%);
}
.webhosting-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/webhosting-banner.jpg');
    background-size: cover;
}
.domeinnaamregistratie-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/domeinnaamregistratie-banner.jpg');
    background-size: cover;
}
.domeinnaam-verhuizen-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/domeinnaam-verhuizen-banner.jpg');
    background-size: cover;
}
.domian-page-con::after,.domian-page-con::before{
    display: none;
}
.domian-page-con {
    background: var(--grey-color);
}
.domain-generic-box {
    gap: 102px;
    display: grid;
    align-items: center;
    grid-template-columns: 35% 47%;
}
.domeinnaamregistratie-table-con .dedicated-table-box {
    box-shadow: 4px 4px 55px rgb(24 27 34 / 5%);
}
.domeinnaamregistratie-table-con .generic-title{
    width: 50%;
    margin: 0 auto;
}
.domain-generic-box2 {
    gap: 95px;
    display: grid;
    align-items: center;
    grid-template-columns: 47% 47%;
}
/* BACK TO TOP BUTTON */
#back-to-top-btn:focus{
    outline: none;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 60px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
#back-to-top-btn::after {    
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
    position: absolute;
    top: 5px;
    left: 0px;
    right: 0;
    margin: 0 auto;
}
.over-ons-box .about-box{
    grid-template-columns: 45.264% 46%;
}
.over-ons-box::after{
    display: none;
}
.over-ons-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/over-ons-banner.jpg');
    background-size: cover;
}
.ssl-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/ssl-banner.jpg');
    background-size: cover;
}
.contact-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/contact-banner.jpg');
    background-size: cover;
}
.ssl-box {
    display: grid;
    grid-template-columns: 39.08% 55%;
    gap: 66px;
}
.ssl-box{
    margin-bottom: 85px;
}
.ssl-main-con::after{
    display: none;
}
.linsting-box-item{
    padding: 48px 58px 34px 34px;
    background: var(--secondary-color);
}
.linsting-box-title {
    padding-left: 65px;
}
.linsting-box-title:after {
    top: 6px;
    left: 0;
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    background: url('/wp-content/themes/xitens/assets/css/../images/tick-img.svg') no-repeat;
}
.linsting-box {
    gap: 46px;
    display: grid;
    grid-template-columns: 31.3% 31.3% 31.3%;
}
.linsting-box-title h4{
    margin-bottom: 18px;
    color: var(--primary-color);
}
.contact-info-box {
    display: grid;
    grid-template-columns: 49% 50.8%;
    width: 85.2%;
    margin: 0 auto;
}
.contact-info-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-info-box {
    background: var(--secondary-color);
    box-shadow: 4px 4px 55px rgb(24 27 34 / 5%);
}
.contact-info-content ul li i{
    font-size: 20px;
    color: #e66100;
}
.contact-info-title h4 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 21px;
    color: var(--primary-color);
}
.contact-info-content {
    padding: 54px 55px 54px 86px;
}
.contact-info-content ul li {
    display: flex;
    gap: 23px;
}
.contact-info-content ul {
    display: grid;
    grid-template-columns: 47.3% 53%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 43px;
    margin-bottom: 46px;
}
.contact-info-content ul:last-child{
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
.main-form-title h2{
    margin-bottom:62px;
    color: var(--primary-color);
}
.more-btn:hover{
    text-decoration: none;
    color: var(--secondary-color);
}
.form-box {
    width: 85.2%;
    margin: 0 auto;
}
.form-box ul li input, .form-box ul li select, .form-box ul li textarea {
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    border-radius: 31.5px;
    padding: 20px 34px 21px;
    color: var(--text-color);
    background: var(--secondary-color);
    border: 1px solid transparent;
}
.form-box ul li input:focus,.form-box ul li select:focus,.form-box ul li textarea:focus,.form-btn button{
    outline: none;
    border-color: var(--orange-color);
}
.form-box ul li select {
    appearance: none;
    background: var(--secondary-color) url('/wp-content/themes/xitens/assets/css/../images/angle-down.png') no-repeat 95% 30px;
}
.form-box ul li textarea::placeholder{
    font-size: 16px;
    line-height: 16px;
    color: var(--text-color);
}
.form-box ul li textarea{
    resize: none;
    height: 200px;
}
.form-box ul li label{
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 16px;
    color: var(--primary-color);
}
.form-box ul li:nth-child(3),.form-box ul li:nth-child(6),.form-box ul li:last-child{
    grid-column: 1/-1;
}
.form-box ul {
    gap: 26px;
    display: grid;
    margin-bottom: 62px;
    grid-template-columns: 49% 49%;
}
.file-input > div{
    gap: 13px;
    display: flex;
    align-items: center;
}
.form-box ul li input[type="file"]{
    width: 83%;
    padding: 11px 34px 12px;
}
.more-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 16px 32px;
    border-radius: 23px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--secondary-color);
    transition: all 0.4s ease-in-out;
    box-shadow: 10px 10px 15px rgb(42 42 42 / 14%);
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.form-btn button{
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    color: var(--secondary-color);
    border-radius: 32.5px;
    padding: 24px 57px 25px 58px;
    transition: all 0.4s ease-in-out;
}
.form-btn {
    gap: 18px;
    display: flex;
    justify-content: center;
}
.send-btn{
    box-shadow: 10px 10px 15px rgb(233 136 46 / 14%);
    background: linear-gradient(to right, #e35900 0%, #fa9600 100%);
}
.cancle-btn{
    box-shadow: 10px 10px 15px rgb(42 42 42 / 14%);
    background: linear-gradient(to right, #262626 0%, #3b3b3b 100%);
}
.privacy-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/privacy-banner.jpg');
    background-size: cover;
}
.privacy-box {
    width: 83%;
    margin: 0 auto;
}
.privacy-box h4{
    margin-bottom: 13px;
    color: var(--primary-color);
}
.privacy-box p{
    margin-bottom: 36px;
}
.privacy-box p:last-child{
    margin-bottom: 0;
}
.privacy-box ul li a,.privacy-box ol li a,.privacy-box p a{
    color: var(--orange-color);
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 150, 0, .99)
    }
     to {
      box-shadow: 0 0 0 25px rgba(250, 150, 0, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(250, 150, 0, .99)
    }
    to {
     box-shadow: 0 0 0 25px rgba(250, 150, 0, .01)
    }
}
/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background:linear-gradient(to right, #e35900 0%, #fa9600 100%);
    -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);
    }
}
/* LOADER SECTION */
.forex-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/forex-vps.jpg');
    background-size: cover;
}
.windows-vps-banner{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/windows-vps.jpg');
    background-size: cover;
}
.windowa-text-img-box figure img{
    border-radius: unset;
}
.windowa-text-img-box figure:after {
    top: -20px;
    left: 41%;
    width: 330px;
    height: 330px;
}
.linux-con .windowa-text-img-box {
    gap: 135px;
    grid-template-columns: 29.9% 54%;
}
.blog-bg{
    background-image: url('/wp-content/themes/xitens/assets/css/../images/blog-banner-bg.jpg');
    background-size: cover;
}
.blog-sec {
    gap: 31px;
    width: 85.2%;
    display: grid;
    margin: 0 auto;
    grid-template-columns: repeat(3, 31.7%);
}
.blog-sec .blog-item{
    display: flex;
    flex-direction: column;
    background: var(--secondary-color);
    box-shadow: 4px 4px 55px rgb(24 27 34 / 5%);
}
.blog-sec .blog-item-inner h4{
    margin-bottom: 14px;
    color: #282828;
}
.blog-sec .blog-item figure img{
    width: 100%;
}
.blog-sec .blog-item p{
    margin-bottom: 33px;
}
.blog-sec .blog-item-inner {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 45px 31px 52px;
}
.blog-sec .readmore-btn {
    display: flex;
    margin-top: auto;
}
.contact-info-title a{
    color:var(--text-color);
}
.contact-info-title a:hover{
    color:  #e66100;
    text-decoration: none;
}

.entry-content a img, .comment-content a img, .widget a img {
    
       box-shadow: none !important;
    
}
.linux-tab .offer-box {
    grid-template-columns: 1fr 1fr 1fr;
}
.language-translator-con a:hover {
    transform: translateY(0);
}
.language-translator-con .gt_switcher .gt_selected {
    background: none;
}
.language-translator-con .gt_switcher .gt_selected  {
    border: 1px solid #333;
    color: #333;
    padding: 10px 15px;
border-radius: 32px
  
}

.language-translator-con .gt_switcher .gt_selected a {
    color: #333;
    width: 47px;
    font-size: 14px;
    text-overflow: clip;
    overflow: hidden;
    white-space: nowrap;
    border: none;
    padding: 0;
    line-height: 24px;
}
.language-translator-con .gt_switcher {
    width: 132px;
}
.language-translator-con .gt_switcher .gt_option {
    position: absolute;
    background: #fff;
    border: none;
    padding: 8px 18px;
    width: 112px;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 8%);
    margin-top: 9px;
    border-radius: 5px;
    height: auto !important;
}
.language-translator-con .gt_switcher .gt_option a {
    color: #333;
    padding: 0;
    font-size: 12px;
	margin-bottom: 5px;
}
.language-translator-con .gt_switcher .gt_selected a:focus{
	outline:none;
}
.language-translator-con .gt_switcher_wrapper {
    position: relative !important;
    left: 0 !important;
}
.window-vps-tab .offer-box {
    display: flex;
    justify-content: center;
}
.window-vps-tab .offer-box-item {
    width: 19%;
}
.ws-plan-con .plan-box {
    grid-template-columns: repeat(4, 23.75%);
}
.ws-plan-con .plan-box-item ul li::after{
    display: none;
}
.ws-plan-con .plan-item{
    padding-left: 0;
}
.form-btn .readmore-btn a {
    padding: 23px 16px 24px;
    border-radius: 32.5px;
}

.language_btn {
 cursor: pointer;
}
.language_btn i {
 font-size: 36px;
 color: #f58900;
}


.ulList.dropdown {
   display: none;
    position: absolute;
    top: 100%;
    background: #393939;
    z-index: 9;
 padding: 5px;
	    width: 85px;
}

.ulList.dropdown.main {
   display: block !important
 
}

.ulList.dropdown.main img {
    width: 30px;
    height: 30px;
}

.gt_container-b4igol a.glink span {
    font-size: 14px !important; 
	display: inline-block !important; 

}

.ulList.dropdown a {
 display: block
}

.contact_bx {
    grid-template-columns: 23.36% 23.36% 23.36%;
    justify-content: center;
}

.contact_bx .readmore-btn {
 margin-top:  15px
}

/*  */
.pricing-new-plan-boxes {
    display: grid;
    gap: 30px;
    grid-template-columns: 31.75% 31.75% 31.75%;
}
.pricing-new-plan-box h4 {
    margin-bottom: 21px;
	color: var(--primary-color); 
}
.pricing-new-plan-box ul.pricing-new-plan-header {
    padding-bottom: 4px;
}
.pricing-new-plan-box ul {
    margin-bottom: 12px;
    list-style: none;
}
.pricing-new-plan-box ul li {
    position: relative;
    margin-bottom: 6px;
}
.pricing-new-plan-box ul.pricing-new-plan-header li {
    padding-left: 0;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 14px;
}
.pricing-new-plan-box ul.pricing-new-plan-header li p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
.pricing-new-plan-box {
    display: flex;
    padding: 30px 30px;
    flex-direction: column;
    border: 1px solid var(--orange-color);
    border-radius: 10px;
}
.pricing-new-plan-box .generic-btn{
	 width: fit-content;
}
.pricing-new-plan-box .generic-btn a{
	    padding: 14px 23px;
    margin-bottom: 20px;
}
.pricing-new-plan-inner-con h5{
	margin-bottom: 20px;
	    color: var(--primary-color);
}
.pricing-new-plan-box ul li:last-child {
    margin-bottom: 0;
}
ul.pricing-list {
    margin-bottom: 20px;
}
.pricing-accords .tab:first-child {
    border-top: 1px solid #d1dfea;
}
.pricing-accords .tab {
    position: relative;
    padding: 22px 0;
    border-bottom: 1px solid #d1dfea;
}
ul.pricing-list li {
    padding-left: 26px;
}
ul.pricing-list li i {
    position: absolute;
    left: 0;
    top: 4px;
    color: var(--orange-color);
}
.pricing-accords .tab__label {
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
}
.pricing-accords .tab__label, .pricing-accords .tab__close {
    display: flex;
    cursor: pointer;
}
.pricing-accords .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.pricing-accords .tab__label::after {
    content: "\f078";
    font-size: 14px;
    text-align: center;
    transition: all 0.35s;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pricing-accords .tab input:checked + .tab__label::after {
    transform: rotate(180deg);
}
.pricing-accords .tab__content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s;
}
.pricing-accords .tab input:checked ~ .tab__content {
    max-height: 30rem;
    padding-top: 16px;
}
.pricing-accords .tab:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
/*  */



.xitens-blog-post {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.entry-header {
    margin-bottom: 30px;
}

.entry-title {
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 10px;
}

.entry-meta {
    font-size: 0.9rem;
    color: #777;
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

.entry-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.entry-footer {
    margin-top: 30px;
    font-size: 0.9rem;
    color: #777;
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.comments-section {
    margin-top: 50px;
}



/**************************************************/

/* Custom Blog Page Styles */




.blog-container {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}

.blog-posts {
  flex: 3;
  display: flex;
  flex-direction: column;
  gap: 2rem;

}

article.blog-post {
box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
 overflow: hidden;
 transition: .3s all ease-in-out;
}

article.blog-post:hover img {
 transform: scale(1.05);

}
.post_content {
 padding: 30px;
}
.post_content h2 {
  font-size: 30px;
  line-height: 30px;
margin-bottom: 15px;
    color: #010101;
}
.post_content h2 a {
 color: #010101;
}
.post_content h2 a:hover ,
.blog-post  .post_content p.link-more a
{
  color: #ea8a24;
}
.blog-post  .post_content p.link-more a {
 text-decoration: underline;
 font-weight: 500;
}
.blog-post img {
  max-width: 100%;
	 transition: .3s all ease-in-out;

}

.blog-sidebar {
  flex: 1;
 border-radius: 8px;
}

.sidebar-section {
 box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 30px 15px 15px;
    border-left: 5px solid #ec7000;
    background: #fff;
   margin-bottom: 2rem;
	
}

.sidebar-section h3 {
  color: #010101;
font-size: 1.2rem;
    margin-bottom: 10px;
}

.sidebar-section ul {
  list-style: none;
  padding: 0;
}

.sidebar-section ul li a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}

.sidebar-section ul li a:hover {
  color: #e66200;
}

/* Styling for pagination container */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

/* General pagination link styles */
.pagination a,
.pagination .page-numbers {
 padding: 5px 15px;
    margin: 0 5px;
    font-size: 15px;
    text-decoration: none;
    color: #fff;
    background: #e86700;
    font-weight: 400;
}

.pagination a:hover {
  background-color: #ddd;
  border-radius: 5px;
}

/* Styling for previous arrow */
.pagination .prev-arrow {
  font-size: 24px;  /* Adjust arrow size */
  padding: 10px;
  cursor: pointer;
}

/* Styling for next arrow */
.pagination .next-arrow {
  font-size: 24px;  /* Adjust arrow size */
  padding: 10px;
  cursor: pointer;
}

/* Hover effect for arrows */
.pagination .prev-arrow:hover, 
.pagination .next-arrow:hover {
  background-color: #bbb;
  border-radius: 50%;
}



/* Styling for the tags in button format */
.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-button {
  background-color: #ec7000;
    color: white;
    padding: 5px 10px;
    border-radius: 25px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    font-weight: 400;
	
}

.tag-button a {
  color: white;
  text-decoration: none;
}

.tag-button:hover {
  background-color: #c77a1b;
}

/* Styling the search form */
.search-form {
  display: flex;
  justify-content: space-between;
		background: #f5f5f5;
}

.sidebar-section .search-field {
     padding: 10px;
    border: none;
    border-radius: 0;
    width: 80%;
    font-size: 15px;
    background: none;
}

.search-submit {
 
  border: none;
  padding: 10px ;
 cursor: pointer;
 background: none;
background-color: transparent;
}
.search-submit .fa {
 color: #ec7000;
}

.search-submit .fa:hover {
  background-color: #ec7000;
}

/* Recent posts styling */
.sidebar-section ul {
  list-style-type: none;
  padding: 0;
}

.sidebar-section ul li {
  margin-bottom: 10px;
}

.sidebar-section ul li a {
  text-decoration: none;
  color: #333;
	    font-size: 16px;
}
 
.sidebar-section ul li a:hover {
  color: #ec7000;
}







#wpManagedPage.wp-managed-page,
.wp-managed-page {
  --wp-orange: #ff7900;
  --wp-orange-dark: #e96300;
  --wp-orange-soft: #fff3e7;
  --wp-ink: #101827;
  --wp-ink-2: #1f2a3b;
  --wp-muted: #657386;
  --wp-line: #e6edf5;
  --wp-soft: #fff8ef;
  --wp-soft-2: #f8fafc;
  --wp-navy: #17253e;
  --wp-navy-2: #263652;
  --wp-shadow: 0 18px 48px rgba(16, 24, 39, .10);
  --wp-shadow-2: 0 28px 75px rgba(16, 24, 39, .14);
  color: var(--wp-ink);
  background: #fff;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}

.wp-managed-page *,
.wp-managed-page *::before,
.wp-managed-page *::after { box-sizing: border-box; }
.wp-managed-page a { text-decoration: none; }
.wp-managed-page img { max-width: 100%; height: auto; }
.wp-managed-page svg { width: 1em; height: 1em; fill: none; stroke: currentColor; }
.wp-managed-page .container { max-width: 1180px; }
.wp-managed-page .wp-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }

/* Scoped Bootstrap layout fallback for local/offline preview. Bootstrap CDN can still be used normally. */
.wp-managed-page .container { width: 100%; padding-right: 12px; padding-left: 12px; margin-right: auto; margin-left: auto; }
.wp-managed-page .row { --wp-gutter-x: 1.5rem; --wp-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--wp-gutter-y)); margin-right: calc(-.5 * var(--wp-gutter-x)); margin-left: calc(-.5 * var(--wp-gutter-x)); }
.wp-managed-page .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--wp-gutter-x) * .5); padding-left: calc(var(--wp-gutter-x) * .5); margin-top: var(--wp-gutter-y); }
.wp-managed-page .g-3 { --wp-gutter-x: 1rem; --wp-gutter-y: 1rem; }
.wp-managed-page .g-4 { --wp-gutter-x: 1.5rem; --wp-gutter-y: 1.5rem; }
.wp-managed-page .g-5 { --wp-gutter-x: 3rem; --wp-gutter-y: 3rem; }
.wp-managed-page .col-6 { flex: 0 0 auto; width: 50%; }
.wp-managed-page .col-12 { flex: 0 0 auto; width: 100%; }
.wp-managed-page .align-items-center { align-items: center !important; }
.wp-managed-page .justify-content-center { justify-content: center !important; }
.wp-managed-page .text-center { text-align: center !important; }
.wp-managed-page .w-100 { width: 100% !important; }
.wp-managed-page .mt-4 { margin-top: 1.5rem !important; }
.wp-managed-page .mb-3 { margin-bottom: 1rem !important; }
.wp-managed-page .mx-auto { margin-right: auto !important; margin-left: auto !important; }
.wp-managed-page .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.wp-managed-page .navbar > .container { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; }
.wp-managed-page .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
.wp-managed-page .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.wp-managed-page .collapse:not(.show) { display: none; }
.wp-managed-page .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.wp-managed-page .nav-link { display: block; }
.wp-managed-page .tab-pane:not(.active) { display: none; }
.wp-managed-page .fade { transition: opacity .15s linear; }
.wp-managed-page .form-label { display: block; }
.wp-managed-page .form-control, .wp-managed-page .form-select { display: block; width: 100%; }
@media (min-width: 576px) {
  .wp-managed-page .col-sm-6 { flex: 0 0 auto; width: 50%; }
  .wp-managed-page .col-sm-10 { flex: 0 0 auto; width: 83.333333%; }
}
@media (min-width: 768px) {
  .wp-managed-page .col-md-3 { flex: 0 0 auto; width: 25%; }
  .wp-managed-page .col-md-4 { flex: 0 0 auto; width: 33.333333%; }
  .wp-managed-page .col-md-6 { flex: 0 0 auto; width: 50%; }
  .wp-managed-page .col-md-12 { flex: 0 0 auto; width: 100%; }
}
@media (min-width: 992px) {
  .wp-managed-page .col-lg { flex: 1 0 0%; }
  .wp-managed-page .col-lg-2 { flex: 0 0 auto; width: 16.666667%; }
  .wp-managed-page .col-lg-4 { flex: 0 0 auto; width: 33.333333%; }
  .wp-managed-page .col-lg-5 { flex: 0 0 auto; width: 41.666667%; }
  .wp-managed-page .col-lg-6 { flex: 0 0 auto; width: 50%; }
  .wp-managed-page .col-lg-7 { flex: 0 0 auto; width: 58.333333%; }
  .wp-managed-page .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start; }
  .wp-managed-page .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
  .wp-managed-page .navbar-expand-lg .navbar-nav { flex-direction: row; }
  .wp-managed-page .navbar-expand-lg .navbar-toggler { display: none; }
  .wp-managed-page .mx-lg-auto { margin-right: auto !important; margin-left: auto !important; }
}
@media (min-width: 1200px) {
  .wp-managed-page .col-xl { flex: 1 0 0%; }
  .wp-managed-page .col-xl-3 { flex: 0 0 auto; width: 25%; }
  .wp-managed-page .col-xl-4 { flex: 0 0 auto; width: 33.333333%; }
  .wp-managed-page .mb-xl-0 { margin-bottom: 0 !important; }
}

/* Buttons */
.wp-managed-page .wp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background-color .22s ease, border-color .22s ease, color .22s ease;
  white-space: nowrap;
}
.wp-managed-page .wp-btn:hover { transform: translateY(-2px); }
.wp-managed-page .wp-btn-sm { min-height: 38px; padding: 10px 17px; font-size: .74rem; }
.wp-managed-page .wp-btn-orange { color: #fff; background: linear-gradient(135deg, var(--wp-orange), var(--wp-orange-dark)); box-shadow: 0 12px 25px rgba(255, 121, 0, .26); }
.wp-managed-page .wp-btn-orange:hover { color: #fff; box-shadow: 0 16px 34px rgba(255, 121, 0, .35); }
.wp-managed-page .wp-btn-dark { color: #fff; background: #182231; box-shadow: 0 12px 24px rgba(15,23,42,.17); }
.wp-managed-page .wp-btn-dark:hover { color: #fff; background: #111827; }
.wp-managed-page .wp-btn-outline { color: #fff; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.52); backdrop-filter: blur(12px); }
.wp-managed-page .wp-btn-outline:hover { color: #fff; border-color: var(--wp-orange); background: rgba(255,121,0,.18); }

/* Header */
.wp-managed-page .wp-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(230,237,245,.95);
  box-shadow: 0 8px 28px rgba(15,23,42,.05);
  backdrop-filter: blur(16px);
}
.wp-managed-page .wp-navbar { min-height: 74px; padding: 0; }
.wp-managed-page .wp-logo {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  color: var(--wp-ink) !important;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: .22em;
  line-height: 1;
}
.wp-managed-page .wp-logo span { color: var(--wp-orange); font-size: 1.9rem; letter-spacing: -.08em; margin-right: 1px; }
.wp-managed-page .wp-main-nav { gap: 21px; }
.wp-managed-page .wp-main-nav .nav-link {
  color: var(--wp-ink) !important;
  padding: 9px 0;
  font-size: .74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .025em;
}
.wp-managed-page .wp-main-nav .nav-link:hover { color: var(--wp-orange) !important; }
.wp-managed-page .wp-header-actions { display: flex; align-items: center; gap: 10px; }
.wp-managed-page .wp-navbar-toggler { border: 0; padding: 8px; box-shadow: none !important; }
.wp-managed-page .wp-navbar-toggler span { display: block; width: 24px; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--wp-ink); }

/* Hero */
.wp-managed-page .wp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 85% 17%, rgba(255,121,0,.46), transparent 25%),
    radial-gradient(circle at 18% 8%, rgba(87,133,195,.32), transparent 23%),
    linear-gradient(118deg, #172744 0%, #223251 47%, #5f3b23 78%, #ff7a00 130%);
}
.wp-managed-page .wp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .34;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.05) 1px, transparent 1px),
    radial-gradient(rgba(255,151,48,.38) 1.4px, transparent 1.4px);
  background-size: 90px 90px, 90px 90px, 25px 25px;
}
.wp-managed-page .wp-hero-copy { padding: 96px 0 74px; }
.wp-managed-page .wp-hero-eyebrow {
  margin: 0 0 18px;
  color: rgba(255,255,255,.88);
  font-size: .93rem;
  font-weight: 700;
}
.wp-managed-page .wp-hero h1 {
  max-width: 680px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.3rem, 4.3vw, 4.45rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -.055em;
  text-transform: uppercase;
}
.wp-managed-page .wp-hero h1 span { color: #ff9a35; }
.wp-managed-page .wp-hero h2 {
  margin: 0 0 17px;
  color: #ffb774;
  font-size: clamp(1.05rem, 1.5vw, 1.45rem);
  font-weight: 800;
  letter-spacing: -.015em;
}
.wp-managed-page .wp-hero-text {
  max-width: 625px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 1.01rem;
  line-height: 1.78;
}
.wp-managed-page .wp-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; }
.wp-managed-page .wp-hero-art {
  position: relative;
  margin: 68px 0 62px;
}
.wp-managed-page .wp-hero-art::before {
  content: "";
  position: absolute;
  right: -16px;
  top: -20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--wp-orange), #ffb466);
  z-index: -1;
}
.wp-managed-page .wp-hero-art::after {
  content: "";
  position: absolute;
  left: -32px;
  bottom: -24px;
  width: 180px;
  height: 180px;
  background-image: radial-gradient(#ff9a35 2px, transparent 2px);
  background-size: 17px 17px;
  opacity: .68;
  z-index: -1;
}
.wp-managed-page .wp-hero-art img {
  width: 100%;
  display: block;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 30px 80px rgba(9, 15, 28, .33);
}
.wp-managed-page .wp-hero-strip {
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(14px);
}
.wp-managed-page .wp-strip-item {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(255,255,255,.92);
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}
.wp-managed-page .wp-strip-item svg {
  width: 28px;
  height: 28px;
  color: #ff9a35;
  padding: 5px;
  border: 1px solid rgba(255,154,53,.70);
  border-radius: 50%;
}

/* Shared Sections */
.wp-managed-page .wp-section { padding: 88px 0; }
.wp-managed-page .wp-section-head { max-width: 760px; margin: 0 auto 42px; }
.wp-managed-page .wp-section-head-left { margin-left: 0; margin-right: 0; }
.wp-managed-page .wp-section-head h2 {
  position: relative;
  margin: 0 0 17px;
  color: var(--wp-ink);
  font-size: clamp(2rem, 3vw, 3.05rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.042em;
  text-transform: uppercase;
}
.wp-managed-page .wp-section-head h2::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: var(--wp-orange);
}
.wp-managed-page .wp-section-head-left h2::after { margin-left: 0; }
.wp-managed-page .wp-section-head p { margin: 0; color: var(--wp-muted); font-size: 1rem; line-height: 1.75; }

/* Packages */
.wp-managed-page .wp-packages { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.wp-managed-page .wp-tab-shell {
  max-width: 785px;
  margin: 0 auto 34px;
  overflow: hidden;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--wp-line);
  box-shadow: 0 18px 45px rgba(15,23,42,.07);
}
.wp-managed-page .wp-package-tabs { display: grid; grid-template-columns: 1fr 1fr; }
.wp-managed-page .wp-package-tabs .nav-item { width: 100%; }
.wp-managed-page .wp-package-tabs .nav-link {
  width: 100%;
  min-height: 66px;
  border: 0;
  border-radius: 0;
  color: var(--wp-ink);
  background: #fff;
  font-size: .86rem;
  font-weight: 800;
  text-align: center;
  padding: 14px 20px;
}
.wp-managed-page .wp-package-tabs .nav-link span { opacity: .72; }
.wp-managed-page .wp-package-tabs .nav-link em {
  display: inline-flex;
  margin-left: 7px;
  padding: 5px 9px;
  border-radius: 999px;
  color: var(--wp-orange-dark);
  background: #fff;
  font-size: .67rem;
  font-style: normal;
  font-weight: 800;
}
.wp-managed-page .wp-package-tabs .nav-link.active { color: #fff; background: linear-gradient(135deg, var(--wp-orange), var(--wp-orange-dark)); }
.wp-managed-page .wp-package-content { margin-top: 10px; }
.wp-managed-page .wp-plan-card {
  position: relative;
  height: 100%;
  padding: 28px 24px 25px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--wp-line);
  box-shadow: var(--wp-shadow);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.wp-managed-page .wp-plan-card:hover { transform: translateY(-5px); border-color: rgba(255,121,0,.30); box-shadow: var(--wp-shadow-2); }
.wp-managed-page .wp-featured-card { border-color: rgba(255,121,0,.42); box-shadow: 0 26px 60px rgba(255,121,0,.14); }
.wp-managed-page .wp-best-label {
  position: absolute;
  top: 15px;
  right: 15px;
  display: inline-flex;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--wp-orange-dark);
  background: var(--wp-orange-soft);
  font-size: .68rem;
  font-weight: 800;
}
.wp-managed-page .wp-plan-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 13px;
  color: var(--wp-orange);
}
.wp-managed-page .wp-plan-icon svg { width: 44px; height: 44px; stroke-width: 1.8; }
.wp-managed-page .wp-plan-card h3 {
  margin: 0 0 2px;
  color: var(--wp-orange);
  font-size: 1.36rem;
  font-weight: 800;
  letter-spacing: -.025em;
}
.wp-managed-page .wp-plan-subtitle {
  margin: 0 0 18px;
  color: #4b596b;
  font-size: .79rem;
  font-weight: 800;
  text-transform: uppercase;
}
.wp-managed-page .wp-plan-block { padding-top: 16px; margin-top: 15px; border-top: 1px solid var(--wp-line);     margin-bottom: 15px; }
.wp-managed-page .wp-plan-block h4 {
  margin: 0 0 12px;
  color: var(--wp-ink);
  font-size: .77rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .02em;
}
.wp-managed-page .wp-plan-card ul,
.wp-managed-page .wp-included-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.wp-managed-page .wp-plan-card li,
.wp-managed-page .wp-included-card li {
  position: relative;
  padding-left: 24px;
  color: #38465a;
  font-size: .86rem;
  line-height: 1.42;
}
.wp-managed-page .wp-plan-card li::before,
.wp-managed-page .wp-included-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .25em;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--wp-orange);
  box-shadow: inset 0 0 0 4px #fff, 0 0 0 1px rgba(255,121,0,.62);
}
.wp-managed-page .wp-price { display: flex; align-items: flex-end; gap: 5px; margin: 23px 0 14px; }
.wp-managed-page .wp-price strong { color: var(--wp-ink); font-size: clamp(2rem, 2.8vw, 2.55rem); font-weight: 800; line-height: .9; letter-spacing: -.045em; }
.wp-managed-page .wp-price span { color: var(--wp-muted); font-size: .82rem; font-weight: 700; padding-bottom: 3px; }

/* Included */
.wp-managed-page .wp-included { background: #fff; position: relative; overflow: hidden; }
.wp-managed-page .wp-included::before { content: ""; position: absolute; left: -155px; top: 150px; width: 340px; height: 340px; border-radius: 50%; background: rgba(255,121,0,.08); }
.wp-managed-page .wp-included-art { position: relative; max-width: 520px; margin: 0 auto; }
.wp-managed-page .wp-included-art::before { content: ""; position: absolute; left: -20px; top: 25px; width: 145px; height: 145px; border-radius: 50%; background: var(--wp-orange); z-index: 0; }
.wp-managed-page .wp-included-art::after { content: ""; position: absolute; right: -20px; bottom: 15px; width: 170px; height: 170px; background-image: radial-gradient(var(--wp-orange) 2px, transparent 2px); background-size: 17px 17px; opacity: .28; z-index: 0; }
.wp-managed-page .wp-included-art img { position: relative; z-index: 1; display: block; width: 100%; border-radius: 34px; box-shadow: 0 24px 65px rgba(15,23,42,.12); }
.wp-managed-page .wp-included-card {
  height: 100%;
  padding: 26px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--wp-line);
  box-shadow: var(--wp-shadow);
}
.wp-managed-page .wp-included-card h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: var(--wp-ink);
  font-size: .98rem;
  font-weight: 800;
}
.wp-managed-page .wp-included-card h3 svg { width: 36px; height: 36px; padding: 8px; border-radius: 11px; color: var(--wp-orange); background: var(--wp-orange-soft); }

/* Workflow */
.wp-managed-page .wp-workflow { background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.wp-managed-page .wp-step-row > [class*="col-"]:not(:last-child) .wp-step-card::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  border-top: 2px dashed rgba(255,121,0,.45);
}
.wp-managed-page .wp-step-card {
  position: relative;
  height: 100%;
  min-height: 172px;
  padding: 26px 23px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid var(--wp-line);
  box-shadow: 0 14px 32px rgba(15,23,42,.055);
}
.wp-managed-page .wp-step-icon { position: relative; display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 14px; color: var(--wp-orange); border-radius: 14px; background: var(--wp-orange-soft); }
.wp-managed-page .wp-step-icon svg { width: 27px; height: 27px; }
.wp-managed-page .wp-step-icon span { position: absolute; right: -9px; top: -9px; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; background: var(--wp-orange); font-size: .72rem; font-weight: 800; }
.wp-managed-page .wp-step-card h3 { margin: 0 0 9px; font-size: 1.02rem; font-weight: 800; }
.wp-managed-page .wp-step-card p { margin: 0; color: var(--wp-muted); font-size: .93rem; line-height: 1.65; }
.wp-managed-page .wp-service-card {
  height: 100%;
  padding: 30px 26px 32px;
  text-align: center;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--wp-line);
  box-shadow: var(--wp-shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.wp-managed-page .wp-service-card:hover { transform: translateY(-5px); box-shadow: var(--wp-shadow-2); }
.wp-managed-page .wp-service-image {
  position: relative;
  width: 225px;
  height: 225px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 34%, #fff 0%, #fff7ed 48%, #ffe6cb 100%);
  box-shadow: inset 0 0 0 1px rgba(255,121,0,.10), 0 18px 40px rgba(15,23,42,.08);
}
.wp-managed-page .wp-service-image::after { content: ""; position: absolute; right: 14px; top: 20px; width: 62px; height: 62px; border-radius: 50%; background: var(--wp-orange); z-index: 0; }
.wp-managed-page .wp-service-image img { position: relative; z-index: 1; width: 88%; height: 88%; object-fit: contain; transform: none; filter: none; }
.wp-managed-page .wp-service-card h3 { margin: 0 0 12px; font-size: 1.21rem; font-weight: 800; line-height: 1.22; letter-spacing: -.025em; }
.wp-managed-page .wp-service-card p { min-height: 72px; margin: 0 0 22px; color: var(--wp-muted); font-size: .94rem; line-height: 1.7; }

/* Why */
.wp-managed-page .wp-why { background: radial-gradient(circle at 0 0, rgba(255,121,0,.08), transparent 28%), linear-gradient(180deg, #fff7ec 0%, #fff 100%); }
.wp-managed-page .wp-why-card {
  height: 100%;
  padding: 28px 19px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #f0e5d9;
  box-shadow: 0 16px 36px rgba(15,23,42,.06);
  text-align: center;
}
.wp-managed-page .wp-why-card svg { width: 47px; height: 47px; margin-bottom: 17px; color: var(--wp-orange); stroke-width: 1.7; }
.wp-managed-page .wp-why-card h3 { margin: 0 0 10px; font-size: .98rem; font-weight: 800; line-height: 1.25; }
.wp-managed-page .wp-why-card p { margin: 0; color: var(--wp-muted); font-size: .85rem; line-height: 1.6; }

/* Contact */
.wp-managed-page .wp-contact { position: relative; overflow: hidden; background: linear-gradient(180deg, #fff 0%, #f8fafc 100%); }
.wp-managed-page .wp-contact::before { content: ""; position: absolute; right: -110px; top: 76px; width: 260px; height: 260px; border-radius: 50%; background: var(--wp-orange); opacity: .90; }
.wp-managed-page .wp-contact::after { content: ""; position: absolute; left: -45px; bottom: 78px; width: 160px; height: 160px; opacity: .22; background-image: radial-gradient(var(--wp-orange) 2px, transparent 2px); background-size: 17px 17px; }
.wp-managed-page .wp-contact .container { position: relative; z-index: 1; }
.wp-managed-page .wp-contact-points { display: grid; gap: 15px; margin-top: 28px; }
.wp-managed-page .wp-contact-points > div { display: grid; grid-template-columns: 42px 1fr; gap: 14px; align-items: center; padding: 18px 20px; border-radius: 15px; background: #fff; border: 1px solid var(--wp-line); box-shadow: 0 12px 28px rgba(15,23,42,.055); }
.wp-managed-page .wp-contact-points svg { grid-row: span 2; width: 38px; height: 38px; padding: 8px; color: var(--wp-orange); border-radius: 12px; background: var(--wp-orange-soft); }
.wp-managed-page .wp-contact-points strong { display: block; color: var(--wp-ink); font-size: .94rem; }
.wp-managed-page .wp-contact-points span { display: block; color: var(--wp-muted); font-size: .88rem; }
.wp-managed-page .wp-consult-form { padding: 32px; border-radius: 22px; background: #fff; border: 1px solid var(--wp-line); box-shadow: var(--wp-shadow); }
.wp-managed-page .wp-consult-form .form-label { margin-bottom: 7px; color: var(--wp-ink); font-size: .82rem; font-weight: 800; }
.wp-managed-page .wp-consult-form .form-control,
.wp-managed-page .wp-consult-form .form-select { min-height: 48px; border-radius: 11px; border-color: #dce5ee; color: var(--wp-ink); font-size: .92rem; box-shadow: none; }
.wp-managed-page .wp-consult-form textarea.form-control { min-height: 132px; resize: vertical; }
.wp-managed-page .wp-consult-form .form-control:focus,
.wp-managed-page .wp-consult-form .form-select:focus { border-color: var(--wp-orange); box-shadow: 0 0 0 4px rgba(255,121,0,.10); }
.wp-managed-page .wp-form-note { display: flex; align-items: center; height: 100%; margin: 0; color: var(--wp-muted); font-size: .86rem; line-height: 1.55; }

/* CTA */
.wp-managed-page .wp-cta { position: relative; min-height: 360px; display: flex; align-items: center; overflow: hidden; color: #fff; background: linear-gradient(100deg, #263252 0%, #433b52 45%, #ff7900 125%); }
.wp-managed-page .wp-cta::before { content: ""; position: absolute; inset: 0; background: url('/wp-content/themes/xitens/assets/css/../assets/img/cta-warm-gradient.png') center/cover no-repeat; opacity: .82; }
.wp-managed-page .wp-cta::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(26,39,69,.35), rgba(28,39,62,.30), rgba(255,121,0,.10)); }
.wp-managed-page .wp-cta .container { position: relative; z-index: 1; min-height: 360px; display: flex; align-items: center; justify-content: center; }
.wp-managed-page .wp-cta-wp { position: absolute; left: 18px; bottom: 38px; width: 190px; opacity: .82; }
.wp-managed-page .wp-cta-cloud { position: absolute; right: 22px; top: 42px; width: 260px; opacity: .78; }
.wp-managed-page .wp-cta-content { position: relative; z-index: 2; max-width: 720px; margin: 0 auto; text-align: center; }
.wp-managed-page .wp-cta h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.45rem); font-weight: 800; line-height: 1.05; letter-spacing: -.045em; text-transform: uppercase; }
.wp-managed-page .wp-cta p { max-width: 600px; margin: 18px auto 28px; color: rgba(255,255,255,.87); font-size: 1.05rem; line-height: 1.7; }
.wp-managed-page .wp-cta-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 14px; }

/* Footer */
.wp-managed-page .wp-footer { padding: 58px 0 22px; color: #fff; background: linear-gradient(180deg, #1e2a3a, #151f2c); border-top: 4px solid var(--wp-orange); }
.wp-managed-page .wp-logo-light { color: #fff !important; margin-bottom: 17px; }
.wp-managed-page .wp-footer p { max-width: 320px; margin: 0; color: rgba(255,255,255,.64); line-height: 1.7; }
.wp-managed-page .wp-footer h3 { margin: 0 0 13px; color: #fff; font-size: .84rem; font-weight: 800; text-transform: uppercase; letter-spacing: .045em; }
.wp-managed-page .wp-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 7px; }
.wp-managed-page .wp-footer a { color: rgba(255,255,255,.64); font-size: .86rem; transition: color .18s ease; }
.wp-managed-page .wp-footer a:hover { color: #ffb16a; }
.wp-managed-page .wp-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-top: 40px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,255,255,.48); font-size: .82rem; }
.wp-managed-page .wp-footer-bottom span:last-child { display: flex; gap: 18px; flex-wrap: wrap; }

/* Responsive */
@media (max-width: 1199.98px) {
  .wp-managed-page .wp-step-row > [class*="col-"]:not(:last-child) .wp-step-card::after { display: none; }
}
@media (max-width: 991.98px) {
  .wp-managed-page .wp-navbar { padding: 12px 0; }
  .wp-managed-page .wp-main-nav { gap: 7px; padding-top: 16px; }
  .wp-managed-page .wp-header-actions { align-items: stretch; flex-direction: column; padding: 12px 0 6px; }
  .wp-managed-page .wp-header-actions .wp-btn { width: 100%; }
  .wp-managed-page .wp-hero-copy { padding: 72px 0 6px; }
  .wp-managed-page .wp-hero-art { max-width: 720px; margin: 18px 0 56px; }
  .wp-managed-page .wp-section { padding: 72px 0; }
  .wp-managed-page .wp-package-tabs { grid-template-columns: 1fr; }
  .wp-managed-page .wp-package-tabs .nav-link { min-height: 58px; }
  .wp-managed-page .wp-included-art { max-width: 480px; }
  .wp-managed-page .wp-contact::before { width: 190px; height: 190px; right: -100px; top: 35px; }
  .wp-managed-page .wp-cta-wp { width: 150px; opacity: .35; }
  .wp-managed-page .wp-cta-cloud { width: 210px; opacity: .32; }
}
@media (max-width: 767.98px) {
  .wp-managed-page .wp-logo { font-size: .98rem; }
  .wp-managed-page .wp-logo span { font-size: 1.65rem; }
  .wp-managed-page .wp-hero-copy { padding: 58px 0 8px; }
  .wp-managed-page .wp-hero h1 { font-size: clamp(2rem, 10vw, 3.05rem); }
  .wp-managed-page .wp-hero h2 { font-size: 1.05rem; }
  .wp-managed-page .wp-hero-text { font-size: .95rem; }
  .wp-managed-page .wp-hero-actions .wp-btn,
  .wp-managed-page .wp-cta-actions .wp-btn { width: 100%; }
  .wp-managed-page .wp-hero-art::before { width: 118px; height: 118px; right: -12px; top: -13px; }
  .wp-managed-page .wp-hero-art::after { width: 118px; height: 118px; left: -10px; bottom: -14px; }
  .wp-managed-page .wp-hero-art img { border-radius: 22px; }
  .wp-managed-page .wp-strip-item { justify-content: flex-start; padding-left: 8px; font-size: .82rem; white-space: normal; }
  .wp-managed-page .wp-section-head { margin-bottom: 32px; }
  .wp-managed-page .wp-section-head h2 { font-size: clamp(1.75rem, 8vw, 2.35rem); }
  .wp-managed-page .wp-section-head p { font-size: .94rem; }
  .wp-managed-page .wp-package-tabs .nav-link { font-size: .80rem; padding: 13px; }
  .wp-managed-page .wp-package-tabs .nav-link em { display: table; margin: 7px auto 0; }
  .wp-managed-page .wp-plan-card { padding: 25px 22px; }
  .wp-managed-page .wp-best-label { position: static; display: inline-flex; margin-bottom: 12px; }
  .wp-managed-page .wp-included-card { padding: 22px; }
  .wp-managed-page .wp-service-image { width: 205px; height: 205px; }
  .wp-managed-page .wp-service-card p { min-height: auto; }
  .wp-managed-page .wp-consult-form { padding: 22px; border-radius: 18px; }
  .wp-managed-page .wp-form-note { padding-top: 4px; text-align: center; justify-content: center; }
  .wp-managed-page .wp-cta { min-height: 335px; padding: 60px 0; }
  .wp-managed-page .wp-cta .container { min-height: 0; }
  .wp-managed-page .wp-cta-wp,
  .wp-managed-page .wp-cta-cloud { display: none; }
  .wp-managed-page .wp-footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) {
  .wp-managed-page .wp-section { padding: 60px 0; }
  .wp-managed-page .wp-hero h1 { font-size: 2rem; }
  .wp-managed-page .wp-price strong { font-size: 2rem; }
}

/* v6 pricing card refinement: keeps larger feature lists balanced on this page only */
.wp-managed-page .wp-plan-card {
  display: flex;
  flex-direction: column;
}
.wp-managed-page .wp-plan-card .wp-price {
  margin-top: auto;
}
.wp-managed-page .wp-plan-card li {
  font-size: .83rem;
}
@media (min-width: 1200px) {
  .wp-managed-page .wp-plan-card {
    padding-left: 22px;
    padding-right: 22px;
  }
}


.wp-managed-page .wp-lang-switch {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 34px;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .12);
  color: var(--wp-ink);
  background: #fff;
  font-size: .76rem;
  font-weight: 800;
  text-decoration: none;
  line-height: 1;
}
.wp-managed-page .wp-lang-switch:hover { color: var(--wp-orange-dark); border-color: rgba(255,121,0,.45); text-decoration: none; }


#wpManagedPage .wp-plan-extra-note {
  margin: 14px 0 8px;
  padding: 11px 12px;
  border-radius: 12px;
  background: rgba(253, 126, 20, 0.08);
  border: 1px solid rgba(253, 126, 20, 0.18);
  color: #53627a;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
}

#wpManagedPage .wp-plan-extra-note strong {
  display: block;
  margin-bottom: 3px;
  color: #07142b;
  font-size: 13px;
  font-weight: 800;
}

#wpManagedPage .wp-plan-extra-note span {
  color: #fd7e14;
  font-weight: 800;
}

#wpManagedPage .wp-plan-builder-note {
  margin: 0 0 14px;
  padding: 9px 12px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px dashed rgba(15, 23, 42, 0.16);
  color: #64748b;
  font-size: 12.5px;
  line-height: 1.45;
  text-align: left;
}

#wpManagedPage .wp-plan-builder-note strong {
  color: #07142b;
  font-weight: 800;
}

#wpManagedPage .wp-featured-card .wp-plan-extra-note {
  background: rgba(253, 126, 20, 0.11);
  border-color: rgba(253, 126, 20, 0.25);
}

#wpManagedPage .wp-featured-card .wp-plan-builder-note {
  background: rgba(255, 255, 255, 0.82);
}

@media (max-width: 767px) {
  #wpManagedPage .wp-plan-extra-note {
    margin-top: 12px;
    padding: 10px 11px;
    font-size: 12.5px;
  }

  #wpManagedPage .wp-plan-builder-note {
    padding: 9px 11px;
    font-size: 12px;
  }
}


#wpManagedPage .wp-complete-services-cta {
  margin: 42px auto 0;
  max-width: 1120px;
}

#wpManagedPage .wp-complete-services-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 28px 32px;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 22%, rgba(255, 121, 0, 0.20), transparent 28%),
    linear-gradient(135deg, #fff8ef 0%, #ffffff 56%, #fff3e7 100%);
  border: 1px solid rgba(255, 121, 0, 0.18);
  box-shadow: 0 20px 55px rgba(16, 24, 39, 0.09);
}

#wpManagedPage .wp-complete-services-text {
  text-align: left;
}

#wpManagedPage .wp-complete-services-text span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #ff7900;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

#wpManagedPage .wp-complete-services-text h3 {
  margin: 0 0 8px;
  color: #101827;
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

#wpManagedPage .wp-complete-services-text p {
  max-width: 680px;
  margin: 0;
  color: #657386;
  font-size: 0.98rem;
  line-height: 1.7;
}

#wpManagedPage .wp-complete-services-inner .wp-btn {
  min-width: 310px;
  min-height: 54px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  #wpManagedPage .wp-complete-services-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }

  #wpManagedPage .wp-complete-services-inner .wp-btn {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 575px) {
  #wpManagedPage .wp-complete-services-cta {
    margin-top: 30px;
  }

  #wpManagedPage .wp-complete-services-inner {
    padding: 22px;
    border-radius: 18px;
  }

  #wpManagedPage .wp-complete-services-text h3 {
    font-size: 1.35rem;
  }

  #wpManagedPage .wp-complete-services-text p {
    font-size: 0.92rem;
  }
}