.custom-width {
      max-width: 95% !important;
    }

    .support-box-container {
      background-color: #ffffff;
      border-radius: 15px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 0;
      min-height: 400px;
      display: flex;
      align-items: center;
      padding-left: 0 !important;
      padding-right: 0 !important;
    }

    .support-box-row {
      width: 100%;
      margin: 0px;
      --bs-gutter-x: 0;
      --bs-gutter-y: 0;
      display: flex;
      flex-wrap: wrap;
    }

    .support-box-image {
      display: flex;
      align-items: center;
      justify-content: center;
      height: auto;
      padding: 0 !important;
      margin: 0 !important;
    }

    .support-box-image img {
      max-width: 100%;
      object-fit: contain;
      padding: 0;
      height: auto;
      margin: 0;
      border-radius: 10px 0 0 10px;
      display: block;
    }

    .support-box-features {
      height: 100%;
      display: flex;
      background-color: #fdf3e8;
            align-items: center;
            padding-bottom: 20px;
    }

    .support-box-feature {
      border-radius: 10px;
      text-align: center;
      padding: 20px;
      height: 100%;
      transition: all 0.3s ease-in-out;
    }

   
    .support-box-icon {
      font-size: 2rem;
      color: #FC5F11;
    }

    .support-box-title {
      margin-top: 10px;
      font-size: 18px;
      font-weight: 600;
    }

    .support-box-desc {
      font-size: 14px;
      color: #555;
    }
    .support-agent{
    padding-top: 30px;
    padding-bottom: 50px;
}
.descprice2 {
  font-size: 16px;
  color: #555;
  text-align: center;
  margin-bottom: 20px;
}
.support-h2{
   color: #FC5F11;
}
    @media (max-width: 767px) {
      .support-box-container {
        flex-direction: column !important;
        min-height: auto;
      }
      .support-box-row {
margin-top: 150px;
}
      .support-box-image {
        height: 200px;
        padding: 10px;
      }
      .support-h2{
padding: 20px;
margin: 0px;
font-size: 25px;
 font-weight: bold;    
color: #FC5F11;
}
.descprice2{
 padding: 20px;
margin: -1px 0px;
font-size: 18px;
color: black;
}
      .support-box-features {
        padding: 15px;
        display: block;
        align-items: initial;
      }

      .support-box-image img {
        border-radius: 10px 10px 0 0;
      }
    }

    @media (min-width: 992px) {
      .support-box-image {
        flex: 0 0 35%;
        max-width: 35%;
      }

      .support-box-features {
        flex: 0 0 65%;
        max-width: 65%;
      }
    }

.btn,
.carousel-wrapper {
    position: relative;
    overflow: hidden;
}
#right,
.hero-image img {
    text-align: left;
}
.chat_bot,
.footer-column ul li a,
.partner-logos a,
a.review-link {
    text-decoration: none;
}
.btn {
    font-size: 15px;
    background: linear-gradient(90deg, #fc5f11, #ff7847);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 20px rgba(252, 95, 17, 0.3);
    z-index: 1;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ff7847, #fc5f11);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s;
    z-index: -1;
    border-radius: 12px;
}
.btn:hover::before {
    transform: scaleX(1);
}
.btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(252, 95, 17, 0.5);
}
.partner-logos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.partner-logos img {
    width: 140px;
    height: auto;
    margin: 10px 0;
    transition: transform 0.3s;
}
.partner-logos img:hover {
    transform: scale(1.1);
}
body::-webkit-scrollbar {
    width: 6px;
}
body::-webkit-scrollbar-track {
    background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
    background-color: #fb6e29;
    border-radius: 10px;
    border: 1px solid #f1f1f1;
}
body::-webkit-scrollbar-thumb:hover {
    background: #e55b1c;
}
.ssl_featured_tag {
    border-radius: 0 0 10px 10px;
    font-size: 14px;
    background-color: #ff6723 !important;
    color: #fff !important;
}
.ssl_card {
    border: 1px solid #ff6723;
    transition: transform 0.3s;
}
.ssl_card:hover {
    transform: scale(1.05);
}
.ssl_footer,
.ssl_header {
    background-color: #fdf3e8;
    padding: 10px;
}
.ssl_stars {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.ssl_stars li {
    display: inline;
    color: gold;
    font-weight: 700;
}
.ssl_price {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}
.btn-buy {
    background-color: #ff6723;
    color: #fff;
}
.card-custom {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}
.card-title,
.domain-pricing span {
    font-weight: 700;
}
.btn-custom {
    background-color: #ff6927;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
}
.btn-custom:hover {
    background-color: #e55d20;
}
.note {
    font-size: 0.85rem;
    color: #6c757d;
    margin-top: 15px;
}
.form-select {
    border-radius: 50px;
}
img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}
img.lazy[src] {
    opacity: 1;
}
.btn {
    background-color: #fc5f11;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 700;
}
.btn:hover {
    border: 1px solid #fc5f11;
}
.featured-section {
    text-align: center;
    border: solid 1px orange;
    background-color: white;
    margin: 0px 50px;
    border-radius: 10px;
    padding: 50px 150px;
}
.featured-section h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fc5f11;
    font-weight: 700;
}
.carousel-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.carousel-track {
    display: flex;
    animation: 20s linear infinite scroll;
}
.carousel-track img {
    width: 120px;
    height: auto;
    margin: 0 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.cms-item i,
.footer-column ul li {
    margin-bottom: 10px;
}
.carousel-track img:hover {
    transform: scale(1.1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}
@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.accordion-button,
.nav-tabs .nav-link.active {
    background-color: #fc5f11;
    color: #fff;
    font-weight: 700;
}
.accordion-body,
.cms-item,
.nav-tabs .nav-link:hover {
    color: #333;
}
.nav-tabs .nav-link {
    color: #fc5f11;
    font-weight: 700;
    transition: color 0.3s;
}
.tab-content {
    border: 1px solid #fc5f11;
    padding: 20px;
    background-color: #fdf3e8;
    margin-top: -1px;
}
.features-list .feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.features-list .feature-item i {
    font-size: 30px;
    color: #fc5f11;
    margin-right: 15px;
}
.cms-list {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    text-align: center;
}
.cms-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s, color 0.3s;
}
.cms-item i {
    font-size: 40px;
}
.chat_bot:hover i,
.cms-item:hover {
    transform: scale(1.1);
    color: #fc5f11;
}
.accordion-button:not(.collapsed) {
    background-color: #ff7b3b;
}
.accordion-button::after {
    filter: brightness(0) invert(1);
}
.countdown-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.countdown-timer,
.scroll-button {
    padding: 12px 20px;
    height: 50px;
    align-items: center;
    display: flex;
    font-size: 18px;
}
.countdown-timer {
    font-weight: 700;
    background-color: #fdf3e8;
    border: 2px solid #fc5f11;
    border-radius: 5px;
    justify-content: center;
    text-align: center;
    min-width: 120px;
}
.scroll-button {
    background-color: #fc5f11;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    justify-content: center;
}
.scroll-button:hover {
    background-color: #d9534f;
}
.icon-container {
    width: 30px;
    height: 30px;
    border: 2px solid #fc5f11;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fc5f11;
    font-size: 18px;
}
.info-icon {
    color: #6c757d;
    cursor: pointer;
    margin-left: 8px;
}
.headingprice2,
.info-icon:hover,
.right-icon,
.social-icons a:hover,
i.bi.bi-person-fill,
th {
    color: #fc5f11;
}
.right-icon {
    margin-right: 8px;
}
.list-unstyled li {
    margin-bottom: 5px;
}
.footer {
    background-color: #000;
    color: #fff;
    padding: 30px 20px;
    width: 100%;
    box-sizing: border-box;
}
.dropdown-menu,
.navbar {
    background-color: #fdf3e8;
}
.footer .container {
    padding: 30px 20px;
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-column {
    width: 23%;
    margin-bottom: 20px;
}
.footer-column h5 {
    margin-bottom: 15px;
    font-size: 18px;
}
.footer-column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer-column ul li a {
    color: #fff;
    transition: text-decoration-color 0.3s, color 0.3s;
}
.footer-column ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #fc5f11;
}
.social-icons a {
    color: #fff;
    margin: 0 10px;
    font-size: 29px;
    transition: color 0.3s;
}
.payment-icons i {
    font-size: 29px;
    margin-right: 15px;
}
.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid #555;
    padding-top: 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .ssl_card {
        margin-bottom: 20px;
    }
     .featured-section{
        padding: 20px;
        margin: 10px;
            }
     .featured-section h2 {
         font-size: 20px;
     }
    .footer-column {
        width: 100%;
    }
    .payment-icons {
        margin-top: 20px;
    }
    .text-center {
        text-align: center;
    }
}
.navbar {
    z-index: 9999;
    border: 0.5px solid #fff;
}
.navbar-brand,
.navbar-nav .nav-link {
    color: #000;
}
@media (min-width: 768px) {
    .partner-logos {
        flex-direction: row;
    }
    .partner-logos img {
        margin: 0 10px;
    }
    .dropdown-menu .dropdown-item:hover,
    .navbar-nav .nav-link:hover {
        background-color: #fc5f11;
        color: #fff;
    }
    .pricing-container {
        display: flex;
        justify-content: space-around;
    }
    .pricing-table {
        width: 30%;
    }
}
.navbar-nav .nav-link.active {
    color: #000;
    text-decoration: none;
}
.btn-login {
    background-color: #fc5f11;
    color: #fff;
}
.btn-login:hover {
    background-color: #e4570a;
    color: #fff;
}
.icons {
    display: none;
}
@media (max-width: 767px) {
    .dropdown-menu .dropdown-item,
    .navbar-nav .nav-link {
        display: inline-block;
        border-bottom: 2px solid transparent;
    }
    .icons {
        display: flex;
        gap: 10px;
        margin-left: 140px;
    }
    .icons a {
        text-decoration: none;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background-color: #fc5f11;
        color: #fff;
        font-size: 20px;
        transition: transform 0.3s, color 0.3s;
    }
    .icons a:hover {
        transform: scale(1.1);
    }
    .icons a[href*="support"]:hover {
        background-color: #25d366;
        color: #fff;
    }
    .icons a[href*="login"]:hover {
        background-color: #000;
        color: #fff;
    }
    .btn-login {
        display: none;
    }
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu .dropdown-item:hover,
    .navbar-nav .nav-link:focus,
    .navbar-nav .nav-link:hover {
        color: #fc5f11;
        border-bottom: 2px solid #fc5f11;
        background-color: transparent;
    }
    .navbar-nav .nav-link.active {
        color: #000;
        background-color: transparent;
    }
}
.navbar-toggler {
    border: none;
    margin-left: 0;
    color: #000 !important;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.topbaranouncement {
    color: #000;
    font-size: 17px;
    text-align: center;
    background: linear-gradient(to right, #f93 10%, #fff 50%, #138808 100%);
    margin-bottom: 0;
    padding: 10px;
}
.text-center,
body {
    text-align: justify;
}
body {
    font-family: system-ui, sans-serif;
    margin: 0;
}
.headingprice,
.review-box,
td,
th {
    text-align: center;
}
.hero-section {
    background: #fff;
    background: linear-gradient(90deg, #fff 20%, #ffebe1 80%);
    padding: 40px 10px;
}
.btn-primary,
.domain-search button {
    background-color: #fc5f11;
    padding: 10px 20px;
}
.hero-content h1 {
    font-size: 34px;
    color: #fc5f11;
    margin-bottom: 20px;
}
.hero-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}
.hero-content .btn {
    padding: 12px 30px;
    font-size: 1rem;
}
.hero-image img {
    max-width: 100%;
    height: auto;
}
.domain-search {
    display: flex;
    margin-top: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.domain-search input {
    flex: 1;
    padding: 10px;
    border: 2px solid #fc5f11;
    border-right: none;
    color: #000;
    margin-left: -25px;
}
.domain-search button {
    color: #fff;
    border: none;
}
.btn-primary {
    border: 0.5px solid #000;
}
.domain-search button i {
    font-size: 20px;
}
@media (max-width: 768px) {
    .pricing-table {
        margin: 40px 25px;
    }
    .hero-section {
        padding: 40px 20px;
    }
    .domain-search input {
        margin-left: 0;
    }
    .hero-content h1 {
        font-size: 30px;
        text-align: justify;
    }
    .hero-content p {
        text-align: justify;
        font-size: 1rem;
    }
    .hero-image {
        display: none;
    }
    .heromimg {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media (min-width: 769px) {
    .heromimg {
        display: none;
    }
}
.pricing-table {
    border: 1px solid #fc5f11;
    border-radius: 10px;
    background-color: #fdf3e8;
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
}
.discount-corner {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #fc5f11;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px 0 0 5px;
}
.pricing-table h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.pricing-table p {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}
.pricing-table .price {
    font-size: 2rem;
    font-weight: 700;
    color: #fc5f11;
    margin-bottom: 20px;
}
.pricing-table .btn {
    background-color: #fc5f11;
    color: #fff;
    padding: 10px 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #fc5f11;
}
.pricing-table hr {
    margin: 20px 0;
}
.pricing-features {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing-features li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.pricing-features li i {
    font-size: 1.5rem;
    color: #fc5f11;
    margin-right: 10px;
}
.headingprice {
    padding: 40px 20px;
}
.chat_bot {
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 30px;
    background: #fc5f11;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}
.chat_bot:hover {
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid #fc5f11;
}
.chat_bot i {
    transition: transform 0.3s;
}
.tooltip-custom {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: -200px;
    transform: translateY(-50%);
    background-color: #fc5f11;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    white-space: nowrap;
    z-index: 1000;
}
.chat_bot:hover .tooltip-custom {
    opacity: 1;
    visibility: visible;
}
.feature-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.feature-icon {
    font-size: 40px;
    color: #fc5f11;
}
.feature-content {
    margin-left: 1rem;
}
.section-header {
    margin-bottom: 2rem;
}
.conimg {
    width: 500px;
}
@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 1rem;
    }
    .conimg {
        height: auto;
        width: 350px;
    }
}
.search-container {
    margin-bottom: 1.5rem;
}
.search-container input {
    border-radius: 25px 0 0 25px;
    border: 1px solid #ced4da;
}
.search-container button {
    border-radius: 0 25px 25px 0;
    border: 1px solid #ced4da;
    border-left: 0;
    background-color: #007bff;
    color: #fff;
}
table {
    margin-top: 1rem;
}
.why-choose-us-section {
    padding: 0 10px;
    background-color: #fdf3e8;
}
.px-5 {
    padding: 50px;
    margin: auto;
}
.choose-us-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    border: 1px solid transparent;
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.choose-us-card:hover {
    transform: scale(1.05);
    border-color: #fc5f11;
}
.choose-us-image {
    flex: 1;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.choose-us-image img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.choose-us-content {
    flex: 1;
    padding: 20px;
    max-width: 50%;
}
.choose-us-heading {
    font-size: 18px;
    color: #fc5f11;
    font-weight: 700;
    margin-bottom: 10px;
}
.choose-us-description {
    font-size: 15px;
    color: #6c757d;
}
@media (max-width: 767.98px) {
    .choose-us-card {
        flex-direction: column;
        text-align: center;
    }
    .choose-us-content,
    .choose-us-image {
        max-width: 100%;
    }
    .choose-us-image img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 450px) {
    .icons {
        margin-left: 70px;
    }
}
@media (max-width: 390px) {
    .icons {
        margin-left: 40px;
    }
}
.domain-pricing {
    font-size: 15px;
    line-height: 1.5;
}
.separator {
    margin: 0 5px;
}
.footer-column h5::after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #fc5f11;
    margin-top: 8px;
    border-radius: 5px;
}
.bi-check {
    color: #ff753f;
    font-size: 20px;
}
.ph {
    font-size: 12px;
}
.review-box {
    padding: 20px;
    border-radius: 12px;
    transition: transform 0.3s;
    background-color: #ffebe1;
}
.rating-stars i {
    color: #00b67a;
    font-size: 15px;
    margin: 0 2px;
}
.rating-text {
    font-size: 14px;
    margin-top: 5px;
    color: #555;
}
.rating-logo {
    height: 40px;
    object-fit: contain;
    mix-blend-mode: multiply;
}
a.review-link {
    display: block;
    color: inherit;
}

 .featured-slider {
      overflow: hidden;
      position: relative;
      height: auto;
      padding: 10px 0;
    }

    .featured-track {
      display: flex;
      width: fit-content;
      animation: featured-scroll 25s linear infinite;
    }

    .featured-slider img {
      height: 75px;
      margin: 0 20px;
      object-fit: contain;
      transition: transform 0.3s ease;
      mix-blend-mode: screen; /* 🔥 Blend effect */
    }

    .featured-slider img:hover {
      transform: scale(1.1);
    }

    @keyframes featured-scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
.recommended-ribbon {
  position: absolute;
  top: -40px;
  background: #fc5f11;
  color: white;
  padding: 10px 110px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

  .guarantee-section {
      margin: 50px 0px;
      background-color: #fc5f11;
      color: #fff;
      padding: 40px 40px;
      border-radius: 10px;
    }
    .guarantee-image {
      max-width: 200px;
    }
  .tooltip-text-custom {
    position: relative;
    top: -10px;
    color: blue;
    display: inline-block;
  }
  
  .best-deal{
    position: absolute;
    top: -43px;
    background: white;
    color: #fc5f11;
    padding: 10px 130px;
    font-size: 14px;
    font-weight: bold;
    z-index: 1;
    border: solid #fc5f11 1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

@media (max-width: 576px) {
  .best-deal,
  .recommended-ribbon {
    display: none;
  }
}
