/* General hosting-article styling */
.hosting-article {
    margin-top: 5%;
    margin-bottom: 5%;
}

.hosting-title {
    padding: 0;
    margin: 0;
    line-height: 1;
}
/* Flexbox Layout for Images in a Row */
.image-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center align images horizontally */
    gap: 10px; /* Space between images */
}

.image-row img {
    max-width: 400px; /* Limit the width of each image */
    max-height: 300px; /* Limit the height of each image */
    object-fit: cover; /* Ensure image covers the area without distortion */
}


.hosting-title[class*="hosting-title-size-"] > a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.hosting-article .hosting-info {
    display: flex;
    justify-content: center;
}

.hosting-img {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}

.hosting-title.hosting-title-small {
    font-size: 15px;
    text-align: center;
}

.hosting-title.hosting-title-medium {
    font-size: 19px;
    text-align: center;
}

.hosting-title.hosting-title-large {
    font-size: 29px;
    text-align: center;
    color: #5b388c;
    line-height: 1.5;
}

.hosting-title.hosting-title-xl {
    font-size: 39px;
}

.hosting-title.hosting-title-xxl {
    font-size: 59px;
}

.hosting-content {
    padding: 12px 0;
    font-weight: var(--font-weight-bold);
    display: grid;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
}

.hosting-content p {
    margin-bottom: 20px;
    font-size: 22px;
}

.hosting-content h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #5b388c;
}

.hosting-content ul {
    padding-left: 0;
    list-style: none;
}

.hosting-content ul li {
    margin-bottom: 10px;
    font-size: 18px;
}

.custom-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.share {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* SweetAlert Modal Styles */
.share-popup .social-share-link {
    display: inline-block;
    margin: 5px;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
.share-popup .social-share-link.facebook { background: #3b5998; }
.share-popup .social-share-link.twitter  { background: #1DA1F2; }
.share-popup .social-share-link.linkedin { background: #0077B5; }
.share-popup .social-share-link.whatsapp { background: #25D366; }
.custom-container .share {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
}

 .custom-container .share .line-share {
    flex-grow: 1;
    height: 2px;
    background-color: var(--primary-color);
}

.custom-container .share .btn {
    color: var(--teal-blue);
    padding: 5px 10px 4px 10px;
}

.header-packages .row .card {
    padding: 8px;
    height: 100%;
    border: 2px solid  var(--primary-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    background: white;
    border: 1px solid #eef2f6;
    z-index: 1;
}

@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.custom-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.hosting-title {
    font-size: 2rem;
    margin: 1rem 0;
    text-align: center;
}

.hosting-title-large {
    font-size: 2.5rem;
}

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

.custom-img {
    max-width: 100%;
    height: auto;
    border-radius: 30px;
}

.custom-content {
    margin-top: 1.5rem;
}

.custom-content h2 {
    font-size: 1.5rem;
    margin-top: 1.5rem;

}

.custom-content h3 {
    font-size: 1.5rem;
    margin-top: 1.25rem;
    margin-bottom: 1rem;
}

.custom-content p {
    margin-bottom: 1rem;
    font-size: 18px;
    line-height: 1.5;
    color: #3D3D3D;

}

.custom-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}

.custom-content ul li {
    margin-bottom: 0.5rem;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 1.6;

}

.custom-content ul li strong {
     margin-bottom: 0.5rem;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 1.6;
    font-weight: 700;
}

/* Media Queries for Specific Devices */
@media (max-width: 1366px) {
    .hosting-article {
        margin-top: 8%; /* Adjust as needed */
    }
}

@media (max-width: 1118px) {
    .hosting-article {
        margin-top: 10%; /* Adjust as needed */
    }
}

@media (max-width: 1024px) and (orientation: portrait) {
    .hosting-article {
        margin-top: 15%; /* Adjust as needed */
    }
}

@media (max-width: 768px) {
    .hosting-content h2 {
        font-size: 19px;
    }

    .hosting-content ul li {
        font-size: 16px;
    }
    .hosting-title.hosting-title-large {
    font-size: 18px;
}

    .hosting-content p {
        font-size: 18px;
    }

    .hosting-article {
        margin-top: 15%;
        margin-bottom: 5%;
    }
    .custom-content ul li strong{
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .hosting-article {
        margin-top: 20%;
        margin-bottom: 5%;
    }

    .hosting-content h2 {
        font-size: 18px;
    }

    .hosting-content ul li {
        font-size: 16px;
    }
     .custom-content ul li strong{
        font-size: 14px;
    }

    .hosting-content p {
        font-size: 18px;
    }
}
