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;
}
.backimage {
        background: #013f58;
    margin-top: -23px;
    padding: 20px 12px 0px 12px;
    margin-left: -20px;
    margin-right: -20px;
}
.for1 h2{
    font-size: 32px;
    font-family: 'visuelt-black';
    color: #000d3f;
    text-align:left;
}
.for1 p {
    text-align: left;
    font-family: 'visuelt-light';
    font-size: 18px;
    line-height: 32px;
}  
.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;
}
.features-container-1.new1{
    padding-top:50px;
    text-align:center;
}

.container31{
    padding-top:30px;
    text-align:center;
}

.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) {
    .for1 h2{
        color: white;
    }
  .text-image-section {
    flex-direction: column;
  }
    .image-content {
    padding: 10px;
  }
  .inc_head {
    font-size: 32px;
   
}

    
}

@media only screen and  (max-width:500px) {
    .features-container-1.new1{
        padding-top: 0px;
    }
       .for1 h2 {
        font-size: 28px !important;
        line-height: 34px;
    }
    .inc_heading{
        font-size: 30px !important;
        margin-top: 35px;
        line-height: 40px;
    }
    .top-section-content h2{
        font-size: 30px !important;
        margin-bottom: 0px;
    }
    .last-col h1{
        font-size: 28px !important;
    }
    .top-section-btn{
        width: 58% !important;
    }
.text-image-section {
  padding: 80px 20px 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/server-room.jpg);*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    position: relative;*/
/*}*/
/*.hero {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: end;*/
/*    align-items: center;*/
/*    height: 65vh;*/
/*    max-width: 1135px;*/
/*    margin: 0 auto;*/
/*    text-align: left;*/
/*    position: relative;*/
/*    padding: 60px 20px;*/
/*}*/
/*.hero-content {*/
/*     text-align: left;*/
    /* border: 0px solid #e63a01; */
/*    padding: 30px 40px;*/
/*    background: #0000003b;*/
/*    border-left: 5px solid #473eff;*/
/*}*/

/*.hero h1 {*/
/*font-size: 48px;*/
/*    color: white;*/
/*    font-family: 'visuelt-Bold';*/
/*    width: 75%;*/
/*    margin-bottom:0px;*/
/*}*/

/*.hero h2 {*/
/*    margin-top:20px;*/
/*    font-size: 26px;*/
/*    color:white;*/
/*    font-family:'visuelt-light';*/
    /*font-family: 'visuelt-black';*/
    /*background-image: linear-gradient(117.92deg, #ffc328 21.16%, #e63700 91.58%);*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
/*}*/


.features-container-1 {
    grid-template-columns: 1fr 1fr;
    gap: 00px;
    max-width: 1225px;
    margin: 0 auto;
    padding: 20px;
}

.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: 5px;
    margin-bottom:10px;
    flex-wrap: wrap;
    /*align-content: center;*/
    justify-content: left;
}

.first_btn {
    position: relative;
    padding: 20px 30px;
    margin-top: 0px;
    font-family: 'visuelt-medium';
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing:1px;
    text-decoration: none;
    color: #fff;
    background: #473EFF;
    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 */
/*}*/

.for1 p{
    color: #000d3f;
    max-width: 100%;
    font-family: 'visuelt-lightnew';
    /* margin: 0px 30px; */
    text-align: left;
    line-height: 38px;
}

.top-section-image{
    display: flex;
    align-content: center;
    justify-content: center;
}
.inc_arrow_img{
    width: 80%;
    margin: 0 auto;
}

    .inc_heading {
  font-size: 32px;
    font-family: 'visuelt-black';
    color: #000d3f;
}
.top-section-content.new23{
    
    justify-content: flex-start;
}
.para2{
    color:white !important;
}
.top_head.new{
    color: #fff; 
    font-family: 'visuelt-light'; 
    margin-top: 10px; 
    margin-bottom: 10px; 
    letter-spacing: 1px; 
    line-height: 30px;
}

.top_head.new3{
    background: #473EFF; 
    font-family: 'visuelt-black'; 
    background-clip: text; 
    -webkit-text-fill-color: transparent;
}
.features-container-1.new13{
    padding:50px 25px; margin-top:30px;
    text-align: center;
    background-color: #081b33;
    border: 2px solid #ffc328;
}
.for1.nw{
    text-align:center;
}
.white_head{
    color:white;
}

.inc_detail {
    color: black;
    max-width: 100%;
    font-family: 'visuelt-lightnew';
    margin: 0px 0px;
}

/* Responsive table container */
.table-responsive {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scrolling */
}

table {
    margin: 0 auto;
    max-width: 90%;
    border-collapse: collapse;
    margin-top: 20px;
    min-width: 1225px; /* Ensures the table doesn't shrink too much on small screens */
}

th, td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

th {
    background-color: transparent;
    font-size: 1.2em;
}


    td {
    font-size: 16px;
    font-family: 'visuelt-medium';

}

.gold-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #000d3f;
}
.circle-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ffc328;
}

.highlight {
    background-color: #F4EAD5;
}

.center {
    text-align: center;
    font-family: 'visuelt-lightnew';
}
/* Make the table font size smaller on smaller screens */
@media (max-width: 768px) {
    th, td {
        font-size: 0.9em;
    }
    .inc_arrow_img{
        width: 100%;
        margin: 0 auto;
    }
}

/* Extra small screens adjustments */
@media (max-width: 480px) {
    .top-section-content{
        align-items: center;
        text-align: center;
    }
    .ir-retainer-section p{
        text-align: center !important;
        margin: 15px;
    }
    .img_h_mobile{
        display: none;
      }
    th, td {
        font-size: 0.8em;
        padding: 10px;
    }
}
.features-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 00px;
    max-width: 1225px;
    margin: 0 auto;
    padding: 30px 20px;
}

/* Individual feature box */
.feature-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px !important;
    border: none !important;
    border-right: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.feature-box:last-child:nth-child(4) {
    border-right: none;
}

.feature-box:nth-child(3),
.feature-box:nth-child(4) {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* Icon in feature box */
.feature-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

/* Title styling */
.feature-title {
    font-size: 1.5em;
    margin-bottom: 20px;
    font-family: 'visuelt-medium';
    font-weight: bold;
    color: #000d3f;
    line-height: 30px;
}
.feature-text {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    font-family: 'visuelt-lightnew';
}

/* Media queries for responsiveness */
@media (max-width: 768px) {
    .features-container {
        grid-template-columns: 1fr;
    }
.top-section-btn {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
    border: 2px solid #1a2333;
    color: #1a2333;
    font-weight: bold;
    text-decoration: none;
    font-family: 'visuelt-Bold';
    transition: all 0.3s ease;
    margin-top: 20px;
    font-size: 18px;
    width: 44%;
}
    .feature-box {
        padding: 20px;
        border-right: none !important;
    }

    .feature-title {
        font-size: 1.3em;
    }
    .top-section-container {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 480px) {
    .feature-box {
        padding: 15px;
    }

    .feature-title {
        font-size: 1.2em;
    }
}
.ir-retainer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 0px;
}
.top-section-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 100%;
    width: 1225px;
    background-color: transparent;
    color: black;
    padding:0px 20px;
}
.top-section-content{

        display: flex;
        flex-direction: column;
        justify-content: center;
        color: black !important;
            text-align: center;
    
}
.top-section-heading {
    font-size: 3rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #1a2333;
}

.top-section-highlight {
    background: #000d3f;
    color: #fff !important;
    padding: 3px 20px;
}
.top-section-content h2 {
    font-size: 36px;
    font-family: 'visuelt-medium';
    letter-spacing: 1px;
    margin-top: 0px;
}
.top-section-btn {
display: inline-block;
    padding: 15px 30px;
    background-color: #473eff;
    border: 2px solid #473eff;
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: 'visuelt-light';
    transition: all 0.3s ease;
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    width: 36%;
}

.top-section-image img {
    width: 100%;
    height: auto;
    border-radius: 0px;
}
.ir-retainer-section p{
color: #000d3f !important;
    text-align: left;
    font-family: 'visuelt-Regular';
    font-size: 16px;
}



.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: .024em;
    font-size: 1.225rem;
    line-height: 30px;
    font-family: visuelt-Regular;
    text-align: center;
}

/* 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) {
    .feature {
    flex: 1;
    max-width: 100%;}
    .why-features {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}
    .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) {
    .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: 50px;
}

.main-title {
       font-size: 36px;
    font-weight: bold;
    color: #001125;
    font-family: 'visuelt-medium';
    margin-bottom: 10px;
}

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

.content-side {
    flex: 1;
}

.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;
    background: linear-gradient(117.92deg, #e63700 21.16%, #ffc328 91.58%);
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-family: 'visuelt-medium';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    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;
}

.why-header h2 {
    background: linear-gradient(117.92deg, #e63700 21.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: #011329;
    text-transform: uppercase;
    font-family: 'visuelt-medium';
}

.why-header p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 50px;
    max-width: 800px;
    font-family: 'visuelt-lightnew';
    margin-left: auto;
    margin-right: auto;
    color: #000519;
}

.why-features {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: stretch;
}

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

.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(117.92deg, #e63700 21.16%, #ffc328 91.58%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'visuelt-black';
}

.feature p {
     font-family: 'visuelt-Regular';
    font-size: 14px;
    line-height: 1.5;
    color: #000519;
}

@media (max-width: 598px) {
    .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;
    }
    
 
.top-section-btn {
    display: inline-block;
    padding: 15px 20px;
    background-color: #fff;
    border: 2px solid #1a2333;
    color: #1a2333;
    font-weight: bold;
    text-decoration: none;
    font-family: 'visuelt-Bold';
    transition: all 0.3s ease;
    margin-top: 20px;
    font-size: 18px;
    width: 44%;
}
  
    
}
@media (min-width: 480px) and (max-width: 580px) {
    .second_btn {
        padding: 12px 0px;
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .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;
    }
    
}

@media only screen and (orientation: landscape) and (min-width: 598px) and (max-width: 1100px) {
    .top-section-container {
        display: flex;
    }
    .top-section-image {
        display: none;
    }
    a.top-section-btn {
        width: 28% !important;
    }
    .image-content {
        display: none;
    }
}