/*** 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 ***/


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

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

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

.btn-md-square {
    width: 46px;
    height: 46px;
}

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

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

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/



/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-white);
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-secondary) !important;
}

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

@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;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }
    
    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

/* Default: Hide on mobile */
.carousel-content {
    display: none;
}

/* Show only on desktop (≥992px) */
@media (min-width: 992px) {
    .carousel-content {
        display: block; /* or flex, inline, etc. depending on layout */
    }
}

/* ABOUT US HEADER */
.about-header {
  position: relative;
  min-height: 600px;
  background-size: cover;
  background-position: center;
}

.about-header::after {
  content: "";
  inset: 0;
  position: absolute;
  background: rgba(0, 0, 0, .6);
}

/* Center text perfectly */
.about-header-caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.about-header-content {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 2rem;
}

/* Typography */
.about-header-content h6 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.about-header-content h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 1rem 0;
  line-height: 1.2;
}

.about-header-content p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 1.5rem auto 2.5rem;
  line-height: 1.8;
  opacity: 0.95;
}

/* Mobile: reduce height, hide text */
@media (max-width: 992px) {
  .about-header { min-height: 500px; }
  .about-header-content { display: none; }
}

@media (max-width: 768px) {
  .about-header { min-height: 400px; }
}



.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../imgs/c1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/

.companies-split-container {
    display: flex;
    min-height: 600px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.company-split-divider {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e0e0e0;
    z-index: 5;
    transform: translateX(-50%);
}

.company-split-half {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    position: relative;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.company-split-half:hover {
    flex: 1.1;
}

.company-split-left {
    background: linear-gradient(135deg, #f5f7fa 0%, #e8eef5 100%);
}

.company-split-right {
    background: linear-gradient(135deg, #f0f4f8 0%, #d9e2ec 100%);
}

.company-split-content {
    max-width: 450px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.company-split-logo {
    width: 140px;
    height: 140px;
    background: white;
    border: 3px solid #e0e0e0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.company-split-half:hover .company-split-logo {
    transform: scale(1.05);
    border-color: #3b82f6;
    box-shadow: 0 10px 30px rgba(59, 130, 246, 0.2);
}

.company-split-logo img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.company-split-name {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1e293b;
    min-height: 90px
}


.company-split-description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #475569;
    min-height: 90px;
    display: flex;
    align-items: center;
}

.company-split-features {
    display: grid;
    gap: 12px;
    margin-bottom: 35px;
    text-align: left;
    min-height: 300px;
    /* flex-grow: 1; */
}

.company-split-feature {
    background: white;
    padding: 12px 20px;
    border-radius: 8px;
    border-left: 3px solid #3b82f6;
    color: #334155;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    min-height: 60px;
    display: flex;
    align-items: center;
}

.company-split-feature:hover {
    transform: translateX(8px);
    box-shadow: 0 4px 8px rgba(59, 130, 246, 0.15);
}

.company-split-btn {
    display: inline-block;
    padding: 15px 40px;
    background: #3b82f6;
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.company-split-btn:hover {
    background: #2563eb;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(59, 130, 246, 0.4);
    color: white;
}

/* Responsive Design */
@media (max-width: 968px) {
    .companies-split-container {
        flex-direction: column;
        min-height: auto;
    }

    .company-split-divider {
        display: none;
    }

    .company-split-half {
        min-height: 500px;
        padding: 50px 30px;
    }

    .company-split-half:hover {
        flex: 1;
    }

    .company-split-name {
        font-size: 30px;
    }
}



/* business end */
/* ────── YOUR ORIGINAL BLOG STYLES ────── */
        .blog-item .blog-btn { z-index: 2; }
        .blog-btn .blog-btn-icon {
            height: 50px;
            position: relative;
            overflow: hidden;
        }
        .blog-btn-icon .blog-icon-2 {
            display: flex;
            position: absolute;
            top: 6px;
            left: -140px;
        }
        .blog-btn-icon:hover .blog-icon-2 {
            transition: 1s;
            left: 5px;
            top: 6px;
            padding-bottom: 5px;
        }
        .blog-icon-1 {
            position: relative;
            top: -4px;
        }
        .blog-btn-icon:hover .blog-icon-1 {
            top: 0;
            right: -140px;
            transition: 1s;
        }

        /* ────── SIDEBAR (future PDFs) ────── */
        .sidebar {
            background:#f8f9fa;
            padding:2rem;
            border-radius:8px;
            margin-bottom:2rem;
        }
        .sidebar h3 {
            margin:0.75rem 0;
            font-size:1.1rem;
            color:#333;
            cursor:pointer;
        }
        .sidebar h3:hover { color:#0d6efd; }

        /* ────── RESPONSIVE ────── */
        @media (max-width:992px){
            .sidebar { margin-bottom:1.5rem; }
        }
/*** Blog End ***/

/* testimonials */


/* end testimonials */


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/