/* header */
.main-logo {
	height: 70px;
	object-fit: fill;
	object-position: center center;	
}
@media (max-width: 768px) {
    .top-bar {
        padding: 0 ;
    }
    .logo-web-text2{
        font-size: 0.9rem;
        font-weight: 700;
    }
}

/*marquee*/
    ul.marquee {
        padding: 0;
        margin: 0;
        list-style: none;
        line-height: 1;
        position: relative;
        overflow: hidden;
        font-size: 16px;
        line-height: 32px;
        height: 28px;
    }
    @media (max-width: 768px) {
        ul.marquee {
            left: 0;
        }
    }
    ul.marquee a{
        color: var(--bs-light);
    }
    ul.marquee a:hover{
        color: var(--bs-secondary);
    }
    ul.marquee li {
        position: absolute;
        top: -999em;
        left: 0;
        display: block;
        white-space: nowrap;
    }

    .marquee-text:hover {
      color: var(--bs-secondary);
    }


/* color */
.bg-site-secondary {
  background-color: var(--secondary);
}

.bg-web-primary {
    background-color: var(--primary);
}

.text-web-primary {
    color: var(--primary);
}

.text-web-secondary {
    color: var(--secondary);
}

/*message from*/
    .msg-img {
      width: 15rem;
      height: 15rem;
      object-fit: cover;
      object-position: center top;
    }

/*notice section*/
    .notice-box {
        transition: background-color 0.3s ease;
    }
    .notice-box:hover {
        background-color: var(--light);
        text-decoration: none !important;
    }

    #noticeList > .border-primary:hover {
        border-color: var(--bs-danger) !important;
        transition: .5s;
    }

/*notice media gallrey*/
    .media-center:hover .show-on-hover {
      display: block;
      transition: .5s;
    }

    .media-img{
      width: 100%;
      height: 315px;
      object-position: center;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      top: 60px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--bs-light);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--accent-color);
      fill: none;
      stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

/*slider*/
    .web-slider {
        height: 100vh;
        object-fit: cover;
        object-position: center;
    }

    @media (max-width: 768px) {
        .web-slider {
            height: 50vh !important;
            object-fit: cover;
            object-position: center;
        } 

    }

    @media (max-width: 768px) {
      .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 293px !important;
      }
    }

/*why us*/
    .glass-bg {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(10px);
    }
    .hover-lift {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .hover-lift:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px var(--primary);
    }

    .home-para ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .home-para ul > li {
        position: relative;
        padding-left: 30px;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.6;
        color: #333;
    }

    .home-para ul > li::before {
        content: "✔"; /* custom bullet (can change to ✔, ➤, ★, →, etc.) */
        position: absolute;
        left: 0;
        top: 0;
        color: var(--bs-success);
        font-size: 18px;
    }


/* about  */
/* Reset padding on smaller devices */
@media (max-width: 991.98px) { /* below lg breakpoint */
    .col-lg-6.pt-4 > div > img.position-absolute.top-0.start-0.w-100.h-100 {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
        position: relative !important;
    }
    .col-lg-6.pt-4 > div > img.position-absolute.bg-white.pt-2.pe-2 {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        margin-top: 15px;
    }
    /* Optional: set min-height to auto or reduce */
    .col-lg-6.pt-4 {
        min-height: auto !important;
    }
}
.developer{
    color: var(--saffron);
}
.developer:hover{
    color: white;
}

/* gallery */
    .main-gallery {
        height: 212px;
        object-fit: cover;
        object-position: center center; 
    }

    .folder-stack { cursor:pointer; transition: transform 0.3s; }
    .folder-stack:hover { transform: translateY(-5px) scale(1.03); }

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}

/*** Button ***/
    .btn {
        transition: .5s;
        font-weight: 600;
        text-transform: uppercase;
    }

    .btn-primary,
    .btn-outline-primary:hover {
        color: var(--bs-light);
    }

    .btn-secondary,
    .btn-outline-secondary:hover {
        color: var(--bs-dark);
    }

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

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

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

    .btn-xl-square {
        width: 60px;
        height: 60px;
    }

    .btn-xxl-square {
        width: 75px;
        height: 75px;
    }

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

/*** Team ***/
    .team .team-item {
        background: var(--bs-white);
        box-shadow: 0 0 45px rgba(0, 0, 0, .05);
    }
    .team-img-wrapper{
        height: 200px;
    }
    .team .team-item .team-social {
        position: absolute;
        width: 100%;
        height: 0;
        top: 0;
        /* right: 0; */
        transition: .5s;
        background: var(--bs-primary);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team .team-item:hover .team-social {
        /* width: 100%; */
        height: 30%;
        left: 0;

    }

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

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

/*** Testimonial ***/
    .testimonial-img {
        position: relative;
        min-height: 400px;
        overflow: hidden;
    }

    .testimonial-img div {
        position: absolute;
        width: 100px;
        height: 100px;
        animation-duration: 5s;
    }

    .testimonial-img div:nth-child(1) {
        top: 10%;
        left: 10%;
        animation-delay: .1s;
    }

    .testimonial-img div:nth-child(2) {
        top: 60%;
        left: 20%;
        animation-delay: .4s;
    }

    .testimonial-img div:nth-child(3) {
        top: 20%;
        left: 60%;
        animation-delay: .7s;
    }

    .testimonial-img div:nth-child(4) {
        bottom: 10%;
        right: 10%;
        animation-delay: 1s;
    }

    .testimonial-img div::after {
        position: absolute;
        content: "";
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        box-shadow: 0 0 10px 10px var(--bs-white) inset;
        z-index: 1;
    }

    .testimonial-carousel .owl-item img {
        width: 100px;
        height: 100px;
    }

    .testimonial-carousel .owl-nav {
        margin-top: 15px;
        display: flex;
    }

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

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

.service-img{
    height: 250px;
    object-fit: cover;
    object-position: center;
}
.service-overlay{
      background: linear-gradient(to top, rgba(0, 129, 250, 0.6) 0%, rgba(255, 255, 255, 0) 20%);
}

/*** team ***/
    .team-card {
        perspective: 1000px;
    }

    .team-info {
        position: relative;
        height: 80px; /* height of the name/designation area */
        transform-style: preserve-3d;
        transition: transform 0.6s ease;
    }

    .team-card:hover .team-info {
        transform: rotateY(180deg);
    }

    .team-info .front,
    .team-info .back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .team-info .front {
        background: #fff;
        color: #333;
    }

    .team-info .back {
        background: var(--primary); /* Bootstrap primary */
        color: #fff;
        transform: rotateY(180deg);
    }

    .social-links a {
        color: #fff;
        margin: 0 8px;
        font-size: 18px;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .social-links a:hover {
        color: #0e0d0d; /* yellow hover effect */
    }

    .team-img {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }
/*Service*/
    .diagonal-card { height: 220px; display: flex; }
    .diagonal-card-img {
        width: 50%; background-size: cover; background-position: center;
        clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    }
    .diagonal-card-content {
        width: 50%; background: #fff; display: flex; flex-direction: column; justify-content: center;
    }

/* Product */
    .product-image {
        height: 250px; /* adjust as needed */
        object-fit: cover; 
        width: 100%;
        border-radius: 8px; /* optional, for smooth edges */
    }
    .product-image:hover {
        transform: scale(1.05);
        transition: transform 0.3s ease;
    }
