body {
  margin: 0px;
}

.banner_wrapper {
  background-image: url(/images/banner2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-image-section {
  display: flex;
  flex-wrap: wrap;
  padding: 120px 40px 60px 40px;
  max-width: 1235px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.text-content {
  flex: 1;
  padding: 20px;
}
.dec_end {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: start;
}
.border_left {
  border-style: solid;
  border-width: 0px 0px 0px 5px;
  border-color: #473eff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 40px 40px 45px;
  position: relative;
}

.border_left::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  height: 2px;
  width: 100%;
  /* background-image: linear-gradient(to right, #ef4900, #f58220, transparent); */
  z-index: 39;
}
.inc_head {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  font-family: "visuelt-Bold";
  margin: 0px;
}
.border_left p {
  font-weight: 400;
  font-size: 18px;
  font-family: "visuelt-light";
  line-height: 32px;
  letter-spacing: 0.5px;
  color: white !important;
  margin: 0px;
}
.content_btn {
  background: #473eff;
  color: #fff;
  border: 0px;
  padding: 15px 30px;
  margin-top: 20px;
  font-family: "visuelt-medium";
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.image-content {
  flex: 1;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-content img {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  border: 2px solid white;
}

@media (max-width: 992px) {
  .text-image-section {
    flex-direction: column;
  }
  .image-content {
    padding: 10px;
  }
  .inc_head {
    font-size: 32px;
  }
}

@media only screen and (max-width: 500px) {
  .expert-section {
    padding: 25px !important;
  }
  .text-image-section {
    padding: 80px 40px 30px 20px;
    max-width: 1235px;
    margin: auto;
  }
  .text-content {
    flex: 1;
    padding: 0px;
  }
  .border_left {
    padding: 40px 0px 40px 20px;
  }
  .content_btn {
    padding: 15px 15px;
  }
}

.hero_wrap {
  /*background-image: url('https://cyberguard6.hubsites.tech/images/banner2.jpg');*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*position: relative;*/
  background: url(../images/inner.png) no-repeat;
  position: relative;
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.hero {
  background: #001125ab;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  height: 45vh;
  max-width: 1135px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  padding: 60px 20px;
}

.hero h1 {
  margin-top: 20px;
  font-size: 62px;
  font-family: "visuelt-black";
  background-image: linear-gradient(117.92deg, #ffc328 21.16%, #e63700 91.58%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /*   font-size: 38px;*/

  /*font-family: 'visuelt-lightnew';*/
  /*color: white;*/
  /*text-decoration: underline;*/
  /*text-underline-offset: 18px;*/
}

.hero h2 {
  margin-top: 20px;
  font-size: 26px;
  font-family: "visuelt-black";
  color: white;
}

.hero p {
  font-size: 20px;
  margin: 16px 0;
  width: 70%;
  font-family: "visuelt-light";
  line-height: 36px;
  margin-top: 32px;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 15px;
  flex-wrap: wrap; /* To handle small screen wrapping */
}

.first_btn {
  position: relative;
  padding: 20px 30px;
  margin-top: 20px;
  font-family: "visuelt-light";
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  background: transparent;
  border: none;
  border-radius: 0 !important;
}

.first_btn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 2px;
  background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.first_btn:hover {
  background: linear-gradient(
    117.92deg,
    #e63700 21.16%,
    #ffc328 91.58%
  ); /* Optional hover effect */
}

.second_btn {
  color: #fff;
  border: 0;
  padding: 15px 20px;
  margin-top: 20px;
  font-family: "visuelt-light";
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
}

span.arrow {
  margin-left: 5px;
}
.half-circle-svg {
  width: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(29%);
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}
.half-circle-svg > svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*tab section*/
.card_tab_sec {
  background-image: url("/images/banner2.jpg");
  background-size: cover;
  background-position: center;
  margin-top: 60px;
  padding: 20px;
}
.tabs-section {
  padding: 60px 40px;
  max-width: 1235px;
  margin: 0 auto;
}

.tabs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tab {
  flex: 1 1 200px;
  padding: 40px 20px;
  text-align: center;
  background-color: #fff;
  margin-right: 10px;
  transition: background-color 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.tab.active {
  background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
  color: #ffffff;
}

.tab-img img {
  width: 40px;
}

.tab-label {
  font-size: 14px;
  font-weight: bold;
}

.tab-content {
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border-top: 10px solid;
  border-image: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%) 1;
  margin-right: 10px;
}

.tab-content h1 {
  margin-bottom: 20px;
  font-size: 38px;
  color: #333;
  margin-top: 10px;
}

.tab-content p {
  color: #595959;
  letter-spacing: 0.024em;
  font-size: 1.225rem;
  line-height: 30px;
  font-family: visuelt-Regular;
  text-align: center;
}

.text-side-2 {
  text-align: center;
}

.main-title-2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  line-height: 60px;
  font-family: "visuelt-black";
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.description-text-2 {
  font-size: 18px;
  color: white;
  font-family: "visuelt-light";
  margin-bottom: 20px;
  line-height: 30px;
  text-align: center;
}
h2.content-side-2 {
  font-size: 36px;
  font-family: "visuelt-black";
  line-height: 34px;
  color: white;
}
.expert-section.\32 {
  border: 2px solid #ffc328;
  max-width: 1235px;
  margin: 0 auto;
  padding: 60px 30px;
  background: #081b33;
}

/* Media queries for responsiveness */
@media (max-width: 1200px) {
  .tabs {
    gap: 10px;
  }

  .tab {
    flex: 1 1 180px;
    padding: 30px 15px;
  }

  .tab-content h1 {
    font-size: 34px;
  }

  .tab-content p {
    font-size: 1.125rem;
  }
}

@media (max-width: 992px) {
  .tabs {
    gap: 10px;
  }

  .tab {
    flex: 1 1 160px;
    padding: 25px 10px;
  }

  .tab-content {
    padding: 30px;
  }

  .tab-content h1 {
    font-size: 30px;
  }

  .tab-content p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .tabs-section {
    padding: 40px 20px;
  }

  .tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tab {
    flex: 1;
    padding: 20px;
    margin-right: 0;
  }

  .tab-content {
    padding: 25px;
  }

  .tab-content h1 {
    font-size: 28px;
  }

  .tab-content p {
    font-size: 1rem;
    line-height: 28px;
  }
}

@media (max-width: 500px) {
  .main-title-2 {
    font-size: 20px;
    line-height: 35px;
  }
  .why-unit42 {
    padding: 20px 20px 0px 20px !important;
  }
  .main-title {
    line-height: 40px !important;
  }
  .content-side {
    margin: 0px 0px !important;
  }
  h2.content-side-2 {
    font-size: 20px !important;
  }
  .why-header h2 {
    font-size: 25px !important;
  }
  .tabs {
    flex-direction: column;
    gap: 10px;
  }

  .tab {
    flex: 1;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 20px;
  }

  .tab:last-child {
    margin-bottom: 0;
  }

  .tab-content {
    padding: 20px;
  }

  .tab-content h1 {
    font-size: 24px;
  }

  .tab-content p {
    font-size: 0.95rem;
    line-height: 24px;
  }
}

/* after card sec*/
.expert-section {
  padding: 50px;
  display: flex;
  max-width: 1235px;
  margin: 0 auto;
}

.expert-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
}

.text-side {
  flex: 1;
  margin-right: 0px;
}

.main-title {
  font-size: 48px;
  font-weight: bold;
  color: #001125;
  line-height: 60px;
  font-family: "visuelt-medium";
  margin-bottom: 10px;
}

.sub-title {
  font-size: 28px;
  font-weight: bold;
  background: linear-gradient(117.92deg, #473eff 21.16%, #ffc328 91.58%);
  margin-bottom: 20px;
  background-clip: text;
  font-family: "visuelt-lightnew";
  -webkit-text-fill-color: transparent;
}

.content-side {
  flex: 1;
  margin: 0px 20px;
}

.description-text {
  font-size: 18px;
  color: #01091e;
  font-family: "visuelt-Regular";
  margin-bottom: 20px;
  line-height: 30px;
}

.cta-section {
  margin-top: 30px;
}

.cta-link {
  display: inline-block;
  color: #fff;
  padding: 15px 10px;
  text-decoration: none;
  font-family: "visuelt-lightnew";
  text-transform: uppercase;
  background: #473eff;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
}

/* another sec card sec*/
.why-unit42 {
  color: #fff;
  padding: 60px 20px 120px 20px;
  text-align: center;
  max-width: 1235px;
  margin: 0 auto;
}

@media screen and (max-width: 598px) {
  .why-unit42 {
    padding-bottom: 0px;
  }
}

.why-header h2 {
  background: linear-gradient(117.92deg, #473eff 51.16%, #ffc328 91.58%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "visuelt-Bold";
}

.why-header h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: black;
  text-transform: uppercase;
  font-family: "visuelt-lightnew";
  letter-spacing: 1px;
}

.why-header p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 920px;
  font-family: "visuelt-Regular";
  margin-left: auto;
  margin-right: auto;
  color: black;
  letter-spacing: 1px;
}

.why-features {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.feature {
  flex: 1;
  max-width: 300px;
  margin: 10px;
  padding: 20px 20px;
  text-align: left;
  border: 5px solid #473eff;
}

.feature img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.feature h4 {
  margin-top: 30px;
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: uppercase;
  background: linear-gradient(360deg, #ffffff 41.16%, #ffc328 91.58%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "visuelt-black";
}

.feature p {
  font-family: "visuelt-lightnew";
  font-size: 16px;
  line-height: 1.5;
  color: white;
}

/* Responsive design */
@media (max-width: 768px) {
  .why-features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    max-width: 100%;
  }
}

/* Responsive Styles */
@media (max-width: 768px) {
  .expert-container {
    flex-direction: column;
    align-items: center;
  }

  .text-side,
  .content-side {
    margin-right: 0;
    text-align: center;
  }

  .text-side {
    margin-bottom: 30px;
  }

  .main-title {
    font-size: 28px;
  }

  .sub-title {
    font-size: 22px;
  }

  .description-text {
    font-size: 16px;
  }

  .cta-link {
    font-size: 14px;
    padding: 10px 18px;
  }
}
/* Responsive Styling */
@media (max-width: 1024px) {
  .hero h1 {
    font-size: 40px;
  }
  .hero h2 {
    font-size: 32px;
  }
  .hero p {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 60px 10px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero h2 {
    font-size: 28px;
  }
  .hero p {
    font-size: 16px;
  }
  .cta-buttons {
    gap: 8px;
  }
}
@media (min-width: 480px) and (max-width: 580px) {
  .second_btn {
    padding: 12px 0px;
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .img_h_mobile {
    display: none;
  }
  .hero h1 {
    font-size: 28px;
  }
  .hero h2 {
    font-size: 24px;
  }
  .hero p {
    font-size: 14px;
  }
  .cta-buttons {
    gap: 4px;
  }
  .first_btn {
    padding: 12px 20px;
    font-size: 16px;
  }
  .second_btn {
    padding: 12px 0px;
    font-size: 16px;
  }
}
