ul {
    margin: 0px;
    padding: 0px;
}

u {
    text-decoration-style: wavy;
}

a {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:focus,
a:hover {
    color: #495eaa;
    text-decoration: none !important;
}

a,
button,
input {
    outline: medium none !important;
    color: #495eaa;
}

a,
i,
.btn,
button,
img,
.animatedBackground,
.navbar-nav .nav-link:before,
.dropdown-item,
.portfolio-item:before,
.portfolio-item:after,
.owl-item,
.cases-item,
.cases-description,
.featured-item .featured-icon i,
.featured-item,
.featured-icon,
.price-table,
.portfolio-filter button,
.post .post-desc,
.sidebar-links li a,
.team-description {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li {
    margin: 10px 0;
}

/* Start Header */
.site-header {
    background-color: #89c0d613;
    /* width: 100%; */
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}
.site-header .main-logo a img {
    width: 180px;
    position: relative;
    z-index: 10;
}

.site-header:after,
.site-header:before {
    content: none;
}

.site-header .navbar {
    background-color: #fff;

    border-radius: 20px;
    padding: 6px 10px;
}

.site-header .navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.site-header .navbar ul li {
    padding: 0px 10px;
}

.site-header a {
    color: #000;
}

.site-header .navbar ul li a {
    color: #000;
    padding: 4px 10px;
    transition: all 0.3s ease-in;
}

.site-header .navbar ul li a:hover {
    color: #0c3647;
}

/* .site-header .navbar ul li:first-child a {
    color: #0c3647;
    font-weight: 700;
} */

.top-info {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}

.bottom-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    justify-content: center;
    padding-top: 20px;
    gap: 20px;
}

.top-info span {
    padding: 0 15px;
}

.call-to-action {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.call-to-action a {
    padding: 5px 16px;
    border-radius: 20px;
    border: 1px solid #0c3647;
    background-color: #fff;
    color: #0c3647;
    font-weight: 600;
    transition: all 0.3s ease-in;
    text-align: center;
}

.call-to-action a.full {
    /* width: 100%; */
    width: 220px;
}

.call-to-action a:last-child {
    background-color: #0c3647;
    color: #fff;
}

.call-to-action a:hover {
    background-color: #1081aa;
    border: 1px solid #1081aa;

    color: #fff;
}

.sm-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 45px;
    height: 45px;
    background-color: #0c3647;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
}

.sm-nav-btn div {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin-top: 6px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0c3647;
}

.sm-nav-btn div:first-child {
    margin-top: 0px;
}

.sm-nav-btn div:nth-child(2) svg {
    transform: scale(0);
    transition: all 0.3s ease-in;
    width: 20px;
    height: 20px;
}

.sm-nav-btn div:nth-child(2) svg path {
    fill: #0c3647;
}

.sm-nav-btn.open div:first-child,
.sm-nav-btn.open div:last-child {
    opacity: 0;
}

.sm-nav-btn.open div:nth-child(2) {
    height: 100%;
    border-radius: 15px;
}

.sm-nav-btn.open div:nth-child(2) svg {
    transform: scale(1);
}

.site-header .sm-nav {
    position: fixed;
    /* position: absolute; */
    width: 100%;
    height: 100vh;
    background-color: #f1f2ff;
    top: 0;
    right: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    transform: translateX(100%);
    transition: all 0.3s ease-in;
    overflow: hidden;
}
.site-header .sm-nav.open {
    transform: translateX(0%);
}

.site-header .sm-navbar {
    width: 100%;
}

.site-header .sm-navbar ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-top: 100px;
    flex-direction: column;
    width: 100%;
}

.site-header .sm-navbar ul li {
    border-bottom: 1px solid #0c364743;
    width: 100%;
    text-align: center;
    height: fit-content;
    padding: 14px 10px;
}
/* .site-header .sm-navbar ul li:last-child {
    border-bottom: 1px solid #0c364700;
} */

.site-header .sm-navbar ul li a {
    color: #0c3647;
    width: 100%;
    padding: 4px 10px;

    transition: all 0.3s ease-in;
}

.site-header .sm-navbar ul li a:hover {
    color: #000;
}

.hide {
    display: none;
}

/* End Header */

/* Start Hero */

.hero {
    /* background-color: #89c0d613; */
    background-color: #89c0d613;
    /* height: 440px; */
}

.hero .container {
    display: grid;
    height: 100%;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 100px;
}

.hero .text-part {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    line-height: 1.4;
    grid-column: span 3 / span 3;
    padding-inline-end: 100px;

    text-align: justify;
    text-justify: inter-word;
}

.hero .text-part h1 {
    color: #0c3647;
    font-size: 30px;
    margin: 0px 0;
    font-weight: 600;
    width: 100%;
    line-height: 1.4;
}

.hero .text-part h4 {
    line-height: 1.5;
    font-weight: 400;
    font-size: 20px;
    font-family: "Frutiger LT Arabic 55 Roman";
    padding-inline-end: 20px;
    padding-bottom: 40px;
}

.hero .img-part {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 2 / span 2;
}
.hero .img-part .site-img {
    width: 100%;
}

.hulul {
    background-color: #ffffff;
    margin: 100px 0 130px 0;
}

.hulul .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.hulul .title-section .sub-title {
    width: 60%;
}

.hulul .title-section .zakat-logo {
    height: 60px;
    margin: 10px 0 20px 0;
}

.hulul-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 20px;
    width: 100%;
}

.hulul-section .img {
    background-color: #89c0d613;
    height: 170px;
    border-radius: 20px;
    padding: 20px 0;
}

.hulul-section .img img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

.hulul-section .description {
    margin-top: 10px;
}
.hulul-section .description b {
    display: block;
}

.hulul .hulul-ul {
    /* width: 80%;    */
    list-style: none;
}

.hulul .hulul-ul li {
    margin-bottom: 10px;
}
.hulul .hulul-ul span {
    font-weight: 700;
}

.title-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.main-title {
    color: #0c3647;
    font-size: 28px;
    margin: 10px 0;
}

.sub-title {
    font-size: 18px;
    /* width: 66%; */
}

.services {
    background-color: #ffffff;
    margin: 100px 0;
}

.services .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.title-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.main-title {
    color: #0c3647;
    font-size: 24px;
    margin: 5px 0;
}

/* .sub-title { */
/* font-size: 20px; */
/* width: 66%; */
/* } */

.services-container {
    background-color: #89c0d613;
    border-radius: 20px;
    padding-top: 30px;
}

.services-container .sub-title-note {
    font-size: 16px;
    padding-bottom: 20px;
}

.services .cards-section {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    width: 100%;
}

.services .desctiptions {
    padding: 0 50px;
}

.services .desctiptions .service-card {
    background-color: #ffffffe7;

    /* height: 120px; */
    text-align: start;
    padding: 15px 30px;
    margin-right: 25px;
    position: relative;
    margin-bottom: 40px;
    border-radius: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: 0 1px 10px #0c364714;
    transition: all 0.4s ease-in-out;
}

.services .desctiptions .service-card:hover {
    transform: translateX(-5px);
}

.services .desctiptions .service-card:nth-child(2) {
    margin-left: -70px;
    margin-right: 70px;

    /* background-color: red; */
}

.services .desctiptions .service-card span {
    font-size: 30px;
    font-weight: 900;
    position: absolute;
    /* display: block; */
    color: #ffffff;
    background-color: #0c3647;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    right: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services .desctiptions .service-card div {
    padding-inline-start: 30px;
}

.services .desctiptions .service-card div h4 {
    font-size: 17px;
    color: #0c3647;
    margin-bottom: 0rem;
}

.services .desctiptions .service-card div p {
    font-size: 15px;
    line-height: 1.4;
}

.services .cards-section .service-img {
    height: 100%;
    border-radius: 20px;
}

.services .cards-section .service-img img {
    height: 100%;
    width: 100%;
    /* object-fit: contain; */
}

.features {
    margin-bottom: 160px;
}

.features .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2em;
    gap: 40px;
}

.features .features-grid .features-card {
    background-color: #89c0d613;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 10px;
    box-shadow: 0 4px 10px #0c364734;
    transition: all 0.4s ease-in-out;
}

.features .features-grid .features-card:hover {
    transform: translateY(-5px);
    background-color: #225b79;
    box-shadow: 0 4px 10px #0c364734;
    color: #fff;
}

.features .features-grid .features-card .img-box {
    background-color: #fff;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 1px #0c364734;
}

.features .features-grid .features-card .img-box img {
    height: 45px;
    object-fit: cover;
}

.features .features-grid .features-card .description {
    margin-top: 20px;
    text-align: center;
}

.features .features-grid .features-card .description b {
    margin-bottom: 5px;
    display: block;
}

.features .features-grid .features-card .description p,
.why-q-fatora .why-grid .why-card .description p {
    margin: 0;
    line-height: 1.5;
}

.why-q {
    margin-bottom: 100px;
}
.why-q-fatora {
    background-color: #89c0d613;
    padding: 5em 0 6em 0;
    /* margin-top: 30px; */
}

.why-q-fatora .why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5em;
    gap: 60px;
}

.why-q-fatora .why-grid .why-card {
    background-color: #fff;
    border-radius: 10px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* flex-direction: column; */
    padding: 30px 15px;
    box-shadow: 0 4px 10px #0c364734;
    border: 1px solid #0c364759;
    transition: all 0.4s ease-in-out;

    /* border-bottom: 1px solid #0c364700; */
}

.why-q-fatora .why-grid .why-card:hover {
    transform: translateY(-5px);
    background-color: #0c3647;
    color: #fff;
}

.why-q-fatora .why-grid .why-card .img-box {
    background-color: #1081aa46;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    transition: all 0.4s ease-in-out;
}

.why-q-fatora .why-grid .why-card:hover .img-box {
    background-color: #ffffff46;
    transform: scale(1.1) translateX(-3px);
}

.why-q-fatora .why-grid .why-card .img-box svg {
    position: relative;
    left: -12px;
    height: 45px;
    top: -3px;
    object-fit: cover;
}

.why-q-fatora .why-grid .why-card .img-box svg path {
    fill: #1081aa;
    transition: all 0.4s ease-in-out;
}

.why-q-fatora .why-grid .why-card:hover .img-box svg path {
    fill: #ffffff;
}

.why-q-fatora .why-grid .why-card .description {
    margin-top: 60px;
    /* text-align: center; */
}

.why-q-fatora .why-grid .why-card .description b {
    color: #0c3647;
    transition: all 0.4s ease-in-out;
}
.why-q-fatora .why-grid .why-card:hover .description b {
    color: #fff;
}

.packages-and-prices {
    background-color: #89c0d613;
    padding: 100px 0;
    margin-bottom: 100px;
}

.packages-and-prices .packages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4em;
    gap: 20px;
    margin-bottom: 6em;
}

.package-card {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 30px;
    box-shadow: 0 4px 10px #0c364734;
    border: 2px solid #0c364700;
    transition: all 0.4s ease-in-out;
    text-align: center;
    position: relative;
    min-height: 480px;
}

.package-card:hover {
    transform: translateY(-10px) scale(1.03);
    border: 2px solid #0c3647;
}

.package-card .recomended {
    position: absolute;
    top: -20px;
    left: 20px;
    background-color: #0c3647;
    color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 16px;
}

.package-card .package-name {
    margin: 0;
    padding-bottom: 5px;
    color: #0c3647;
}

.package-card .package-details {
    margin: 0;
    padding: 0;
}

.package-card .package-details {
    color: #8e8e8e;
    line-height: 1.3;
}

.package-card .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.package-card .price .discount {
    position: relative;
    height: 30px;
    margin-top: 20px;
    display: block;
}

.package-card .price .discount::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: red;
}

.package-card .price .main-price {
    font-size: 50px;
    padding-top: 20px;
}

.package-card .price .main-price svg {
    width: 30px;
}

.package-card .price .main-price svg path {
    fill: #0c3647;
}

.package-card .price .duration {
    /* margin-top: -10px; */
    /* display: block; */
}

.package-card .price .pay-time {
    color: #343434;
    margin: 20px 0;
    font-size: 18px;
}

.package-card .price .pay-time svg {
    width: 18px !important;
    margin-left: 5px;
}

.package-card .price .pay-time svg path {
    fill: #343434;
}

.package-card .action-btn {
    background-color: #fff;
    border-radius: 40px;
    border: 2px solid #1081aa;
    font-size: 18px;
    color: #000;
    padding: 7px 20px;
    transition: all 0.3s ease-in-out;
    margin-bottom: 30px;
    display: block;
}

.package-card .action-btn:hover {
    background-color: #1081aa;
    border: 2px solid #1081aa;
    color: #fff;
}

.packages-and-prices .packages-details {
    margin-top: 2em;
}

.packages-and-prices .packages-details .details-table {
    width: 100%;
}

.packages-and-prices .packages-details .details-table tr td,
.packages-and-prices .packages-details .details-table tr th {
    text-align: center;
    padding: 5px;
    font-weight: 400;
}

.packages-and-prices .packages-details .details-table tr th:first-child,
.packages-and-prices .packages-details .details-table tr td:first-child {
    text-align: start;
}

.packages-and-prices .packages-details .details-table tr th:first-child {
    color: #0c3647;
    font-size: 20px;
    font-weight: 600;
}

.packages-and-prices .packages-details .details-table thead tr th {
    background-color: #225b79;
    color: #fff;
    width: 100px;
}
.packages-and-prices .packages-details .details-table thead tr th:nth-child(2) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.packages-and-prices .packages-details .details-table thead tr th:nth-child(5) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.packages-and-prices .packages-details .details-table thead tr th:first-child {
    background-color: #03326b00;
}

.packages-and-prices .packages-details .details-table tbody {
    font-size: 13px;
}

.packages-and-prices .packages-details .details-table tbody tr td {
    padding: 10px 5px;
}

.packages-and-prices .packages-details .details-table tbody tr td:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.packages-and-prices .packages-details .details-table tbody tr td:last-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.packages-and-prices .packages-details .details-table tbody tr:nth-child(even) {
    background-color: #fffffff1;
}

.sectors {
    margin-bottom: 150px;
}

.sectors .sectors-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 4em;
    gap: 40px;
}

.sectors .sectors-grid .sector-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sectors .sectors-grid .sector-box .img-box {
    background-color: #1081aa;
    height: 240px;
    width: 240px;
    border-radius: 120px;
    position: relative;

    /* overflow: hidden; */
}

.sectors .sectors-grid .sector-box .img-box::after {
    content: "";
    display: block;
    position: absolute;
    height: 140px;
    width: 140px;
    border-radius: 70px;
    top: 10px;
    right: 22px;
    background-color: #89c0d6;
}

.sectors .sectors-grid .sector-box .img-box img {
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.sectors-grid .description {
    display: block;
}

.sectors-grid .description h4 {
    font-size: 20px;
    color: #0c3647;
    margin: 0px;
    margin-top: 20px;
}

.systems-areas {
    background-color: #0c3647;
    padding: 120px 0;
}

.systems-areas .title-section {
    color: #fff;
}

.systems-areas .title-section .main-title {
    color: #fff;
}

.systems-areas .systems-areas-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4em;
    gap: 40px;
}

.systems-areas .systems-areas-grid .areas-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    transition: all 0.3s ease-in-out;
    /* align-items: center; */
    /* justify-content: center; */
}

.systems-areas .systems-areas-grid .areas-box:hover {
    transform: translateY(-10px) scale(1.04);
}

.systems-areas .systems-areas-grid .areas-box .img-box {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 7px solid #0c3647;
    transition: all 0.3s ease-in-out;
}

.systems-areas .systems-areas-grid .areas-box:hover .img-box {
    border-color: #1081aa;
    transform: scale(1.14);
}

.systems-areas .systems-areas-grid .areas-box .img-box img {
    height: 35px;
}

.systems-areas .systems-areas-grid .areas-box .description {
    width: calc(100% - 80px);
    padding-inline-start: 20px;
    /* text-align: justify;
    text-justify: inter-word; */
}

.systems-areas .systems-areas-grid .areas-box .description h5 {
    margin: 0;
    font-weight: 600;
}

.systems-areas .systems-areas-grid .areas-box .description p {
    margin: 0;
    line-height: 1.4;
}

/* Responsive */

@media (max-width: calc(1280px - 1px)) {
    .site-header .navbar ul li {
        padding: 0px 0px;
    }
}

@media (max-width: calc(992px)) {
    .site-header .container {
        align-items: center;
    }

    .site-header .main-logo a img {
        width: 160px;
    }

    .sm-hide {
        display: none;
    }
    .hide {
        display: flex;
    }

    .call-to-action a.full {
        width: auto;
    }

    .hero {
        /* height: 540px; */
    }
    .hero .container {
        grid-template-columns: repeat(1, 1fr);
        padding-top: 30px;
    }

    .hero .text-part,
    .hero .img-part {
        grid-column: span 1 / span 1;
        padding-inline-end: 0;
    }

    .hero .text-part h1,
    .hero .text-part h4 {
        font-size: 22px;
        text-align: center;
        width: 100%;
    }

    .hero .text-part h4 {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .hulul {
        /* margin-top: 240px ; */
        margin: 50px 0 100px 0;
    }

    .hulul .title-section .sub-title {
        width: 90%;
    }

    .main-title {
        font-size: 20px;
    }

    .sub-title {
        font-size: 18px;
        width: 100%;
    }

    .hulul-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .hulul-section .img {
        height: auto;
        margin-top: 30px;
    }

    .hulul-section .img img {
        width: 100%;
    }

    .img-part .site-img {
        width: 68%;
    }

    .services .cards-section {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .services .cards-section .service-img img {
        margin-bottom: 40px;
    }

    .services .desctiptions {
        padding: 0 10px;
    }

    .services .desctiptions .service-card:nth-child(2) {
        margin-left: 0px;
        margin-right: 25px;

        /* background-color: red; */
    }

    .services,
    .why-q-fatora,
    .features {
        margin-bottom: 100px;
    }
    .why-q-fatora {
        padding: 3em 0 4em 0;
    }
    .features .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .why-q-fatora .why-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .packages-and-prices .packages-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .packages-and-prices .packages-details .details-table tbody tr td {
        padding: 5px 2px;
    }

    .package-card {
        min-height: auto;
    }

    .sectors .sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .systems-areas {
        padding: 70px 0;
    }

    .systems-areas .systems-areas-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-top: 2em;
    }
}

@media (max-width: calc(576px)) {
    /* .hero {
        height: 440px;
    }

    .img-part .site-img {
        width: 80%;
    } */

    .features .features-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .why-q-fatora .why-grid {
        grid-template-columns: repeat(1, 1fr);
        /* gap: 30px; */
    }
    .packages-and-prices .packages-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    table {
        border: 0;
    }

    table caption {
        font-size: 1.3em;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        border-bottom: 2px solid #ddd;
        display: block;
        margin-bottom: 0.625em;
    }

    table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.8em;
        text-align: end !important;
    }

    table td::after {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: right;
        /* font-weight: bold; */
        text-transform: uppercase;
    }

    table td:last-child {
        border-bottom: 0;
    }

    .packages-and-prices
        .packages-details
        .details-table
        tbody
        tr:nth-child(even) {
        background-color: #ffffff76;
    }

    .sectors .sectors-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer {
    margin-top: 100px;
}

.see_more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
.see_more a {
    padding: 10px 20px;
    padding-bottom: 14px;
    background-color: #1081aa;
    color: #fff;
    border-radius: 25px;
}

.see_more a:hover {
    background-color: #0c3647;
}
