:root {
    /* Colors: */
    --dark-grey: #656565;
    --primary-color: #093058;
    --secondary-color: #F46200;
    --bg-gradient: linear-gradient(to bottom,
            var(--primary-color),
            var(--primary-color));
    --bg-gradient-reverse: linear-gradient(to bottom,
            var(--secondary-color),
            var(--secondary-color));
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "Urbanist", sans-serif;
    font-weight: 500;
    font-size: 14px;
    overflow-x: hidden;
    background: linear-gradient(to bottom, #eff6ff, #ffe6dc);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    color: #000;
}

* {
    box-sizing: border-box;
}

* {
    min-height: 0;
    min-width: 0;
}

ul {
    margin: 0px;
    padding: 0px;
}

/* html,
body {
    height: calc(100% - 0px);
} */

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

button:focus,
a:focus {
    box-shadow: none !important;
}

a {
    transition: 0.3s;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

img {
    max-width: 100%;
}

* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgb(126, 126, 126);
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgb(126, 126, 126);
}

.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgb(126, 126, 126);
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgb(126, 126, 126);
}

.form-control {
    font-size: 14px;
    font-weight: 300;
    border-radius: 0px;
    padding: 10px;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

p {
    line-height: 24px;
    font-size: 16px;
}

.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    font-size: 20px;
    padding: 0;
    background: var(--primary-color);
    color: #fff;
    border: none;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
}

h5 {
    line-height: 30px;
}

/* CUSTOM CSS START */
.section-margin {
    margin: 80px 0px;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 100%;
    height: max-content;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 800;
    max-width: 800px;
    margin: auto auto 10px auto;
}

.carousel-caption h1 span {
    font-weight: 700;
}

.carousel-caption p {
    margin: 0px;
    font-size: 18px;
}


.navbar-nav .btn {
    padding: 5px 15px;
    margin: 0px 0px 0px 20px;
}

.navbar-nav .btn.btn-border {
    padding-right: 5px;
}

/* Footer CSS Start */

footer {
    margin-top: 80px;
}


footer h4,
footer .accordion-button {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    background: transparent !important;
    padding: 0px;
}

footer .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none !important;
    color: #000;
}

footer .accordion-button:focus {
    box-shadow: none;
    background: transparent;
}

ul.footer-link li a {
    padding: 6px 0px;
    display: block;
    color: #000000;
    font-size: 16px;
}

ul.footer-link li {
    list-style: none;
}

ul.footer-link li a:hover {
    font-weight: 500;
    transform: translateX(8px);
}

.social-media img {
    height: 50px;
    width: 27px;
}

.social-media img:hover {
    opacity: 0.7;
}

.footer-app img {
    max-width: 175px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.footer-app img:hover {
    opacity: 1;
}


.footer-contact ul {
    list-style: none;
}

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-contact ul li a {
    display: flex;
    text-align: left;
    color: #000000;
    align-items: baseline;
    gap: 10px;
    font-size: 16px;
    word-break: break-all;
}

.footer-contact ul li a i {
    flex-shrink: 0;
    font-size: 18px;
}

.footer-contact ul li a svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    flex: 0 0 18px;
}

.social-media {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.social-media li a {
    font-size: 16px;
    margin: 0px 6px;
    color: #ffffff;
    background: var(--bg-gradient);
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.social-media li a i {
    transition: 0.3s;
}

.social-media li a:hover i {
    transform: translatey(-8px);
    opacity: 0.8;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-logo img {
    max-width: 200px;
    width: 100%;
}
.footer-logo p {
    max-width: 400px;
    font-size: 16px;
    margin: 0px;
    line-height: 25px;
}

.footer-copyright .row {
    background: #EDF8FF;
    margin: 0px;
    padding: 15px;
    border-radius: 15px;
    outline: solid 1px #9BD5FA;
    outline-offset: -8px;
}

section.footer-copyright {
    margin: 50px 0px 40px 0px;
}

.footer-copyright p {
    margin: 0px;
    font-size: 14px;
}

.footer-copyright p a {
    color: var(--primary-color);
    font-weight: 600;
    text-decoration: underline;
}


/* Footer End */

.navbar {
    padding: 0px;
}

header {
    /* position: fixed; */
    padding: 10px;
    width: 100%;
    top: 0;
    z-index: 9;
    background: transparent;
    transition: all .5s ease-in-out;
    /* transform: translatey(-80px); */
}

header.header-fix {
    /* transform: translateY(0px);
    background: var(--primary-color); */
    position: fixed;
    background: #eef8ff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 5px;
}

header.header-fix img {
    max-width: 150px;
}
.header-logo-items-logo img {
    max-width: 200px;
}

section.header-logo {
    padding: 6px;
}

input:focus-visible {
    outline: none;
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.page-link {
    color: var(--primary-color);
}

.mobile-nav-close {
    color: #fff;
    font-size: 30px;
    text-align: right;
    padding: 5px 20px 0px 20px;
}

.mobile-nav-close:hover {
    color: #adadad;
}

.modal-backdrop.show {
    opacity: .7;
}

/* Slick Slider Start */
.slick-slide {
    margin: 0px 10px;
}

.slick-slide {
    opacity: 10 !important;
}

.slick-dots {
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.slick-dots button {
    border: none;
    background: #CACACA;
    border-radius: 100%;
    height: 8px;
    width: 8px;
    font-size: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CACACA;
    padding: 0px;
}

.slick-dots .slick-active button {
    background: var(--primary-color);
    color: var(--primary-color);
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 25px !important;
}

.slick-prev::before {
    content: "" !important;
}

.slick-next:before {
    content: "" !important;
}

/* Slick Slider End */


.navbar-nav>li>a {
    color: #000000;
    padding: 0px 15px;
    font-weight: 500;
    font-size: 16px;
}

.navbar-nav>li>a.active {
    color: var(--primary-color);
    font-weight: 700;
}
.dropdown-menu {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    background: var(--primary-color);
}

.dropdown-menu a {
    color: #fff;
    font-size: 15px;
    padding: 8px 10px;
    display: block;
    width: auto;
    min-width: max-content;
}

.dropdown-menu a:hover {
    background: var(--secondary-color);
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav>li>a.dropdown-toggle.show i {
    transform: rotate(180deg);
}


.footer-chat {
    position: fixed;
    right: 18px;
    bottom: 18px;
    display: flex;
    align-items: center;
    z-index: 999;
}

.footer-chat-msg {
    background: #fff;
    color: #000;
    font-size: 13px;
    padding: 8px 10px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-right: 12px;
    position: relative;
}

.footer-chat-msg:hover {
    color: #000;
}

.footer-chat-msg:before {
    content: "";
    position: absolute;
    background: #fff;
    height: 12px;
    width: 12px;
    right: -7px;
    top: 13px;
    transform: rotate(45deg);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.footer-chat-whatsapp {
    background: var(--bg-gradient);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    font-size: 25px;
    color: #fff;
}

.footer-chat-whatsapp:hover {
    background: var(--bg-gradient-reverse);
    color: #fff;
}



.form-contact-us {
    max-width: 500px;
    margin: auto;
}
.contact-info-list-info {
    font-size: 18px;
}

.form-floating>.form-control, 
.form-floating>.form-select {
    min-height: 46px;
    background: transparent;
    height: auto;
}
.form-floating>label i {
    margin-right: 2px;
}
.form-floating>label {
    top: -8px;
    font-size: 18px;
    font-weight: 400;
}
.form-floating-ngx-dropdown label {
    top: 10px;
}
textarea.form-control {
    min-height: 100px !important;
}
.form-floating-title {
    font-weight: 500;
    margin-bottom: 3px;
    font-size: 13px;
    width: 100%;
}

.form-floating-ngx-dropdown label {
    top: 33px;
    padding: 0px;
    height: auto;
    left: 10px;
}

.form-control,
.form-select {
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 15px;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none !important;
    border-color: #000;
}

.contact-form .form-floating>label {
    font-size: 18px;
    top: -8px;
}



/* CUSTOM CSS END */

.navbar-brand img {
    max-width: 175px;
}

#HomeSlider {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    overflow: hidden;
}

#HomeSlider .carousel-item img {
    width: 100%;
}

/* Button Border Style Start */

.btn-border {
    padding: 5px 5px 5px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-border:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 30px;

    background: linear-gradient(90deg,
            var(--secondary-color),
            var(--secondary-color),
            var(--secondary-color));

    background-size: 200% 200%;
    background-position: left center;

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    z-index: -1;
    transition: background-position 0.6s ease;
}

.btn-border:hover:before {
    background-position: right center;
}

.btn-border .btn-arrow-icon {
    background: linear-gradient(to bottom,
            var(--primary-color),
            var(--primary-color));
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    margin-left: 8px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}

/* Hover Effect */
.btn-border:hover:before {
    animation: borderMove 2s linear infinite;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

.btn-border:hover .btn-arrow-icon,
.btn-default:hover .btn-arrow-icon {
    transform: rotate(45deg);
    transition: 0.3s;
}

/* Button Border Style End */


/* Button Dark Style Start */

.btn-default {
    padding: 5px 5px 5px 16px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    z-index: 1;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    transition: all 0.3s ease;
    background: linear-gradient(135deg,
            var(--primary-color) 0%,
            var(--primary-color) 100%);
    color: #fff;
}

.btn-default:hover {
    color: #fff;
    background: linear-gradient(135deg,
            var(--secondary-color) 0%,
            var(--secondary-color) 100%);
}

.btn-default .btn-arrow-icon {
    background: #fff;
    height: 28px;
    width: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #000;
    margin-left: 8px;
    transform: rotate(-45deg);
    transition: all 0.3s ease;
}



/* Button Dark Style End */


.partners-slider .slick-track {
    margin: 0px;
}

.partners .partners-section-title h4 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0px;
}

.partners-slider-item {
    padding: 10px;
}

.partners-slider .partners-slider-item .partners-slider-item-inside {
    background: #fff;
    padding: 5px;
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 3px 5px #0000001a;
    height: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 16px;
    color:var(--dark-grey);
}

.partners-slider .partners-slider-item img {
    max-height: 50px;
    margin: auto;
}

.partners-slider .slick-slide {
    margin: 0px;
}

.star-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.star-title i {
    background: var(--secondary-color);
    color: #fff;
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 16px;
}

.section-title {
    margin: 0px;
    line-height: normal;
    font-weight: 600;
}

.home-about-mini-profile {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.home-about-mini-profile p {
    margin: 0px;
    font-size: 18px;
    line-height: 25px;
    color: var(--dark-grey);
    font-weight: 400;
}

.home-about-img {
    text-align: center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.home-about-raiting .home-about-raiting-review {
    padding: 20px 0px 15px 0px;
    border-bottom: solid 1px #CFCFCF;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.home-about-raiting .home-about-raiting-review .fa-face-smile {
    font-size: 28px;
    color: var(--primary-color);
}

.home-about-raiting .home-about-raiting-review .home-about-raiting-review-star i {
    color: #FCA700;
}

.home-about-raiting .home-about-raiting-review small {
    font-size: 16px;
}

.home-about-raiting p {
    font-size: 18px;
    line-height: 24px;
}

.our-value-item {
    text-align: center;
}
.our-value-item i {
    font-size: 2.5rem;
    color: var(--primary-color);
}

.our-value .star-title,
.why-choose-us .star-title,
.home-our-services .star-title {
    justify-content: center;
    margin-bottom: 40px;
}

.our-value-item img {
    max-width: 100px;
}

.our-value-item .our-value-item-info {
    margin-top: 20px;
}

.our-value-item .our-value-item-info h4 {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
}

.our-value-item .our-value-item-info p {
    margin: 0px auto;
    line-height: 22px;
    font-size: 16px;
    max-width: 240px;
    white-space: normal;
}

.why-choose-us .why-choose-us-bg {
    background: url(../images/bg-6.jpg) no-repeat center center;
    background-size: cover;
    margin: 0px;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}
/* .why-choose-us .why-choose-us-bg:before {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    inset: 0;
    z-index: 0;
} */
.why-choose-us .why-choose-us-img {
    text-align: center;
}

.why-choose-us .why-choose-us-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.why-choose-us .why-choose-us-list .why-choose-us-list-items {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    gap: 6px;
}

.why-choose-us .why-choose-us-list .why-choose-us-list-items p {
    margin: 0px;
    font-size: 16px;
    line-height: normal;
}

.why-choose-us .why-choose-us-list .why-choose-us-list-items strong {
    font-size: 1.2rem;
    line-height: normal;
    color: var(--primary-color);
    font-weight: 600;
    display: flex;
    align-items: start;
    gap: 6px;
}
.why-choose-us .why-choose-us-list .why-choose-us-list-items strong span {
    flex-shrink: 0;
}

.home-news-event-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 42px;
}

.home-news-event-header .home-news-event-header-title .section-title {
    max-width: 700px;
}

.home-news-event-header .home-news-event-header-title {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.news-event-items {
    display: flex;
    color: #000;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.news-event-items:hover {
    color: #000;
    transition: 0.3s;
}

.news-event-items .news-event-items-img {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.news-event-items .news-event-items-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.news-event-items .news-event-items-info * {
    margin: 0px;
}

.news-event-items .news-event-items-info h4 {
    font-weight: 600;
}

.news-event-items .news-event-items-info p {
    color: var(--dark-grey);
    line-height: 20px;
    font-weight: 400;
}

.news-event-items .news-event-items-info small {
    font-size: 14px;
    color: var(--dark-grey);
}

.contact-form {
    background: url(../images/contact-bg.png) no-repeat center center;
    background-size: cover;
    min-height: 725px;
}

.contact-form .contact-form-card {
    background: var(--primary-color);
    max-width: 500px;
    margin: auto;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
}

.contact-form .contact-form-card .contact-form-card-header {
    text-align: center;
    margin-bottom: 25px;
}

.contact-form .contact-form-card .contact-form-card-header .star-title {
    justify-content: center;
    margin-bottom: 20px;
    color: #fff;
}

.contact-form .contact-form-card .contact-form-card-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-form .contact-form-card .contact-form-card-header .section-title {
    color: #fff;
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-items {
    position: relative;
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-items i {
    position: absolute;
    font-size: 20px;
    top: 14px;
    left: 14px;
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-items .form-control {
    border: none;
    padding: 10px 15px 10px 42px;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 400;
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-action {
    text-align: center;
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-action .btn-default {
    font-size: 18px;
    text-transform: uppercase;
    background: var(--secondary-color);
}

.contact-form .contact-form-card .contact-form-card-form .contact-form-card-form-items textarea.form-control {
    padding: 10px 15px;
    min-height: 120px;
}

.current-working-areas .current-working-areas-white-bg {
    background: #fff;
    border-radius: 40px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.current-working-areas .current-working-areas-location {
    text-align: center;
}

.current-working-areas .current-working-areas-location h2 {
    font-weight: 600;
    font-size: 2rem;
    margin-bottom: 15px;
}

.current-working-areas .current-working-areas-location .current-working-areas-location-card {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.current-working-areas .current-working-areas-location .current-working-areas-location-card .current-working-areas-location-card-items {
    color: #000;
    font-size: 16px;
    text-align: center;
}

.current-working-areas .current-working-areas-location .current-working-areas-location-card .current-working-areas-location-card-items .current-working-areas-location-card-items-img {
    height: 110px;
    width: 110px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto auto 10px auto;
    border-width: 2px;
}

.current-working-areas .current-working-areas-location .current-working-areas-location-card .current-working-areas-location-card-items .current-working-areas-location-card-items-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.current-working-areas .current-working-areas-location .current-working-areas-location-card .current-working-areas-location-card-items:hover img {
    transform: scale(1.5);
    filter: grayscale(60%);
}

.gradient-border {
    border: 1px solid transparent;
    background-image:
        linear-gradient(#fff, #fff),
        linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.home-our-services {
    background: url(../images/truck-trailer-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
}
.home-our-services:before {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    inset: 0;
    z-index: 0;
}
.home-our-services .container {
    position: relative;
}

.home-our-services .home-our-services-title {
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.home-our-services .home-our-services-title .section-title {
    margin-bottom: 15px;
}

.home-our-services .home-our-services-title p {
    color: var(--dark-grey);
}

.home-our-services .home-our-services-cards {
    display: grid;
    gap: 20px;
    margin-top: -50px;
    align-items: end;
    grid-template-columns: repeat(6, 1fr);
}

.home-our-services .home-our-services-cards .home-our-services-cards-item {
    text-align: center;
}

.home-our-services .home-our-services-cards .home-our-services-cards-item:hover img {
    transform: scale(1.2);
    filter: grayscale(60%);
}

.home-our-services .home-our-services-cards .home-our-services-cards-item .home-our-services-cards-item-info {
    background: rgba(0,0,0,.8);
    color: #fff;
    padding: 6px 20px;
    font-size: 1rem;
    width: max-content;
    margin: auto;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
}

.home-our-services .home-our-services-cards .home-our-services-cards-item .home-our-services-cards-item-img {
    padding: 5px;
    border-radius: 20px;
    border-width: 1px;
}

.home-our-services .home-our-services-cards .home-our-services-cards-item .home-our-services-cards-item-img img {
    border-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.home-our-services .home-our-services-cards .home-our-services-cards-item:first-child .home-our-services-cards-item-img,
.home-our-services .home-our-services-cards .home-our-services-cards-item:first-child .home-our-services-cards-item-img img,
.home-our-services .home-our-services-cards .home-our-services-cards-item:last-child .home-our-services-cards-item-img,
.home-our-services .home-our-services-cards .home-our-services-cards-item:last-child .home-our-services-cards-item-img img {
    min-height: 275px;
}


.inner-hero {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    /* min-height: clamp(300px, 45vw, 520px); */
    max-width: 98%;
    margin: auto;
    transition: 0.6s ease;
}

.inner-hero__image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.6s ease;
}

.inner-hero:hover .inner-hero__image {
    transform: scale(1.05);
    transition: 0.6s ease;
}

.inner-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, 0.55),
            rgba(0, 0, 0, 0.15));
}

.inner-hero__content {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    width: min(90%, 720px);
    z-index: 2;
}

.inner-hero__content h1 {
    margin: 0 0 12px;
    font-size: clamp(24px, 5vw, 50px);
    font-weight: 600;
}

.inner-hero__content p {
    margin: 0;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 1.6;
}

.inner-page-wrapper {
    margin: 80px 0px;
}

.tab-nav-btn {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    padding: 0px 15px;
}

.tab-nav-btn a {
    color: var(--primary-color);
    border: solid 1px var(--primary-color);
    padding: 10px 16px;
    border-radius: 30px;
    display: inline-block;
    font-size: clamp(14px, 1.5vw, 16px);
}

.tab-nav-btn a.active {
    background: var(--bg-gradient);
    color: #fff;
}

.tab-nav-btn a:hover {
    background: var(--bg-gradient-reverse);
    color: #fff;
}

.company-profile-team-img {
    text-align: center;
}

.company-profile-team-img .company-profile-team-img-wrap {
    overflow: hidden;
    border-radius: 50px;
    border-width: 1px;
}


.company-profile-txt-info {
    text-align: center;
}

.company-profile-txt-info h2 {
    max-width: 800px;
    margin: auto;
    font-size: clamp(20px, 2vw, 34px);
    line-height: normal;
}

.company-profile-txt-info h2 span {
    font-weight: 600;
    color: var(--secondary-color);
}


.company-profile-how-we-do-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.company-profile-how-we-do-card .company-profile-how-we-do-card-items {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
}

.company-profile-how-we-do-card .company-profile-how-we-do-card-items img {
    max-height: 80px;
    width: auto;
    max-width: max-content;
    margin: auto;
}

.company-profile-how-we-do-card .company-profile-how-we-do-card-items strong {
    display: block;
    font-size: 18px;
}




.team-card-items .team-card-items-img {
    max-width: 80%;
    margin: auto;
    border-radius: 100%;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.6s ease;
    overflow: hidden;
}
.team-card-items .team-card-items-img img
{
      transition: all 0.6s ease;
}
.team-card-items:hover img {
    transform: scale(1.1);
    filter: grayscale(60%);
}
.team-card-items {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.6s ease;
}

.team-card-items .team-card-items-info h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.team-card-items .team-card-items-info  small {
    color:var(--dark-grey);
    display: block;
}
.team-card-items .team-card-items-info a {
    color: var(--primary-color);
    font-weight: 600;
}
.team-card-items .team-card-items-info a i {
    font-size: 12px;
}
.modal-team-details .team-card-items {
    flex-direction: row;
    text-align: left;
    gap: 20px;
    align-items: start;
}
.modal-team-details .team-card-items .team-card-items-img {
    margin: 0px;
    max-width: 250px;
    min-width: 250px;
}

.modal-team-details .modal-content {
    border-radius: 20px;
    border: none;
}


.modal-team-details .team-card-items .team-card-items-info h3 {
    font-size: 1.5rem;
}

.modal-team-details .team-card-items .team-card-items-info small {
    margin-bottom: 10px;
}
.modal-backdrop.show {
    opacity: .9;
}

.modal-team-details .modal-close-btn {
    background:var(--bg-gradient);
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: -12px;
}
.our-services-card {
    display: flex;
    flex-direction: column;
    gap: 75px;
}

.our-services-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 75px;
}

.our-services-items .our-services-items-img {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
    flex: 0 0 30%;
}

.our-services-items .our-services-items-info {
    flex: auto;
}

.our-services-items .our-services-items-info h2 {
    font-size: clamp(22px, 2vw, 34px);
    font-weight: 600;
    margin-bottom: 10px;
}

.our-services-items .our-services-items-info p {
    margin: 10px 0px 0px 0px;
}
.our-services-card .our-services-items:nth-child(even) {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    flex-direction: row-reverse;
}
.csr-prayas-logo {
    text-align: center;
}

.csr-prayas-logo img {
    max-width: 350px;
}


.csr-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0px;
}

.csr-counter .csr-counter-items {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0px -20px;
    border: solid 5px #fff;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.csr-counter .csr-counter-items h3 {
    font-size: clamp(32px, 3vw, 54px);
    font-weight: 700;
    margin: 0px;
    line-height: normal;
}

.csr-counter .csr-counter-items strong {
    font-size: clamp(14px, 1.5vw, 20px);
    font-weight: 600;
}
.csr-counter .csr-counter-items:nth-child(1) {
    background: #FFF2FB;
    color: #B5007F;
}
.csr-counter .csr-counter-items:nth-child(2) {
    background: #F3FFE0;
    color: #568F00;
}
.csr-counter .csr-counter-items:nth-child(3) {
    background: #FFF0D3;
    color: #ED9D00;
}

.csr-stories-card-items {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 100px;
    position: relative;
    padding: 40px 0px;
}

.csr-stories-card-items .csr-stories-card-items-img {
    max-width: 400px;
    flex-shrink: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    flex: auto;
}


.col-lg-12.csr-stories .csr-stories-card {
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.csr-stories-card-items .csr-stories-card-items-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}

.csr-stories-card-items .csr-stories-card-items-info p {
    margin: 0px;
    color:  var(--dark-grey);
}
.csr-stories-card-items .csr-stories-card-items-info p strong {
    color: #000;
}
.csr-stories h2 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: clamp(26px, 2vw, 39px);
}

.col-lg-12.csr-stories .csr-stories-card .csr-stories-card-items:nth-child(even) {
    flex-direction: row-reverse;
}

.csr-stories,
.page-media {
    margin: 50px 0px;
}

.csr-stories-card-items:before {
   background: var(--bg-gradient);
    height: 100%;
    width: 1px;
    top: 0px;
    left: 50%;
    content: "";
    position: absolute;
    transform: translatex(-50%);
}
.csr-stories-card-items .csr-stories-card-items-circle {
    position: absolute;
    background: var(--bg-gradient);
    height: 20px;
    width: 20px;
    top: 30px;
    left: 50%;
    transform: translatex(-50%);
    border-radius: 100%;
}

.page-media .page-media-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page-media .page-media-header h2 {
    margin: 0px;
    font-size: clamp(28px, 2vw, 36px);
    font-weight: 600;
}

.page-media .page-media-header p {
    margin: 0px;
    max-width: 500px;
}
.lightbox .lb-image {
    border: none !important;
}
.lb-outerContainer {
    border-radius: 20px !important;
    overflow: hidden;
    background: transparent;
}

.page-media .page-media-body .page-media-body-img-items {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px;
    background: transparent;
}
.page-media .page-media-body .page-media-body-img-items img {
    border-radius: 10px;
}
.slider-customer-story {
    margin-top: 30px;
}
.slider-customer-story-indicators {
    display: flex;
    gap: 25px;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 0px 0px 50px 0px;
}

.slider-customer-story-indicators [data-bs-target] {
    border: none;
    background: transparent;
    height: 85px;
    width: 85px;
    flex-shrink: 0;
    border-radius: 100%;
    overflow: hidden;
    border: solid 1px #c3c3c3;
    padding: 0px;
    opacity: 0.5;
    text-indent: inherit;
    margin: 0px;
}
.slider-customer-story-indicators [data-bs-target] img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.slider-customer-story-indicators button.active {
    opacity: 1;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transform: scale(1.2);
}
.slider-customer-story .carousel-inner {
    max-width: 950px;
    margin: auto;
    padding: 20px;
    text-align: center;
    background: #F2F3F8;
    border-radius: 20px;
    box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.slider-customer-story .carousel-inner p {
    margin: 20px 0px;
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
}
.slider-customer-story-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    gap: 15px;
}
.slider-customer-story-arrows .carousel-control-next, .slider-customer-story-arrows .carousel-control-prev {
    position: static;
    color: #000;
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, var(--secondary-color), var(--primary-color));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    border-radius: 100%;
    font-size: 24px;
}



.video-player {
    position: relative;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10);
}

.video-player__video {
    width: 100%;
    display: block;
    object-fit: cover;
}
.staff-story-items {
    border-top: solid 3px #ED9D00;
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}

.staff-story-items .staff-story-items-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.staff-story-items .staff-story-items-header .staff-story-items-header-image {
    height: 60px;
    width: 60px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 100%;
}
.staff-story-items .staff-story-items-header .staff-story-items-header-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.staff-story-items .staff-story-items-header .staff-story-items-header-info {
    display: flex;
    flex-direction: column;
}

.staff-story-items .staff-story-items-header .staff-story-items-header-info strong {
    font-size: 18px;
}

.staff-story-items .staff-story-items-header .staff-story-items-header-info small {
    display: block;
    color: var(--dark-grey);
    font-size: 13px;
}
.staff-story-items .staff-story-items-info p {
    margin: 0px;
    font-size: 14px;
    line-height: 22px;
}

.staff-story-items .staff-story-items-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.card-staff-story .col-sm-6.col-lg-4:nth-child(even) .staff-story-items {
    background: transparent;
    border-color: #82B536;
}
.card-staff-story {
    margin-bottom: 40px;
}
.card-staff-story {
    margin: 20px 0px 40px 0px;
}
.policies-card {
    max-width: 600px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.policies-card .policies-card-items {
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    display: block;
    cursor: pointer;
}
.annual-report-card {
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 60px;
    border: solid 1px var(--primary-color);
}

.annual-report-card .annual-report-card-img {
    max-width: 225px;
    flex-shrink: 0;
    text-align: center;
}

.annual-report-card .annual-report-card-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    width: 100%;
}

.annual-report-card .annual-report-card-list .annual-report-card-list-items {
    text-align: center;
    display: block;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 12px;
    border-radius: 15px;
    background: #fff;
     transition: all 0.3s ease;
     border: solid 1px transparent;
}
.annual-report-card .annual-report-card-list .annual-report-card-list-items:hover {
   border-color: var(--primary-color);
}

.annual-report-card .annual-report-card-list .annual-report-card-list-items img {
    max-width: 80px;
}

.annual-report-card .annual-report-card-list .annual-report-card-list-items strong {
    display: block;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}
.annual-report-card .annual-report-card-list-card h3 {
    margin: 0px;
}
.annual-report-card .annual-report-card-list-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.annual-report-outer {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.corporate-video-card
 {
    max-width: 1024px;
    margin: auto;
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
}

.contact-map {
    padding: 10px;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}

.corporate-video-card iframe {
    border-radius: 15px;
}
.pehchan-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.pehchan-card .pehchan-items {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 15px;
    gap: 10px;
    color: #000;
    border: solid 1px #ccc;
     transition: all 0.3s ease;
     cursor: pointer;
}
.pehchan-card .pehchan-items:hover {
    background: #fff;
    transform: translateY(-10px) !important;
}
.pehchan-card .pehchan-items .pehchan-items-icon {
    max-width: 50px;
    flex-shrink: 0;
}

.pehchan-card .pehchan-items .pehchan-items-info {
    flex: auto;
}

.pehchan-card .pehchan-items .pehchan-items-info p {
    margin: 0px;
    font-size: 14px;
    color: var(--dark-grey);
}

.pehchan-card .pehchan-items .pehchan-items-info strong {font-size: 16px;font-weight: 600;}
.page-tab-content {
    padding: 10px 0px 40px 0px;
}
.contact-info-card h3 {
    font-size: clamp(18px, 2vw, 22px);
}

.contact-info-card p, .contact-info-card a {
   color: var(--dark-grey);
   margin: 0px;
}
.contact-info-card ul.social-media {
    justify-content: start;
}
.form-contact-us .form-contact-us-action .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    border-radius: 10px;
}
.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.btn-upload-border {
    background: transparent;
    border: dotted 2px #bfbfbf;
    padding: 8px 20px;
    font-size: 18px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-transform: capitalize;
    width: 100%;
    display: block;
    transition: all 0.3s ease;
    cursor: pointer;
    font-weight: 400;
}
.btn-upload-border i {
    margin-right: 5px;
}
.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: 9;
    cursor: pointer;
}
input[type="file"] {
    padding: 8px 10px;
}
.policy-pages-hero {
    padding: 30px 0px;
}

.policy-pages-hero h2 {
    margin: 0px;
    font-weight: 600;
}
.policy-pages h2 {
    font-size: clamp(20px, 2vw, 26px);
    color:var(--primary-color)
}