@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h3 {
    font-size: 15px;
}

.oswald-bold {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.oswald-medium {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

h1 {
    margin-bottom: 0;
}

h2 {
    margin-bottom: 0;
}

h3 {
    margin-bottom: 0;
}

h4 {
    margin-bottom: 0;
}

h5 {
    margin-bottom: 0;
}

h6 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
    line-height: 18px;
}

.loginbg {
    background-image: url(../images/loginbg.png);
    background-size: cover;
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.line-bg {
    background-image: url(../images/line.png);
    width: 100%;
    height: 11px;
}

.login-div {
    width: 470px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8.90496px 0.890496px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.div-line {
    width: 100%;
    height: 11px;
    background: #2665C2;
}

.img-logo {
    display: flex;
    margin-bottom: 50px;
}

.login-text {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 48.9773px;
    color: #000000;
}

.input-log {
    width: 100%;
    height: 56px;
    background: #F7F5F4;
    border: 0.890496px solid #CDCDCD;
    border-radius: 4.45248px;
    font-family: 'Inter';
    font-size: 15.1384px;
    font-weight: 600;
    color: #000 !important;
    outline: 0;
    padding-left: 22px;
}

.forget-a {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 13.3574px;
    color: #2665C2;
    text-decoration: none;
}

.login-btn {
    box-sizing: border-box;
    width: 100%;
    height: 57.88px;
    background: #2665C2;
    border: 0.890496px solid #CDCDCD;
    border-radius: 4.45248px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18.7004px;
    color: #FFFFFF;
}

.password-wrapper {
    position: relative;
}

.toggle-button {
    display: inline-flex;
    position: absolute;
    top: 62%;
    transform: translateY(-50%);
    left: unset;
    right: 12px;
    cursor: pointer;
}

.eye-icon {
    width: 28px;
    height: 20px;
}

.img-log-col {
    width: 100%;
    height: 98vh;
}

.cus-h1 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    color: #000000;
    text-align: center;
    margin-top: 60px;
}

.main-div {
    width: 100%;
    /* height: 322px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    padding: 42px 50px;
    flex-direction: column;
}

.cus-h2 {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    color: #000000;
}

.h3-cus {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 23.0653px;
    color: #000000;
}

.pay-btn {
    box-sizing: border-box;
    width: 100%;
    height: 65px;
    background: #2665C2;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    color: #FFFFFF;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: unset !important;
}

.nav-link {
    color: #003161;
    font-size: 18px;
    font-weight: 600;
}

.navlogo {
    width: 85%;
}

.banner {
    height: 600px;
    width: 100%;
    object-fit: cover;
}



/* order history */
.order-table tbody tr {
    box-shadow: 0px 0px 8.90496px 0.890496px rgba(0, 0, 0, 0.15);
    height: 75px;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
}

.order-table td {
    text-align: center;
    vertical-align: middle;
    color: #000000;
    font-size: 17px;
    font-family: 'Inter';
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
}

.service-tag {
    font-size: 17px;
    padding: 1px 10px;
    color: white;
    border-radius: 17px;
}

.table td,
.table th {
    vertical-align: middle;
    /* This already centers vertically */
}

.date-inputs {
    margin-bottom: 1.5rem;
}

.historytable {
    box-shadow: 0px 0px 8.90496px 0.890496px rgba(0, 0, 0, 0.15);
    padding-top: 30px;
    padding-bottom: 30px;
}

.input-group {
    border: 1px solid #CDCDCD;
    height: 65px;
    width: 236px;
}

.input-group input {
    background-color: #2665C2;
    height: 57px;
    border: none;
    outline: none;
    text-align: center;
    border-radius: 5px !important;
    color: #FFFFFF;
    margin: 0px 5px 0px 0px;
}

.labeltext {
    font-family: 'Inter';
    font-weight: bold;
    font-size: 17px;
    color: #000000;
    margin: 0px 20px;
}

/* orderhistory */


/* editprofile */
.editprofilebox {
    box-shadow: 0px 0px 8.90496px 0.890496px rgba(0, 0, 0, 0.15);
    padding: 20px 30px;
}

.profileimg {
    width: 116px;
    height: 116px;
    border-radius: 50%;
}

.editprofilebox h1 {
    font-size: 48px;
    color: #000000;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D9D9D9;
    transition: background-color 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 15px;
    top: -7px;
    background-color: #2665C2;
    transition: transform 0.4s;
}

input:checked+.slider {
    background-color: #D9D9D9;
    /* Background color when checked */
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
    /* Focus effect */
}

input:checked+.slider:before {
    transform: translateX(-26px);
    /* Move the ball to the left when checked */
}

/* Rounded sliders */
.slider.round {
    border-radius: 9px;
    height: 12px;
    width: 36px;
}

.slider.round:before {
    border-radius: 50%;
}

.savebtn {
    background: #2665C2;
    height: 58px;
    width: 100%;
    border: none;
    color: #FFFFFF;
    font-size: 18px;
    border-radius: 4px;
    font-family: "Inter";
    font-weight: bold;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: none;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: #fff;
}

/* editprofile */

/* footer */
/* .elementor-shape .elementor-shape-fill {
    transform-origin: center;
    transform: rotateY(0deg);
} */
.svg-ft {
    fill: #fff;
    height: 150px;
    transform: translateX(-50%) rotateY(180deg);
    display: block;
    width: 100%;
    position: relative;
    left: 50%;
}

.ft-bg {
    background-color: #2665C2;
    height: 275px;
}

.para-foot {
    font-family: 'Oswald';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.btn-ft {
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    border: none;
    padding: 16px 70px;
    border-radius: 30px;
    text-transform: uppercase;
}

.ft-bg2 {
    position: absolute;
    background-image: url(../images/footerbg.jpeg);
    width: 100%;
    /* height: 500px; */
    padding: 120px;
    height: 500px;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.overlay-ft {
    position: relative;
    background-color: #2665C2;
    opacity: 0.49;
    /* transition: background 0.3s, border-radius 0.3s, opacity 0.3s; */
    width: 100%;
    height: 500px;
}

.ab-ft {
    position: relative;
    z-index: 1;
    font-family: "Oswald";
    font-size: 21px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    margin-bottom: 30px;
}

.paragraph-ab-ft {
    position: relative;
    z-index: 1;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 28px;
}

.ul-ft {
    list-style-type: none;
}

.li-ft {
    margin-bottom: 6px;
}

.li-fta {
    position: relative;
    z-index: 1;
    font-family: "Raleway";
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #ffffff;
    text-decoration: none;
}

.mt-ft {
    margin-top: 30px;
}



.background-container {
    position: relative;
    height: 500px;
    /* Full height of the viewport */
    background-image: url('../images/footerbg.jpeg');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
}

.overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(38, 101, 194, 0.49);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    /* Text color */
}

.optional {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}

/* footer end*/
*/ table {
    /* column-gap: 20px; */
    border-spacing: 8px !important;
}

.man-fle {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: start;
}

::placeholder {
    color: #000000;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #000000;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    /* Remove default styling */
    margin: 0;
    /* Remove margin */
}
.cs-ottp {
    box-sizing: border-box;

    width: 63.33px;
    height: 58.33px;
    background: rgba(225, 225, 225, 0.15);
    border: 1.16667px solid #D5D5D5;
    backdrop-filter: blur(6.41667px);
    border-radius: 17.5px;
    outline: none;
    /* display: flex; */
    text-align: center;
}

.recend {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 18.7004px;
    color: #2665C2;

    text-align: center;
    text-decoration: none;
}

.pay-his {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    font-size: 47.5112px;
    color: #000000;
}

.para-his {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 18.541px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    opacity: 0.5;

}

.buy-btn {
    box-sizing: border-box;
    width: 100%;
    background: #2665C2;
    border: 0.972528px solid #CDCDCD;
    border-radius: 4.86264px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20.4231px;
    color: #FFFFFF;
    height: 62px;

}

.cent-pay {
    display: flex;
    align-items: center;
    justify-content: center;
}




.dropdown-item{
    font-family: 'Inter';
    font-size: 17px;
    margin: 2px 0px;
    padding: 0;
    font-weight: 500;
}
.dropdown-menu {
    width: 206px;
    height: 141px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 4px solid #2665C2;

}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    right: 0;
    top: 80px;
}