html,
body {
    font-family: "Poppins" !important;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
span,
p,
input,
textarea {
    font-family: "Poppins" !important;
}

a {
    text-decoration: none;
}

p {
    margin-bottom: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

input:focus,
select:focus {
    outline: none;
}

:root {
    --dark-red: #F42941;
    --light-red: #FF001E;
    --dark-blue: #102747;
    --light-blue: rgb(31, 72, 122);
    --white-color: #FFFFFF;
    --link-text: #1F2E44;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.banner-background {
    background: url('/assets/website/images/bannerimage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 160vh;
    overflow: hidden;
    position: relative;
}

.grupimg {
    background: url('/assets/website/images/grupimg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: calc(80% - -75px) 60px;
    height: 160vh;
}

.grupimg-img img {
    width: 100%;
    height: 100%;
}

.header {
    background-color: var(--white-color);
    border-radius: 19px;
    box-shadow: 0px 4px 37.6px 0px rgb(0 0 0 / 14%);
}



.site-logo {
    width: 172px;
    height: 44px;
}

.site-logo a img {
    width: 100%;
    height: 100%;
}

.logo-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 20px 0px 45px;
}

.navlink ul {
    display: flex;
    align-items: center;
    margin: 0;
    list-style-type: none;
    padding: 0;
    gap: 60px;
}

.phonenumber img {
    width: 36px;
    height: 36px;
}

.phonenumber {
    display: flex;
    align-items: center;
    gap: 8px;
}

.phonenumber span {
    font-weight: 500;
    font-size: 20px;
    line-height: 26.85px;
}

.navlink ul li a {
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: var(--link-text);
}

.info-hr {
    background: var(--dark-red);
    padding: 9px 20px 7px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    border-radius: 0px 0px 19px 19px;
}

.loaction-mail {
    display: flex;
    gap: 61px;
}

.loaction-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.loaction-icon img {
    width: 24px;
}

.loaction-icon p {
    font-weight: 400;
    font-size: 14px;
    line-height: 17.5px;
    color: var(--white-color);
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 21px;
    align-items: center;
}

.headerbtn a {
    text-decoration: none;
}

.headerbtn {
    display: flex;
    gap: 5px;
}

.headerbtn a button {
    text-decoration: none;
    background: #102747;
    color: var(--white-color);
    height: 36px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    padding: 10px;
}

.icon-img {
    display: flex;
    align-items: center;
    gap: 22px;
}

.icon-img img {
    width: 15px;
}

.banner-text h1 {
    font-weight: 800;
    font-size: 150px;
    color: var(--white-color);
    margin: 0;
    padding-top: 50px;
}

.banner-text h3 {
    font-weight: 500;
    font-size: 128px;
    color: var(--light-red);
    margin-top: -55px;
    text-transform: uppercase;
    filter: drop-shadow(0px 0px 4px #F42941) drop-shadow(0px 0px 44px #F42941);
    mix-blend-mode: screen;
}

.banner-text {
    color: white;
    font-size: 17px;
    font-weight: 300;
    word-spacing: 8px;
    width: 35%;
}

.banner-text a {
    text-decoration: none;
}

.banner-text a button {
    text-decoration: none;
    width: 206px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
}

.banner-text a button img {
    width: 35px;
    height: 35px;
}

.large-heading h4 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -26px;
    margin-right: -91px;
}

.large-heading {
    width: max-content;
    text-align: end;
}

.layar1-img {
    position: absolute;
    bottom: 8%;
    left: 37%;
    width: 377px;
    height: 538px;
}

.layar1-img img {
    width: 100%;
    height: 100%;
}

.persnoal-tech h2 {
    font-weight: 800;
    font-size: 77px;
    color: var(--white-color);
    text-transform: uppercase;
    margin: 0;
}

.persnoal-tech h3 {
    font-weight: 500;
    font-size: 111px;
    color: var(--light-red);
    filter: drop-shadow(0px 0px 4px #F42941) drop-shadow(0px 0px 44px #F42941);
    mix-blend-mode: screen;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: -30px;
}

.persnoal-tech {
    position: absolute;
    bottom: 16%;
    right: 6%;
}

.persnoal-tech img {
    width: 138px;
    height: 212px;
    margin-right: 40px;
}

.intail-box {
    background: var(--dark-red);
    height: 338px;
    width: 73%;
    margin: auto;
    position: absolute;
    top: -160px;
    left: 12%;
    border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px 60px;
}

.intail-box-main {
    position: relative;
}

.liningbox {
    position: absolute;
    right: -10%;
    bottom: 0;
    opacity: 0.3;
}

.Intial-box-shado h3 {
    color: var(--white-color);
    font-weight: 600;
    font-size: 26px;
}

.Intial-box-shado p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 14px;
}

.Intial-box-input-main {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 6px;
}

.Intial-box-input input {
    width: 100%;
    border: none;
    background: var(--white-color);
    height: 38px;
    padding-left: 20px;
}

.Intial-box-input input:focus {
    outline: none;
    box-shadow: none;
}

.sec-seation {
    z-index: 999999 !important;
}

.Intial-box-input input::placeholder {
    font-size: 14px;
    color: var(--light-blue);
    font-weight: 600;
}


.submit-btn {
    margin-top: 14px;
    text-align: end;
}

.submit-btn button {
    background: var(--dark-blue);
    width: 98px;
    height: 47px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: 4px;
    color: var(--white-color);
}

.main-services-seaction {
    position: relative;
}

.services-backgroud {
    position: absolute;
    top: 0;
    z-index: -1;
    height: 165vh;
}

.services-backgroud img {
    width: 100%;
    height: 100%;
}

.Isolation-Mode img {
    width: 10p6x;
    height: 208px;
}

.Isolation-Mode {
    position: absolute;
    top: 130px;
    left: -20;
}

.Isolation-Mode2 {
    position: absolute;
    top: 110px;
    right: 50px;
}

.Isolation-Mode3 {
    position: absolute;
    top: 180px;
    right: 50px;
}

.services-h {
    padding-top: 200px;
}

.services-button-h button {
    width: 348px;
    height: 63px;
    background: var(--dark-red);
    border-radius: 38px;
    color: var(--white-color);
    border: none;
}

.services-button-h h2 {
    font-weight: 600;
    font-size: 40px;
}

.services-button-h {
    padding: 80px 0px;
    text-align: center;
}

.services-cards {
    background: url('/assets/website/images/teaser1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.services-cards-text {
    width: 90%;
    margin-bottom: -30px;
    background: var(--dark-red);
    border-radius: 15px;
    padding: 26px 27px 26px 27px;
}

.services-cards-text span {
    font-weight: 600;
    font-size: 20px;
    color: var(--white-color);
}

.services-cards-text h3 {
    font-weight: 600;
    font-size: 26px;
    color: var(--white-color);
}

.services-cards-text p {
    font-weight: 300;
    font-size: 12px;
    color: var(--white-color);
    word-spacing: 5px;
}

.services-cards-text button {
    border: none;
    background: var(--dark-blue);
    height: 47px;
    color: var(--white-color);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 23px;

}

.services-cards2 {
    background: url('/assets/website/images/teaser-2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.services-cards3 {
    background: url('/assets/website/images/Maskgroup.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 410px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
}

.third-seaction {
    background: url('/assets/website/images/pexels-mart.png');
    height: 387px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.vectortop {
    position: absolute;
    top: 0;
    right: 40px;
}

.vectortop img {
    width: 138px;
}

.vectorbottom {
    position: absolute;
    bottom: 20px;
    left: 0px;
}

.qualified-cards {
    height: 140px;
    width: 100%;
    background: #1d457599;
    border-radius: 11px;
    border: 2px solid #A2A2A2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0px 20px;
}

.qualified-cards h2 {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
}

.qualified-cards p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--white-color);
}

/* .Why Choose Us tabs */

.why-chose-main {
    width: 100%;
    position: relative;
}

.forth-seaction {
    background: var(--dark-red);
}

.linnng img {
    width: 100%;
}

.whitedot {
    position: absolute;
    top: 50px;
    z-index: 9999999;
}

.whitedot img {
    width: 208;
}

.linnng {
    width: 100%;
    height: 140vh;
    position: absolute;
    top: 0;
}

.linnng img {
    width: 100%;
    opacity: 0.2;
    height: 100%;
}

.ownerimg {
    background: url('/assets/website/images/owner2.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 140vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.mar {
    margin: 0;
    padding: 0;
}

.tab-header {
    display: flex;
    cursor: pointer;
    flex-direction: column;
}

.tab-header .tab {

    z-index: 999999 !important;
    transition: all 0.3s ease;
}

.tab-content {
    display: none;
    padding: 20px;
    border-top-right-radius: 40px;
    height: 545px;
    width: 80%;
    background: var(--dark-blue);
}

.tab-content.active {
    display: block;
}

.why-left {
    z-index: 999999999999 !important;
}

.whychose button {
    z-index: 999999 !important;
    width: 341px;
    height: 50px;
    border-radius: 38px;
    border: none;
    font-size: 22px;
    background: var(--dark-blue);
    font-weight: 500;
    color: var(--white-color);
}

.tab {
    font-weight: 600;
    font-size: 20px;
    padding: 13px 17px;
    border-radius: 49px 0px 0px 49px;
    color: var(--white-color);
}

.tab-header .tab.active {
    font-weight: 600;
    font-size: 20px;
    background: var(--dark-blue);
    padding: 13px 17px;
    border-radius: 49px 0px 0px 49px;
    color: var(--white-color);
}

.whychose3 h2 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
}


.why-left {
    width: 72%;
    padding-top: 130px;
}

.right {
    display: flex;
    justify-content: end;
}

.tab-content h2 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
    margin: 0;
}

.tab-content h3 {
    font-weight: 600;
    font-size: 40px;
    color: var(--white-color);
    margin: 0;
}

.tab-content {
    font-weight: 400;
    font-size: 14px;
    color: var(--white-color);
    margin: 0;
}

.dealsimg {
    width: 100%;
    height: 220px;
}

.dealsimg img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 50px;
}

.comparess {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fifthseaction {
    background: url('/assets/website/images/fifthseaction.png') no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.layeright {
    position: absolute;
    top: 0;
    right: 0;
    width: 37%;
}

.layerleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
}

.layerleft img {
    width: 100%;
}

.testimonial-btn button {
    width: 292px;
    height: 53px;
    color: var(--white-color);
    background: var(--dark-red);
    font-weight: 500;
    font-size: 24px;
    border: none;
    border-radius: 60px;
    margin-bottom: 20px;
}


.testimonial-btn h2 {
    font-weight: 600;
    font-size: 40px;
}

.testimonial-btn {
    text-align: center;
    padding-top: 86px;
    padding-bottom: 30px;
}

.carousel2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 20px;
}

.carousel2-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel2-item {
    flex: 0 0 100%;
    text-align: center;
    padding: 20px;
}

.carousel2-item p {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
}

.carousel2-dots {
    display: flex;
    justify-content: center;
    gap: 26px;
}

.dot {
    width: 16px;
    height: 16px;
    background: var(--dark-blue);
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background: var(--dark-red);
}

.avail {
    background: #020842;
    margin-bottom: 62px;
}

.testimonials-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.testimonials-section h2 {
    font-size: 2rem;
}

.testimonials-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.testimonials-container {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.testimonial-main {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.testimonial-main img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid var(--dark-red);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.testimonial-main p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.testimonial-main h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.testimonial-main .position {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-red);
}

.testimonials-side .testimonial {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.testimonials-side .testimonial img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 3px solid var(--dark-red);
}

.testimonials-side .testimonial:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.testimonial {
    z-index: 9999999;
}

.Testimonials-h {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.testimonial-main {
    text-align: center;
}

.modify {
    display: flex;
    justify-content: center;
}


.img1 {
    top: 7%;
    left: 14%;
    position: absolute;
}

.img1 img {
    width: 76px !important;
    height: 76px !important;
}

.img2 {
    position: absolute;
    top: 36%;
    left: -7px;
}

.img2 img {
    width: 140px !important;
    height: 140px !important;
}

.img3 {
    position: absolute;
    top: 57%;
    right: 0%;
}

.img3 img {
    width: 76px !important;
    height: 76px !important;
}

.img4 {
    position: absolute;
    top: 9%;
    right: 4%;
}

.img4 img {
    width: 106px !important;
    height: 106px !important;
}

.img5 {
    position: absolute;
    top: 50%;
    right: 0;
}

.main-bg-img {
    background: url('/assets/website/images/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.availability-section {
    background: #020842;
    margin-bottom: 62px;
}

.feedback-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.feedback-section h2 {
    font-size: 2rem;
}

.feedback-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.feedback-wrapper {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.feedback-active {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.feedback-active img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid var(--dark-red);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.feedback-active p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.feedback-active h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.feedback-active .role {
    font-size: 0.9rem;
    color: #f08d49;
}

.feedback-thumbnails .thumbnail {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.feedback-thumbnails .thumbnail img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 4px solid white;
}

.feedback-thumbnails .thumbnail:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.thumbnail {
    z-index: 9999999;
}

.feedback-header {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.feedback-active {
    text-align: center;
}

.layout {
    display: flex;
    justify-content: center;
}

.thumbnail1 {
    top: 7%;
    left: 13%;
    position: absolute;
}

.thumbnail1 img {
    width: 76px !important;
    height: 76px !important;
}

.thumbnail2 {
    position: absolute;
    top: 36%;
    left: -7px;
}

.thumbnail2 img {
    width: 140px !important;
    height: 140px !important;
}

.thumbnail3 {
    position: absolute;
    top: 57%;
    right: 0%;
}

.thumbnail3 img {
    width: 76px !important;
    height: 76px !important;
}

.thumbnail4 {
    position: absolute;
    top: 9%;
    right: 4%;
}

.thumbnail4 img {
    width: 106px !important;
    height: 106px !important;
}

.background-image {
    background: url('/assets/website/images/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.review-section {
    background: #020842;
    margin-bottom: 62px;
}

.testimonials-section {
    color: #fff;
    padding: 54px 0px 130px 0px;
}

.testimonials-section h2 {
    font-size: 2rem;
}

.testimonials-section p {
    font-size: 16px;
    color: white;
    margin-bottom: 20px;
    line-height: 25px;
}

.testimonials-container {
    gap: 20px;
    position: relative;
    width: 94%;
    margin: auto;
}

.review-active {
    width: 78%;
    text-align: center;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.review-active img {
    width: 211px;
    height: 211px;
    border-radius: 50%;
    border: 4px solid #8A2329;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    object-fit: contain;
}

.review-active p {
    font-size: 18px;
    font-weight: 400;
    color: var(--dark-blue);
    line-height: 28px;
    padding: 0px 75px;
}

.review-active h3 {
    margin: 10px 0 5px;
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
}

.review-active .job-title {
    font-size: 0.9rem;
    color: #f08d49;
}

.thumbnail-gallery .thumbnail-item {
    cursor: pointer;
    transition: opacity 0.3s, transform 0.3s;
}

.thumbnail-gallery .thumbnail-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: transform 0.3s ease;
    border: 4px solid white;
}

.thumbnail-gallery .thumbnail-item:hover img {
    transform: scale(1.1);
    opacity: 1;
}

.thumbnail-item {
    z-index: 9999999;
}

.testimonials-header {
    text-align: center;
    padding-bottom: 59px;
    width: 71%;
    margin: auto;
}

.review-active {
    text-align: center;
}

.layout-wrapper {
    display: flex;
    justify-content: center;
}


.map-background {
    background: url('/assets/website/images/map.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.testimonial-section {
    padding-bottom: 86px;
}

.sixth-seaction {
    background: var(--dark-blue);
    padding-top: 90px;
    padding-bottom: 200px;
}

.hndl-btn {
    text-align: center;
}

.hndl-btn button {
    background: var(--white-color);
    color: var(--dark-blue);
    padding: 15px 90px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 40px;
}

.hndl-btn h2 {
    font-size: 40px;
    margin-top: 15px;
    font-weight: 600;
    color: var(--white-color);
    padding-bottom: 70px;
}

.lists3-h h3 {
    color: var(--white-color);
    font-size: 23px;
    font-weight: 600;
    background: var(--light-blue);
    padding: 19px 24px;
    border-radius: 6px;
    margin-bottom: 15px;
}

.lists3-h h3:first-child {
    background: var(--dark-red);
}

.income-box {
    background: var(--light-blue);
    padding: 50px;
    border-radius: 20px;
}

.incom-input label {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    padding-bottom: 10px;
}

.incom-input p {
    font-size: 11px;
    font-weight: 400;
    color: var(--white-color);
}

.icon-input input {
    width: 100%;
    height: 56px;
    padding-left: 56px;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
}

.icon-input input:focus {
    outline: none;
    box-shadow: none;
}

.icon-input img {
    width: 42px;
    position: absolute;
    top: 7px;
    left: 10px;
    height: 42px;
}

.icon-input {
    position: relative;
}

.incom-input {
    margin-bottom: 25px;
}

.btnn {
    width: 206px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
}

.btnn img {
    width: 35px;
    height: 35px;
}

.footer {
    background: url('/assets/website/images/footerbanner.png') no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.9;
}

.footer-logo-test {
    padding: 100px 0;
}

.footerlink {
    display: flex;
    align-items: center;
    gap: 110px;
    padding-top: 60px;
}

.footerlogo {
    height: 67px;
    width: 247px;
}

.footerlogo img {
    height: 100%;
    width: 100%;
}

.pagelink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 50px;
}

.pagelink ul li a {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

.links-footer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 50px;
}

.links-footer ul li a {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.adressbox {
    background: #2b5281b5;
    width: 76%;
    margin: 40px auto;
    padding: 30px;
    border-radius: 13px;
    display: flex;
    justify-content: space-between;
}

.adress-phones {
    display: flex;
    align-items: center;
    gap: 10px;
}

.addressbox-test span {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
}

.addressbox-test h5 {
    color: var(--white-color);
    font-size: 20px;
    font-weight: 600;
}

.addressbox-test p {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 400;
}

.Copyright {
    text-align: center;
    padding-bottom: 10px;
    padding-top: 30px;
}

.Copyright p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    margin: 0;
}

.footer-top-card {
    background: var(--dark-red);
    position: absolute;
    border-radius: 21px;
    top: -86px;
    width: 83%;
    left: 8%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px;
}

.footer-top-seactin {
    position: relative;
}

.manimg {
    margin-top: -150px;
}

.manimg img {
    height: 365px;
}

.financial-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.financial-text span {
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
}

.financial-text p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}

.financial-img-btn button {
    width: 211.86px;
    background: var(--dark-blue);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 23px;

}

/* flow2 */
.flow3 {
    background: url('/assets/website/images/huhuhu.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-bottom: 100px;
    position: relative;
}

.flow4-banner-text h2 {
    text-transform: uppercase;
    font-size: 52px;
}

.lowest {
    font-weight: 700;
}

.with {
    font-size: 40px;
    font-weight: 500;
}

.flow4-banner-text {
    width: 73%;
    padding-top: 80px;
    padding-bottom: 10px;
}

.flow4-banner-text h1 {
    font-size: 73px;
    font-weight: 700;
    color: var(--dark-red);
    text-transform: uppercase;
    margin: 0;
}

.flow4-banner-text h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--dark-blue);
    width: 75%;
    padding: 15px 0px;
}

.flow4-banner-text button {
    width: 250px;
    height: 48px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 0px 14px;
}

.bannerimgdfloe3 {
    width: 502px;
    height: 420px;
    position: absolute;
    bottom: 0;
    right: 40px;
}

.arrowimg {
    width: 190px;
    position: absolute;
    right: -20px;
    bottom: 0;
}

.arrowimg img {
    width: 100%;
}

.flow-seaction2 {
    background: url('/assets/website/images/floe3seaction3.png') no-repeat;
    height: 330px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vactore-bottoms {
    width: 96px;
    position: absolute;
    top: 50%;
    left: 0px;
}

.vactore-bottoms img {
    width: 100%;
}

.liveinsur {
    background: #fd476b;
    padding: 30px 15px;
    border-radius: 11px;
    border: 2px solid #10274717;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 21%;
}

.liveinsur h3 {
    font-size: 26px;
    font-weight: 600;
    color: var(--white-color);
}

.liveinsur h3:first-child {
    margin: 0;
}

.Insurance {
    display: flex;
    justify-content: space-between;
}

.footer-top-card2 {
    background: var(--dark-red);
    border-radius: 21px;
    width: 88%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 30px 0px 30px;
    margin: auto;
    position: relative;
    bottom: -43px;
}

.flow3-top-footer {
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: end;

}

.main-login {
    background: url('/assets/website/images/Maskgrouppp.png') no-repeat;
    background-size: cover;
    background-position: initial;
    height: 100vh;
    width: 100%;
}

.login-logo {
    padding: 50px 0px 0px 40px;
}

.login-text-input {
    width: 75%;
}

.adipiscing {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: calc(100vh - 20vh);
}

.login-text-input h1 {
    font-size: 70px;
    font-weight: 600;
    margin: auto;
    color: var(--white-color);
    padding-top: 10px;
}

.login-text-input p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
}

.login-h {
    width: 100%;
    margin: auto;
}

.login-container {
    padding: 30px 30px 0px 30px;
    border-radius: 10px;
    width: 27%;
}

.login-container input {
    width: 100%;
    padding: 10px 10px 15px 100px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: white;
    font-size: 14px;
    outline: none;
}

.login-container input::placeholder {
    color: white;
}

.lablepostion {
    position: relative;
}

.lablepostion label {
    color: white;
    position: absolute;
    left: 0;
    top: 7px;
}

.loginbtn {
    padding: 12px 23px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    filter: drop-shadow(0px 4px 17.8px var(--dark-red));
    font-weight: 600;
    margin-top: 25px;
}

.maindiv {
    background: #ffffff;
}

.header-input {
    width: 90%;
    margin: auto
}

.searchinputs {
    display: flex;
    gap: 15px;
    align-items: center;
}

.searchinputs label {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
}

.searchinputs input {
    width: 201px;
    height: 29px;
    background: #D9D9D9;
    border: none;
    border-radius: 3px;
    padding-left: 12px;
}

.searchinputs input:focus {
    outline: none;
    box-shadow: none;
}

.servicessbox {
    background: url('/assets/website/images/cardbg.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    height: 240px;
}



.servicessbox2 {
    background: url('/assets/website/images/cardbg.png') no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
    height: 100%;
    padding-top: 14px;
}

.services-cardss {
    margin: 25px 0px;
}

.servicessboximgg img {
    width: 63px;
    height: 63px;
}

.servicessbox2title h3 {
    height: 67px;
}

.servicessbox img {
    width: 63px;
    object-fit: contain;
    height: 63px;
}


.servicessbox h3 {
    font-size: 18px !important;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
    padding: 15px 0px;
    text-align: center;
}

.servicessbox2 h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: var(--white-color);
    padding: 15px 0px;
    text-align: center;
}

.servicessbox button {
    background: #FFFFFF;
    color: var(--dark-blue);
    border: none;
    padding: 12px 23px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.4s linear;
}

.annualcardsleft button {
    background: #102747 !important;
}

.servicessbox button:hover {
    background: #102747;
    color: white;
}

.annualcards {
    background: url('/assets/website/images/an.png') no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 15px;
}

.annualcards h2 {
    font-size: 30px;
    font-weight: 600;
    color: var(--white-color) !important;
}

.annualcards p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    width: 80%;
    margin: 0px auto;
    padding: 15px 0px;
}

.annualcards button {
    width: 125px;
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    padding: 12px 23px;
    width: max-content;
    border-radius: 5px;
}

.CompanyNews button {
    width: 235px;
    height: 63px;
    background: var(--dark-blue);
    color: var(--white-color);
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
}

.CompanyNews {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
}

.team-text {
    display: flex;
    gap: 15px;
    padding: 10px 0px;
    height: 130px;
    border-bottom: 1px solid #999999;
    align-items: center;
}

.team-text img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
}

.containeddr {
    width: 94%;
    margin: auto;
}

.CompanyNewstext h3 {
    font-size: 20px;
    font-weight: 600;
    color: var(--dark-blue);
    margin: 0;
    padding-bottom: 6px;
}

.CompanyNewstext h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--dark-blue);
    margin: 0;
}

.CompanyNewstext p {
    font-size: 11px;
    font-weight: 400;
    color: var(--dark-blue);
    margin: 0;
}

.setnumber {
    width: 127px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.setnumber h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.setnumber h3 {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.team-text-doc img {
    width: 87px;
    height: 73px;
}


.team-text-employ img {
    width: 90px !important;
    height: 90px !important;
    object-fit: cover;
}

.annualcardsleft {
    padding-top: 190px;
    padding-bottom: 30px;
}


.meetings {
    background: url('/assets/website/images/meetings.png') no-repeat;
    background-size: auto;
    background-position: center;
    height: 580px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: -3px;
}


.schedule {
    width: 65%;
    text-align: center;
    margin: auto;
}

.schedule h1 {
    font-size: 60px;
    font-weight: 600;
    color: var(--white-color);
}

.schedule p {
    font-size: 14px;
    font-weight: 600;
    color: var(--white-color);
    line-height: 25px;
    padding: 20px 0px;
}

.schedule button {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 23px;
    transition: all 0.5s linear;
}


.schedule button:hover {
    background: #102747;
}

.schedule2 button {
    background: var(--dark-red);
    color: var(--white-color);
    border: none;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 23px;
    transition: all 0.5s linear;
}


.schedule2 button:hover {
    background: #102747;
}

.news-slider-wrapper {
    position: relative;
    width: 94%;
    overflow: hidden;
    margin: 25px auto;
    background: #020842;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.news-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.news-slide {
    min-width: 100%;
    color: white;
    text-align: center;
    padding: 20px;
}

.news-slide h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}

.news-slide p {
    margin-top: 10px;
    font-size: 14px;
    opacity: 0.8;
}

.news-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 30px;
    width: 40px;
    height: 40px;
    background: none;
    color: white;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.news-slider-btn:hover {
    background: #020842;
    color: #fff;
    transform: translateY(-50%) scale(1.1);
}

.news-prev-btn {
    left: 10px;
}

.news-next-btn {
    right: 10px;
}


/* mobile heade */

.menu {
    cursor: pointer;
}

.menuheader {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-header {
    background-color: var(--white-color);
    border-radius: 14px;
    box-shadow: 0px 4px 37.6px 0px rgb(0 0 0 / 14%);
    padding: 10px 30px;
    width: 100%;
    display: none;
}



/* Sidebar Styling */
.sidebar {
    position: fixed;
    top: 0;
    right: -300px;
    /* Initially hidden */
    width: 300px;
    height: 100%;
    background: #020842;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 9999999999999999999999;
    transition: right 0.4s ease;
    /* Smooth slide effect */
    color: #fff;
    overflow-y: auto;
}

.sidebar-content {
    margin-top: 20px;
    padding: 20px;
}

.sidebar-links ul {
    margin: 0;
    padding: 0;
    line-height: 32px;
    list-style: none;
}

.sidebar-links ul li a {
    text-decoration: none;
    color: var(--white-color);
    font-size: 17px;
    font-weight: 400;
}

.sidebar-links ul li {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar.open {
    right: 0;
    /* Slide in when open */
}

/* Close Button */
.close-sidebar {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--dark-red);
    border: none;
    color: #fff;
    font-size: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
}

.close-sidebar:hover {
    background: #ff0000;
    transform: scale(1.1);
    /* Subtle hover effect */
}

.blog-section {
    display: flex;
    margin: 50px;
}

.blog-section .blog-posts {
    width: 65%;
}

.blog-posts .blog-cards-row {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.blog-posts .blog-cards-row .blog-card {
    width: 350px;
    border: 1px solid #0b0c011a;
    border-radius: 20px;
    overflow: hidden;
}

.blog-posts .blog-cards-row .blog-card .blog-card-head {
    position: relative;
}

.blog-cards-row .blog-card .blog-card-img img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-cards-row .blog-card .blog-card-img {
    height: 250px;
    width: 100%;
    overflow: hidden;
    display: block;
    transition: all .5s ease-out;
    position: relative;
}

.blog-cards-row .blog-card .blog-card-head .blog-date-container .date,
.blog-cards-row .blog-card .blog-card-head .blog-date-container .month {
    margin: 0;
    font-size: 12px;
}

.blog-cards-row .blog-card .blog-card-head .blog-date-container {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 1px solid #0b0c0c66;
    border-radius: 50%;
    background-color: #0b0c0c66;
    color: white;
    transition: all .35s linear;
    backdrop-filter: blur(22.5px);
}

.blog-cards-row .blog-card:hover .blog-date-container {
    background-color: #396DF1;
    border: 1px solid #396DF1;
}

.blog-cards-row .blog-card .blog-content .blog-type a {
    color: #000;
    text-decoration: underline !important;
    transition: all .3s linear;
}

.blog-cards-row .blog-card .blog-content .blog-type a:hover {
    color: #396DF1;
    transition: all .3s linear;
}

.blog-cards-row .blog-card .blog-content .blog-type {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.blog-cards-row .blog-card .blog-content .blog-heading {
    font-size: 20px;
    font-weight: var(--heading-font-weight);
    margin: 10px 0;
}

.blog-cards-row .blog-card .blog-content {
    padding: 20px;
}

.blog-posts .blog-cards-row .blog-card:hover .blog-card-img img {
    transform: scale(1.1);
    transition: all .5s ease-out;

}

.blog-section .blog-sidebar {
    width: 35%;
    padding: 0 30px;
}

.blog-sidebar .tags-container,
.blog-sidebar .posts-container,
.blog-sidebar .category-container,
.blog-sidebar .search-container {
    margin-top: 50px;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #e2e8fa80;
}

.blog-sidebar .tags-container h2,
.blog-sidebar .posts-container h2,
.blog-sidebar .category-container h2,
.blog-sidebar .search-container h2 {
    position: relative;
}

.blog-sidebar .tags-container h2::before,
.blog-sidebar .posts-container h2::before,
.blog-sidebar .category-container h2::before,
.blog-sidebar .search-container h2::before {
    position: absolute;
    content: "";
    background-color: #396DF1;
    bottom: -5px;
    width: 50px;
    height: 2px;
}

.blog-sidebar .search-container input {
    border: none;
    padding: 10px;
    width: 100%;
}


.blog-sidebar .search-container .searchBar {
    display: flex;
    justify-content: space-between;
    border: 1px solid #396DF1;
}

.blog-sidebar .search-container .searchBar input::placeholder {
    font-size: 14px;
}

.blog-sidebar .searchBar .search-btn {
    background-color: white;
    color: black;
    height: 44px;
    width: 70px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.blog-sidebar .category-container .category {
    margin-top: 20px;
    background: white;
    padding: 15px;
}

.blog-sidebar .category-container .category a {
    display: flex;
    color: var(--text-color);
    justify-content: space-between;
    transition: all .35s linear;
    font-size: 12px;
}

.blog-sidebar .category-container .category a:hover {
    color: #396DF1;
    transition: all .35s linear;
}

.blog-sidebar .posts-container .post {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.blog-sidebar .posts-container .date {
    display: flex;
    gap: 5px;
    font-size: 14px;
}

.tags-contianer .tags-buttons {
    display: flex;
    gap: 15px;
}

.tags-container .tags-buttons button:hover {
    background-color: #396DF1;
    color: white;
    transition: all .35s linear;
}

.tags-container .tags-buttons button {
    background-color: white;
    padding: 10px 18px;
    transition: all .35s linear;
    border: none;
    font-size: 14px;
}

.blog-cards-row .blog-card .blog-content .read-more {
    display: flex;
    border: none;
    background: transparent;
    color: black;
    padding: 0;
    align-items: center;
    gap: 5px;
    transition: all .35s linear;
    font-size: 14px;
}

.blog-cards-row .blog-card .blog-content .read-more:hover {
    color: #F42941;
}

.blog-cards-row .blog-card .blog-content .read-more .right-arrow {
    transition: all .35s linear;
}

.blog-cards-row .blog-card .blog-content .read-more:hover .right-arrow {
    color: #F42941;
    transform: translateX(3px);
    transition: all .35s linear;
}

.blog-detail-section {
    display: flex;
    padding: 50px;
}

.blog-details-container {
    width: 70%;
    margin: 50px 0;
    padding: 0 30px;
}

.blog-detail-section .blog-sidebar {
    width: 30%;
}

.blog-detail-img {
    width: 100%;
}

.blog-details {
    display: flex;
    gap: 20px;
}

.blog-details .admin,
.blog-details .blog-date,
.blog-details .technology-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: var(--font-size-small);
}

.blog-details-container .tags h5 {
    font-size: var(--font-size-text);
    font-weight: var(--heading-font-weight);
    margin: 0;
}

.blog-details-container .tags button:hover {
    background: var(--secondary-color);
    color: white;
    transition: all .2s linear;
}

.blog-details-container .tags button {
    background: transparent;
    transition: all .2s linear;
    border: 1px solid #EAECF0;
    padding: 4px 12px;
    font-weight: var(--heading-font-weight);

}

.blog-details-container .tags {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}

.comment-form {
    background-color: #F0F3FC;
    padding: 30px;
}

.comment-form .user-detail {
    display: flex;
}

.comment-form .user-detail .user-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 20px 20px 0;
}

.comment-form .comment-textarea {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.comment-form .comment-textarea textarea {
    height: 150px;
}

.comment-form .comment-textarea textarea,
.comment-form .user-detail .user-info input {
    padding: 10px;
    border: none;
}

.comment-form .view-btn {
    padding: 14px 28px;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #3c72fc -10.59%, #00060c 300.59%);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    width: max-content;
}

.comment-form form .view-btn:hover .right-icon {
    animation: imgMoveOut 0.3s forwards;
}

.comment-form form .view-btn .right-icon {
    animation: imgMoveBack 0.3s forwards;
}

.comment-form form .view-btn button {
    border: none;
    background: transparent;
    color: white;
    letter-spacing: 0.6;
    text-transform: capitalize;
    cursor: pointer;
}

@keyframes imgMoveOut {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(10px);
    }
}

@keyframes imgMoveBack {
    from {
        transform: translateX(10px);
    }

    to {
        transform: translateX(0);
    }
}

.masonry-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-auto-rows: 150px;
    grid-gap: 10px;
    grid-auto-flow: dense;
    margin: 0 auto;
    padding: 20px;
    max-width: 1200px;
}

.masonry-item {
    position: relative;
    overflow: hidden;
}

.masonry-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.masonry-item img:hover {
    transform: scale(1.1);
}

.masonry-item.tall {
    grid-row: span 2;
}

.masonry-item.wide {
    grid-column: span 2;
}

.masonry-item.big {
    grid-column: span 2;
    grid-row: span 2;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    border-radius: 5px;
}

#caption {
    margin: 15px auto;
    text-align: center;
    color: #ccc;
    font-size: 16px;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.leave-request {
    border-radius: 20px;
    box-shadow: 0px 4px 25px 0px #0000000f;
}

.leave-request .table {
    border-radius: 10px;
    margin-top: 20px;
}

.leave-request .table th {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.leave-request .table td {
    font-weight: 400;
    font-size: 13px;
    height: 58px;
    align-content: center;
    text-align: center;
}

.leave-request .table tr {
    align-items: center;
}

.primary-badge {
    background: #F65467;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    border: none;
}

.actions-icons {
    align-items: center;
    display: flex;
    gap: 10px;
    cursor: pointer;
    justify-content: center;
}

.action-all-icons {
    border: 1px solid #F65467;
    padding: 5px 7px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leave-request .table-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leave-request .filters {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.filters input::placeholder {
    font-size: 12px;
}

.filters input {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 5px
}

.filters .date-range {
    display: flex;
    gap: 15px;
}

.filter-btn {
    background-color: #F65467;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    transition: background-color 0.3s ease;
}

.filter-select {
    height: 40px;
    border: 1px solid lightgray;
    border-radius: 4px;
    width: 30%;
    padding: 5px;
}

.leave-request .filter-row {
    display: flex;
    gap: 15px;
    justify-content: end;
}

.modal-btn {
    background-color: #F65467;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    transition: background-color 0.3s ease;
    height: 40px;
    width: 40px;
    color: white;
}

.custom-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 34, 45, 0.55);
    backdrop-filter: blur(2.5px);
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease;
    z-index: 99999999999999;
}

.modal-content {
    background: #F6F6F9;
    padding: 20px;
    border-radius: 8px;
    width: 50%;
    max-width: 90%;
    box-shadow: 0 17px 62px rgb(0 0 0 / 8%);
    position: relative;
    max-height: 480px;
    z-index: 999999999999999999;
    overflow-y: auto;
}

.modal-content::-webkit-scrollbar {
    width: 8px;
}

.modal-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 30px;
}

.modal-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Firefox */
.modal-content {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.modal-content h2 {
    margin-bottom: 18px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
}

.modal-content label {
    display: block;
    text-align: left;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    padding-bottom: 7px;
}

.modal-content input,
.modal-content textarea,
.modal-content select {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.modal-content input:focus {
    outline: none;
    border: 1px solid #9D72FF;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    color: #333;
    cursor: pointer;
}

.save-btn {
    display: flex;
    justify-content: end;
}

.save-btn button {
    background: #F65467;
    color: white;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}



.save-btn2 {
    display: flex;
    justify-content: center;
}

.save-btn2 button {
    background: #F65467;
    color: white;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
}


.confirmtext h2 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #333;
    text-align: center;
    font-weight: 600;
}

.confirmtext p {
    text-align: center;
}

.success-badge {
    background: green;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 10px;
}

.danger-badge {
    background: red;
    color: white;
    padding: 2px 10px;
    border-radius: 30px;
    font-size: 10px;
}

.primary-badge {
    background: #F65467;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
}

.user-login {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.user-login .user-img {
    height: 50px;
    width: 50px;
}

.user-login .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px;
    z-index: 1000;
}

.user-login .dropdown-menu a svg {
    margin-right: 8px;
}

.user-login .dropdown-menu a {
    display: block;
    padding: 8px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.user-login .dropdown-menu a:hover {
    background-color: #f0f0f0;
}



.row22 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.rwors {
    /* background: rgb(122, 122, 122); */
    padding: 8px;
    width: 10%;
    transition: all 0.4s linear;
    border: 1px solid #f0f0f0ab;
    border: 1px solid #f0f0f0bd;
}

.rwors:hover {
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 6px;
    cursor: pointer;
}



.servicessbox3imgs {
    width: 50px;
    height: 50px;
}

.servicessbox3imgs img {
    width: 100%;
    height: 100%;
}

.servicessbox3 span {
    font-size: 14px;
    display: block;
    padding: 5px 0px;
}

.servicessbox3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.viewbtnss{
    background: no-repeat;
    padding: 0;
    border: none;
    font-size: 14px;
}



.marketFolders h2{
    font-size: 23px;
}