.btn-sm{max-height:36px;}
.header.wrapper .navbar-expand-lg {
    padding: 10px 0;
}
.header.wrapper .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.header.wrapper .navbar-brand .nav-link {
    cursor: pointer;
}
.header.wrapper .navbar-brand .nav-link i {
    font-size: 30px;
}
.header.wrapper .navbar-brand img {
    height: 24px;
}
.header.wrapper .navbar-other .navbar-nav .btn-custom {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: #ffffff;
    font-size: 12px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    color: #000000;
}
.header.wrapper .navbar-other .nav-link.user {
    border-radius: 100%;
    color: #fff;
}
.header.wrapper .navbar-other .nav-link.user svg {
    color: #fff;
}
.navbar-stick:not(.navbar-dark) {
    background: #00041e;
    padding: 10px 0;
}
.fixed.navbar-stick .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.fixed.navbar-stick .navbar-brand .nav-link {
    cursor: pointer;
}
.fixed.navbar-stick .navbar-brand .nav-link i {
    font-size: 30px;
    color: #ffffff;
}
.fixed.navbar-stick .navbar-brand img {
    height: 24px;
}
.fixed.navbar-stick .navbar-other .navbar-nav .btn-custom {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: #ffffff !important;
    font-size: 12px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    color: #000000 !important;
}
.fixed.navbar-stick .navbar-other .nav-link.user {
    background: #ffffff;
    border-radius: 100%;
}
.offcanvas {
    background-color: #00083e;
}
.offcanvas .offcanvas-header img {
    height: 24px;
}
.offcanvas .offcanvas-header .btn-close-white:before {
    content: "\f62a";
    font-family: bootstrap-icons !important;
}
.offcanvas .offcanvas-body {
    padding: 0;
}
.offcanvas .offcanvas-body .widget ul.list-unstyled li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #000c5e;
    font-family: "Nunito";
    font-size: 14px;
}
.offcanvas .offcanvas-body .widget ul.list-unstyled li a .menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}
.offcanvas .offcanvas-body .widget ul.list-unstyled li a .menu-left i {
    font-size: 18px;
}
.offcanvas .offcanvas-body .widget .widget-title {
    font-size: 18px;
    font-family: "Nunito";
    color: #ffffff;
}
.offcanvas .offcanvas-body .widget .social a i {
    font-size: 15px;
}
.hero.wrapper {
    background: linear-gradient(45deg, #00083c, #2b2d5b);
}
.hero.wrapper .hero-content {
    text-align: center;
}
.hero.wrapper .hero-content .title {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    line-height: 42px;
    margin-bottom: 10px;
}
.hero.wrapper .hero-content .subTitle {
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 36px;
    margin-bottom: 10px;
}
.hero.wrapper .hero-content .desc {
    font-family: "Nunito", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fed600;
    line-height: 36px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.hero.wrapper .hero-content .form-box {
    margin-top: 20px;
    position: relative;
}
.hero.wrapper .hero-content .form-box .form-control {
    border-radius: 10px;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
}
.hero.wrapper .hero-content .form-box .form-control::placeholder {
    color: #333333;
}
.hero.wrapper .hero-content .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
}
.feature.wrapper .feature-box {
    background: #eef9e9;
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 10px;
}
.feature.wrapper .feature-box .header {
    background: #d8ead1;
    padding: 24px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.feature.wrapper .feature-box .header h3 {
    line-height: 1;
    margin: 0;
    text-align: center;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
}
.feature.wrapper .feature-box .mid-box {
    position: relative;
    display: block;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0 12px;
}
.feature.wrapper .feature-box .mid-box .item {
    text-align: center;
}
.feature.wrapper .feature-box .mid-box .item a img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}
.feature.wrapper .feature-box .mid-box .item a h4 {
    font-size: 12px;
    font-family: "Nunito";
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 0;
}
.feature.wrapper .feature-box .bottom {
    margin: 10px 0 20px;
}
.feature.wrapper .feature-box .bottom a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: "Nunito";
    color: #00075a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.feature.wrapper .feature-box.two {
    background: #ffeee4;
}
.feature.wrapper .feature-box.two .header {
    background: #ffe4d3;
}
.feature.wrapper .feature-box.three {
    background: #fff9db;
}
.feature.wrapper .feature-box.three .header {
    background: #fff5c3;
}
.city.wrapper .title-box {
    margin-bottom: 30px;
}
.city.wrapper .title-box .title {
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
    padding-bottom: 10px;
    position: relative;
}
.city.wrapper .title-box .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #bc0003;
}
.city.wrapper .title-box .desc {
    margin: 0;
    font-family: "Nunito";
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.city.wrapper .city-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}
.city.wrapper .city-inner .city-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
}
.city.wrapper .city-inner .city-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.city.wrapper .city-inner .city-box h4 {
    line-height: 1;
    font-family: "Nunito";
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0;
}
.price.wrapper .title-box {
    margin-bottom: 30px;
}
.price.wrapper .title-box .title {
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
    padding-bottom: 10px;
    position: relative;
}
.price.wrapper .title-box .title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #bc0003;
    transform: translate(-50%);
}
.price.wrapper .title-box .desc {
    margin: 0;
    font-family: "Nunito";
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}
.price.wrapper .pricing-wrapper .pricing {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 0 0 20px 0;
}
.price.wrapper .pricing-wrapper .pricing .header-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #ffe5e5;
    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price.wrapper .pricing-wrapper .pricing .header-box .card-title {
    font-family: "Nunito";
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0px;
    color: #000000;
}
.price.wrapper .pricing-wrapper .pricing .header-box p {
    line-height: 20px;
    font-family: "Nunito";
    font-size: 13px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 0;
}
.price.wrapper .pricing-wrapper .pricing .icon-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.price.wrapper .pricing-wrapper .pricing .icon-list li {
    font-size: 14px;
    font-family: "Nunito";
    color: #333333;
    margin-bottom: 5px;
    border-bottom: 1px solid #fae3e4;
    padding-bottom: 7px;
}
.price.wrapper .pricing-wrapper .pricing a.btn-custom {
    display: inline-block;
    padding: 7px 30px;
    background: #bc0003;
    font-size: 14px;
    color: #ffffff;
    font-family: "Nunito";
}
.main-footer {
    background: #00041e;
    padding: 60px 0 15px;
}
.main-footer .widget .desc {
    line-height: 24px;
    font-family: "Nunito";
    font-size: 14px;
    font-weight: 500;
    color: #cccccc;
}
.main-footer .widget .social a i {
    font-size: 15px;
}
.main-footer .widget .widget-title {
    font-size: 18px;
    font-family: "Nunito";
}
.main-footer .widget .list-unstyled li a {
    font-size: 14px;
    font-family: "Nunito";
    color: #cccccc;
    line-height: 1;
}
.main-footer .widget.contect .list-unstyled li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.main-footer .widget.contect .list-unstyled li i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #f7dc14;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 20px;
}
.main-footer .footer-bottom {
    border-top: 1px solid #000b50;
    margin-top: 35px;
    padding-top: 15px;
}
.main-footer .footer-bottom .copy p {
    font-size: 14px;
    font-family: "Nunito";
    text-align: center;
    color: #cccccc;
    margin: 0;
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero.wrapper .hero-content .title {
        font-size: 24px;
        line-height: 30px;
    }
    .hero.wrapper .hero-content .subTitle {
        font-size: 18px;
        line-height: 24px;
    }
    .city.wrapper .city-inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

.header.wrapper .navbar-expand-lg {
    padding: 10px 0;
}

.header.wrapper .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header.wrapper .navbar-brand .nav-link {
    cursor: pointer;
}

.header.wrapper .navbar-brand .nav-link i {
    font-size: 30px;
}

.header.wrapper .navbar-brand img {
    height: 24px;
}

.header.wrapper .navbar-other .navbar-nav .btn-custom {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: #ffffff;
    font-size: 12px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    color: #000;
}

.header.wrapper .navbar-other .nav-link.user svg {
    color: #fff !important;
}

.navbar-stick:not(.navbar-dark) {
    background: #00041e;
    padding: 10px 0;
}

.fixed.navbar-stick .navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fixed.navbar-stick .navbar-brand .nav-link {
    cursor: pointer;
}

.fixed.navbar-stick .navbar-brand .nav-link i {
    font-size: 30px;
    color: #fff;
}

.fixed.navbar-stick .navbar-brand img {
    height: 24px;
}

.fixed.navbar-stick .navbar-other .navbar-nav .btn-custom {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 7px;
    background: #ffffff !important;
    font-size: 12px;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    color: #000 !important;
}

.fixed.navbar-stick .navbar-other .nav-link.user {
    background: #ffffff;
    border-radius: 100%;
}

.offcanvas {
    background-color: #00083e;
}

.offcanvas .offcanvas-header img {
    height: 24px;
}

.offcanvas .offcanvas-header .btn-close-white:before {
    content: "";
    font-family: bootstrap-icons !important;
}

.offcanvas .offcanvas-body {
    padding: 0;
}

.offcanvas .offcanvas-body .widget ul.list-unstyled li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background: #000c5e;
    font-family: Nunito;
    font-size: 14px;
}

.offcanvas .offcanvas-body .widget ul.list-unstyled li a .menu-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.offcanvas .offcanvas-body .widget ul.list-unstyled li a .menu-left i {
    font-size: 18px;
}

.offcanvas .offcanvas-body .widget .widget-title {
    font-size: 18px;
    font-family: Nunito;
    color: #fff;
}

.offcanvas .offcanvas-body .widget .social a i {
    font-size: 15px;
}

.hero.wrapper {
    background: linear-gradient(45deg, #00083c, #2b2d5b);
}

.hero.wrapper .hero-content {
    text-align: center;
}

.hero.wrapper .hero-content .title {
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 42px;
    margin-bottom: 10px;
}

.hero.wrapper .hero-content .subTitle {
    font-family: Nunito, sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    margin-bottom: 10px;
}

.hero.wrapper .hero-content .desc {
    font-family: Nunito, sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fed600;
    line-height: 36px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.hero.wrapper .hero-content .form-box {
    margin-top: 20px;
    position: relative;
}

.hero.wrapper .hero-content .form-box .form-control {
    border-radius: 10px;
    font-size: 14px;
    font-family: Nunito, sans-serif;
}

.hero.wrapper .hero-content .form-box .form-control::placeholder {
    color: #333;
}

.hero.wrapper .hero-content .form-box i {
    position: absolute;
    top: 12px;
    right: 20px;
}

.feature.wrapper .feature-box {
    background: #eef9e9;
    display: flex;
    flex-direction: column;
    gap: 0px;
    border-radius: 10px;
}

.feature.wrapper .feature-box .header {
    background: #d8ead1;
    padding: 24px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.feature.wrapper .feature-box .header h3 {
    line-height: 1;
    margin: 0;
    text-align: center;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
}

.feature.wrapper .feature-box .mid-box {
    position: relative;
    padding: 0 12px;
}

.feature.wrapper .feature-box .mid-box .item {
    text-align: center;
}

.feature.wrapper .feature-box .mid-box .item a img {
    width: 54px;
    height: 54px;
    border-radius: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}

.feature.wrapper .feature-box .mid-box .item a h4 {
    font-size: 12px;
    font-family: Nunito;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 0;
}

.feature.wrapper .feature-box .bottom {
    margin: 10px 0 20px;
}

.feature.wrapper .feature-box .bottom a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    font-family: Nunito;
    color: #00075a;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.feature.wrapper .feature-box.two {
    background: #ffeee4;
}

.feature.wrapper .feature-box.two .header {
    background: #ffe4d3;
}

.feature.wrapper .feature-box.three {
    background: #fff9db;
}

.feature.wrapper .feature-box.three .header {
    background: #fff5c3;
}

.city.wrapper .title-box {
    margin-bottom: 30px;
}

.city.wrapper .title-box .title {
    line-height: 1;
    margin-bottom: 10px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
    padding-bottom: 10px;
    position: relative;
}

.city.wrapper .title-box .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #bc0003;
}

.city.wrapper .title-box .desc {
    margin: 0;
    font-family: Nunito;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.city.wrapper .city-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 50px;
}

.city.wrapper .city-inner .city-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 7px;
}

.city.wrapper .city-inner .city-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.city.wrapper .city-inner .city-box h4 {
    line-height: 1;
    font-family: Nunito;
    font-size: 15px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0;
}

.price.wrapper .title-box {
    margin-bottom: 30px;
}

.price.wrapper .title-box .title {
    line-height: 1;
    margin-bottom: 10px;
    font-family: Montserrat;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: #262626;
    padding-bottom: 10px;
    position: relative;
}

.price.wrapper .title-box .title:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 3px;
    border-radius: 3px;
    background: #bc0003;
    transform: translate(-50%);
}

.price.wrapper .title-box .desc {
    margin: 0;
    font-family: Nunito;
    font-size: 15px;
    color: #000;
    font-weight: 500;
}

.price.wrapper .pricing-wrapper .pricing {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    padding: 0 0 20px;
}

.price.wrapper .pricing-wrapper .pricing .header-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #ffe5e5;
    text-align: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.price.wrapper .pricing-wrapper .pricing .header-box .card-title {
    font-family: Nunito;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.price.wrapper .pricing-wrapper .pricing .header-box p {
    line-height: 20px;
    font-family: Nunito;
    font-size: 13px;
    font-weight: 500;
    color: #262626;
    margin-bottom: 0;
}

.price.wrapper .pricing-wrapper .pricing .icon-list {
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.price.wrapper .pricing-wrapper .pricing .icon-list li {
    font-size: 14px;
    font-family: Nunito;
    color: #333;
    margin-bottom: 5px;
    border-bottom: 1px solid #fae3e4;
    padding-bottom: 7px;
}

.price.wrapper .pricing-wrapper .pricing a.btn-custom {
    display: inline-block;
    padding: 7px 30px;
    background: #bc0003;
    font-size: 14px;
    color: #fff;
    font-family: Nunito;
}

.main-footer {
    background: #00041e;
    padding: 60px 0 15px;
}

.main-footer .widget .desc {
    line-height: 24px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: 500;
    color: #ccc;
}

.main-footer .widget .social a i {
    font-size: 15px;
}

.main-footer .widget .widget-title {
    font-size: 18px;
    font-family: Nunito;
}

.main-footer .widget .list-unstyled li a {
    font-size: 14px;
    font-family: Nunito;
    color: #ccc;
    line-height: 1;
}

.main-footer .widget.contect .list-unstyled li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.main-footer .widget.contect .list-unstyled li i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #f7dc14;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 20px;
}

.main-footer .footer-bottom {
    border-top: 1px solid #000b50;
    margin-top: 35px;
    padding-top: 15px;
}

.main-footer .footer-bottom .copy p {
    font-size: 14px;
    font-family: Nunito;
    text-align: center;
    color: #ccc;
    margin: 0;
}

.modal.cityPopup .modal-dialog {
    max-width: 650px;
}

.modal.cityPopup .modal-dialog .modal-body {
    padding: 30px;
}

.modal.cityPopup .modal-dialog .modal-body h2 {
    font-family: "Montserrat";
    font-size: 18px;
    margin-bottom: 30px !important;
    font-weight: 500;
    color: #000000;
}

.modal.cityPopup .modal-dialog .modal-body .btn-close:before {
    font-family: bootstrap-icons !important;
    content: "\f62a";
    top: 10px;
    position: relative;
}

.modal.cityPopup .modal-dialog .modal-body .city-wraper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.modal.cityPopup .modal-dialog .modal-body .city-wraper .city-box {
    width: 120px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.modal.cityPopup .modal-dialog .modal-body .city-wraper .city-box img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}

.modal.cityPopup .modal-dialog .modal-body .city-wraper .city-box {
    width: 120px;
}

.modal.cityPopup .modal-dialog .modal-body .city-wraper .city-box h4 {
    line-height: 1;
    font-family: "Nunito";
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 0;
}

.progress-wrap {
    box-shadow: inset 0 0 0 0.1rem rgb(188, 0, 3, 0.25);
}

.broadcum-section {
    background: linear-gradient(45deg, #00083c, #2b2d5b);
    text-align: left;
}
.broadcum-section h1 {
    color: #ffffff;
}

.hero-content {
    padding: 20px 32px;
    text-align: center;
    background: rgba(4, 26, 149, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(4, 26, 149, 0.3);
}

@media (max-width: 767px) {
    .navbar-expand-lg .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hero.wrapper .hero-content .title {
        font-size: 24px;
        line-height: 30px;
    }

    .hero.wrapper .hero-content .subTitle {
        font-size: 18px;
        line-height: 24px;
    }

    .city.wrapper .city-inner {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
    }
}

/* this css style use for pricing section start here */
.pricingSection .plan h3 {
    margin-top: 20px;
}
.pricingSection .plan button,
.pricingSection .toggle-btn button {
    padding: 5px;
    width: 100%;
    cursor: pointer;
    font-size: 18px;
}
.pricingSection .plan button {
    background: #000000 !important;
}
.pricingSection .pricing-toggle {
    text-align: center;
    margin-bottom: 20px;
}
.pricingSection .toggle-btn {
    margin: 0 auto;
    max-width: 250px;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 20px;
}
.pricingSection .toggle-btn button {
    padding: 5px 20px;
    border: none;
    background: 0 0;
}
.pricingSection .toggle-btn button.active {
    background: #000;
    color: #fff;
    border-radius: 32px;
}
.pricingSection .plans {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}
.pricingSection .plan {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 23%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}
.pricingSection .plan.recommended {
    border: 2px solid #ff0000;
}
.pricingSection .recommended-label {
    padding: 4px 10px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    border-radius: 6px;
    letter-spacing: 1px;
}
.pricingSection .plan button {
    background: #00c0ff;
    border: none;
    border-radius: 8px;
    color: #fff;
    margin-top: 10px;
}
.pricingSection .features {
    margin-top: 15px;
    font-size: 14px;
    color: #333;
}
.pricingSection .pricing-toggle .toggle-btn button {
    position: relative;
}
.pricingSection .pricing-toggle button small {
    padding: 4px 10px;
    position: absolute;
    right: -99px;
    background: #dfe4ea;
    border-radius: 18px;
    color: #000;
    font-size: 13px;
}
.pricingSection .pricing-toggle button small:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-width: 0.25rem 0.375rem 0.25rem 0px;
    border-right-style: solid;
    border-right-color: #dfe4ea;
    border-top-style: solid;
    border-top-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: transparent;
    border-left-style: initial;
    border-left-color: initial;
    top: 10px;
    left: -6px;
}
.pricingSection .pricing-toggle button.active small {
    background: #000000;
    color: #ffffff;
}
.pricingSection .pricing-toggle button.active small:before {
    border-right-color: #000000;
}

.contact-box {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    text-align: center;
    min-height: 150px;
}
.contact-box h4 {
    font-size: 20px;
    font-family: "Nunito";
    color: #333333;
    margin-bottom: 10px;
    line-height: 1.25;
}
.contact-box p {
    font-size: 14px;
    color: #333333;
    line-height: 1.75;
    margin: 0;
}
.contact-box .contact-number {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.contact-box .contact-number a {
    font-size: 14px;
    color: #333333;
    line-height: 1.75;
    margin: 0;
}
.contact-box a {
    font-size: 14px;
    color: #333333;
    line-height: 1.75;
    margin: 0;
}

@media only screen and (max-width: 900px) {
    .pricingSection .plan {
        width: 48%;
    }
}
@media only screen and (max-width: 480px) {
    .pricingSection .plan {
        width: 47%;
    }
}
@media only screen and (max-width: 360px) {
    .pricingSection .plan {
        width: 100%;
    }
}
/* this css style use for pricing section end here */


.accordion-wrapper .card.plain .card-header button:before
 {
    left: 0;
    content: "\F286";
    font-family: bootstrap-icons !important;
}
.accordion-wrapper .card-header button.collapsed:before {
    content: "\F282"!important;
    font-family: bootstrap-icons !important;
}
