@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Questrial&display=swap');
:root {
    --primary: #838383;
    --white: #fff;
    --black: #000;
}


body {
    margin: 0;
    padding: 0 !important;
	font-family: "Work Sans", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #e5e5e5;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 15px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Work Sans", sans-serif;
    background: var(--white);
}
input[type="submit"] {
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    padding: 11px 25px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    border-radius: 4px;
	font-family: "Work Sans", sans-serif;
    color: var(--white);
}
input[type="submit"]:hover {
  background: var(--secondary);
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 110px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
	font-family: "Work Sans", sans-serif;
    color: var(--black);
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Work Sans", sans-serif;
    color: #f7f7f7;
    font-size: 15.5px;
    line-height: 30px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
    font-family: "Work Sans", sans-serif;
  color: #4d5765;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 30px;
    font-size: 42px;
    position: relative;
    text-align: center;
    width: fit-content;
    letter-spacing: .5px;
    line-height: 45px;
    font-weight: 600;
    text-transform: capitalize;
}
.heading {
    display: block;
    margin: 0 auto 35px;
    color: var(--white);
}
.leftheading {
    text-align: start;
    position: relative;
    font-size: 45px;
    margin-bottom: 10px;
}
.subheading {
    display: block;
    text-transform: capitalize;
    color: var(--primary);
    font-size: 17px;
    position: relative;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Work Sans", sans-serif;
}
.heading .subheading {
    width: fit-content;
    margin: auto;
    position: relative;
}
.heading .subheading:before, 
.heading .subheading:after {
    left: 50%;
    transform: translateX(-26px);
}
.heading .subheading:after {
    transform: translateX(-18px);
}
.zoomeffect {
    overflow: hidden;
    position: relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}
.btn-secondary span {
    z-index: 2;
    position: relative;
}
/* TOP CONTACT CSS */
.topbar {
    background: var(--black);
    padding: 10px;
    border-radius: 0 0 25px 25px;
}
.top-contact {
    column-gap: 20px;
}
.top-contact p, .top-contact p a {
    color: var(--white);
    font-size: 15px;
}
.topcontact {
    align-items: center;
    position: relative;
    z-index: 99;
}

.smoicons {
    column-gap: 3px;
}
.smoicons li a {
    background: #ffffff21;
    color: var(--white);
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.smoicons svg path {
    fill: var(--white);
}

.topcontact ul {
    column-gap: 20px;
}
.topcontact i {
    color: var(--white);
    background: #ffffff29;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50px;
}
.topcontact li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.topcontact a {
    font-size: 16px;
    font-weight: 500;
    color: var(--white);
}
/* Header */
header .row {align-items: center;}
.logo img {
    width: 245px;
}
.logo span{
    color: var(--primary);
}
/* Menubar */
.navmenus {
    padding: 14px 0;
    position: relative;
}
.mainmenu {
    z-index: 3;
    box-shadow: 0 2px 12px #00000014;
}
.mainmenu .btn-primary {margin-left: 10px;}

.navmenus .btn-secondary {
    border-radius: 50px;
    padding: 10px 23px!important;
    margin: 0 !important;
    background: unset !important;
    color: #000 !important;
    border: 1px solid #000;
    text-transform: uppercase;
}
.navmenus a.btn.btn-secondary:hover:before  {
    background: unset !important;
}
.navmenus a.btn.btn-secondary:before  {
    background: unset !important;
}
.menubar .btn:before {
    border-radius: 10px 10px 0 10px !important;
}

/* banner descriptions section  */
header {
    border-bottom: 1px solid #cccccc7a;
    padding: 5px 0 10px;
}
.bannerdescriptions {
    padding: 60px 0;
    background: linear-gradient(45deg, #0000000f, #0000000f);
}
.bannerdescriptions h3 {
    font-size: 58px;
    line-height: 75px;
    font-weight: 600;
}
.bannerdescriptions p {
    color: #000;
    width: 75%;
    font-size: 14.5px;
    margin-bottom: 18px;
}
.descs {
    padding-left: 85px;
}



/* Main Slider */

.mainslider figure{
	margin:0;
	position: relative;
}
.mainslider figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.bannerdescriptions figure {
    background: linear-gradient(45deg, #00000026, #1d232705);
    border-radius: 50%;
    width: 325px;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bannerdescriptions figure img {
    width: 315px;
}
.mainslider .carousel-caption {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.mainslider .carousel-content {
    width: 75%;
    margin: 0 auto;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-content h4 {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 3px;
    color: var(--white);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: "Caveat", cursive;
    background: var(--black);
    padding: 10px 30px;
    border-radius: 20px 20px 0 0;
    border-right: 3px solid var(--white);
    border-left: 3px solid var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 65px;
    font-weight: 500;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    margin-bottom: 25px;
}
.mainslider .carousel-caption h2 span {
    color: transparent;
    -webkit-text-stroke: 2px #fff;
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}
.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 0;
    line-height: 28px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
    color: var(--white);
}
.mainslider .carousel-content .btn-primary {
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}
.discover {
    bottom: 70px;
    left: 70px;
    z-index: 1;
}
.discover img {
    width: 160px !important;
	animation: spin 12s infinite linear;
}
@keyframes spin {
    0%  {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}   
}


/* HOME ABOUT SECTION CSS */
 .about {
    padding: 90px 0;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
    color: var(--white);
}
.about-content .subheading:after {
    position: absolute;
    content: '';
    top: 12px;
    left: 20px;
    height: 10px;
    width: 10px;
    background: #f87217c4;
    border-radius: 50%;
}
.about-content .subheading {
    background: #f8721714;
    display: block;
    width: fit-content;
    padding: 5px 40px;
    border-radius: 50px;
    margin-bottom: 12px;
}
.about .leftheading {
    font-family: "Jost", sans-serif;
}
.about img {
    width: 100%;
    height: 330px;
    border-radius: 10px;
    margin-top: 50px;
    object-fit: cover;
}
.about-content p {
    color: #000;
}
.about figure{
overflow: hidden;
position: relative;
}
.aboutlogo {
    position: absolute;
    top: 45%;
    left: 42%;
    transform: translate(-50%,-50%);
}
.aboutlogo img {
    width: 110px;
    height: 110px;
}
@keyframes rotateInfinite {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate-infinite {
  animation: rotateInfinite 5s linear infinite;
}
.aboutlist ul , .whowearelist  ul{
    display: flex;
	flex-direction:column;
    row-gap: 10px;
	margin-top:20px;
}

.about-content {
    padding-left: 20px;
}
.about-content .btn {
    margin-top: 10px;
}
.about-content ul li {
    width: 40%;
    margin-top: 50px;
}
.about-content ul li h3 {
    font-size: 120px;
    font-weight: bold;
    position: relative;
}
.about-content h5 {
    color: #1a1a1a75;
    font-weight: 400;
    font-size: 20px;
}
.about-content ul li h3 sup {
    font-size: 37px;
}
.about-content ul li h3 sup {
    font-size: 37px;
    position: absolute;
    top: 33px;
    margin-left: 10px;
}
.about-content ul li:first-child {
    text-align: start !important;
}

.aboutus {
    margin-bottom: 60px;
    background: #c6a78414;
    padding: 50px 0;
}
.about-content .leftheading {
    margin-bottom: 15px !important;
    font-size: 40px;
    font-weight: 600;
    line-height: 53px;
    color: var(--white);
}
.aboutus img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 10px;
}
.about-contents p {
    color: #000;
}
.about-content {
    padding-left: 20px;
}
.about-contents .leftheading {
    font-size: 30px;
}
.about-contents h5 {
    background: var(--primary);
    display: inline-block;
    padding: 6px 25px;
    border-radius: 50px;
    color: #fff;
}
.missions {
    margin-bottom: 60px;
}
.about-mission {
    background: #fff;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 44%);
    overflow: hidden;
    border-radius: 10px;
    text-align: center;
}
.about-mission p {
    color: #000;
    padding: 15px;
    margin: 0;
    font-size: 14.5px;
}
.about-mission h3 {
    margin: 15px 0 0 0;
    font-size: 26px;
}
.values img {
    width: 44px !important;
}
.values figure {
    background: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    position: absolute;
}
.values li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    position: relative;
    background: #f7f7f7;
    margin-bottom: 10px;
    padding: 13px;
    border: 1px solid #0000000a;
    border-radius: 10px;
}
.about-values {
    padding-left: 75px;
}
.about-values p {
    color: #000;
    font-size: 14px;
    margin:0;
}
.about-values h4 {
    margin-bottom: 8px;
}
.missions .leftheading {
    font-size: 30px;
}
.whychooseus h2 {
    color: #fff;
    margin: 20px 0;
}
.team .heading, p {
    color: #000;
}
.team {
    text-align: center;
    background: #c7c7c726;
    padding: 30px 0;
    margin-top: 60px;
}
.whychooseus img {
    height: 450px;
    object-fit: cover;
}




/* servicse section  */
.services {
    background: linear-gradient(45deg, #0000006e, transparent), url(../images/servicesbannerimages.jpg);
    padding: 50px 0 60px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services .leftheading {
    color: #fff;
    font-size: 80px;
    width: 80%;
    font-family: "Jost", sans-serif;
    font-size: 58px;
    letter-spacing: 1px;
    line-height: 65px;
}
.about-services {
    background: #000;
    padding: 12px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.about-services img {
    height: 300px;
    object-fit: cover;
}
.servicesdtls {
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
}
.servicesdtls p {
    color: #1a1a1aad;
}
.servicesdtls h3 {
    font-size: 30px;
    letter-spacing: 1px;
}
.servicesdtls h3 {
    font-size: 24px;
    letter-spacing: 1px;
    color: #fff;
}
.services .btn {
    margin-top: 20px;
    padding: 12px 45px;
}



/* Footer */

footer {
    background: var(--black);
    padding-top: 50px;
    position: relative;
    z-index: 9;
}
footer .logo {
    text-decoration: none !important;
    font-size: 38px !important;
    font-family: unset !important;
    margin-bottom: 20px;
}
footer .container {
    z-index: 9;
    position: relative;
}

footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
footer a.footer-logo img {
    width: 300px;
    filter: invert(1);
}
.ftr-about a {
    text-decoration: underline;
    text-underline-offset: 5px;
    letter-spacing: 1px;
    margin-top: 5px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer .col-sm-4:nth-child(2) {border-right: solid 1px #6a6a6a2e;border-left: solid 1px #6a6a6a2e;}

footer h3 {
    color: #efefeff0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
}
footer .row a {
    display: block;
    font-size: 15px;
}
footer a, footer ul li {
    color: #efefeff0;
    font-size: 14.5px;
    transition: 0.5s ease-in-out;
}
.footer-logo {
    height: 85px;
    width: 210px;
    display: flex !important;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 10px;
}
footer a:hover {
    color: var(--primary);
}
footer .row {
    margin-bottom: 35px;
}
.ftrcontact li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.ftrlinks li {
    position: relative;
    padding-left:25px;
}
.ftrlinks li:before {
    position: absolute;
    content: "\f0a4";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
    color: var(--primary);
}
footer ul.menu li a {
    line-height: 35px;
    display:inline-block;
}

footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefeff0;
    font-size: 15px;
    font-weight: 400;
}
.ftrcontact i {
    height: 35px;
    width: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff17;
    border-radius: 50%;
}
.ftr-smoicons {
    column-gap: 8px;
    margin-top: 18px;
}
.ftr-smoicons li {
    color: var(--white);
    font-size: 16px;
}
.ftr-smoicons li a {
    color: var(--white);
    font-size: 14px;
    background: #ffffff17;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.ftr-smoicons svg path{
fill: var(--white);	
}
.ftr-smoicons li a i {
    margin: 0;
}
.copyright {
    text-align: center;
    padding: 12px 0;
    background: #0000000f;
    padding-top: 19px;
    border-top: 1px solid #cccccc1a;
}
.copyright p {
    color: #efefef;
    letter-spacing: .5px;
}
.copyright p a {
    color: var(--white);
    text-decoration: underline;
    text-underline-offset: 4px;
	transition:0.5s ease-in-out;
}
.copyright p a:hover{
	color:var(--primary);
}
.ftr-about a {
    color: var(--white);
}
.newsletter {
    background: var(--primary);
    margin-top: 30px;
    border-radius: 6px;
    padding: 14px;
}
.newsletter-cnt {
    column-gap: 20px;
    align-items: center;
}
.newsletter-cnt h3, .newsletter-cnt h3 span{
	color:var(--white);
}
.newsletter-cnt h3 span {
    font-size: 17px;
    padding-top: 6px;
}
.newsletter-cnt img{
	transition:0.5s ease-in-out;
}
.newsletter-cnt:hover img{
	transform: rotateY(180deg);
}
.newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #000;
    font-size: 20px;
    font-family: 'Font Awesome 5 Brands';
    width: 100%;
    height: 100%;
    padding: 12px 20px;
}
.newsletter  .wpcf7-spinner{
	display:none;
}
.newsletter  input {
    margin: 0;
    padding: 12px 20px;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 30px;
    border-radius: 6px;
    z-index: 99999999;
    padding: 0;
    border: 1px solid #ffffff78;
    background: var(
    --primary);
    width: 50px;
    color: var(--white);
    height: 55px;
    text-align: center;
    cursor: pointer;
    font-size: 17px;
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
	display: block;
	padding-bottom: 3px;
}
#GoToTop:hover {
	background: var(--primary);
	color: var(--white);
}
#GoToTop.show {
	display:block
}
#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 20%;
    right: 25px;
    z-index: 99999999;
    padding: 7px 11px;
    background: #056a62;
    border-radius: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    display: flex !important;
    align-items: center;
    column-gap: 5px;
}


.qrcode {
    position: fixed;
    bottom: 80px;
    right: 10px;
    z-index: 11;
    background: #f4f7fc;
    padding: 5px;
    border-radius: 4px;
    overflow: hidden;
}
.qrcode img {
    width: 80px;
}

/* #whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
} */

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
#whatsappbtn img {
    width: 25px;
}
#whatsappbtn span {
    font-size: 17px;
    font-weight: 400;
}
.secondary-container {
	padding: 60px 0;
}
.breadcrumb {
    background: linear-gradient(#000000, #838383);
    padding: 60px 0;
    text-align: center;
}
.breadcrumb h1 {
    font-weight: 700;
    font-size: 30px;
}
.breadcrumb p {
    margin: 0;
    color: var(--white);
}

.breadcrumb a {
    color: var(--white);
    margin-right: 25px;
    position: relative;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 12px;
    top: -1px;
    right: -21px;
    color: var(--white);
}

/* Project details  page css  */

.commercial img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.about-commercial .leftheading {
    font-size: 29px;
}
.about-commercial p {
    color: #1a1a1a;
}
.whychooseus {
    background: linear-gradient(45deg, black, #000000bd), url(https://perceptioninterior.in/wp-content/uploads/2025/12/whyus.jpeg);
    margin-top: 60px;
    background-position: center;
    background-attachment: fixed;
}
.whychooseus li {
    display: flex;
    align-items: center;
    column-gap: 15px;
    position: relative;
    margin-bottom: 10px;
    background: #ffffff21;
    padding: 10px;
    border-left: 2px solid var(--primary);
    color:#fff;
}
.whychooseus ul li:last-child {
    margin-bottom: 0;
}
.about-process img {
    width: 48px !important;
    filter: invert(1) brightness(100);
}
.about-process {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
    height: 100%;
}
.about-process p {
    color: #1a1a1a;
    margin: 0;
}
.about-process figure {
    height: 75px;
    width: 74px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.process .heading {
    color: #000;
}
.process {
    margin: 60px 0;
}
.case {
    background: #1d23270a;
    padding: 50px 0;
    text-align: center;
}
.about-case p {
    color: #000;
    width: 80%;
    margin: 0 auto 20px;
}
.page-id-3909 .case {
    display: none;
}
.page-id-3913 .case {
    display: none;
}















/* CONTACT US PAGE CSS */

.contactus form {
    padding: 35px 30px 25px;
    border-radius: 10px;
    border-left: 3px solid var(--primary);
    border-right: 3px solid var(--primary);
    background: #f2ecf0;
}
.contactus_details {
    padding: 28px;
    background: #ae7d9d1f;
    border-left: none;
    margin-bottom: 14px;
    padding-left: 85px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border-right: 3px solid var(--primary);
}
.contactus_details p {
    margin: 0;
}
.contactus_details i.fas, .contactus_details i.fab {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: var(--primary);
    color: transparent;
    height: 100%;
    width: 60px;
    border-radius: 0 60px 60px 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 0 0 #0000001f;
    border-right: 2px solid var(
    --white);
    font-size: 22px;
    -webkit-text-stroke: 1px var(--white);
}
.contactus_details h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}
.contactus_details p a {
    font-size: 16px;
    color: #5c5c5c;
    font-weight: 400;
}
.contactus_details:last-child {
    margin: 0;
}
.contactus form input[type="submit"] {
    width: 100%;
    padding: 15px 20px 15px;
    border-radius: 6px;
    background: var(--primary);
}
.contactus form span.wpcf7-spinner {
    display: none;
}
.google-map iframe {
    width: 100%;
    border-radius: 10px;
}
footer .gglmap {
    margin: 35px 0 25px;
}

footer .gglmap iframe {
    height: 300px;
}

/* Product page css  */
/* 
.work {
    padding: 45px 0 50px;
    background: #eb741f12;
}
.work .tab-pane .row {
    row-gap: 15px;
}
.work .nav-pills {
    margin-bottom: 40px;
}
.work .tab-pane .row .col-lg-3{
 padding:5px;
}
.ourgallery {
    padding: 60px 0;
}
.gallerylightbox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}
.gallerylightbox a {
    width: 100%;
    overflow: hidden;
	border-radius:6px;
}
.gallerylightbox a img {
    height: 100%;
    transform: scale(1, 1);
    transition: all 300ms ease;
}

.gallerylightbox a img:hover {
    transform: scale(1.1, 1.1);
}
.gallerylightbox .gallerylightboxlist {
    height: 200px;
    background-size: cover;
    position:relative;
    border-radius: 6px !important;
}
.gallerylightbox .gallerylightboxlist:after {
    background-color: #000000b0;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s ease-in-out;
    transform: rotate3d(1,-1,0,100deg);
    opacity: 0;
}
.gallerylightbox .gallerylightboxlist:hover:after {
    transform: rotate3d(0,0,0,0deg);
    opacity: .6;
}

.gallery ul#pills-tab {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    column-gap: 15px;
}
.gallery .nav-link {
    border-radius: 3px;
    border: 2px solid var(--primary);
    padding: 8px 30px;
    color: var(--primary);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
}
 */

/* =============================================
   WORK SECTION — BASE
   ============================================= */
.work {
    padding: 45px 0 50px;
    background: #eb741f12;
}

.work .nav-pills {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.work .nav-link {
    border-radius: 3px;
/*     border: 2px solid var(--primary); */
    padding: 8px 30px;
    color: var(--primary);
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.work .nav-link:hover {
    background: var(--primary);
    color: #fff;
}

.work .nav-link.active {
    background: var(--primary);
    color: #fff;
}

/* =============================================
   PROJECT LAYOUT — VERTICAL TABS + GALLERY
   ============================================= */
.project-layout {
    display: flex;
    gap: 0;
    border: 1px solid #e5dbd4;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    min-height: 300px;
}

/* =============================================
   LEFT: VERTICAL PROJECT TABS
   ============================================= */
.project-vtabs {
    display: flex;
    flex-direction: column;
    min-width: 145px;
    max-width: 165px;
    width: 155px;
    background: #faf6f3;
    border-right: 1px solid #e5dbd4;
    flex-shrink: 0;
}

.project-vtab {
    padding: 14px 18px;
    font-size: 13.5px;
    font-weight: 400;
    color: #999;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #ede6e0;
    transition: all 0.2s ease;
    line-height: 1.4;
    user-select: none;
}

.project-vtab:last-child {
    border-bottom: none;
}

.project-vtab.active {
    color: var(--primary);
    border-left: 3px solid var(--primary);
    background: #fff;
    font-weight: 500;
}

.project-vtab:hover:not(.active) {
    background: #fff3ec;
    color: var(--primary);
    border-left-color: var(--primary);
}

/* =============================================
   RIGHT: GALLERY PANELS
   ============================================= */
.project-panels {
    flex: 1;
    padding: 20px;
    min-width: 0;
}

.project-panel {
    display: none;
}

.project-panel.active {
    display: block;
    animation: fadeInPanel 0.3s ease;
}

@keyframes fadeInPanel {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.project-panel .row {
    row-gap: 15px;
}

.project-panel .col-lg-3 {
    padding: 5px;
}

/* =============================================
   GALLERY LIGHTBOX ITEMS
   ============================================= */
.gallerylightbox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    column-gap: 15px;
}

.gallerylightbox a {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.gallerylightboxlist {
    height: 260px;
    background-size: cover;
    background-position: center;
    position: relative;
    border-radius: 6px;
}

.gallerylightboxlist:after {
    background-color: #000000b0;
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 6px;
    transition: all 0.4s ease-in-out;
    transform: rotate3d(1, -1, 0, 100deg);
    opacity: 0;
}

.gallerylightboxlist:hover:after {
    transform: rotate3d(0, 0, 0, 0deg);
    opacity: 0.6;
}

/* =============================================
   RESPONSIVE — TABLET & MOBILE
   ============================================= */
@media (max-width: 991px) {
    .project-vtabs {
        min-width: 120px;
        max-width: 130px;
        width: 125px;
    }

    .project-vtab {
        padding: 12px 12px;
        font-size: 12.5px;
    }

    .gallerylightboxlist {
        height: 165px;
    }
}

@media (max-width: 767px) {
    .project-layout {
        flex-direction: column;
    }

    .project-vtabs {
        flex-direction: row;
        max-width: 100%;
        width: 100%;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid #e5dbd4;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .project-vtabs::-webkit-scrollbar {
        display: none;
    }

    .project-vtab {
        border-left: none;
        border-bottom: 3px solid transparent;
        border-right: 1px solid #ede6e0;
        white-space: nowrap;
        flex-shrink: 0;
        padding: 12px 16px;
    }

    .project-vtab:last-child {
        border-right: none;
    }

    .project-vtab.active {
        border-left: none;
        border-bottom: 3px solid #eb741f;
        background: #fff3ec;
    }

    .project-vtab:hover:not(.active) {
        border-left-color: transparent;
    }

    .project-panels {
        padding: 14px;
    }

    .gallerylightboxlist {
        height: 180px;
    }
}

@media (max-width: 480px) {
    .work .nav-link {
        font-size: 14px;
        padding: 7px 18px;
    }

    .gallerylightboxlist {
        height: 150px;
    }
}


@media (max-width:991px) {

.navmenus .col-sm-7 {
    width: 40%;
    display: flex;
    justify-content: end;
}
.navmenus .col-lg-3 {
    width: 40%;
}
.navmenus .col-lg-2 {
    width: 20%;
}
button#rmp_menu_trigger-573 {
    top: 0 !important;
    background: #000 !important;
}
.bannerdescriptions .row {
    row-gap: 20px;
}
.mainslider figure img {
    height: 100%;
}
.about img {
    height: 100%;
}
div#about .row {
    row-gap: 20px;
}
.about-services img {
    height: 100%;
}
.services .btn {
    margin-bottom: 40px;
}
footer .row {
    row-gap: 25px;
}
}

@media (max-width:767px) {
.navmenus .col-sm-7 {
    width: 35%;
}
.navmenus .col-lg-2 {
    width: 25%;
}

}

@media (max-width:568px) {
.navmenus .col-lg-2 {
    display: none !important;
}
.navmenus .col-sm-7 {
    width: 60%;
}
.about {
    padding: 40px 0;
}
.about img {
    margin-top: 20px;
}
.services .leftheading {
    width: 100%;
    font-size: 45px;
}
}

@media (max-width:479px){

.bannerdescriptions h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
}
.bannerdescriptions p {
    width: 100%;
}	
.bannerdescriptions {
    padding: 35px 0;
}
.about-content ul {
    flex-wrap: wrap;
}
.about-content ul li {
    width: 100%;
    margin-top: 40px;
}
.about-content ul li:first-child {
    text-align: center !important;
}
.services .leftheading {
    font-size: 40px;
    line-height: 50px;
}
.about-content {
    padding-left: 0;
}
.services {
    padding: 40px 0 20px;
}
}

@media (max-width:375px){
.logo img {
    width: 170px;
}
.bannerdescriptions figure {
    width: 300px;
    height: 300px;
}






}






