/* Custom CSS */
.banner {
    margin-top: 6px;
    text-align: center;
}
img{
    max-width: 100%;
    height: auto !important;
  }
.banner-content img {
    max-width: 100%;
    height: auto;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .banner-content img {
        max-width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .sticky-sidebar {
        display: none;
    }
}

.sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
    height: calc(100vh - 140px);
    text-align: center;
}


.navBgColor {
    background-color: #FBACA5;
}


@media screen and (max-width: 768px) {
    .sticky-sidebar {
        display: none;
    }
}

@media (min-width: 578px) {
    .ad-small-screen {
        display: none;
    }
}

.ad-small-screen {
    position: relative;
    text-align: center;
}

.ad-small-screen img {
    max-width: 320px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.ad-small-screen i {
    position: absolute;
    /* top: -35px; 
    left: 50%;  */
    top: -28px;
    left: 86%;
    transform: translateX(-50%);
    color: rgb(173, 173, 173);
}

.custom-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0.5rem;
    margin: 0;
    text-align: left;
}

.custom-link {
    display: inline-block;
}


.custom-icon {
    font-size: 2rem;
    padding: 0;
    margin: 0;
}

.sideborder {
    padding: 4px;
    border: 1px solid #e8e6e6 !important;
}

.adv {
    padding-top: 4px;
    color: #767674;
    font-family: Roboto Condensed, Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .063rem;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.vertical-text {
    padding-right: 8px;
    writing-mode: vertical-rl;
    color: #767674;
    font-family: Roboto Condensed, Verdana, sans-serif;
    font-size: .625rem;
    font-weight: 400;
    letter-spacing: .063rem;
    line-height: 1;
    padding-left: .625rem;
    padding-top: .375rem;
    text-transform: uppercase;
    text-align: center;
}

.groupeDns {
    background-color: #EEEEEE;
    text-align: start;
}

.groupeDns:hover {
    background-color: #C70039;
}

.dnsBanner {
    background-color: #EEEEEE;
}

.groupeDnsBanner {
    background-color: #EEEEEE;
    display: inline-block;
    border: 1px solid #d3d3d3;
    width: 357px;
}

.domainAction {
    text-decoration: none;
    color: #1E0342;
    padding: 5px;

}

.text-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: initial;
    font-size: small;
    padding-left: 4px;
}

.domainAction:hover {
    text-decoration: underline;
    color: #f2f2f2;
}

/* custom pop up email */

pop-up-body {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
}

.overlay-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.popup-box {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    width: 420px;
    text-align: center;
    opacity: 0;
    transform: scale(0.8);
    animation: fadeInUp 0.5s ease-out forwards;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.form-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #444;
    text-align: left;
}

.form-input {
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
}

.btn-submit,
.btn-close-popup {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-submit {
    background-color: #4fb94f;
    color: #fff;
}

.btn-close-popup {
    margin-top: 12px;
    background-color: #e74c3c;
    color: #fff;
}

.btn-submit:hover,
.btn-close-popup:hover {
    background-color: #4caf50;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.overlay-container.show {
    display: flex;
    opacity: 1;
}


/* Custom Css Contact Us*/
#contact-us {
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 4rem;
}

input[type=text],
select,
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.sub {
    background-color: #04AA6D;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sub:hover {
    background-color: #45a049;
}

/* Unsubscribe Style */

.cont-unsub {
    height: 100vh;
}

/* Add new specing between nav items */
li.nav-item {
    margin: 6px;
}


/* Style Privacy */

.head-1 {
    font-family: "Radio Canada Big", sans-serif;
    font-weight: 800;
    color: #0f2522;
    font-size: 40px;
    line-height: 50px;
}

.head-4 {
    font-weight: 600;
    letter-spacing: .5px;
    color: #0f2522;
    font-family: "Radio Canada Big", sans-serif;
    margin: 15px 0px;
    margin-bottom: 3px;
}

.parag {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #0f2522;
    letter-spacing: .5px;
    pdding-top: 0 px;
    margin-top: 0px;
}

.mail {
    color: #0A79F1;
    font-weight: 600;
}

.privacy {
    background-color: white;
    border: 30px solid #F6F6F6;
    padding: 50px;
    margin: 20px;
}

/* Unsubscribe Style */

.intro {
    background-color: white;
    border: 30px solid #F6F6F6;
    padding: 50px;
    margin: 20px;
}