
/** service-section **/


.service-section{
  position: relative;
}

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

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

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

.service-block-one .inner-box{
  position: relative;
  display: block;
  box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
  padding: 40px 30px;
  z-index: 1;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-one .inner-box:after{
  position: absolute;
  content: '';
  background: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: -1;
}

.service-block-one .inner-box:hover:before{
  opacity: 1;
}

.service-block-one .inner-box .icon-box{
  position: absolute;
  top: 40px;
  right: 30px;
}

.service-block-one .inner-box .category{
  position: relative;
  display: inline-block;
  padding: 2px 17px;
  background: #FFF9F7;
  text-align: center;
  margin-bottom: 22px;
}

.service-block-one .inner-box .category span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 4px;
}

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

.service-block-one .inner-box .info-list{
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(31, 31, 31, 0.10);
}

.service-block-one .inner-box .info-list:before{
  position: absolute;
  content: '';
  width: 56px;
  height: 1px;
  left: 0px;
  bottom: -1px;
  transition: all 500ms ease;
}

.service-block-one .inner-box .info-list li{
  position: relative;
  padding-left: 16px;
  margin-right: 10px;
}

.service-block-one .inner-box .info-list li:last-child{
  margin: 0px !important;
}

.service-block-one .inner-box .info-list li a{
  display: inline-block;
  font-size: 14px;
  color: var(--title-color);
}

.service-block-one .inner-box .info-list li a:hover{

}

.service-block-one .inner-box .info-list li:before{
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.service-block-one .inner-box p{
  margin-bottom: 47px;
}

.service-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(31, 31, 31, 0.05);
  font-size: 11px;
  color: #DDDDDD;
  z-index: 1;
}

.service-block-one .inner-box .link a i{
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
}

.service-block-one .inner-box .link a:hover{
  color: #fff;
}

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

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

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

.service-section.alternat-2 .service-block-one .inner-box:before{
  display: none;
}

.service-section.alternat-2 .service-block-one .inner-box{
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.10);
  box-shadow: none;
  transition: all 500ms ease;
}

.service-section.alternat-2 .service-block-one .inner-box:hover{
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.05);
  border-color: transparent;
}

.service-section.alternat-2 .service-block-one .inner-box p{
  margin-bottom: 0px;
}

.service-section.alternat-2 .service-block-one .inner-box .info-list li:before{
  background: #DDDDDD;
}

.service-section.alternat-2 .service-block-one .inner-box:hover .info-list:before{
  width: 100%;
}


.service-section.alternat-3 .service-block-one .inner-box:before,
.service-section.alternat-3 .service-block-one .inner-box:after{
  display: none;
}

.service-section.alternat-3 .service-block-one .inner-box{
  background: #fff;
  border: 1px solid rgba(31, 31, 31, 0.10);
  transition: all 500ms ease;
}

.service-section.alternat-3 .service-block-one .inner-box:hover{
  background: #FFF9F7;
  border-color: #FFF9F7;
  box-shadow: none;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.service-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.service-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

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

.service-block-one .inner-box .image-box .link{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}

.service-block-one .inner-box .image-box .link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  transform: scale(0,0);
}

.service-block-one .inner-box:hover .image-box .link a{
  transform: scale(1,1);
}

.service-block-one .inner-box .image-box .link a i{
  position: relative;
  display: inline-block;
  transform: rotate(45deg);
}




/** rtl-css **/

.rtl .service-block-one .inner-box{
  text-align: right;
}

.rtl .service-block-one .inner-box .icon-box{
  right: inherit;
  left: 30px;
}

.rtl .service-block-one .inner-box .info-list{
  justify-content: right;
}

/** responsive-css **/

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

}

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

}

@media only screen and (max-width: 767px){
  .service-section{
    padding: 70px 0px;
  }

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

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

}

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


.service-hero-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  /* font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; */
  /* font-weight: 900; */
  font-size: clamp(36px, 8vw, 96px);  /* responsive size */
  line-height: 1;
  /* letter-spacing: .5px; */
  /* color: #fff;   */
  z-index: 5;                         /* above decorative elements */
  pointer-events: none;               /* clicks pass through to links behind, if any */
  text-transform: uppercase;          /* optional: makes it loud */
  background: linear-gradient(90deg,#FFB64D,#FF6F61);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;

  font-family:"Playfair Display",serif;
  font-weight:900;
  letter-spacing:.02em;
  color:#f7f7f7;
  text-shadow:0 8px 28px rgba(0,0,0,.45);

}

/* .banner-style-twoo {
    position: relative;
    padding: 243px 0px 50px 0px;
    background: #1F1F1F;
}

.banner-style-twoo .pattern-layer .pattern-1 {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 388px;
    height: 198px;
    background-repeat: no-repeat;
}

.pattern-layer .pattern-1 {
    position: absolute;
    left: 1050px;
    top: 286px;
    width: 86px;
    height: 85px;
    background-repeat: no-repeat;
} */


/* === SERVICE HERO LAYOUT === */
.banner-style-two.service-hero{
  position: relative;
  background:#131417;          /* dark/black background */
  min-height: 620px;         
  padding-top: 110px;
  padding-bottom: 240px;       /* space for the two marquees */
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 991px){
  .banner-style-two.service-hero{
    min-height: 450px;
    padding-bottom: 220px;
  }
}

/* Big central title */
.service-hero-cluster{ position:absolute; inset:0; z-index: 4; pointer-events:none; }
.service-hero-title{
  position:absolute; left:50%; top:45%;
  transform:translate(-50%,-50%);
  margin:0; line-height:1;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: .5px;
  font-size: clamp(44px, 9vw, 120px);
  color:#f5b08b; /* your gradient-y look can stay in HTML/CSS if using */
  text-shadow: 0 10px 26px rgba(0,0,0,.55);
  text-transform: uppercase;
}

/* === SHAPES AROUND THE WORD === */
.banner-style-two.service-hero .pattern-layer{ position:absolute; inset:0; z-index:2; pointer-events:none; }
.banner-style-two.service-hero .pattern-layer > div{
  position:absolute; background-size:contain; background-repeat:no-repeat; background-position:center;
  /* width: clamp(42px, 6vw, 88px); height: clamp(42px, 6vw, 88px); */
  filter: drop-shadow(0 6px 14px rgba(0,0,0,.35));
  /* animation: float 7s ease-in-out infinite; */
}

/* balanced positions (tweak if you like) */

.banner-style-two.service-hero .pattern-11{
  position: absolute;
  left:24%;                     
  top: 51%;                     
  /* transform: translateY(-50%);   */
  width: 120px;
  height: 120px;
  /* background-repeat: no-repeat; */
  z-index: 1;                   
  opacity: .95;  
  animation: rotate360 16s linear infinite;               
}

.banner-style-two.service-hero .pattern-10{
  position: absolute;
  top: -35px;      
  left: -30px;
  width: 25%;         /* size of the curved blob */
  height: 30%;
  /* background-repeat: no-repeat; */
  background-size: contain;
  opacity: 1;
  z-index: 2;           /* below header/logo, above hero background */
  pointer-events: none; /* purely decorative */
  
}


.banner-style-two.service-hero .pattern-12{
  left:6%; top:50%; transform:translateY(-50%);
  width:610px; height:110px; z-index:1; opacity:.95;
}


.banner-style-two.service-hero .pattern-13{    /* upper-left small */
  top:17%; left:24%;
  width:140px; height:140px;
  transform: rotate(277deg);
  animation: rotate360 16s linear infinite;
}


.banner-style-two.service-hero .pattern-14{    /* upper-right accent */
  top:20%; left:64%;
  width:225px; height:125px;
   transform: rotate(7deg);
   animation: rotate360 16s linear infinite;
}
.banner-style-two.service-hero .pattern-15{    /* lower-left */
  bottom:30%; left:65%;
  width:200px; height:120px;
   transform: rotate(173deg);
   animation: rotate360 18s linear infinite;

}

@keyframes rotate360 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.banner-style-two.service-hero .pattern-16{    /* lower-right */
  bottom:-16%; right:-57%;
  width:2010px; height:1030px;
}

.banner-style-two.service-hero .pattern-17{    /* bottom mid-left */
  bottom:-16%; 
  left:-60%;
  width:2010px; height:1030px;
}


.banner-style-two.service-hero .pattern-18{ bottom:10%; right:20%; animation-delay:2.1s; }

@keyframes float{
  0%,100%{ transform: translateY(0) rotate(0deg); }
  50%    { transform: translateY(-8px) rotate(3deg); }
}

/* === MARQUEES === */
/* assumes you already have base .marquee & .marquee__track animation from your theme;
   we just re-position + add a reverse direction for track #2. */

.banner-style-two.service-hero .marquee{
  position:absolute; left:0; right:0;
  transform: rotate(0deg);         /* keep level (remove tilt) */
  z-index: 6;
  /* optional background strip look */
  background: #ffe16a; color:#131417;
  padding: 10px 0;
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

/* move the original one down a bit */
.banner-style-two.service-hero .marquee--main{ bottom: 95px; }

/* new second marquee – sits below the first */
.banner-style-two.service-hero .marquee--alt{
  bottom: 35px;
  background: #ffef9d;            /* slightly lighter so they’re distinguishable */
}

/* reverse the direction for the second track (if base marquee animates left) */
.marquee__track--reverse{
  animation-direction: reverse !important;
}

/* spacing for items inside the track */
.banner-style-two.service-hero .marquee__track span{
  display:inline-block; padding: 0 28px; font-weight: 700;
}
.banner-style-two.service-hero .marquee__track i{
  display:inline-block; padding: 0 20px; opacity:.65;
}

@media (max-width: 767px){
  .service-hero-title{ top: 42%; font-size: clamp(40px, 12vw, 86px); }
  .banner-style-two.service-hero .marquee--main{ bottom: 90px; }
  .banner-style-two.service-hero .marquee--alt{  bottom: 30px; }
}



@media (max-width: 575px) {
    .main-header .outer-box, .main-header .left-column, .main-header .right-column {
        background: transparent !important;
    }
}

