.intro-sec-maininter{
    padding:5rem 0;
    position:relative;
}
.intro-content-box p{
    text-align:justify;
}

.intro-content-img .col-lg-4 .intro-imggg-right:not(:last-child){
    margin:0 0 20px;
}
.small-sec-servi-dd{
   /*padding:5rem 0;*/
    position: relative;
    /*background-image: url(../images/service-1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
     z-index: 1;
}
.backgpund-pad {
    padding: 5rem 5rem 5rem 0;
}


.small-sec-servi-dd:before{
        content: '';
        position: absolute;
        inset: 0;
        /*background: linear-gradient(90deg, rgba(0, 0, 0, 0.71) 0%, #000 100%);*/
         background: #000;
        z-index: -1;
        left: 48%;
}
.small-sec-detail p{
    text-align:justify;
}

/*.process-servic-img img{*/
/*    height:550px;*/
/*}*/

.proces-box-ss span{
    color: var(--accent-color);
    font-size: 60px;
    font-weight: 800;
    margin: 0 0 20px;
    display: inline-block;
}
.proces-box-ss{
    padding:50px 0;
    padding-left:50px;
    position:relative;
}

.proces-box-ss .title{
    font-size:22px;
    margin:0 0 20px;
}

.proces-box-ss .process-poin-sss{
    padding: 0;
    list-style: none;
    margin:0;
}

.process-servic-box .proces-box-ss:not(:last-child){
    border-bottom:1px solid var(--accent-color);
}

.process-servic-img{
    position:sticky;
    top:150px;
}

.process-sec-mai-sec{
    position:relative;
    padding:5rem 0 0;
}

.process-poin-sss{
     position:relative;
}
.process-poin-sss li, .sect-poit-ss li {
    position:relative;
    display: flex;
    gap: 10px;
}
.process-poin-sss  li:not(:last-child) {
    margin: 0 0 8px;
}
.sect-poit-ss li .icon{
    position: relative;
    height: 25px;
   
    min-width: 25px;
    border-radius: 50%;
}
.process-poin-sss li .icon{
    position: relative;
    height: 25px;
    background-color:#f5821f2b;
    min-width: 25px;
    border-radius: 50%;
}
.sect-poit-ss li .icon:before{
    background-image: url(../assets/image/svg/check-home.svg) !important;
    top:3px !important;
    height: 20px !important;
    width: 20px !important;
}
.sect-poit-ss li .icon:before{
    position: absolute;
    content: "\f14a";
    font-family: flaticon_normal-icon !important;
    height: 15px;
    width: 15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    color: #f5821f;
}
.process-poin-sss li .icon:before{
    position: absolute;
    content: "\f14b";
    font-family: flaticon_normal-icon !important;
    height: 15px;
    width: 15px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: 0;
    color: #f5821f;
}

.cta-choo-cta-sec{
        padding: 5rem 0 10rem;
    position: relative;
    background-image: url(../assets/image/bg/service-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.cta-choo-cta-sec:before{
    position: absolute;
   background: linear-gradient(45deg, transparent, transparent, #000, #000, rgb(35 34 33));
    content: "";
    top: 0;
   right:0;
   opacity:0.5;
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .3s ease-out 0s;
}

.cta-ser-content .section-title .big-sec-title, .cta-ser-content  p{
    color:#fff;
}

.why-box-interio{
    border: 1px solid #E3E3E3;
    background: #fff;
    padding: 30px;
    position: relative;
    z-index: 1;
    height:100%;
}


.why-box-interio .icon{
    margin:0 0 15px;
}
.why-box-interio .title{
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.2;
}
.why-box-interio p{
    margin:0;
}

.why-choose-sec-ii{
    margin-top:-150px;
}
.interior-faq-sec{
    padding:5rem 0;
    position:relative;
    background:#f8f8f8;
}

.sector-interior-sec{
    padding:5rem 0;
    position:relative;
}

.sector-boxsss{
    background-color: #e2791d;
    overflow: hidden;
    position:relative;
    height:100%;
}
.sector-boxsss .sector-boxs-main{
    position: relative;
    clip-path: polygon(0% 5%, 5% 5%, 5% 0%, 85% 0%, 100% 0%, 100% 15%, 100% 95%, 95% 95%, 95% 101%, 15% 101%, 0% 101%, 0% 85%);
    background-color: #fff;
    border: 1px dashed #e2791d;
    transition: 0.5s ease;
    padding:40px 20px 20px;
    height:100%;
}

.sector-boxsss:hover .sector-boxs-main{
    clip-path: polygon(0% 20%, 0% 0%, 20% 0%, 80% 0%, 100% 0%, 100% 20%, 100% 80%, 100% 100%, 80% 101%, 20% 101%, 0% 101%, 0% 80%);
    border: 1px dashed #443935;
}

.sector-boxsss .sector-boxs-main ul {
    padding:0;
    margin:10px 0 0;
    list-style:none;
}
.sector-boxsss .sector-boxs-main p{
    margin:0;
}
.sector-boxsss .sector-boxs-main .title{
    font-size:20px;
    margin:0 0 10px;
    text-align:center;
}
.sector-boxsss .sector-boxs-main > .icon{
    text-align:center;
    position:relative;
    margin-bottom:20px;
    width: 200px;
    height: 80px;
    margin:0 auto;
}
.sector-boxsss .sector-boxs-main > .icon img{
    filter: invert(52%) sepia(97%) saturate(958%) hue-rotate(346deg) brightness(98%) contrast(96%);
}
.sector-boxsss .sector-boxs-main > .icon:before{
    position: absolute;
    content: "";
    background-image: url("../image/bg/21.gLhY3_o-svg.svg");
    width: 200px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -20px;
}

.sector-boxsss .sector-boxs-main ul li:not(:last-child) {
    margin: 0 0 8px;
}
.sector-curousel{
    position:static;
}
.sector-curousel .swiper-slide{
    height:auto !important;
}

.sector-curousel .swiper-button-prev:after, .sector-curousel .swiper-button-next:after {
    background-color: #000;
    height: 30px;
    min-width: 30px;
    display: flex;
    font-size: 14px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.sector-curousel .swiper-button-prev, .sector-curousel .swiper-button-next{
    top:60%;
}
.sector-curousel .swiper-button-prev{
    left:3%;
}
.sector-curousel .swiper-button-next{
    right:3%;
}
.key-testomo-sec-main{
    position:relative;
}

.key-testomo-sec-main .testimonial-one_circle{
    
    position: absolute;
    right: -100px;
    top: 0;
    width: 336px;
    height: 336px;
    border-radius: 350px;
    border: 80px solid #f5f5f5;
}
.testimaon-interior-box p{
    text-align:justify;
    font-size:20px;
}
.testimaon-interior-box .icon-title-box .title-box .title{
    font-size:25px;
}
.testimaon-interior-box .icon-title-box .title-box p{
    margin:0;
}

.testimaon-interior-box .icon-title-box{
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0 0;
}

.testimonial-corousel .swiper-button-prev:after, .testimonial-corousel .swiper-button-next:after {
    background-color: #000;
    height: 30px;
    min-width: 30px;
    display: flex;
    font-size: 14px;
    color: #FFF;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}

.testimonial-corousel .swiper-button-prev{
    top:20px;
    left:unset;
    right:100px;
}
.testimonial-corousel .swiper-button-next{
    top:20px;
}

.testimonial-corousel .section-title{
    width:70%;
}
.key-box-number{
     position: relative;
    padding: 0px 20px 0 40px;
}
.key-box-number .counter-block_one-outline {
    position: absolute;
    left: 0px;
    top: 90px;
    width: 2px;
    height: 240%;
    background-image: linear-gradient(to bottom, #000, #000, #000, #000, #000);
}
    
.key-box-number .counter-block_one-outline:before {
    position: absolute;
    content: '';
    left: -5px;
    top: 0px;
    width: 14px;
    height: 14px;
    border-radius: 50px;
    background-color:var(--accent-color);
    outline: 1px dashed #000;
    outline-offset: 10px;
}

.key-number-secss {
    position: relative;
    padding:5rem 0 7rem;
    overflow:hidden;
    z-index:1;
}
.key-number-secss .key-number-bg{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width:100%;
    opacity:0.3;
    bottom: 0px;
    background-position: center bottom;
    background-repeat: repeat-x;
    animation: slideBackground 20s linear infinite;
    z-index:-1;
}

@keyframes slideBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}
.key-box-number .title{
    font-size:25px;
    margin:10px 0 0;
    font-weight:800;
}

.key-box-number span{
    font-size: 50px;
    font-weight: 800;
}

.key-box-number .simll{
    color: var(--accent-color);
    top: -5px;
    position: relative;
}

.key-number-secss .row .col-lg-3:nth-child(1), .key-number-secss .row .col-lg-3:nth-child(3){
    margin-top:50px;
}

.profitlio-sec-interior{
    padding:5rem 0;
    position:relative;
}



.portfolio-carousel-box {
  position: relative;
  overflow: hidden;
}
.portfolio-carousel-box .swiper-slide .portfolio-card {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  bottom: 150px;
}
.portfolio-carousel-box .swiper-slide .portfolio-card .num {
  opacity: 1;
  visibility: visible;
}
.portfolio-carousel-box .swiper-slide .portfolio-card .card-title {
  opacity: 0;
  margin-top: 0;
}
.portfolio-carousel-box .swiper-slide-active .portfolio-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 0;
}
.portfolio-carousel-box .swiper-slide-active .portfolio-card .num {
  opacity: 0;
  visibility: hidden;
}
.portfolio-carousel-box .swiper-slide-active .portfolio-card .card-title {
     opacity: 1;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin-top: -30px;
}
.portfolio-carousel-box .swiper-slide-prev .portfolio-card {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.portfolio-carousel-box .swiper-slide-next .portfolio-card {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.portfolio-carousel-box .swiper-pagination-st1 {
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  z-index: 20;
}
.portfolio-carousel-box .swiper-pagination-st1 .swiper-pagination-bullet {
  background-color:#f5821f;
  width: 9px;
  height: 9px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.portfolio-carousel-box .swiper-pagination-st1 .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.portfolio-carousel-box .portfolio-card {
  position: relative;
  display: block;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.portfolio-carousel-box .portfolio-card .img {
margin-bottom: 15px;
}
.portfolio-carousel-box .portfolio-card .img img{
    width:100%;
}
.portfolio-carousel-box {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  /*letter-spacing: -2px;*/
  z-index: 30;
  /*color: #999;*/
}



.portfolio-carousel-box .float-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  color: var(--accent-color);
  text-transform: uppercase;
  font-size: 16px;
  z-index: 30;
  pointer-events: none;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.1s linear !important;
  transition: all 0.1s linear !important;
}
.portfolio-carousel-box .numbers-pagination {
  position: relative;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -2px;
  z-index: 30;
  color: #000;
}
.portfolio-carousel-box .numbers-pagination span {
  opacity: 0.7;
}
.portfolio-carousel-box .numbers-pagination .slide-cont {
  opacity: 1;
}
.portfolio-carousel-box .swiper-progress {
  position: relative;
  width: calc(100% - 100px);
  height: 1px;
  background-color: #fff2;
  margin-top: -10px;
}
.portfolio-carousel-box .swiper-progress .swiper-progress-bar {
  position: absolute;
  height: 100%;
  width: 0%;
  background-color: var(--accent-color);
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.portfolio-carousel-box .check-nav {
  border-color: #9995;
}
.portfolio-carousel-box .swiper-progress {
  background-color: #9995;
}
.portfolio-carousel-box .swiper-button-prev,
.portfolio-carousel-box .swiper-button-next {
    top:40%;
}
.portfolio-carousel-box .swiper-button-prev:after,
.portfolio-carousel-box .swiper-button-next:after {
    background-color:var(--accent-color);
    height: 35px;
    min-width: 35px;
    display: flex;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
}


.intro-form-right{
            position:relative;
            position: relative;
            background-image: url(../images/service-1.jpg);
            background-size: cover;
            background-repeat: no-repeat;
            padding: 20px;
         }
    .intro-form-right .custom-form {
    padding: 20px;
    background: #ffffffc2;
    border-radius: 10px;
    border: 1px solid #f5821f;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    max-width: 60%;
    margin-left: auto;
    }
    
    /* Input, Select, Textarea */
    .intro-form-right .interior-input,
    .intro-form-right .interior-textarea,
    .intro-form-right .interior-select {
        width: 100%;
        padding: 8px;
        margin-bottom: 8px;
        border: 1px solid #f5821f;
        border-radius: 6px;
        background: #f9f9f9e3;
        font-size: 14px;
        transition: border-color 0.3s ease;
    }

        /* Focus Effect */
        .intro-form-right .interior-input:focus,
        .intro-form-right .interior-textarea:focus,
        .intro-form-right .interior-select:focus {
            outline: none;
            border-color: #000; /* Blue highlight */
            box-shadow:none;
        }
        
         .intro-form-right .interior-input::placeholder,
        .intro-form-right .interior-textarea::placeholder,
        .intro-form-right .interior-select {
            color: #000;
        }
        /* Textarea */
        .intro-form-right .interior-textarea {
            height: 50px;
            resize: vertical;
        }
        
        /* Submit Button */
        .intro-form-right .form-button {
            width: 100%;
            padding: 8px;
             background: #000; /* Darker blue on hover */
            color: #ffffff;
            font-weight: 600;
            font-size: 14px;
            text-transform: uppercase;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            transition: background 0.3s ease;
        }
        
        .intro-form-right .form-button:hover {
            background: #f5821f;
        }
        .small-sec-detail P{
            color:#fff;
        }
        
.completed-projects-wrapper {
    height: 400px;
    overflow: hidden;
    position: relative;
}
.completed-projects-list {
    animation: scrollUp linear infinite;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-50%);
    }
}

.completed-projects-img {
        border: 1px solid var(--divider-color);
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all .5s;
    background:var(--secondery-color);
}

.cta-btn-interor{
    display:flex;
    gap:20px;
}
.what-geat-cta{
    display: flex;
    gap: 30px;
    margin-top:30px
}
.what-geat-cta .btn-default:hover::after{
 background-color:#fff;
}

.what-geat-cta .btn-default{
 border-radius:40px;    
}

.what-geat-cta .btn-default:hover{
    color:#000;
}
.what-geat-cta .btn-default:hover::before{
    filter: brightness(1) invert(1);
}
.cta-btn-interor a{
      text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    transition: 0.5s linear;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius:50%;
}
.cta-btn-interor a i{
    font-size:25px;
}
.cta-btn-interor a:first-child{
    background: red;
}
.cta-btn-interor a:last-child{
       background: #33be34;
}
.project-detail-ls{
    margin:10px 0 0;
    justify-content: center;
}
.project-detail-ls span{
    font-size:16px;
    font-weight:500;
}
.project-detail-ls p{
    margin:0;
    font-weight:500;
    font-size:14px;
}
.project-detail-ls .item-prot{
    position:relative;
    width:33%;
}
.project-detail-ls .item-prot:not(:last-child)::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 60px;
    inset-inline-end: 0px;
    top: 50%;
    background: linear-gradient(360deg, rgba(0, 108, 228, 0) 0%, rgb(245 130 31) 50%, rgba(0, 108, 228, 0) 100%);
    transform: translateY(-50%);
}

.portfolio-carousel-box .swiper-slide .project-detail-ls{
    opacity: 0;
}
.portfolio-carousel-box .swiper-slide-active .project-detail-ls{
   opacity: 1; 
}



.quote-section{
    padding:6rem 0;
    position:relative;
}

.contact-image {
    display: grid;
    grid-template-columns: auto auto;
    /*margin: 0 -70px 0 58px;*/
    gap: 24px;
}
.global-img {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.img-anim-left {
    -webkit-animation: img-anim-left 1.3s forwards 
cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    animation: img-anim-left 1.3s forwards 
cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left{
    0% {
    transform: translateX(-15%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
}

100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
}
}

.global-img img {
    object-fit: cover;
    transition: 1.3s all ease;
    width:100%;
}
.contact-image .img2 {
    margin-top: 80px;
}
.global-img:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.contact-image .img3 {
    text-align: right;
}
.quote-section .contact-form{
    margin-right:2rem;
}
.contact-image .img3 img{
    width:225px;
}
.global-img:hover img {
    transform: scale(1.3);
}
.img1.img-anim-left.global-img{
    text-align:end;
}
.global-img:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.budget-stle li{
    position:relative;
    list-style:none;
}
.budget-stle li:before{
        position: absolute;
    content: "\f14a";
    font-family: flaticon_normal-icon !important;
    height: 15px;
    width: 15px;
    left: -20px;
    margin: 0 auto;
    /*right: 0;*/
    top: 0;
    color: #f5821f;
}


.hide-robot{
    display: none;
}
.link{
    font-weight: 600;
    color:#f5821f;
}

.eroore-pahe{
    text-align: center;
}