/**************************************/
/************ General CSS *************/
/**************************************/
@import url('https://fonts.cdnfonts.com/css/avenir-lt-pro');
@import url('https://fonts.cdnfonts.com/css/roboto');
body {
    color: #757575;
    font-family: 'Avenir LT Pro', sans-serif;
    background: #ffffff;
}

a {
    color: #4F84C4;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #ec7424;
    outline: none;
    /* text-decoration: none; */
}

p {
    color: #757575;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #888888;
    margin: 0 0 15px 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.mt-100 {
    margin-top: 90px;
}


#nav.nav-sticky .logo-text span {
    font-size: 2.3rem;
}
.dropdown-toggle::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
}
.tawk-icon-right{
    display: none !important;
}
/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #011C4C;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;
}

.back-to-top i {
    color: #ffffff;
}

.btn-outline-warning {
    color: #fff;
    border-color: #011C4C;
    background-color: #011C4C;
}
.btn-outline-warning:hover {
    color: #fff;
    border-color: #ec7424;
    background-color: #ec7424;
}
.bg-warning {
    background-color: #ec7424 !important;
    color: #fff;
}
/**************************************/
/************** Nav CSS ***************/
/**************************************/
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    padding: 5px 220px;
    z-index: 999;
     border-bottom: 2px solid rgba(0, 0, 0, .3);
}

#nav.nav-sticky {
    height: 80px;
    padding: 5px 220px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

#nav .navbar {
    height: 100%;
    background: transparent !important;
}

#nav .navbar-brand {
    padding: 0;
}

#nav .navbar-brand img {
    position: absolute;
    max-height: 70px;
    margin-top: -34px;
    transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
    position: absolute;
    max-height: 66px;
    margin-top: -34px;
    transition: all .5s;
}
#nav .nav-link{
    font-family: "Roboto" !important;
    font-weight: 400;
    font-size: 1em !important;
}
#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover{
    color: #000;
}

#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ec7424;
    background: #ffffff;
    transition: none;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ec7424 !important;
}
#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
    color: #ec7424;
}

.navbar-toggler-icon {
    background-color: #ec7424 !important; ;
}
.expertise-sm{
    display: none !important;
}
@media (min-width: 768px) {

    #nav,
    #nav .navbar {
      background: #fff !important;
    }

    #nav a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform:capitalize;
        /* font-weight: bold; */
    }
    .navbar-nav{
        margin-top: 10px !important;
    }
}
@media (min-width: 768px) and (max-width: 1500px) {
    #nav,#nav.nav-sticky {
        padding: 0 40px;
    }
}
@media (max-width: 768px) {

    #nav,
    #nav .navbar {
        background: #fff !important;
    }

    #nav a.nav-link {
        padding: 5px;
    }

    #nav .dropdown-menu {
        box-shadow: none;
    }

    #nav .container-fluid {
        padding: 0;
    }
    .navbar-nav{
        margin-top: 30px !important;
    }
    .header .img-text {
        padding-left: 10px !important;
        padding-right: 10px !important;
        position: relative;
        font-size: 11px;
        width: 98% !important;
        top: 3% !important;
        color: #fff !important;
    }
    .bgimg-about {
        height: 85vh !important;
    }
    .expertise-lg{
        display: none !important;
    }
    .expertise-sm{
        display: block !important;
    }
    #nav,#nav.nav-sticky {
        padding: 5px;
    }
    .client-imgs img {
        width: 100%;
    }

    .package-content {
        flex-grow: 1;
        margin-top: 0px !important;
    }
    .package-card:hover {
        height: 350px !important;
    }
    .package-card {
        display: flow !important;
    }
}



/**************************************/
/************* Header CSS client-imgs*************/
/**************************************/
.header {
    background: #ffffff;
    margin-top: 90px;
}

.header .img-text {
    padding-left: 45px;
    width: 880px;
    position: absolute;
    top: 10%;
}
/* .header .img-text h1 {
   font-size: 2.4em;
} */
.header .img-text h2 {
    color: #011C4C;
    font-size: 2em !important;
    font-family: 'Avenir LT Pro', sans-serif !important;
 }
.header .img-text h2,.header .bgimg-1 .img-text p{
    color:#000 !important;
    font-family: "Roboto" !important;
    font-size: 1.1em;
}
.bgimg-1 {
    position: relative;
    /* background-position: right bottom; */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    /* background-image: url("./../img/robotic2.jpg"); */
    background-image: url("./../img/home.jpeg");
    /* filter: invert(40%); */
    height: 100vh;

}
.bgimg-about {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    /* background-image: url("./../img/robotic.jpg"); */
    background-image: url("./../img/earth.jpg");
    height: 60vh;

}
.header .bgimg-about .img-text {
    padding-left: 250px;
    width: 820px;
}





/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
    position: relative;
    max-width: 800px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    color: #666666;
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
}

.section-header::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #cccccc;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}


/**************************************/
/********* Goals + Single CSS *********/
/**************************************/
.goal-section {
    background-color: #011C4C;
}

.goal-card {
    position: relative;
    background-color: white;
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 10px;
}

.goal-card:hover {
    /* transform: translateY(-20px); */
    background-color: #ec7424;
    color: white;
}

.goal-icon {
    font-size: 3em;
    color: #011C4C;
    margin-bottom: 10px;
    transition: color 0.3s ease-in-out;
}

.goal-title {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 100px;
    color: #000;
    transition: margin 0.5s ease-in-out, color 0.3s ease-in-out;
}

.goal-card:hover .goal-title {
    /* transform: translateY(-40px); */
    /* Moves the title upwards smoothly */
    margin-top: -100px !important;
    color: white;
}

.goal-card:hover .goal-icon {
    display: none;
}

.goal-list {
    opacity: 0;
    list-style: none;
    padding: 0;
    margin-top: 15px;
    transition: opacity 0.5s ease-in-out;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.8);
}

.goal-list li {
    padding: 8px 0;
    font-weight: bold;
}

.goal-list li a {
    color: rgba(255, 255, 255, 0.8);
}
.goal-list li a:hover {
    color: #011C4C;
}
/* Display the list when hovering */
.goal-card:hover .goal-list {
    opacity: 1;
}

.goal-card:hover .goal-icon {
    color: white;
}

.goal-section-title {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

/**************************************/
/********* Goals + Single CSS *********/
/**************************************/



/**************************************/
/********* Package + Single CSS *********/
/**************************************/
.package-card {
    display: flex;
    align-items: center;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background-color: #f7f7f7;
    transition: transform 0.4s ease, background-color 0.3s ease, box-shadow 0.4s ease, height 0.4s ease;
    height: 180px;
    overflow: hidden;
}

.package-card:hover {
    background-color: #ec7424;
    color: white;
    height: 300px;
    /* Increase height smoothly on hover */
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.package-icon {
    font-size: 3rem;
    margin-right: 15px;
    display: block;
    transition: transform 0.4s ease;
}

.package-content {
    flex-grow: 1;
    margin-top: 60px;
}

.package-subtitle {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 5px;
    /* margin-top: 55px; */
    transition: color 0.3s ease;
}

.package-title {
    font-size: 1.1rem;
    font-weight: bold;
    transition: color 0.3s ease;
}

.package-card:hover .package-subtitle,
.package-card:hover .package-title {
    color: white;
}

.package-description {
    opacity: 0;
    transition: opacity 0.4s ease;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
}

.package-card:hover .package-description {
    opacity: 1;
}

.learn-more-btn {
    opacity: 0;
    background-color: #0a4473;
    color: white;
    border-radius: 20px;
    padding: 6px 15px;
    text-transform: uppercase;
    font-size: 0.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: opacity 0.4s ease;
    border: none;
    cursor: pointer;
}
.package-content a:hover{
    color: #fff !important;
}
.package-card:hover .learn-more-btn {
    opacity: 1;
}
li::marker {
    color: #ec7424;
    font-size: 2em;
  }
.package-icon:hover {
    transform: scale(1.15);
}

/**************************************/
/********* Package + Single CSS *********/
/**************************************/




/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
}

.about .about-img,
.single .single-img {
    position: relative;
    overflow: hidden;
}

.about .about-img img,
.single .single-img img {
    width: 100%;
    /* max-height: 450px; */
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -100px auto 0 auto;
    padding: 30px;
    background: #ffffff;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 300;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #999999;
    border-radius: 0;
}

.about .btn:hover,
.single .btn:hover {
    background: #4F84C4;
}



/**************************************/
/************ Services CSS ************/
/**************************************/


.services-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.services-section h2 {
    font-family: 'Avenir LT Pro', sans-serif;
    font-weight: bold;
    font-size: 2.5rem;
    color: #4a4a4a;
}

.services-section p {
    font-size: 1.1rem;
    color: #666;
}

.services-section h4 s {
    font-family: 'Avenir LT Pro', sans-serif;
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.services-section hr {
    border-top: 2px solid #ddd;
}


/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 10px 0;
    background: #4F84C4;
}

.counters i {
    display: inline-block;
    font-size: 60px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Avenir LT Pro', sans-serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 20px;
    color: #ffffff;
}



/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients {
    position: relative;
    padding: 90px 0;
}

.clients .section-header p {
    padding-bottom: 10px;
}

.clients-section {
    padding: 50px 0;
    background: linear-gradient(to bottom, #f8f9fa 0%, #e9ecef 100%);
}

.clients-section p {
    font-size: 1.1rem;
    color: #666;
}

.clients-list {
    /* list-style: none; */
    padding: 0;
}

.clients-list li {
    font-size: 1.1rem;
    color: #333;
}

/**************************************/
/************* Contact CSS ************/
/**************************************/
.contact {
    position: relative;
    padding: 90px 0;
    background: #f2f2f2;
}

.contact .container {
    max-width: 900px;
}

.contact .container .col-md-6 {
    padding: 0;
    background: #ffffff;
}

.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #353535;
}

.contact .form input,
.contact .form textarea {
    padding: 10px 0;
    border-color: #dddddd transparent #dddddd transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #4F84C4 transparent #4F84C4 transparent;
}

.contact .form button[type="submit"] {
    color: #ffffff;
    background: #ec7424;;
    border-radius: 0;
}

.contact .form button[type="submit"]:hover {
    background: #011C4C;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map iframe {
    width: 100%;
    height: 380px;
    margin-bottom: -7px;
}

/**************************************/
/************** Team CSS **************/
/**************************************/
.team {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}
.team .team-item {
    margin-bottom: 30px;
    overflow: hidden;
}
.team .team-item .team-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}
.team .team-item .team-social {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}
.team .team-item .team-social a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #011C4C;
    border: 1px solid #ffffff;
}
.team .team-item .team-social a i {
    font-size: 22px;
    color: #ffffff;
}
.team .team-item .team-social a:hover {
    background: #ffffff;
    border: 1px solid #011C4C;
}
.team .team-item .team-social a:hover i {
    color: #353535;
}
.team .team-item:hover .team-social {
    opacity: 1;
    top: calc(50% - 18px);
}
.team .team-item .team-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #f2f2f2;
}
.team .team-item .team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.team .team-item .team-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}


/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
    font-size: 'Avenir LT Pro', sans-serif;;
    position: relative;
    padding: 0 0 30px 0;
    background: #011C4C !important;;
}

.footer .footer-top {
    background:#011C4C !important;;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #4F84C4;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    font-weight: bold;
}

.footer .footer-top .social-links a:hover {
    background: #011C4C;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #ec7424;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #4F84C4;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #4F84C4;
    border: 1px solid #011C4C;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}
.footer .copyright a,.footer .copyright {
    color: #ffffff;
}
@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }

    .footer .copyright {
        text-align: left;
    }
}



/* Card hover effect */
.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

/* Custom text link styling */
.image-link {
    display: block;
    text-align: center;
    padding-top: 10px;
    display: block;
    height: 100vh;
}

/* Hide tab-content by default */
.hover_content {
    display: none;
    background-color: #f8f9fa;
    padding: 20px;
    position: absolute;
    width: 100%;
    /* top: 60px; */
    /* Adjust this to match your menu height */
    right: 0;
    z-index: 1000;
    /* border-top: 5px solid #ec7424; */
}

.hover_content .nav-item a {
    color: #011C4C !important;
}
.hover_content .nav-tabs .nav-link:focus, .hover_content .nav-tabs .nav-link:hover {
    border-left: 5px solid #ec7424 !important;
}
/* Show the tab-content on hover */
.hover:hover .hover_content {
    display: block;
}

/* Card hover effect */
.card {
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
}

/* Custom text link styling */
.image-link {
    display: block;
    text-align: center;
    padding-top: 10px;
}

/* Basic Card Styling */
.image-card {
    position: relative;
    overflow: hidden;
    border: none;
    text-align: center;

}

.image-container {
    position: relative;
    opacity: 1;
    transition: filter 2s;
}

.card-img-top {
    display: block;
    width: 100%;
    height: 250px;
}
.img-top-2{
    height: 100px !important;
    width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}
.card-title {
    position: absolute;
    top: 10px;
    font-size: 1.17em;
    z-index: 2;
    left: 0;
    right: 0;
    padding: 5px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    background: rgba(0, 0, 0, 0.5);
}

/* Initially hidden link */
.image-link {
    position: absolute;
    top: 70px;
    left: 0;
    font-size: 1em;
    text-decoration: none;
    text-align: left;
    z-index: 11;
    color: transparent; /* Start with transparent text */
    padding: 1em 10px;
    background: rgba(0, 0, 0, 0); /* Start with a transparent background */
    opacity: 0; /* Hidden by default */
    pointer-events: none; /* Prevent interaction when hidden */
    transform: translateX(-100%); /* Slide from the left */
    transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease 0.2s, color 0.3s ease 0.4s;
    /* background and transform transition immediately; opacity & color with delay */
}
/* To ensure smooth text transition */
.image-link span {
    display: inline-block;
    transform: translateX(-20px); /* Start text slightly to the left */
    transition: transform 0.3s ease 0.4s; /* Delay the text slide-in */
    opacity: 0; /* Start with hidden text */
    transition: opacity 0.2s ease 0.4s, transform 0.3s ease 0.4s;
}

.image-container:hover .image-link span {
    transform: translateX(0); /* Slide the text into place */
    opacity: 1; /* Make text fully visible */
}
/* Ensure the container is positioned correctly */
.image-container {
    position: relative;
    overflow: hidden; /* Prevents overflow */
}

/* Show and animate the link when hovering */
.image-container:hover .image-link {
    opacity: 1; /* Fade in the text */
    color: #fff; /* Change text color to white */
    background: rgba(0, 0, 0, 0.5); /* Fade in the background first */
    transform: translateX(0); /* Slide in from the left */
    pointer-events: auto; /* Enable interaction */
}

.image-container a:hover, .image-container a:active, .image-container a:focus {
    color: #fff !important;
    outline: none;
    text-decoration: none;
}
.card-custom {
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    min-height: 230px;
}

.card-custom:hover {
    transform: translateY(-5px);
}

.icon-container {
    background-color: #fff3e0;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 2.5em;
}

.card-body-custom {
    padding: 1rem;
}

.card-title-custom {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.card-subtitle-custom {
    color: #6c757d;
    font-size: 0.9rem;
}