@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", system-ui;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-size: 14px;
  overflow-x: hidden;
  /* Background Colors */
  --bg-color-light: #ffffff; /* Light background */
  --bg-color-light-alt: #f9f9f9; /* Light alternative background */
  --bg-color-dark: #f0f0f0; /* Darker light background */
  --bg-color-primary: #f76428; /* Primary background color */
  --bg-color-secondary: #ffad5c; /* Secondary background color */
  --bg-color-accent: #ffe4b5; /* Accent background color */

  /* Text Colors */
  --text-color-primary: #333333; /* Primary text color */
  --text-color-secondary: #666666; /* Secondary text color */
  --text-color-accent: #007bff; /* Accent color for links and buttons */
  --text-color-light: #ebe0e0; /* Light text color */
  --text-color-dark: #070425; /* Dark text color */
  --text-color-muted: #b0b0b0; /* Muted text color */

  /* Border Radius */
  --border-radius-none: 0; /* No border radius */
  --border-radius-small: 4px; /* Small border radius */
  --border-radius-medium: 8px; /* Medium border radius */
  --border-radius-large: 16px; /* Large border radius */
  --border-radius-pill: 50px; /* Pill-shaped border radius */

  /* Shadows */
  --box-shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1); /* Small shadow */
  --box-shadow-medium: 0 2px 4px rgba(0, 0, 0, 0.1); /* Medium shadow */
  --box-shadow-large: 0 4px 8px rgba(0, 0, 0, 0.1); /* Large shadow */

  /* Additional Colors */
  --color-success: #28a745; /* Success color */
  --color-warning: #ffc107; /* Warning color */
  --color-danger: #dc3545; /* Danger color */
  --color-info: #17a2b8; /* Info color */
  --color-light: #f8f9fa; /* Light color */
  --color-dark: #343a40; /* Dark color */
}

menu,
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
}

a {
  color: inherit;
  text-decoration: inherit;
}



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

.specialist-section {
  border: 1px black solid;
  max-width: 1140px;
  margin: 10px auto;
  padding: 20px;
  font-family: 'Poppins', sans-serif;
  border-radius: 10px;
  transition: box-shadow 0.3s ease; /* Smooth shadow transition */
}

.specialist-section:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6); /* Section shadow on hover */
}

/* Title styling */
.specialist-section h2 {
  text-align: center;
  color: #333;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 450px;
  font-family: 'Poppins';
  font-weight: 600;
}

/* Horizontal rule */
.specialist-section hr {
  margin: 10px auto 20px;
  border: none;
  border-top: 1px solid #ccc;
  width: 100%;
}

/* Grid layout */
.specialist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 10px 40px;
  justify-items: start;
  padding: 0 20px;
}

/* Hyperlink base style */
.specialist-grid a {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  font-weight: 400;
  padding: 8px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

/* Hover effect for hyperlinks */
.specialist-grid a:hover {
  color: #FA6325;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(216, 138, 19, 0.6);
  /* border: 1px solid black; */
  transform: translateY(-2px);
}



@media (max-width: 768px) {
  .specialist-section h2 {
    margin-left: 0;
    display: block;
    text-align: center;
    font-size: 20px; /* Optional: adjust based on your design */
  max-width: 900px;
  margin: 10px auto;
  }  

  .specialist-section {
    border: 1px black solid;
    max-width: 1064px;
    margin: 10px 25px;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

  .specialist-grid {
    display: flex;
    flex-direction: column; /* stack the links vertically */
    align-items: center;    /* center the stack horizontally */
    justify-content: center;/* center vertically if it has a fixed height */
  }

  .specialist-grid a {
    width: 100%;            /* optional: take full width or set fixed width */
    text-align: center;     /* center text inside each link */
    justify-content: center;/* center content inside the <a> if using flex */
  }

}

/* New Section For Content Writing Company Page */
 .op-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      padding: 40px 20px;
      background-color: #fff;
    }

    .opsech2{
      margin-bottom: 30px;
    font-size: 28px;
    }

    .op-column {
      flex: 1 1 50%;
      padding: 30px;
      box-sizing: border-box;
      color: #000;
    }

    .op-image {
      width: 105%;
      height: auto;
        transition: all 0.3s ease; /* Smooth transition */
      box-shadow: 0px 4px 8px;
    }

    .op-text {
      font-size: 16px;
      line-height: 2rem;
      color: #000;
      font-family: 'Poppins',sans-serif;
      font-weight: 400;
     text-align: justify;
    }



    .op-image:hover {
       box-shadow: 0 8px 16px rgba(0, 0, 0, 0.8);
  transform: translateY(-4px) scale(1.03); /* Lift and zoom in */
    }

    @media (max-width: 768px) {

       .op-section {
      padding: 20px 10px;
      background-color: #fff;
    }

      .op-column {
        flex: 1 1 100%;
        font-size: 16px;
        padding: 10px;
      }

        .opsech2{
      margin-bottom: 30px;
    font-size: 25px;
    }

      .op-image {
      width: 100%;
      height: auto;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

     .op-text {
      font-size: 1rem;
      line-height: 1.9;
      color: #333;
      text-align: justify;
    }

    }
    
    /* second new section created for seo purposes */

.scontent-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 70px;
  gap: 30px;
  background-color: #fff;
}

.stext-content {
  flex: 1;
  text-align: center;
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.stext-content:hover {
  transform: translateY(-10px);
}

.stext-content h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: left;
}

.stext-content p {
  font-size: 16px;
  line-height: 2rem;
  margin-bottom: 15px;
  font-family: 'Poppins',sans-serif;
  font-weight: 400;
  text-align: justify;
}

.simage-content {
  flex: 1;
 
}

.simage-content img {
  width: 105%;
  height: auto;
  box-shadow: 0px 4px 8px;
}


/* For tablets (481px to 768px) */
@media (max-width: 768px) {
  .scontent-section {
    flex-direction: column;
    padding: 40px 50px;
    gap: 30px;
  }

  .stext-content h2 {
    font-size: 27px;
  }

  .stext-content p {
    font-size: 14px;
  }

  .divsecP{
     font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: justify;
}
}

/* For mobile devices (≤ 480px) */
@media (max-width: 480px) {
  .scontent-section {
    flex-direction: column;
    padding: 30px 20px;
    gap: 20px;
  }

  .stext-content h2 {
    font-size: 25px;
  }

  .stext-content p {
    font-size: 13px;
    line-height: 1.9;
  }

  .simage-content {
  flex: 1;
  padding: 0px 15px 0px 0px;
}

  .simage-content img {
    border-radius: 8px;
    
  }
}


/* new container section */

.divsec1{
  background-color: black;
  padding-bottom:50px;
  height: fit-content;
  color: #fff;
}



.divsecP{
     font-size: 1.2rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: justify;
}

/* cta in every page */

.custom-solutions-banner {
      display: flex;
      background: #000;
      color: #fff;
      border-radius: 20px;
      overflow: hidden;
      max-width: 1140px;
      height: 130px; /* Fixed height for both sections */
      margin: auto;
      box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    }

    .custom-text {
      flex: 1.5;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }

    .custom-text h2 {
      font-size: 40px;
      font-weight: 700;
      line-height: 55px;
    }

    .custom-text h2 span {
      color: #fff;
    }

    .custom-image {
      flex: 1.5; /* Wider than text */
      position: relative;
      height: 100%;
    }

    .custom-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      border-radius: 20px;
    }

    .cta-button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      color: #000;
      padding: 12px 24px;
      border-radius: 20px;
      font-weight: 700;
      text-decoration: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
      transition: all 0.3s ease;
      z-index: 1;
    }

    .cta-button:hover {
      background: #000;
      color: #fff;
      border: 1px solid #fff;
    }

    @media (max-width: 768px) {
      .custom-solutions-banner {
        flex-direction: column;
        height: auto;
        margin: 0px 15px;
      }

      .custom-text, .custom-image {
        flex: none;
        width: 100%;
        height: auto;
      }

      .custom-text {
        padding: 20px;
        text-align: center;
      }

      .custom-image {
        height: 180px;
      }
    }

    /* inner section section Service Page */

      .containerrf {
    position: relative;
    background-color: #000;
    color: white;
    border-radius: 20px;
    padding: 50px;
    max-width: 1400px;
    margin: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
  }
  .video-bgrf {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    z-index: 0;
  }

  .contentrf {
    flex: 0 0 50%;
    position: relative;
    z-index: 1;
  }

  .badgerf {
    background-color: #3b5bff;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
  }

  .h2rf {
    margin: 0 0 15px;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
  }

 .prf {
    margin: 0 0 48px;
    line-height: 1.5;
    color: #ccc;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
    
  }

  .featuresrf {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 40px;
  }
  .feature-titlerf {
    font-weight: bold;
    margin-bottom: 5px;
     font-family: 'Poppins', sans-serif;
  }
  .feature-descrf {
    color: #999;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    text-align: justify;
  }
  .animated-graphicrf {
    flex: 0 0 40%;
    position: relative;
    z-index: 1;
  }
  canvas {
    width: 90%;
    height: auto;
    display: block;
    border-radius: 10px; /* Rounded outer canvas */
    overflow: hidden;
  }
  .transition-textrf {
    position: absolute;
    color: white;
    border: 2px dotted darkblue;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    padding: 1px 58px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .transition-textsrf {
    position: absolute;
    color: white;
    border: 2px dotted darkblue;
    font-size: 12px;
    background: rgba(0,0,0,0.6);
    padding: 2px 6px;
    border-radius: 10px;
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .show-textrf {
    opacity: 1;
    transform: translateY(-10px);
  }

  


/* Tablet & Mobile (≤ 768px) */
@media screen and (max-width: 768px) {
  .containerrf {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 20px;
    margin: 20px;
  }

  .video-bgrf {
    position: absolute;
    top: -32px;
    left: -86px;
    width: 125%;   /* full width on mobile */
    height: 78%;
    opacity: 5.5;  /* softer overlay */
  }

  .contentrf{
    flex: 1 1 100%;   /* full width */
    max-width: 100%; 
  }

  .animated-graphicrf {
    flex: 1 1 100%;   /* full width */
    max-width: 100%;
    display: none;
  }

  .h2rf {
    font-size: 22px;
  }

  .prf {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .featuresrf {
    grid-template-columns: 1fr;  /* collapse to single column */
    gap: 20px;
  }
}

/* Small Phones (≤ 480px) */
@media screen and (max-width: 480px) {
  .containerrf {
    padding: 20px 15px;
    margin: 15px;
    border-radius: 15px;
  }

  .h2rf {
    font-size: 20px;
  }

  .prf {
    font-size: 13px;
    line-height: 1.4;
  }

  .feature-descrf {
    font-size: 12px;
  }

  canvas {
    width: 100%;   /* fit smaller screens */
   
  }

  .transition-textrf,
  .transition-textsrf {
    font-size: 10px;
    padding: 2px 10px;
  }
}




  /* services location */
  .ls{
    font-family: 'Poppins', sans-serif;
    background-color: #f2f2f2;
    margin: 0;
    padding: 0;
}

.ls-section {
    background: linear-gradient(145deg, #000000, #1a1a1a);
    border-radius: 20px;
    padding: 40px;
    color: white;
    max-width: 1100px;
    margin: 50px auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    position: relative;
    overflow: hidden;
}

.ls-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(255,255,255,0.10) 0%, transparent 50%);
    animation: rotate 20s linear infinite;
    z-index: 0;
}
@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.ls-section h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}
.ls-locations {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    z-index: 1;
    position: relative;
}
.ls-location {
    flex: 1 1 calc(25% - 20px);
    background: rgba(255,255,255,0.05);
    padding: 15px 25px;
    border-radius: 12px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.4s ease;
    border: 1px solid transparent;
    backdrop-filter: blur(4px);
    animation: fadeInUp 1s ease forwards;
    opacity: 0;
    min-width: 200px;
    justify-content: center;
}
.ls-location:nth-child(1) { animation-delay: 0.1s; }
.ls-location:nth-child(2) { animation-delay: 0.3s; }
.ls-location:nth-child(3) { animation-delay: 0.5s; }
.ls-location:nth-child(4) { animation-delay: 0.7s; }
@keyframes fadeInUp {
    0% { transform: translateY(20px); opacity: 0; }
    100% { transform: translateY(0); opacity: 1; }
}
.ls-location:hover {
    background: rgba(255,255,255,0.15);
    border-color: rgba(255,255,255,0.3);
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 8px 20px rgba(255,255,255,0.1);
}
.ls-location span {
    font-size: 1.2rem;
}

/* Mobile Optimization */
@media (max-width: 768px) {
    .ls-section {
        padding: 20px;
        margin: 0px 10px 10px 10px;
    }
    
    .ls-section h2 {
        font-size: 1.5rem;
    }
    .ls-locations {
        flex-direction: column;
        align-items: stretch;
    }
    .ls-location {
        flex: 1 1 100%;
        min-width: unset;
        font-size: 0.95rem;
    }
}