/********** Template CSS **********/
:root {
    --primary: #C9A227;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 24px;
    height: 24px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 550px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/carousel-1.jpg) center center no-repeat;
}
.page-header-about{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-about.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-projects{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-projects.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-services{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-services.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-gallery{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-gallery.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-career{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-career.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-com-pro-details{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-com-pro-details.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header-ong-pro-details{
    background: linear-gradient(rgba(0, 10, 12, 0.8), rgba(0, 3, 3, 0.8)), url(../img/breadcrumb-ong-pro-details.jpg) center center no-repeat !important;
    background-position: center;
    background-size: 100% auto !important;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}
/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color:#fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color:#C9A227;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color:#C9A227;
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #C9A227;
}

.footer .copyright a:hover {
    color: var(--primary);
}
.navbar-brand img {
    width: 240px;
}
.hero-video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.devider{
    border-top: 2px solid #c9a227;
    width: 100px;
    height: 2px;
    margin-bottom: 6px;
}
.wel-vdots {
    position: relative;
    overflow: visible; /* allow image to go outside */
}
.welcome-video {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.wel-vdots img {
    position: absolute;
    bottom: -20px;
    right: -30px;
    width: 350px;
    z-index: -1;
    opacity: 0.9;
    transform: rotate(0deg); /* thoda tilt look */
}
.welcome h1 span{
    color: #C9A227;
    font-size: 50px;
}
.welcome h1{
    border-left: 6px solid #C9A227;
    padding-left: 12px;
}
.welcome{
    background-image: url("../img/cornerbg.png");
    background-repeat: no-repeat;
    background-position: top left;
}
/**/
.counterBox {
    /* background-size: 100% 100% !important; */
    background-position: center !important;
    background: 0 0/cover no-repeat fixed #000;
    background-image: linear-gradient(0deg, #000000d3 0, rgba(0, 0, 0, 0.507) 99%), url(../img/counterbg.jpg);
}
.counterBox1 {
    /* background-size: 100% 100% !important; */
    background-position: center !important;
    background: 0 0/cover no-repeat fixed #000;
    background-image: linear-gradient(0deg, #000000d3 0, rgba(0, 0, 0, 0.507) 99%), url(../img/growth.jpg);
}
.counterhead h1 span{
    color: #C9A227;
}
.counter-box {
    transition: 0.3s;
    padding: 20px 30px;
    background: #FFB7031F;
    margin-bottom: 20px;
}
.counter-box:hover {
    transform: translateY(-8px);
}
.counter-box h2 {
    font-size: 40px;
    font-weight: 700;
    color: #C9A227;
}
.counter-box p {
    color: #fff;
}
.home-wedo ul li{
    color: #001D23;
    margin-bottom: 6px;
    font-weight: 700;
}
.wedoImg img{
    transition: 0.3s;
    border-radius: 8px;
}
.wedoImg img:hover{
    transform: translateY(-8px);
}
.whatwedo{
    background-image: url("../img/whatwedobg.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.wedoImg {
    position: relative;
}
.wedoImg .main-img {
    width: 100%;
    border-radius: 10px;
}
.wedoImg .dots-img {
    position: absolute;
    bottom: -70px;
    left: -20px;
    width: 178px;
    z-index: 2;
}
.our-clients{
    background-image: url("../img/counter-bg.jpg");
    background-size: cover;
}
/*client logo scrolling*/
.brands-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.brands-track {
  display: flex;
  width: max-content;
  gap: 30px;
  animation: scrollBrands 20s linear infinite;
}
.brands-track img {
  height: 140px;
  object-fit: contain;
  flex-shrink: 0;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}
@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.brands-marquee:hover .brands-track {
  animation-play-state: paused;
}
@media (max-width: 1024px) {
  .brands-track {
    gap: 25px;
    animation-duration: 15s;
  }
}
@media (max-width: 768px) {
  .brands-track {
    gap: 20px;
    animation-duration: 30s;
  }
  .brands-track img {
    height: auto;
  }
}
/**/
.footer-add a:hover{
    color: #C9A227;
}
.footer-add p{
    color: #fff;
}
.footer-add p a{
    color: #fff;
}
.footer-add p i{
    color: #C9A227;
}
.footer{
    background-image: url("../img/footer-bg.jpg");
    background-size: cover;
}
.testimonial{
    background-image: url("../img/testimonial-q.png");
    background-repeat: no-repeat;
    background-position: top right;
}
.growth {
    background-image: url(../img/cornerbg.png);
    background-repeat: no-repeat;
    background-position: top left;
}
/**/

.highlight-box {
  background: #FFB7031F;
  border-radius: 15px;
  padding: 14px 20px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}
.highlight-box:hover {
  transform: translateY(-8px);
}
.highlight-box .icon {
  font-size: 40px;
  margin-bottom: 15px;
}
.highlight-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #C9A227;
  margin-bottom: 5px;
}
.highlight-box p {
  font-size: 14px;
  color: #fff;
}
/*responsive*/
@media (max-width: 768px) {
    .wel-vdots img {
        bottom: -50px;
        right: 0px;
        width: 220px;
    }
    .hero-video {
        height: 550px !important;
    }
    .mbanner{
        margin: 30px;
    }
    .nav-link {
        padding: .6rem 1.6rem;
    }
    .highlight-box {
        padding: 14px 6px;
    }
    .flogo img{
        width: 300px;
        margin-bottom: 10px;
    }
    .footer {
        background-size: auto;
        background-position: top;
    }
    .wedoImg .dots-img {
        bottom: -24px;
        left: -8px;
        width: 130px;
    }
    .navbar-brand img {
        width: 180px;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 15%;
    }
    .page-header {
        padding-top: 8rem;
        padding-bottom: 4rem;
        background-size: 100% 100% !important;
    }
    .ab-img-conetnt{
        margin-top: -20px;
    }
    .ab-img-conetnt h5{
        padding: 15px 4px !important;
        font-size: 16px !important;
    }
    .leaddership-order{
        order: 1;
    }
}
/**/
/*service page start*/
.service-page-main{
    margin: 20px 0;
    padding: 0px 0;
}
.service-box{
    background-color: #fff0e6;
    padding: 34px 20px;
    border-radius: 10px;
}
.service-box h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
}
.service-box p {
    color: #000;
}
.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 15px;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
    transition: 0.3s ease;
    width: 96%;
}
.service-list li:hover {
    transform: translateX(5px);
    background: #f8f9ff;
}
.service-list i {
    color: #C9A227;
    font-size: 20px;
    margin-top: 3px;
    min-width: 20px;
}
.service-list span {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}
.service-img img{
    border-radius: 10px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .service-order{
        order: 1;
    }
    .service img{
        margin-bottom: 10px;
    }
}
/*service page closed*/
.areas-work-card{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    border-left: 4px solid #c9a227;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.areas-work-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}
.areas-work-icon i{
    font-size: 22px;
    color: #c9a227;
    min-width: 30px;
    text-align: center;
}
.areas-work-content h5{
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
/*contact page start*/
.contact-area .quick-contact h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
    color: #000;
}
.contact-area .quick-contact {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 0px;
}
.contact-area .quick-contact ul li {
    font-size: 18px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: #131313;
    padding: 19px 20px;
    padding-left: 65px;
}
.quick-contact ul{
    padding-left: 0px;
}
.contact-area .quick-contact ul li i {
    position: absolute;
    left: 25px;
    top: 20px;
    font-size: 25px;
    color: #c9a227;
}
.contact-area .quick-contact ul li a {
    display: block;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
}
/*contact page closed*/
/*photo gallery start*/
.gallery-main {
  background-color: #fff;
  padding: 80px 0 50px;
}
.gallery-main h2 {
  text-align: center;
  margin: 10px 0 20px;
  text-transform: uppercase;
  font-size: 20px;

}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .card-image {
  background: #fff;
  display: block;
  /* padding-top: 70%; */
  position: relative;
  width: 100%;
  height: 250px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 0 3px #606060a3;
  padding: 10px;
}
.main .card-image:hover {
  transform: scale(1.05);
}
.main .card {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333;
  border-radius: 2px;
  /* width: 100%; */
}
.fancybox-button--share {
  display: none !important;
}
.card-event-gallery {
  margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
  .main .card-image {
    height: 140px !important;
  }
  .gallery-main {
    padding: 50px 0 0px;
  }
  .main {
    margin-bottom: 0px !important;
  }

  .mo-hide {
    display: none;
  }
  .gallery-caption {
    padding: 8px 4px !important;
  }
  .gallery-caption p {
    font-size: 10px !important;
  }
}
.fancybox-share_button {
  color: #000000;
}
.fancybox-caption {
    text-align: center !important;
    font-weight: 500;
    color: #ffffff;
    padding: 10px;
}
.gallery-caption {
    background: #0606067a;
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.gallery-caption p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 1.5;
}
.gallery-vdo video{
    width: 100%;
}
/*photo gallery closed*/
.ab-sqss{
    transition: all 0.3s ease;
}
.ab-sqss:hover{
    background-color: #FFF0E6;
    border-radius: 12px;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.ab-sqss img{
    width: 60px;
}
.ab-sqss h5{
    font-size: 22px;
    margin: 18px 0px;
}
/**/
.mv-image-box{
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 5px solid #C9A227;
}
.mv-image-box img{
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    transform: scale(1.1);
}
.mv-image-box img:hover{
    transform: scale(1.2);
    transition: .5s;
}
.mv-box-content{
    padding: 10px;
}
.mv-box-content h5{
    font-size: 30px;
    margin: 10px 0;
}
/**/
.project-main{
    border-radius: 15px;
    background-color: #FFF0E6;
    height: 100%;
}
.project-img{
    border-radius: 15px;
    overflow: hidden;
    border-bottom: 5px solid #C9A227;
}
.project-img img{
    width: 100%;
    border-radius: 15px;
    transition: .5s;
    transform: scale(1.1);
}
.project-img img:hover{
    transform: scale(1.2);
    transition: .5s;
}
.project-content{
    padding: 20px;
}
.project-main{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.project-content{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.project-content h4{
    font-size: 20px;
    margin-bottom: 10px;
}
.project-content h6{
    font-size: 14px;
}
.project-content p{
    font-size: 15px;
    margin-bottom: 10px;
}
.project-content .btn{
    margin-top: auto;
    align-self: flex-start;
}
/**/
.top-head a{
    color: #fff;
}
.top-head a:hover{
    color: #C9A227;
}
.ab-img-conetnt {
    position: relative;
    overflow: hidden;
}
.ab-img-conetnt img {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.ab-img-conetnt h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
/**/
.why-work-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.why-work-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #001D23;
    line-height: 1.7;
    transition: all 0.3s ease;
}
.why-work-list li:last-child {
    margin-bottom: 0;
}
.why-work-list li i {
    color: var(--primary);
    font-size: 18px;
    margin-top: 6px;
    flex-shrink: 0;
}
.why-work-list li span {
    flex: 1;
}
.why-work-list li:hover {
    transform: translateX(8px);
    color: var(--primary);
}
/**/
.career-card {
      background:#e3f6fb;
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 14px;
      overflow: hidden;
      position: relative;
      transition: border-color 0.3s, transform 0.35s;
      height: 100%;
      padding: 20px;
    }
    .career-card:hover {
      border-color: rgba(0, 0, 0, 0.4);
      transform: translateY(-6px);
    }
.career-card-battery{
    background-color: #e9e5fb;
}
.career-card-Charger{
    background-color: #fde8e1;
}
.career-card-Motor{
    background-color: #fde3e9;
}
.career-card p{
    color: #000;
}
.career-icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.icon-ev{
    background:#fff;
}
.career-title {
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.career-form{
    background-color: #e4e4e4;
    padding: 10px;
    margin-top: 24px;
}
.career-form h5{
    text-align: left;
}
.career-form h5 span{
    color: #C9A227;
}
.career-form h6{
    text-align: left;
}
.career-form h6 span{
    color: #C9A227;
}
.careerpost-img img{
    border-radius: 16px;
    margin: 0 auto;
    display: block;
}
/**/
.com-pro-details-main h4{
    font-size: 30px;
    font-weight: 700;
}
.com-pro-details-main p{
    color: #001D23;
}
.section-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    font-size: 30px;
}
th {
    background-color: #001D23 !important;
    color: white !important;
    font-size: 16px;
}
td{
    color:#001D23;
}
.com-pro-details-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.com-pro-details-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 6px;
    font-size: 16px;
    color: #001D23;
    line-height: 1.7;
    transition: all 0.3s ease;
}
.com-pro-details-list li:last-child {
    margin-bottom: 0;
}
.com-pro-details-list li i {
    color: var(--primary);
    font-size: 18px;
    margin-top: 4px;
    flex-shrink: 0;
}
.com-pro-details-list li span {
    flex: 1;
}
.com-pro-details-list li:hover {
    transform: translateX(8px);
    color: var(--primary);
}
.cp-carousel-caption h5 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    bottom: 40px !important;
    position: absolute;
    background-color: #00000070;
    padding: 8px 16px;
}
.cp-carousel-caption{
    background: none;
}