:root {
    --primary: #8e3062;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #3e2f6e;
    --grad: linear-gradient(110deg, var(--red) 0%, var(--magenta) 40%, var(--purple) 70%, var(--indigo) 100%);
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

h1, .h1, h2, .h2, .fw-bold {
    font-weight: 700 !important;
}

h3, .h3, h4, .h4, .fw-medium {
    font-weight: 600 !important;
}

h5, .h5, h6, .h6, .fw-semi-bold {
    font-weight: 500 !important;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0.5s linear;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility linear;
    visibility: visible;
    opacity: 1;
}

.text-primary {
    color: rgb(142, 48, 98) !important;
}

.btn {
    position: relative;
    transition: 0.4s;
    font-weight: 500;
    border-radius: 6px;
    overflow: hidden;
    z-index: 1;
}

.btn-primary {
    background: linear-gradient(303deg, rgb(48, 47, 113) 0px, rgb(219, 47, 84) 100%);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    box-shadow: rgba(162, 29, 46, 0.25) 0px 10px 20px;
}

.btn-primary::before {
    content: "";
    position: absolute;
    inset: 0px;
    background: rgb(28, 26, 58);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.4s;
    z-index: -1;
}

.btn-primary:hover::before {
    transform: scaleX(1);
}

.btn-primary:hover {
    color: rgb(255, 255, 255);
    transform: translateY(-2px);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 15px 25px;
}

.btn-primary:active {
    transform: scale(0.96);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-top {
    transition: 0.5s;
}

.top-bar {
    height: 30px;
    border-bottom: 1px solid rgba(53, 94, 252, 0.07);
    display: none !important;
}

.main-logo {
    width: 190px;
}

.navbar .dropdown-toggle::after {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar, .container-fluid.bg {
    background-color: rgb(255, 255, 255) !important;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        background: rgb(255, 255, 255);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}

.carousel-caption {
    inset: 80px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev, .carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0px 3rem 3rem 0px;
}

.carousel-control-next-icon {
    border-radius: 3rem 0px 0px 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: url("../img/carousel-1.webp") left top / cover no-repeat;
}

.page-header .breadcrumb-item, .page-header .breadcrumb-item a {
    font-weight: 500;
    color: #8e3062;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: var(--tertiary);
}

.breadcrumb-item.active {
    color: #6c757d !important;
}
.service .nav .nav-link {
    transition: 0.5s;
}

.service .nav .nav-link.active {
    background: linear-gradient(303deg, rgb(48, 47, 113) 0px, rgb(219, 47, 84) 100%);
    border-color: var(--primary) !important;
}

.service .nav .nav-link.active h5 {
    color: rgb(255, 255, 255) !important;
}

.service .nav .nav-link.active h5 i {
    color: rgb(255, 255, 255) !important;
}

.service .nav .nav-link.active {
    background: linear-gradient(303deg, rgb(48, 47, 113) 0px, rgb(219, 47, 84) 100%);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 25px;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    color: rgb(255, 255, 255) !important;
}

.service .nav .nav-link.active i {
    color: rgb(255, 255, 255) !important;
}

.service .nav .nav-link {
    transition: 0.3s;
    border-radius: 8px;
}

.service .nav .nav-link:hover {
    transform: translateX(6px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 8px 20px;
}

.tab-pane {
    animation: 0.6s ease 0s 1 normal none running fadeInUp;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.project-item, .project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: 0.5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    inset: 3rem 0px 0px 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: 0.5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: 0.5s;
}

.project-item:hover .project-title h4 {
    color: rgb(255, 255, 255);
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev, .project-carousel .owl-nav .owl-next {
    margin: 0px 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: 0.5s;
}

.project-carousel .owl-nav .owl-prev:hover, .project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}

.project-item .bg-light {
    transition: 0.3s;
}

.project-item:hover .bg-light {
    transform: translateY(-8px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}

.project-item img {
    object-fit: cover;
    height: 200px;
}

.text-primary i {
    margin-right: 2px;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: var(--light);
    background: rgb(0, 11, 28);
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.timeline-premium {
    position: relative;
    padding: 0px 0px;
}

.timeline-line {
    position: absolute;
    width: 2px;
    background: rgb(229, 231, 235);
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-41%);
}

.timeline-block {
    width: 50%;
    position: relative;
    margin-bottom: 0px;
}

.timeline-block.left {
    left: 0px;
    text-align: right;
    padding-right: 40px;
}

.timeline-block.right {
    left: 50%;
    padding-left: 40px;
}

.timeline-content {
    background: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 12px;
    /* border: 1px solid rgb(238, 238, 238); */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 30px;
    transition: 0.3s;
}

.timeline-content:hover {
    transform: translateY(-6px);
    box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 50px;
}

.timeline-content h5 {
    color: rgb(142, 48, 98);
    font-weight: 700;
    font-size: 26px;
}

.timeline-content p {
    margin: 0px;
    color: rgb(108, 117, 125);
    font-size: 16px;
}

.timeline-block::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 14px;
    height: 14px;
    background: rgb(142, 48, 98);
    border-radius: 50%;
    z-index: 2;
}

.timeline-block.left::before {
    right: -7px;
}

.timeline-block.right::before {
    left: -7px;
}

.fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0px);
}

@media (max-width: 768px) {
    .timeline-line {
        left: 8px;
    }

    .timeline-block {
        width: 100%;
        padding-left: 30px;
        margin-bottom: 20px;
        text-align: left !important;
    }

    .timeline-block.right {
        left: 0px;
    }

    .timeline-block.left::before, .timeline-block.right::before {
        left: 0px;
    }
    .Banner img {
    height: 50vh !important;
}
}


.Banner img{
    height: 100vh;
}



.office-section {
  background: #f8f9fc;
}

.section-title {
  font-weight: 700;
  color: #1d3557;
  border-left: 5px solid #457b9d;
  padding-left: 10px;
}

.office-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.office-header {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.office-header img {
  width: 45px;
  margin-right: 10px;
}

.office-card h5 {
  margin: 0;
  font-weight: 600;
  color: #011a41;
}

.office-card h6 {
  color: #8e3062;
  margin-bottom: 10px;
}

.office-card p {
  font-size: 14px;
  color: #555;
}


.office-card a{
  font-size: 14px;
  color: #8e3062;
}