
/** news-section **/

.news-section{
  position: relative;
}

.news-section .title-inner .left-content h5{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  padding-left: 43px;
  margin-bottom: 16px;
}

.news-section .title-inner .left-content h5 img{
  position: absolute;
  left: 0px;
  top: -3px;
}

.news-section .title-inner .right-content{
  position: relative;
  padding-left: 220px;
}

.news-section .title-inner h2{
  font-size: 52px;
  line-height: 62px;
}

.news-section .title-inner .right-content:before{
  position: absolute;
  content: '';
  background: rgba(31, 31, 31, 0.10);
  width: 5px;
  height: calc(100% - 22px);
  left: 80px;
  top: 11px;
}

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

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

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

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

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

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

.news-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);
}

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

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

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 54px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: absolute;
  left: 30px;
  top: -36px;
  width: 66px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: var(--title-color);
  padding: 13px 0px;
  z-index: 1;
}

.news-block-one .inner-box .lower-content .post-date:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
}

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

.news-block-one .inner-box .lower-content .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  padding-left: 24px;
  margin-right: 40px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li img{
  position: absolute;
  left: 0px;
  top: 6px;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: var(--text-color);
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content h3{
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}

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

.news-block-one .inner-box .lower-content h3 a:hover{

}

.news-block-one .inner-box .lower-content .category-list{
  position: relative;
  display: flex;
  align-items: center;
}

.news-block-one .inner-box .lower-content .category-list li{
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-right: 10px;
}

.news-block-one .inner-box .lower-content .category-list li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .category-list li:before{
  position: absolute;
  content: '';
  background: #DDDDDD;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 10px;
  border-radius: 50%;
}

.news-block-one .inner-box .lower-content .category-list li a{
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content .category-list li a:hover{

}

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

.news-section .inner-container{
  border-bottom: 1px solid rgba(31, 31, 31, 1);
}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 16px;
}


/** sidebar-page-container **/

.sidebar-page-container{
  position: relative;
}

.news-block-one .inner-box .lower-content h2{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 13px;
}

.news-block-one .inner-box .lower-content h2 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .lower-content h2 a:hover{

}

.blog-standard-content .news-block-one .inner-box .lower-content{
  box-shadow: 0px 94px 94px 0px rgba(0, 0, 0, 0.03);
  padding: 54px 50px 45px 50px;
}

.news-block-one .inner-box .image-box .video-btn{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.news-block-one .inner-box .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
  z-index: 1;
}

.blog-standard-content .news-block-one .inner-box .lower-content .category-list{
  margin-bottom: 16px;
}


/** rtl-css **/

.rtl .news-section .title-inner .right-content{
  padding-left: 0px;
  padding-right: 220px;
}

.rtl .news-section .title-inner .right-content:before{
  left: inherit;
  right: 80px;
}

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

.rtl .news-block-one .inner-box .lower-content .post-info{
  justify-content: right;
}

.rtl .news-block-one .inner-box .lower-content .category-list{
  justify-content: right;
}

.rtl .news-block-one .inner-box .lower-content .post-date{
  left: inherit;
  right: 30px;
}

.rtl .news-block-one .inner-box .lower-content .post-info li{
  margin-right: 0px;
  margin-left: 40px;
}

.rtl .news-block-one .inner-box .lower-content .category-list li{
  margin-right: 0px;
  margin-left: 10px;
}

/** responsive-css **/

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

}

@media only screen and (max-width: 991px){
  .news-section .title-inner .right-content{
    padding-left: 0px;
    margin-top: 20px;
  }

  .rtl .news-section .title-inner .right-content{
    padding-right: 0px;
  }

  .news-section .title-inner .right-content:before{
    display: none;
  }

  .news-section .title-inner .left-content{
    text-align: left;
  }

  .rtl .news-section .title-inner .left-content{
    text-align: right;
  }

  .news-section .inner-container .news-block-one .inner-box{
    margin-bottom: 30px;
  }

  .news-block-one .inner-box{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .news-section{
    padding-bottom: 65px;
  }
  
  .news-section .owl-dots{
    display: none;
  }

  .news-section .title-inner h2{
    font-size: 40px;
    line-height: 50px;
  }

  .news-section .inner-container{
    padding-bottom: 35px;
  }

  .news-section{
    padding-bottom: 35px;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }

  .blog-standard-content .news-block-one .inner-box .lower-content{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 599px){
  .news-block-one .inner-box .lower-content h2{
    font-size: 24px;
    line-height: 34px;
  }
}

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

}






/* -------------------------------- */

/* === SERVICE HERO LAYOUT === */
.banner-style-two.service-hero{
  position: relative;
  background:#131417;          /* dark/black background */
  min-height: 620px;           /* taller hero */
  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: 600px;
    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; }
}

/* === MARQUEE MOVEMENT FIX === */

/* Base marquee wrapper */
.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

/* The track that moves continuously */
.marquee__track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marqueeMove 25s linear infinite;
}

/* Reverse direction for second marquee */
.marquee__track--reverse {
  animation: marqueeMoveReverse 25s linear infinite;
}

/* Each word + divider */
.marquee__track span,
.marquee__track i {
  display: inline-block;
  font-weight: 700;
  padding: 0 28px;
  color: #131417;
}

/* Hover pause effect */
.marquee:hover .marquee__track,
.marquee:hover .marquee__track--reverse {
  animation-play-state: paused;
}

/* Left to right scroll */
@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Right to left scroll */
@keyframes marqueeMoveReverse {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

/* ====== TEAM HERO MARQUEES (bold, creative, no pause) ====== */

/* Bars */
.banner-style-two.service-hero .marquee{
  position:absolute; left:0; right:0; z-index:6; overflow:hidden;
  background:#ffe16a; color:#0f1115; padding:12px 0;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.banner-style-two.service-hero .marquee--main{ bottom:95px; }
.banner-style-two.service-hero .marquee--alt { bottom:35px; background:#ffef9d; }

/* Moving belt (two identical sets for seamless loop) */
.marquee__belt{
  display:flex; width:max-content; will-change:transform;
}

/* Typography — bold/creative */
.marquee__set{
  display:inline-flex; align-items:center;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: clamp(14px, 1.15vw, 20px);
  /* subtle stroke+glow for punchy look on the yellow bars */
  -webkit-text-stroke: .4px rgba(0,0,0,.15);
  text-shadow: 0 1px 0 rgba(255,255,255,.35);
}
.marquee__set span{ display:inline-block; padding:0 34px; }
.marquee__set i{ display:inline-block; padding:0 24px; opacity:.8; }

/* Animations (no hover pause) */
@keyframes scroll-left  { from {transform:translateX(0)}    to {transform:translateX(-50%)} }
@keyframes scroll-right { from {transform:translateX(-50%)} to {transform:translateX(0)}    }

/* Top strip: LEFT → RIGHT */
.marquee__belt--right{ animation: scroll-right 20s linear infinite; }

/* Bottom strip: RIGHT → LEFT */
.marquee__belt--left { animation: scroll-left  14s linear infinite; }

/* Mobile offsets */
@media (max-width: 767px){
  .banner-style-two.service-hero .marquee--main{ bottom:90px; }
  .banner-style-two.service-hero .marquee--alt { bottom:30px; }
}








































