@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --yellow: #ffa600;
  --blue: rgba(0, 12, 92);
  --red: #ec1c22;
}

body {
 font-family: "Inter", sans-serif;
  background-color: #f0f0f0;
  color: #333;
}

h1 {
  font-size: 2em;
  color: #333;
  text-align: center;
  margin-top: 20px;
}

p {
  font-size: 1em;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none !important;
}

.spacer-50 {
  width: 100%;
  height: 50px;
}

.spacer-100 {
  width: 100%;
  height: 100px;
}

.button {
  padding: 10px 30px;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.8);
  display: inline-block;
}

.sec-subheading h6 {
  padding: 7px 15px;
  display: inline-block;
  color: var(--red);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.sec-subheading h6:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid;
  border-image: linear-gradient(90deg, #283692, #ff0044) 1;
}

.sec-subheading>* {
  position: relative;
  z-index: 2;
}

.sec-subheading h6 {
  margin-bottom: 0;
}

.sec-heading h2 {
  color: var(--blue);
  font-weight: 700;
  font-size: 3rem;
}

.sec-heading h4 {
  color: var(--blue);
  font-weight: 700;
  font-size: 2rem;
}

.sec-heading h2 span {
  background: linear-gradient(90deg, #283692, #ff0044);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.sec-padding {
  padding: 4rem 0 6rem 0;
}

.text-shadow {
  text-shadow: 1px 1px 5px rgba(180, 1, 1, 0.5);
}

.text-white {
  color: #fff !important;
}

.cta {
  padding: 10px 30px;
  background: var(--yellow);
  color: var(--blue);
  border-radius: 10px;
}

.sec-button a {
  padding: 10px 20px;
  background: var(--blue);
  color: var(--yellow);
  font-weight: 700;
  border-radius: 20px;
}

/* ==================== hero starts here ==================== */
#hero {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: relative;
}

.hero-top-wrapper {
  width: 100%;
  display: flex;
  padding: 0 4rem;
  height: 15vh;
  position: relative;
}

.main-logo {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-main-nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.hero-main-nav nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.hero-contact {
  padding-left: 10rem;
  display: flex;
}

.hero-contact a {
  display: flex;
  gap: 10px;
}

.hero-contact a i {
  color: var(--yellow);
}

.hero-main-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--blue);
  display: flex;
  align-items: center;
  padding: 0 4rem;
  box-shadow: inset 5px 5px 15px rgba(0, 0, 0, 0.8);
}

.hero-main-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/abstract-bg4.jpg);
  background-size: cover;
  opacity: 0.12;
  z-index: 1;
}

.shadow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  height: 135px;
  border-right: 2px solid #000;
  border-bottom: 5px solid #fff;
  filter: blur(5px);
  border-radius: 20px;
}

.main-logo {
  width: 200px;
  height: 150px;
  background: rgb(255, 255, 255);
  /* clip-path: path('M 0 150 A 10 10 0 0 1 10 140 L 180 140 A 10 10 0 0 0 190 130 L 190 10 A 10 10 0 0 1 200 0 L 0 0 L 0 150 Z'); */
  clip-path: path("M 0 150 A 25 25 0 0 1 20 130 L 170 130 A 25 25 0 0 0 185 110 L 185 20 A 25 25 0 0 1 200 0 L 0 0 L 0 150 Z"
    );
  z-index: 99;
}

.main-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-logo a img {
  width: 110px;
  height: 100px;
  margin-top: -20px;
  /* object-fit: cover; */
}

.hero-main-nav {
  width: 100%;
  z-index: 99;
  padding: 0 0 0 0;
}

.hero-main-nav nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hero-main-nav ul li {
  /* margin: 0 20px; */
  display: flex;
  /* gap: 1.5rem; */
  flex-wrap: wrap;
  align-items: center;
}

.hero-main-nav ul li {
  color: #fff;
}

.hero-main-nav li {
  position: relative;
}

.hero-main-nav a {
  text-decoration: none;
  color: #fff;
  padding: 0.5rem;
  display: flex;
  align-items: center;
}

.inner-menu li ul,
.hero-main-nav li ul {
  opacity: 0;
  display: block;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  min-width: 220px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
  border-radius: 5px;
  margin-left: 0;
  backdrop-filter: blur(5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.hasSubmenu ul.active {
  opacity: 1;
  display: block !important;
  visibility: visible;
  position: relative;
}

.inner-menu li ul {
  width: 100%;
  box-shadow: none;
  min-width: 320px;
  top: 110% !important;
  border: 1px solid var(--blue);
  background-color: var(--blue);
  padding-left: 0;
}

.inner-menu li ul li,
.hero-main-nav li ul li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 12, 92, 0.2);
}

.inner-menu li ul li {
  padding: 15px;
  border-bottom: 2px solid;
  border-image: linear-gradient(rgba(255, 255, 255, 0.1), #fff, rgba(255, 255, 255, 0.1)) 1;
}

.inner-menu li ul li a {
  padding: 0 10px;
  color: #fff;
  font-size: 1rem;
}

.hero-main-nav li ul li a {
  padding: 0.5rem 1rem;
  white-space: nowrap;
  color: var(--blue);
  font-weight: 700;
  font-size: 1rem;
}

.caret {
  margin-left: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.inner-menu .caret {
  border-top: 5px solid var(--blue);
}

.hamburger {
  display: none;
  width: 40px;
  height: 50px;
  position: relative;
  flex-direction: column;
  margin: 10px 10px 0 0;
  cursor: pointer;
}

.hamburger span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.5s;
}

.ham-black span {
  background: var(--blue);
}

.hamburger span:nth-child(1) {
  top: -10px;
}

.hamburger span:nth-child(3) {
  top: 10px;
}

.hamburger.active span:nth-child(2) {
  display: none;
}

.hamburger.active span:nth-child(1) {
  top: -0;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(3) {
  top: .0;
  transform: rotate(-45deg);
}

.heromain {
  width: 100%;
  display: flex;
}

.hero-btm-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 75px;
  background: #fff;
  clip-path: path("M 0 75 L 300 75 L 300 0 A 20 20 0 0 1 280 15 L 40 15 A 20 20 0 0 0 20 30 L 20 60 A 20 20 0 0 1 0 75 Z"
    );
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.hero-btm-right ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 20px;
}

.hero-btm-right ul li {
  list-style: none;
  margin: 0 10px;
}

.hero-btm-right ul li a i {
  color: var(--blue);
}

.hero-left,
.hero-right {
  flex: 50%;
  max-width: 50%;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 50px;
}

.hero-left .hero-left-content h1 {
  width: 90%;
  font-size: 3rem;
  /* color: #000; */
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
}

.hero-left .hero-left-content p {
  color: rgba(255, 255, 255, 0.9);
}

.hero-left-content a {
  padding: 10px 30px;
  background: var(--yellow);
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-form-wrapper {
  width: 70%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 30px;
  backdrop-filter: blur(5px);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.hero-form form,
.hero-form {
  width: 100%;
}

.hero-form-title h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: left;
}

.hero-form-title h2 span {
  color: var(--yellow);
}

.hero-form form textarea,
.hero-form form input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: none;
  margin-bottom: 15px;
}

.hero-form form input[type="submit"] {
  background: var(--yellow);
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.hero-form form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

/* ======================== about us ================= */
.about-content-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 2rem;
}

.about-image-wrapper {
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 1px;
}

.about-image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 100px;
  background: #fff;
  clip-path: path("M 0 100 A 20 20 0 0 1 20 80 L 260 80 A 20 20 0 0 0 280 60 L 280 20 A 20 20 0 0 1 300 0 L 0 0 L 0 100 Z"
    );
  z-index: 1;
}

.about-image-wrapper::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 180px;
  height: 80px;
  background: #fff;
  clip-path: path("M 0 80 A 25 25 0 0 0  15 65 L 15 25 A 15 15 0 0 1 30 15 L 165 15 A 25 25 0 0 0 180 0 L 180 80 L 0 80 Z"
    );
  z-index: 1;
}

.about-image-wrapper img {
  width: 100%;
  position: relative;
}

/* ========================= services =================== */



/* ==================== business require =============== */
#business-require {
  width: 100%;
  height: 100vh;
  background: url(../images/digital-data-stream-laptop-screen.jpg) center center;
  background-size: cover;
  position: relative;
}

#business-require:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 7, 42, 0.8);
  z-index: 1;
}

.business-require-wrapper {
  z-index: 2;
  padding: 6rem 0 2rem 0;
  display: flex;
}

.business-req-content-wrapper {
  flex: 60%;
  max-width: 60%;
}

.business-req-content-wrapper .sec-heading {
  margin-bottom: 50px;
}

.business-require-box-wrapper {
  flex: 40%;
  max-width: 40%;
}

.business-require-content {
  width: 100%;
  margin-bottom: 50px;
}

.business-require-content p {
  width: 70%;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

.business-require-link a {
  padding: 10px 30px;
  background: var(--yellow);
  color: #000;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.business-require-box-wrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.reqire-box {
  flex: 50%;
  max-width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  backdrop-filter: blur(2px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.require-box-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.require-box-icon img {
  width: 50px;
}

.require-box-counter h2 {
  font-size: 3rem;
  color: var(--red);
  font-weight: 700;
}

.require-box-prefix h6 {
  color: #fff;
  text-align: center;
}

/* ===================== our process ======================= */
#our-process {
  width: 100%;
  background: url(../images/abstract.jpg);
  background-size: cover;
  position: relative;
}

#our-process:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 2;
}

.our-process-wrapper {
  z-index: 3;
  margin-bottom: 100px;
}

.process-content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.process-content p {
  width: 70%;
  color: #000;
}

.process-box-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.process-box {
  flex: 33.33%;
  max-width: calc(33.33% - 60px);
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border-top-left-radius: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.process-no {
  width: 50px;
  height: 50px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-no h5 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}

.diverse-range {
  border-radius: 30px;
  width: 100%;
  background: var(--blue);
  z-index: 99;
  padding: 50px;
}

.diverse-range-btn {
  margin-top: 30px;
}

.diverse-range-btn a {
  padding: 10px 30px;
  background: var(--yellow);
  border-radius: 20px;
  color: var(--blue);
  font-weight: 700;
}

.diverse-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.diverse-wrapper .diverse-box {
  flex: 50%;
  max-width: calc(50% - 30px);
  display: flex;
  gap: 10px;
  align-items: center;
  animation: zoomCycle 6s infinite ease-in-out;
  margin-bottom: 30px;
}

.diverse-box:nth-child(1) {
  animation-delay: 0s;
}

.diverse-box:nth-child(2) {
  animation-delay: 1s;
}

.diverse-box:nth-child(3) {
  animation-delay: 2s;
}

.diverse-box:nth-child(4) {
  animation-delay: 3s;
}

.diverse-box:nth-child(5) {
  animation-delay: 4s;
}

.diverse-box:nth-child(6) {
  animation-delay: 5s;
}

@keyframes zoomCycle {

  0%,
  16.6%,
  100% {
    transform: scale(1);
  }

  8.3% {
    transform: scale(1.4);
  }
}

.diverse-box img {
  width: 30px;
}

.diverse-box h3 {
  color: #fff;
  font-size: 1rem;
}

/* ================= testimonial =============== */
#testimonial-slider {
  width: 100%;
  height: 100vh;
}

.testimonial-section {
  max-width: 1200px;
  margin: auto;
  padding: 40px 20px;
}

.testimonial-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #fff, #283692, #ff0044, #fff);
  border-image-slice: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.owl-carousel .owl-item img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.testimonial-box h3 {
  margin: 10px 0 5px;
  font-size: 1.1rem;
}

.testimonial-box .designation {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 10px;
}

.testimonial-box .testimonial-text {
  font-size: 0.95rem;
  color: #333;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.owl-nav button {
  background: #ddd;
  border: none;
  padding: 10px 15px;
  border-radius: 50%;
}

.owl-nav button span {
  font-size: 2rem;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots button {
  background: var(--red) !important;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}

.owl-dots button.active {
  background: var(--red) !important;
  opacity: 1;
}

/* ======================= our blogs ============== */
#our-blogs {
  width: 100%;
  padding: 4rem 0 4rem 0;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.blog-box {
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 40px;
  border-radius: 20px;
}

.blog-title {
  padding: 10px 0;
}

.blog-image {
  width: 100%;
}

.blog-image img {
  width: 100%;
}

.blog-text p {
  margin-bottom: 40px;
}

.blog-link a {
  padding: 10px 30px;
  background: var(--red);
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

/* ===================== footer ====================   */
.fo-footer {
  background-color: var(--blue);
  color: var(--white);
  font-family: var(--poppins);
  position: relative;
  overflow: hidden;
}

.fo-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%,
      rgba(247, 163, 67, 0.1),
      transparent 70%);
  z-index: 0;
}

.footer-top {
  padding: 60px 0 40px;
  position: relative;
  z-index: 1;
}

.footer-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
}

.footer-column {
  margin-bottom: 20px;
}

.footer-logo {
  height: 80px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.footer-links {
  padding-left: 5px;
}

.footer-logo:hover {
  transform: scale(1.05);
}

.footer-about {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin-bottom: 25px;
  font-size: 15px;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--white);
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: var(--yellow);
  transform: translateY(-3px);
}

.footer-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
  font-family: var(--playfair);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: var(--secondary-color);
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  position: relative;
  padding-left: 15px;
}

.footer-links a::before {
  content: "»";
  position: absolute;
  left: 0;
  color: var(--secondary-color);
  opacity: 0;
  transition: all 0.3s ease;
}

.footer-links a:hover {
  color: var(--yellow);
  padding-left: 20px;
}

.footer-links a:hover::before {
  opacity: 1;
  left: 5px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.contact-item i {
  color: var(--yellow);
  margin-top: 3px;
  font-size: 16px;
}

.footer-bottom {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.footer-bottom .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-align: center;
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: var(--secondary-color);
}

/* Responsive Adjustments */
@media (min-width: 768px) {
  .footer-bottom .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .footer-container {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}


/* ======================== inner header ============== */
#inner-header {
  width: 100%;
  height: 60vh;
}

.header-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 6rem 0 4rem;
}

.inner-menu {
  /* width: 100%; */
  margin-left: auto;
  background: #fff;
  padding: 10px 0;
  margin-top: 30px;
}

.inner-logo img {
  width: 120px;
}

nav ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

nav ul li {
  padding-left: 30px;
  position: relative;
}

nav ul li a {
  color: var(--blue);
  font-size: 1.1rem;
  font-weight: 600;
  /* text-transform: uppercase; */
}

nav ul li ul {
  position: absolute;
}

.inner-breadcums {
  width: 100%;
  height: 50vh;
  background: var(--blue);
  /* border-top-left-radius: 70px; */
  /* border-top-right-radius: 15px; */
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 0 6rem; */
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.inner-breadcums:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 12, 92, 1);
  background-size: cover;
  z-index: 2;
  filter: opacity(0.2);
}

.breadcum-text {
  text-align: center;
  z-index: 2;
}

.breadcum-text h2 {
  color: #fff;
  font-size: 3rem;
}

.breadcum-text h6 a,
.breadcum-text h6 {
  color: #fff;
}

.breadcum-text h6 i {
  padding: 0 10px;
}

.breadcum-text h6 span {
  color: var(--yellow);
}
.breadcum-image {
  width: 100%;
  height: 100%;
  position: absolute;
}
.breadcum-image img {
  width: 100%;
  height: 100%;
  filter: opacity(0.4);
  object-fit: cover;
  object-position: center center;
}

.breadcum-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.breadcum-video video {
  filter: opacity(0.5);
}

.about-text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#managed-it-services {
  width: 100%;
  height: 100%;
  background: rgb(1, 7, 59);
  padding: 2rem 0;
}

.managed-service-box-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.managed-service-box-wrapper .managed-services-box {
  flex: 33.33%;
  max-width: calc(33.33% - 40px);
  text-align: center;
  position: relative;
  padding: 5px;
  border-radius: 20px;
  overflow: hidden;
}

/* .managed-services-box:before, */
.managed-services-box:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 3px;
  transform: translate(-50%, -50%);
  background-image: conic-gradient(#283692, #ff0044, #283692);
  z-index: 1;
  box-sizing: content-box;
  border-radius: 20px;
}

.managed-services-box:before {
  filter: blur(2px);
}

.ms-box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  background: rgb(1, 7, 59);
  border-radius: 20px;
  padding: 20px;
}

.msb-text h4,
.msb-text p {
  color: rgba(255, 255, 255, 0.7);
}

.msb-text h4 {
  color: var(--yellow);
}
.msb-link a{
  color: #fff;
  border: 2px solid var(--yellow);
  padding: 5px 10px;
  border-radius: 10px;
}
.mission-vision-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mv {
  width: 100%;
  height: 100%;
  padding: 20px;
  border: 1px solid var(--blue);
  border-radius: 20px;
  margin: 20px 0;
  position: relative;
}

.mv .mv-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 70px;
  background: var(--blue);
  border-top-left-radius: 20px;
  clip-path: path("M 0 70 A 10 10 0 0 1 10 60 L 180 60 A 10 10 0 0 0 190 50 L 190 10 A 10 10 0 0 1 200 0 L 0 0 L 0 70 Z");
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
}

.mv-text {
  padding-left: 220px;
}

/* ============================ contact us ================ */
.contact-outer-wrapper {
  background: var(--blue);
  padding: 4rem;
  border-radius: 20px;
}

.contact-box {
  background: #fff;
  position: relative;
  padding: 0;
  margin-bottom: 50px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.contact-box:last-child {
  margin-bottom: 0;
}

.contact-box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
  padding: 3px;
  background-image: conic-gradient(#ffa600, #ff0044, #ffa600);
  z-index: 1;
  box-sizing: content-box;
  border-radius: 10px;
}

.cb-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--blue);
  z-index: 2;
  padding: 10px;
  border-radius: 10px;
}

.cb-icon img {
  width: 80px;
  border-radius: 10px;
}

.cb-text h4 {
  color: var(--yellow);
}

.cb-text p {
  color: rgba(255, 255, 255, 0.7);
}

.cb-text a {
  color: #fff;
  font-weight: 700;
}

.contact-form-wrapper {
  background: var(--blue);
  padding: 0 4rem 4rem 4rem;
}

.contact-form-wrapper form .w-100 {
  width: 100%;
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

form .w-100 input,
form .w-100 textarea,
form .w-100 select {
  width: 100%;
  padding: 10px;
}

form .w-100,
form .w-100 .w-50 {
  position: relative;
}

form .w-100 label,
form .w-100 .w-50 label {
  position: absolute;
  top: -25px;
  color: var(--yellow);
}

form .w-100 input[type="submit"] {
  display: inline-block;
  width: auto;
  background: var(--yellow);
  padding: 15px 50px;
  border-radius: 10px;
  font-weight: 700;
}

.form-title {
  margin-bottom: 50px;
}

.form-title h3 {
  color: #fff;
}

.five-content {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-item a{
    color:rgba(255, 255, 255, 0.7);
}

/* ========================= service page ============== */
.service-one-top {
  width: 100%;
  display: flex;
  gap: 30px;
}

.title-text-box {
  padding: 40px;
  background: var(--blue);
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.7);
}

.service-one-bottom {
  padding: 10px 0;
}

.sec-btn-text {
  display: flex;
  align-items: center;
}

.sec-btn-text a {
  flex: 25%;
  max-width: 25%;
  background: var(--blue);
  padding: 10px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--yellow);
  font-weight: 700;
}

.sec-btn-text p {
  padding-left: 10px;
  margin-bottom: 0;
}

.ser-one-right {
  width: 100%;
  height: 100%;
  background: url(../images/728.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.ser-one-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #ff0044, #283692, #ff0044);
  ;
  mix-blend-mode: color;
  z-index: 1;
}

.ser-one-right h4,
.ser-one-right p,
.ser-one-right a {
  position: relative;
  z-index: 2;
}

.service-two-img {
  border-radius: 10px;
  overflow: hidden;
}

.service-two-color-box {
  background: var(--blue);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}

.service-two-color-box h3,
.service-two-color-box p {
  margin-bottom: 0;
}

#accordionFlushExample {
  border: 2px solid rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  overflow: hidden;
}

/* ==================== cta ============= */
#cta {
  width: 100%;
  background: url(../images/breadcum-two.jpg);
  background-size: cover;
  padding: 3rem;
  color: #fff;
  border-radius: 10px;
}

.cta-button {
  height: 100%;
  display: flex;
  align-items: center;
}

.flex-end {
  width: 100%;
  justify-content: flex-end;
}

.cta-button a {
  padding: 10px 30px;
  background: var(--yellow);
  border-radius: 20px;
  color: var(--blue);
}

/* =========================== services ============== */
/* .services {
      padding: 60px 20px;
      background: #f0f4f8;
      text-align: center;
    }

    .services h2 {
      font-size: 2rem;
      margin-bottom: 40px;
    }

    .service-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .service-box {
      background: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
      transition: transform 0.3s ease;
    }

    .service-box:hover {
      transform: translateY(-5px);
    }

    .services .service-box i {
      font-size: 2rem;
      color: var(--blue);
      margin-bottom: 15px;
    }

    .services .service-box h3 {
      font-size: 1.3rem;
      margin-bottom: 10px;
    }

    .services .service-box p {
      font-size: 1rem;
      margin-bottom: 15px;
    }

    .services .service-box a {
      text-decoration: none;
      background: var(--blue);
      color: #fff;
      padding: 10px 18px;
      border-radius: 6px;
      display: inline-block;
      font-size: 0.95rem;
      transition: all 0.3s ease;
    }

    .services .service-box a:hover {
      background: var(--blue);
    } */

/* ======================== new box design ===================    */
#service-new {
  width: 100%;
  background: #f4ffff;
  height: 100vh;
  display: flex;
}

#service-new .service-row-wrapper {
  width: 100%;
  display: flex;
  gap: 50px;
  padding-left: 5rem;
  flex-wrap: wrap;
}
.service-col {
  flex: 2 1 1;
  height: 100%;
}
.ser-col-one {
  flex: 1.5;
}
.ser-col-two,
.ser-col-three {
  flex: 1;
}
.service-inner-wrapper {
  width: 100%;
  position: relative;
}
.ser-col-two,
.ser-col-one {  
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; 
}
.service-box-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.service-box-wrapper .service-box {
  flex: 50%;
  max-width: calc(50% - 15px);
  cursor: pointer;
  color: #000;
  padding: 1px;  
  display: flex;
  flex-direction: column;
  justify-content: center;  
  border-radius: 10px;
  background: var(--blue);
  position: relative;
}
.service-box-wrapper .service-box:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 3px;
    transform: translate(-50%, -50%);
    background-image: conic-gradient(#283692, #ff0044, #283692);
    z-index: 1;
    box-sizing: content-box;
    border-radius: 10px;
}
.service-box-wrapper .service-box h6
 {
  color: #ffffff;
}
.ser-box-inner{
  width: 100%;
  height: 100%;
  background: var(--blue);
  z-index: 2;
  padding: 10px;
}
.service-box-wrapper .service-box p{
  color: var(--yellow);
  font-size: 1.1rem;
  font-weight: 700;
}
.service-box-wrapper .service-box.active{
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
}
.service-box-wrapper .service-box.active p,
.service-box-wrapper .service-box.active h6 {
  color: rgba(255, 255, 255, 0.7);
}
.ser-box-details {
  position: absolute;
  height: 100vh;
  width: 100%;
  padding: 20px;
  display: none; 
  flex-direction: column;
  justify-content: center;
}
.ser-box-details.active {
  display: flex;
}
.ser-box-details:nth-child(5),
.ser-box-details:nth-child(1) {
  /* background: #5A1DDD; */
  background-image: linear-gradient(45deg, #283692, #0d0447 190%, #283692 );
}
.ser-box-details:nth-child(6),
.ser-box-details:nth-child(2) {
  background: #499a4c;
  background-image: linear-gradient(45deg, #136516 10%, #499a4c,  #136516 110% , #499a4c);
}
.ser-box-details:nth-child(7),
.ser-box-details:nth-child(3) {
  background: #c81d48;
  background-image: linear-gradient(45deg, #570318 1%, #c81d48 , #570318 140%, #c81d48);
}
.ser-box-details:nth-child(8),
.ser-box-details:nth-child(4) {
  background: #bb9c22;
  background-image: linear-gradient(45deg, #93770a 10%, #bb9c22, #93770a 110%, #bb9c22 );
}
.service-nxt-prev {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.service-nxt-prev span {
  cursor: pointer;
  position: relative;
}
.service-nxt-prev span:nth-child(1):after{
  content: '\f060';
  position: absolute;
  top: 80%;
  left: 0;
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  margin-right: 8px;
}
.service-nxt-prev span:nth-child(2):after{
  content: '\f061';
  position: absolute;
  top: 80%;
  right: 1px;
  font-family: "Font Awesome 6 Free"; 
  font-weight: 900; 
  margin-right: 8px;
}
.service-title h2,
.service-content p,
.service-nxt-prev span{
  color: #ffff;
  padding-bottom: 20px;
}
.service-box h6{
  font-weight: 800;
  color: var(--blue);
}
 .next-service{
    text-align: right;
}
.service-icon{
  margin-bottom: 50px;
}
.service-icon img{
  width: 150px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}  
.service-link{
  margin-bottom: 40px;
}
.service-link a{
  color: #fff;
  border: 2px solid var(--yellow);
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* ================== media query ================= */
@media screen and (min-width: 992px) {
  .hero-main-nav li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .inner-menu li:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .hero-main-wrapper {
    padding: 0 2rem;
  }

  .hero-left .hero-left-content h1 {
    width: 90%;
  }

  .hero-form-wrapper {
    width: 90%;
  }

  .hero-form-title h2 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 992px) {
  .hero-top-wrapper {
    padding: 0 1rem;
  }

  .sec-heading h2 {
    color: var(--blue);
    font-weight: 900;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }

  .spacer-100 {
    width: 100%;
    height: 20px !important;
  }

  /* .service-box-wrapper .service-box {
    flex: 50%;
    max-width: calc(50% - 60px);
  } */
  #hero {
    height: 125vh;
    background: var(--blue);
  }

  .hero-top-wrapper {
    height: 10vh;
  }

  .main-logo {
    padding-top: 10px;
  }

  .hero-main-wrapper {
    padding: .1rem 1rem 0 1rem;
    top: 5vh;
    box-shadow: none;
  }

  .hero-main-wrapper::before {
    object-fit: cover;
  }

  .heromain {
    flex-wrap: wrap;
  }

  .hero-left,
  .hero-right {
    flex: 100%;
    max-width: 100%;
  }

  .main-logo {
    width: 100px;
    height: 80px;
    clip-path: path("M 0 80 A 10 10 0 0 1 10 70 L 80 70 A 10 10 0 0 0 90 60 L 90 10 A 10 10 0 0 1 100 0 L 0 0 L 0 80 Z"
      );
  }

  .main-logo a img {
    width: 80px;
    height: 70px;
  }

  .hero-left .hero-left-content h1 {
    width: 100%;
    font-size: 1.5rem;
  }

  .hero-main-nav {
    padding: 0;
    /* align-items: flex-start; */
  }

  nav ul {
    display: none !important;
    position: absolute;
    width: 100%;
    /* min-height: 40vh; */
    right: 0;
    top: 100%;
    background: rgba(0, 12, 92, 0.9);
    backdrop-filter: blur(5px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    padding: 2rem 20px !important;
  }

  nav ul.active {
    display: block !important;
    z-index: 99;
  }

  nav ul li {
    text-align: center;
  }

  .inner-menu nav ul {
    top: 10vh;
  }

  .inner-menu nav ul li {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  .inner-menu nav ul li a {
    color: #fff;
    font-size: 1.2rem;
  }

  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero-form-wrapper {
    width: 100%;
  }

  .about-content-wrapper {
    padding: 5px;
  }

  .ser-content p {
    width: 100%;
    padding: 5px;
  }

  .business-require-wrapper {
    flex-wrap: wrap;
    padding: 1rem 0 1rem 0;
  }

  .business-req-content-wrapper,
  .business-require-box-wrapper {
    flex: 100%;
    max-width: 100%;
  }

  .business-require-content,
  .business-req-content-wrapper .sec-heading {
    margin-bottom: 10px;
  }

  .process-content p,
  .business-require-content p {
    width: 100%;
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .business-require-link {
    margin-bottom: 20px;
  }

  .business-require-box-wrapper {
    gap: 10px;
  }

  .reqire-box {
    max-width: calc(50% - 10px);
  }

  .require-box-counter h2 {
    font-size: 1.7rem;
  }

  .inner-menu li ul,
  .hero-main-nav li ul {
    position: relative;
    display: none !important;
    transition: all 0.5s;
    background-color: rgba(71, 61, 139, 0.447);
    box-shadow: none;
    padding: 0 0 !important;
    border-radius: 20px;
  }

  .inner-menu li ul.active .hero-main-nav li ul.active {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }

  .hero-main-nav li ul li {
    padding: 0 5px;
  }

  .hero-main-nav li ul li a {
    color: #fff;
  }

  .caret,
  .inner-menu .caret {
    border-top: 5px solid #fff;
    float: right;
  }

  .hasSubmenu {
    display: inline-block;
    justify-content: space-between;
    align-items: center;
  }

  .hasSubmenu ul {
    top: 0 !important;
  }

  #inner-header {
    height: 40vh;
  }

  .header-top {
    padding: 0 2rem 0 2rem;
  }

  .inner-logo img {
    width: 90px;
  }

  .inner-menu {
    margin-top: 0;
  }

  .inner-breadcums {
    height: 25vh;
  }

  .about-image-wrapper::before {
    display: none;
  }

  .about-text-wrapper {
    padding-top: 20px;
  }

  .mv-text {
    padding-left: 0;
    padding-top: 45px;
  }

  .managed-service-box-wrapper .managed-services-box {
    flex: 50%;
    max-width: 50%;
  }
  #service-new{
    height: 100%;
  }
  #service-new .service-row-wrapper{
    gap: 0;
  }
  .service-col{
    height: auto;
  }
 .ser-col-one{
    flex: 100%;
    height: auto;
  }
  .service-box-wrapper{
    gap: 20px;
  }
  .service-inner-wrapper{
    height: 100%;
  }
  .ser-box-details{
    height: 100%;
  }
  .service-nxt-prev{
    justify-content: space-between;
  }
  .service-icon img{
    width: 120px;
  }
  .service-nxt-prev span:nth-child(2):after{
    right: 0;
  }
 
}

@media (max-width: 768px) {
  .service-box-wrapper .service-box {
    flex: 100%;
    max-width: calc(100%);
  }

  p {
    font-size: .95rem !important;
    line-height: 1.5rem !important;
  }

  .process-box {
    flex: 100%;
    max-width: 100%;
    border-radius: 50px;
  }

  .diverse-range {
    border-radius: 0;
    padding: 20px;
  }

  .diverse-wrapper .diverse-box {
    margin-bottom: 1px !important;
    margin-top: 30px;
  }

  #testimonial-slider {
    height: 70vh;
  }

  .hero-form-title h2 {
    font-size: 1.2rem;
  }

  .managed-service-box-wrapper .managed-services-box {
    flex: 100%;
    max-width: 100%;
  }

  .service-one-top {
    flex-wrap: wrap;
  }

  .sec-btn-text a {
    flex: 100%;
    max-width: 100%;
  }

  .pt-30 {
    padding-top: 30px;
  }

  .inner-breadcums {
    border-top-left-radius: 0;
  }

  #service-three .col-md-5 {
    padding-top: 30px;
  }

  .contact-form-wrapper {
    padding: 0;
  }

  .contact-outer-wrapper {
    padding: 10px;
  }

  .hero-contact {
    padding-left: 5rem;
    display: flex;
    flex-direction: column;
  }

  .hero-contact a {
    padding: 0;
  }
  #service-new .service-row-wrapper {
    padding: 15px;
  }
  .hero-main-wrapper{
    top: 10vh;
  }
  .ser-col-two{
    flex:30%;
    max-width: 30%;
  } 
  .ser-col-three{
    flex: 70%;
    max-width: 70%;
  }
  .service-box-wrapper{
    gap: 10px;
  }
  .service-box-wrapper .service-box{
    border-top: none;
  }
  .service-box.anime p{
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 700;
  }
  .service-box.anime h6{
    color: var(--red);
  }
  .service-nxt-prev span{
    font-size: .8rem;
  }
  #business-require{
    height: 120vh;
    padding: 30px 0;
  }
  .business-require-content, .business-req-content-wrapper .sec-heading{
    margin-bottom: 20px;
  }
  .process-content p, .business-require-content p{
    font-size: 0.9rem;
  }
  #service-new{
    background: #f8faff;
    padding: 30px 0;
  }
  #testimonial-slider{
    height: 90vh;
  }
  .process-no{
    margin-bottom: 10px;
  }


}