body {
    padding-top: 70px; /* To avoid content being hidden behind the navbar */
}
.navbar {
    background-color: white;
}
.navbar-brand img {
    height: 40px;
}

.dropdown-menu {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.dropdown-item {
    color: black;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
}

.jumbotron {
    background: url('../img/img2.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.jumbotron3 {
    background: url('../img/img11.webp') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.jumbotron4 {
    background: url('../img/savers.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.jumbotronst {
    background: url('../img/sto1.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}


.jumbotron .container {
    max-width: 600px;
}
.jumbotron h1 {
  /*  font-family: 'Arial Narrow', Arial, sans-serif;
    font-weight: lighter;  */
    font-size: 4.3rem;
}
.jumbotron p {
    font-size: 1.2rem;
    font-weight:bold;
}
.jumbotron .btn-primary {
    background-color: #007bff;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
}
.top-right-images {
    position: absolute;
    top: 50px;
    right: 20px;
}
.top-right-images img {
    height: 50px;
    margin-left: 10px;
}

@media (max-width: 767.98px) { /* Adjusting for mobile view */
    .jumbotron h1 {
        font-size: 2.5rem;
    }
    .jumbotron p {
        font-size: 1rem;
    }
    .aar{margin-top:280px;}
    .aab{margin-bottom:400px;}
    .asdf{margin-top:240px;}
    .aprs{margin-top:420px;}
    .voc{margin-top:250px;}
    .bbz{margin-top:50px; background-color: black; 
        padding: 8px;opacity:0.7; border-radius: 30px;font-size: 10px;
    font-weight: lighter;}
    .qrs{margin-bottom:230px;}
    .ddd{margin-bottom:430px;}
    .abcdef{margin-top:420px; margin-bottom: 380px;}
    .uuu{margin-top:250px;}
    .ttt{margin-bottom: 100px;}
    .tyu{margin-bottom: 390px;}
    .nnn{margin-bottom: 200px;}
}

.content {
    display: flex;
    align-items: center;
    height: 100vh;
}
.content .text-column {
    padding: 20px;
}
.content .text-column h1 {
    font-size: 2.2rem;
    font-weight:400;
}
.content .text-column p {
    font-size: 1.1rem;
}
.content .text-column .sub-paragraph {
    font-size: 1rem;
    margin-top: 10px;
}
.content .text-column .btn-outline-primary-custom {
    color: #007bff;
    border: 2px solid #007bff;
    background-color: transparent;
    padding: 10px 20px;
    font-size: 1rem;
    margin-top: 20px;
    transition: background-color 0.3s, color 0.3s;
    border-radius: 30px;
}
.content .text-column .btn-outline-primary-custom:hover {
    background-color: #007bff;
    color: white;
}



.jumbotron2 {
    background: url('../img/roundup.jpg') no-repeat center center;
    background-size: cover;
    color: black;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.jumbotron7 {
    background: url('../img/roundsupport.jpg') no-repeat center center;
    background-size: cover;
    color: black;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.jumbotron07 {
    background: url('../img/saver3.jpg') no-repeat center center;
    background-size: cover;
    color: black;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.right-content {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    max-width: 450px;
    margin-left: auto;
    margin-right: 70px;
}
.right-content h1 {
    font-size: 2.2rem;
    font-weight: lighter;
}
.right-content p {
    font-size: 1.1rem;
}
.right-content .sub-paragraph {
    font-size: 1rem;
    margin-top: 10px;
}
.right-content .btn-round-up {
    color: #007bff;
    border: 2px solid #007bff;
    background-color: transparent;
    padding: 10px 20px;
    font-size: 1rem;
    margin-top: 20px;
    border-radius: 25px;
    transition: background-color 0.3s, color 0.3s;
}
.right-content .btn-round-up:hover {
    background-color: #007bff;
    color: white;
}

ul.custom-ticks {
    list-style-type: none; /* Remove default bullets */
    padding: 0;
}

ul.custom-ticks li {
    position: relative;
    padding-left: 25px; /* Space for custom tick */
    margin-bottom: 10px; /* Space between list items */
}

ul.custom-ticks li::before {
    content: '✔'; /* Custom tick character */
    position: absolute;
    left: 0;
    color: #143f95; /* Custom tick color */
    font-size: 1.5em; /* Custom tick size */
    line-height: 1; /* Aligns tick with text */
}

.custom-card {
    border-radius: 15px; /* Border radius */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
    border: none; /* Remove border line */
}



.custom-container {
    display: flex;
    min-height: 150px;
    background-color: lightgray;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-column {
    flex: 1;
    padding: 10px;
}

.custom-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-image-column {
    position: relative;
    overflow: hidden;
}

.custom-image-column img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(-10deg);
    height: 100%;
    width: auto;
}

.custom-button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}


.container4 {
    display: flex;
    background-color: rgb(247, 245, 245);
    border-radius: 10px;
    min-height: 80px;
    padding: 10px;
    width: 70%;
    margin: auto;
}
.column4 {
    flex: 1;
    padding: 10px;
}
.text-column4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slanted-column4 {
    position: relative;
    transform: skewY(-10deg);
    overflow: hidden;
}
.slanted-column4 img {
    width: 100%;
    height: auto;
    transform: skewY(10deg);
}
.button4 {
    padding: 10px 15px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 180px;
    border-radius: 50px;
    border: 1px solid rgb(8, 27, 91);
}

.button4:hover{
    background-color: rgb(8, 27, 91);
    color: white;
}




.container5 {
    display: flex;
    background-color: rgb(4, 51, 101);
    border-radius: 10px;
    min-height: 80px;
    padding: 10px;
    width: 95%;
    margin: auto;
}

.h6g{ background-color: lightblue;}
.column5 {
    flex: 1;
    padding: 10px;
}
.text-column5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slanted-column5 {
    position: relative;
    transform: skewY(-10deg);
    overflow: hidden;
}
.slanted-column5 img {
    width: 70%;
    height: auto;
    transform: skewY(10deg);
}
.button5 {
    padding: 10px 15px;
    background-color: white;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 180px;
    border-radius: 50px;
    border: 1px solid rgb(8, 27, 91);
}

.button5:hover{
    background-color: rgb(8, 27, 91);
    color: white;
}







.container6 {
    display: flex;
    background-color: rgb(247, 246, 246);
    min-height: 100px;
    padding: 10px;
}
.column {
    flex: 1;
    padding: 10px;
}
.column h2 {
    margin-top: 0;
}
.column ul {
    list-style-type: none;
    padding: 0;
}



.footer {
    display: flex;
    align-items: center;
    background-color: lightgray;
    padding: 10px;
}
.footer img {
    margin-right: 10px;
}
.footer .social-media-icons img,
.footer .app-store img {
    width: 32px; /* Adjust the size of social media icons */
    height: auto;
}
.footer .app-store img {
    width: 120px; /* Adjust the size of app store images */
}
.footer .text {
    margin-right: 20px;
}

.container17 {
    display: flex;
    padding: 25px;
    border-radius: 10px;
}
.column17 {
    flex: 1;
    padding: 40px;
    text-align: none;
    border: 0.3px solid gray;
    border-radius: 30px;
    margin-right: 20px;
}
.column17 img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.column17 .h217 {
    margin: 10px 0;
}
.column17 .p17 {
    margin: 10px 0;
}
.column17 .button17 {
    padding: 10px 20px;
    background-color: #f3f5f7;
    color: rgb(10, 69, 123);
    border: none;
    border-radius: 20px;
    cursor: pointer;
}
.column17 .button17:hover {
    background-color: #0056b3;
    color: white;
}


.container08 {
    display: flex;
    height: 100vh;
    padding: 40px;
}
.column08 {
    flex: 1;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 25px;
}
.column-1 {
    background-image: url('../img/backimg.jfif');
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}
.column-2 {
    background-image: url('../img/abd.jpg');
    background-size: cover;
    background-position: center;
}
.text-container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}
p {
    margin: 10px 0;
}




.container05 {
    background-color: rgb(203, 231, 254);
    padding: 20px;
}
.columns05 {
    display: flex;
    justify-content: space-between;
}
.column05 {
    flex: 1;
    margin: 10px;
    text-align: center;
}
.column05 img {
    width: 100%;
    height: auto;
    max-width: 200px; /* Adjust max width as needed */
}
.column05 h3 {
    margin: 10px 0 5px 0;
    font-weight: lighter;
}
.column05 p {
    margin: 0;
}



.contentt {
    padding: 20px;
}
.contentt h1 {
    color: rgb(13, 68, 139);
}
.contentt p {
    margin-top: 10px;
}



.containern {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.columnn {
    flex: 1;
    margin: 10px;
    padding: 20px;
    background-color: lightblue;
    border-radius: 10px;
    text-align: center;
}
.icon {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}
.phone-number {
    display: inline-block;
    font-size: 18px;
}
.columnn p {
    margin-top: 10px;
}
