      body {    font-family: 'Roboto', sans-serif;  }  .btn {    border-radius: 5px 5px 5px 5px;}    .feature-card {      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);      transition: all 0.3s ease-in-out;    }    .feature-card:hover {      transform: translateY(-10px);      box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);    }.custom-shape-divider-bottom {  position: absolute;  bottom: 0;  left: 0;  width: 100%;  overflow: hidden;  line-height: 0;  z-index: 1;}.custom-shape-divider-bottom svg {  display: block;  width: 100%;  height: 80px;  transform: scaleX(1.01); /* Slight stretch to avoid side gaps */}.hero-header-web-hosting-packages {    background: url(/images/web-hosting/web-hosting-hero-background-2.webp);    background-repeat: no-repeat;    background-size: cover;    margin-top:20px;box-shadow: 7px 7px 11px -5px rgba(0,0,0,0.1);}.hero-header-shared-hosting-packages {    background: url(/images/shared-web-hosting/shared-hosting-hero-background.webp);    background-repeat: no-repeat;    background-size: cover;    margin-top:20px;    padding-bottom: 20px;box-shadow: 7px 7px 11px -5px rgba(0,0,0,0.1);}.hero-header-email-hosting-packages {    background: url(/images/email-hosting/email-hosting-hero-background.webp);    background-repeat: no-repeat;    background-size: cover;    margin-top:20px;    padding-bottom: 20px;box-shadow: 7px 7px 11px -5px rgba(0,0,0,0.1);}.hero-header-ssl-certificates {    background: url(/images/ssl/ssl-certificates-hero-background.webp);    background-repeat: no-repeat;    background-size: cover;    margin-top:20px;    padding-bottom: 20px;box-shadow: 7px 7px 11px -5px rgba(0,0,0,0.1);}.nav-tabs .nav-link {    border: 2px solid #012e44;    border-radius: 50px;    margin: 0 6px;    color: #012e44;    font-weight: bold;    background-color: #f8f9fa;    transition: all 0.3s ease;  }  .nav-tabs .nav-link:hover {    background-color: #012e44;    color: #fff;  }  .nav-tabs .nav-link.active {    background-color: #012e44;    color: #fff;    box-shadow: 0 4px 10px rgba(1, 46, 68, 0.4);  }    .carousel-item > div {    border: 3px solid #012e44;    border-radius: 20px;    box-shadow: 0 0 25px rgba(1, 46, 68, 0.2);  } /*** Email Only ***/.email-trust-jumbotron {      background: linear-gradient(180deg, #ffffff, #e6f0ff);      padding: 4rem 2rem;      border-radius: 0;      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);      text-align: center;    }    .email-trust-badge {      display: inline-flex;      flex-direction: column;      align-items: center;      justify-content: center;      width: 150px;      height: 150px;      background-color: #003087;      color: #ffffff;      border-radius: 50%;      text-align: center;      padding: 15px;      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);      font-size: 16px;      font-weight: bold;      text-transform: uppercase;      line-height: 1.2;      margin-bottom: 1.5rem;    }    .email-trust-badge .bi {      color: #FFD700;      font-size: 30px;      margin-bottom: 8px;    }    .email-trust-badge .subtitle {      font-size: 12px;      font-weight: normal;      text-transform: none;    }    .email-btn-custom-dark {      background-color: #212529;      border-color: #212529;      color: #ffffff;      padding: 0.75rem 2rem;      font-weight: bold;    }    .email-btn-custom-dark:hover {      background-color: #343a40;      border-color: #343a40;    }    @media (max-width: 576px) {      .email-trust-badge {        width: 120px;        height: 120px;        font-size: 14px;      }      .email-trust-badge .bi {        font-size: 24px;      }      .email-trust-badge .subtitle {        font-size: 10px;      }      .email-trust-jumbotron h1 {        font-size: 1.8rem;      }    }.email-only-animated-badge {  animation: badgeBounce 0.6s ease-in-out;  display: inline-block;}.email-only-ribbon {    width: 258px;    background: #dc3545;    color: #fff;    text-align: center;    font-weight: bold;    padding: 8px 0;    position: absolute;    top: 45px;    right: -65px;    transform: rotate(45deg);    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);    z-index: 10;    font-size: 20px;    animation: bounceIn 1s ease-out;}.email-only-feature-card {  display: flex;  flex-direction: column;  justify-content: space-between;}.email-only-cta-button {  background-color: #dc3545; /* Bootstrap 'danger' red */  color: white;  font-weight: bold;  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);  border-radius: 0.5rem;  transition: all 0.3s ease;}.email-only-cta-button:hover {  background-color: #bb2d3b;    color: white;  transform: translateY(-2px);}   /*** Domain Search ***/.domain {    background: url(../images/bg-domain.webp) center center no-repeat;    background-size: contain;}/*** Footer ***/.custom-shape-divider-top-footer {  position: relative;  width: 100%;  overflow: hidden;  line-height: 0;  transform: rotate(180deg);}.custom-shape-divider-top-footer svg {  position: relative;  display: block;  width: calc(125% + 1.3px);  height: 120px;}.footer {    background:#012E44;    background-size: cover;    color: #fff;    padding: 3rem 2rem;}.footer p {    font-size: 15px;}.footer .btn.btn-social {    margin-right: 5px;    width: 50px;    height: 50px;    display: flex;    align-items: center;    justify-content: center;    color:#012E44;    border: 2px solid #dc3545;    border-radius: 35px;    transition: .3s;}.footer .btn.btn-social:hover {    color:#fff;}.footer .btn.btn-link {    display: block;    margin-bottom: 5px;    padding: 0;    text-align: left;    color: #FFFFFF;    font-size: 17px;    font-weight: normal;	font-family: 'Roboto', sans-serif;}.footer-newsletter {    color:#000;    text-align:center;}}.footer .btn.btn-link::before {    content: "";    position: absolute;    left: -20px; /* Adjust left position for spacing */    top: 50%;    transform: translateY(-50%);    font-size: 18px; /* Set the icon size */  }.footer .btn.btn-link:hover {    letter-spacing: 1px;    box-shadow: none;}.footer .copyright {    padding: 25px 0;    font-size: 15px;    border-top: 1px solid rgba(256, 256, 256, .3);}.footer .copyright a {    color: var(--light);}.footer .footer-menu a {    margin-right: 15px;    padding-right: 15px;    border-right: 1px solid rgba(255, 255, 255, .3);}.footer .footer-menu a:last-child {    margin-right: 0;    padding-right: 0;    border-right: none;}.carousel-inner {  max-height: 400px; /* adjust as needed */  overflow: hidden;}.carousel-inner img {  width: 100%;  height: auto;  object-fit: cover;}.carousel-item > div {    border: 1px solid #012e44;    border-radius: 0px; */    box-shadow: 0 0 25px rgba(1, 46, 68, 0.2);}.carousel-inner img {    width: 100%;    height: 250px;    object-fit: cover;}.carousel {    margin-bottom: 0px;}.carousel-inner {    max-height: 400px;    overflow: hidden;}.carousel-inner img {    width: 188px;    height: 100%;    object-fit: cover;}  @media (max-width: 768px) {    .carousel-item .row {      text-align: center;    }  }       .btn-standout {        background-color: #ff6200; /* Vibrant orange for contrast */        border-color: #ff6200;        color: #fff;        font-weight: 700; /* Bolder text */        font-size: 1.1rem; /* Slightly larger text */        padding: 0.75rem 2rem; /* Larger padding for bigger button */        border-radius: 8px; /* Rounded corners */        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */        transition: transform 0.2s ease, background-color 0.3s ease; /* Smooth hover effects */    }    .btn-standout:hover {        background-color: #e55a00; /* Darker orange on hover */        border-color: #e55a00;        transform: scale(1.05); /* Slight scale-up on hover */        color: #fff;    }    