/* light-box - css */

.page-title-paragraph {
    color: rgba(240, 248, 255, 0.705);
}

.team-single-page .team-single-content h2 {
    font-family: "Cormorant";
}

.team-single-page .team-single-content h3 {
    font-family: "Cormorant";
}

.box-1 {
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.boxes {
    display: inline-block;
    background-image: linear-gradient(to bottom right,
            #37C4F3,
            #97ECFC);
    padding: 0.5em;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition: 1ms ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
    cursor: pointer;
    overflow: hidden;
}

.boxes img {
    max-width: 100%;
    transition: all 0.6s;
}

.boxes:hover img {
    transform: scale(1.1);
    color: black;
}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

.tab-section ul li button {
    color: #858585;
    padding: 12px;
}

.tab-section ul li button:hover {
    color: #afafaf;
}

.service-icons {
    display: block;
    width: 86px;
    height: 86px;
    line-height: 86px;
    font-size: 45px;
    text-align: center;
    margin-right: 20px;
    transition: all 0.3s;
    border-radius: 5px;
}

.service-section .service-wrap .service-item:hover .service-top i img,
.service-section-s2 .service-wrap .service-item:hover .service-top i img {
    filter: invert(1);
}

.type-text {
    font-size: 60px;
    font-weight: 600;
    width: 85%;
    color: #fff;
    margin: 0px 0px 70px 0px;
}

/* light-box - css */

/* steps section - css */


.working-process-step {
    position: relative;
}

.working-process-step:before {
    content: '';
    position: absolute;
    left: -0;
    right: -0;
    height: 100%;
    display: block;
    background: url(https://i.ibb.co/ypVJxZR/step-arrow.png) center center no-repeat;
}

.working-process .row {
    margin: 0 -65px;
}

.process-block {
    position: relative;
    margin-bottom: 40px;
    padding: 0 65px;
}

.process-block .inner-box {
    position: relative;
    padding: 50px 35px 33px;
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: #ffffff;
    transition: .5s ease;
}

.process-block .inner-box:hover {
    box-shadow: 0px -10px 39px 0px rgba(8, 18, 109, 0.1);
    transform: translateY(-10px);
}

.process-block:nth-child(2) .inner-box {
    margin-top: 70px;
}

.process-block .inner-box .count-box {
    color: #ffffff;
    line-height: 80px;
    font-size: 45px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
}

.process-block .inner-box .count-box .count {
    position: relative;
    width: 80px;
    height: 80px;
    background: #29bff2;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    font-size: 45px;
    font-weight: 800;
    font-family: 'Muli', sans-serif;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 25px;
}

.service-text h2 {
    text-align: left;
    margin-top: -7px;
    padding: 0px 15px;
    font-size: 34px;
}

.service-text h3 {
    /* text-align: left; */
    padding: 0px 15px;
}

.process-block .inner-box h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.process-block .inner-box .text {
    position: relative;
    color: #777777;
    font-size: 14px;
    line-height: 1.8em;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(-1.px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;

    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;

    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;

    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;

    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

/* steps section - css */

/* login modal  */
.modal {
    z-index: 1060 !important;
}

.modal-backdrop {
    z-index: 100 !important;
}

/* login modal  */

/* pricing table  */
.pricing-section {
    padding: 100px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    padding: 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s;
    height: fit-content;
}

.card:hover {
    transform: translateY(-3px);
}

.card img {
    width: 60px;
    margin: 0 auto 20px;
}

.card-title {
    color: #29bff2;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.card-subtitle {
    color: #6d6d6d;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-price {
    color: #29bff2;
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0 15px;
}

.card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    color: #555;
    font-size: 14px;
}

.card ul li {
    margin-bottom: 6px;
}

.pricing-btn {
    border-radius: 6px !important;
    padding: 10px 40px !important;
}

.pricing-section .card .list {
    position: relative;
    text-align: left;
    /* margin-top: 0px; */
    margin-top: var(--margin-top-15);
}

.pricing-section .card .list li {
    position: relative;
    line-height: 24px;
    color: #7c7c7c;
    font-weight: 500;
    /* color:var(--text-color); */
    font-size: var(--font-14);
    padding-left: var(--padding-left-30);
    /* margin-bottom:var(--margin-bottom-20); */
    font-family: var(--aelpa-kumbh-font);
}

.pricing-section .card .list li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: url(../images/icons/check.png) no-repeat;
}

.pricing-section .card .list li:last-child {
    margin-bottom: var(--margin-zero);
}

/* pricing table  */

/* nav & tabs  */
.custom-tabs .nav-link {
    color: #888;
    font-weight: 500;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    transition: all 0.3s;
    padding: 12px 16px;
    margin: 0px 30px;
    /* gap: 10px; */
}

.custom-tabs .nav-link:hover,
.custom-tabs .nav-link.active {
    color: #29bff2 !important;
    border-bottom: 2px solid #29bff2;
    background-color: transparent;
}

/* nav & tabs  */

/* about text  */
.about-text {
    font-size: 16px;
    color: #00000094;
    margin-top: 10px;
    line-height: 26px;
}

/* about text  */

/* order form  */
.order-file-upload {
    padding: 10px;
    line-height: 30px;
    width: 100%;
    background-color: #fff;

}

/* order form  */
/* Privacy policy  */
.page-tittle {
    padding: 40px 190px 20px 190px;
}

.page-content {
    padding: 0px 190px;
}

/* Privacy policy  */

/* profile section  */
.dropdown {
    position: relative;
    list-style: none;
}

.dropdown>a {
    text-decoration: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Hide dropdown menu by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    /* Just below the parent */
    left: 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
    margin: 0;
    list-style: none;
    /* min-width: 150px; */
    z-index: 10;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

/* Show dropdown menu on hover */


.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    background-color: #f0f0f0;
}

/* Profile image styling */
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.profile-dropdown .dropdown-btn {
    display: none;

}

.outer-box {
    height: 94px;
    display: flex;
    align-items: center;
}

.profile-text {
    color: #333;
    padding: 0px 10px;
}

.profile-text .profile-name {
    font-weight: 500;
    font-size: 12px;
}

.profile-text .profile-subtext {
    font-weight: 600;
    font-size: 14px;
}

/* profile section  */

/* dashbord cards  */
.stat-card {
    background-color: green;
    border-radius: 12px;
    padding: 30px 15px;
    text-align: center;
}

.stat-card i {
    font-size: 35px;
    margin-bottom: 20px;
    color: #fff;
}

.stat-number {
    color: #fff;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.stat-label {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.text {
    padding: 15px 15px 0px 10px;
    font-weight: 600;
}

.dashboard-table-wrapper {
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 15px;

}

/* dashbord cards  */
/* my-order  */
.table td a,
th a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.order-table tbody tr:hover {
    background-color: #F0F2F5;
}

.view {
    font-size: 18px;
    text-align: center;
    background-color: #EBEEF2;
    padding: 5px 10px;
    border-radius: 5px;
}

/* my-order  */
/* order detail  */
.user-file-icons {
    display: flex;
    flex-wrap: wrap;
}
.user-file-icons span {
    color: rgba(0, 0, 0, 0.500);
    font-size: 16px;
}
.user-file-icons div {
    background-color: #F0F1F3;
    padding: 10px 25px 10px 15px ;
    border-radius: 10px;
    width: fit-content;
}
.user-file-icons img {
    width: 30px;
}

/* order detail  */
/* payment icons  */
.payment-icons img{
    margin: 7px 3px;
}
/* payment icons  */
/* .address-widget li::before {
	content: none !important;
	display: none !important;
} */