@import url('https://fonts.googleapis.com/css?family=Roboto');

:root {
    /* Theme colors */
    --bs-navbar-bg: #5161ce;
    --bs-navbar-height: 56px;
}

body {
    font-family: 'Roboto', sans-serif;
}

* {
    margin: 0;
    padding: 0;
}

i {
    margin-right: 10px;
}

/*----------bootstrap-navbar-css------------*/
.navbar-logo {
    padding: 15px;
    color: #fff;
}

.navbar-mainbg {
    background-color: var(--bs-navbar-bg);
    padding: 0;
}

#navbarSupportedContent {
    overflow: hidden;
    position: relative;
}

#navbarSupportedContent ul {
    padding: 0;
    margin: 0;
}

#navbarSupportedContent ul li a i {
    margin-right: 10px;
}

#navbarSupportedContent li {
    list-style-type: none;
    float: left;
}

#navbarSupportedContent ul li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    font-size: 15px;
    display: block;
    padding: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
}

#navbarSupportedContent>ul>li.active>a {
    color: var(--bs-navbar-bg);
    background-color: transparent;
    transition: all 0.7s;
}

#navbarSupportedContent a:not(:only-child):after {
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    transition: 0.5s;
}

#navbarSupportedContent .active>a:not(:only-child):after {
    transform: rotate(90deg);
}

.hori-selector {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-top: 10px;
}

.hori-selector .right,
.hori-selector .left {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #fff;
    bottom: 10px;
}

.hori-selector .right {
    right: -25px;
}

.hori-selector .left {
    left: -25px;
}

.hori-selector .right:before,
.hori-selector .left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--bs-navbar-bg);
}

.hori-selector .right:before {
    bottom: 0;
    right: -25px;
}

.hori-selector .left:before {
    bottom: 0;
    left: -25px;
}

@media (min-width: 992px) {
    .navbar-expand-custom {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-custom .navbar-toggler {
        display: none;
    }

    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

@media (max-width: 991px) {
    #navbarSupportedContent ul li a {
        padding: 12px 30px;
    }

    .hori-selector {
        margin-top: 0;
        margin-left: 10px;
        border-radius: 0;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .hori-selector .left,
    .hori-selector .right {
        right: 10px;
    }

    .hori-selector .left {
        top: -25px;
        left: auto;
    }

    .hori-selector .right {
        bottom: -25px;
    }

    .hori-selector .left:before {
        left: -25px;
        top: -25px;
    }

    .hori-selector .right:before {
        bottom: -25px;
        left: -25px;
    }
}

/*---------- End of bootstrap-navbar-css ------------*/

/*---------- Main Content Styles ------------*/

#hero-section {
    margin-top: calc(-1 * var(--bs-navbar-height));
    padding-top: var(--bs-navbar-height);
}

/*---------- Footer Styles ------------*/
.footer-mainbg {
    background-color: var(--bs-navbar-bg);
    color: #fff;
    text-align: center;
    padding-top: 2rem;
}

.footer-mainbg h5 {
    color: #fff;
    margin-bottom: 1rem;
}

.footer-mainbg p {
    color: rgba(255, 255, 255, 0.85);
}

.footer-mainbg ul.list-unstyled {
    padding-left: 0;
}

.footer-mainbg a.footer-link {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-mainbg a.footer-link:hover,
.footer-mainbg a.footer-link:focus {
    color: #ffffff;
}

.bg-body-tertiary {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
}
.cta-bg {
    background: linear-gradient(135deg, #2c3e50 0%, #3498db 100%);
}
.services-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url('../images/services-hero-bg.jpg') center center/cover no-repeat;
    padding: 8rem 0;
    margin-top: -2rem; /* Compensate for navbar offset */
}
.shadow-hover {
    transition: all 0.3s ease;
    border: 1px solid rgba(0 0 0 / 0.05);
}

.shadow-hover:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 2rem rgba(0 0 0 / 0.1) !important;
}

.service-image {
    height: 200px;
    object-fit: cover;
    border-bottom: 3px solid var(--bs-primary);
}

.cta-strategic {
    background: var(--bs-primary-bg-subtle);
    position: relative;
    overflow: hidden;
}
.contact-hero {
    background: linear-gradient(rgba(0 0 0 / 0.85), url('assets/images/contact-bg.jpg')) center/cover;
    padding: 6rem 0;
    margin-top: calc(-1 * var(--bs-navbar-height));
    padding-top: var(--bs-navbar-height);
  }
    
  .form-floating > label {
    padding: 1rem 1.25rem;
  }
  
  .form-control:focus {
    box-shadow: 0 0 0 3px rgba(13 110 253 / 0.25);
  }
  
  .alert {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 9999;
    min-width: 350px;
  }