/*

[Custom Stylesheet]

Project: CloudServer - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.9
Author : themelooks.com

*/
section.banner-item-content h1 {
    line-height: 30px;
    font-size: 30px !important;
}
section.banner-item-content span {
    font-size: 36px !important;
    line-height: 48px;
}
section.banner-item-content p {
    font-size: 16px;
    line-height: 30px;
}
section.banner-item-content h4 {
    line-height: 36px;
    margin-bottom: 30px;
    font-size: 16px;
}
section.banner-item-content h2 {
    font-size: 24px;
}
.center {
    text-align: center;
}

.pricing--item.features {
    padding: 30px;
    background: #fef6f6;
    border-radius: 8px;
    color: #222;
}
.pricing--item.features h4 {
    margin-bottom: 30px;
    line-height: 1.3;
    font-family: "Asap",sans-serif;
    font-size: 18px;
}
.counter-icon i.fa {
    background: none !important;
    border: 1px solid;
}
.features i.fa {
    margin: 0 auto 20px;
    color: #CD151F;
    font-size: 36px;;
}
.findout {
    color: #CD151F !important;
    font-weight: 400;
    margin-bottom: 40px;
}
.findout:hover {
    text-decoration: underline;
}
.pricing--item.features.d-flex.flex-column.h-100.w-100 {
    min-height: 260px;
}
.started {
    margin-top: 50px;
}
.legal p a {
    color: #CD151F !important;
}
.legal a:link {
    color: #CD151F !important;
}
.legal a:visited {
    color: #CD151F !important;
}
.legal a:hover {
    color: #CD151F !important;
}
.legal a:active {
    color: #CD151F !important;
}
.white {color: #fff !important;} 
.banner .container {
    width: 60%;
}
.banner .container {
    width: 60%;
}
.empty10 {padding: 10px;}
.empty20 {padding: 20px;}
.empty60 {padding: 60px;}
.domain-ext {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; /* Space between blocks */
    margin-top: 50px;
}

.domain-para{
    margin: 6px 0 0 10px !important;
}

.price-box {
    flex: 1 1 calc(16.66% - 16px); /* 6 items per row with gap compensation */
    min-width: 140px; /* Prevents shrinking too small on small screens */
    border: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    padding: 15px 10px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s ease;
}

.price-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.extension {
    text-decoration: none;
    color: #333;
    display: block;
}

.extension .name {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.extension span {
    display: block;
    font-size: 14px;
}
/* Container for the boxes */
.domain-blocks-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between blocks */
    margin: 30px 0;
    justify-content: center; /* Optional: center-align */
}

/* Each block */
.one_fifth_less {
    flex: 1 1 calc(20% - 20px); /* 5 items per row with gap */
    min-width: 180px;
    max-width: 280px;
}

/* Box Styling */
.box {
    border: 1px solid #ddd;
    padding: 20px 15px;
    border-radius: 8px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.2s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

/* Typography */
.box h1 {
    font-size: 24px;
    margin: 10px 0;
}

.box h6 {
    font-size: 14px;
    color: #666;
    margin-bottom: 12px;
}

.sitecolor {
    color: #CD151F; /* Customize the accent color */
}

.box em {
    font-size: 12px;
    color: #333;
    margin-left: 4px;
}
.section-title h2 { margin-bottom: 60px;}
.section-title h3 { margin-bottom: 60px;}
ul.tick {
  list-style: none; /* Remove default bullets */
  padding-left: 0;  /* Optional: align neatly */
}

li.tick {
  position: relative;
  padding-left: 28px; /* Space for the tick */
  margin-bottom: 10px; /* Some spacing between items */
}

li.tick::before {
  content: "✔";          /* Unicode check mark */
  position: absolute;
  left: 0;
  top: 0;
  color: #CD151F;          /* Tick color */
  font-size: 18px;       /* Adjust size */
  line-height: 1.2;
}
li.tick.white::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
}
.col-md-25 {
    width: 20%;
    float: left;
    border: 1px solid #fff;
    padding: 0px;
}
.col-md-15 {
    width: 14%;
}
.equal {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.feature-parent{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}

.feature-parent .col-md-4,
.feature-parent .col-md-6 {
    float: unset;
}


/* .feature--item {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
} */

.feature--item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* keeps heading and paragraph close */
  align-items: flex-start;     /* prevent unwanted stretch */
  margin-bottom: 20px;
}
 

.feature--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: start; /* Optional: balances inner spacing */
    padding: 20px;
    box-sizing: border-box;
    border-radius: 15px;
}
#results {
    color: #fff;
    margin-top: 13px;
    font-size: 22px;
}

#results a{
    background: #CD151F;
    display: inline-block;
    padding: 6px 12px;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.desc {font-size:20px; line-height:1.7;margin-bottom: 40px;}
.bg {
    background: #fef6f6;
}
.font30 { font-size:40px; }
.mylink a {
    color: #CD151F;
}
.sup-button {
    padding: 15px !important;
    width: 60%;
    margin: auto;
    background-color: #CD151F !important;
}
.sup-button:hover {
    background-color: #202736 !important;
}
li i.fa.fa-user {
    float: left;
    padding-right: 5px;
    
}
a.btn.btn-lg.btn-custom.white:hover {
    background-color: #CD151F;
}

/* pricing  */
.most-popular-badge {
    text-align: center;
    background: linear-gradient(45deg, #ff6b6b, #ee5a24);
    color: white;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
    box-shadow: 0 2px 10px rgba(238, 90, 36, 0.3);
}


/* Discount badge (like 50% OFF) */
.discount-badge-top {
    position: absolute;
    top: 18px;
    right: -35px;
    background: #202736;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    padding: 6px 0;
    width: 120px;
    text-align: center;
    transform: rotate(45deg);
    z-index: 5;
}

/* Original price above sale price */
.old-price-top {
    text-decoration: line-through;
    color: #fff;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Sale price styling */
.sale-price {
    color: #fff;
    font-size: 50px!important;
    font-weight: 700!important;
}

/* /m small label */
.per-month {
    font-size: 16px;
    color: #fff;
    margin-left: 2px;
}

/* card image  */
.icon-img {
    width: 2em;
    height: 2em;            
    object-fit: contain;    
    vertical-align: middle; 
    display: inline-block;
}

/* card counter image */
.counter-icon img{
    position: relative;
    display: block;
    width: 70px;              
    height: 70px;
    margin: 0 auto 20px;      
    object-fit: contain;      
    border: 1px solid #CD151F;     
    background: none !important; 
    transition: .25s;
}

.counter-icon img:before{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter-holder:hover .counter-icon img {
    border-radius: 50%;
}

/* Ensure carousel wrapper is relatively positioned */
.pricing-carousel {
  position: relative;
}

/* Owl v1 places arrows inside .owl-buttons */
.pricing-carousel .owl-buttons {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* allow clicks to pass except on buttons */
}

/* Style the buttons themselves */
.pricing-carousel .owl-buttons div {
  background: none !important;
  border: none !important;
  font-size: 28px;
  color: #202736;
  cursor: pointer;
  pointer-events: auto; /* re-enable clicks on arrows */
  transition: color 0.3s ease;
}

.pricing-carousel .owl-buttons div:hover {
  color: #CD151F;
}

/* Optional: adjust spacing to move arrows slightly outside */
.pricing-carousel .owl-prev {
  margin-left: -30px;
}
.pricing-carousel .owl-next {
  margin-right: -30px;
}

.featurebox{
    padding: 20px 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featureboxicon{
    margin: 0 0 20px 0 !important;
}

.price-loading {
    opacity: 0.6;
    font-style: italic;
    font-size: 0.9em;
}

/* Currency Selector */
.currency-selector-item {
    /* display: flex;
    align-items: center; */
    /* padding: 0 10px; */
}

.currency-selector-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;

    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #2e3545;
    pointer-events: none;
}

.currency-dropdown {
    background-color: transparent;
    color: #2e3545;
    /* border: 2px solid #2e3545; */
    border: none;
    padding: 4px 10px;
    margin-right: 0px;
    font-size: 14px;
    outline: none;
    appearance: none;
    cursor: pointer;
    line-height: 48px;
    font-weight: 500;
}



/* nav link */
/* .menulink:hover{
 color: #CD151F !important;   
} */


/* Hide desktop menu on mobile and tab, show on desktop */
@media (max-width: 991px) {
    .desktop-menu-wrapper {
        display: none !important;
    }
    .navbar-toggle{
        display: block !important;
    }

    #secondaryMenu{
        padding: 0;
    }

    /* Override the problematic float */
    #secondaryMenu .navbar-header {
        float: none !important;
        margin-top: 0 !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        /* padding: 10px 15px; */
        padding: 0;
    }
    
    /* Override container margins for navbar header */
    .container > .navbar-header,
    .container-fluid > .navbar-header {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    
    /* Ensure logo doesn't take full width */
    .navbar-brand {
        float: none !important;
        margin-right: 0 !important;
        padding: 0 !important;
    }
    
    /* Ensure toggle button is properly positioned */
    .navbar-toggle {
        float: none !important;
        margin: 0 !important;
    }
    
    /* Make sure logo image sizes properly */
    .navbar-brand img {
        max-width: 150px;
        height: auto !important;
    }
}

/* ============================================
   MOBILE MENU STYLES
   ============================================ */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: right 0.3s ease;
    display: none;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.mobile-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 350px;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    z-index: 2;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f8f9fa;
}

.mobile-menu-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.mobile-menu-close {
    background: none;
    border: none;
    font-size: 36px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-close:hover {
    color: #000;
}

.mobile-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-links > li {
    border-bottom: 1px solid #e7e7e7;
}

.mobile-menu-links > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: background-color 0.2s;
}

.mobile-menu-links > li > a:hover {
    background-color: #f8f9fa;
}

.mobile-has-submenu {
    position: relative;
}

.mobile-caret {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.mobile-has-submenu.open .mobile-caret {
    transform: rotate(90deg);
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #f8f9fa;
    transition: max-height 0.3s ease;
}

.mobile-has-submenu.open .mobile-submenu {
    max-height: 500px;
}

.mobile-submenu li {
    border-top: 1px solid #e7e7e7;
}

.mobile-submenu li a {
    display: block;
    padding: 12px 20px 12px 40px;
    text-decoration: none;
    color: #555;
    font-size: 15px;
}

.mobile-submenu li a:hover {
    background-color: #e9ecef;
    color: #000;
}

.mobile-currency-selector {
    padding: 20px;
    background-color: #f8f9fa;
}

.mobile-currency-selector label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.mobile-currency-dropdown {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .mobile-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .mobile-menu {
        display: none !important;
    }
}

/* 404 Page Styles */
.error-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60vh;
    background-color: #f8f9fa;
}

.error-content {
    text-align: center;
}

.error-code {
    font-size: 10rem;
    font-weight: 700;
    color: #343a40;
    margin-bottom: 0.5rem;
}

.error-title {
    font-size: 1.75rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.error-message {
    color: #868e96;
    margin-bottom: 1.5rem;
}

/* Cookie Consent Banner */
#cookieConsent {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #202736;
    color: #fff;
    z-index: 9999;
    padding: 15px 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
    animation: fadeIn 0.5s ease-in-out;
}

.cookie-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    padding-right: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

#cookieConsent p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
#cookieConsent p i{
    color: #cd151f;
}
#cookieConsent a {
    color: #cd151f;
    text-decoration: underline;
    transition: color 0.3s ease;
}

#cookieConsent a:hover {
    color: #fff;
}

#cookieConsent button {
    background-color: #cd151f;
    color: #fff;
    border: none;
    padding: 8px 18px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

#cookieConsent button:hover {
    background-color: #a51118;
}

/* Smooth fade-in animation */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* WhatsApp Floating Button */
.whatsapp_float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 22px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
    z-index: 1000;
}

.whatsapp_float i {
    margin-top: 15px;
}