@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", serif;
}

body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Inter", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.header {
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 1000;
  top: 0;
}

.navbar {
  margin: 0 96px 0 76px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #ffffff1f !important;
}

.container-fluid .logo img {
  width: 230px;
  height: 46px;
}

.navbar-nav {
  --bs-nav-link-padding-y: 0rem !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  left: -185%;
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -260% !important;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -150%;
  }
}

@media (min-width: 1440px) and (max-width: 1500px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -192%;
  }
}

@media (min-width: 1280px) and (max-width: 1420px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -175%;
  }
}

@media (min-width: 1100px) and (max-width: 1280px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -130%;
  }
}

@media (min-width: 1024px) and (max-width: 1100px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: -100%;
  }
}

nav ul {
  float: right;
  list-style-type: none;
}

nav ul li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: capitalize;
}

nav ul li a.active,
nav ul li a:hover {
  color: #338dfb !important;
}

.header-drop {
  width: 88vw;
  padding: 32px 34px 32px 34px !important;
  margin-top: 35px !important;
  box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.7) !important;
}

.header-drop .section {
  flex: 1 1 25%;
  box-sizing: border-box;
  padding: 0 5px;
}

.header-drop h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #338dfb;
}

.header-drop ul {
  list-style: none;
  padding: 0;
}

.search-wrapper {
  position: relative;
  width: 609px;
  margin-bottom: 20px;
}

.search-wrapper i {
  position: absolute;
  left: 15px;
  top: 40%;
  transform: translateY(-50%);
  color: #000;
  font-size: 24px;
}

.search-input {
  width: 85%;
  height: 65px;
  padding: 16px 23px 16px 50px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  border: 1px solid #dcdddf;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  text-align: left;
  cursor: pointer;
}

.search-input::placeholder {
  color: #000;
}

.search-input:focus {
  outline: none;
  border-color: #338dfb;
  box-shadow: 0px 4px 12px rgba(51, 141, 251, 0.4);
}

.image-first-sec {
  display: flex;
  gap: 40px;
  margin-top: 10px;
  position: relative;
}

.image-first-sec a {
  display: flex;
  gap: 40px;
  margin-top: 10px;
  position: relative;
}

.image-container {
  position: relative;
  width: 200px;
  height: 130px;
  border-radius: 10px;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
}

.image-container h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.image-button {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: #4a90e2;
  border: none;
  border-radius: 20%;
  color: white;
  padding: 9px 15px;
  font-size: 16px;
  cursor: pointer;
}

/******** Right Side contact form section********/
.top-section {
  background-image: url("../img/HomePageBackground.webp");
  background-size: cover;
  background-position: center 140px;
  background-repeat: no-repeat;
  width: 100%;
  height: 640px;
}

.tax-section {
  background-image: url('../img/tax_advisory/banner.webp');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 600px;
  margin-top: 140px;
}

.form-container {
  width: 100%;
  max-width: 400px;
  text-align: center;
  background-color: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-container h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #338dfb;
  line-height: 1.5;
  padding: 21px;
  margin: 0;
  margin-bottom: 10px;
  box-shadow: inset 0px -1px 10px rgba(255, 255, 255, 0.2);
}

.form-inputs {
  padding: 20px;
  margin-bottom: 20px;
}

.form-container h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 0px;
}

.input-group {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
}

.input-group i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #888;
}

.input-group input {
  width: 100%;
  padding: 14px 15px 14px 60px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  outline: none;
}

.input-group input:focus {
  border-color: #338dfb;
  box-shadow: 0px 4px 12px rgba(51, 141, 251, 0.3);
}

.submit-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  background: #338dfb;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

.submit-button:hover {
  background: #226ecb;
}

.form-image-container {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

.form-image {
  width: 500px;
  height: auto;
  object-fit: contain;
}

.left-side {
  position: relative;
  z-index: -1;
}

.header-drop ul li {
  margin-bottom: 10px;
  line-height: 15px;
}

.header-drop ul li a {
  text-decoration: none;
  color: #3e3e3ebf !important;
  font-size: 14px;
  font-weight: 600;
}

.header-drop ul li a:hover {
  color: #338dfb;
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .header-drop {
    width: 91vw;
    padding: 32px 34px 32px 34px !important;
    margin-top: 25px !important;
    box-shadow: 0px 4px 4px rgba(143, 143, 143, 0.7) !important;
  }

  nav ul li a {
    font-size: 13px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
  }

  .navbar {
    margin: 0 35px 0 35px;
    height: 70px;
  }

  .form-container {
    width: 100%;
    height: fit-content;
    margin-left: 0px;
    max-width: 340px;
  }
}

@media (max-width: 1024px) {
  .navbar {
    margin: 0 10px;
    height: auto;
  }

  .container-fluid .logo img {
    width: 150px;
  }

  .navbar-nav {
    display: none;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    padding-top: 20px;
    gap: 10px;
  }

  .navbar-nav.show {
    display: flex;
  }

  .nav-item {
    text-align: left;
    border-radius: 5px;
    padding: 2px;
  }

  .nav-item .dropdown {
    border: 2px solid #338dfb !important;
  }

  .nav-item.dropdown .header-drop {
    position: static;
    width: 100%;
    margin-top: 10px;
    left: 0;
    padding: 20px;
  }

  .nav-item.dropdown .header-drop .section {
    flex: 1 1 100%;
  }

  .header-drop ul li {
    margin-bottom: 5px;
  }

  .navbar-toggler {
    display: inline-block;
  }

  nav ul li a {
    font-size: 14px;
    font-weight: 600;
  }

  .top-section {
    background-image: url(../img/HomePageBackground.webp);
    background-size: cover;
    background-position: center 0px;
    background-repeat: no-repeat;
    width: 100%;
    height: 63vh;
    margin-top: 60px;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 10px;
  }

  .navbar-toggler {
    font-size: 18px;
    padding: 5px 10px;
  }

  .container-fluid .logo img {
    width: 200px;
  }

  .top-section {
    height: auto;
    background: none;
  }

  .tax-section {
    height: 140vh;
    margin-top: 110px;
  }
}

.first-section {
  top: 150px;
}

.first-msme-section {
  margin-top: 145px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-image: url('../img/Ban.webp');
}

.first-msme-section h1 {
  font-size: 36px;
  font-weight: 700;
}

.containers {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 999;
  justify-content: space-around;
}

.left-side {
  margin-top: 20px;
  flex: 1;
  min-width: 300px;
  max-width: 650px;
}

.left-side h1 {
  min-width: 300px;
  max-width: 680px;
  font-size: 35px;
  font-weight: 700;
  line-height: 48.41px;
  margin-bottom: 15px;
}

.left-side h1 span {
  color: #338dfb;
}

.left-side p {
  min-width: 300px;
  max-width: 620px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 29.05px;
  font-weight: 500;
  text-align: justify;
}

.msme-bar-section {
  gap: 25px;
}

@media (min-width:1800px) and (max-width: 2560px) {
  .form-image-container {
    position: absolute;
    top: 47%;
    right: 400px;
  }
}

@media (min-width:1600px) and (max-width: 1800px) {
  .form-image-container {
    position: absolute;
    top: 47%;
    right: 380px;
  }
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .right-side {
    position: relative;
    flex: 1;
    min-width: 300px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 80px 20px 0px;
  }

  .form-image-container {
    position: absolute;
    top: 47%;
    right: 335px;
  }
}

@media (min-width: 1420px) and (max-width: 1440px) {
  .form-image-container {
    position: absolute;
    top: 47%;
    right: 250px;
  }
}

@media (min-width: 1300px) and (max-width: 1420px) {
  .form-image-container {
    position: absolute;
    top: 53%;
    right: 300px;
  }
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .form-image {
    width: 470px;
    height: auto;
    object-fit: contain;
  }

  .form-image-container {
    position: absolute;
    top: 50%;
    right: 220px;
  }
}

@media (max-width: 1023px) {
  .first-msme-section {
    margin-top: 200px;
    background-image: none;
    background-color: rgba(64, 123, 255, 0.12);
  }

  .left-side {
    margin-top: 10px;
    margin-left: 10px;
    flex: 1;
    min-width: 300px;
    max-width: 400px;
  }

  .search-input {
    width: 143%;
  }

  .form-container {
    margin: 0;
    width: 100%;
    max-width: 320px;
    text-align: center;
    background-color: white;
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
  }

  .form-image-container {
    position: absolute;
    top: -50px;
    left: -12%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 300px;
  }

  .search-wrapper {
    width: 300px;
  }

  .right-side {
    flex: 1;
    min-width: 459px;
    display: flex;
    justify-content: end;
  }

  .left-side p {
    min-width: 300px;
    max-width: 385px;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .top-section {
    margin-top: 0px;
  }

  .first-section {
    top: 30px;
  }

  .first-msme-section {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .first-msme-section {
    margin-top: 0px;
    padding-top: 40px;
  }

  .form-image-container {
    position: static;
    margin: 0 auto 10px auto;
    width: 50%;
  }

  .first-msme-section .form-container {
    width: 100%;
    padding: 10px;
    max-width: 370px;
  }

  .msme-bar-section {
    gap: 30px;
  }

  .image-first-sec {
    gap: 10px;
  }

  .left-side h1 {
    min-width: 300px;
    max-width: 500px;
    font-size: 35px;
    font-weight: 700;
    line-height: 44.42px;
  }

  .left-side p {
    min-width: 300px;
    max-width: 380px;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 29.05px;
    font-weight: 500;
  }

  .form-image {
    width: 320px;
    display: none;
  }

  .right-side {
    align-items: center;
  }

  .form-image-container {
    width: 80%;
    margin-bottom: 15px;
    display: none;
  }

  .form-container {
    padding: 10px;
  }

  .search-wrapper {
    position: relative;
    width: auto;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .first-section {
    top: -40px;
  }

  .left-side {
    margin-top: 0px;
    margin-left: 0px;
    flex: none;
    min-width: 100%;
    max-width: 100%;
    padding: 10px;
  }

  .left-side h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 10px;
    max-width: 100%;
  }

  .right-side .form-container {
    width: 300px !important;
    margin-left: -800px !important;
  }

  .left-side h1 span {
    color: #338dfb;
  }

  .left-side p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    max-width: 100%;
  }

  .search-input {
    width: 100%;
  }

  .search-wrapper i {
    left: 15px;
    top: 40%;
  }

  .form-image-container {
    width: 50%;
    margin-left: -10px !important;
    display: none;
  }

  .right-side {
    flex: 1;
    display: flex;
    justify-content: end;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .right-side {
    flex: 1;
    min-width: 375px !important;
    display: flex;
    justify-content: end;
  }
}

.sidenav ul {
  list-style-type: none;
  padding: 0;
}

.sidenav ul li {
  cursor: pointer;
}

.sidenav ul li a {
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px;
}

.sidenav ul li a:hover {
  background-color: lightblue;
}

.sidenav ul li a.active {
  background-color: #338dfb;
  color: white;
  top: 0px;
  box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.compliance-sidebar {
  background-color: #eaf1ff;
  border-radius: 10px;
}

.compliance-sidebar h3 {
  color: #0053ce;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-left: 10px;
}

.compliance-tab {
  background-color: #2196f3;
  color: white;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
}

.compliance-list {
  list-style: none;
  padding-left: 0;
}

.compliance-list li {
  font-size: 14px;
  color: #333;
}

@media (max-width: 768px) {
  .compliance-sidebar {
    width: 100%;
  }

  .compliance-tab {
    font-size: 14px;
    padding: 8px 12px;
  }

  .compliance-list li {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .compliance-tab {
    font-size: 13px;
    padding: 7px 10px;
  }

  .compliance-list li {
    font-size: 12px;
  }
}

.side-creation-section-main {
  transition: opacity 1s ease-in-out;
}

.side-creation-section-main.visible {
  opacity: 1;
}

.side-creation-section-main:nth-child(even) {
  background-color: #f4f4f4;
}

/* Marquee Container */
.marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #338dfb;
  padding: 20px 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 0.5px solid #2e70c1;
}

Marquee {
  display: inline-flex;
  gap: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  animation: marquee-alternate 50s ease-in-out infinite;
}

.marquee-container span {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #338dfb;
    padding: 20px 20px;
  }
}

/******* Second section Home Page css ********/
.containerss {
  width: auto;
  padding: 35px 80px 35px 80px;
}

.digi-digital-marketing-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.digi-bubbles {
  position: relative;
  display: flex;
}

.digi-bubbles span {
  position: absolute;
  background: #338dfb;
  opacity: 30%;
  filter: blur(30px);
  border-radius: 50%;
  box-shadow: 0 0 40px #338dfb, 0 0 65px #338dfb;
  animation: move 15s linear infinite;
}

.digi-bubbles span:nth-child(1) {
  left: 30%;
  animation-name: bottomLeftBubble;
  width: 194px;
  height: 183px;
}

.digi-bubbles span:nth-child(2) {
  left: 50%;
  animation-name: centerBubble;
  width: 136px;
  height: 121px;
}

.digi-bubbles span:nth-child(3) {
  left: 70%;
  animation-name: rightTriangleBubble;
  width: 136px;
  height: 121px;
}

.digi-bubbles span:nth-child(4) {
  right: 18%;
  top: 0;
  animation-name: topRightBubble;
  width: 136px;
  height: 121px;
}

@keyframes bottomLeftBubble {
  0% {
    transform: translate(0, 70vh) scale(0.5);
  }

  40% {
    transform: translate(-20vw, 60vh) scale(1);
  }

  60% {
    transform: translate(20vw, 70vh) scale(0.8);
  }

  100% {
    transform: translate(0, 70vh) scale(0.5);
  }
}

@keyframes centerBubble {
  0% {
    transform: translate(-50%, 70vh) scale(0.5);
  }

  40% {
    transform: translate(-20vw, 50vh) scale(1);
  }

  60% {
    transform: translate(20vw, 30vh) scale(0.8);
  }

  100% {
    transform: translate(-50%, -50px) scale(0.5);
  }
}

@keyframes rightTriangleBubble {
  0% {
    transform: translate(0, 70vh) scale(0.5);
  }

  40% {
    transform: translate(20vw, 50vh) scale(1);
  }

  60% {
    transform: translate(-20vw, 30vh) scale(0.8);
  }

  100% {
    transform: translate(0, -50px) scale(0.5);
  }
}

@keyframes topRightBubble {
  0% {
    transform: translate(0, 0) scale(0.5);
  }

  40% {
    transform: translate(-20vw, 30vh) scale(1);
  }

  60% {
    transform: translate(20vw, 50vh) scale(0.8);
  }

  100% {
    transform: translate(-10vw, 70vh) scale(0.5);
  }
}

.digi-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.digi-image-container img.digi-default-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  filter: brightness(0.5);
  transition: filter 0.3s ease;
}

.digi-image-container img.digi-hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.digi-image-container:hover .digi-hover-img {
  opacity: 0;
}

.digi-image-text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  z-index: 2;
}

.digi-carousel-item {
  animation: digi-slideRight 0.5s ease-in-out forwards;
}

@keyframes digi-slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.digi-image-button {
  position: absolute;
  bottom: 0;
  right: 0px;
  background-color: #4a90e2;
  border: none;
  border-radius: 20%;
  color: white;
  padding: 6px 12px;
  font-size: 16px;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.digi-image-container:hover img {
  background-color: #fff;
}

.digi-image-container:hover .digi-image-button {
  opacity: 1;
}

.digi-image-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
}

.digi-image-box {
  flex: 1 1 calc(20% - 15px);
  position: relative;
}

.digi-custom-video-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.digi-custom-video {
  width: 475px;
  height: 547px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

#digi-dynamic-heading {
  font-size: 32px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 800;
}

#digi-dynamic-paragraph {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
}

.digi-border-bottom {
  width: 10%;
  height: 5px;
  background-color: #4a90e2;
  margin-top: 10px;
  border-radius: 20px;
}

@media (min-width: 1068px) and (max-width: 1440px) {
  .digi-custom-video {
    width: 435px;
    height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .digi-digital-marketing-section {
    height: 90vh;
  }

  .digi-custom-video {
    margin-top: 40px;
    width: 830px;
    height: 556px;
  }
}

@media screen and (max-width: 768px) {
  .digi-custom-video-container {
    justify-content: center;
  }

  .digi-custom-video {
    width: 380px;
    height: 438px;
    margin-top: 20px;
  }

  .digi-digital-marketing-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
}

.fourth-section {
  text-align: center;
}

.fourth-section h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
}

.fourth-section p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.05px;
}

.fourth-section span {
  color: #338dfb;
}

.fourth-section h6 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 29.05px;
}

.ciculer-img-content {
  gap: 80px;
}

.fifth-section {
  /* background-color: #338dfb; */
  text-align: center;
  position: relative;
}

.fifth-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-top: -40px;
}

.car-video video {
  width: 100%;
}

@media (min-width: 1800px) and (max-width: 2500px) {
  .header-legal-nav ul {
    list-style: none;
    display: flex;
    gap: 87px;
    margin-bottom: 0;
    padding-left: 0;
  }

  .digi-digital-marketing-section {
    position: relative;
    width: 100%;
    height: 68vh;
    overflow: hidden;
  }
}

@media (min-width: 1600px) and (max-width: 1800px) {
  .digi-digital-marketing-section {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
  }

  .digi-image-wrapper {
    margin-top: 50px;
  }

  .car-video video {
    width: 100%;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .ciculer-img-content {
    gap: 15px;
  }

  .car-video video {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .car-video video {
    width: auto;
  }
}

/* home page new section why choose us  */
.choose-legal-section {
  padding: 0px 20px;
  text-align: center;
}

.choose-legal-section h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0%;
}

.choose-legal-section p {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 500;
}

.choose-legal-section h4 {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-top: 0px;
}

.choose-legal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  justify-items: center;
}

.choose-legal-card {
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
}

.choose-legal-card img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.choose-legal-card span {
  padding: 15px;
  background-color: #fff;
  font-weight: 600;
  font-size: 14px;
  transform: translate(0, -20px);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  width: 80%;
  align-self: center;
  height: 47px;
  color: rgba(51, 141, 251, 1);
}

@media (max-width: 900px) {
  .choose-legal-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .choose-legal-grid {
    grid-template-columns: 1fr;
  }

  .choose-legal-section h2 {
    font-size: 28px;
  }

  .choose-legal-section p {
    font-size: 16px;
  }

  .choose-legal-card img {
    height: 160px;
  }
}

/* home page why choose page new ending css  */
.service-card {
  width: 100%;
  height: 450px;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card img {
  width: 145px;
  height: 149px;
  margin-top: 43px;
  bottom: 20px;
  left: 37%;
}

.service-card h5 {
  color: #007bff;
  height: 30px;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-items: center;
  position: relative;
  z-index: 2;
}

.service-card p {
  color: #555;
  height: 112px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  justify-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.underline {
  width: 221px;
  height: 9px;
  background-color: #007bff;
  margin: 40px auto 0;
  border-radius: 12px;
  position: relative;
  z-index: 2;
}

.service-card.alternate {
  background-color: #eff7ff;
}

.service-card.sques {
  background-color: #fff;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.service-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.service-card.alternate:hover {
  background-color: white;
  color: #007bff;
}

.service-card.alternate:hover h5 {
  color: #007bff;
}

.service-card.alternate:hover p {
  color: #007bff;
}

.service-card.sques:hover {
  background-color: #007bff;
  color: #fff;
}

.service-card.sques:hover h5 {
  color: #fff;
}

.service-card.sques:hover p {
  color: #fff;
}

.flip-card-front,
.flip-card-back {
  position: relative;
  width: auto;
  height: auto;
  backface-visibility: hidden;
}

.flip-card-front {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-white {
  background-color: #fff;
  color: #007bff;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card-blue {
  background-color: #eff7ff;
  color: white;
}

.service-card:nth-child(odd) .flip-card-back .content-area {
  background-color: #007bff;
  color: white;
}

.service-card:nth-child(even) .flip-card-back .content-area {
  background-color: #fff;
  color: #007bff;
}

.service-card .flip-card-back img {
  width: 100%;
  height: 265px;
  margin-top: 43px;
  position: absolute;
  bottom: -85px;
  left: 50%;
  border-radius: 0px 0px 10px 10px;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}

.service-card .flip-card-back h5 {
  color: #007bff;
  height: 30px;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-items: center;
  position: relative;
  margin-top: -400px;
  transform: translateX(0px);
  z-index: 2;
}

.service-card .flip-card-back p {
  color: #555;
  height: 112px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  justify-items: center;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (min-width: 2000px) and (max-width: 2560px) {
  .service-card {
    width: 100%;
    padding: 0;
    height: 665px;
  }

  .service-card img {
    width: 300px;
    height: 250px;
    margin-top: 0;
    bottom: 20px;
    left: 50%;
  }

  .service-card .flip-card-back img {
    width: 100%;
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-radius: 0px 0px 10px 10px;
    transform: translatey(76%) translateX(-414px);
    transition: transform 0.3sease;
  }

  .service-card.alternate .flip-card-back img {
    width: 100%;
  }

  .service-card.sques .flip-card-back img {
    width: 100%;
  }
}

@media (min-width: 764px) and (max-width: 1024px) {
  .service-card img {
    margin-top: 15px;
  }

  .service-card h5 {
    font-size: 23px;
  }

  .service-card p {
    font-size: 16px;
  }

  .underline {
    width: 221px;
    height: 9px;
    background-color: #007bff;
    margin: 105px auto 0;
  }

  .service-card .flip-card-back h5 {
    margin-top: -432px;
    line-height: 25px;
    font-size: 23px;
  }

  .service-card .flip-card-back p {
    color: #555;
    height: 112px;
    font-size: 16px;
    line-height: 25px;
  }

  .fouth-center-items {
    justify-content: center;
    gap: 80px;
  }

  .car-video video {
    width: 100%;
  }
}

@media (min-width: 996px) and (max-width: 1024px) {
  .service-card.sques .flip-card-back p {
    width: 300px !important;
    padding: 20px !important;
    font-size: 18px;
    line-height: 20px;
  }

  .service-card.sques .flip-card-back h5 {
    font-size: 18px;
  }

  .service-card.alternate .flip-card-back p {
    width: 300px !important;
    padding: 30px !important;
    font-size: 18px;
    line-height: 20px;
  }

  .service-card.sques.flip-card-back h5 {
    font-size: 18px !important;
  }

  .service-card.alternate .flip-card-back h5 {
    padding: 20px;
    font-size: 18px;
    margin-left: -12px;
  }

  .service-card h5 {
    font-size: 18px;
    padding: 0px;
    margin-left: -10px;
  }

  .service-card p {
    font-size: 14px !important;
    width: 350px;
  }

  .underline {
    margin-top: 70px;
  }

  .car-video video {
    width: 1024px;
  }

  .left-side {
    background: none;
  }

  .right-side {
    position: relative;
    flex: 1;
    min-width: 296px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 20px 80px 20px 0px;
  }

  .form-container {
    max-width: 280px;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .c-card {
    width: 50% !important;
  }
}

@media (max-width: 480px) {
  .c-card {
    width: 100% !important;
  }

  .service-card.alternate .flip-card-back p {
    width: 437px;
    margin-left: 20px;
  }

  .service-card.sques.flip-card-back p {
    width: 1000px;

    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 40px !important;
  }

  .form-container {
    max-width: 315px;
  }
}

/****** why choose us rotate slider section  ********/
.mt-70 {
  margin-top: 70px !important;
}

@media (min-width: 1600px) and (max-width: 2560px) {
  .flip-card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .containerss {
    width: auto;
    padding: 19px 30px 30px 30px;
  }

  .containers {
    padding: 0px;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  #digi-dynamic-heading {
    font-size: 25px;
    font-weight: 700;
  }

  .digi-image-text-overlay {
    font-size: 9px;
  }

  .digi-custom-video {
    width: 325px;
    height: 375px;
    margin-top: 20px;
  }

  .digi-bubbles {
    display: none;
  }
}

.current-heading {
  margin-top: 2rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #338dfb;
  text-align: center;
}

.control-btn {
  border: none;
  padding: 8px 12px;
  color: #338dfb;
  font-size: 1.3rem;
  font-weight: 900 !important;
  border-radius: 25px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.control-btn i::before {
  font-weight: 900 !important;
}

.control-btn#prevBtn {
  position: absolute;
  left: -3rem;
}

.control-btn#nextBtn {
  position: absolute;
  right: -3rem;
}

@media (min-width: 768px) and (max-width: 1067px) {
  .control-btn#prevBtn {
    position: absolute;
    left: -14rem;
  }

  .control-btn#nextBtn {
    position: absolute;
    right: -14rem;
  }
}

@media (max-width: 480px) {
  .underline {
    width: 150px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }
}

/* msme page css Second section */
.bssh .relative {
  margin-right: 60px;
}

.sidenav {
  position: absolute;
  width: 16%;
  height: 430px;
  background: rgba(64, 123, 255, 0.12);
  border-radius: 10px;
  padding-top: 20px;
  transition: top 0.2s ease-in-out;
  box-shadow: 2px 3px 4px #00000040;
  border: 1px solid #ccc;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 0;
}

.sidenav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f1f1f1;
}

.sidenav::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 4px;
}

.sidenav::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}

.sidenav ul li {
  list-style: none;
}

.sidenav ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.sidenav ul li h6 {
  font-size: 20px;
  font-weight: 700;
}

.sidenav ul li a.active {
  font-size: 14px;
  font-weight: 700;
}

.main {
  margin-top: 40px;
  margin-left: 18.5%;
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(64, 123, 255, 0.12);
  overflow-y: auto;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 4px 0 #00000040;
}

.main .udyam-content {
  width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
}

.main .udyam-content h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 46px;
  color: #3B82F6;
}

.main .udyam-content p {
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}

.main .udyam-img {
  width: auto;
  height: 335px;
}

.main .udyam-img img {
  width: 100%;
  height: 100%;
}

.menu-icon {
  font-size: 30px;
  cursor: pointer;
  z-index: 1001;
  display: none;
  background: #338dfb;
  color: white;
  padding: 2px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.close-btn {
  font-size: 30px;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .sidenav {
    width: 18% !important;
    padding-top: 10px;
  }

  .main {
    margin-left: 22%;
    padding: 15px;
    height: auto;
    flex-direction: column;
  }

  .main .udyam-content {
    width: 100%;
    text-align: center;
  }

  .main .udyam-img {
    width: 400px;
    height: 350px;
    margin-top: -50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .main .udyam-img img {
    width: 100%;
    height: auto;
    margin-left: 120px;
  }

  .bssh .relative {
    margin-right: 0px;
  }
}

@media (min-width:768px) and (max-width: 800px) {
  .sidenav {
    width: 45% !important;
    padding-top: 10px;
    height: 800px !important;
  }

}

@media screen and (max-width: 768px) {
  .menu-icon {
    display: block;
  }

  .sidenav.show {
    left: 0;
  }

  .close-btn {
    display: block;
    top: 5px;
    right: 10px;
    font-size: 25px;
  }

  .sidenav {
    width: 60% !important;
    background: #E8EFFF;
    z-index: 999;
    height: 510px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    visibility: hidden;
  }

  .sidenav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .sidenav ul li {
    padding: 5px;
  }

  .sidenav ul li a {
    font-size: 14px;
    color: #000;
  }

  .sidenav ul li a.active {
    color: #000;
  }

  .main {
    margin-left: 0;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
  }

  .main .udyam-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .main .udyam-content p {
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
  }

  .main .udyam-img {
    width: 100%;
  }

  .main .udyam-img img {
    width: 54%;
    height: fit-content;
    margin-left: 5px;
  }

  .bssh .relative {
    margin-right: 0px;
  }
}

/* section 4th  */
.main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to top,
      rgba(130, 163, 202, 0.1),
      rgba(36, 98, 174, 0.4));
  margin-left: 18.5%;
  padding: 5px;
  border-radius: 10px;
  margin-top: 0px;
  height: 676px;
}

.diagram-wrapper {
  position: relative;
  width: 550px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 55px;
}

.background-triangle {
  position: absolute;
  width: 80%;
  height: 675px;
  background-color: #e8efff;
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}

.central-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 9.2px 0 rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.feature-box {
  position: absolute;
  width: 112px;
  height: 130px;
  top: 385px;
  padding: 8px;
  background: #0b98ce;
  color: white;
  text-align: center;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
  transition: all 0.3s ease-in-out;
}

.feature-box .content {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  position: relative;
}

.feature-box:hover .content {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}

.front {
  background: transparent;
  color: white;
}

.back {
  background: transparent;
  color: white;
  transform: rotateY(180deg);
}

.feature-box::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 5px solid #fff;
  background: inherit;
  clip-path: circle(50% at 50% 50%);
}

.first-box::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 5px solid #fff;
  background: inherit;
  clip-path: circle(50% at 50% 50%);
  bottom: 108px !important;
}

.feature-box:nth-child(2) {
  top: -2%;
  left: 50%;
  transform: translateX(-50%);
  background: #055382;
}

.feature-box:nth-child(3) {
  top: 9%;
  left: 66%;
  transform: rotate(45deg);
  background: #ff902a;
}

.feature-box:nth-child(4) {
  top: 37%;
  left: 76%;
  transform: rotate(90deg);
  background: #e44556;
}

.feature-box:nth-child(5) {
  left: 66%;
  top: 65%;
  transform: rotate(132deg);
  background: #8f103d;
}

.feature-box:nth-child(6) {
  top: 65%;
  right: 66%;
  transform: rotate(-132deg);
  background: #28c7d1;
}

.feature-box:nth-child(7) {
  right: 76%;
  top: 37%;
  transform: rotate(-90deg);
  background: #38c9a4;
}

.feature-box:nth-child(8) {
  top: 9%;
  right: 66%;
  transform: rotate(-45deg);
  background: #f9b61b;
}

.feature-box:nth-child(2):hover {
  left: 40%;
  transform: scale(1.1);
}

.feature-box:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

.section-heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: 45px;
}

@media (max-width: 768px) {
  .section-heading {
    margin-top: 0px;
  }
}

/* fifth section 7 pages css*/
.step-sec-main {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 81.5%;
  margin-left: 18.5%;
  background-color: #fff;
  box-shadow: 0 4px 4px 0 #00000040;
  border-radius: 10px;
}

.step-sec-main h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 30px;
}

.step-sec-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 350px;
}

.step-sec-image {
  width: 550px;
  height: auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.step-sec-image img {
  width: 100%;
  height: 100%;
}

.step-sec-step {
  position: relative;
  width: 285px;
}

.step-sec-step h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
}

.step-sec-left-content {
  margin-top: 110px;
  margin-right: 10px;
}

.step-sec-right-content {
  margin-bottom: 120px;
}

.step-sec-content {
  font-size: 16px;
  font-weight: 700;
  color: #5d5d5d;
  margin-bottom: 0;
}

@media (max-width:1024px) {
  .step-sec-step {
    position: relative;
    width: 175px;
  }
}

/* *******footer css******* */
.footer-main {
  position: relative;
  background-color: #fff;
}

nav {
  padding: 38px 43px 0px 38px;
}

.footer-main h3 {
  margin-top: 40px;
  font-size: 22px;
  font-weight: 600;
  color: #338dfb;
  line-height: 30px;
  border-radius: 8px;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin: 40px 43px 0px 38px;
}

.footer-main h3::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #338dfb;
  bottom: 0;
  left: 0;
  border-radius: 4px;
}

.footer-head {
  color: #338dfb;
}

.footer-head a {
  font-size: 24px;
  font-weight: 600;
  text-decoration: none;
  color: #338dfb;
  margin-right: 15px;
}

.service-list-divs-1 {
  width: 20% !important;
}

.service-list-divs-2 {
  width: 30% !important;
}

.service-list-divs-3 {
  width: 22% !important;
}

.services-list {
  display: flex;
  gap: 10px;
  padding: 38px 43px 40px 38px;
}

.services-list .img img {
  width: 413px;
  height: 325px;
}

.services-list ul {
  list-style: none;
  padding: 0;
}

.services-list li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #338dfb;
}

.services-list li span {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 500;
  color: #338dfb;
}

.services-list li a {
  text-decoration: none;
  color: #338dfb;
  line-height: 24px;
  font-size: 15px;
  font-weight: 600;
}

.underline-footer {
  background-color: rgba(64, 123, 255, 1);
  width: 100%;
  height: 5px;
  margin-bottom: -18px;
}

.footer {
  background-color: #338dfb;
  color: white;
  text-align: center;
  position: relative;
}

.footer .row {
  margin-left: 0;
  margin-right: 0;
}

.footer .contact-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 350px;
  box-shadow: 0px -10px 14.8px rgba(144, 202, 249, 0.2);
}

.footer .contact-icons img {
  width: 47px;
  height: 47px;
  width: 47px;
  height: 47px;
  padding: 0px;
  border-radius: 50%;
}

.footer-details {
  display: flex;
  justify-content: center;
}

.footer-details p {
  font-size: 18px;
  font-weight: 600;
  width: 290px;
}

.footer-links {
  gap: 16%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 30px;
}

.footer-links a {
  color: white;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 5px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social-links {
  gap: 10%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}

.footer-social-links p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 0;
  margin-right: -30px;
}

.footer-social-links a {
  color: white;
  text-decoration: none;
}

.social-icons img {
  width: 40px;
  margin: 10px;
}

.custom-form-container {
  width: 100%;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25);
  height: 420px;
  max-width: 360px;
  text-align: center;
  background-color: white;
  margin-top: -90px;
}

.custom-form-container .custom-form-container-footer {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #338dfb;
  line-height: 19px;
  padding: 21px;
  margin-bottom: 20px;
  box-shadow: -1px 0px 10px 3px rgba(255, 255, 255, 0.3);
  width: 100%;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 0px !important;
}

.custom-form-inputs {
  padding: 10px;
}

.custom-form-container h4 {
  font-size: 15px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 0px;
}

.custom-input-group {
  position: relative;
  margin-bottom: 15px;
  border-radius: 5px;
  cursor: pointer;
}

.custom-input-group i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: black;
}

.custom-input-group input {
  width: 100%;
  padding: 12px 15px 12px 60px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  outline: none;
  cursor: pointer;
}

.custom-input-group input:focus {
  border-color: #338dfb;
  box-shadow: 0px 4px 12px rgba(51, 141, 251, 0.4);
}

.custom-submit-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  background: #338dfb;
  border: none;
  border-radius: 5px;
  cursor: pointer !important;
  transition: background 0.3s;
}

.custom-submit-button:hover {
  background: #226ecb;
}

.custom-form-image-container {
  position: absolute;
  top: 54%;
  right: 350px;
  transform: translateY(-50%);
}

.custom-form-image {
  width: 500px;
  height: auto;
  object-fit: contain;
}

@media (min-width: 1600px) and (max-width: 2560px) {
  .sidenav {
    height: 785px;
  }
}

@media (min-width: 1024px) and (max-width: 1260px) {
  .background-triangle {
    height: 650px;
    width: auto;
  }

  .feature-box {
    position: absolute;
    width: 95px;
    height: 110px;
    font-size: 11px;
  }

  .main-wrapper {
    height: max-content;
    margin-left: 22%;
    width: auto;
  }

  .main .udyam-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
  }

  .first-box::after {
    bottom: 93px !important;
  }

  .feature-box:nth-child(2) {
    top: 2%;
  }

  .feature-box:nth-child(3) {
    top: 11%;
    left: 65%;
  }

  .feature-box:nth-child(8) {
    top: 11%;
    right: 66%;
  }

  .central-circle {
    position: absolute;
    width: 188px;
    height: 188px;
  }

  .services-list li a {
    font-size: 13px;
    font-weight: 600;
  }

  .services-list .img img {
    width: 365px;
    height: 305px;
  }

  .footer-details p {
    font-size: 16px;
  }

  .footer-links a {
    font-size: 15px;
  }

  .footer-social-links p {
    font-size: 18px;
  }

  .social-icons img {
    width: 30px;
  }

  .sidenav {
    position: absolute;
    width: 16%;
    height: 635px;
  }

  .sidenav ul li h6 {
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
  }

  .sidenav ul li a {
    font-size: 14px;
  }

  .footer .contact-icons img {
    width: 47px;
    height: 47px;
    padding: 0px;
    border-radius: 50%;
  }
}

@media (min-width:768px) and (max-width:1068px) {
  .main-wrapper {
    margin-left: 22%;
  }

  .custom-form-container {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }

  .background-triangle {
    position: absolute;
    width: 78%;
  }

  .footer .contact-icons {
    gap: 180px;
  }
}

@media (max-width: 768px) {
  .custom-form-container {
    margin-top: 20px;
  }

  .feature-box {
    position: absolute;
    width: 110px;
    height: 113px;
    font-size: 11px;
  }

  .background-triangle {
    position: absolute;
    width: 100%;
    height: 620px;
    background-color: #e8efff;
    clip-path: polygon(-45% 100%, 50% 0%, 145% 100%);
  }

  .central-circle {
    position: absolute;
    width: 180px;
    height: 180px;
    top: 160px;
  }

  .feature-box:nth-child(2) {
    top: 5%;
  }

  .feature-box:nth-child(3) {
    top: 15%;
  }

  .feature-box:nth-child(4) {
    top: 40%;
    left: 71%;
  }

  .feature-box:nth-child(7) {
    top: 40%;
    right: 71%;
  }

  .feature-box:nth-child(8) {
    top: 15%;
  }

  /* section 4th  */
  .main-wrapper {
    margin-left: auto;
    height: 565px;
  }

  .footer-main h3 {
    margin: 30px 0px 0px 20px;
  }

  .footer .contact-icons {
    gap: 30px;
  }

  .footer .contact-icons img {
    width: 47px;
    height: 47px;
  }

  .footer-details {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  nav {
    padding: 0px 15px 0px 20px;
  }

  .footer-links {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-social-links {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .footer-social-links p {
    margin-right: 0;
  }

  .services-list {
    flex-direction: column;
    padding: 38px 15px 15px 15px;
    margin-bottom: 50px;
  }

  .services-list li a {
    font-size: 14px;
  }

  .footer-head {
    display: none;
  }

  .services-list ul {
    display: block;
    width: 100%;
  }

  .service-list-divs-1 {
    width: 100% !important;
  }

  .service-list-divs-2 {
    width: 100% !important;
  }

  .service-list-divs-3 {
    width: 100% !important;
  }
}

@media (min-width: 300px) and (max-width: 480px) {
  .services-list .img img {
    width: 360px;
    height: 280px;
  }

  .diagram-wrapper {
    position: relative;
    width: 390px;
    height: 390px;
    display: flex;
    margin-top: 10px;
  }

  .central-circle {
    top: 140px;
  }

  .feature-box {
    top: 335px;
  }
}

/* msme pages 6th section  */
.wrapper {
  display: none;
}

@media (min-width: 768px) and (max-width: 1260px) {
  .step-sec-main {
    margin-left: 22%;
    width: auto;
  }

  .step-sec-container {
    gap: 250px;
  }
}

@media (max-width: 768px) {
  .step-sec-main {
    display: none;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 450px;
    margin: auto;
  }

  .wrapper h2 {
    margin-top: 20px;
    font-size: 28px;
    line-height: 32px;
    font-weight: bold;
  }

  .step-box {
    display: flex;
    align-items: center;
    background: rgba(144, 202, 249, 0.26);
    padding: 15px;
    border-radius: 10px;
    margin: 15px 0;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
  }

  .reverse-flow {
    flex-direction: row-reverse;
  }

  .step-icon img {
    padding: 10px;
    width: 300px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .step-text {
    font-size: 14px;
    font-weight: 500;
  }

  .step-box::after {
    content: "↓";
    font-size: 30px;
    font-weight: 900;
    color: #007bff;
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step-box:last-child::after {
    content: "";
  }
}

@media (max-width: 1024px) {
  .business-form-image {
    display: none;
  }
}

/* step by step section of 7 pages */
.step-by-step-section-for-mobile {
  display: none;
}

@media screen and (max-width: 1024px) {
  .fifth-section-ptd {
    display: none;
  }

  .step-by-step-section-for-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    background-color: rgba(51, 141, 251, 0.12);
  }

  .step-by-step-section-for-mobile h2 {
    font-size: 24px;
    font-weight: 700;
  }

  .step-box-1,
  .step-box-2 {
    position: relative;
    width: 300px;
    margin: 20px 0;
  }

  .step-title-1,
  .step-title-2 {
    font-size: 14px;
    font-weight: bold;
    color: #338dfb;
    margin-bottom: 10px;
    position: relative;
    padding: 5px;
    border-top: 1px solid #338dfb;
    border-bottom: 1px solid #338dfb;
  }

  .step-circle-1,
  .step-circle-2 {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 2px solid #338dfb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .step-circle-1::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #338dfb;
    border-radius: 50%;
  }

  .step-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 16px;
  }

  .step-text-1,
  .step-text-2 {
    font-size: 12px;
    color: #333;
    background: white;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #338dfb;
    width: 60%;
    position: relative;
  }

  .step-number-1,
  .step-number-2 {
    background: #338dfb;
    color: white;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    position: relative;
    margin-left: 30px;
  }

  /* Curved Line Connection */
  .curved-line-1 {
    position: absolute;
    width: 50px;
    height: 150px;
    border: 2px solid #338dfb;
    border-color: transparent transparent #338dfb #338dfb;
    border-width: 2px;
    border-radius: 11%;
    top: -12px;
    left: 87%;
    transform: translateX(-136%) rotate(270deg);
  }

  .step-circle-2::before {
    content: "";
    width: 20px;
    height: 20px;
    background: #6299a2;
    border-radius: 50%;
  }

  .step-title-2 {
    text-align: right;
    color: #6299a2;
    border-top: 1px solid #6299a2;
    border-bottom: 1px solid #6299a2;
  }

  .step-text-2 {
    border: 2px solid #6299a2;
  }

  .step-circle-2 {
    left: -8px;
    right: auto;
    border: 2px solid #6299a2;
  }

  .curved-line-2 {
    position: absolute;
    width: 150px;
    height: 50px;
    border: 2px solid #6299a2;
    border-color: #6299a2 #6299a2 transparent transparent;
    border-radius: 11%;
    top: 38px;
    left: 15px;
    transform: rotate(180deg);
  }

  .step-number-2 {
    margin-left: 45px;
    margin-right: 30px;
    background-color: #6299a2;
  }
}

/* Startup Advisory Page 3rd section  */
.startup-container {
  margin-left: 18.5%;
  width: 81.5%;
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 -3px 19px 0 rgba(0, 0, 0, 0.1);
  margin-top: 1px;
}

.startup-container h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  text-decoration: underline;
}

.startup-container p {
  font-size: 16px;
  font-weight: 500;
}

/* Startup Advisory Page 4th section  */
.startup-4th-sec {
  margin-left: 18.5%;
  width: 81.5%;
  height: 750px;
  padding: 50px 30px 20px 30px;
  border-radius: 10px;
  background: conic-gradient(from 135deg at 50% 15%,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 1) -50%,
      rgba(51, 141, 251, 0.5) 100%);
  box-shadow: 0 4px 4px 0 #00000040;
  margin-top: 1px;
}

.startup-4th-sec h2 {
  font-size: 24px;
  font-weight: 700;
  height: 46px;
  text-decoration: underline;
}

.startup-4th-sec p {
  font-size: 16px;
  font-weight: 500;
}

.startup-4th-sec img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1015px;
  height: 520px;
  margin-top: 50px;
  margin-left: 50px;
}

.benefits-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
  background: white;
  border-radius: 10px;
}

.benefit-card {
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card img {
  width: 92px;
  height: 92px;
  margin-bottom: 10px;
}

.benefit-card h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 8px;
}

.benefit-card p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 1068px) and (max-width: 1368px) {
  .startup-4th-sec img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 940px;
    height: 485px;
    margin-top: 50px;
    margin-left: 32px;
  }
}

@media (max-width: 1024px) {
  .benefits-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .benefits-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefit-card {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .main .udyam-img img {
    width: 90%;
    height: fit-content;
    margin-left: 0;
  }
}

@media (min-width: 300px) and (max-width: 400px) {
  .carousel {
    width: 10rem;
    height: 10rem;
  }

  .fifth-section h2 {
    font-size: 28px;
  }

  .fifth-section {
    width: auto;
  }

  .image-container {
    position: relative;
    width: auto;
    height: 120px;
  }

  .image-button {
    padding: 9px 13px;
  }

  .startup-4th-sec img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 365px;
    height: 200px;
    margin-top: 30px;
    margin-left: -30px;
  }
}

/* Compliances Page CSS  */
.compliances-first-section {
  top: 70px;
}

.compliance-section {
  background: url("../img/Compliance.webp") no-repeat center center/cover;
  height: 555px;
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 50px;
  margin-bottom: 150px;
  margin-top: 70px;
  color: white;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.compliance-content {
  position: relative;
  z-index: 2;
  max-width: 60%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.compliance-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  width: 570px;
}

.compliance-content p {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.consult-button {
  background: white;
  color: #407bff;
  font-size: 14px;
  padding: 12px 30px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  width: 280px;
}

.compliance-form {
  width: 100%;
  max-width: 300px;
  height: 435px;
  border-radius: 5px;
  text-align: center;
  background-color: white;
  box-shadow: none;
  margin-right: 110px;
}

.compliance-form h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #338dfb;
  line-height: 19px;
  padding: 21px;
  box-shadow: -1px 0px 10px 3px rgba(255, 255, 255, 0.3);
}

.form-inputs {
  padding: 20px;
}

.compliance-form .input-group {
  position: relative;
  margin-bottom: 12px;
  border-radius: 5px;
  cursor: pointer;
  color: #000;
}

.input-group i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}

.input-group input {
  width: 100%;
  padding: 16px 15px 16px 60px;
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  outline: none;
  cursor: pointer;
}

.input-group input:focus {
  border-color: #338dfb;
  box-shadow: 0px 4px 12px rgba(51, 141, 251, 0.4);
}

.submit-button {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: #fff;
  background: #338dfb;
  border: none;
  border-radius: 5px;
  cursor: pointer !important;
  transition: background 0.3s;
}

.submit-button:hover {
  background: #226ecb;
}

.compliance-benefits {
  display: flex;
  gap: 20px;
}

.compliance-benefits .benefit-cards {
  background: white;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
  width: 200px;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.compliance-benefits .benefit-cards p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  margin: 10px 0;
}

.compliance-benefits .benefit-cards.hover-active {
  color: #063cb5;
  transform: scale(1.08);
  height: auto;
  border: 5px solid #90caf9 !important;
  transition: all 0.5s ease-in-out;
}

.compliance-benefits .benefit-cards img {
  width: 92px;
  height: 92px;
  transition: transform 0.3s;
}

.compliance-benefits .benefit-cards:hover img {
  transform: scale(1.1);
}

.compliance-benefits .benefit-cards.hover-active img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
}

.human-image {
  position: absolute;
  right: 134px;
  top: 70px;
  width: 265px;
  transform: translateX(50%);
  z-index: 3;
}

.human-image img {
  width: 100%;
  height: auto;
}

/* second section  */
.compliance-second-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 18.5%;
  height: fit-content;
  padding: 20px 30px 80px 30px;
  border-radius: 10px;
}

.compliance-second-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0;
}

.compliance-second-sec h2::after {
  content: "";
  display: block;
  width: 570px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.compliance-second-sec p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.compliance-second-sec .cards {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.compliance-second-sec .cards .card {
  width: 186px;
  background: #fff;
  border-radius: 20px;
  padding: 19px;
  text-align: center;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: 0.5s ease-in-out;
}

.law::before,
.rules::before,
.reports::before,
.regulations::before {
  content: "";
  position: absolute;
  width: 215px;
  height: 275px;
  margin-top: -38px;
  margin-left: -35px;
  border-radius: 25px;
  z-index: -1;
  transition: 0.5s ease-in-out;
}

.law::before {
  background: linear-gradient(135deg, #90caf9, #56a6e7);
}

.rules::before {
  background: linear-gradient(135deg, #64a9ff, #3690e3);
}

.reports::before {
  background: linear-gradient(135deg, #7cb7ff, #056ae4);
}

.regulations::before {
  background: linear-gradient(135deg, #338dfb, #1e5495);
}

.compliance-second-sec .cards .card h3 {
  background: #b4d8f6;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
}

.compliance-second-sec .cards .card p {
  font-size: 11px;
  font-weight: 600;
  margin: 0;
}

.compliance-second-sec .cards .card:hover::before {
  border-radius: 15px;
  transform: rotate(0deg);
}

.compliance-second-sec .card .law:hover::before {
  border: 2px solid #06569f;
}

.compliance-second-sec .cards .card .icon {
  width: 150px;
  height: 100px;
  margin-top: -50px;
  margin-bottom: 40px;
  margin-left: -10px;
}

.compliance-second-sec .cards .card .icon img {
  width: 126px;
}

@media (max-width: 1024px) {
  .compliance-section {
    flex-direction: column;
    height: auto;
    padding: 30px;
    margin-bottom: 80px;
    margin-top: 130px;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .compliance-content {
    max-width: 100%;
    align-items: center;
  }

  .compliance-benefits {
    flex-wrap: wrap;
    justify-content: center;
  }

  .compliance-form {
    margin-right: 0;
    width: 100%;
    max-width: 400px;
  }

  .human-image {
    display: none;
  }

  .compliance-second-sec .cards {
    gap: 10px;
  }

  .compliance-second-sec .cards .card {
    width: 150px;
  }

  .law::before,
  .rules::before,
  .reports::before,
  .regulations::before {
    width: 176px;
  }
}

@media (max-width: 767px) {
  .compliance-section {
    flex-direction: column;
    padding: 20px;
    margin-bottom: 250px;
    margin-top: 0;
  }

  .compliance-content h1 {
    font-size: 30px;
    width: 320px;
  }

  .compliance-content p {
    font-size: 16px;
  }

  .consult-button {
    font-size: 12px;
    padding: 10px 20px;
    width: auto;
  }

  .compliance-benefits {
    flex-direction: column;
    align-items: center;
  }

  .compliance-benefits .benefit-cards {
    width: 90%;
  }

  .compliance-form {
    width: 90%;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .compliance-second-sec {
    margin-left: 0;
    padding: 15px;
    height: fit-content;
  }

  .compliance-second-sec h2 {
    font-size: 26px;
    width: auto;
  }

  .compliance-second-sec h2::after {
    content: "";
    display: block;
    width: 300px;
  }

  .compliance-second-sec .cards {
    flex-wrap: wrap;
    gap: 90px;
    margin-bottom: 80px;
  }

  .compliance-second-sec .cards .card {
    width: 70%;
  }

  .law::before,
  .rules::before,
  .reports::before,
  .regulations::before {
    display: none;
    width: 280px;
    height: 250px;
    margin-top: -38px;
    margin-left: -35px;
    border-radius: 25px;
  }

  .compliances-first-section {
    top: 0px;
    margin-bottom: 0;
  }
}

/* compliances 3rd section  */
.compliance-thired-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 18.5%;
  height: fit-content;
  padding: 20px 30px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #e8efff;
}

.compliance-thired-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 0px;
}

.compliance-thired-sec h2::after {
  content: "";
  display: block;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.compliance-thired-sec p {
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.gst-registration {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gst-registration h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: underline;
}

.gst-registration img {
  width: 100%;
  height: 100%;
}

@media (min-width:1750px) and (max-width: 2500px) {
  .gst-registration img {
    width: 65%;
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .compliance-thired-sec {
    width: auto;
    padding: 25px 15px;
  }

  .compliance-thired-sec h2 {
    font-size: 1.8rem;
    max-width: 96%;
  }

  .compliance-thired-sec p {
    font-size: 0.95rem;
    max-width: 85%;
  }

  .gst-registration h3 {
    font-size: 1.2rem;
  }

  .gst-registration img {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .compliance-thired-sec {
    width: 100%;
    margin-left: 0px;
    padding: 20px;
  }

  .compliance-thired-sec h2 {
    font-size: 1.5rem;
    text-align: center;
  }

  .compliance-thired-sec h2::after {
    content: "";
    display: block;
    width: 270px;
  }

  .compliance-thired-sec p {
    font-size: 0.9rem;
    max-width: 95%;
  }

  .gst-registration h3 {
    font-size: 1.1rem;
  }

  .gst-registration img {
    max-width: 100%;
  }
}

@media (max-width: 480px) {
  .compliance-thired-sec h2 {
    font-size: 1.3rem;
  }

  .compliance-thired-sec p {
    font-size: 0.85rem;
  }

  .gst-registration h3 {
    font-size: 1rem;
  }
}

/* Compliance 4th section */
.compliance-fourth-sec {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 18.5%;
  padding: 40px;
  width: 81.3%;
  height: auto;
  background: url("../img/gst-bg-img.webp") no-repeat center center/cover;
}

.compliance-fourth-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  width: fit-content;
  margin-left: 120px;
  margin-bottom: 0px;
  color: #002244;
}

.compliance-fourth-sec h2::after {
  content: "";
  display: block;
  width: 640px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.compliance-contents {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.gif-container {
  width: 650px;
  margin-top: 85px;
  margin-left: -20px;
}

.gif-container img {
  max-width: 100%;
  height: auto;
}

.gst-returns-filing {
  text-align: center;
  position: absolute;
  right: 0;
  top: 40px;
  color: #fff;
}

.gst-returns-filing h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.gst-returns-filing ul {
  list-style: none;
  padding: 0;
}

.gst-returns-filing li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gst-returns-filing .quaterly {
  flex-direction: row-reverse;
}

.gst-returns-filing li span {
  width: 90px;
}

.gst-returns-filing li span img {
  width: 90px;
}

.gst-image {
  margin-top: -5px;
  width: 280px;
  margin-left: -5px;
}

.gst-image img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .compliance-fourth-sec {
    width: auto;
    padding: 30px 15px;
  }

  .compliance-fourth-sec h2 {
    font-size: 1.8rem;
    margin-left: 50px;
  }

  .compliance-fourth-sec h2::after {
    width: 535px;
  }

  .compliance-fourth-sec-underline {
    width: 60%;
  }

  .gst-returns-filing h3 {
    font-size: 1.3rem;
  }

  .gst-returns-filing ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gst-returns-filing li {
    font-size: 0.95rem;
  }

  .gst-returns-filing {
    display: none;
  }
}

@media (max-width: 768px) {
  .compliance-fourth-sec {
    width: 100%;
    padding: 20px;
    margin-left: 0;
    height: auto;
  }

  .compliance-fourth-sec h2 {
    font-size: 1.5rem;
  }

  .compliance-fourth-sec h2::after {
    content: "";
    display: block;
    width: 290px;
    margin: 0px;
    margin-bottom: 30px;
  }

  .gif-container {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }

  .gif-container img {
    max-width: 100%;
    height: auto;
  }

  .gst-returns-filing {
    display: none;
    width: 86%;
    padding: 0px;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #000;
    height: auto;
  }

  .gst-returns-filing h3 {
    font-size: 1.2rem;
  }

  .gst-returns-filing li {
    font-size: 0.9rem;
    gap: 0px;
  }

  .gst-image {
    margin-left: 0px;
  }
}

@media (max-width: 480px) {
  .compliance-fourth-sec h2 {
    font-size: 1rem;
    line-height: 35px;
    margin-left: 0px;
    margin-bottom: 0px;
  }

  .compliance-fourth-sec-underline {
    width: 80%;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .gst-returns-filing li span img {
    width: 50px;
  }

  .gst-returns-filing h3 {
    font-size: 1.1rem;
  }

  .gst-returns-filing li {
    font-size: 0.85rem;
  }

  .gst-image {
    max-width: 165px;
  }
}

/* compliance 5th section  */
.compliance-fifth-sec {
  background: url("../img/compliance-income.webp") no-repeat center center / cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  width: 81.5%;
  margin-left: 18.5%;
}

.compliance-fifth-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
}

.compliance-fifth-sec h2::after {
  content: "";
  display: block;
  width: 380px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.compliance-fifth-sec p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  padding: 0 40px;
  text-align: justify;
}

.process-steps {
  display: flex;
  flex-direction: column;
  gap: 55px;
  padding-left: 20px;
  margin-top: -55px;
}

.step-box {
  background-color: #e3f2fd;
  color: #333;
  padding: 15px 25px;
  border-radius: 2.5rem;
  width: 300px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border: 3px solid #4aa6ff;
}

.bg-color {
  background-color: #e3f2fd;
}

@media (max-width: 1024px) {
  .compliance-fifth-sec {
    width: auto;
    padding: 30px 15px;
  }

  .compliance-fifth-sec h2 {
    font-size: 1.8rem;
  }

  .under-line-income {
    width: 50%;
  }

  .step-box {
    width: 250px;
    font-size: 0.95rem;
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .compliance-fifth-sec {
    padding: 20px;
    width: 100%;
    margin-left: 0%;
    height: auto;
  }

  .compliance-fifth-sec h2 {
    font-size: 1.5rem;
  }

  .compliance-fifth-sec h2::after {
    content: "";
    display: block;
    width: 250px;
    margin: 0px auto;
    margin-bottom: 30px;
  }

  .compliance-fifth-sec p {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    width: auto;
    margin-left: 0px;
    padding: 0 0;
  }

  .step-box {
    width: 340px;
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .compliance-fifth-sec h2 {
    font-size: 1.3rem;
  }

  .under-line-income {
    width: 70%;
    margin-left: 52px;
  }

  .step-box {
    width: 300px;
    font-size: 0.85rem;
  }

  .process-steps {
    gap: 10px;
    margin-top: 0;
  }
}

/* .compliance six section  */
.compliance-six-sec {
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  width: 81.5%;
  margin-left: 18.5%;
}

.compliance-six-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
}

.compliance-six-sec h2::after {
  content: "";
  display: block;
  width: 380px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.compliance-six-sec p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 28px;
  padding: 0 40px;
  text-align: justify;
}

@media (max-width: 768px) {
  .compliance-six-sec {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px 0;
    width: 100%;
    margin-left: 0%;
  }

  .compliance-six-sec h2 {
    font-size: 1.4rem;
  }

  .compliance-six-sec h2::after {
    width: 260px;
    margin: 0px auto;
    margin-bottom: 30px;
  }

  .compliance-six-sec p {
    width: auto;
    margin-left: 10px;
  }
}

/* Compliance 7th section */
.tax-filing-section {
  text-align: center;
  padding: 50px 0;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  width: 81.5%;
  height: 130vh;
  margin-left: 18.5%;
  background-color: #e8efff;
}

.tax-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

.tax-title::after {
  content: "";
  display: block;
  width: 280px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.tax-description {
  max-width: 900px;
  margin: 0 auto 40px;
  font-size: 16px;
  text-align: justify;
  font-weight: 500;
}

.tax-circle-container {
  position: relative;
  width: 450px;
  height: 450px;
  margin: 0 auto;
}

.tax-center-image {
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 540px;
  height: 345px;
}

.tax-center-image img {
  width: 100%;
  height: auto;
}

.tax-step-box {
  position: absolute;
  width: fit-content;
  padding: 12px;
  background-color: #338dfb1f;
  color: #333;
  border-radius: 5px;
  font-weight: 600;
}

.tax-step-1 {
  top: 11%;
  left: -50%;
}

.tax-step-2 {
  top: 42%;
  left: -50%;
}

.tax-step-3 {
  bottom: 13%;
  left: -52%;
}

.tax-step-4 {
  top: 10%;
  right: -50%;
}

.tax-step-5 {
  top: 42%;
  right: -52%;
}

.tax-step-6 {
  bottom: 18%;
  right: -50%;
}

.tax-step-7 {
  bottom: -12%;
  right: 26%;
}

@media (max-width: 1024px) {
  .tax-circle-container {
    max-width: 400px;
  }

  .tax-center-image {
    max-width: 280px;
  }

  .tax-step-box {
    font-size: 0.9rem;
    padding: 8px 12px;
  }

  .tax-step-1 {
    top: 5%;
    left: -28%;
  }

  .tax-step-2 {
    top: 20%;
    left: -30%;
  }

  .tax-step-3 {
    bottom: 56%;
    left: -32%;
  }

  .tax-step-4 {
    top: 5%;
    right: -28%;
  }

  .tax-step-5 {
    top: 20%;
    right: -30%;
  }

  .tax-step-6 {
    bottom: 56%;
    right: -27%;
  }
}

@media (min-width:1750px) and (max-width: 2500px) {
  .tax-filing-section {
    height: 82vh;
  }
}

@media (max-width: 1068px) {
  .tax-filing-section {
    height: 42vh;
  }
}

@media (max-width: 768px) {
  .tax-filing-section {
    width: 100%;
    padding: 30px 15px;
    margin-left: 0px;
    height: 94vh;
  }

  .tax-title {
    font-size: 1.5rem;
  }

  .tax-description {
    font-size: 0.9rem;
    max-width: 90%;
  }

  .tax-circle-container {
    width: 100%;
    height: auto;
    max-width: 320px;
    margin-top: 290px;
  }

  .tax-center-image {
    max-width: 320px;
    height: 200px;
    position: absolute;
    top: -60%;
  }

  .tax-step-box {
    position: static;
    display: block;
    margin: 10px auto;
    text-align: center;
    width: auto;
    font-size: 0.85rem;
  }
}

/* Compliance 8th Section */
.compliance-seventh-sec {
  background: url("../img/labor-law.webp") no-repeat center center / cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  width: 81.5%;
  margin-left: 18.5%;
  margin-top: 20px;
  position: relative;
}

.compliance-seventh-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.compliance-seventh-sec h2::after {
  content: "";
  display: block;
  width: 560px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.hexagon-container {
  width: 700px;
  height: 520px;
  margin-left: 20px;
  position: relative;
}

.hexagon-bg {
  width: 100%;
  height: auto;
  display: block;
}

.compliance-text {
  position: absolute;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  width: 140px;
  color: #fff;
}

.compliance-text1 {
  top: 18%;
  left: 15%;
}

.compliance-text2 {
  top: 44%;
  left: 3%;
}

.compliance-text3 {
  top: 75%;
  left: 15%;
}

.compliance-text4 {
  top: 18%;
  right: 17%;
}

.compliance-text5 {
  top: 46%;
  right: 5%;
}

.compliance-text6 {
  top: 75%;
  right: 17%;
}

.compliance-center-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  color: #000;
}

.compliance-center-text span {
  color: #007bff;
}

.law-info {
  max-width: 300px;
  position: absolute;
  top: 90px;
  right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

.law-info img {
  width: 180px;
}

.law-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  max-width: 300px;
}

@media (min-width:1800px) and (max-width:2500px) {
  .hexagon-container {
    width: 700px;
    height: 520px;
    margin-left: 10%;
    position: relative;
  }

  .law-info {
    top: 7%;
    right: 5%;
  }
}

@media (max-width: 1200px) {
  .hexagon-container {
    width: 100%;
    height: auto;
    /* margin: auto; */
  }

  .compliance-text {
    font-size: 14px;
    width: 120px;
  }
}

@media (max-width: 1024px) {
  .hexagon-container {
    width: 100%;
    max-width: 500px;
  }

  .law-info {
    max-width: 167px;
    position: absolute;
    top: 90px;
    right: 2px;
  }

  .law-info img {
    width: 150px;
  }

  .compliance-text {
    font-size: 12px;
    width: 100px;
  }

  .compliance-text1 {
    top: 15%;
    left: 15%;
  }

  .compliance-text2 {
    top: 42%;
    left: 3%;
  }

  .compliance-text3 {
    top: 70%;
    left: 15%;
  }

  .compliance-text4 {
    top: 15%;
    right: 16%;
  }

  .compliance-text5 {
    top: 42%;
    right: 5%;
  }

  .compliance-text6 {
    top: 70%;
    right: 17%;
  }

  .compliance-center-text {
    font-size: 14px;
    width: 200px;
  }
}

@media (max-width: 767px) {
  .compliance-seventh-sec {
    width: 100%;
    margin-left: 0;
    padding: 30px 10px;
  }

  .hexagon-container {
    max-width: 400px;
    margin-left: 0;
  }

  .law-info {
    max-width: 300px;
  }

  .compliance-text {
    font-size: 10px;
    width: 90px;
  }

  .law-info {
    position: static;
    text-align: center;
    margin-top: 20px;
  }

  .law-info img {
    width: 150px;
  }
}

@media (max-width: 576px) {
  .compliance-seventh-sec h2 {
    font-size: 1.5rem;
  }

  .compliance-seventh-sec h2::after {
    width: auto;
  }

  .hexagon-container {
    max-width: 375px;
  }

  .compliance-text {
    font-size: 9px;
    width: 80px;
  }

  .compliance-text1 {
    top: 14%;
    left: 14%;
  }

  .compliance-text2 {
    top: 42%;
    left: 2%;
  }

  .compliance-text3 {
    top: 70%;
    left: 14%;
  }

  .compliance-text4 {
    top: 16%;
    right: 16%;
  }

  .compliance-text5 {
    top: 45%;
    right: 4%;
  }

  .compliance-text6 {
    top: 73%;
    right: 16%;
  }

  .compliance-center-text {
    font-size: 12px;
    width: 180px;
  }
}

/* Compliance 9th section  */
.pf-registration-section {
  border-radius: 10px;
  padding: 40px 0;
  height: auto;
  width: 81.5%;
  margin-left: 18.5%;
}

.pf-registration-section h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.pf-registration-section h2::after {
  content: "";
  display: block;
  width: 560px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.pf-description {
  font-size: 16px;
  font-weight: 500;
  padding: 0 40px;
  text-align: justify;
}

.pf-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pf-center-icon img {
  width: 810px;
}

.pf-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 33px;
  max-width: 990px;
  margin-top: 20px;
}

.pf-step {
  background: linear-gradient(to bottom, #e1e8fd, #ffffff);
  padding: 15px;
  height: max-content;
  border-radius: 8px;
  box-shadow: 0px 4px 6.5px 1px #4f505133;
  text-align: center;
  border: 0.5px solid #338dfb66;
  position: relative;
}

.pf-step img {
  width: 90px;
}

.pf-step-1 {
  margin-top: -150px;
}

.pf-step-2 {
  margin-top: -65px;
}

.pf-step-4 {
  margin-top: -65px;
}

.pf-step-5 {
  margin-top: -150px;
}

.pf-step-number {
  display: block;
  background: #338dfb;
  color: white;
  border: 2px solid #fff;
  width: 35px;
  height: 35px;
  line-height: 30px;
  border-radius: 50%;
  font-weight: bold;
  margin: -30px auto 10px;
}

.pf-step-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 5px;
}

.pf-step-text {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  color: #666;
}

@media (max-width:1024px) {
  .pf-steps {
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .pf-registration-section {
    padding: 40px 20;
    width: 100%;
    margin-left: 0%;
  }

  .pf-registration-section h2 {
    font-size: 1.5rem;
  }

  .pf-registration-section h2::after {
    width: 300px;
  }

  .pf-step {
    width: 150px;
  }

  .pf-description {
    max-width: 423px;
    margin: 0 auto 30px;
    padding: 0px 20px;
  }

  .pf-steps {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 20px;
  }

  .pf-center-icon img {
    width: 350px;
  }

  .pf-step-1 {
    margin-top: 0px;
  }

  .pf-step-2 {
    margin-top: 0px;
  }

  .pf-step-4 {
    margin-top: 0px;
  }

  .pf-step-5 {
    margin-top: 0px;
  }
}

/* Compliance 10th section  */
.compliance-tenth-section {
  border-radius: 10px;
  padding: 40px 0;
  height: auto;
  width: 81.5%;
  margin-left: 18.5%;
  box-shadow: 0 4px 4px 0 #00000040;
  position: relative;
}

.compliance-tenth-section h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.compliance-tenth-section h2::after {
  content: "";
  display: block;
  width: 560px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.blue-tooltip {
  background-color: #338dfb;
  color: white;
  padding: 12px 20px;
  border-radius: 8px;
  position: relative;
  margin-left: auto;
}

.light-blue-tooltip {
  background-color: #b0d4ff;
  color: black;
  padding: 12px 20px;
  border-radius: 8px;
  position: relative;
  margin-left: auto;
}

.triangle-pointer {
  position: absolute;
  left: 60px;
  top: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.triangle-pointer-1 {
  position: absolute;
  left: 60px;
  top: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.establishment-certificate-section,
.electricity-bill-section,
.cancelled-cheque-section,
.pan-tooltip,
.aadhar-tooltip,
.signature-tooltip {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  position: relative;
}

.establishment-certificate-section {
  max-width: 180px;
}

.electricity-bill-section {
  max-width: 330px;
}

.cancelled-cheque-section {
  max-width: 485px;
}

.pan-tooltip {
  max-width: 640px;
}

.aadhar-tooltip {
  max-width: 795px;
}

.signature-tooltip {
  width: 950px;
}

.tooltip-container {
  margin-top: 120px;
}

.tooltip-image-1 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -162px;
}

.tooltip-image-2 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -154px;
}

.tooltip-image-3 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -170px;
}

.tooltip-image-4 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -178px;
}

.tooltip-image-5 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -192px;
}

.tooltip-image-6 {
  width: 135px;
  height: auto;
  position: absolute;
  left: 0;
  top: -210px;
}

@media (max-width: 800px) {
  .tooltip-image-1 {
    width: 110px;
    left: -42px;
    top: -130px;
  }

  .tooltip-image-2 {
    width: 110px;
    left: -78px;
    top: -84px;
  }

  .tooltip-image-3 {
    width: 117px;
    left: -90px;
    top: -96px;
  }

  .tooltip-image-4 {
    width: 125px;
    left: -88px;
    top: -117px;
  }

  .tooltip-image-5 {
    width: 125px;
    left: -92px;
    top: -136px;
  }

}

@media (max-width: 767px) {
  .compliance-tenth-section {
    border-radius: 10px;
    padding: 40px 0;
    height: auto;
    width: 95%;
    margin-left: 10px;
  }

  .compliance-tenth-section h2 {
    font-size: 1.4rem;
  }

  .compliance-tenth-section h2::after {
    width: auto;
  }

  .tooltip-container {
    margin-top: 170px;
  }

  .tooltip-image-1 {
    width: 100px;
    top: -125px;
    left: 12px;
  }

  .electricity-bill-section {
    max-width: 228px;
  }

  .tooltip-image-2 {
    width: 100px;
    top: -134px;
    left: -40px;
  }

  .tooltip-image-3 {
    width: 100px;
    height: auto;
    position: absolute;
    left: -125px;
    top: -155px;
  }

  .cancelled-cheque-section {
    max-width: 244px;
  }

  .tooltip-image-4 {
    width: 100px;
    height: auto;
    position: absolute;
    left: -100px;
    top: -135px;
  }

  .pan-tooltip {
    max-width: 270px;
  }

  .tooltip-image-5 {
    width: 100px;
    height: auto;
    position: absolute;
    left: -90px;
    top: -106px;
  }

  .aadhar-tooltip {
    max-width: 280px;
  }

  .tooltip-image-6 {
    width: 100px;
    height: 135px;
    left: -80px;
    top: -55px;
  }

  .signature-tooltip {
    width: 290px !important;
  }
}

@media (max-width:480px) {
  .tooltip-container {
    margin-top: 40px;
  }

  .tooltip-image-1,
  .tooltip-image-2,
  .tooltip-image-3,
  .tooltip-image-4,
  .tooltip-image-5,
  .tooltip-image-6 {
    display: none;
  }

  .signature-tooltip {
    width: 370px !important;
  }
}

/* Compliances 11th section  */
.compliance-elven-sec {
  border-radius: 10px;
  padding: 40px 0;
  height: auto;
  width: 81.5%;
  margin-left: 18.5%;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #e8efff;
  position: relative;
  margin-top: 20px;
}

.compliance-elven-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.compliance-elven-sec h2::after {
  content: "";
  display: block;
  width: 560px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.compliance-elven-content {
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.compliance-elven-sec img {
  width: 380px;
}

.compliance-elven-sec p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  text-align: justify;
}


.compliance-elven-sec .loading-bar {
  display: flex;
  align-items: center;
  margin-top: 20px;
  position: absolute;
  bottom: 130px;
  left: 50px;
}

.loading-bar .main-bar {
  width: 220px;
  height: 5px;
  background-color: #338dfb;
  border-radius: 10px;
}

.loading-bar .segment {
  width: 20px;
  height: 5px;
  background-color: #338dfb;
  border-radius: 10px;
  margin-left: 5px;
}

.loading-bar .segment:first-child {
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .compliance-elven-sec .loading-bar {
    bottom: 40px;
  }

  .compliance-elven-sec {
    width: 97%;
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .compliance-elven-sec .loading-bar {
    display: none;
  }

  .compliance-elven-sec {
    width: 95%;
    margin-left: 10px;
  }

  .compliance-elven-sec h2 {
    font-size: 1.4rem;
  }

  .compliance-elven-sec h2::after {
    width: auto;
  }

  .compliance-elven-content {
    padding-left: 1rem;
    padding-right: 1rem;
    flex-direction: column;
  }

  .compliance-elven-sec img {
    width: 350px;
  }
}

/* compliance 12th section */
.compliance-twelve-sec {
  border-radius: 10px;
  padding: 40px 0;
  height: auto;
  width: 81.5%;
  margin-left: 18.5%;
  margin-top: 20px;
  box-shadow: 0 4px 4px 0 #00000040;
  background-color: #fff;
  position: relative;
}

.compliance-twelve-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.compliance-twelve-sec h2::after {
  content: "";
  display: block;
  width: 590px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.compliance-twelve-sec p {
  text-align: right;
  max-width: 570px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 40px 0 auto;
  font-weight: 500;
}

@media (max-width: 768px) {
  .compliance-twelve-sec h2 {
    font-size: 1.4rem;
  }

  .compliance-twelve-sec p {
    margin: 0 15px 0 auto;
  }
}

/* 13th section of compliances page  */
.pollution-section {
  padding: 40px 20px;
  margin-left: 18.5%;
  margin-bottom: 5px;
  border-radius: 5px;
  background-color: #eaf1ff;
  position: relative;
  height: 900px;
}

.pollution-container {
  border-radius: 15px;
  max-width: 1200px;
  margin: auto;
}

.pollution-container h1 {
  font-size: 33px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
}

.pollution-container h1::after {
  content: "";
  display: block;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.factory-image {
  position: absolute;
  top: 50%;
  left: 25%;
  width: 400px;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pollution-pana {
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 170px;
  left: 100px;
  top: 70%;
  text-align: center;
  max-width: 340px;
  color: #000;
}

.pollution-section p {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 170px;
  left: 144px;
  top: 28%;
  text-align: left;
  max-width: 340px;
  color: #338dfb;
}

.step-item {
  position: absolute;
  width: 525px;
  text-align: center;
}

.step-image {
  width: 100%;
  border-radius: 12px;
}

.step-label {
  margin-top: 0px;
  font-weight: bold;
  top: 5px;
  left: 260px;
  position: absolute;
  color: #fff;
  text-decoration: underline;
}

.step-white {
  top: 130px;
  left: 36%;
}

.step-orange {
  top: 42%;
  left: 46%;
}

.step-green {
  bottom: 5%;
  left: 40%;
}

@media (max-width:1068px) {
  .step-item {
    position: absolute;
    width: 435px;
  }

  .signature-tooltip {
    width: 655px;
  }

  .factory-image {
    left: 22%;
    width: 265px;
  }

  .pollution-section p {
    left: 127px;
    top: 18%;
    max-width: 280px;
  }

  .step-label {
    top: 2px;
    left: 200px;
  }

  .step-white {
    top: 130px;
    left: 34%;
  }

  .step-orange {
    left: 34%;
  }

  .step-green {
    bottom: 5%;
    left: 34%;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  .step-white {
    left: 30%;
  }

  .step-white {
    left: 30%;
  }

  .step-orange {
    left: 30%;
  }

  .step-green {
    left: 30%;
  }

  .pollution-pana {
    bottom: 250px;
    left: 10px;
    top: 65%;
  }
}

@media (max-width: 767px) {
  .pollution-section {
    margin-left: 0%;
  }

  .pollution-container h1 {
    font-size: 1.5rem;
  }

  .factory-image {
    position: absolute;
    top: 34%;
    left: 50%;
    width: 300px;
  }

  .pollution-pana {
    bottom: 170px;
    left: 30px;
    top: 50%;
    max-width: 413px;
  }

  .pollution-section p {
    font-size: 12px;
    bottom: 170px;
    left: 115px;
    top: 19%;
    max-width: 215px;
  }

  .step-label {
    margin-top: 0px;
    top: 0px;
    left: 165px;
  }

  .step-item {
    width: 365px;
  }

  .step-white {
    top: 510px;
    left: 1%;
  }

  .step-orange {
    top: 70%;
    left: 0;
  }

  .step-green {
    bottom: 0;
    left: 0;
  }
}

/* 14th section  */
.fssai-wrapper {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  margin: 20px 0;
  max-width: 81.5%;
  margin-left: 18.5%;
  box-shadow: 0 4px 4px 0 #00000040;
}

.fssai-wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.fssai-wrapper h2::after {
  content: "";
  display: block;
  width: 590px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.benefits-fassai-content h5 {
  font-size: 22px;
  line-height: 36px;
}

.benefits-fassai-content li {
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}

.fssai-timeline {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 25px;
  align-items: center;
  padding: 30px 0;
}

.fssai-line {
  position: absolute;
  top: -2%;
  left: 8px;
  width: 100%;
  height: 235px;
  z-index: 0;
  background-image: url("../img/fassi-snak.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.img-fluids {
  max-height: 250px;
  margin-top: -90px;
  margin-left: -60px;
}

.fssai-step {
  background: white;
  padding: 10px;
  border-radius: 50%;
  width: 144px;
  height: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #064ca0;
}

.fssai-step.step-1,
.fssai-step.step-3,
.fssai-step.step-5 {
  box-shadow: 0 14px 36px 0 #70affb;
  border: 4px solid #338dfb;
  margin-top: -5px;
}

.fssai-step.step-4 {
  margin-bottom: -5px;
}

.fssai-step.step-2,
.fssai-step.step-4 {
  box-shadow: 0 14px 36px 0 #a7d8ff;
  border: 4px solid #90caf9;
}

.fssai-step p {
  margin-bottom: 0;
}

@media (min-width:1800px) and (max-width:2500px) {
  .fssai-line {
    position: absolute;
    top: -2%;
    left: 0px;
  }
}

@media (min-width: 1300px) and (max-width: 1600px) {
  .fssai-line {
    left: 0px;
  }
}

@media (min-width:768px) and (max-width: 1024px) {
  .fssai-line {
    display: none;
  }

  .fssai-timeline {
    gap: 0px;
  }

  .img-fluids {
    max-height: 250px;
    margin-top: -30px;
    margin-left: 75px;
  }
}

@media (max-width: 768px) {
  .fssai-wrapper {
    max-width: 95%;
    margin-left: 10px;
  }

  .fssai-wrapper h2 {
    font-size: 1.4rem;
  }

  .fssai-wrapper h2::after {
    width: auto;
  }

  .img-fluids {
    max-height: 250px;
    margin-top: -30px;
    margin-left: 0px;
  }

  .fssai-line {
    display: none;
  }

  .fssai-timeline {
    align-items: center;
    flex-wrap: wrap;
  }

  .fssai-step {
    margin: 0px 0;
  }
}

/* 15th section */
.compliance-fifteenth-sec {
  background-color: #fff;
  padding: 25px 20px;
  border-radius: 10px;
  margin: 20px 0;
  max-width: 81.5%;
  margin-left: 18.5%;
  box-shadow: 0 4px 4px 0 #00000040;
}

.compliance-fifteenth-sec h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.compliance-fifteenth-sec h2::after {
  content: "";
  display: block;
  width: 830px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.flow-row {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.registration-step-1 {
  width: 220px;
  text-align: center;
}

.registration-step-1 img {
  width: 100%;
  height: auto;
}

.registration-step-1 p {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

.registration-step {
  width: 180px;
  text-align: center;
}

.registration-step img {
  width: 100%;
  height: auto;
}

.registration-step p {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}

.registration-step h6 {
  font-size: 14px;
  font-weight: 800;
  color: #407bff;
}

.flow-arrow {
  width: 100px;
  height: auto;
  align-self: center;
}

@media (max-width:1068px) {
  .compliance-fifteenth-sec h2::after {
    content: "";
    display: block;
    width: 620px;
  }

  .flow-arrow {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .compliance-fifteenth-sec {
    margin: 20px 0;
    max-width: 95%;
    margin-left: 2.5%;
  }

  .compliance-fifteenth-sec h2 {
    font-size: 1.5rem;
  }

  .compliance-fifteenth-sec h2::after {
    content: "";
    display: block;
    width: 260px;
  }

  .flow-row {
    flex-direction: column;
    align-items: center;
  }

  .flow-arrow {
    transform: rotate(90deg);
  }
}

/* 16 section */
.iec-main-section {
  background-image: url("../img/BAckround_IEC.webp");
  background-size: cover;
  background-position: center;
  padding: 50px 20px;
  margin-left: 18.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.iec-main-container {
  border-radius: 15px;
  max-width: 1200px;
  margin: auto;
}

.iec-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  position: relative;
}

.iec-heading::after {
  content: "";
  display: block;
  width: 560px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.iec-content-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.iec-left-content {
  flex: 1;
  min-width: 300px;
}

.iec-image {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.iec-description {
  background-color: #eef6ff;
  margin-top: -50px;
  padding: 15px;
  border-radius: 10px;
  font-size: 15px;
  color: #000;
  text-align: justify;
}

.iec-right-steps {
  flex: 1;
  min-width: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-wrapper {
  height: 515px;
  border-radius: 10px;
  overflow: hidden;
}

.video-wrapper img,
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .iec-right-steps {
    flex: 1;
    min-width: 338px;
  }

  .iec-main-section {
    background-image: none;
  }

  .iec-main-section {
    padding: 50px 20px;
    margin-left: 0%;
  }

  .iec-heading {
    font-size: 1.5rem;
  }

  .iec-heading::after {
    content: "";
    display: block;
    width: auto;
    border-radius: 10px;
    box-shadow: 0px 4px 8px;
    height: 5px;
    background-color: #338dfb;
  }

  .iec-content-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .iec-right-steps {
    flex: 1;
    min-width: 300px;
  }

  .iec-image {
    width: 300px;
    margin-top: 0px;
  }

  .iec-description {
    width: 300px;
  }

  .video-wrapper {
    height: 515px;
    width: 300px;
  }
}

/* 17 section  */
.external-card-main {
  margin-left: 18.5%;
  padding-top: 60px;
  box-shadow: 0px 1px 19.2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.external-card {
  position: relative;
  width: 250px;
  height: 210px;
  margin: 4px;
}

.external-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.external-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  color: #000;
  font-weight: 600;
}

.external-title1 {
  font-size: 14px;
  margin-top: 60px;
  width: 70px;
  margin-left: -20px;
}

.external-title {
  font-size: 14px;
  margin-top: 30px;
  width: 60px;
  margin-left: -20px;
}

.external-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 8px;
}

.external-card-main-commercial {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 60px;
  margin-top: 0px;
  position: relative;
}

.external-card-main-commercial::after {
  content: "";
  display: block;
  width: 860px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

@media (max-width:1068px) {
  .Pollution-card-bottom {
    padding: 20px;
  }

  .external-card-main-commercial::after {
    width: 640px;
  }
}

@media (max-width: 768px) {
  .external-image {
    width: 356px;
  }

  .external-card-main {
    margin-left: 2.5px;
  }

  .external-card-main-commercial {
    font-size: 1.5rem;
    margin-bottom: 50px;
    margin-top: -30px;
  }

  .external-card-main-commercial::after {
    content: "";
    display: block;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px;
    height: 5px;
    background-color: #338dfb;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .external-card {
    position: relative;
    width: 230px;
    height: 210px;
    margin: 4px;
  }

  .external-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
  }
}

/* 18 section  */
.Pollution-main {
  margin-left: 18.5%;
  margin-top: 80px;
  margin-bottom: 80px;
}

.Pollution-container {
  display: flex;
  position: relative;
  z-index: 2;
  gap: 10px;
}

.Pollution-section {
  font-size: 34px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}

.Pollution-section::after {
  content: "";
  display: block;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto 30px;
}

.Pollution-card-main {
  width: 178px;
  margin-bottom: -1px;
}

.Pollution-card {
  height: 292px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  overflow: hidden;
}

.Pollution-card-top {
  padding: 20px 0 10px;
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Pollution-image-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Pollution-image-circle img {
  width: 69px;
  height: 46px;
  object-fit: contain;
}

.Pollution-card-bottom {
  background-color: #338dfb;
  color: white;
  padding: 40px;
  flex: 1;
  width: 100%;
}

.Pollution-card-bottom p {
  font-size: 14px;
  margin: 0;
}

.Pollution-triangle {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 50px solid #0370f5;
  margin: 0 auto;
}

.Pollution-circle {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  color: #007bff;
  border: 2px solid #007bff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 3;
}

.progress-container {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 20px;
}

.progress-line {
  box-shadow: 0px 1px 19.2px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #fff;
  border-radius: 19px;
  z-index: 1;
}

.progress-step {
  position: absolute;
  transform: translateX(-50%);
  background-color: white;
  border: 2px solid #2196f3;
  color: #2196f3;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  z-index: 2;
  font-size: 26px;
}

.step1 {
  left: 8.33%;
}

.step2 {
  left: 25%;
}

.step3 {
  left: 41.66%;
}

.step4 {
  left: 58.33%;
}

.step5 {
  left: 75%;
}

.step6 {
  left: 91.66%;
}

.Pollution-underline {
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  margin-top: 10px;
}

@media (min-width: 1750px) and (max-width: 2500px) {
  .Pollution-container {
    justify-content: space-around;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .Pollution-main {
    margin-top: 50px;
  }

  .Pollution-container {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    gap: 0px;
  }

  .Pollution-section {
    font-size: 34px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }

  .Pollution-card-main {
    width: 160px;
    margin-bottom: -1px;
  }

  .Pollution-card-bottom {
    padding: 37px;
  }
}

@media (max-width:1068px) {
  .Pollution-card-bottom {
    padding: 20px;
  }

  .Pollution-card {
    height: 240px;
  }

  .Pollution-container {
    gap: 0px;
  }
}

@media screen and (max-width: 767px) {
  .Pollution-main {
    margin-left: 0%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .Pollution-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .Pollution-section {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .Pollution-section::after {
    width: 80%;
  }

  .Pollution-card-main {
    width: 190px;
    margin-bottom: 10px;
  }

  .Pollution-card {
    height: 210px;
    width: 277px;
    margin-left: -45px;
  }

  .Pollution-card-top {
    padding: 15px 0 10px;
  }

  .Pollution-card-bottom {
    padding: 30px;
  }

  .Pollution-triangle {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 30px solid #0370f5;
    margin: 0 auto;
  }

  .Pollution-circle {
    width: 30px;
    height: 30px;
    font-size: 14px;
    bottom: -25px;
  }

  .progress-container {
    height: 50px;
  }

  .progress-line {
    height: 20px;
  }

  .progress-step {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }

  .Pollution-underline {
    height: 2px;
  }
}

@media (max-width: 768px) {
  .compliance-twelve-sec {
    width: 95%;
    margin-left: 10px;
  }

  .compliance-twelve-sec h2::after {
    width: auto;
  }
}

/* Comliances 19th section */
.whychoose-section {
  padding: 20px 5%;
  background: linear-gradient(256.89deg, #338dfb 19.86%, #ffffff 43.15%);
  border-radius: 20px;
  margin-left: 18.5%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.whychoose-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.whychoose-left {
  flex: 1;
  min-width: 300px;
}

.whychoose-left img {
  height: 260px;
  max-width: 260px;
  margin-left: -40px;
}

.whychoose-right {
  flex: 1;
  min-width: 350px;
  padding-left: 20px;
}

.whychoose-title {
  color: #1a73e8;
  font-size: 48px;
  font-weight: 900;
  line-height: 75px;
  letter-spacing: -2%;
}

.whychoose-content-left {
  margin-left: -130px;
}

.whychoose-content-right {
  margin-top: -30px;
}

.whychoose-list {
  list-style-type: disc;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
}

.whychoose-list li {
  margin-bottom: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .whychoose-content-left {
    margin-left: -30px;
  }
}

@media (max-width: 768px) {
  .whychoose-left {
    min-width: 250px;
  }

  .whychoose-left img {
    margin-left: 0px;
  }

  .whychoose-title {
    color: #1a73e8;
    font-size: 42px;
  }

  .whychoose-content-left {
    margin-left: 0px;
  }

  .whychoose-section {
    padding: 20px 5%;
    background: linear-gradient(256.89deg, #338dfb 19.86%, #ffffff 43.15%);
    border-radius: 20px;
    margin-left: 18.5%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-top: 30px;
  }

  .whychoose-section {
    margin-left: 8px;
    margin-right: 8px;
  }

  .whychoose-content {
    flex-direction: column;
    text-align: center;
  }

  .whychoose-right {
    padding-left: 0;
    margin-top: 20px;
    min-width: 280px;
  }

  .whychoose-list {
    text-align: left;
    display: inline-block;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .whychoose-section {
    padding: 20px 5%;
    background: linear-gradient(256.89deg, #338dfb 19.86%, #ffffff 43.15%);
    border-radius: 20px;
    margin-left: 18.5%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  }

  .whychoose-content {
    display: flex;
    align-items: center;

    flex-wrap: wrap;
  }

  .whychoose-left {
    flex: 1;
    min-width: 240px;
  }

  .whychoose-left img {
    height: 200px;
    max-width: 200px;
    margin-left: -40px;
  }

  .whychoose-right {
    flex: 1;
    min-width: 350px;
    padding-left: 20px;
  }

  .whychoose-title {
    color: #1a73e8;
    font-size: 48px;
    font-weight: 900;
    line-height: 75px;
    letter-spacing: -2%;
  }

  .whychoose-content-right {
    margin-top: -30px;
  }

  .whychoose-list {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
  }

  .whychoose-list li {
    margin-bottom: 8px;
  }
}

/* Comliances 20th section */
.expert-team-section {
  padding: 40px 2%;
  background-color: white;
  margin-left: 17.1%;
  margin-top: 20px;
  margin-bottom: 50px;
  background-image: url("../img/meet_background.webp");
  background-size: cover;
  background-position: center 0px;
}

.expert-team-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.expert-first-text {
  width: 370px;
  height: 50px;
  font-size: 50px;
  line-height: 73px;
  letter-spacing: 0%;
  font-weight: 800;
}

.expert-second-text {
  width: 400px;
  height: 35px;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0%;
  font-weight: 800;
  color: #1a73e8;
}

.expert-team-description {
  font-size: 16px;
  max-width: 370px;
  text-align: justify;
}

.expert-team-right {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.expert-team-right1 {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: end;
  z-index: 999;
}

.expert-team-image-first img {
  width: 250px;
  z-index: 999;
  position: absolute;
  top: -32%;
  left: 13%;
}

.expert-team-image img {
  width: 250px;
  position: absolute;
  top: -22%;
  left: 32%;
}

.expert-team-info-box-second {
  background: #1a73e8;
  color: white;
  padding: 15px;
  max-width: 400px;
  height: 154px;
  margin-left: 0px;
}

.expert-team-info-box {
  background: #1a73e8;
  color: white;
  padding: 15px;
  max-width: 450px;
  height: 154px;
}

.expert-team-description-text-first {
  font-size: 16px;
  color: #e1e1e1;
  width: 360px;
  height: 150px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0%;
  margin-top: -10px;
  margin-left: 50px;
}

.expert-team-name1 {
  font-size: 18px;
  color: white;
  margin-left: 50px;
}

.expert-team-rol {
  font-size: 14px;
  font-weight: bold;
  margin-left: 50px;
}

.expert-team-role {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0;
}

.expert-team-description-text {
  font-size: 16px;
  color: #e1e1e1;
  line-height: 20px;
  font-weight: 500;
  max-width: 88%;
  margin-bottom: 0;
}

.team-expert-member img {
  width: 370px;
  height: 307px;
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .expert-team-section {
    padding: 0px 0%;
    background-color: white;
    margin-left: 18.5%;
    margin-top: 20px;
    background-image: url("../img/meet_background.webp");
    background-size: cover;
  }

  .team-expert-member img {
    width: 280px;
    height: 270px;
    margin-left: 20px;
  }

  .expert-first-text {
    width: 370px;
    height: 50px;
    font-size: 50px;
    line-height: 73px;
    letter-spacing: 0%;
    font-weight: 800;
  }

  .expert-second-text {
    width: 400px;
    height: 35px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0%;
    font-weight: 800;
    color: #1a73e8;
  }

  .expert-team-description {
    font-size: 18px;
    max-width: 370px;
  }

  .expert-team-right {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 55px;
  }

  .expert-team-right1 {
    flex: 1;
    min-width: 400px;
    position: relative;
    display: flex;
    z-index: 999;
  }

  .expert-team-image-first img {
    width: 220px;
    height: 220px;
    z-index: 999;
    position: absolute;
    top: -35%;
    left: 5%;
  }

  .expert-team-image img {
    width: 220px;
  }

  .expert-team-info-box-second {
    background: #1a73e8;
    color: white;
    padding: 15px;
    max-width: 450px;
    height: 160px;
    margin-left: -50px;
  }

  .expert-team-info-box {
    background: #1a73e8;
    color: white;
    padding: 15px;
    max-width: 450px;
    height: 170px;
    margin-left: 149px;
    margin-top: -25px;
  }

  .expert-team-description-text-first {
    font-size: 16px;
    color: #e1e1e1;
    width: 350px;
    height: 150px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-top: -10px;
    margin-left: 50px;
  }

  .expert-team-name1 {
    font-size: 18px;
    color: white;
    margin-left: 50px;
  }

  .expert-team-rol {
    font-size: 14px;
    font-weight: bold;
    margin-left: 50px;
  }

  .expert-team-role {
    font-size: 14px;
    font-weight: bold;
  }

  .expert-team-description-text {
    margin-top: 0px;
  }
}


@media (min-width: 1025px) {
  .expert-team-section {
    display: block;
  }

  .mobile-expert-team {
    display: none;
  }
}

@media (min-width:800px) and (max-width: 1024px) {
  .mobile-expert-team {
    width: 81.9%;
    margin-left: 18% !important;
    background-image: url("../img/iPhone 14 & 15 Pro - 1.webp");
  }

}

@media (max-width: 1024px) {
  .expert-team-section {
    display: none;
  }

  .mobile-expert-team {
    /* background-image: url("../img/iPhone 14 & 15 Pro - 1 (2).webp"); */
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    color: black;
    height: 350px;
    margin-left: 0%;
  }

  .mobile-expert-team-container {
    position: relative;
    text-align: center;
    z-index: 1;
  }

  .mobile-expert-team-text {
    position: absolute;
    text-align: center;
    margin-top: -10px;
  }

  .mobile-expert-team-title {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 10px;
  }

  .mobile-expert-team-description {
    font-size: 1rem;
  }
}

@media (max-width: 745px) {
  .expert-team-section {
    padding: 20px 2%;
    margin-left: 0;
    background-image: url("../img/iPhone 14 & 15 Pro - 1.webp");
    background-size: contain;
    background-repeat: no-repeat;
  }

  .expert-team-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .expert-first-text {
    text-align: center;
  }

  .expert-second-text {
    text-align: center;
    width: 300px;
    margin-left: 25px;
  }

  .expert-team-description {
    text-align: justify;
    margin-left: 30px;
  }

  .expert-team-right {
    flex: 1;
    min-width: 400px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .expert-team-right1 {
    flex: 1;
    min-width: 400px;
    position: relative;
    display: flex;
    z-index: 999;
  }

  .expert-team-image-first img {
    width: 170px;
    height: 270px;
    z-index: 999;
    position: absolute;
  }

  .expert-team-image img {
    width: 200px;
  }

  .expert-team-info-box-second {
    background: #1a73e8;
    color: white;
    padding: 6px;
    width: 250px;
    height: 230px;
    margin-left: 10px;
    margin-top: 20px;
  }

  .expert-team-info-box {
    background: #1a73e8;
    color: white;
    padding: 15px;
    max-width: 250px;
    height: 250px;
    margin-left: 120px;
  }

  .expert-team-description-text-first {
    font-size: 16px;
    color: #e1e1e1;
    width: 170px;
    height: 150px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-top: -10px;
    margin-left: 50px;
  }

  .expert-team-name1 {
    font-size: 18px;
    color: white;
    margin-left: 50px;
  }

  .expert-team-rol {
    font-size: 14px;
    font-weight: bold;
    margin-left: 50px;
  }

  .expert-team-role {
    font-size: 14px;
    font-weight: bold;
  }

  .expert-team-description-text {
    font-size: 16px;
    color: #e1e1e1;
    width: 170px;
    height: 200px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0%;
    margin-top: -10px;
  }

  .team-expert-member img {
    width: 370px;
    height: 307px;
  }
}

/* Comliances 21rd section */
.team-section-title {
  color: rgba(51, 141, 251, 1);
  font-size: 28px;
  margin-bottom: 20px;
  margin-left: 21.1%;
  font-weight: 700;
}

.team-underline {
  background-color: rgba(51, 141, 251, 1);
  width: 24%;
  height: 2px;
  margin-left: 21.1%;
  margin-top: -20px;
}

.team-section-bg {
  width: 100%;
  height: 50px;
  background: rgba(51, 141, 251, 1);
  position: relative;
  top: 80px;
  left: 0;
  z-index: 0;
}

.team-section-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  position: relative;
  z-index: 999;
  margin-left: 18.1%;
  width: 81.5%;
}

.team-section-member {
  background: rgba(51, 141, 251, 1);
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  width: 250px;
  text-align: center;
  transition: transform 0.3s ease;
  z-index: 1;
  margin-top: -80px;
}

.team-section-member img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.team-section-name {
  margin: 10px 0 5px;
  font-size: 18px;
  color: white;
}

.team-section-role {
  color: white;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.team-section-second {
  display: flex;
  font-size: 12px;
  color: #666;
  text-align: center;
  padding: 5px 10px;
  width: max-content;
  gap: 20px;
}

@media (max-width: 1024px) {
  .team-section-container {
    margin-left: 18%;
  }

  .team-section-wrapper {
    gap: 10px;
    margin-left: 0%;
    width: 100%;
    flex-wrap: nowrap;
  }

  .team-section-member {
    width: 220px;
    margin-top: 0;
  }

  .team-section-second {
    display: none;
  }

  .team-section-bg {
    display: none;
  }
}

@media (max-width: 745px) {
  .team-section-container {
    margin-left: 0;
  }

  .team-section-title {
    font-size: 24px;
    margin-left: 0;
    text-align: center;
  }

  .team-underline {
    width: 60%;
    margin-left: 20%;
  }

  .team-section-bg {
    top: 60px;
  }

  .team-section-wrapper {
    margin-left: 0;
    gap: 10px;
    padding: 10px;
    flex-direction: column;
  }

  .team-section-member {
    width: 100%;
    margin-top: 10px;
  }

  .team-section-member img {
    height: 180px;
  }

  .team-section-name {
    font-size: 16px;
  }

  .team-section-role {
    font-size: 12px;
  }

  .team-section-description-first,
  .team-section-description-second,
  .team-section-description-third,
  .team-section-description-four {
    width: 100%;
    margin-left: 0;
    font-size: 14px;
  }

  .team-section-second {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .team-section-title {
    color: rgba(51, 141, 251, 1);
    font-size: 28px;
    margin-left: 9%;
    font-weight: 700;
  }

  .team-underline {
    width: 80%;
    margin-left: 9%;
    margin-top: -20px;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .team-section-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
    position: relative;
    z-index: 999;
    margin-left: 18.1%;
  }

  .team-section-member {
    background: rgba(51, 141, 251, 1);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 226px;
    text-align: center;
    transition: transform 0.3s ease;
    z-index: 1;
  }
}

/* Comliances 22rd section */
.Tailored {
  border-radius: 10px;
  margin-left: 15.1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.Tailored-main .Tailored-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
}

.Tailored-main .Tailored-title::after {
  content: "";
  display: block;
  width: 400px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
}

.Tailored-solutions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  gap: 10px;
}

.Tailored-solution-card {
  width: 210px;
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #007bff;
  border-radius: 20px;
}

.blue {
  background-color: #007bff;
  box-shadow: -5px 8px 4.7px 0px rgba(0, 0, 0, 0.15);
}

.light-blue {
  background-color: #6eb4ff;
  box-shadow: -5px 8px 4.7px 0px rgba(0, 0, 0, 0.15);
}

.Tailored-number {
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  color: #000;
  font-weight: bold;
  padding: 20px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 20px;
}

.Tailored-text {
  font-weight: 600;
  font-size: 16px;
}

.Tailored-img {
  width: 114px;
  display: block;
}

.comp-last-sec-div {
  height: 250px;
}

@media (max-width: 767px) {
  .Tailored {
    margin-left: 0;
    flex-direction: column;
    align-items: center;
  }

  .Tailored-main .Tailored-title {
    font-size: 24px;
    line-height: 34px;
  }

  .Tailored-main .Tailored-title::after {
    width: 250px;
  }

  .Tailored-solutions {
    flex-direction: column;
    align-items: center;
    width: 300px;
  }

  .Tailored-solution-card {
    text-align: center;
  }

  .Tailored-img {
    margin-left: 0;
    width: 60px;
  }

  .comp-last-sec-div {
    height: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .Tailored {
    margin-left: 17%;
  }

  .Tailored-main .Tailored-title {
    font-size: 28px;
    line-height: 40px;
  }

  .Tailored-main .Tailored-title::after {
    width: 300px;
  }

  .Tailored-solutions {
    justify-content: center;
  }

  .Tailored-solution-card {
    width: 180px;
  }

  .Tailored-img {
    width: 65px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .Tailored-solution-card {
    width: 210px;
    padding: 15px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: baseline;
    position: relative;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #007bff;
    border-radius: 20px;
  }

  .Tailored {
    margin-left: 18.1% !important;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .Tailored-solution-card {
    width: 190px !important;
  }
}

/* Comliances 23rd section */
.Cost-Effective-Services {
  margin-left: 12.9%;
}

.Cost-Effective-Services-service-h {
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
  width: auto;
  text-align: center;
  margin-bottom: 0px;
}

.Cost-Effective-Services-service-h::after {
  content: "";
  display: block;
  width: 380px;
  border-radius: 10px;
  box-shadow: 0px 4px 8px;
  height: 5px;
  background-color: #338dfb;
  margin: 10px auto;
  margin-bottom: 30px;
}

.Cost-Effective-Services-sub-heading {
  font-size: 16px;
  margin-bottom: 30px;
  color: #555;
  display: flex;
  justify-content: center;
}

.Cost-Effective-Services-service-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.Cost-Effective-Services-service-box {
  width: 200px;
  height: 400px;
  background-image: url("../img/Frame\ 1010111173.webp");
  background-size: cover;
  background-position: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  position: relative;
}

.Cost-Effective-Services-icon-container {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.Cost-Effective-Services-service-box img {
  width: 100px;
  position: absolute;
  height: 10%;
  margin-top: -270px;
  margin-left: -50px;
  object-fit: contain;
}

.Cost-Effective-Services-service-content {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

.Cost-Effective-Services-service-box-servie {
  font-size: 16px;
  font-weight: 600;
}

.Cost-Effective-Services-underline {
  border-bottom: 2px solid white;
  margin-bottom: 10px;
  width: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-left: 60px;
}

.Cost-Effective-Services-serive-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  width: 180px;
  margin: 0 auto;
}

@media (min-width: 1750px) and (max-width:2500px) {
  .Cost-Effective-Services-service-box img {
    margin-top: -265px;
    margin-left: -29px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .Cost-Effective-Services {
    margin-left: 15.1%;
  }

  .Cost-Effective-Services-service-h {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    width: auto;
    text-align: center;
    margin-bottom: 0px;
  }

  .Cost-Effective-Services-service-h::after {
    content: "";
    display: block;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px;
    height: 5px;
    background-color: #338dfb;
    margin: 10px auto;
    margin-bottom: 30px;
  }

  .Cost-Effective-Services-sub-heading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
    display: flex;
    justify-content: center;
  }

  .Cost-Effective-Services-service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .Cost-Effective-Services-service-box {
    width: 195px;
    height: 390px;
    background-image: url("../img/Frame\ 1010111173.webp");
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .Cost-Effective-Services-icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .Cost-Effective-Services-service-box img {
    width: 150px;
    position: absolute;
    height: 12%;
    margin-top: -260px;
    margin-left: -75px;
    object-fit: contain;
  }

  .Cost-Effective-Services-service-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0px;
  }

  .Cost-Effective-Services-serive-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    padding: 5px;
    margin: 0px auto;
    word-spacing: 1px;
  }
}

@media screen and (min-width: 1239px) and (max-width: 1341px) {
  .Cost-Effective-Services {
    margin-left: 18.1%;
  }

  .Cost-Effective-Services-service-h {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    width: auto;
    text-align: center;
    margin-bottom: 0px;
  }

  .Cost-Effective-Services-service-h::after {
    content: "";
    display: block;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px;
    height: 5px;
    background-color: #338dfb;
    margin: 10px auto;
    margin-bottom: 30px;
  }

  .Cost-Effective-Services-sub-heading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
    display: flex;
    justify-content: center;
  }

  .Cost-Effective-Services-service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .Cost-Effective-Services-service-box {
    width: 180px;
    height: 350px;
    background-image: url("../img/Frame\ 1010111173.webp");
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .Cost-Effective-Services-icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .Cost-Effective-Services-service-box img {
    width: 150px;
    position: absolute;
    height: 12%;
    margin-top: -220px;
    margin-left: -75px;
    object-fit: contain;
  }

  .Cost-Effective-Services-service-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 0px;
  }

  .Cost-Effective-Services-serive-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 18px;
    padding: 5px;
    margin: 0px auto;
    word-spacing: 1px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .Cost-Effective-Services {
    margin-left: 18%;
  }

  .Cost-Effective-Services-service-h {
    font-size: 34px;
    font-weight: 700;
    line-height: 46px;
    width: auto;
    text-align: center;
    margin-bottom: 0px;
  }

  .Cost-Effective-Services-service-h::after {
    content: "";
    display: block;
    width: 380px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px;
    height: 5px;
    background-color: #338dfb;
    margin: 10px auto;
    margin-bottom: 30px;
  }

  .Cost-Effective-Services-sub-heading {
    font-size: 16px;
    margin-bottom: 30px;
    color: #555;
    display: flex;
    justify-content: center;
  }

  .Cost-Effective-Services-service-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .Cost-Effective-Services-service-box {
    width: 180px !important;
    height: 400px;
    background-image: url("../img/Frame\ 1010111173.webp");
    background-size: cover;
    background-position: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }

  .Cost-Effective-Services-icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .Cost-Effective-Services-service-box img {
    width: 150px;
    position: absolute;
    height: 15%;
    margin-top: -270px;
    margin-left: -50px;
    object-fit: contain;
  }

  .Cost-Effective-Services-service-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .Cost-Effective-Services-serive-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
    width: 180px;
    margin: 0 auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .Cost-Effective-Services-service-container {
    gap: 15px;
  }

  .Cost-Effective-Services-underline {
    margin-left: 10px;
    border-bottom: 2px solid white;
    margin-bottom: 10px;
    width: 100px !important;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 15px;
  }

  .Cost-Effective-Services-service-box img {
    width: 100px;
    position: absolute;
    height: 10%;
    margin-top: -320px;
    margin-left: -30px;
    object-fit: contain;
  }

  .Cost-Effective-Services-service-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .Cost-Effective-Services-service-box {
    width: 100%;
    max-width: 238px;
    height: 460px;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: -200px;
  }

  .Cost-Effective-Services-serive-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
    width: 180px;
  }
}

@media (max-width: 576px) {
  .Cost-Effective-Services-service-h::after {
    width: 300px;
  }
}

@media (max-width: 480px) {
  .Cost-Effective-Services {
    margin-left: 0%;
  }

  .Cost-Effective-Services-service-container {
    gap: 10px;
  }

  .Cost-Effective-Services-icon-container {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .Cost-Effective-Services-service-box img {
    width: 100px;
    position: absolute;
    height: 10%;
    margin-top: -400px;
    margin-left: -50px;
    object-fit: contain;
  }

  .Cost-Effective-Services-service-content {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
  }

  .Cost-Effective-Services-service-box {
    width: 100%;
    max-width: 280px;
    height: 550px;
  }

  .Cost-Effective-Services-service-box-servie {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    margin-top: -200px;
  }

  .Cost-Effective-Services-serive-text {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    line-height: 20px;
    width: 180px;
  }
}

/* 24th and 25th section css  */
.timelyUpdates {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  background-image: url("../img/timely_fillings_bg.webp");
  background-size: 100% 100%;
}

.timelyUpdates h2 {
  font-weight: 700;
  padding-top: 20px;
}

.timelyUpdates p {
  margin-top: 10px;
  font-weight: 600;
}

.timelyUpdates .timelyRow1,
.timelyUpdates .timelyRow2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.timelyUpdates .timelyRow1 .timelyRowItem,
.timelyUpdates .timelyRow2 .timelyRowItem {
  width: 300px;
  height: 270px;
  padding: 0px 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.timelyUpdates .timelyRow1 .timelyRowItem {
  padding: 30px 80px 0px 80px;
}

.timelyUpdates .timelyRow2 .timelyRowItem {
  padding: 0px 80px 60px 80px;
}

.timelyUpdates .timelyRow2 {
  position: absolute;
  top: 350px;
}

.endToEndAssistance {
  display: flex;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
}

.endToEndAssistance .endToEnd {
  display: flex;
  flex-direction: column;
  flex: 1.5;
}

.endToEndAssistance .endToEnd h2 {
  color: white;
  font-size: 30px;
  align-self: flex-end;
}

.endToEndAssistance .endToEnd p {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
  text-align: justify;
}

.endToEndAssistance .weHandleEverything {
  text-align: center;
  padding: 50px 20px;
}

.endToEndAssistance .weHandleEverything h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2363d1;
  margin-bottom: 20px;
}

.handleItems {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}

.handleItem-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 150px;
}

.handleItem-img img {
  width: 100px;
}

.handleItem-img p {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-top: 10px;
}

@media (min-width: 1750px) and (max-width:2500px) {
  .endToEndAssistance .endToEnd h2 {
    align-self: center;
  }
}

@media (max-width: 992px) {
  .timelyUpdates .timelyRowItem {
    width: 45%;
    height: auto;
  }

  .endToEndAssistance {
    flex-direction: column;
  }

  .endToEndAssistance .endToEnd h2 {
    color: white;
    font-size: 30px;
    align-self: center;
  }

  .handleItem-img {
    width: 100px;
  }

  .timelyUpdates .timelyRow2 {
    position: static;
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .timelyUpdates .timelyRowItem {
    width: 100%;
    padding: 10px;
  }

  .handleItems {
    gap: 10px;
  }

  .handleItem-img img {
    width: 70px;
  }
}

@media (max-width: 576px) {

  .timelyUpdates h2,
  .weHandleEverything h2 {
    font-size: 1.5rem;
  }

  .timelyUpdates p {
    font-size: 14px;
  }

  .handleItem-img img {
    width: 60px;
  }
}

@media (max-width:1024px) {
  .light-blue-tooltip {
    padding: 10px 10px;
  }

  .establishment-certificate-section {
    max-width: 160px;
  }

  .electricity-bill-section {
    max-width: 296px;
  }

  .cancelled-cheque-section {
    max-width: 430px;
  }

  .pan-tooltip {
    max-width: 565px;
  }

  .aadhar-tooltip {
    max-width: 610px;
  }

  .tooltip-image-6 {
    width: 130px;
    top: -128px;
  }

  .compliance-elven-sec {
    width: 81.5%;
    margin-left: auto;
  }
}

@media (min-width: 767px) and (max-width: 800px) {
  .compliance-section {
    margin-top: 0px;
  }

  .compliances-first-section {
    top: 0px;
    margin-bottom: 0px;
  }

  .compliance-second-sec {
    margin-left: 0;
  }

  .step-box {
    width: 100%;
    height: 100%;
    padding: 20px;
    margin-top: 20px;
  }

  .process-steps {
    gap: 10px;
    margin-top: -34px;
  }

  .tax-filing-section {
    height: 88vh;
  }

  .compliance-seventh-sec {
    width: 100%;
    margin-left: 0;
  }

  .compliance-tenth-section {
    width: 100%;
    margin-left: 0;
  }

  .establishment-certificate-section {
    max-width: 220px;
  }

  .electricity-bill-section {
    max-width: 275px;
  }

  .cancelled-cheque-section {
    max-width: 360px;
  }

  .pan-tooltip {
    max-width: 454px;
  }

  .aadhar-tooltip {
    max-width: 555px;
  }

  .signature-tooltip {
    width: 645px;
  }

  .tooltip-image-6 {
    left: -115px;
    top: -160px;
  }

  .compliance-elven-sec {
    width: 100%;
    margin-left: 0;
  }

  .pollution-section {
    width: 100%;
    margin-left: 0;
  }

  .img-fluids {
    margin-left: 22%;
  }

  .Pollution-main {
    margin-left: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team-section-container {
    margin-left: 0%;
  }

  .Cost-Effective-Services {
    margin-left: 0%;
  }

  .Tailored {
    margin-left: 0%;
  }
}


@media (max-width:767px) {
  .compliance-elven-sec {
    width: 100%;
    margin-left: 0;
  }

}