:root {
    --global-logo-color: #403f91;
}

* {
    font-family: "Plus Jakarta Sans", sans-serif;
}

::-moz-selection {
    background-color: black;
    color: #fff;
}

::selection {
    background-color: black;
    color: #fff;
}


ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;

}

a:focus,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 5px;
}

section {
    padding-top: 150px;
    padding-bottom: 150px;
}

svg,
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

body {
    font-size: 18px;
}

/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/


:root {
    --bg-theme: black;
    --border-line: #0000004f;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--global-logo-color);
    border-radius: 6px;
    border: 0px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}




img {
    clip-path: inset(0 0 100% 0);
    will-change: clip-path, opacity, transform;
}

.logo img {
    clip-path: none;
    will-change: unset;
}





/* header */
header {
  height: 115px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 11%, rgba(0, 0, 0, 0) 100%);
  padding: 10px;
}


header .container-fluid {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}

header .logo {
    height: 155px;
    position: absolute;
    top: 0;
    left: 85px;
    bottom: -33px;
    /* background: white; */
    padding: 10px;
    border-radius: 0 0 5px 5px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    z-index: 100;
}


/* span */
header .logo span.left-span {
    /* content: ""; */
    position: absolute;
    width: 20px;
    height: 64%;
    /* background-color: #ffffff; */
    top: 0px;
    left: -10px;
}

header .logo span.left-span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    /* background-image: url(../images/Logo/curve.svg); */
    background-repeat: no-repeat;
    bottom: -9px;
    left: 3px;
    background-size: cover;
    transform: rotate(90deg);
}

header .logo span.right-span {
    /* content: ""; */
    position: absolute;
    width: 20px;
    height: 64%;
    /* background-color: #ffffff; */
    top: 0px;
    right: -10px;
}

header .logo span.right-span::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    /* background-image: url(../images/Logo/curve.svg); */
    background-repeat: no-repeat;
    bottom: -9px;
    right: 3px;
    background-size: cover;
}

header .logo img {
    height: 100%;
}

header nav ul {
    display: flex;
    gap: 20px;
}

header nav ul li {
    list-style-type: none;
    text-transform: uppercase;
    /* font-weight: bold; */
    font-size: 14px;
}

header nav ul li a {
    text-decoration: none;
    color: #ffffff;
}


header #hamburger {
    display: none;
}

/* Mobile menu hidden by default */
#mobile-menu {
    position: fixed;
    top: 0px;
    padding: 100px 20px 20px 20px;
    left: 0;
    width: 100%;
    /* background: #000000bf; */
    z-index: 99;
    /* padding: 60px 20px; */
    display: none;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    /* border-radius: 5px; */
    margin-top: 5px;
    backdrop-filter: blur(5px);
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 11%, rgb(2 2 2 / 38%) 100%);
}

#mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#mobile-menu ul li a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}






/* banner */
#banner {
    height: 100vh;
    width: 100%;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.banner-img {
    height: 100%;
}

#carouselExampleFade {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

#banner button {
    z-index: 3;
}

.carousel-control-prev,
.carousel-control-next {
    align-items: center;
    height: auto !important;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

.carousel-item {
    height: 100vh;
    /* or any desired height */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* banner-txt */
#banner .banner-txt {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    background-color: rgb(0 0 0 / 20%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

#banner .banner-txt h2 {
    font-size: 60px;
    font-family: "Antonio", sans-serif;
    color: white;
}

#banner .banner-txt p {
    font-size: 26px;
    color: white;
}

#banner .banner-txt a {
    color: white;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

#banner .banner-txt a i {
    font-size: 45px;
}



.socialmedia-ban {
    position: absolute;
    bottom: 25px;
    left: 40px;
    padding-top: 200px;
    z-index: 2;
}

.socialmedia-ban::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    background-color: rgba(255, 255, 255, 100);
    top: 0;
    left: 50%;
}

.socialmedia-ban ul li {
    list-style-type: none;
}

.socialmedia-ban ul li a {
    text-decoration: none;
    color: white;
    font-size: 35px;
}

.carousel-control-prev,
.carousel-control-next {
    align-items: center;
    top: auto;
    transform: none;
    bottom: 27px;
    background: rgba(255, 255, 255, 0);
    width: 40px;
    height: 40px !important;
    right: 45px;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid white;
}

.carousel-control-prev {
    left: auto;
    right: 95px !important;
    /* background-color: var(--global-logo-color); */
}

.carousel-control-next span {
    color: var(--global-logo-color);
}

.carousel-control-next-icon {
    /* filter: invert(100%); */
}





/* about */
#about {
    /* background: #e9e9e9; */
    background: #413f9117;
}

#about .abt-flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#about h6.below-md {
    font-size: 20px;
    /* text-align: center; */
    margin-bottom: 50px;
    display: none;
}

#about h6 {
    font-size: 20px;
    /* text-align: center; */
    margin-bottom: 50px;
    text-transform: capitalize;
}

#about h6 i {
    color: var(--global-logo-color);
}

#about .about-title h3 {
    font-size: 35px;
    /* text-align: center; */
    font-weight: bold;
    margin-bottom: 35px;
    text-transform: math-auto;
}


#about img {
    clip-path: inset(0 0 100% 0);
    will-change: clip-path, opacity, transform;
    width: 100%;
}

#about .about-content p {
    /* font-size: 25px; */
    color: #555;
    color: rgba(0, 0, 0, 0.445);
    /* margin-top: 50px; */
    /* text-align: center; */
}


/* about-count */
#about .about-count {
    margin-top: 50px;
}

#about .about-count .project-count,
.clients-count,
.years-count {
    border-top: 2px dotted var(--global-logo-color);
    padding-top: 20px;
}

#about .about-count span {
    font-weight: bold;
    color: black;
    font-size: 35px;
}

#about .about-count p {
    color: #555;
    color: rgba(0, 0, 0, 0.445);
    /* font-size: 20px; */
    text-transform: capitalize;
    will-change: transform, opacity;
}







/* services */
#services {
    background: #413f9117;
}

#services h6 {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

#services h6 i {
    color: var(--global-logo-color);
}

#services .services-title h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: math-auto;
}

#services .services-title p {
    width: 55%;
    color: rgba(0, 0, 0, 0.445);
    /* display: none; */
}


#services .container-fluid {
    display: flex;
    justify-content: end;
}

#services .services-box {
    width: 90%;
    /* width: 65%; */
}



/* card img*/

#services .services-card1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .services-card2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .services-card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .services-card4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .services-card5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .services-card6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
}

#services .card-content {
    width: 90%;
    height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#services .card-content h6 {
    color: white;
    margin-bottom: 20px;
}

#services .card-content p {
    color: #ffffffb5;
}

#services .owl-nav {
    margin-top: 15px;
}

#services .cards-body a {
    text-decoration: none;
}

#services .cards-body button i {
    font-size: 45px;
    color: white;
    background-color: var(--global-logo-color);
    border: 2px solid var(--global-logo-color);
    margin-right: 5px;
}

#services .cards-body button i:hover {
    background-color: #403f91eb;
    border: 2px solid #403f91eb;
    transition: 0.5s;
}







/* Showcase */
#Showcase {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://images.unsplash.com/photo-1740999540946-a0163ff6cdbe?q=80&w=2671&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 600px;
    width: 100%;
    padding: 30px 20px;
    /* margin-bottom: 150px; */
}

#Showcase .container-fluid {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#Showcase h3 {
    color: white;
    font-size: 35px;
    margin-bottom: 20px;
    text-transform: math-auto;
}

#Showcase p {
    color: white;
    color: rgb(255 255 255 / 70%);
    width: 30%;
}









/* projects */
#projects {
    /* background: #e9e9e9; */
    /* background: #413f9117; */
}

#projects h6 {
    font-size: 20px;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-align: center;
    text-transform: capitalize;
}

#projects h6 i {
    color: var(--global-logo-color);
}

#projects .projects-title h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-align: center;
    will-change: transform, opacity;
    text-transform: math-auto;
}

#projects .container-fluid {
    padding: 0 25px;
}

#projects .project-card {
    margin-bottom: 25px;
    overflow: hidden;
}

#projects a {
    color: black;
    text-decoration: none;
}

#projects a:hover img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}


#projects img {
    width: 100%;
    clip-path: inset(0 0 100% 0);
    will-change: clip-path, opacity, transform;
}

#projects .project-name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

#projects .project-name i {
    color: var(--global-logo-color);
}

#projects a:hover .project-name i {
    margin-right: 20px;
    transition: margin-right 0.5s ease;
}






/* why-us */

#why-us .why-us-title-body {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#why-us h6 {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

#why-us h6 i {
    color: var(--global-logo-color);
}

#why-us .why-us-title h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    text-transform: none;
    width: 90%;
}

#why-us .why-us-img {
    background-image: url(../images/WhyUs/why-us-01.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 335px;
    width: 100%;
    clip-path: inset(0 0 100% 0);
    will-change: clip-path, opacity, transform;
}


/* choose-us-reasons */
#why-us .choose-us-reasons {
    padding-top: 80px;
}

#why-us .choose-us-reasons h3 {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 50px;
    width: 80%;
    /* min-height: 123px; */
    text-transform: capitalize;
}

#why-us .choose-us-reasons h3 i {
    font-weight: bold;
    color: var(--global-logo-color);
}

#why-us .choose-us-reasons p {
    width: 90%;
    color: #555;
    color: rgba(0, 0, 0, 0.445);
}




/* footer */
footer {
    width: 99%;
    margin: auto;
    background-color: var(--global-logo-color);
    padding-top: 50px;
    /* margin-top: 15px; */
    margin-bottom: 10px;
    border-radius: 5px;
}

footer .container-fluid {
    padding: 0 25px;
}

/* footer-title */
footer .footer-title h6 {
    color: white;
    font-size: 40px;
    margin-left: -5px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

footer .footer-title p {
    color: #ffffffb8;
    display: inline-block;
    border-top: 2px dotted #ffffff99;
    padding-top: 10px;
    width: 70%;
}



/* contact-details */
footer .contact-details ul li {
    list-style-type: none;
    text-transform: uppercase;
    color: white;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: capitalize;
}

footer .contact-details ul li a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}



/* footer-social-media */
footer .footer-social-media {
    height: 100%;
    padding: 50px 0 30px 0;
}

footer .footer-social-media ul {
    height: 100%;
    display: flex;
    gap: 10px;

}

footer .footer-social-media ul li {
    list-style-type: none;
}

footer .footer-social-media ul li a {
    color: white;
    text-decoration: none;
    font-size: 25px;
}






/* footer nav  */
footer nav {
    padding: 55px 0 30px 0;
}

footer nav ul {
    display: flex;
    gap: 10px;
}

footer nav ul li {
    list-style-type: none;
    font-size: 18px;
}

footer nav ul li a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: bold;
}



/* copyrights-body */
footer .copyrights-body {
    padding: 25px 0px;
    border-top: 2px dotted #ffffff99;
}

footer .copyrights-body .copy-rights h4 {
    color: white;
    font-weight: bold;
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
}


footer .top-btn {
    padding: 55px 0 30px 0;
}

footer .top-btn h4 {
    color: white;
    text-decoration: none;
    font-size: 20px;
    text-transform: capitalize;
}

footer .top-btn i{
    font-size: 25px;
}



















.inner-page-banner {
    height: 700px;
    width: 100%;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.inner-page-banner-txt .container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}

.inner-page-banner-txt {
    height: 100%;
    width: 100%;
    background-color: #000000a6;
}

/* .inner-page-banner-txt h6 div  */
.inner-page-banner-txt h6  {
    font-size: 60px;
    color: #7877ff;
    margin-bottom: 10px;
    font-family: "Antonio", sans-serif !important;
    /* text-transform: capitalize; */
}

.inner-page-banner-txt p {
    font-size: 17px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 80px;
    /* text-transform: math-auto; */
}





/* about-page-banner */
#about-page-banner {
    background-image: url(../images/about-us-page/about-page-banner2.jpg);
    /* background-image: url(../images/about-us-page/about-page-banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



/*  title */
#about-page-content .about-page-title {
    padding-left: 50px;
}

#about-page-content .about-page-title h6 {
    font-size: 20px;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-transform: capitalize;
}

#about-page-content .about-page-title h6 i {
    color: var(--global-logo-color);

}

#about-page-content .about-page-title h3 {
    /* width: 70%; */
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    will-change: transform, opacity;
    text-transform: none;
}

#about-page-content .about-page-content-img {
    position: relative;
    height: 542px;
    width: 100%;
}

#about-page-content .about-page-content-img .about-img-main1 {
    width: 42%;
    position: absolute;
    top: 0px;
    left: 15px;
}

#about-page-content .about-page-content-img .about-img-main2 {
    width: 40%;
    position: absolute;
    top: 30px;
    right: 0;
}

#about-page-content .about-page-content-img .about-img-main3 {
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-35%);
}



#about-page-content .about-page-title p {
    color: rgba(0, 0, 0, 0.445);
    margin-bottom: 15px;
}









/* services-page-banner */
#services-page-banner {
    background-image: url(../images/service-main-page/service-main-page-banner.jpg);
    /* background-image: url(../images/services-us-page/services-page-banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*  title */
#services-page-card-main .services-page-title h6 {
    font-size: 20px;
    margin-bottom: 50px;
    text-align: center;
    text-transform: capitalize;
}

#services-page-card-main .services-page-title h6 i {
    color: var(--global-logo-color);

}

#services-page-card-main .services-page-title h3 {
    width: 70%;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    will-change: transform, opacity;
    text-align: center;
    margin: auto;
    margin-bottom: 60px;
    text-transform: none;
}


/* services-imgggg */

#services-page-card-main .card-content {
    width: 90%;
    height: 90%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

#services-page-card-main .card-content h6 {
    color: white;
    margin-bottom: 20px;
    text-transform: capitalize;
}

#services-page-card-main .card-content p {
    color: #ffffffb5;
}

#services-page-card-main a {
    text-decoration: none;
}

#services-page-card-main .services-card1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services8.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}

#services-page-card-main .services-card9 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/Services/services9.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    display: flex;
    align-items: end;
    margin-bottom: 25px;
}









/* individualservices  images*/

#individualservices-page-banner-wardrobe {
    background-image: url(https://images.unsplash.com/photo-1672137233327-37b0c1049e77?q=80&w=3174&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
    /* background-image: url(../images/services-us-page/services-page-banner.jpg); */
}

#individualservices-page-banner-study-table {
    background-image: url(https://images.unsplash.com/photo-1617529497832-5ad49d9b5928?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-electrical {
    background-image: url(https://images.unsplash.com/photo-1621905251189-08b45d6a269e?q=80&w=3269&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-plumbing {
    background-image: url(https://images.unsplash.com/photo-1620653713380-7a34b773fef8?q=80&w=2445&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-false-ceiling {
    background-image: url(https://images.unsplash.com/photo-1720743453691-268baa850b5e?q=80&w=3089&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-painting {
    background-image: url(https://images.unsplash.com/photo-1595640115473-714d7e80cb48?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-deep-cleaning {
    background-image: url(https://images.unsplash.com/photo-1603712725038-e9334ae8f39f?q=80&w=3271&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-design-services {
    background-image: url(https://images.unsplash.com/photo-1543071293-d91175a68672?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}

#individualservices-page-banner-modular-kitchen {
    background-image: url(https://images.unsplash.com/photo-1602028915047-37269d1a73f7?q=80&w=3270&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
}


/* individual-content */
#individualservices .individual-content {
    margin-left: 50px;
}

#individualservices .individual-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

#individualservices .individual-content h6 i {
    color: var(--global-logo-color);
}

#individualservices .individual-content h3 {
    /* width: 70%; */
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    will-change: transform, opacity;
    margin-bottom: 50px;
    text-transform: none;
}

#individualservices .individual-content p {
    /* width: 70%; */
    /* font-size: 35px; */
    will-change: transform, opacity;
    margin-bottom: 15px;
    color: rgba(0, 0, 0, 0.445);
}



/* other-services-link */
#individualservices .other-services-link h6 {
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: capitalize;
}

#individualservices .other-services-link h6 i {
    color: var(--global-logo-color);
}

#individualservices .other-services-link {
    margin-top: 50px;
}


/* otherservices-imks-img common for imgs */
#individualservices .otherservices-imks-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    padding: 15px 20px;
}

#individualservices a {
    text-decoration: none;
}

.otherservices-Study-table-link-img1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services1.jpg);
}

.otherservices-Study-table-link-img2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services2.jpg);
}

.otherservices-Study-table-link-img3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services3.jpg);
}

.otherservices-Study-table-link-img4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services4.jpg);
}

.otherservices-Study-table-link-img5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services5.jpg);
}

.otherservices-Study-table-link-img6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services6.jpg);
}

.otherservices-Study-table-link-img7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services7.jpg);
}

.otherservices-Study-table-link-img8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services8.jpg);
}

.otherservices-Study-table-link-img9 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0 0 0 / 78%)), url(../images/Services/services9.jpg);
}


#individualservices .other-services-link-title {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: end;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
}








/* projects-page-banner */
#projects-page-banner {
    background-image: url(../images/peojects-main-page/peojects-main-page-banner.jpg);
    /* background-image: url(../images/projects-us-page/projects-page-banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*  title */
#projects-page-content-main .projects-page-content h6 {
    font-size: 20px;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-transform: capitalize;
}

#projects-page-content-main .projects-page-content h6 i {
    color: var(--global-logo-color);
}

#projects-page-content-main .projects-page-content h3 {
    width: 70%;
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    will-change: transform, opacity;
    text-transform: none;
}

/* imgsssss  */
#projects-page-content-main .project-card {
    margin-bottom: 25px;
    overflow: hidden;
}

#projects-page-content-main a {
    color: black;
    text-decoration: none;
}

#projects-page-content-main a:hover img {
    filter: grayscale(100%);
    transition: filter 0.5s ease;
}


#projects-page-content-main img {
    width: 100%;
    /* clip-path: inset(0 0 100% 0); */
    will-change: clip-path, opacity, transform;
}

#projects-page-content-main .project-name {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

#projects-page-content-main .project-name i {
    color: var(--global-logo-color);
}

#projects-page-content-main a:hover .project-name i {
    margin-right: 20px;
    transition: margin-right 0.5s ease;
}













/* contact-page-banner */
#contact-page-banner {
    background-image: url(../images/contact/contact-page-banner.jpg);
    /* background-image: url(../images/contact-us-page/contact-page-banner.jpg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*  title */
#contact-page-content .contact-page-info {
    padding-left: 50px;
}

#contact-page-content .contact-page-info h6 {
    font-size: 20px;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-transform: capitalize;
}

#contact-page-content .contact-page-info h6 i {
    color: var(--global-logo-color);

}

#contact-page-content .contact-page-info h3 {
    /* width: 70%; */
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    will-change: transform, opacity;
    text-transform: none;
}




/* contact-page-content */
#contact-page-content .contact-info-box {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}

#contact-page-content .contact-info-box .contact-info-box-icon i {
    background-color: var(--global-logo-color);
    color: white;
    font-size: 30px;
    padding: 10px;
}

#contact-page-content .contact-info-box .contact-info-box-info-content {
    display: flex;
    flex-direction: column;
}

#contact-page-content .contact-info-box .contact-info-box-info-content h6 {
    margin: 0;
    font-weight: bold;
}




/* contact-form */
#contact-form{
    padding-top: 0;
}
#contact-form .container{
    background-color: #403f910d;
    padding: 50px;
}

#contact-form h6 {
    font-size: 20px;
    margin-bottom: 50px;
    /* padding-left: 20px; */
    text-transform: none;
}

/* contact-form-heading */
#contact-form .contact-form-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#contact-form .contact-form-heading h3 {
    /* width: 70%; */
    font-size: 35px;
    font-weight: bold;
    /* padding-left: 20px; */
    will-change: transform, opacity;
    text-transform: none;
}
#contact-form .contact-mail-icon{
    width: 100px;
    opacity: 0.5;
}




#contact-form i{
    color: var(--global-logo-color);
}





#contact-form .col-md-6, #contact-form .col-md-12{
    margin-top: 50px;
}
#contact-form .form-btn{
    margin: 0;
}


.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-item {
  position: relative;
}

.form-item input,
.form-item textarea {
  width: 100%;
  padding: 10px 6px;
  border: none;
  border-bottom: 1px solid #00000059;
  background: transparent;
  font-size: 16px;
  outline: none;
  resize: none;
}

.form-item label {
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: grey;
  pointer-events: none;
  transition: all 0.3s ease;
}

.form-item:has(textarea) label {
  top: 75%;
}

.form-item input:focus + label,
.form-item textarea:focus + label,
.form-item input:not(:placeholder-shown) + label,
.form-item textarea:not(:placeholder-shown) + label {
  top: -10px;
  font-size: 12px;
  color: black;
}


.form-button {
  background-color: var(--global-logo-color);
  color: white;
  border: none;
  padding: 12px 0;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 50px;
  width: 100%;
}
#contact-form button i{
    color: white;
}

.form-button:hover {
  background-color: #403f91da;
  color: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25); /* shadow effect */
  transform: translateY(-2px); /* slight lift */
  transition: 0.5s;
}

.form-button:active {
  background-color: #403f91;
}






















/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/
/* **********************************************************************/


/* **********************************
******  CSS MEDIA QUERIES ********* 
************************************/

/* Start of Design for Small Desktops */

@media screen and (max-width: 1500px) {

    /* individual-page-banner */
    .inner-page-banner {
        height: 400px;
    }
}

/* Start of Design for Tablets */
@media screen and (max-width: 1199px) {
    #about h6.below-md {
        font-size: 20px;
        margin-bottom: 50px;
        display: block;
        text-align: center;
    }

    #about h6.above-md {
        display: none;
    }

    #about img {
        margin-bottom: 40px;
    }




    #services .services-title p {
        margin-bottom: 50px;
    }


    /* footer */
    footer .footer-title h6 {
        font-size: 55px;
    }

    footer .footer-title p {
        width: 80%;
    }

    footer .footer-social-media {
        padding: 20px 0 50px 0;
    }

    footer .top-btn {
        padding: 20px 0 50px 0;
    }









    /* about-page-content */



    #about-page-content .about-page-title {
        padding-left: 0px;
    }

    #about-page-content .about-page-content-img {
        height: 542px;
        width: 70%;
        margin: auto;
        margin-top: 50px;
    }

    /* individualservices */
    .individual-content-img {
        height: 400px;
    }

    .individual-content-img img {
        object-fit: cover;
        width: 100%;
    }

    #individualservices .individual-content {
        margin-left: 0px;
        margin-bottom: 50px;
    }
}


@media screen and (max-width: 1100px) {
    #banner .banner-txt h2 {
        font-size: 55px;
    }

    #banner .banner-txt p {
        font-size: 23px;
    }

    #banner .banner-txt a {
        font-size: 17px;
    }

    /* socialmedia */
    .socialmedia-ban {
        padding-top: 100px;
    }

    .socialmedia-ban::after {
        height: 100px;
    }

    .socialmedia-ban ul li a {
        font-size: 31px;
    }


    .carousel-control-prev,
    .carousel-control-next {
        width: 65px;
        height: 65px !important;
    }

    .carousel-control-prev {
        right: 120px !important;
    }



    /* about */
    #about .about-title h3 {
        font-size: 40px;
    }

    #about .about-count .project-count,
    .clients-count,
    .years-count {
        padding: 20px 0;
    }

    /* services */
    #services .services-title h3 {
        font-size: 40px;
    }

    /* projects */
    #projects .projects-title h3 {
        font-size: 40px;
    }

    /* Showcase */
    #Showcase h3 {
        font-size: 40px;
    }

    #Showcase p {
        width: 50%;
    }

    /* why-us */
    #why-us .why-us-title h3 {
        font-size: 40px;
    }

    /* footer */
    footer .footer-title h6 {
        font-size: 45px;
    }

}



@media screen and (max-width: 1000px) {


    #about h6 {
        font-size: 20px;
        margin-bottom: 50px;
        display: none;
    }

    #about img {
        margin-bottom: 40px;
    }
}



@media screen and (max-width: 991px) {
    #contact-page-content .contact-page-info {
        padding-left: 0px;
    }
}

@media screen and (max-width: 900px) {
    #banner .banner-txt h2 {
        font-size: 45px;
    }

    #banner .banner-txt p {
        font-size: 19px;
    }

    #banner .banner-txt a {
        font-size: 15px;
    }

    #banner .banner-txt a i {
        font-size: 40px;
    }

    /* socialmedia */
    .socialmedia-ban ul li a {
        font-size: 31px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 65px;
        height: 65px !important;
    }

    .carousel-control-prev {
        right: 120px !important;
    }

    #services .services-title p {
        width: 60%;
    }

}



@media screen and (max-width: 850px) {

    header .logo {
        height: 102px;
        left: 20px;
    }

    header nav {
        display: none;
    }

    /* hamburger */
    header #hamburger {
        display: block;
        cursor: pointer;
        z-index: 100;
    }

    header #hamburger i {
        color: white;
        font-size: 20px;
    }

    #mobile-menu {
        display: flex;
    }

    #mobile-menu li {
        opacity: 0;
        /* fallback in case JS loads late */
    }


    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }



    /* socialmedia-ban */
    .socialmedia-ban {
        bottom: 20px;
        left: 20px;
    }

}




@media screen and (max-width: 767px) {


    /* section */
    section {
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px !important;
    }

    .carousel-control-prev {
        right: 100px !important;
    }

    #custom-cursor {
        display: none;
    }



    /* Showcase */
    #Showcase p {
        width: 60%;
    }


    /* #why-us img */
    #why-us img {
        margin-bottom: 40px;
    }

    /* #why-us .col-md-4 {
    padding-top: 40px;
}

    #why-us .choose-us-reasons h3 {
    padding-bottom: 40px;
} */


    /* footer */
    footer .footer-title p {
        width: 100%;
        margin-bottom: 50px;
    }

    footer .copyrights-body {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }

    footer .copyrights-body .copy-rights h4 {
        margin-bottom: 10px;
        text-align: center;
    }



    #about-page-content .about-page-content-img {
        height: 350px;
    }



    #services-page-card-main .services-page-title h3 {
        width: 100%;
    }



    /* projects-page-content-main */
    #projects-page-content-main .projects-page-content h3 {
    width: 100%;
}
}


@media screen and (max-width: 720px) {

    #banner .banner-txt h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    #banner .banner-txt p {
        width: 50%;
        text-align: center;
    }

}



/* End of Design for Tablets */



@media screen and (max-width: 670px) {

    #banner .banner-txt h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }

    /* socialmedia-ban */
    .socialmedia-ban {
        bottom: 15px;
        left: 15px;
    }


    /* Showcase */
    #Showcase p {
        width: 70%;
    }

    footer .footer-title p {
        font-size: 13px;
    }

    footer .contact-details ul li {
        font-size: 13px;
    }

    footer .footer-social-media ul li a {
        font-size: 20px;
    }

    footer nav ul li {
        font-size: 13px;
    }

    footer .copyrights-body .copy-rights h4 {
        font-size: 13px;
    }

    footer .top-btn h4 {
        font-size: 13px;
    }

}

@media screen and (max-width: 610px) {

    #services .services-title p {
        width: 80%;
    }

}

/* Start of Design for Mobile Phones */
@media screen and (max-width: 576px) {

    #banner .banner-txt h2 {
        font-size: 30px;
    }



    /* Showcase */
    #Showcase p {
        width: 80%;
    }

     #contact-form .container {
        padding: 50px 15px;
    }

}

/* End of Design for Mobile Phones */



@media screen and (max-width: 530px) {

    footer .footer-title p {
        width: 90%;

    }





    #about-page-content .about-page-content-img {
        margin: 50px 0 0 0;
        width: 100%;
    }

    #about-page-content .about-page-content-img .about-img-main2 {
        display: none;
    }

    #about-page-content .about-page-content-img .about-img-main3 {
        width: 42%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(5%);
    }

}


@media screen and (max-width: 500px) {

    #banner .banner-txt p {
        width: 60%;
        text-align: center;
    }

    /* Showcase */
    #Showcase p {
        width: 90%;
    }


   

    .contact-mail-icon{
        display: none;
    }



}



@media screen and (max-width: 470px) {

    /* Showcase */
    #Showcase p {
        width: 100%;
    }

    #services .services-title p {
        width: 100%;
    }

}


@media screen and (max-width: 470px) {

    #banner .banner-txt h2 {
        font-size: 28px;
    }

}