/**************************************/
/************ General CSS *************/
/**************************************/
body {
    color: #757575;
    font-family: 'Raleway', sans-serif;
    background: #ffffff;
}

a {
    color: #4F84C4;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    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: 100px;
}



/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #4F84C4;
    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;
}



/**************************************/
/************** Nav CSS ***************/
/**************************************/
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0;
    z-index: 999;
}

#nav.nav-sticky {
    height: 70px;
    padding: 8px 0;
    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: 60px;
    margin-top: -27px;
    transition: all .5s;
}

#nav.nav-sticky .navbar-brand img {
    position: absolute;
    max-height: 50px;
    margin-top: -25px;
    transition: all .5s;
}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ffffff;
}

#nav .nav-link:hover,
#nav .nav-link.active {
    color: #4F84C4;
    background: #ffffff;
    transition: none;
}

#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {

    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }

    #nav a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {

    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }

    #nav a.nav-link {
        padding: 5px;
    }

    #nav .dropdown-menu {
        box-shadow: none;
    }

    #nav .container-fluid {
        padding: 0;
    }
}

/* Make sure the logo fits properly */
.navbar .logo {
    height: 45px;
    width: auto;
}

/* Adjust background color for clarity */
.navbar-dark {
    background-color: #000 !important;
}

/* Style links */
.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    margin: 0 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #2a73ff !important;
}

/* Mobile menu style fix */
@media (max-width: 992px) {
    .navbar-collapse {
        background-color: #000;
        /* Ensures dropdown menu has background */
        padding: 20px;
    }
}


/**************************************/
/************* Header CSS *************/
/**************************************/
.header {
    position: relative;
    width: 100%;
    background: #ffffff;
    margin-top: 100px;
}

.header .carousel-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header .carousel-img {
    text-align: center;
}

.header .carousel-img img {
    max-width: 100%;
    max-height: 100%;
}

.header .carousel-content {
    padding: 30px;
    text-align: center;
}

.header .carousel-content h2 {
    color: #4F84C4;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.header .carousel-content p {
    color: #353535;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.header .carousel-content .btn {
    padding: 12px 30px;
    color: #ffffff;
    border-radius: 0;
    background: #4F84C4;
}

.header .carousel-content .btn:hover {
    background: #888888;
}

.carousel-control-next i,
.carousel-control-prev i {
    color: #888888;
    font-size: 45px;
}

.carousel-indicators li {
    width: 20px;
    height: 0px;
    background: #888888;
}



/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    color: #666666;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    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;
}

.nav-item.dropdown {
    margin-right: 20px;
    /* Adjust spacing between dropdowns */
}



/**************************************/
/********* 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%;
}

.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 ************/
/**************************************/
.service {
    background: #ffffff;
    padding: 90px 0 60px 0;
    text-align: center;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-icon {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #4F84C4;
}

.service .service-icon i {
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
}

.service .service-detail {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #f2f2f2;
}

.service .service-detail h4,
.service .service-detail h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.service .service-detail p {
    margin: 0;
}




/**************************************/
/********* Call To Action CSS *********/
/**************************************/
.call-to-action {
    position: relative;
    padding: 90px 0;
    background: #4F84C4;
}

.call-to-action .container {
    max-width: 700px;
}

.call-to-action .section-header h2 {
    color: #ffffff;
}

.call-to-action .section-header::before {
    background: #ffffff;
}

.call-to-action .section-header p {
    color: #ffffff;
}

.call-to-action .btn {
    padding: 15px 30px;
    color: #4F84C4;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 0;
    transition: 0.3s;
}

.call-to-action .btn:hover {
    color: #ffffff;
    background: #353535;
}





/**************************************/
/*********** Our Skills CSS ***********/
/**************************************/
.skills {
    position: relative;
    padding: 90px 0 60px 0;
}

.skills .skill-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.skills .skill-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #666666;
    margin-bottom: 15px;
}

.skills .skill-name {
    position: relative;
    width: 100%;
}

.skills .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.skills .skill-name p:last-child {
    float: right;
}

.skills .progress {
    margin-bottom: 15px;
    border-radius: 0;
}

.skills .progress .progress-bar {
    background: #4F84C4;
    border-radius: 0;
}



/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #4F84C4;
}

.counters i {
    display: inline-block;
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 22px;
    color: #ffffff;
}



/**************************************/
/************ Portfolio CSS ***********/
/**************************************/
.portfolio {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img {
    position: relative;
    background: #000000;
    overflow: hidden;

}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    background: #4F84C4;
    border: 1px solid #ffffff;
    transition: 0.3s;
    opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
    background: #ffffff;
    border: 1px solid #4F84C4;
}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
    color: #353535;
}

.portfolio .portfolio-item .link-preview {
    left: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
    right: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}



/**************************************/
/************** 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: #4F84C4;
    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 #4F84C4;
}

.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;
}



/**************************************/
/*********** Testimonials CSS *********/
/**************************************/
.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: relative;
    background: #000000;
    overflow: hidden;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #4F84C4;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}



/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients-section {
    background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
    padding: 60px 0;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #0078aa;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-header p {
    color: #555;
    max-width: 750px;
    margin: 0 auto;
    font-size: 1rem;
}

.clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    justify-items: center;
    align-items: center;
    margin-top: 40px;
}

.client-logo {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.client-logo:hover {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #90caf9, #ce93d8);
}

.client-logo img {
    max-width: 120px;
    height: auto;
    transition: transform 0.3s ease;
    filter: brightness(1.1) contrast(1.05);
}

.client-logo:hover img {
    transform: scale(1.1);
}


.client-logo img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 15px;
}

.client-logo img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 150, 136, 0.3);
}



/**************************************/
/************* 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: #888888;
    border-radius: 0;
}

.contact .form button[type="submit"]:hover {
    background: #4F84C4;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -7px;
}



/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #000000;
}

.footer .footer-top {
    background: #222222;
    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;
}

.footer .footer-top .social-links a:hover {
    background: #4F84C4;
    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: #4F84C4;
}

.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 #4F84C4;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .footer .credit {
        text-align: right;
    }

    .footer .copyright {
        text-align: left;
    }
}


/**************************************/
/*************AboutUs CSS *************/
/**************************************/
.about-section {
    background: linear-gradient(135deg, #e3f2fd, #ffffff);
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container {
    max-width: 900px;
    background: #ffffff;
    padding: 40px 50px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.about-container h2 {
    font-size: 2.5rem;
    color: #0077b6;
    margin-bottom: 20px;
    position: relative;
}

.about-container h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #00b4d8;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

.about-container p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

/********* Welcome to  *******/

.about-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.about-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.about-content h2 {
    color: #0077b6;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
}

.about-content h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #00b4d8;
    margin: 10px auto 0;
    border-radius: 2px;
}

.about-content p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-content .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.about-content .btn:hover {
    background: #00b4d8;
}

/************ Our Story ***********/

.about-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.about-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.about-content h2 {
    color: #0077b6;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
}

.about-content h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #00b4d8;
    margin: 10px auto 0;
    border-radius: 2px;
}

.about-content p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-content .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.about-content .btn:hover {
    background: #00b4d8;
}

/******* our Gole ********/

.about-content {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}

.about-content:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.about-content h2 {
    color: #0077b6;
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
}

.about-content h2::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background: #00b4d8;
    margin: 10px auto 0;
    border-radius: 2px;
}

.about-content p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-content .btn {
    display: inline-block;
    padding: 10px 25px;
    background: #0077b6;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.about-content .btn:hover {
    background: #00b4d8;
}


/******* Services *********/

.services {
    background-color: #f9fbfc;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #39b5e0;
    text-transform: lowercase;
    letter-spacing: 1px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    justify-content: center;
}

.service-card {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    transition: background 0.4s ease;
}

.service-card:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.overlay h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    padding: 0 10px;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}



/******* Services Box *********/
.services-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.service-item {
    background: #fff;
    text-align: center;
    padding: 25px 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.service-icon img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.service-detail h4 {
    color: #0077b6;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.service-detail p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/********** call to Action *********/

.call-to-action {
    background: #0077b6;
    /* Blue background */
    color: #fff;
    padding: 60px 20px;
    border-radius: 15px;
    margin: 40px 0;
}

.call-to-action .section-header h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.call-to-action .section-header p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.call-to-action .btn {
    background: #00b4d8;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.3s ease;
}

.call-to-action .btn:hover {
    background: #023e8a;
}


/*********Skils *********/

.skills-section {
    padding: 60px 20px;
    background: #f9f9f9;
}

.skills-section .section-header h2 {
    font-size: 2.5rem;
    color: #0077b6;
    margin-bottom: 15px;
}

.skills-section .section-header p {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.skill-title {
    color: #0077b6;
    margin-bottom: 30px;
    font-size: 1.5rem;
}

.skill-circle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e0e0e0;
    margin: 15px;
    position: relative;
    display: inline-block;
}

.skill-circle::after {
    content: attr(data-skill) " " attr(data-percent) "%";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    color: #0077b6;
    text-align: center;
}

/* Optional hover effect */
.skill-circle:hover {
    transform: scale(1.1);
    transition: 0.3s ease;
}


.skill-circle:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.6);


    transition: all 0.3s ease-in-out;
}


/*******Skill New ********/

.skill-circle {
    position: relative;
    width: 120px;
    height: 120px;
    margin: 20px auto;
}

.skill-circle canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.skill-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.skill-title {
    font-weight: 600;
    margin-bottom: 15px;
}


/********/

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 30px;
    justify-items: center;
    align-items: center;
}

.tech-card {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: float 4s ease-in-out infinite;
}

.tech-card:hover {
    transform: translateY(-10px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.tech-card img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: transform 0.4s ease;
}

.tech-card:hover img {
    transform: rotate(10deg) scale(1.1);
}

.tech-card p {
    font-weight: 600;
    color: #333;
    margin: 0;
}

/* Floating Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}



h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 30px;
}

/* Highlighted word styling */
.highlight {
    background: linear-gradient(90deg, #2a73ff, #c63aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
    h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.75rem;
        line-height: 1.2;
    }
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
        line-height: 1.2;
    }
}


/************portfolio*********/

/* Portfolio Section */
.portfolio {
    background: linear-gradient(135deg, #f6fbff, #eef5ff);
    padding: 70px 0;
}

.section-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0078b7;
    margin-bottom: 15px;
}

.section-header p {
    color: #444;
    font-size: 17px;
    max-width: 750px;
    margin: 0 auto 50px;
    line-height: 1.7;
}

/* Portfolio Cards */
.portfolio-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.4s ease;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Image and Overlay */
.portfolio-img {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #0078b7;
}

.portfolio-img img {
    transition: all 0.5s ease;
}

.portfolio-card:hover .portfolio-img img {
    transform: scale(1.1);
    filter: brightness(80%);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 120, 183, 0.6);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: opacity 0.4s ease;
}

.portfolio-card:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-overlay .icon {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 22px;
    transition: all 0.3s ease;
}

.portfolio-overlay .icon:hover {
    background: #fff;
    color: #0078b7;
}

/* Info Section */
.portfolio-info {
    text-align: center;
    padding: 20px 15px;
}

.portfolio-info h3 {
    font-size: 20px;
    color: #0078b7;
    font-weight: 600;
    margin-bottom: 10px;
}

.portfolio-info p {
    color: #555;
    font-size: 15px;
    line-height: 1.6;
}


/***********Footer **********/

.footer-newsletter {
    background: #ffffff0d;
    padding: 25px;
    border-radius: 12px;
    color: #fff;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.footer-newsletter h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ffcc00;
    margin-bottom: 15px;
}

.footer-newsletter p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #e0e0e0;
}

.newsletter-form .input-group {
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}

.newsletter-form input[type="email"] {
    flex: 1;
    border: none;
    padding: 12px 15px;
    font-size: 14px;
    outline: none;
    color: #333;
}

.newsletter-form button {
    background: #269bb5;
    color: #fff;
    border: none;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease;
}

.newsletter-form button:hover {
    background: #1b7f95;
}

/******* Why Chose *********/

.choose-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.choose-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(38, 155, 181, 0.3);
}

.icon-circle {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #269bb5, #00c6ff);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 32px;
    transition: 0.3s;
}

.choose-card:hover .icon-circle {
    background: linear-gradient(135deg, #00c6ff, #269bb5);
    transform: rotate(10deg);
}

.choose-card h4 {
    color: #004d61;
    margin-top: 15px;
    font-weight: 600;
}

.choose-card p {
    color: #666;
    font-size: 15px;
    margin-top: 10px;
}

.row.g-4 {
    --bs-gutter-x: 2rem !important;
    --bs-gutter-y: 2rem !important;
}


/******Why Choose New ********/

.why-choose-us {
    background-color: #000;
    color: #fff;
    padding: 90px 0;
}

/* Image Wrapper */
.image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 18px;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    /* ✅ Allow natural scaling */
    border-radius: 16px;
    object-fit: cover;
}

/* Section Header */
.section-intro .tagline {
    color: #a16eff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
}

.gradient-text {
    background: linear-gradient(90deg, #2a73ff, #c63aff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Choose Item */
.choose-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.choose-item .icon {
    width: 48px;
    height: 48px;
    flex-shrink: 0;
}

.choose-item h5 {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    color: #fff;
}

.choose-item p {
    font-size: 0.95rem;
    color: #ccc;
    margin-top: 4px;
}

/* ✅ Responsive Adjustments */
@media (max-width: 992px) {
    .why-choose-us {
        text-align: center;
        padding: 60px 20px;
    }

    .section-title {
        font-size: 1.8rem;
    }

    .choose-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .choose-item .icon {
        margin-bottom: 8px;
    }

    .image-wrapper {
        height: auto;
        /* ✅ Allow image to resize naturally */
    }

    .image-wrapper img {
        height: auto;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
    }

    .choose-item p {
        font-size: 0.9rem;
    }

    .choose-item .icon {
        width: 40px;
        height: 40px;
    }
}




/*********Heading************/

#header-slider {
    position: relative;
}

#header-slider .carousel-item img {
    width: 100%;
    height: 100vh;
    /* Full screen height */
    object-fit: cover;
    /* Show full image proportionally */
}

#header-slider .carousel-caption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    /* dark overlay */
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

#header-slider .carousel-caption h1 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffcc00;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

#header-slider .carousel-caption p {
    font-size: 1.2rem;
    max-width: 750px;
    margin: 0 auto 25px auto;
    color: #f5f5f5;
}

.btn-carousel {
    background: #269bb5;
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-carousel:hover {
    background: #1f7c8f;
    transform: translateY(-3px);
}

.carousel-control-prev span,
.carousel-control-next span {
    font-size: 2rem;
    color: #fff;
}

.carousel-indicators li {
    background-color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-indicators .active {
    background-color: #269bb5;
}



/******heading New design ********/

.hero-section {
    background: linear-gradient(120deg, #fbe8ef, #dff9fb);
    padding: 100px 0;
}

.hero-text h6 {
    color: #8a2be2;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.hero-text .highlight {
    color: #e91e63;
}

.hero-text p {
    color: #555;
    margin-bottom: 30px;
    font-size: 16px;
}

.hero-buttons .btn-primary {
    background: linear-gradient(90deg, #6a11cb, #2575fc);
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-buttons .btn-primary:hover {
    transform: translateY(-3px);
}

.hero-buttons .support-link {
    margin-left: 20px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.hero-buttons .support-link:hover {
    color: #6a11cb;
}

/* Image slider styling */
.hero-image {
    position: relative;
}

.hero-image .carousel-inner {
    border-radius: 40% 10% / 15% 45%;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hero-image img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform 1s ease;
}

.carousel-item.active img {
    transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .hero-section {
        text-align: center;
        padding: 60px 20px;
    }

    .hero-text h1 {
        font-size: 32px;
    }

    .hero-image {
        margin-top: 30px;
    }

    .hero-image img {
        height: 300px;
    }
}


/**************Contact Form ***********/

.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.contact-form:hover {
    transform: translateY(-5px);
}

.form-title {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #007bff;
    letter-spacing: 0.5px;
}

.form-control {
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: #fff;
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #0056b3, #0097a7);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
    .contact-form {
        padding: 25px;
    }

    .form-title {
        font-size: 22px;
    }
}

/*********Map **********/

.contact-section {
    padding: 80px 0;
    background: #f4f8fb;
    font-family: 'Poppins', sans-serif;
}

.section-header h2 {
    font-size: 32px;
    color: #007bff;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header p {
    color: #555;
    font-size: 15px;
    margin-bottom: 40px;
}

/* Contact Form Styling */
.contact-form {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #007bff;
}

.form-control {
    background: #f8f9fa;
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.form-control:focus {
    background: #fff;
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
}

textarea.form-control {
    resize: none;
}

.btn-submit {
    display: block;
    width: 100%;
    background: linear-gradient(135deg, #007bff, #00bcd4);
    border: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.btn-submit:hover {
    background: linear-gradient(135deg, #0056b3, #0097a7);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.4);
}



/* Map Section Styling */
.map-container {
    background: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #007bff;
}

.map-frame {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.15);
}

.map-frame iframe {
    border-radius: 12px;
    width: 100%;
    height: 400px;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-section {
        padding: 50px 0;
    }

    .contact-form,
    .map-container {
        margin-bottom: 30px;
    }
}


/**************Memories***************/

.memories-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f9ff 0%, #cbebff 100%);
    position: relative;
    overflow: hidden;
}

.section-header h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #007b9e;
    margin-bottom: 10px;
}

.section-header p {
    max-width: 700px;
    margin: 0 auto;
    color: #333;
    font-size: 1rem;
}

.memories-slider {
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.memories-track {
    display: flex;
    gap: 25px;
    animation: scrollMemories 35s linear infinite;
    width: max-content;
}

.memory-card {
    min-width: 300px;
    height: 220px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background-color: #fff;
}

.memory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.memory-card:hover {
    transform: scale(1.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Auto-scroll animation */
@keyframes scrollMemories {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Pause animation on hover */
.memories-slider:hover .memories-track {
    animation-play-state: paused;
}

/* Responsive Design */
@media (max-width: 768px) {
    .memory-card {
        min-width: 220px;
        height: 150px;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}

/*************Client ***************/

.clients-section {
    background: #ffffff;
    padding: 80px 0;
}

.section-header h2 {
    font-weight: 700;
    color: #222;
}

.section-header p {
    color: #555;
    max-width: 700px;
    margin: 0 auto;
}

.clients-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    justify-items: center;
    margin-top: 40px;
}

/* === Highlighted Client Card === */
.client-card {
    text-align: center;
    background: linear-gradient(135deg, #ffffff, #f3f9ff);
    padding: 25px 15px;
    border-radius: 18px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.client-card::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, #00c6ff, #0072ff, #00ffcc, #00c6ff);
    background-size: 400%;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(30px);
}

.client-card:hover::before {
    opacity: 0.4;
    animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 400% 0;
    }
}

.client-card img {
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: grayscale(50%) brightness(0.9);
}

.client-card:hover img {
    transform: scale(1.1);
    filter: grayscale(0%) brightness(1.1);
}

.client-card h4 {
    font-size: 1rem;
    color: #222;
    margin-top: 10px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

/* Responsive */
@media (max-width: 768px) {
    .clients-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .client-card {
        padding: 20px 10px;
    }
}

@media (max-width: 480px) {
    .clients-wrapper {
        grid-template-columns: 1fr;
    }

    .client-card img {
        width: 70px;
        height: 70px;
    }
}


/*******About us Footer******/

.footer-about h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-about p {
    color: #ddd;
    font-size: 15px;
    line-height: 1.6;
}

/**********Service Page *************/

.services {
    background-color: #f9fbfc;
    padding: 60px 0;
}

/* ✅ Section Heading (Visible and Stylish) */
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #0078b7;
    /* changed from very light blue */
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;
    position: relative;
}

.section-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #00bcd4;
    display: block;
    margin: 10px auto 0;
    border-radius: 2px;
}

/* ✅ Grid Layout */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    justify-content: center;
}

/* ✅ Cards */
.service-card {
    position: relative;
    height: 280px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    transition: background 0.4s ease;
}

.service-card:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

/* ✅ Overlay Text */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.overlay h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 3px 10px rgba(0, 0, 0, 0.7);
}

.service-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/************FAQ************/

body {
    font-family: 'Raleway', sans-serif;
    color: #333;
}

/* Navbar */
.navbar {
    background: #0b1a2e !important;
    padding: 15px 20px;
}

.navbar-nav .nav-link {
    font-weight: 600;
    color: #fff !important;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #00bcd4 !important;
}

/* Banner */
.faq-banner {
    background: linear-gradient(rgba(11, 26, 46, 0.7), rgba(11, 26, 46, 0.7)), url('img/FAQ1.jpg') center/cover no-repeat;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}

.faq-banner h1 {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 2px;
    animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* FAQ Section */
.faq-heading {
    color: #0b1a2e;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: capitalize;
}

.card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.card-header {
    background-color: #fff;
    padding: 15px 20px;
}

.btn-link {
    text-decoration: none;
    font-weight: 600;
    color: #0b1a2e;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
}

.btn-link:hover {
    color: #00bcd4;
}

.card-body {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: left;
}

.collapse.show {
    animation: fadeSlide 0.4s ease-in-out;
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/******** Terms Conditions*****/

.term-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    backdrop-filter: blur(6px);
}

.term-card:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.2);
}

.term-card p {
    color: #d1d1d1;
}



@keyframes dropDown {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);

    }
}

/* Apply animation to all term cards */
.term-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    transition: all 0.3s ease;
    animation: dropDown 0.8s ease forwards;
    opacity: 0;
    /* Start hidden before animation */
}

/*******animation********/

.term-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.term-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0, 255, 255, 0.2);
}

/************Privacy Policy************/

/* Privacy Policy Section */
.privacy-section {
    background: linear-gradient(135deg, #0a0f24, #16213e);
    color: #fff;
    padding: 60px 0;
}

.privacy-section h2 {
    color: #00d4ff;
    font-weight: 700;
    text-transform: uppercase;
}

.privacy-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    opacity: 0;
    transform: translateY(-40px);
    animation: dropDown 0.8s forwards;
}

.privacy-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 212, 255, 0.3);
}

.privacy-card p {
    color: #d1d1d1;
    line-height: 1.6;
}

.privacy-card a {
    color: #00f5d4;
    text-decoration: underline;
}

/* Drop-down animation */
@keyframes dropDown {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.privacy-section {
    background: linear-gradient(135deg, #0a0f24, #16213e);
    color: #fff;
    padding: 60px 0 100px;
    /* Added bottom gap (100px) */
}

/* Staggered animation delays */
.privacy-card:nth-child(1) {
    animation-delay: 0.1s;
}

.privacy-card:nth-child(2) {
    animation-delay: 0.3s;
}

.privacy-card:nth-child(3) {
    animation-delay: 0.5s;
}

.privacy-card:nth-child(4) {
    animation-delay: 0.7s;
}

.privacy-card:nth-child(5) {
    animation-delay: 0.9s;
}

/*******Skills New ********/

.skills-section {
    background: #f9f9f9;
    padding: 80px 0;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.section-header .highlight {
    color: #2a73ff;
}

.section-header p {
    font-size: 1.1rem;
    color: #555;
}

.tech-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 25px;
    justify-items: center;
    align-items: center;
}

.tech-card {
    background: #fff;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.tech-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.tech-card img {
    width: 55px;
    height: 55px;
    object-fit: contain;
    margin-bottom: 10px;
}

.tech-card p {
    font-weight: 600;
    color: #333;
    font-size: 1rem;
    margin: 0;
}

/***********counter********/

.counter-section {
    background: #f9faff;
    text-align: center;
    padding: 80px 20px;
    font-family: 'Poppins', sans-serif;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 50px;
}

.counter-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    justify-items: center;
}

.counter-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    padding: 40px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.counter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.counter-icon {
    background: linear-gradient(135deg, #a18cd1, #fbc2eb);
    color: white;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.counter-card h3 {
    font-size: 36px;
    font-weight: 700;
    color: #1b263b;
    margin-bottom: 10px;
}

.counter-card p {
    font-size: 16px;
    color: #52616b;
    margin: 0;
}

/* --- Call To Action Section --- */
.call-to-action {
    background: linear-gradient(120deg, #2a73ff, #c63aff, #00e0ff);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* --- Animated gradient movement --- */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* --- Content Styling --- */
.call-to-action h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
}

.call-to-action h2 .highlight {
    background: linear-gradient(90deg, #fff, #00e0ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.call-to-action p {
    max-width: 700px;
    margin: 0 auto 40px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
}

/* --- Button --- */
.cta-btn {
    display: inline-block;
    background: #fff;
    color: #2a73ff;
    font-weight: 600;
    padding: 14px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.cta-btn:hover {
    background: #2a73ff;
    color: #fff;
    box-shadow: 0 0 30px rgba(42, 115, 255, 0.6);
    transform: translateY(-3px);
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .call-to-action h2 {
        font-size: 2rem;
    }

    .call-to-action p {
        font-size: 1rem;
    }

    .cta-btn {
        padding: 12px 30px;
    }
}

/* --- welcome part --- */
.welcome-section {
    background: linear-gradient(to bottom right, #ffffff, #eef3f9);
}

.welcome-section h2 span {
    background: linear-gradient(90deg, #007bff, #00a8ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcome-image img {
    transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.welcome-image:hover img {
    transform: scale(1.03);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

/**********Responsive Header ************/


/* Custom Navbar Style */
.custom-nav {
    background-color: #0a1a2a;
    /* Dark navy blue */
    padding: 10px 30px;
}

/* Logo alignment */
.navbar-brand img {
    height: 55px;
}

/* Navbar Links */
.navbar-nav .nav-link {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 10px;
    transition: color 0.3s ease;
}

/* Hover Effect */
.navbar-nav .nav-link:hover {
    color: #00bfff;
    /* Light blue hover */
}

/* Active Link */
.navbar-nav .nav-link.active {
    color: #00bfff;
    /* Light blue active */
}

/* Responsive About Us Part*/

/* === ABOUT SECTION STYLE === */
.about-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef3ff 100%);
    padding: 80px 0;
    margin-top: 0;
}

/* Title */
.about-title {
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #7b2fff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px;
}

/* Underline below "About Us" */
.underline {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #7b2fff, #00c6ff);
    margin: 0 auto 50px;
    border-radius: 10px;
}

/* Image Styling */
.about-img {
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Paragraphs */
.about-text {
    color: #555;
    line-height: 1.9;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

/* Gradient Text Highlights */
.purple {
    color: #7b2fff;
}

.blue {
    color: #00c6ff;
}

/* Button */
.about-btn {
    background: linear-gradient(90deg, #7b2fff, #00c6ff);
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 30px;
    transition: 0.3s;
    text-decoration: none;
}

.about-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}


.about-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef3ff 100%);
    padding: 60px 0;
    /* adjust vertical spacing */
    margin-top: 0;
    /* remove top gap */
}

body,
html {
    margin: 0;
    padding: 0;
}

.navbar {
    margin-bottom: 0;
    /* ensure no gap below navbar */
}

section {
    margin-top: 0 !important;
    /* globally avoid section gap */
}

.custom-nav {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.portfolio {
    margin-top: 0 !important;
    padding-top: 60px !important;
    /* adjust this to 40px or 20px if you want less space */
    background: #f7faff;
}



/*******FAQ space remove *******/

.faq-section {
    background: url('img/FAQ1.jpg') center center / cover no-repeat;
    position: relative;
    padding: 80px 0;
    margin: 0 !important;
}

.custom-nav {
    margin-bottom: 0 !important;
}

.faq-section .text-center h2 {
    margin-top: 0;
}

.faq-section .text-center p {
    margin-bottom: 0;
}


/******Service White space remove *******/
.services {
    margin: 0 !important;
    padding: 80px 0;
}

.services .section-title {
    margin-top: 0 !important;
}

.services .section-subtitle {
    margin-bottom: 30px !important;
}

.custom-nav {
    margin-bottom: 0 !important;
}

.terms-section {
    margin-top: 0 !important;
    padding: 80px 0;
    background: linear-gradient(135deg, #0a0f24, #16213e);
    color: #fff;
}

/*******Service page new design ****/
.service-card {
    position: relative;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(10, 15, 36, 0.1), rgba(10, 15, 36, 0.9));
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #fff;
    padding-bottom: 20px;
    transition: background 0.4s ease;
}

.overlay h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .service-card {
        height: 200px;
    }
}

/*******Remove white space About us page *********/

/* Remove unwanted white space below navbar and above section */
.about {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.about-section {
    margin-top: 0 !important;
    padding-top: 40px !important;
    /* adjust if you want some space */
}

.navbar {
    margin-bottom: 0 !important;
}

.custom-nav {
  position: relative;
  z-index: 1050;
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

/******* Client New ******/

.clients-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.clients-track {
  display: flex;
  width: calc(250px * 14);
  animation: scroll 25s linear infinite;
}

.client-card {
  flex: 0 0 auto;
  width: 250px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  border-radius: 15px;
  background: linear-gradient(135deg, #e0f7fa, #fff3e0, #f3e5f5);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.client-card:hover {
  transform: scale(1.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.client-card img {
  max-width: 120px;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease;
  filter: none; /* ✅ remove grayscale completely */
}

.client-card img:hover {
  transform: scale(1.05);
}

/* Animation Keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/******** Header Fixable *********/

 body {
    padding-top: 90px; /* Adjust based on your navbar height */
  }

  /******* Whatsapp Setting *********/

   .whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;         /* Distance from bottom */
  right: 20px;          /* Distance from right */
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 1000;        /* Keeps it above all other elements */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp_float img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding: 10px;
}

.whatsapp_float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}

@media (max-width: 768px) {
  .whatsapp_float {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
}