.footer-desc {
    color: #000 !important;
    text-align: justify;
    letter-spacing: 0.3px;
}

.story {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e1306c;
    display: flex;
    justify-content: center;
    align-items: center;
}

.story img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-story {
    font-size: 16px;
    color: #777;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
}

/* Optional: space between Swiper slides */
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*** Spinner Start ***/

#spinner {

    opacity: 0;

    visibility: hidden;

    transition: opacity .8s ease-out, visibility 0s linear .5s;

    z-index: 99999;

 }

 #spinner.show {

     transition: opacity .8s ease-out, visibility 0s linear .0s;

     visibility: visible;

     opacity: 1;

 }

/*** Spinner End ***/



.product-image {

    width: 100%;

    height: 500px; /* Set the height you want */

    object-fit: cover;

    border-radius: 8px;

}

.custom-heading {
    font-family: 'Poppins', sans-serif;
}

.custom-img {
    width: 100%;
    max-width: 500px;      /* image width limit */
    height: 520px;         /* increased height */
    object-fit: cover;     /* keeps image clean without stretch */
}


.event-fixed-img {

    height: 350px;

    object-fit: cover;

}



.whatsapp-float {

    position: fixed;

    width: 60px;

    height: 60px;

    bottom: 20px;

    right: 20px;

    background-color: #25D366;

    color: white;

    border-radius: 50%;

    text-align: center;

    font-size: 32px;

    z-index: 1000;

    display: flex;

    justify-content: center;

    align-items: center;

    box-shadow: 0px 4px 10px rgba(0,0,0,0.3);

    transition: 0.3s ease-in-out;

}



.whatsapp-float:hover {

    background-color: #1ebc57;

    transform: scale(1.1);

}





.back-to-top {

    position: fixed;

    right: 30px;

    bottom: 30px;

    z-index: 99;

}



h1, h2, h3, .h1, .h2, .h3 {

    font-weight: 500 !important;

    font-family: Arial, Helvetica, sans-serif !important;

}



h4, h5, h6, .h4, .h5, .h6 {

    font-weight: 600 !important;

    font-family: 'Open Sans', sans-serif !important;

}

.category-img {
    width: 100%;
    height: 280px;          /* fixed height */
    object-fit: cover;      /* crop nicely */
    background-color: #f2f2f2;
}


.my-6 {

    margin-top: 6rem;

    margin-bottom: 6rem;

}



.py-6 {

    padding-top: 3rem;

    padding-bottom: 3rem;

}



.wow,

.animated {

    animation-duration: 2s !important;

}





/*** Button Start ***/

.btn.btn-primary {

    border: 0;

}



.btn.btn-primary:hover {

    background: var(--bs-dark) !important;

    color: var(--bs-primary) !important;

}



.btn {

    font-weight: 600;

    transition: .5s;

}



.btn-square {

    width: 32px;

    height: 32px;

}



.btn-sm-square {

    width: 38px;

    height: 38px;

}



.btn-md-square {

    width: 44px;

    height: 44px;

}



.btn-lg-square {

    width: 56px;

    height: 56px;

}



.btn-square,

.btn-sm-square,

.btn-md-square,

.btn-lg-square {

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: normal;

}

/*** Button End ***/



/*why choose us*/
/* Why Arconic Section */
.why-arconic {
    background: #f8f9fa;
}

.badge-title {
    display: inline-block;
    padding: 6px 18px;
    border-radius: 30px;
    background: #e9f1ff;
    color: #1e3a8a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 12px;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 12px;
}

.section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #555;
    font-size: 15px;
}

.why-card {
    background: #ffffff;
    padding: 30px 22px;
    border-radius: 14px;
    text-align: center;
    height: 100%;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.why-card i {
    font-size: 36px;
    color: #1e40af;
    margin-bottom: 15px;
}

.why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #111827;
}

.why-card p {
    font-size: 14px;
    color: #555;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(30,64,175,0.15);
}
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }

    .why-card {
        padding: 25px 18px;
    }
}

@media (max-width: 576px) {
    .section-subtitle {
        font-size: 14px;
    }
}


/*** Navbar Start ***/

.nav-bar {

    background: var(--bs-light);

    border-bottom: 1px solid rgba(0, 0, 0, .05);

}



.navbar .navbar-nav .nav-link {

    padding: 10px 12px;

    font-weight: 600;
    color:#2C4877;

    font-size: 17px;

    transition: .5s;

}



.navbar .navbar-nav .nav-link:hover,

.navbar .navbar-nav .nav-link.active {

    color:#2C4877;

}



.navbar .dropdown-toggle::after {

    border: none;

    content: "\f107";

    font-family: "Font Awesome 5 Free";

    font-weight: 700;

    vertical-align: middle;

    margin-left: 8px;

}



@media (min-width: 1200px) {

    .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;

        opacity: 1;

    }

}



.dropdown .dropdown-menu a:hover {

    background: var(--bs-primary);

    color: var(--bs-white);

}



#searchModal .modal-content {

background: rgba(144, 238, 144, 0.7);



}

/*** Navbar End ***/





/*** Events Start ***/
.event .tab-class .nav-item a.active {
    background-color: #2C4877 !important; /* Your blue shade */
    color: #ffffff !important;
}




.event .event-img .event-overlay {

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0;

    left: 0;

    background: rgba(144, 238, 144, 0.7);



    border-radius: 8px;

    transition: 0.5s;

    opacity: 0;

    z-index: 1;

}



.event .event-img:hover .event-overlay {

    opacity: 1;

}

/*** Events End ***/





/*** service start ***/

.service .service-item {

    position: relative;

    height: 100%;

    border-radius: 8px;

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

}



.service-content::after {

    position: absolute;

    content: "";

    width: 100%;

    height: 0;

    top: 0;

    left: 0;

    bottom: auto;

    background: var(--bs-primary);

    border-radius: 8px;

    transition: 1s;

}



.service-item:hover .service-content::after {

    height: 100%;

    opacity: 1;

}



.service-item .service-content-icon {

    position: relative;

    z-index: 2;

}



.service-item .service-content-icon i,

.service-item .service-content-icon p {

    transition: 1s;

}



.service-item:hover .service-content-icon i {

    color: var(--bs-dark) !important;

}



.service-item:hover .service-content-icon p {

    color: var(--bs-white);

}



.service-item:hover .service-content-icon a.btn-primary {

    background: var(--bs-white);

    color: var(--bs-dark);

}



.service-item .service-content-icon a.btn-primary {

    transition: 1s !important;

}

/*** Services End ***/





/*** Menu Start ***/

.menu .nav-item a.active {

    background: var(--bs-primary) !important;

}



.menu .menu-item .border-bottom {

    border-bottom-style: dashed !important;

}

/*** Menu End ***/





/*** Youtube Video start ***/

.video {

    position: relative;

    height: 100%;

    min-height: 400px;

    background: linear-gradient(rgba(144, 238, 144, 0.7), rgba(144, 238, 144, 0.7)), url('../admin/images/IMG-20251111-WA0021.jpg');

   /*** background-image: url('admin/images/IMG-20251111-WA0021.jpg'); ***/

    background-position: center center;

    background-repeat: no-repeat;

    background-size: cover;

    border-radius: 8px;

}



.video .btn-play {

    position: absolute;

    z-index: 3;

    top: 50%;

    left: 50%;

    transform: translateX(-50%) translateY(-50%);

    box-sizing: content-box;

    display: block;

    width: 32px;

    height: 44px;

    border-radius: 50%;

    border: none;

    outline: none;

    padding: 18px 20px 18px 28px;

}



.video .btn-play:before {

    content: "";

    position: absolute;

    z-index: 0;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 100px;

    height: 100px;

    background: var(--bs-primary);

    border-radius: 50%;

    animation: pulse-border 1500ms ease-out infinite;

}



.video .btn-play:after {

    content: "";

    position: absolute;

    z-index: 1;

    left: 50%;

    top: 50%;

    transform: translateX(-50%) translateY(-50%);

    display: block;

    width: 100px;

    height: 100px;

    background: var(--bs-white);

    border-radius: 50%;

    transition: all 200ms;

}



.video .btn-play img {

    position: relative;

    z-index: 3;

    max-width: 100%;

    width: auto;

    height: auto;

}



.video .btn-play span {

    display: block;

    position: relative;

    z-index: 3;

    width: 0;

    height: 0;

    border-left: 32px solid var(--bs-dark);

    border-top: 22px solid transparent;

    border-bottom: 22px solid transparent;

}



@keyframes pulse-border {

    0% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);

        opacity: 1;

    }



    100% {

        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);

        opacity: 0;

    }

}



#videoModal {

    z-index: 99999;

}



#videoModal .modal-dialog {

    position: relative;

    max-width: 800px;

    margin: 60px auto 0 auto;

}



#videoModal .modal-body {

    position: relative;

    padding: 0px;

}



#videoModal .close {

    position: absolute;

    width: 30px;

    height: 30px;

    right: 0px;

    top: -30px;

    z-index: 999;

    font-size: 30px;

    font-weight: normal;

    color: #FFFFFF;

    background: #000000;

    opacity: 1;

}

/*** Youtube Video End ***/



/*** Product display ***/



.product-img {

    width: 100%;

    height: 350px; /* Set your desired height */

    object-fit: cover;

    border-radius: 8px;

}

/*** Product display end ***/







/*** Blog Start ***/

.blog-item {

    position: relative;

}



.blog-item img {

    transition: 0.5s;

}



.blog-item:hover img {

    transform: scale(1.3)

}



.blog-item .blog-content {

    position: relative;

    transform: translateY(-50%);

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

}



.blog-item .blog-content a.btn h5 {

    transition: 0.5s;

}



.blog-item:hover .blog-content a.btn h5 {

    color: var(--bs-primary) !important;

}

/*** Blog End ***/





/*** Team Start ***/

.team-item {

    width: 100%;

    height: 100%;

    position: relative;

}



.team-item .team-icon {

    position: absolute;

    top: 0;

    right: 0;

}



.team-item .team-icon .share-link {

    opacity: 0;

    transition: 0.9s;

}



.team-item:hover .share-link {

    opacity: 1;

}



.team-item .team-content {

    transition: 0.9s;

}



.team-item:hover .team-content {

    background: var(--bs-primary) !important;

    color: var(--bs-dark) !important;

}



.team-item .team-content h4,

.team-item .team-content p {

    transition: 0.5s;

}



.team-item:hover .team-content h4 {

    color: var(--bs-dark) !important;

}



.team-item:hover .team-content p {

    color: var(--bs-white);

}

/*** Team End ***/



/*** testimonial Start ***/
/*** testimonial Start ***/
.testimonial-item {
    border: 1px solid var(--bs-primary);
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%; /* Let JS handle exact height */
    box-sizing: border-box;
}

.testimonial-content {
    margin-top: 10px;
    flex-grow: 1;
    overflow: hidden; /* prevent overflow for small text */
}


/* Optional: limit long text to prevent excessive height */
.testimonial-content p {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* adjust number of lines if needed */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
    object-fit: contain; /* show full image without cropping */
    border-radius: 50%; /* keeps circle shape */
    background-color: #f0f0f0; /* optional: light background for empty spaces */
}

.testimonial-carousel.owl-rtl .testimonial-item {
    direction: ltr !important;
}
/*** testimonial End ***/

/*** testimonial End ***/



/* Container Padding */
.event {
    padding: 60px 0;
    background-color: #f9f9f9;
}

/* Section Heading */
.event .text-center h1 {
    font-weight: 700;
    color:black;
}

.event .text-center small {
    font-size: 0.9rem;
    letter-spacing: 1px;
}

/* Sector Grid */
.sector-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Individual Sector Item */
.sector-item {
    display: flex;
    justify-content: center;
}

/* Sector Card */
.sector-card {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 250px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.sector-card img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.sector-card h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #2C4877;
    margin: 0;
}

/* Hover Effect */
.sector-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.2);
}

.sector-card:hover img {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 768px) {
    .sector-card {
        max-width: 45%;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .sector-card {
        max-width: 90%;
    }
}

/*** Contact start ***/

.contact-form {

    box-shadow: 0 0 45px rgba(0, 0, 0, .08);

}

.contact-info p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
}

.contact-link {
    color:black;
    text-decoration: none;
    font-weight: 500;
    word-break: break-word;
}

.contact-link:hover {
    text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 576px) {
    .contact-info {
        text-align: center;
    }

    .contact-info p {
        font-size: 15px;
    }
}


/*** Contact End ***/

/**services section**/
/* ==============================
   Services Section
============================== */

.service-box {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
    height: 100%;
    background: #ffffff;
}

.service-box i {
    transition: transform 0.35s ease, color 0.35s ease;
}

.service-box h4 {
    font-weight: 600;
    color: #1a1a1a;
}

.service-box p {
    font-size: 15px;
    line-height: 1.7;
}

.service-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-box:hover i {
    transform: scale(1.15);
}

/* ==============================
   Responsive Typography
============================== */

@media (max-width: 991px) {
    .service-box p {
        font-size: 14.5px;
    }
}

@media (max-width: 767px) {
    .service-box {
        padding: 25px 20px;
    }

    .service-box i {
        font-size: 2.5rem;
    }

    .service-box h4 {
        font-size: 1.1rem;
    }
}

@media (max-width: 575px) {
    .service-box {
        text-align: center;
    }

    .service-box p {
        font-size: 14px;
    }

    .service-box i {
        font-size: 2.2rem;
    }

    .display-5 {
        font-size: 1.8rem;
    }
}

/* ==============================
   Section Padding Fix
============================== */
/* Category Image */
.category-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* FORCE SAME TITLE BAR STYLE FOR ALL */
.team-content {
    background-color: #2C4877 !important; /* SAME BLUE */
    padding: 14px 10px;                  /* SAME PADDING */
    text-align: center;
    border-radius: 0 0 10px 10px;
    min-height: 52px;                    /* SAME HEIGHT */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Category Title */
.category-title {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.4px;
    line-height: 1.3;
}

/* Card */
.team-item {
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}


@media (max-width: 576px) {
    .container-fluid.py-6 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

/* Zoom effect on hover icon */
.zoom-image i {
    transition: transform 0.3s ease;
}

.zoom-image:hover i {
    transform: scale(1.3); /* makes the icon bigger on hover */
}

/* Fancybox image styling */
.fancybox__container .fancybox__slide img {
    width: 700px;   /* set desired width */
    height: auto;    /* maintain aspect ratio */
    max-width: none; /* remove default max-width */
    max-height: none; /* remove default max-height */
}


/* ===============================
   Team Section CSS
================================= */
/* ===============================
   Team Section CSS
================================= */

/* Overall section */
.team-section {
    
    width: 100%;
    padding: 60px 20px;
    background: #ffffff; /* section background */
}

@media (max-width: 992px) {
    .team-header h1 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .team-header h1 {
        font-size: 2rem;
    }
}

/* Team Cards Row */
.team-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

/* Individual Card */
.team-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    color :#2C4877;
    padding: 10px 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
}

/* Hover effect */
.team-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Team Photo */
.team-photo {
    position: relative;
    width: 100%;
    padding-top: 75%; /* smaller height (was 100%) */
    overflow: hidden;
   
    background-color: #e6eaf6;
    transition: transform 0.4s ease;
}

.team-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

.team-card:hover .team-photo {
    transform: scale(1.05);
}

/* Member Name */
.team-name {
    color: #2C4877;
    font-weight: 900;
    font-size: 1.6rem; /* slightly smaller for smaller cards */
    margin-top: 12px;
    text-align: center;
}

/* Info Section */
.team-info {
    margin-top: 8px;
    text-align: center;
}

.team-info p {
    color:#2C4877;
    margin: 4px 0;
    font-size: 1rem;
}

.team-info .experience {
    color:#2C4877; /* golden highlight */
    font-weight: 600;
    font-size: large;
}
/* Description */
.team-description p {
    color:#2C4877; /* dark text on white section */
    max-width: 900px;
    margin: 15px auto;
    line-height: 1.7;
    font-size: 1.2rem;
    text-align: justify; /* changed from center to justify */
}


/* Responsive Adjustments */
@media (max-width: 1200px) {
    .team-card {
        width: 45%;
    }
}

@media (max-width: 992px) {
    .team-cards {
        flex-direction: column;
        align-items: center;
    }

    .team-card {
        width: 80%;
        max-width: 400px;
    }
}

@media (max-width: 576px) {
    .team-card {
        width: 95%;
    }

    .team-name {
        font-size: 1.3rem;
    }

    .team-info p {
        font-size: 0.85rem;
    }

    .team-description p {
        font-size: 0.9rem;
    }
}


/*** Footer Start ***/

.footer .footer-item a.text-body:hover {

    color: var(--bs-primary) !important;

}

/*** Footer End ***/



/* HERO SLIDER */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Slides Wrapper */
.slides {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

/* Active Slide */
.hero-slide.active {
    opacity: 1;
    z-index: 1;
}

/* Image */
.hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomEffect 8s linear infinite;
}

/* Overlay */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.35)
    );
}
/* Content wrapper */
.hero-content {
    position: absolute;
    bottom: 80px;          /* distance from bottom */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
    z-index: 3;
}

/* Slider Title */
.hero-content h1 {
    font-size: 70px;
    font-weight: 800;
    line-height: 1.2;
    color: #ffffff;
    animation: slideUp 1.2s ease forwards;
    margin: 0;
}

/* Navigation Buttons */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    font-size: 40px;
    padding: 10px 18px;
    cursor: pointer;
    z-index: 5;
}

.nav.prev { left: 20px; }
.nav.next { right: 20px; }

/* Animations */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomEffect {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 38px;
    }
}






