
/** service-section **/

.service-section{
  position: relative;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 30px;
  background: #1A1A1A;
  padding: 40px 40px 34px 40px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
}

.service-block-one .inner-box .count-text{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  margin-bottom: 31px;
  z-index: 1;
}

.service-block-one .inner-box .count-text:before{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .count-text:before{
  transform: scale(1,1);
}

.service-block-one .inner-box .count-text span{
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-family: var(--title-font);
  font-weight: 500;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .count-text span{
  background: var(--title-color);
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 15px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #fff;
}

.service-block-one .inner-box h3 a:hover{
  color: #EF721F;
}

.service-block-one .inner-box p{
  color: #fff;
  opacity: 0.5;
  margin-bottom: 24px;
}

.service-block-one .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  background: #8C8C8C;
}

.service-block-one .inner-box .link-box a:hover{
  background: var(--theme-color);
}

.service-block-one{
  position: relative;
  margin-bottom: 30px;
}

.service-block-one:before{
  position: absolute;
  content: '';
  background: #333333;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 30px 40px 34px 40px;
}


/** service-style-two **/

.service-style-two{
  position: relative;
}

.service-block-two{
  border-radius: 30px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  padding: 40px;
  transition: all 500ms ease;
}

.service-block-two:hover .inner-box{
  padding-bottom: 80px;
}

.service-block-two:hover{
  margin-bottom: -40px;
  border-color: #EF721F;
}

.service-block-two:hover:before{
  background: #EF721F;
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 60px;
  color: #000000;
  margin-bottom: 34px;
  transition: all 500ms ease;
}

.service-block-two:hover .inner-box .icon-box{
  color: #EF721F;
  border-color: #EF721F;
}

.service-block-two .inner-box h3{
  display: block;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 18px;
}

.service-block-two .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.service-block-two .inner-box h3 a:hover,
.service-block-two .inner-box .link a:hover{
  color: #EF721F;
}

.service-block-two .inner-box .link{
  position: absolute;
  left: 40px;
  bottom: 32px;
}

.service-block-two .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
  color: var(--title-color);
  opacity: 0;
}

.service-block-two:hover .inner-box .link a{
  opacity: 1;
}

.service-style-two .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
  visibility: hidden;
}

.service-style-two .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
  visibility: visible;
}

.service-style-two .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 60px;
}

.service-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: -200px;
  right: 0px;
  width: 1300px;
  height: 1300px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  margin: 0 auto;
}

.service-block-two .inner-box .image-box{
  position: relative;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 19px;
  
}

.service-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 20px;
  overflow: hidden;
 height: 200px;
}

.service-block-two .inner-box .image-box .image img{
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
  height: 100%;
  object-fit: contain;
  
}

.service-block-two .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.service-block-two .inner-box .image-box .icon-box{
  position: absolute;
  right: 30px;
  bottom: 5px;
  border-radius: 50%;
  margin: 0px;
  background: #fff;
  z-index: 1;
}

.service-block-two .inner-box .image-box .icon-box:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  z-index: -1;
}

.service-block-two .inner-box .image-box .icon-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .image-box .icon-box:before{
  background: #EF721F;
}

.service-block-two .inner-box .link-box a{
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: var(--title-color);
  margin-top: 20px;
}

.service-block-two .inner-box .link-box a:hover{
  color: #EF721F;
}

.service-style-two.alternat-2 .service-block-two,
.service-style-three .service-block-two{
  margin-bottom: 30px !important;
}

.service-style-two.alternat-2 .inner-box,
.service-style-three .inner-box{
  padding-bottom: 40px !important;
}

.service-style-two.alternat-2 .owl-dots{
  margin-top: 20px;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  overflow: hidden;
}

.service-style-three .content-box{
  position: relative;
  display: block;
  max-width: 540px;
}

.service-style-three .pattern-layer{
  position: absolute;
  top: -200px;
  right: -400px;
  width: 1300px;
  height: 1300px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  z-index: -1;
}

.service-style-three .shape{
  position: absolute;
  left: 50%;
  bottom: -245px;
  margin-left: -245px;
  width: 490px;
  height: 490px;
  background-repeat: no-repeat;
}

.service-block-two:hover{
  z-index: 2;
}


/** rtl-css **/



/** responsive-css **/

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

}

@media only screen and (max-width: 991px){
  .service-style-three .content-box{
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px){
  .service-section,
  .service-style-two.pt_140.pb_120{
    padding: 65px 0px 40px 0px;
  }

  .service-style-two{
    padding-bottom: 40px;
  }

  .service-style-two .owl-dots{
    display: none;
  }

  .service-style-three{
    padding-bottom: 40px;
  }

  .service-style-two.pt_140{
    padding-top: 65px;
  }
}

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

}

@media only screen and (max-width: 499px){
  .service-block-one .inner-box,
  .service-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}





















 /* ✅ Pagination Outside the Slider */
/* ✅ Outer container */
.swiper-container {
  width: 90%;
  max-width: 1000px;
  margin: 60px auto;
  position: relative;
}

/* ✅ Swiper core */


/* ✅ Slides */
/* ✅ Outer container */
.swiper-container {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  position: relative;
}

/* ✅ Swiper main box */
.swiper {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  background: #FFF2E6;
}

/* ✅ Slides */
.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 100%;
  
}
.swiper-slide img {
width: 25%;
height: 100%;

}
 
/* ✅ Pagination below */
.swiper-pagination {
  position: relative;
  margin-top: 15px;
  text-align: center;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.7;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: #EF721F;
  opacity: 1;
  transform: scale(1.3);
}

.swiper-button-prev,
.swiper-button-next {
  color: #EF721F;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.3s ease;
  border: 2px solid #EF721F;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* ✅ SVG ka size aur boldness fix */
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 13px;      /* thoda chhota size */
  height: 13px;
  vector-effect: non-scaling-stroke !important;
  stroke-width: 50 !important;  /* bold (default 2 hota hai, 3 thoda thick lagta hai) */
  display: block;
}



.swiper-button-prev {
  left: -60px;  /* Outside left */
}
.swiper-button-next {
  right: -60px; /* Outside right */
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #EF721F;
  color: #fff;
  transform: translateY(-50%) scale(1.1);

}

/* ✅ Responsive */
@media (max-width: 768px) {
  .swiper {
    height: 280px;
  }
  .swiper-button-prev {
    left: -10px;
  }
  .swiper-button-next {
    right: -10px;
  }
  
}
@media (max-width: 768px) {
  .swiper-slide img  {
    width: 25%;
  }
  
}



  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* body {
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
    padding: 20px;
} */

/* Container Flex */
.portfolio-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 100px;
}

/* Left Column */
.portfolio-container > div:first-child {
    flex: 2;
    min-width: 280px;
}

.portfolio-container h3 {
    font-size: 1.8rem;
    color: #222;
    margin-bottom: 15px;
}

.portfolio-container p {
    font-size: 1rem;
    color: #555;
}

/* Right Column */
.portfolio-container > div:last-child {
    flex: 1;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.portfolio-container span {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.portfolio-container span p {
    font-weight: 500;
    color: #666;
    font-size: 0.9rem;
}

.portfolio-container span h4 {
    font-size: 1.1rem;
    color: #111;
}

.portfolio-container span a {
    color: #1e90ff;
    text-decoration: none;
    word-break: break-word;
}

.portfolio-container  .link{
    padding: 12px 20px;
    background-color: #EF721F;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s ease;
    margin-top: 10px;
  color: var(--title-color);
  background: linear-gradient(-84.25deg, #EF721F 0%, #FFAE2F 100%);
  font-weight: 700;
  width: 300px;
  text-align: center;
}

.portfolio-container .link {
  background: linear-gradient(-84.25deg, #EF721F 0%, #fcbd59 100%);

}

/* Responsive */
@media (max-width: 900px) {
    .portfolio-container {
        flex-direction: column;
        padding: 20px;
        gap: 25px;
    }

    .portfolio-container > div:first-child,
    .portfolio-container > div:last-child {
        min-width: 100%;
    }
}

@media (max-width: 480px) {
    .portfolio-container h3 {
        font-size: 1.5rem;
    }

    .portfolio-container p,
    .portfolio-container span h4 {
        font-size: 0.95rem;
    }

    .portfolio-container button {
        width: 100%;
    }
}
