

/***********  Main Image Bar ***********/
section.section.homepage-banner {
    background-color: #000000;
    background-position: center center; /* Keep the image centered */
    background-size: cover; /* Ensure the image fits within the container while maintaining its aspect ratio */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    width: 100%; /* Width adjusts to the container's width */
    display: flex;
    justify-content: center;
    align-items: center; /* These flex properties help center the content */
}

/* Index Main Image Bar */
section.section.atp-nesma-background {
    background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_1903x450_b.html);
    background-color: #000000;
    background-position: center center; /* Keep the image centered */
    background-size: cover; /* Ensure the image fits within the container while maintaining its aspect ratio */
    background-repeat: no-repeat; /* Prevent the image from repeating */
    width: 100%; /* Width adjusts to the container's width */
    display: flex;
    justify-content: center;
    align-items: center; /* These flex properties help center the content */
}

/* Medium screen image */
@media (max-width: 1440px) {
section.section.atp-nesma-background {
        background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_1440x450_b.html);
    }
}

/* Medium screen image */
@media (max-width: 1024px) {
section.section.atp-nesma-background {
        background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_1024x450_b.html);
    }
}

/* Small screen image */
@media (max-width: 768px) {
section.section.atp-nesma-background {
        background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_768x450_b.html);
    }
}

/* Extra small screen image, for mobile devices */
@media (max-width: 480px) {
section.section.atp-nesma-background {
        background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_480x450_b.html);
    }
}

/* Extra small screen image, for mobile devices */
@media (max-width: 320px) {
section.section.atp-nesma-background {
        background-image: url(../atp/nesma/images/atp-profile-banner-nesma-219662208_320x450_b.html);
    }
}


.background-section {
    position: relative; /* This confines the absolute children within */
    overflow: hidden; /* Prevents any spillover from the child elements */
}

.background-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0; /* Start fully transparent */
    transition: opacity 0.75s ease; /* Smooth transition for opacity change */
}

@media only screen and (max-width: 576px) { /* xs screen sizes - adjust as needed */
  .font-spacing-576 {
    line-height: 1.1; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.55em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

@media only screen and (max-width: 768px) { /* xs screen sizes - adjust as needed */
  .font-spacing-768 {
    line-height: 1.1; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.2em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

.container-dynamic-img {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
}

#dynamicImage {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

@keyframes fadeIn {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  animation: fadeIn ease-in .3s;
  animation-fill-mode: forwards; /* Ensures the element remains visible after the animation completes */
}

@media only screen and (max-width: 2560px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.2; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.9em; /* adjust this to your liking, could be in px, em, etc. */
    margin-top:20px;
  }
}

@media only screen and (max-width: 1024px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.0; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.8em; /* adjust this to your liking, could be in px, em, etc. */
    margin-top:50px;
  }
}

@media only screen and (max-width: 768px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.0; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.7em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

@media only screen and (max-width: 576px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.0; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 2.0em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

@media only screen and (max-width: 375px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.0; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 2.0em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

@media only screen and (max-width: 320px) { /* xs screen sizes - adjust as needed */
  h2.color-snow {
    line-height: 1.0; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 1.7em; /* adjust this to your liking, could be in px, em, etc. */
  }
}

  .icon-spacing {
    margin-right: 20px; /* Adjust the space to your liking */
}

.price-circle-program {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px; /* Size of the circle */
    height: 120px; /* Size of the circle */
    background-image: url(../img/programs/plain_marketing_badge_oshacademy_blue_120px.html);
    background-color: transparent; /* Orange background color */
    border-radius: 100%; /* Make it round */
    color: white; /* Text color */
    font-weight: bold; /* Make the text bold */
    text-align: center;
    line-height: 100px; /* Center the text vertically if flexbox is not supported */
    margin: auto; /* Center the circle in the container if needed */
    z-index: 10; /* Ensure the circle stays on top of other content */
}

/* Xtra Small screen image */
@media (max-width: 375px) {
.price-circle-program {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

/* Xtra Small screen image */
@media (max-width: 320px) {
.price-circle-program {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

.price-circle-program-orange {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px; /* Size of the circle */
    height: 120px; /* Size of the circle */
    background-image: url(../img/programs/plain_marketing_badge_oshacademy_orange_120px.html);
    background-color: transparent; /* Orange background color */
    border-radius: 100%; /* Make it round */
    color: white; /* Text color */
    font-weight: bold; /* Make the text bold */
    text-align: center;
    line-height: 100px; /* Center the text vertically if flexbox is not supported */
    margin: auto; /* Center the circle in the container if needed */
    z-index: 10; /* Ensure the circle stays on top of other content */
}

/* Xtra Small screen image */
@media (max-width: 375px) {
.price-circle-program-orange {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

/* Xtra Small screen image */
@media (max-width: 320px) {
.price-circle-program-orange {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

.price-circle-program-red {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px; /* Size of the circle */
    height: 120px; /* Size of the circle */
    background-image: url(../img/programs/plain_marketing_badge_red_120px.html);
    background-color: transparent; /* Orange background color */
    border-radius: 100%; /* Make it round */
    color: white; /* Text color */
    font-weight: bold; /* Make the text bold */
    text-align: center;
    line-height: 100px; /* Center the text vertically if flexbox is not supported */
    margin: auto; /* Center the circle in the container if needed */
    z-index: 10; /* Ensure the circle stays on top of other content */
}

/* Xtra Small screen image */
@media (max-width: 375px) {
.price-circle-program-red {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

/* Xtra Small screen image */
@media (max-width: 320px) {
.price-circle-program-red {
    background-color: transparent; /* Orange background color */
    border-radius: 0%; /* Make it round */
    line-height: 1em; /* Center the text vertically if flexbox is not supported */
    }
}

/* Controlling font size for price circle */
.price-circle-font-1 {
    line-height: .9em; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: .9em; /* adjust this to your liking, could be in px, em, etc. */
}

/* Controlling font size for price circle */
.price-circle-font-2 {
    line-height: 1.0em; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 2.5em; /* adjust this to your liking, could be in px, em, etc. */
    margin-top: 5px;

}

/* Controlling font size for price circle */
.price-circle-font-3 {
    line-height: 1.0em; /* adjust this to your liking, could be 1, 1.2, etc. */
    font-size: 2.0em; /* adjust this to your liking, could be in px, em, etc. */
    margin-top: 5px;

}

/* Multi-line Buttons with Smaller Text Above */
.btn-multiline-container-bus {
    height: 45px;
    width: 200px;
    display: inline-grid;
    justify-content: center;
    align-items: center;
}

/* Image Expansion */
.container-img-exp {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
}


/* Background Image */
.req-bus-acct-bg-img {
    background-image: url("../pages/business-solutions/images/request-business-account-bg-fade-b.html");
    background-color: #FFFFFF;
    margin-top:-35px;

    /* Additional CSS for background image behavior */
    background-position: center; /* Keep the image centered */
    background-size: cover; /* Cover the entire area of the element */
    background-attachment: fixed; /* Keep the background fixed in place */
    transition: background-size 0.3s ease; /* Smooth transition for background size */

}

.section-bar-title-lb-xl-font-new {
    font-size: 20pt;
    padding: 10px;
    color: #4682B4;
    text-align: center;
    font-weight: bold;
    background-color: #f2f2f2; /* Example background color */
    border-radius: 5px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    background: linear-gradient(to right, #32546F, #32546F); /* Example gradient from light to dark blue */
    color: white; /* White text for better contrast */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0); /* Subtle shadow for depth */
    border: 1px solid #4682B4; /* Solid border matching the text color */
    padding: 10px 10px; /* Increased vertical padding */
    margin: 10px 0; /* Adds space around the element */
}

.strikethrough-price {
    font-size: 1.8em; /* Increases the size of the strikethrough price */
    color: crimson; /* Changes the color of the strikethrough price */
    text-decoration: line-through; /* Ensures the strikethrough is applied */
}

.transparent-text {
    opacity: 0;
}
