body {
    font-size: 14px;
}

.image-container {
    position: relative;
    width: 100%;
    padding-top: calc(9 / 16 * 100%);
    overflow: hidden;
    border-radius: 10px;
}
.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 8px;
}
body, html {
    color: black!important;
    height: 100%!important;
    margin: 0!important;
    background:#202020;
}
.text-white {
    color: white!important;
}
.header, 
.nav-content nav.navbar,
.title, 
.custombreak {
    background: #022f8e!important;
}
.nav-content .navbar {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
}
.navbar-expand-md a {
    color: white;
    padding-top: 10px;
}
.nav-tabs li .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .nav-link,
.nav-tabs li .navbar-light .navbar-nav .active > a,
.nav-tabs li .navbar-light .navbar-nav .show > a,
.nav-tabs li.active .navbar-light .navbar-nav a,
.navbar-light .navbar-nav .active > .nav-link {
    color: white;
}
.btn-primary {
    color: #fff;
    background-color: #011750!important;
    border-color: #011750!important;
}
.btn-light {
    background-color: white;
    color: #022f8e;
    border: none;
    transition: background-color 0.3s, transform 0.2s;
}
.btn-light:hover {
    background-color: #eaeaea;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.btn-primary:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}
.customfeatures h1, 
.customwhyus h1, 
.custompricing h1, 
.custombreak h1, 
.customcontact h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;
    font-weight: bold;
}
.custombreak h1, 
.custombreak p, 
.customcontact {
    color: white;
}
.card, 
.card-custom-pricing, 
.pricing-card {
    border-radius: 4px;
    background-color: #fff;
    transition: transform 0.2s, box-shadow 0.3s;
    cursor: pointer;
}
.card:hover, 
.card-custom-pricing:hover, 
.pricing-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.12), 0 4px 8px rgba(0,0,0,0.06);
}
.table td, 
.table th {
    padding: 0.75rem;
}
.page-footer a {
    color: #fff;
}
.container {
    position: relative;
    z-index: 20;
}
.testimonials__card p {
    font-size: 16px;
}
.bg-overlay {
    top: 0;
    left: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background: #022f8e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.lead-text {
    font-size: 1.25rem;
    font-weight: 300;
}
.btn-icon {
    margin-right: 0.5rem;
}
.btn-icon-white {
    margin-right: 0.5rem;
    color: white;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.elevate-img, 
.directadmin-img, 
.crossbox-img, 
.secure-img {
    max-width: 100%;
    height: auto;
}
.card-deck {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 0;
    margin-left: 0;
}
.box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.card-title {
    margin-bottom: 0.75rem;
}
.customer-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #333;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.bg-overlay{background:#022f8e!important;}
.img-fluid:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}
.main-heading, .lead-text {
    text-align: left;
}
@media (max-width: 768px) {
    .main-heading, .lead-text {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-content {
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
    }
}
.pricing-card {
    border: none;
    border-radius: 20px;
    background: linear-gradient(135deg, #f3f4f4, #ffffff);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pricing-card:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.pricing-card h2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
.pricing-card ul {
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.7;
}
.pricing-card ul li {
    padding: 8px 0;
    text-align: center;
}
.pricing-card ul li i {
    margin-right: 10px;
    color: #011750;
}
.pricing-card h3 {
    font-size: 1.5rem;
    color: #011750;
    font-weight: bold;
}
.pricing-card .btn {
    background-color: #011750 !important;
    border-color: #011750 !important;
    border-radius: 30px;
}
.pricing-card .btn:hover {
    background-color: #0d1b72 !important;
    border-color: #0d1b72 !important;
}
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 20px;
    }
    .pricing-card h2 {
        font-size: 1.8rem;
    }
    .pricing-card ul {
        font-size: 13px;
    }
    .pricing-card h3 {
        font-size: 1.3rem;
    }
}
.profile-img-wrapper:hover img {
    transform: scale(1.1);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}
.btn:hover {
    background-color: #333;
    color: #fff;
}
.service-card {
    background: #2c2c2c;
    border: 2px solid #333;
    transition: all 0.3s ease-in-out;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}
.service-card i {
    transition: transform 0.3s ease-in-out;
}
.service-card:hover i {
    transform: scale(1.1);
}
.btn-outline-light {
    border: 2px solid #fff;
    color: #fff;
    transition: background 0.3s ease, color 0.3s ease;
}
.btn-outline-light:hover {
    background-color: #fff;
    color: #333;
}
    .carousel-inner .carousel-item {
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
    }
    .carousel-inner .carousel-item.active {
        opacity: 1;
    }
    .card {
        transition: transform 0.3s ease;
    }
    .card:hover {
        transform: scale(1.05);
    }
.page-footer {
            background: linear-gradient(135deg, #1a1a1a, #333333);
            color: white;
            padding-top: 6rem;
            padding-bottom: 6rem;
            border-top: 4px solid #f39c12;
            /* Add a vibrant line at the top for separation */
        }
    
        .footer-logo {
            background: #202020 !important;
            max-width: 250px;
            margin-top: -125px;
            border-radius: 150px;
            padding: 20px;
            /* Increase padding for a more balanced look */
            transition: transform 0.3s ease;
            /* Add transition for hover effect */
        }
    
        .footer-logo:hover {
            transform: scale(1.05);
            /* Slight zoom effect when hovering */
        }
    
        .footer-link {
            color: white;
            text-decoration: none;
            font-size: 14px;
            /* Adjust font size for better readability */
            font-weight: 500;
            /* Slightly bolder text for better contrast */
            transition: color 0.3s ease, text-decoration 0.3s ease;
        }
    
        .footer-link:hover {
            color: #f39c12;
            /* Vibrant color on hover */
            text-decoration: underline;
        }
    
        .footer-copyright p {
            font-size: 14px;
            margin: 5px 0;
        }
    
        @media (max-width: 767px) {
            .page-footer {
                padding-top: 4rem;
                padding-bottom: 4rem;
            }
    
            .footer-logo {
                margin-top: -100px;
            }
    
            .footer-link {
                font-size: 12px;
            }
        }
          .navbar-brand img:hover {
              transform: scale(1.1);
          }
    
          .nav-link:hover,
          .dropdown-item:hover {
              color: #f39c12 !important;
              background-color: transparent !important;
          }

          .navbar-nav .nav-item {
              margin-left: 20px;
          }
    
          .navbar-collapse {
              transition: all 0.3s ease;
          }
    
          .navbar-text button:hover {
              background-color: #e67e22;
              transform: scale(1.05);
          }
                .portfolio-item .image-container {
      overflow: hidden;
      border-radius: 10px;
      position: relative;
      transition: transform 0.3s ease-in-out;
      }
      .portfolio-item .image-container img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.3s ease-in-out;
      }
      .portfolio-item .image-container:hover img {
      transform: scale(1.1);
      }
      .portfolio-item .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      border-radius: 10px;
      }
      .portfolio-item .image-container:hover .overlay {
      opacity: 1;
      }
      .portfolio-item .overlay h4,
      .portfolio-item .overlay p {
      margin: 0;
      }
      .portfolio-item .btn {
      transition: all 0.3s ease-in-out;
      }
      .portfolio-item .btn:hover {
      background-color: #fff;
      color: #000;
      }
      /* Custom Styles for Modal */
      .modal-content {
      background-color: #202020!important; /* Black background for modal */
      color: white; /* White text inside the modal */
      border-radius: 10px;
      }
      /* Ensure Modal is above the navbar */
      .modal-backdrop {
      z-index: 1040 !important;
      position:relative;
      }
      .modal-dialog {
      z-index: 1050 !important;
      }
      .modal-backdrop.show {
      opacity: 0;
      }
      @media (min-width: 992px) {
      .modal-lg, .modal-xl {
      max-width: 1280px;
      }
      }