/**
Theme Name: Juma Projects
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: juma-projects
Template: astra
*/


#menu-toggle-close:focus{
    border-style: none!important;
    border-color: inherit!important;
    border-width: 0!important;
color: #ffffff!important;
outline: 0!important;
}

.center{
	text-align:center;
}

.white{
	color:#fff;
}

.wd70{
	width:70%;
	margin:auto;
}

.sub-head{
	    margin-bottom: 0px !important;
    font-size: 20px;
    font-family: 'Manrope';
    line-height: 35px;
    font-weight: 500;
}

/* Home Brand Sec CSS Start */
.home-logos{
	overflow: hidden;
}
.brand-logo-bot {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
	width: max-content;
	animation: premiumMarquee 80s linear infinite;
	grid-column-gap: 20px;
	padding-top: 20px;
}

.brand-logo-bot:hover {
	animation-play-state: paused;
}
.brand-logo{
	position: relative;
}
.brand-logo-bot img {
	width: 200px;
	height: inherit;
	filter: grayscale(1);
	transition: 0.5s all;
	opacity: 0.8;
}
.brand-logo-bot img:hover {
	filter: none;
	opacity: 1;
}


@keyframes premiumMarquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(calc(-50% - 50px));
	}
}

/* Home Brand Sec CSS End */

/* Home Service Sec CSS Start */

.home-ser-slides{
	padding-bottom:100px !important;
}

.home-ser-slides .slide{
	    display: flex;
    border: 1px solid #515151;
    padding: 10px;
    border-radius: var(--border-radius);
	    pointer-events: none;
	flex-direction: column;
	height: 100%;
}
.ser-in-bot{
	       background: #f5f5f5;
    padding: 20px;
    border-radius: var(--border-radius);
	height: 100%;
}
.ser-head{
	    font-family: 'Manrope';
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px !important;
}
.ser-head:after{
	    content: '';
    width: 60px;
    height: 4px;
    background: #fe9e2e;
    display: block;
    position: absolute;
    bottom: -2px;
}
.ser-in-top{
	        padding: 20px 20px 80px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ser-num{
	    margin-bottom: 0px !important;
    font-size: 22px;
    font-family: 'Manrope';
    font-weight: 800;
}

.ser-points li{
	list-style-type:none;
	position:relative;
	padding-left:35px;
	font-size:16px;
}

.ser-points li:before{
	content: '✓';
    width: 20px;
    display: block;
    height: 20px;
    font-size: 13px;
    background: #000;
    border-radius: 5px;
    color: #fe9e2e;
    text-align: center;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 4px;
}

.ser-points{
	    margin: 0px !important;
    padding: 0px !important;
    display: grid;
    grid-row-gap: 8px;
}

.ser-in-top span.ser-icon-wrap{
	    background: var(--ast-global-color-1);
    display: flex;
	align-items: center;
	justify-content: center;
	height: 70px;
    width: 70px;
    border-radius: var(--border-radius);
}
.ser-in-top .ser-icon{
	width: 50px;
	height: auto;
}
.home-ser-slides .swiper-button-prev, .home-ser-slides .swiper-button-next, .chair-slides .swiper-button-prev, .chair-slides .swiper-button-next{
    position: absolute;
    bottom: 0;
    margin: 0px !important;
	cursor:pointer;
	top: auto;
	width: 40px;
	height: 40px;
	background: var(--ast-global-color-1);
	border-radius: 7px;
}
.home-ser-slides .swiper-button-prev:after, .home-ser-slides .swiper-button-next:after, .chair-slides .swiper-button-prev:after, .chair-slides .swiper-button-next:after{
	font-size: 20px;
	color: white;
}
.home-ser-slides .swiper-button-next, .chair-slides .swiper-button-next{
	right:46%;
}

.home-ser-slides .swiper-button-prev, .chair-slides .swiper-button-prev{
	left:46%;
}
.home-ser-slides .swiper-wrapper {
    align-items: stretch;
}
.home-ser-slides .swiper-slide {
    height: auto;
}
/* Home Service Sec CSS End */

/* Home Fitouts Sec CSS Start */

.fitout-top{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 100px;
}
/* Home Fitouts Sec CSS End */

/* Home Trusted Sec CSS Start */
.trusted-sec{
	    display: grid;
    grid-template-columns: 2fr 3fr;
}
.bg-img{
	background-size:cover!important;
	background-position:center!important;
}
.trusted-right{
	      background: var(--ast-global-color-0);
    padding: 120px;
}
.trusted-right .sub-head{
	    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px !important;
}
.trusted-right a{
	color:#fe9e2e;
	font-weight:800;
}
.trusted-logos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding-top: 30px;
    grid-gap: 30px;
}
.trusted-logos img{
	background: white;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	height: auto;
}
.trusted-left{
	background:url('/wp-content/uploads/2026/09/Dental-clinic.webp');
}

/* Home Trusted Sec CSS End */

/* Home Process Sec CSS Start */
.process-sec-right {
   display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 100px;
    padding-top: 30px;
/*     max-width: 80%; */
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    counter-reset: roadmap-step;
}

.process-in {
/*     padding: 30px 30px 30px 80px; */
    border-radius: 24px;
    position: relative;
    display: grid;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    counter-increment: roadmap-step;
    z-index: 2;
	align-items: center;
}

.process-in:nth-child(odd){
	padding: 10px 10px 10px 54px;
	grid-template-columns: 1fr 2fr;
}
.process-in:nth-child(even){
	padding: 10px 54px 10px 10px;
	grid-template-columns: 2fr 1fr;
}
img.pro-img {
    border-radius: var(--border-radius);
}
.process-in:nth-child(4n+1),
.process-in:nth-child(4n+4) {
      background-color: #fff9f2;
    border: 1px solid #ffecd5;
}

.process-in:nth-child(4n+2),
.process-in:nth-child(4n+3) {
       background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
}

.process-in:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.04);
}

.process-in:nth-child(4n+1):hover,
.process-in:nth-child(4n+4):hover {
    border-color: #fe9e2e;
}

.process-in:nth-child(4n+2):hover,
.process-in:nth-child(4n+3):hover {
    border-color: #000;
}

.pro-in-top {
    margin: 0;
    padding: 0;
}
.pro-num {
    position: absolute;
    left: 10px;
    top: 20px;
    width: 32px;
    border-radius: 100px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: 'Manrope';
    font-weight: 700;
    height: calc(100% - 40px);
}
.process-in:nth-child(even) .pro-num{
	left: auto;
	right: 10px;
	transform: rotate(360deg);
}
.process-in:nth-child(even) .pro-content {
    padding: 10px 20px 10px 10px
}
.process-in:nth-child(odd) .pro-content {
    padding: 10px 10px 10px 20px;
}
.process-in:nth-child(4n+1) .pro-num,
.process-in:nth-child(4n+4) .pro-num {
       background-color: #fe9e2e;
    color: #ffffff;
}

.process-in:nth-child(4n+2) .pro-num,
.process-in:nth-child(4n+3) .pro-num {
    background-color: #000;
    color: #fff;
}

.pro-icon {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    transform: translateY(-2px);
}

.pro-in-bot {
    display: flex;
    flex-direction: column;
}

.pro-head {
       font-size: 20px;
    font-family: 'Manrope';
    font-weight: 700;
    margin-bottom: 5px !important;
}

.pro-txt{
	margin-bottom:0px!important;
}

/* Home Process Sec CSS End */

/* Footer CSS Start */

.site-footer{
	border-radius: var(--border-radius);
}

.cont-details p span{
	    color: #959595;
    font-size: 14px;
    display: block;
	    font-family: 'Manrope';
    font-weight: 700;
}

.cont-details p a{
	       color: #000;
    font-family: 'Manrope';
    font-weight: 500;
}

.foot-links a, .use-links a{
	    color: #000;
    font-size: 15px;
}

.foot-links{
	display:grid;
	grid-row-gap:5px;
}

.cont-details{
	display:grid;
	grid-row-gap:15px;
}

footer a:hover{
	color:#f89e2e;
}

.footer-main{
	    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 80px;
}

.foot-left-top{
	    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
}

.foot-head{
	    font-family: 'Manrope';
    font-weight: 700;
    padding-bottom: 10px;
}

.foot-left{
	    display: grid;
    grid-row-gap: 30px;
}

.foot-left-bot{
	       border-top: 1px solid #d6d6d6;
    padding-top: 30px;
    display: flex;
    grid-column-gap: 30px;
    justify-content: space-between;
    align-items: center;
}

/* .foot-mid-right .foot-links{
	    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
} */

.foot-right{
	    display: grid;
    align-content: space-between;
}

.use-links{
	    display: flex;
    column-gap: 30px;
}

.social-icons{
	    display: flex;
    column-gap: 15px;
}

.social-icons a{
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border: 1px solid #000;
    border-radius: 10px;
    line-height: 36px;
}

.social-icons a img{
	height:15px;
	width:auto;
}

/* Footer CSS End */

/* Privacy Page Css Start*/

.privacy-top{
	padding-bottom:30px;
}

.policy-head{
	    font-family: 'Manrope';
    font-weight: 800;
    font-size: 23px;
    color: #000;
    line-height: 23px;
}

.privacy-bot{
	display:grid;
	grid-row-gap:20px;
}

.policy-in .bullet-points{
	padding-bottom:15px!important;
}

/* Privacy Page Css End*/

/* Fitouts Main Page Css Start*/

.fitout-bot-sec {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 30px;
}

.fitout-in {
  background-color: #f5f5f5;
  border-radius: var(--border-radius);
  padding: 30px;
  display: flex;
  flex-direction: column;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  height: 520px;
  row-gap: 20px;
  border: 1px solid #f5f5f5;
}

.fitout-in:hover, .fitout-bot-sec:not(:has(.fitout-in:hover)) .fitout-in:first-child {
  background-color: #fff;
  border-color: #ccc;
}

.fit-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.fit-head {
  font-weight: 600;
  margin: 0 !important;
  font-family: 'Manrope', sans-serif;
  font-size: 20px;
}

.fit-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.fitout-in:hover .fit-num, .fitout-bot-sec:not(:has(.fitout-in:hover)) .fitout-in:first-child .fit-num {
  background-color: #f6a134;
  color: #fff;
  border-color: #f6a134;
}

.fit-bot {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}

.fit-txt {
  margin: 0 0 25px 0 !important;
  max-height: 3em;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  line-height: 25px;
}

.fitout-in:hover .fit-txt, .fitout-bot-sec:not(:has(.fitout-in:hover)) .fitout-in:first-child .fit-txt {
  max-height: 250px; 
}

.fit-office-img {
  width: 100%;
  flex-grow: 1;
  min-height: 160px;
  border-radius: var(--border-radius);
  background-size: cover;
  background-position: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}


/* Fitouts Main Page Css End*/

/* Media Screen Css */
@media (min-width: 1024px) {
	 .process-sec-right::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 100px;
        bottom: 100px;
        width: 2px;
        border-left: 2px dashed #cbd5e1;
        transform: translateX(-50%);
        z-index: 1;
    }
    .process-in::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 50px;
        height: 2px;
        border-top: 2px dashed #cbd5e1;
        transform: translateY(-50%);
        z-index: 1;
        transition: border-color 0.3s ease;
    }

    .process-in::before {
        content: "";
        position: absolute;
        top: 50%;
        width: 10px;
        height: 10px;
        background-color: #ffffff;
        border: 2px solid #cbd5e1;
        border-radius: 50%;
        transform: translateY(-50%);
        z-index: 3;
        transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    }

    .process-in:nth-child(odd)::after {
        right: -50px;
    }

    .process-in:nth-child(odd)::before {
        right: -56px;
    }

    .process-in:nth-child(even)::after {
        left: -50px;
    }

    .process-in:nth-child(even)::before {
        left: -56px;
    }

    .process-in:nth-child(4n+1):hover::after,
    .process-in:nth-child(4n+4):hover::after {
        border-color: #fe9e2e;
    }

    .process-in:nth-child(4n+1):hover::before,
    .process-in:nth-child(4n+4):hover::before {
                border-color: #fe9e2e;
        background-color: #fe9e2e;
        transform: translateY(-50%) scale(1.2);
    }

    .process-in:nth-child(4n+2):hover::after,
    .process-in:nth-child(4n+3):hover::after {
        border-color: #000;
    }

    .process-in:nth-child(4n+2):hover::before,
    .process-in:nth-child(4n+3):hover::before {
        border-color: #000;
        background-color: #000;
        transform: translateY(-50%) scale(1.2);
    }
}

@media only screen and (min-width:768px) and (max-width: 1023px){
	.blog h2 {
    font-size: 18px;


}

@media (max-width: 1023px) {
    .process-sec-right {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 20px 0px 0;
}

    .process-sec-right::before {
        display: none;
    }

    .process-in {
        padding: 20px !important;
        min-height: auto;
    }

    .pro-num {
        left: 0;
        top: 0;
		right: 0;
        bottom: auto;
        height: 36px;
        writing-mode: horizontal-tb;
        transform: none;
        z-index: 2;
		position: relative;
    }
	
	.home-content-inner-2>div{
		width:100%!important;
	}
	
	    ..home-content-inner-2 {
        grid-template-columns: 1fr 1fr!important;
    }
}

@media (max-width: 767px) {
    .pro-num {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
    }

    .pro-head {
        font-size: 1.15rem;
    }
	
	
	
	
	
	
	
}


