@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

.banner {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  position: relative;
  padding-top: 117px;
  overflow: visible;
}

@media (max-width: 1679px) {
  .banner {
    padding-top: 60px;
  }
}

@media (max-width: 1199px) {
  .banner {
    padding-top: 65px;
    height: auto;
  }
}

@media (max-width: 991px) {
  .banner {
    padding-top: 0;
    margin-top: 90px;
    height: auto;
  }
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}

.banner .bnr-left {
  position: absolute;
  width: 100%;
  z-index: 3;
}

@media (max-width: 991px) {
  .banner .bnr-left {
    padding: 50px 0;
  }
}

.label-box {
  border: 1px solid rgba(255, 255, 255, 0.0784313725);
  background-color: rgba(255, 255, 255, 0.0392156863);
  font-size: 12px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  color: #fff;
  letter-spacing: 18%;
  padding: 8px 16px;
  text-transform: uppercase;
  display: inline-flex;
}

.bnr-title {
  font-weight: 700;
  color: #fff;
  font-size: 64px;
  line-height: 80px;
  margin-bottom: 20px;
}

.inr-title {
  font-weight: 650;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}

.inr-title1 {
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  margin-bottom: 20px;
  text-align: left;
}

@media (max-width: 1199px) {
  .bnr-title {

    font-size: 50px;
    line-height: 70px;
  }

  .inr-title {
    font-size: 45px;
    line-height: 50px;
  }

  .inr-title1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .bnr-title {
    font-size: 40px;
    line-height: 45px;
  }

  .inr-title {
    font-size: 35px;
    line-height: 40px;
  }

  .inr-title1 {
    font-size: 30px;
    line-height: 35px;
  }
}

.bnr-title .gradient-txt,
.inr-title .gradient-txt,
.inr-title1 .gradient-txt {
  background: linear-gradient(90deg, #0A65B0 0%, #0CC7F6 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-txt1 {
  background: linear-gradient(90deg, #ddd 0%, #999 40.87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.desc,
.desc1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #bbb;
}

.desc1 {
  text-align: left;
  margin-bottom: 20px;
}

@media (max-width: 1679px) {
  .desc {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 1199px) {
  .desc {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 991px) {

  .desc,
  .desc1 {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 20px;
  }

}

@media (max-width: 579px) {
  .desc {
    font-size: 13px;
    line-height: 19px;
  }
}

.banner .bnr-left .bnr-btn {
  background-color: #2F30F2;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
  margin-top: 45px;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.banner .bnr-left .bnr-btn span {
  position: relative;
  z-index: 1;
}

.banner .bnr-left .bnr-btn span::after {
  content: "";
  width: 16px;
  height: 13px;
  display: inline-block;
  margin-left: 13px;
  background: url(../img/btn-icon.svg) no-repeat center;
  background-size: contain;
}

.banner .bnr-left .bnr-btn:hover {

  background: linear-gradient(to bottom, #6b4eff, #3a35ff);
}

.banner .bnr-left .bnr-btn1 {
  background-color: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 15px 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 224px;
  height: 48px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 45px;
  transition: all 0.6s ease;
}

.banner .bnr-left .bnr-btn1 :hover {
  box-shadow: 0 8px 24px rgba(22, 52, 85, 0.4);
}


.banner .img-blk {
  max-width: 800px;
  height: auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  text-align: center;
  margin-bottom: -100px;
}

.banner .img-blk img {
  max-width: 700px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}

.banner .img-blk::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}



@media (max-width: 768px) {
  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }

  .banner .img-blk .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
    z-index: 2;
    background: rgba(0, 8, 20, 0.5);
  }

  .banner .bnr-left {
    padding: 30px 0;
  }

  .banner .img-blk {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
  }

  .banner .img-blk img {
    width: 75%;
    margin: 0 auto;
  }
}


.rtl{
 width: 100%;
 height:730px;
 background: url("../img/banerbg.png") no-repeat center center;
  width: 100%;
  object-fit: fit;background-size: cover;
  position: relative;z-index: -0;
  top: 0px;bottom: 0px;}
  /* ===== MAIN CONTAINER ===== */
.services-wrapper{
  width:100%;
  max-width:750px;
  padding:40px;
  border-radius:20px;
  background:
    linear-gradient(135deg, rgba(20,40,60,0.35), rgba(5,15,25,0.6));
  box-shadow:
    inset 0 0 40px rgba(0,200,255,0.08),
    0 25px 60px rgba(0,0,0,0.6);
   
}

/* ===== GRID ===== */
.services-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:30px;
}

/* ===== CARD ===== */
.service-card{
  padding:25px 25px;
  border-radius:16px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.06), rgba(255,255,255,0.02));
  backdrop-filter: blur(8px);
  box-shadow:
    inset 0 0 25px rgba(0,200,255,0.05),
    0 15px 30px rgba(0,0,0,0.5);
  transition: all 0.35s ease;
}

/* ===== HOVER EFFECT ===== */
.service-card:hover{
  transform: translateY(-6px);
  box-shadow:
    inset 0 0 30px rgba(0,200,255,0.12),
    0 25px 50px rgba(0,0,0,0.8);
}

/* ===== TITLE ===== */
.service-card h3{
  font-size:20px;
  font-weight:600;
  margin-bottom:12px;
  color:#00c6ff;
}

/* ===== TEXT ===== */
.service-card p{
  font-size:15px;
  line-height:1.6;
  color:#cfd8e3;
}

/* ===== RESPONSIVE ===== */
@media (max-width:768px){
  .services-grid{
    grid-template-columns:1fr;
  }
}
/*-----------------our services------------------------*/
.services {
  padding:0px;
}

.services .container {

  margin: 0 auto;
  text-align: center;
}

.services .col-lg-3 {
  padding: 20px;
}
.services {
  z-index: 10000px;
  position: relative;
  background-repeat: no-repeat;
  background: url('../img/Ellipsert.png') no-repeat right bottom;
  background-size: contain;
}

.services::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/Ellipselt.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
}
.services .desc{max-width: 700px;margin: 0 auto;}
/* ---------- Card ---------- */
.card {
  position: relative;
  width: 320px;
  height:600px;
  color: #fff;
  font-weight: normal;
  background: linear-gradient(135deg, #000712 0%, #11161f 100%);
  border-radius: 20px;
  overflow: hidden;
  color: white;
  transition: all 0.6s ease;
  margin-top: 30px;padding-right: 15px;
}

/* ---------- Image ---------- */
.image-container {
  width: 100%;
  height: 100%; width: 320px;
 }

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

/* Gradient overlay */
.image-container .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 17, 31, 0.95) 0%, rgba(10, 17, 31, 0.4) 60%, transparent 100%);
  transition: opacity 0.5s ease;
}

/* ---------- Text Content ---------- */
.card-content {
  position: relative;
  padding: 75px 25px 25px;
  text-align: left;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
}

.card-content h3 {
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  max-width: 85%;
  line-height: 28px;
  margin-bottom: 20px;
  transition: transform 0.6s ease;
}

.card-content .desc {
  color: #b9c1d2;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400px;
  transition: all 0.6s ease;
}

/* ---------- Hover List ---------- */
.hover-list {
  position: absolute;
  left: 0;
  width: 100%;
  list-style: none;
  text-align: left;
  padding-left: 25px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 1s cubic-bezier(0.25, 1, 0.3, 1);
}

.hover-list li {
  padding: 6px 0;
  font-size: 13px;
  color: #b9c1d2;
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
  text-align: left;
  line-height: normal;
  list-style: disc;
  line-height: 15px;
  font-weight: normal;
  margin-left: 20px;
}

.card ul li::marker {
  color: #00aaff;
}

/* ---------- Hover Effects ---------- */
.card:hover {
  box-shadow: 0 0 10px rgba(0, 200, 255, 0.2);
}
.card:hover .list1 {
  transform: translateY(-50px);min-height:350px;
}

.card:hover .list1 .hover-list{
  transform: translateY(20px);margin-top: 10px;
}
.card:hover .list2 {
  transform: translateY(-50px);min-height:350px;
}

.card:hover .list2 .hover-list{
  transform: translateY(20px);margin-top: 10px;
}
.card:hover .image-container img {
  transform: scale(1.1);
}
.card:hover .list1 h3 {
  transform: translateY(-40px);
}
.card:hover .list2 h3 {
  transform: translateY(-20px);
}

.card:hover .desc {
  transform: translateX(-150px);
  opacity: 0;
}

.card:hover .hover-list {
  opacity: 1;
  transform: translateY(-10);
}

/* Animate list items one by one */
.card:hover .hover-list li {
  opacity: 1;
  transform: translateY(0);
}

.card:hover .hover-list li:nth-child(1) {
  transition-delay: 0.1s;
}

.card:hover .hover-list li:nth-child(2) {
  transition-delay: 0.12s;
}

.card:hover .hover-list li:nth-child(3) {
  transition-delay: 0.13s;
}

.card:hover .hover-list li:nth-child(4) {
  transition-delay: 0.14s;
}
.card:hover .hover-list li:nth-child(5) {
  transition-delay: 0.15s;
}
.card:hover .hover-list li:nth-child(6) {
  transition-delay: 0.16s;
}
.card:hover .hover-list li:nth-child(7) {
  transition-delay: 0.7s;
}
.card:hover .hover-list li:nth-child(8) {
  transition-delay: 0.8s;
}
.card:hover .hover-list li:nth-child(9) {
  transition-delay: 0.9s;
}
.card:hover .hover-list li:nth-child(10) {
  transition-delay: 1s;
}

@media (max-width: 768px) {
  .card {
    margin-top: 20px;
  }
  .card {
  width:100%;   max-width: 320px;
}

/* ---------- Image ---------- */
.image-container {
  width: 100%; 
  height: 100%; width: 340px; 
 }
}



/* ===== designverification SECTION ===== */
.rtl-designverification{
  min-height:100vh;
  padding:80px 8%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
  overflow:hidden;
}


.rtl-designverification-text{
  max-width:520px;
  z-index:2;
}

.rtl-designverification-text h1{
  font-size:44px;
  line-height:1.2;
  margin-bottom:25px;
}

.rtl-designverification-text span{
  color:#00aaff;
}

.rtl-designverification-text p{
  font-size:16px;
  line-height:1.7;
  color:#d0eaff;
}

.rtl-designverification-image{
  width:600px;
  height:auto;
  background: transparent;   /* remove dark background */
  border: none;              /* no border */
  padding: 0;                /* no inner border space */
  border-radius: 18px;
  box-shadow: 0 0 60px rgba(0,170,255,0.25); /* glow only */
  z-index:2;
}

.rtl-designverification-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:14px;
}

.curve-line{
  position:absolute;
  bottom:60px;
  left:0;
  width:100%;
  height:3px;
  background:linear-gradient(to right,transparent,#00bfff,transparent);
  opacity:0.8;
}
.curve-line{
  position:absolute;
  bottom:60px;
  left:0;
  width:100%;
  height:140px;                 /* height based on your image */
  background-image: url("../img/rtl/vector.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;   /* stretch width, keep curve shape */
  opacity: 0.9;
  pointer-events: none;
}
/* ===== RTL EXPERTISE ===== */
.rtl-wrapper{
  min-height:80vh;
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 8%;
  position:relative;
  overflow:hidden;margin-top: -60px;margin-bottom: 50px;
}

.rtl-image{
  width:600px;
  height:auto;
  border-radius:20px;
background: transparent;   /* remove dark background */
  border: none;              /* no border */
  padding: 0;                /* no inner border space */
  border-radius: 18px;
  box-shadow: 0 0 40px rgba(0,170,255,0.25); /* glow only */  z-index:2;
}

.rtl-image img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:16px;
}

.rtl-text{
  max-width:520px;
  z-index:2;
}

.rtl-text h1{
  margin-bottom:30px;text-align: right;
}

.rtl-text span{
  color:#00aaff;
}

.rtl-text p{
  font-size:17px;
  line-height:1.8;
  color:#d7eaff;
  margin-bottom:22px;text-align: right;
}

.dot{
  display:inline-block;
  width:7px;
  height:7px;
  background:#00aaff;
  border-radius:50%;
  margin-left:8px;
}

/* ===== GLOW BACKGROUND ===== */


/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .rtl-designverification,
  .rtl-wrapper{
    flex-direction:column;
    gap:40px;
    text-align:center;
  }

  .rtl-designverification-image,
  .rtl-image{
    width:100%;
    height:auto;
  }
}

/*----------------------------rtl methodologies------------------*/
.methodologies {
  margin-top: 0px;
  width: 100%;
  min-height: 350px;
    justify-content:center;
    align-items:center;margin-bottom: 100px;
}
.methodologies::before {
  content: "";
  width:100%;
  height: 100%;
  background: url(../img/glow2.png) no-repeat left;
  background-size: contain;
  position: absolute;
  left: 0;
}
.methodologies .container {
  text-align: center;
}

.verificationmethbg{
    width:100%;
    max-width:1500px;
    height:660px;
    position:relative; margin: 0 auto;
    overflow:hidden;
    border-radius:30px;
    background:linear-gradient(135deg,#132c48,#0a1422);
}

/* Ellipse styling */

.rtlecllipse{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    opacity:0.7;                     /* more visible */
    filter:brightness(4.41) saturate(1);
}

/* Different sizes layering */



/* Content */
.verificationmethbg .content{
    position:relative;
    z-index:10;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    color:#dff5ff;
    padding:20px;
}

.verificationmethbg h1{
    font-size:42px;
    margin-bottom:25px;
    font-weight:700;
}

.verificationmethbg h1 span{
    color:#00c6ff;
}

/* List */
.verificationmethbg ul{
    list-style:none;
    padding:0;
    margin:0;
    max-width:750px;
}

.verificationmethbg ul li{
    font-size:18px;
    margin:12px 0;
    display:flex;
    gap:10px;
    line-height:1.5;text-align: center; 
}

.verificationmethbg ul li::before{
    content:url("../img/power/listicon.png");
    color:#00c6ff;
    font-weight:bold;text-align: center;
    
}
