@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500&display=swap');
.services-section {
    position: relative; 
    top:0;
    width: 100%;
    background-color: #252734;
    padding: 40px 0px 50px 0; 
    margin-bottom: 100px;
    height: 200px;
    z-index: 111;
}

.menu-section.sticky {
  position: fixed;
  top: var(--menu-sticky-top, 0);
  left: 0;
  right: 0;
  z-index: 999;
  background: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.menu-section{
    height: 100px;
    position: sticky;
    left: 0;
    top: 0px; /* Adjust if your header is fixed, set to header height */
    z-index: 9999;
    background: #252734;
    transition: box-shadow 0.3s, background 0.3s;
     box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}

.menu-section.sticky {
    box-shadow: 0 4px 18px rgba(0,0,0,0.18);
    background: #252734;
}
.menu-container {
    background: #252734;
    width: 100%;
    height: 200px;
    margin: auto;
}

 /* Spider web overlay (non-interactive) */
#spider-overlay {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* never intercept clicks */
  z-index: 9999;
  overflow: visible;
}
#spider-overlay line,
#spider-overlay path {
  stroke: rgba(255,255,255,0.14);
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,0.45));
  mix-blend-mode: screen;
  will-change: stroke-dashoffset, opacity;
}
#spider-overlay .web-group {
  opacity: 1;
  transition: opacity 900ms ease 4s; /* fade out after draw completes */
}
#spider-overlay .web-hidden {
  opacity: 0;
}

 .service-text {
  top: 100px;
   position: relative;
    margin: 0 auto;
    text-align: center;
    width: 300px;
   
 }
 h1 {
    color: #ffffff;
    font-size: 70px;
    font-family: 'times new roman', Times, serif;
    font-weight: 300;
    white-space: nowrap;
 }
 .border-text {
    display: flex;
    position: relative;
    left: -50px;
    padding: 20px 20px 20px 30px;
    background-color: #2a2c39;
    border-radius: 40px;
    gap: 20px;
      font-size: 18px;
     font-family: 'Inter', sans-serif;
     white-space: nowrap;
     margin-left: 90px;
 }
  .border-text span {
    color: #76867e;
  }
  .border-text p {
    color: #76867e;
    font-size: 14px;
    transition: 0.3s ease-in-out;
  }
  h5 {
    color:#ffffff;
  }
  
 .border-text a {
    text-decoration: none;
  
 }
.border-text p:hover {
    color: #fff;
  }

/* 
                 BLOGS CONTAINER START HERE */

.blogs-section {

    position: relative;
    top: 110px;
    width: 100%;
    height: 1400px;
    background-color: #2a2c39;
    z-index: 111;
}
.blogs-container {
    position: relative;
    top: 100px;
    width: 80%;
    margin: auto;
    height: 1100px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.blogs-img {
  transition: 0.3s ease-in-out;
  padding: 12px 20px;
  position: absolute;
  width: 120px;
  border: 1px solid #383737;
  height: 120px;
}

.blogs-img:hover {
  border: 1px solid #fff;
  scale: 1.1;
}
.blog-box {
  width: 100%;
  background: #252734;
  height: 22%;
  transition: background 0.6s ease;
}

.blog-box:target {
  background: #7b7d8a;
}


.box-cotent {
  width: 90%;
  height: 100%;
  margin: auto;
}
.img-cotent {
  width: 22%;
  height: 80%;
  margin-top: 25px;

}
.blog-details {
  margin-left: 280px;
  width: 650px;
  height: 100%;
}
.name-title h4 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.name-title span {
  font-family: 'inter', sans-serif;
  font-weight: 500;
  margin-top: 2px;
    color: darkgray;
}
.name-title {
  margin-top: 50px;
  gap: 15px;
  display: flex;
  font-family: 'Inter', sans-serif;
}
.title-h3 {
  color: #fff;
  font-family: 'inter', sans-serif;
  font-weight: 400;
  margin-top: 20px;
  font-size: 20px;
}

.blog-details a {
  text-decoration: none;
}
.name-age {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.name-age h4 {
   font-family: 'inter', sans-serif;
  font-weight: 500;
  margin-top: 2px;
    color: darkgray;
    margin-left: -25px;
}
.name-age span {
  font-family: 'inter', sans-serif;
  font-weight: 500;
  margin-top: 2px;
    color: darkgray;
    margin-left: -20px;
  }
.name-age i {
  margin-left: -5px;
  font-size: 20px;
  color: darkgray;
}
.next-previous {
  margin-top: 20px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 20px;
}
.next-previous button {
  width: 70px;
  height: 65px;
  background: transparent;
  cursor: no-drop;
  color: darkgray;
   font-family: 'inter', sans-serif;
  font-weight: 500;
  border: 1px solid rgba(112, 101, 101, 0.5);
 } 
 .btn-active1 button {
  color: #fff;
 }

 .works-with-trusted {
  width: 100%;
  height: 720px;
  background-color: #2a2c39;
  margin-top: 100px;
}

.title-works {
  position: relative;
  top: 200px;
  left: 120px;
  width: 900px;
  height: 150px;
  font-family: 'inter', sans-serif;
  color: gray;
  display: flex;
  gap: 20px;
}

.h1h1 {
  font-size: 30px;
  color: darkgray;
  margin-top: 15px;
}
.title-works span {
  color: #fff;
  font-size: 60px;
}

.company-dream-job {
  position: relative;
  top: 170px;
  width: 90%;
  height: 300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
.company-container-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 90%;
  border: 0.5px solid  gray;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 15px;
}

.company-container-box:hover {
  background-color: #2a2c39;
  border: 1px solid  #2a2c39;
}



.service-footer {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border: 0.1px solid gray;
  border-left: none;
  border-right: none;
}

.service-logo {
  width: 200px;
  height: 200px;
}
.service-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 0;
  left: 0;
}
.service-content-footer p {
  color: gray;
  font-family: 'inter', sans-serif;
  font-size: 17px;
  position: absolute;
  top: 50px;
  left: 90px;
}
.service-content-footer span {
  color: #37bd54;
}

.service-logo {
  position: absolute;
  right: 100px;
  top: -50px;
}
.works-with-trusted {
  top: 100px;
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #2a2c39;
  margin-top: 100px;
}


.service-footer {
  overflow: hidden;
  width: 100%;
  height: 100px;
  border: 0.1px solid gray;
  border-left: none;
  border-right: none;
}

.service-logo {
  width: 200px;
  height: 200px;
}
.service-content-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  top: 0;
  left: 0;
}
.service-content-footer p {
  color: gray;
  font-family: 'inter', sans-serif;
  font-size: 17px;
  position: absolute;
  top: 50px;
  left: 90px;
}
.service-content-footer span {
  color: #37bd54;
}

.service-logo {
  position: absolute;
  right: 100px;
  top: -50px;
}


.scroll-to-top-service {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:#252734;
  border: 1px solid rgb(73, 68, 68);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  display: nosne;
  transition: transform 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 60px;
  height: 60px;
}

.scroll-to-top-service h1 {
  font-size: 24px;
  margin-top: 4px;
}

.scroll-to-top-service:hover {
  transform: translateY(-1px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}



.latest-updates {
  margin-top: 100px;
  width: 100%;
  height: 300px;
}

.updates-header {
  width: 30%;
  height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}
.updates-header h3 {
  font-size: 16px;
  color: darkgray;  
  font-family: 'Inter', sans-serif;
}
.updates-header span {
  margin-top: -4px;
  color: darkgray;
  font-size: 20px;
  font-weight: bold;
}

.update-contact {
  margin-top: 20px;
  width: 80%;
  height: 200px;
  margin: auto;
  display: flex;
}

.num {
  width: 30%;
  height: 100%;
  display: flex;
}

.num i {
  border: 0.5px solid #76867e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  margin-top: 60px;
}

.num i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.num span {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}


.num2 {
  width: 40%;
  height: 100%;
  display: flex;
}
.num2 a {
  text-decoration: none;
}

.num2 i {
  border: 0.5px solid #76867e;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 20px;
  margin-top: 60px;
}

.num2 i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.num2 span {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
}

.num .num-email {
  color: #fff;
  margin-top: 85px;
  margin-left: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
}
.icons-email-update {
  width: 30%;
  margin-left: 120px;
  height: 100%;
  display: flex;
  gap: 15px;
}

/* Prevent page horizontal scroll and make media responsive */
html, body {
  overflow-x: hidden;
}

* { box-sizing: border-box; }

/* Ensure images and logos never overflow */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

.icons-email-update i {
  border: 0.5px solid #76867e;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  transition: 0.3s ease-in-out;
  margin-left: 27px;
  margin-top: 70px;
}

.icons-email-update i:hover {
  border: none;
  background-color: #fff;
  color: #000;
  transform: scale(1.1);
}
.icons-email-update a {
  text-decoration: none;
}

.answer-blogs {
  width: 100%;
  height: 1200px;
  margin-top: 150px;
}
.answer-header {
  margin-top: 40px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
}
.answer-container {
  position: relative;
  top: 50px;
  left: 0;
  margin: auto;
  width: 80%;
  display: grid;
  height: 85%;
}
.answer-box {
  transition: background 0.6s ease;
  width: 100%;
  height: 220px;
  background: #2a2c39;
  cursor: pointer;
  border-radius: 20px;
}
.answer-box:hover {
    background: #363846;
}
.answer-container h2 {
   color: #fff;
   margin-top: 20px;
   margin-left: 20px;
}
.answer-container h2 {
   color: #fff;
   margin-top: 20px;
   margin-left: 20px;
}

.answer-box p {
  margin-top: 40px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-left: 70px;
  color: darkgray;
}

.answer-box span {
  position: absolute;
  left: 20px;
  color: #fff;
  font-size: 20px;
  margin-top: 35px;
}

.answer-box:target {
  position: relative;
  top: 0;
  left: 20px;
  animation: highlight 0.8s ease;
  background: #434553;
}

.answer-box p:target {
  color: #fff;
}

.btn-insights {
  background-color: #1B3C53;
  padding: 6px 14px;
  color: gray;
  font-family: 'inter', sans-serif;
  font-size: 13px;
  transition: 0.3s ease-in-out;
}
.btn-insights:hover {
  background-color: #154263;
  color: #fff;
  font-weight: bold;
}

.blog-insights {
  position: relative;
  top: 30px;
  left: 600px;
}
.edris-about a {
  border: 1px solid red;
  transition: 0.3s ease-in-out;
}
.edris-about a:hover {
  color: #fff;
}
 /* Back to Top Button Styles */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #2f2c31 0%, #222324 100%);
            color: white;
            border: none;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 20px rgba(137, 135, 139, 0.4);
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            z-index: 1000;
        }
        
        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }
        
        .back-to-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 25px rgba(30, 28, 32, 0.6);
        }
        
        .back-to-top:active {
            transform: translateY(0);
        }
        
        .back-to-top svg {
            width: 24px;
            height: 24px;
            fill: white;
            transition: transform 0.3s ease;
        }
        
        .back-to-top:hover svg {
            transform: translateY(-3px);
        }

@keyframes highlight {
  from { transform: scale(0.98); opacity: 0.7; }
  to   { transform: scale(1); opacity: 1; }
}



@media screen and (max-width: 767px) {

  .service-text h1 {
    margin-top: 5px;
    font-size: 50px;
  }
  .border-text {
    font-size: 15px;
  }
  .border-text p {
    font-size: 12px;
  }
  .blogs-section {
    width: 100%;
    height: 1500px;
  }
  .blogs-container {
    width: 100%;
    height: 1500px;
  }
  .blog-box {
   display: flex;
   flex-direction: column;
   width: 100%;
    padding: 0 50px 50px;
   height: 300px;
  }

  
  .box-cotent {
    border: 1px solid red;
   
  }
}


