/* =================================
------------------------------------
  IT Host - Hostcry (Complete Optimized)
  Version: 1.0 - All Essential Styles Preserved
 ------------------------------------
 ====================================*/

/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html,
body {
    height: 100%;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #1c1c1c;
    font-weight: 600;
}

h1 { font-size: 70px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 30px; }
h6 { font-size: 16px; }

p {
    font-size: 14px;
    color: #585858;
    line-height: 2;
}

img { max-width: 100%; }

input:focus, select:focus, button:focus, textarea:focus { outline: none; }
a:hover, a:focus { text-decoration: none; outline: none; }
a { text-decoration: none; }
ul, ol { padding: 0; margin: 0; }

#row1 {
    margin-right: 400px;
    margin-top: 150px;
}

#top-contact-bar {
    background-color: #343a40;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}

/*---------------------
  Helper CSS
-----------------------*/

.section-title {
    margin-bottom: 80px;
    text-align: center;
    position: relative;
}

.section-title img { margin-bottom: 5px; }

.section-title h2 {
    font-size: 48px;
    font-weight: 700;
}

.section-title p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #8e8e8e;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-title.st-white h2 { color: #fff; }

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.spad {
    padding-top: 105px;
    padding-bottom: 105px;
}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6,
.text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}

.fastsp {
    color: white;
    border: 2px solid #7246b3;
    border-radius: 10px;
    background-color: #7246b3;
    margin-bottom: 40px;
    text-align: center;
    padding: 30px;
}

.fasts {
    color: white;
}

/*---------------------
  Common elements
-----------------------*/

.bg-gradient,
.site-btn.sb-gradient,
.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed,
.tab-element .nav-tabs .nav-link {
    background: #2e1779;
    background: linear-gradient(to right, #2e1779 0%, #0a0228 100%);
}

/*---------------------
  Buttons
-----------------------*/

.site-btn {
    display: inline-block;
    border: none;
    font-size: 14px;
    font-weight: 400;
    min-width: 186px;
    padding: 17px 25px;
    border-radius: 14px;
    background: #eb2b63;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
}

.site-btn:hover { color: #fff; }

.site-btn.sb-line {
    background-color: transparent;
    color: #eb2b63;
    box-shadow: inset 0 0 0 2px #eb2b63;
}

.site-btn.scolor {
    background-color: #23bed8 !important;
}

/*---------------------
  Preloder
-----------------------*/

#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% { transform: rotate(0deg); border: 4px solid #f44336; border-left-color: transparent; }
    50% { transform: rotate(180deg); border: 4px solid #673ab7; border-left-color: transparent; }
    100% { transform: rotate(360deg); border: 4px solid #f44336; border-left-color: transparent; }
}

/*---------------------
  Header Section
-----------------------*/

.header-section {
    position: absolute;
    width: 100%;
    padding-top: 25px;
    z-index: 99;
}

.site-logo {
    display: inline-block;
    margin-left: 50px;
}

.nav-switch { display: none; }
.nav-warp { float: right; }

.user-panel {
    float: right;
    background: #eb2b63;
    color: #fff;
    margin-left: 30px;
    margin-right: 70px;
    margin-top: 15px;
    font-size: 14px;
    padding: 12px 19px;
    line-height: 1;
    border-radius: 14px;
}

.user-panel a { color: #fff; }

.main-menu {
    list-style: none;
    float: right;
    padding-top: 25px;
}

.main-menu li { display: inline; }

.main-menu li a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-left: 50px;
    transition: all 0.4s;
}

.main-menu li a:hover { color: #eb2b63; }

/*---------------------
  Hero Section
-----------------------*/

.hero-section {
    height: 835px;
    overflow: hidden;
}

@media screen and (max-width: 550px) {
    .hero-section {
        height: 500px !important;
    }
}

@media screen and (min-width: 700px) {
    .hero-content {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
    }

    .hero-content h2, .hero-content h1 {
        font-size: 90px;
        font-weight: 600;
        margin-bottom: 10px;
        line-height: 1;
    }

    .hero-content p {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 40px;
    }

    .hero-rocket {
        position: absolute;
        bottom: 8px;
        right: -198px;
    }

    .hero-rocket img {
        position: relative;
        animation: rocket 2s linear infinite;
    }

    @keyframes rocket {
        0% { left: 20px; bottom: 20px; }
        25% { left: -20px; bottom: 20px; }
        50% { left: -20px; bottom: 0px; }
        75% { left: 0px; bottom: 0px; }
        100% { left: 20px; bottom: 20px; }
    }
}

/*---------------------
  Features Section
-----------------------*/

.features-section .section-title {
    margin-bottom: 130px;
}

.features-section .container {
    margin-bottom: -70px;
}

.feature-item {
    text-align: center;
    margin-bottom: 55px;
}

.feature-item .ft-icon {
    display: inline-flex;
    width: 87px;
    height: 87px;
    background: #eb2b63;
    font-size: 43px;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 40px;
}

.feature-item h4 {
    margin-bottom: 28px;
}

.feature-item.fi-center-top .ft-icon {
    transform-origin: bottom center;
    transform: scale(1.65);
}

.feature-item.fi-center-top .ft-icon i {
    transform: scale(0.8);
}

/*---------------------
  Domain Search Section
-----------------------*/

.domain-form-warp {
    max-width: 993px;
    margin: 0 auto;
}

.domain-form-warp p {
    font-size: 12px;
    color: #fff;
    opacity: 0.26;
    margin-bottom: 0;
    line-height: 1;
}

.domain-search-form {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.domain-search-form input {
    width: calc(100% - 239px);
    height: 59px;
    font-size: 14px;
    border: none;
    background: #fff;
    border-radius: 14px;
    display: inline-block;
    padding: 0 31px;
    margin-right: 5px;
}

.domain-search-form .site-btn {
    height: 59px;
    min-width: 229px;
}

.domain-search-form.df-white-bg input {
    background: #f5f1f8;
}

/* Domain Search Results */
.domain-results { margin-top: 50px; }

.domain-loading-container {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.domain-loading-content {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.domain-unavailable-card, .domain-available-card {
    display: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(46, 23, 121, 0.15);
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.domain-unavailable {
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}

.domain-available {
    padding: 20px;
    text-align: center;
    background: linear-gradient(135deg, #51cf66, #40c057);
    color: white;
}

.domain-search-header {
    padding: 20px 40px;
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(235, 43, 99, 0.9));
    color: white;
    font-weight: 700;
    font-size: 24px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    text-align: center;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.domain-search-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.domain-search-header:hover::before {
    left: 100%;
}

.search-body {
    padding: 25px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
}

.searched-domain {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 12px;
}

.searched-domain img {
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.searched-domain-price {
    width: 300px;
}

.searched-domain-price > p {
    font-size: 24px;
    font-weight: bold;
    color: #1f0544;
}

.buy-now {
    background: linear-gradient(135deg, #eb2b63, #d91a54);
    color: white;
    padding: 12px 24px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(235, 43, 99, 0.3);
    transition: all 0.3s ease;
    border: none;
    text-transform: uppercase;
}

.buy-now:hover {
    background: linear-gradient(135deg, #d91a54, #c11845);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 43, 99, 0.4);
}

.searched-domain-price > .buy-now {
    padding: 12px 20px;
    color: #eb2b64;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 14px;
    border-radius: 12px;
    border: 2px solid #eb2b64;
    box-shadow: 0 4px 15px rgba(235, 43, 99, 0.2);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.searched-domain-price > .buy-now:hover {
    color: white;
    background: linear-gradient(135deg, #eb2b64, #d91a54);
    border-color: #eb2b64;
    transform: translateY(-50%) translateY(-2px);
    box-shadow: 0 6px 20px rgba(235, 43, 99, 0.4);
}

.other-tlds {
    font-weight: bold;
    font-size: 24px;
    padding: 15px 40px;
}

.invalid-domain {
    background-color: #eb2b64 !important;
}

/* Domain Search TLDs */
.domain-search-tlds {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0;
}

.domain-search-tlds li {
    background: rgba(235, 43, 99, 0.1);
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: 600;
    color: #eb2b63;
    transition: all 0.3s ease;
}

.domain-search-tlds li:hover {
    background: #eb2b63;
    color: #fff;
    transform: translateY(-2px);
}

.tld {
    font-weight: bold;
    color: #2e1676;
}

.register {
    color: #666;
    font-size: 14px;
}

/*---------------------
  Progress Bars
-----------------------*/

.single-progress-item {
    margin-bottom: 28px;
}

.single-progress-item:last-child {
    margin-bottom: 0;
}

.single-progress-item p {
    font-size: 16px;
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
}

.single-progress-item .progress-bar-style {
    height: 8px;
    width: 100%;
    background: #eef6f9;
    border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner {
    position: relative;
    height: 100%;
    border-radius: 15px;
}

.single-progress-item .progress-bar-style .bar-inner span {
    position: absolute;
    bottom: 100%;
    right: 0;
    font-size: 16px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
}

/*---------------------
  Testimonials
-----------------------*/

.testimonials-slider .owl-dots {
    display: flex;
    position: absolute;
    bottom: 37px;
    left: 0;
}

.testimonials-slider .owl-dots .owl-dot {
    display: inline-flex;
    width: 11px;
    height: 11px;
    margin-right: 7px;
    border-radius: 50%;
    background: #eef6f9;
}

.testimonials-slider .owl-dots .owl-dot.active {
    background: #eb2b63;
}

.testimonial-item {
    overflow: hidden;
}

.testimonial-item .ti-content {
    background: #eef6f9;
    padding: 48px 35px 45px 38px;
    border-radius: 15px;
    margin-bottom: 42px;
    position: relative;
}

.testimonial-item .ti-content p {
    font-size: 15px;
    margin-bottom: 0;
}

.testimonial-item .ti-content:after {
    position: absolute;
    content: "";
    top: 100%;
    right: 34px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #eef6f9;
}

.testimonial-item .ti-author-pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    float: right;
    margin-left: 35px;
}

.testimonial-item .ti-author {
    text-align: right;
    overflow: hidden;
    padding-top: 25px;
}

.testimonial-item .ti-author h6 {
    font-weight: 700;
}

.testimonial-item .ti-author span {
    color: #eb2b63;
    font-weight: 700;
}

/*---------------------
  Pricing Section
-----------------------*/

.pricing-section .container {
    margin-bottom: -40px;
}

.pricing-plan {
    margin-bottom: 40px;
}

.pricing-plan .pricing-title {
    text-align: center;
    padding: 16px;
    border-radius: 14px;
    margin-bottom: 15px;
    background: linear-gradient(to right, #7246b3 0%, #431483 100%);
}

.pricing-plan .pricing-title h4 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.pricing-plan .pricing-body {
    background: #eef6f9;
    text-align: center;
    padding: 5px 68px 52px;
    border-radius: 14px;
}

.pricing-plan .pricing-body h2 {
    font-size: 60px;
    color: #585858;
    font-weight: 400;
    line-height: 1;
}

.pricing-plan .pricing-body h2 span {
    font-size: 14px;
}

.pricing-plan .pricing-body ul {
    list-style: none;
    padding-bottom: 21px;
}

.pricing-plan .pricing-body ul li {
    color: #585858;
    line-height: 1;
    margin-bottom: 20px;
}

.pricing-plan .pricing-body .site-btn {
    width: 100%;
    padding: 22px;
    line-height: 1.1;
}

.pricing-plan.gold-plan .pricing-title {
    background: #eb2b63;
}

.pricing-plan.gold-plan .pricing-body {
    box-shadow: inset 0 0 0 2px #eb2b63, 0px 32px 43px rgba(0, 0, 0, 0.35);
}

/*---------------------
  Service Section
-----------------------*/

.service-box:nth-child(1) {
    background: linear-gradient(to bottom, #0a0228 0%, #2e1779 100%);
}

.service-box:nth-child(2) {
    background: #2d1678;
}

.service-box:nth-child(3) {
    background: #422b8f;
}

.service-box-text {
    padding: 145px 80px 155px;
    height: 100%;
}

.service-box-text h4 {
    margin-bottom: 40px;
}

.service-box-text p {
    margin-bottom: 35px;
}

.service-box-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px 30px;
}

/*---------------------
  Cards
-----------------------*/

.card {
    padding: 10px;
    border-radius: 5px !important;
}

.card-title {
    font-size: 30px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

.card-link-top > h5 {
    color: #eb2b63;
    text-decoration: underline;
    font-weight: 700;
}

.small-plans {
    margin-top: -80px;
}

/*---------------------
  Package Period Button
-----------------------*/

.package-period-btn {
    background: #f8f9fa;
    padding: 6px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.package-period-btn > span {
    color: black;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.package-period-btn > span.selected {
    background-color: rgb(235, 43, 99);
    color: white;
    border-radius: 10px;
}

/*---------------------
  Plan Switcher
-----------------------*/

.plan-switcher {
    list-style: none;
    display: flex;
    background: #f8f9fa;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 auto 30px;
    width: fit-content;
}

.plan-switcher li {
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.plan-switcher li.active {
    background: #eb2b63;
    color: #fff;
}

.selected-plan {
    background-color: #e62d65;
    color: white !important;
}

/*---------------------
  Banner Section
-----------------------*/

.banner-section {
    padding-top: 113px;
    padding-bottom: 96px;
}

.banner-text h3 {
    font-weight: 400;
    margin-bottom: 3px;
}

.banner-text p {
    margin-bottom: 0;
    opacity: 0.4;
}

/*---------------------
  Page Top Section
-----------------------*/

.page-top-section {
    height: 404px;
    padding-top: 215px;
}

/* Old SEO checker banner styles removed - now using dedicated seo-checker-banner.css */

.page-top-section h2 {
    color: #fff;
}

.banner-container > h1 {
    font-size: 36px;
    color: white;
}

.site-breadcrumb {
    color: #fff;
    opacity: 0.37;
    font-size: 14px;
}

.site-breadcrumb a {
    color: #fff;
}

/*---------------------
  Footer Section
-----------------------*/

.footer-top-section {
    background: #200545;
}

.footer-widget .fw-title {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 45px;
    padding-top: 20px;
}

.footer-widget ul {
    list-style: none;
    padding-top: 5px;
}

.footer-widget ul li a {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
    opacity: 0.25;
}

.footer-widget.about-widget img {
    margin-bottom: 40px;
}

.footer-widget.about-widget p {
    opacity: 0.25;
    margin-bottom: 30px;
}

.fw-latest-post-widget .lp-item,
.sb-latest-post-widget .lp-item {
    margin-bottom: 11px;
    display: block;
    overflow: hidden;
}

.fw-latest-post-widget .lp-thumb,
.sb-latest-post-widget .lp-thumb {
    width: 64px;
    height: 64px;
    float: left;
    margin-right: 22px;
    background-color: #eb2b63;
    border-radius: 14px;
}

.fw-latest-post-widget .lp-content,
.sb-latest-post-widget .lp-content {
    overflow: hidden;
    padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6,
.sb-latest-post-widget .lp-content h6 {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.25;
    color: #fff;
    margin-bottom: 5px;
}

.fw-latest-post-widget .lp-content span,
.sb-latest-post-widget .lp-content span {
    font-size: 12px;
    color: #eb2b63;
}

.footer-section {
    background: #1b043b;
    overflow: hidden;
    padding: 20px 0px;
}

.footer-menu {
    list-style: none;
    float: right;
}

.footer-menu li {
    display: inline;
}

.footer-menu li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    opacity: 0.26;
    margin-left: 40px;
}

.footer-menu li a:hover {
    color: #eb2b63;
}

.copyright {
    float: left;
    color: #fff;
    font-size: 14px;
    padding-top: 3px;
    opacity: 0.25;
}

/*---------------------
  Circle Progress
-----------------------*/

.circle-progress {
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-progress canvas {
    transform: rotate(90deg);
}

.circle-progress .loader-circle {
    margin-right: 16px;
}

.circle-progress .progress-info {
    text-align: left;
}

.circle-progress .progress-info h2 {
    font-size: 72px;
    font-weight: 400;
    color: #1c1c1c;
}

.circle-progress .progress-info p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: normal;
}

.cp-item {
    text-align: center;
}

.cp-item h4 {
    font-size: 14px;
    color: #7e7e7e;
}

.milestone-item {
    text-align: center;
}

.milestone-item i {
    color: #eb2b63;
    font-size: 76px;
}

.milestone-item h2 {
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
}

.milestone-item p {
    font-size: 18px;
    margin-bottom: 0;
}

/*---------------------
  Accordion
-----------------------*/

.accordion-area .panel {
    margin-bottom: 16px;
}

.accordion-area .panel-link:after {
    content: "+";
    position: absolute;
    font-size: 15px;
    right: 26px;
    top: 0;
    line-height: 16px;
    width: 15px;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
    padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
    right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
    content: "+";
}

.accordion-area .panel-link.active:after {
    content: "-";
}

.accordion-area .panel-link.active {
    background: #eb2b63;
}

.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
    text-align: left;
    position: relative;
    width: 100%;
    padding: 17px 65px 17px 20px;
    padding-left: 41px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    border: none;
    min-height: 70px;
    border-radius: 13px;
}

.accordion-area .panel-body {
    padding: 45px 2px 0;
}

.accordion-area .panel-body h4 {
    margin-bottom: 25px;
}

.accordion-area .panel-body p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.8;
}

.accordion-area .panel-body img {
    border-radius: 15px;
}

.faq-accordion .panel-body {
    padding: 50px 5px 0;
}

.faq-accordion .panel-body h4 {
    padding-top: 25px;
}

.faq-accordion .panel-body p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.8;
}

.faq-accordion .panel-body img {
    border-radius: 15px;
}

/*---------------------
  Tab Element
-----------------------*/

.tab-element .nav-tabs {
    border-bottom: none;
}

.tab-element .nav-tabs .nav-link {
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    border: none;
    padding: 24px 36px;
    margin-right: 8px;
    margin-bottom: 10px;
    border-radius: 13px;
}

.tab-element .nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}

.tab-element .nav-tabs .nav-link.active {
    background: #eb2b63;
}

.tab-element .tab-pane {
    padding: 35px 20px 30px;
}

.tab-element .tab-pane h4 {
    margin-bottom: 25px;
}

.tab-element .tab-pane p {
    margin-bottom: 0;
}

/*---------------------
  Social Icons
-----------------------*/

.social {
    display: flex;
}

.social a {
    display: inline-flex;
    width: 32px;
    height: 32px;
    color: #fff;
    background: #491f70;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 13px;
    font-size: 12px;
    transition: all 0.4s;
}

.social a:hover {
    background: #eb2b63;
}

/*---------------------
  About Page
-----------------------*/

.sc-about-page {
    padding-top: 95px;
    padding-bottom: 74px;
}

.about-text {
    padding-top: 70px;
}

.about-text h3 {
    margin-bottom: 35px;
}

.about-text p {
    margin-bottom: 40px;
}

.milestones-section {
    padding-top: 90px;
    padding-bottom: 100px;
}

.milestones-top-text p {
    font-size: 18px;
    color: #fff;
    line-height: 1.6;
}

.clients-seciton {
    padding: 68px 0;
    background: #dee7ee;
}

.team-member {
    text-align: center;
}

.team-member img {
    border-radius: 34px;
    margin-bottom: 48px;
}

.team-member p {
    font-size: 15px;
}

.team-member .tm-social {
    justify-content: center;
}

/*---------------------
  Side Panel
-----------------------*/

.side-panel {
    position: fixed;
    height: 100%;
    z-index: 1000;
    display: flex;
    align-items: center;
}

.box {
    position: relative;
    background-color: #2d0a5a;
    font-size: 16px;
    text-align: center;
    border-top-right-radius: 20px;
    padding: 10px 15px;
    margin-left: -300px;
    transition: margin-left 0.5s, box-shadow 0.5s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    animation: attention-grabber 3s ease-in-out infinite;
}

.box:hover {
    margin-left: 0px !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    animation: none;
}

.website-dev-link {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}

.website-dev-link:hover {
    color: rgb(231, 231, 231);
}

.text-side-panel {
    height: max-content;
    border-radius: 20px;
    padding: 5px 10px;
}

@keyframes attention-grabber {
    0%, 100% { margin-left: -300px; }
    50% { margin-left: -250px; }
}

/*---------------------
  Loading Animation
-----------------------*/

.lds-ring {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border: 4px solid #eb2b63;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #eb2b63 transparent transparent transparent;
}

.lds-ring div:nth-child(1) { animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/*---------------------
  Custom Dropdown
-----------------------*/

.custom-dropdown {
    width: 150px;
    position: relative;
    font-family: Arial, sans-serif;
}

.selected-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}

.selected-option:hover {
    /* background-color: #f0f0f0; */
}

.flag {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 0 !important;
}

.dropdown-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #1f0544;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.dropdown-options li {
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.dropdown-options li:hover {
    background-color: #2c0f55;
}

.dropdown-options li img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

/*---------------------
  Blog Page
-----------------------*/

.blog-post {
    margin-bottom: 70px;
}

.blog-post h4 {
    margin-bottom: 14px;
}

.blog-post p {
    font-size: 15px;
    margin-bottom: 0;
}

.post-thumb {
    border-radius: 13px;
    margin-bottom: 52px;
}

.post-date {
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-radius: 20px;
    min-width: 108px;
    background: #eb2b63;
    margin-bottom: 15px;
}

.post-metas {
    margin-bottom: 30px;
}

.post-metas .post-meta {
    display: inline-block;
    font-size: 12px;
    color: #acacac;
    font-weight: 600;
    margin-right: 13px;
    padding-right: 14px;
    position: relative;
}

.post-metas .post-meta a {
    color: #acacac;
}

.post-metas .post-meta a:hover {
    text-decoration: underline;
}

.post-metas .post-meta:after {
    position: absolute;
    content: "|";
    color: #acacac;
    font-size: 12px;
    right: 0;
    top: 0;
}

.post-metas .post-meta:last-child {
    padding-right: 0;
    margin-right: 0;
}

.post-metas .post-meta:last-child:after {
    display: none;
}

.site-pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
    margin-right: 1px;
}

.site-pagination a.active {
    color: #eb2b63;
}

/*---------------------
  Sidebar Widgets
-----------------------*/

.sb-widget {
    margin-bottom: 75px;
}

.sb-widget:last-child {
    margin-bottom: 0;
}

.sb-widget .sb-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 45px;
}

.sb-widget ul {
    list-style: none;
}

.sb-widget ul li a {
    font-size: 14px;
    color: #585858;
    margin-bottom: 15px;
    display: inline-block;
}

.sb-widget .add {
    margin-bottom: 23px;
    display: block;
}

.sb-widget .add img {
    border-radius: 14px;
}

.sb-widget .sb-search-widget {
    position: relative;
}

.sb-widget .sb-search-widget input {
    width: 100%;
    height: 59px;
    padding-left: 15px;
    padding-right: 75px;
    border: none;
    background: #f5f1f8;
    border-radius: 12px;
}

.sb-widget .sb-search-widget button {
    position: absolute;
    height: 100%;
    right: 15px;
    top: 0;
    font-size: 14px;
    color: #acacac;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.sb-widget .sb-tag-widget a {
    display: inline-block;
    font-size: 14px;
    color: #585858;
    margin-right: 20px;
    margin-bottom: 10px;
}

.sb-widget .sb-tag-widget a.big-tag {
    font-size: 18px;
    color: #eb2b63;
}

.sb-latest-post-widget .lp-content h6 {
    color: #585858;
    opacity: 1;
}

.sb-latest-post-widget .lp-thumb {
    margin-right: 15px;
}

/*---------------------
  Contact Page
-----------------------*/

.contact-section {
    padding-top: 100px;
}

.contact-text h4 {
    margin-bottom: 30px;
}

.contact-text p {
    margin-bottom: 40px;
}

.cont-info {
    display: block;
    margin-bottom: 25px;
}

.cont-info .ci-icon {
    width: 36px;
    float: left;
}

.cont-info span {
    font-size: 16px;
    color: #1c1c1c;
    display: block;
    overflow: hidden;
}

.contact-form {
    padding-top: 64px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    height: 56px;
    border: none;
    padding: 0 29px;
    background: #eff4f7;
    border-radius: 4px;
    margin-bottom: 21px;
}

.contact-form textarea {
    padding: 23px 29px;
    height: 195px;
}

.map {
    margin-top: 107px;
    height: 685px;
}

/*---------------------
  WHOIS Page
-----------------------*/

.page-top-section-whois {
    padding: 100px 0;
    background-position: center;
    background-size: cover;
}

.whois-form-warp {
    max-width: 600px;
    margin: 0 auto;
}

.whois-search-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.whois-search-form input {
    flex: 1;
    padding: 12px;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    font-size: 16px;
    border-radius: 5px;
    margin-right: 10px;
    transition: box-shadow 0.3s ease;
}

.whois-search-form input:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 150, 255, 0.5);
}

.whois-info-table {
    margin-top: 30px;
}

.whois-info-table table {
    width: 100%;
    border-collapse: collapse;
}

.whois-info-table th,
.whois-info-table td {
    padding: 15px;
    border: 1px solid #dee2e6;
}

.whois-info-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}

.whois-info-table td {
    background-color: #fff;
}

.whois-info-table tr:hover {
    background-color: #f1f1f1;
}

.text-muted,
.whois-info-heading,
.text-center h2 {
    color: #ffffff;
}

.text-center p,
.text-center h2 {
    color: #ffffff;
}

/*---------------------
  Team Section Fix
-----------------------*/

.team-section {
    background-color: #f8f9fa;
    padding: 60px 0;
    border-radius: 10px;
    margin: 40px auto;
    max-width: 1200px;
    width: 90%;
    text-align: center;
}

.team-section h2 {
    color: #1c1c1c !important;
    font-weight: 700;
    margin-bottom: 30px;
}

.team-section p {
    color: #585858 !important;
    font-size: 16px;
    line-height: 1.8;
}

.team-section .dark-grey-text {
    color: #1c1c1c !important;
}

.team-section .blue-text {
    color: #eb2b63 !important;
    font-weight: 600;
}

.team-section .testimonial {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.team-section .testimonial:hover {
    transform: translateY(-5px);
}

/*---------------------
  SEO Checker Styles
-----------------------*/

.domain-search-tab-text {
    font-size: 24px;
    font-weight: 600;
    color: #1c1c1c;
    text-align: center;
    margin: 30px 0 20px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
    border-left: 4px solid #eb2b63;
}

.domain-search-tlds {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin: 40px 0;
    padding: 0;
}

.domain-search-tlds li {
    background: linear-gradient(135deg, #eb2b63, #d91a54);
    padding: 20px 25px;
    border-radius: 15px;
    color: #fff;
    text-align: center;
    min-width: 200px;
    box-shadow: 0 8px 20px rgba(235, 43, 99, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.domain-search-tlds li:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.domain-search-tlds li:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(235, 43, 99, 0.4);
}

.domain-search-tlds li:hover:before {
    left: 100%;
}

.domain-search-tlds .tld {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.domain-search-tlds .register {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 400;
}

/* SEO Services Call-to-Action */
.seo-services-cta {
    text-align: center;
    margin: 40px 0;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border: 2px solid #eb2b63;
}

.seo-services-cta p {
    font-size: 18px;
    color: #1c1c1c;
    margin-bottom: 20px;
}

.seo-services-cta a {
    color: #eb2b63;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 25px;
    border: 2px solid #eb2b63;
    border-radius: 25px;
    transition: all 0.3s ease;
    display: inline-block;
}

.seo-services-cta a:hover {
    background: #eb2b63;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(235, 43, 99, 0.3);
}

/* Responsive adjustments for SEO checker */
@media (max-width: 768px) {
    .domain-search-tlds {
        flex-direction: column;
        align-items: center;
    }
    
    .domain-search-tlds li {
        min-width: 250px;
        margin-bottom: 15px;
    }
    
    .domain-search-tab-text {
        font-size: 20px;
        padding: 15px;
    }
}

/*---------------------
  HOME PAGE COMPARISON TABLE STYLES
  Used in: home/components/_comparison-table.blade.php
-----------------------*/

/* Main comparison section container */
.comparison-section {
    background: #f8f9fa;
    padding: 80px 0;
}

/* Comparison table wrapper with shadow and rounded corners */
.comparison-table-wrapper {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    margin-bottom: 40px;
}

/* Main comparison table styling */
.comparison-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 14px;
}

/* Table header with gradient background */
.comparison-table thead {
    background: linear-gradient(135deg, #eb2b63 0%, #ff4081 100%);
    color: white;
}

/* Table header cells */
.comparison-table th {
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    border: none;
    position: relative;
}

/* Feature column (first column) styling */
.feature-column {
    background: #2c3e50 !important;
    text-align: left !important;
    width: 200px;
}

/* HostCry column highlighting */
.hostcry-column {
    background: #27ae60 !important;
    position: relative;
}

/* Provider header container */
.provider-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

/* HostCry header specific styling */
.hostcry-header {
    position: relative;
}

/* Provider logo styling */
.provider-logo {
    height: 30px;
    width: auto;
    filter: brightness(0) invert(1);
}

/* Provider name text */
.provider-name {
    font-size: 16px;
    font-weight: 600;
}

/* Recommended badge styling */
.recommended-badge {
    background: #f39c12;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Table body row styling */
.comparison-table tbody tr {
    border-bottom: 1px solid #eee;
    transition: background-color 0.3s ease;
}

/* Table row hover effect */
.comparison-table tbody tr:hover {
    background-color: #f8f9fa;
}

/* Table data cells */
.comparison-table td {
    padding: 18px 15px;
    text-align: center;
    vertical-align: middle;
    border: none;
}

/* Feature name cell (first column) */
.feature-name {
    background: #34495e;
    color: white;
    text-align: left !important;
    font-weight: 600;
    border-right: 2px solid #2c3e50;
}

/* HostCry cell highlighting */
.hostcry-cell {
    background: #e8f5e8;
    font-weight: 600;
    color: #27ae60;
    border-left: 3px solid #27ae60;
}

/* Competitor cells */
.competitor-cell {
    background: #fff;
    color: #666;
}

/* Price highlighting */
.price-highlight {
    color: #e74c3c;
    font-size: 18px;
    font-weight: 700;
}

/* Feature value highlighting */
.storage-highlight,
.bandwidth-highlight,
.guarantee-highlight,
.location-highlight {
    color: #27ae60;
    font-weight: 600;
    background: #d4edda;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

/* Call-to-action section at bottom of table */
.comparison-cta {
    padding: 40px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-radius: 0 0 15px 15px;
    margin-top: 0;
}

/* CTA heading */
.comparison-cta h4 {
    color: white;
    margin-bottom: 15px;
}

/* CTA paragraph */
.comparison-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
}

/* CTA button styling */
.comparison-cta .site-btn {
    background: #eb2b63;
    border: 2px solid #eb2b63;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

/* CTA button hover effect */
.comparison-cta .site-btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(235, 43, 99, 0.4);
}

/* MOBILE CARD LAYOUT STYLES */
/* Used for mobile-responsive comparison display */

/* Mobile comparison container */
.mobile-comparison {
    padding: 20px;
}

/* Mobile provider card (HostCry card) */
.mobile-provider-card {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(39, 174, 96, 0.3);
    color: white;
}

/* Mobile card header */
.mobile-provider-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* Mobile provider logo */
.mobile-provider-logo {
    height: 40px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 10px;
}

/* Mobile recommended badge */
.mobile-recommended-badge {
    background: #f39c12;
    color: white;
    padding: 6px 15px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

/* Mobile features container */
.mobile-features {
    margin-bottom: 25px;
}

/* Individual mobile feature row */
.mobile-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Remove border from last feature */
.mobile-feature:last-child {
    border-bottom: none;
}

/* Mobile feature name */
.mobile-feature-name {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

/* Mobile feature value */
.mobile-feature-value {
    font-weight: 600;
    font-size: 14px;
    color: white;
}

/* Mobile price highlighting */
.mobile-feature-value .price-highlight {
    color: #f1c40f;
    font-size: 18px;
    font-weight: 700;
}

/* Mobile card call-to-action */
.mobile-card-cta {
    text-align: center;
    padding-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Mobile button styling */
.mobile-btn {
    background: white;
    color: #27ae60;
    border: 2px solid white;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

/* Mobile button hover effect */
.mobile-btn:hover {
    background: transparent;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

/* Mobile competitors note section */
.mobile-competitors-note {
    background: white;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Mobile competitors note heading */
.mobile-competitors-note h5 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}

/* Competitor comparison container */
.competitor-comparison {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Individual competitor item */
.competitor-item {
    padding: 10px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #eb2b63;
    font-size: 13px;
    line-height: 1.4;
}

/* Competitor name styling */
.competitor-item strong {
    color: #2c3e50;
    display: block;
    margin-bottom: 3px;
}

/* RESPONSIVE DESIGN FOR COMPARISON TABLE */

/* Large screens (1200px and below) */
@media (max-width: 1200px) {
    .comparison-table {
        font-size: 12px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 12px 8px;
    }
    
    .provider-logo {
        height: 25px;
    }
}

/* Medium screens (992px and below) */
@media (max-width: 992px) {
    .comparison-section {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 30px;
    }
    
    .comparison-table-wrapper {
        margin: 0 -15px;
        border-radius: 0;
    }
    
    .comparison-table {
        font-size: 11px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 6px;
    }
}

/* Tablet screens (768px and below) */
@media (max-width: 768px) {
    .comparison-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 -20px;
    }
    
    .comparison-table {
        min-width: 900px;
        font-size: 10px;
        white-space: nowrap;
    }
    
    .feature-column {
        width: 140px;
        position: sticky;
        left: 0;
        z-index: 10;
        background: #2c3e50;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 8px 4px;
    }
    
    .provider-header {
        gap: 4px;
    }
    
    .provider-name {
        font-size: 12px;
        line-height: 1.2;
    }
    
    .provider-logo {
        height: 20px;
    }
    
    .recommended-badge {
        font-size: 9px;
        padding: 2px 6px;
    }
    
    .price-highlight {
        font-size: 14px;
    }
    
    .storage-highlight,
    .bandwidth-highlight,
    .guarantee-highlight,
    .location-highlight {
        font-size: 10px;
        padding: 2px 4px;
    }
}

/* Small screens (576px and below) */
@media (max-width: 576px) {
    .comparison-section {
        padding: 40px 0;
    }
    
    .section-title {
        padding: 0 15px;
    }
    
    .section-title h2 {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .section-title p {
        font-size: 14px;
    }
    
    .comparison-table-wrapper {
        margin: 0 -15px;
        border-radius: 0;
    }
    
    .comparison-table {
        min-width: 800px;
        font-size: 9px;
    }
    
    .feature-column {
        width: 120px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 6px 3px;
    }
    
    .feature-name {
        font-size: 10px;
        line-height: 1.2;
    }
    
    .provider-name {
        font-size: 10px;
    }
    
    .provider-logo {
        height: 18px;
    }
    
    .recommended-badge {
        font-size: 8px;
        padding: 1px 4px;
    }
    
    .price-highlight {
        font-size: 12px;
    }
    
    .comparison-cta {
        padding: 30px 15px;
    }
    
    .comparison-cta h4 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .comparison-cta p {
        font-size: 13px;
    }
    
    .comparison-cta .site-btn {
        padding: 12px 20px;
        font-size: 14px;
        min-width: auto;
    }
    
    /* Mobile card responsive adjustments */
    .mobile-comparison {
        padding: 15px;
    }
    
    .mobile-provider-card {
        padding: 20px;
        margin-bottom: 25px;
    }
    
    .mobile-provider-logo {
        height: 35px;
    }
    
    .mobile-recommended-badge {
        font-size: 11px;
        padding: 5px 12px;
    }
    
    .mobile-feature {
        padding: 10px 0;
    }
    
    .mobile-feature-name,
    .mobile-feature-value {
        font-size: 13px;
    }
    
    .mobile-competitors-note {
        padding: 15px;
    }
    
    .mobile-competitors-note h5 {
        font-size: 15px;
    }
    
    .competitor-item {
        padding: 8px 12px;
        font-size: 12px;
    }
}

/* Extra small screens (480px and below) */
@media (max-width: 480px) {
    .section-title h2 {
        font-size: 20px;
    }
    
    .comparison-table {
        min-width: 750px;
        font-size: 8px;
    }
    
    .feature-column {
        width: 100px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 5px 2px;
    }
    
    .provider-name {
        font-size: 9px;
    }
    
    .provider-logo {
        height: 16px;
    }
    
    .comparison-cta h4 {
        font-size: 16px;
    }
    
    .comparison-cta p {
        font-size: 12px;
    }
    
    /* Mobile card extra small adjustments */
    .mobile-comparison {
        padding: 10px;
    }
    
    .mobile-provider-card {
        padding: 15px;
    }
    
    .mobile-feature-name,
    .mobile-feature-value {
        font-size: 12px;
    }
    
    .mobile-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* END OF COMPARISON TABLE STYLES */

/*---------------------
  BANNER COMPONENT STYLES
  Used in: common/_banner.blade.php
-----------------------*/

/* Modern banner section with gradient background */
.modern-banner-section {
    background: linear-gradient(135deg, rgba(139, 92, 246, 0.9), rgba(235, 43, 99, 0.9)), url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 60vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
}

/* Banner background decorative elements */
.banner-background-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
}

/* Banner container positioning */
.banner-container {
    position: relative;
    z-index: 2;
}

/* Modern banner content wrapper */
.banner-content-modern {
    color: white;
    text-align: center;
    padding: 40px 0;
}

/* Banner main heading with gradient text */
.banner-content-modern h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 24px;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Banner description text */
.banner-description {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 32px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Banner breadcrumb navigation */
.banner-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

/* Banner breadcrumb link styling */
.banner-breadcrumb-link {
    background: linear-gradient(135deg, #ffffff, #f1f5f9);
    color: #1e293b !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    border: none;
    /* Ensure text is visible and not affected by gradient text properties */
    -webkit-text-fill-color: #1e293b;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}

/* Banner breadcrumb link hover effect */
.banner-breadcrumb-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #1e293b;
    text-decoration: none;
}

/* Banner breadcrumb separator text */
.banner-breadcrumb-separator {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/* RESPONSIVE DESIGN FOR BANNER */

/* Tablet and small desktop (768px and below) */
@media (max-width: 768px) {
    .modern-banner-section {
        min-height: 50vh !important;
        background-attachment: scroll !important;
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }
    
    .banner-content-modern {
        padding: 30px 0 !important;
    }
    
    .banner-content-modern h2 {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }
    
    .banner-description {
        font-size: 1rem !important;
        margin-bottom: 24px !important;
    }
    
    .banner-breadcrumb {
        flex-direction: column !important;
        gap: 12px !important;
    }
    
    .banner-breadcrumb-link {
        padding: 10px 20px !important;
        font-size: 13px !important;
    }
}

/* Mobile devices (576px and below) */
@media (max-width: 576px) {
    .modern-banner-section {
        min-height: 45vh !important;
        padding-top: 50px !important;
        padding-bottom: 30px !important;
    }
    
    .banner-content-modern {
        padding: 20px 0 !important;
    }
    
    .banner-content-modern h2 {
        font-size: 1.75rem !important;
    }
}

/* END OF BANNER COMPONENT STYLES */

/*---------------------
  MODERN PRICING CARD STYLES
  Used in: components/hosting-plans.blade.php
-----------------------*/

/* Modern pricing card base styling */
.modern-pricing-card {
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 100%;
}

/* Recommended card styling */
.modern-pricing-card.recommended-card {
    border: 3px solid #eb2b63;
    box-shadow: 0 8px 32px rgba(235, 43, 99, 0.15);
}

/* Pricing card hover effects */
.modern-pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 48px rgba(139, 92, 246, 0.12);
    border-color: #8b5cf6;
}

.modern-pricing-card.recommended-card:hover {
    box-shadow: 0 20px 48px rgba(235, 43, 99, 0.2);
    border-color: #d91a54;
}

/* Most popular badge */
.pricing-card-badge {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #eb2b63, #ff4081);
    color: white;
    padding: 8px 24px;
    border-radius: 0 0 12px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(235, 43, 99, 0.3);
}

/* Pricing card content padding */
.pricing-card-content {
    padding: 32px;
}

.pricing-card-content.recommended {
    padding: 48px 32px 32px;
}

/* Plan header section */
.pricing-card-header {
    text-align: center;
    margin-bottom: 32px;
}

.pricing-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.pricing-card-description {
    color: #64748b;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

/* Pricing section */
.pricing-card-pricing {
    text-align: center;
    margin-bottom: 32px;
}

.pricing-card-currency {
    font-size: 20px;
    color: #64748b;
    font-weight: 500;
}

.pricing-card-price {
    font-size: 48px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
}

.pricing-card-period {
    font-size: 16px;
    color: #64748b;
    font-weight: 500;
}

.pricing-card-total {
    margin-bottom: 16px;
}

.pricing-card-total-text {
    color: #94a3b8;
    font-size: 14px;
}

.pricing-card-save-badge {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 24px;
    display: inline-block;
}

/* CTA Button */
.pricing-card-cta {
    text-align: center;
    margin-bottom: 32px;
}

.pricing-card-button {
    display: inline-block;
    width: 100%;
    background: linear-gradient(135deg, #8b5cf6, #6366f1);
    color: white;
    padding: 16px 24px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}

.pricing-card-button.recommended {
    background: linear-gradient(135deg, #eb2b63, #ff4081);
    box-shadow: 0 4px 16px rgba(235, 43, 99, 0.3);
}

.pricing-card-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
    color: white;
    text-decoration: none;
}

.pricing-card-button.recommended:hover {
    box-shadow: 0 8px 24px rgba(235, 43, 99, 0.4);
}

/* Features section */
.pricing-card-features {
    border-top: 1px solid #f1f5f9;
    padding-top: 24px;
}

.pricing-card-features-title {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-align: center;
}

.pricing-card-features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card-feature-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.5;
}

.pricing-card-feature-icon {
    width: 16px;
    height: 16px;
    margin-right: 12px;
    flex-shrink: 0;
    fill: #10b981;
}

/* RESPONSIVE DESIGN FOR MODERN PRICING CARDS */

/* Large tablets and small desktops (991px and below) */
@media (max-width: 991px) {
    .modern-pricing-card {
        margin-bottom: 32px !important;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Tablets (768px and below) */
@media (max-width: 768px) {
    .modern-pricing-card {
        margin-bottom: 24px !important;
        border-radius: 12px !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    }
    
    .modern-pricing-card.recommended-card {
        box-shadow: 0 4px 20px rgba(235, 43, 99, 0.2) !important;
    }
    
    .pricing-card-badge {
        display: none !important;
    }
    
    .pricing-card-content {
        padding: 24px 20px !important;
    }
    
    .pricing-card-title {
        font-size: 22px !important;
        margin-bottom: 6px !important;
    }
    
    .pricing-card-description {
        font-size: 13px !important;
    }
    
    .pricing-card-price {
        font-size: 40px !important;
    }
    
    .pricing-card-currency {
        font-size: 18px !important;
    }
    
    .pricing-card-period {
        font-size: 14px !important;
    }
    
    .pricing-card-header,
    .pricing-card-pricing,
    .pricing-card-cta {
        margin-bottom: 24px !important;
    }
    
    .pricing-card-button {
        padding: 14px 20px !important;
        font-size: 15px !important;
    }
}

/* Mobile devices (576px and below) */
@media (max-width: 576px) {
    .modern-pricing-card {
        margin-bottom: 20px !important;
        border-radius: 10px !important;
    }
    
    .pricing-card-content {
        padding: 20px 16px !important;
    }
    
    .pricing-card-title {
        font-size: 20px !important;
        margin-bottom: 4px !important;
    }
    
    .pricing-card-description {
        font-size: 12px !important;
        line-height: 1.4 !important;
    }
    
    .pricing-card-price {
        font-size: 36px !important;
    }
    
    .pricing-card-currency {
        font-size: 16px !important;
    }
    
    .pricing-card-period {
        font-size: 13px !important;
    }
    
    .pricing-card-header,
    .pricing-card-pricing {
        margin-bottom: 20px !important;
    }
    
    .pricing-card-cta {
        margin-bottom: 16px !important;
    }
    
    .pricing-card-button {
        padding: 12px 18px !important;
        font-size: 14px !important;
        border-radius: 8px !important;
    }
    
    .pricing-card-feature-item {
        padding: 6px 0 !important;
        font-size: 13px !important;
    }
    
    .pricing-card-feature-icon {
        width: 14px !important;
        height: 14px !important;
        margin-right: 10px !important;
    }
}

/* Small mobile devices (480px and below) */
@media (max-width: 480px) {
    .modern-pricing-card {
        margin-bottom: 16px !important;
    }
    
    .pricing-card-content {
        padding: 16px 12px !important;
    }
    
    .pricing-card-title {
        font-size: 18px !important;
    }
    
    .pricing-card-price {
        font-size: 32px !important;
    }
    
    .pricing-card-header,
    .pricing-card-pricing {
        margin-bottom: 16px !important;
    }
    
    .pricing-card-cta {
        margin-bottom: 12px !important;
    }
    
    .pricing-card-button {
        padding: 10px 16px !important;
        font-size: 13px !important;
    }
}

/* Extra small devices (360px and below) */
@media (max-width: 360px) {
    .pricing-card-content {
        padding: 12px 8px !important;
    }
    
    .pricing-card-title {
        font-size: 16px !important;
    }
    
    .pricing-card-price {
        font-size: 28px !important;
    }
}

/* Touch-friendly hover effects for devices with hover capability */
@media (hover: hover) {
    .modern-pricing-card:hover {
        animation: subtle-pulse 0.3s ease-in-out;
    }
}

@keyframes subtle-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.02); }
    100% { transform: scale(1); }
}

/* Disable hover effects on touch devices */
@media (hover: none) {
    .modern-pricing-card {
        transform: none !important;
    }
}

/* END OF MODERN PRICING CARD STYLES */

/* ----------------
  Responsive
---------------------*/

@media (min-width: 1200px) {
    .container { max-width: 1175px; }
}

/* Mobile hero image hide */
@media screen and (max-width: 900px) {
    .hero-image { display: none; }
    #row1 { margin-right: 0px !important; }
}

/* Tablet :768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .user-panel { margin-left: 30px; margin-right: 20px; }
    .site-logo { margin-left: 20px; }
    .main-menu li a { font-size: 15px; margin-left: 20px; }
    .hero-rocket { display: none; }
    #row1 { margin-right: 0px; }
    .feature-item.fi-center-top .ft-icon { transform: scale(1); }
    .feature-item.fi-center-top .ft-icon i { transform: scale(1); }
    .testimonials-slider { margin-top: 50px; }
    .banner-text p { margin-bottom: 30px; }
    .footer-top-section { padding-bottom: 50px; }
    .footer-widget { margin-bottom: 40px; }
    .footer-menu li a { margin-left: 20px; }
    .service-box-text { padding: 110px 35px 125px; }
    .service-box-image { padding: 100px 30px 50px; }
    .faq-accordion .panel-body img { margin-top: 20px; }
    .about-text { padding-top: 0; margin-bottom: 40px; }
    .milestones-top-text { text-align: center; }
    .milestone-item h2 { font-size: 55px; }
    .team-member { margin-bottom: 50px; }
    .sidebar { margin-top: 100px; }
    .circle-progress { margin-bottom: 50px; }
    .milestone-item { margin-bottom: 40px; }
}

/* Large Mobile :480px. */
@media only screen and (max-width: 1131px) {
    .header-section { padding-bottom: 20px; }
    
    .nav-switch {
        right: 30px;
        display: block;
        float: right;
        font-size: 32px;
        cursor: pointer;
        color: #fff;
        margin-right: 40px;
    }
    
    .nav-warp {
        display: none;
        position: absolute;
        background: #fff;
        width: 100%;
        left: 0;
        top: 100%;
        box-shadow: 0 10px 50px rgba(93, 93, 93, 0.15);
    }
    
    .user-panel {
        float: none;
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 15px;
    }
    
    .main-menu {
        float: none;
        padding-top: 70px;
    }
    
    .main-menu li { display: block; }
    
    .main-menu li a {
        display: block;
        color: #111;
        margin-left: 0;
        border-top: 1px solid #efefef;
        padding: 13px 35px;
    }
    
    .hero-rocket { display: none; }
    
    .hero-content h2, .hero-content h1 {
        font-size: 50px;
        margin-bottom: 30px;
    }
    
    .footer-section { text-align: center; }
    .footer-menu, .copyright { float: none; padding-top: 10px; }
    .footer-menu li a { margin-left: 20px; }
    .service-box:nth-child(1) { background: #210f5a; }
    .service-box-image { padding: 100px 30px 50px; }
    .faq-accordion .panel-body img { margin-top: 20px; }
    .about-text { padding-top: 0; margin-bottom: 40px; }
    .milestones-top-text { text-align: center; }
    .team-member { margin-bottom: 50px; }
    .clients-seciton img { margin: 10px 0; }
    .sidebar { margin-top: 100px; }
    .circle-progress { margin-bottom: 50px; }
    .milestone-item { margin-bottom: 40px; }
}

@media only screen and (max-width: 600px) {
    .page-top-section {
        height: 404px;
        padding-top: 150px;
    }
    
    /* Domain search result responsive styles */
    .searched-domain-price > .buy-now {
        position: static;
        width: 200px;
    }

    .searched-domain-price {
        flex-direction: column;
    }

    .search-body {
        flex-direction: column;
    }
}

/* Plan switcher responsive */
@media only screen and (max-width: 767px) {
    .plan-switcher {
        flex-direction: column;
        width: 100%;
    }
    
    .plan-switcher li {
        text-align: center;
        border-radius: 0;
    }
    
    .plan-switcher li:first-child { border-radius: 5px 5px 0 0; }
    .plan-switcher li:last-child { border-radius: 0 0 5px 5px; }
}

/* Small Mobile :320px. */
@media only screen and (max-width: 479px) {
    .site-logo { margin-left: 15px; }
    .section-title h2 { font-size: 35px; }
    .hero-section { height: 500px; }
    
    .hero-content h2, .hero-content h1 {
        font-size: 40px;
        margin-bottom: 30px;
    }
    
    .domain-search-form {
        text-align: center;
        flex-direction: column;
    }
    
    .domain-search-form input {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .domain-search-form .site-btn { margin-left: 0; }
    .service-box-text { padding: 90px 30px 105px; }
    
    .searched-domain-price {
        width: 100%;
        position: relative;
    }
    
    .searched-domain-price > .buy-now {
        position: relative;
        right: auto;
        margin-top: 10px;
        display: block;
        width: 100%;
    }
    
    .domain-search-header, .other-tlds {
        padding: 15px;
        text-align: center;
    }
    
    .faq-accordion.accordion-area .panel-link,
    .faq-accordion.accordion-area .panel-link.active.collapsed {
        padding: 17px 50px 17px 20px;
    }
    
    .faq-accordion.accordion-area .panel-link:after {
        right: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 766px) {
    .hero-section {
        height: 600px !important;
    }
}