#headerShell {
    --tw-backdrop-blur: blur(12px) !important;
    background-color: #04335c !important; 
    -webkit-backdrop-filter: var(--tw-backdrop-blur) !important;
    backdrop-filter: var(--tw-backdrop-blur) !important;
}
.service1tab{
    background-color: #fff;
    color: #000;
    padding-bottom: 80px;
}
.service1tab .nav.nav-pills{
    width: 25%;
}
.ser1tabdetail{
    margin-left: 42px;
    
}
.ser1tabdetail_box{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: 1px solid #f6f6f6;
    padding: 24px 16px;
    border-radius: 20px;
}
.ser1tabdetail_box .ser1icon{
    margin-bottom: 10px;
}
.ser1tabdetail_box:hover{
    margin-top: -20px;
    transition: all .5s;
}
.ser1tabdetail_box a {
    text-decoration: none;
}
.ser1tabdetail_box a h4{
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.service1tab .nav.nav-pills{
    position: relative;
}
.service1tab .nav.nav-pills:before{
    content: '';
    position: absolute;
    top: 0;
    left: -14px;
    height: 100%;
    width: 1px;
    background-color:#dfdfdf;
}
.ser1tabdetail_box a:hover h4{
    color: #20afe4;
}
.service1tab .nav-pills .nav-link{
    padding: 14px 10px;
    text-align: left;
    border-radius: 0;
    position: relative;
    color: #000;
}
.service1tab .nav-pills .nav-link+.nav-link{
    border-top: 1px solid #dfdfdf;
}
.service1tab .nav-pills .nav-link.active{
    position: relative;
}
.service1tab .nav-pills .nav-link.active:before{
    content: '';
    position: absolute;
    top: 0;
    left: -16px;
    height: 100%;
    width: 4px;
    background-color:#20afe4;
}
.service1tab .nav-pills .nav-link.active{
    background-color: transparent;
     color: #20afe4;
}
.ser1whypen{
    background-color: #fff;
    color: #000;
    padding-bottom: 80px;
}
.ser1whypen .ser1whypenimg h4{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
.ser1whypen .ser1whypenimg h3{
    color: #20afe4;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 24px;
}
.ser1whypendetail{
    padding-left: 32px;
    padding-top: 24px;
}
.ser1whypendetail .ser1whypendetail_box h3{
    color: #20afe4;
    font-size: 24px;
    font-weight: 900;
}
.ser1whypendetail .ser1whypendetail_box {
    margin-bottom: 42px;
}
.ser1whypendetail .ser1whypendetail_box ul{
   padding: 0;
}
.ser1whypendetail .ser1whypendetail_box ul li{
   margin-bottom: 10px;
   position: relative;
   font-size: 17px;
   padding-left: 26px;
}
.ser1whypendetail .ser1whypendetail_box ul li:after{
   content: '';
   position: absolute;
   left: 0;
   top: 5px;
   width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.ser1inner_logo{
    background-color: #fff;
    color: #000;
    padding-bottom: 80px;
}
.ser1inner_logo h3{
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 62px;
    color: #20afe4;
}
.ser1innerlogos img{
    width: 70%;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
}
.ser1_testi{
    background-color: #f2f2f2;
    color: #000;
    padding: 80px 0;
    position: relative;
}
.ser1_testi h3{
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 36px;
}
.ser1_testi:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    bottom: 0;
    background: url(https://demo.webworthy.in/infosecbeta/wp-content/themes/infosec/assets/images/texture.png) no-repeat;
    opacity: .4;
    background-size: cover;
    border-radius: 0 20px 20px 0;
}
.ser1_testi .ser1_tesi_logos {
    margin-bottom: 24px;
}
.ser1_testi .ser1_tesi_logos img{
    border-radius: 50%;
    width: 150px;
    height: 150px;
}
.ser1_testi .ser1_testi_detail{
    padding-left: 32px;
}
.ser1_testi .ser1_testi_detail p{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 32px;
}
.ser1_testi .ser1_testi_detail h6{
    font-size: 16px;
    font-weight: 600;
    color: #20afe4;
}
.ser1_getstart{
    background-color: #fff;
    color: #000;
    padding: 80px 0;
}
.ser1_getstart_detail h6{
    font-size: 16px;
    margin-bottom: 16px;
}
.ser1_getstart_detail h3{
    font-size:52px;
    margin-bottom: 16px;
    font-weight: 900;
    color: #20afe4;
}
.ser1_getstart_detail p{
    font-size:16px;
    margin-bottom: 16px;
    margin-bottom: 28px;
}
.ser1_getstart_detail a{
    width: 220px;
}
.ser2tabdetail_box p{
    font-size: 16px ;
    margin-bottom: 32px;
    color: #000;
    padding-left: 24px;
}
.ser2tabdetail_box img{
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.service2tab{
    background-color: #fff;
    columns: #000;
}
.service2tab .nav.nav-pills{
    text-align: center;
    border-bottom: 1px #dee2e6 solid;
    justify-content: center;
}

.service2tab .nav-pills .nav-link.active {
    color: #20afe4;
    background-color: transparent;
    border-bottom: 2px solid #20afe4;
    border-radius: 0;
}
.service2tab .nav-pills .nav-link {
    color: #000;
    background-color: transparent;
    padding: 10px 14px;
    font-weight: 800;
    font-size: 16px;
}
.ourapproach  h4{
    color: #fff !important;
    font-size: 16px;
    font-weight: 500;
}
.ourapproach h3{
    color: #20afe4;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 24px;
}
.ourapproach .ser1whypendetail_box h5{
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;

}
.ourapproach .ser1whypendetail_box ul li{
    margin-bottom: 24px;
    color: #fff;
}
.casestudy{
    background-color: #DDE3E9;
}
.casestudy h3{
    text-align: center;
    color: #20afe4;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 32px;
}
.casestudy .casestudy_box{
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4);
    border-radius: 10px ;
    padding: 16px;
}
.casestudy .casestudy_box{
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4);
    border-radius: 10px ;
    padding: 16px;
}
.casestudy .casestudy_box h4{
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.readmore{
    text-align: center;
}
.readmore a{
    color: #20afe4;
    text-decoration: none;
}
.readmore a:hover{
    color: #000;
    text-decoration: none;
    transition: .5s all;
}
.readmore a svg{
    margin-top: 1px;
    margin-left: 4px;
    display: inline-block;
    transition: .5s all;
}
.readmore a:hover svg{
    margin-left: 15px;
}
.relatedserv h6{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
}
.relatedserv h2{
    text-align: center;
    color: #20afe4;
    font-size: 42px;
    margin-bottom: 24px;
}
.relatedserv .relatedserv_box{
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}
.relatedserv .relatedserv_box img{
    margin-bottom: 20px;
    width: 60px;
}
.relatedserv h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.relatedserv p{
    font-size: 16px;
    margin-bottom: 0px;
}
#mobileMenuButton{
    display: none;
}
.megamenuservice a{
    margin-bottom: 20px;
}
#servicesMegaMenu .nav-pills .nav-link.active{
    background-color: transparent;
    color: #20afe4;
    border-left: 2px solid #20afe4;
    font-weight: 600;
}
#servicesMegaMenu .nav-pills .nav-link{
    color: #000;
    text-align: left;
    border-radius: 0;
    padding:5px 10px;
    margin-bottom: 15px;
}
#quotepopup #contactForm input, #quotepopup #contactForm select, #quotepopup #contactForm textarea{
    background: transparent;
    color: #000 !important;
}
.blogbox{
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.blogboxdetail{
    padding: 22px;
}
.blogboxdetail ul{
    margin-bottom: 8px;
}

.blogboxdetail ul li{
    font-size: 14px;
    color: #000;
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 5px;
}

.blogboxdetail h4{
    font-size: 16px;
    font-weight: 600;
    color: #04335c;
    margin-bottom: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.blogdetail{
    margin-top: 100px;
    color: #fff;
    margin-bottom: 60px;
}
.blogdetail h1{
    font-size: 40px;
    margin-bottom: 16px;
    font-weight: 800;
    background: linear-gradient(to right, #818cf8, #2dd4bf);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.newblogdetail h2, .newblogdetail h3{
    font-size: 30px;
    font-weight: 600;
    margin-top: 42px;
    margin-bottom: 16px;
}

 .newblogdetail img{
    width: 100%;
    height: auto;
  }
  .datencat{
    display: flex;
    gap:16px;
    font-size:14px;
    margin-bottom:22px;
  }
  .datencat span{
    background:#20afe4;
    padding: 5px 14px;
    border-radius: 20px;
    color: #fff;
  }
  .blogdetail p{
    margin-bottom: 16px;
  }
  .blogdetail a{
    color: #20afe4;
    text-decoration: underline;
  }
  .blogdetail a:hover{
    color: #fff;
  }
  .sharebutton{
    margin-top: 30px;
  }
  .sharebutton h3{
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .backbutton{
    padding:6px 20px;
    border-radius: 20px;
    background:#20afe4;
    color:#fff;
    border:none;
    cursor:pointer;
    margin-bottom: 30px;
  }
  .width80{
    width: 70%;
  }
  .width20{
    width: 30%;
  }
  .breadcumsec{
    padding: 160px 0 100px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, #074378, #000);
  }
  .breadcumsec h1{
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
  }
.breadcumsec p{
    font-size: 20px;
    font-weight: 400;
    width: 65%;
    margin: 0 auto;
  }
  .blogbox{
    margin-bottom: 24px;
  }
 .bloglistbage{
    border:1px rgba(0, 0, 0, .3) solid;
    box-shadow:0 0 10px rgba(0, 0, 0, .4)
  }
.ser2tabdetail_box ul{
   padding: 0;
}
.ser2tabdetail_box ul li{
   margin-bottom: 10px;
   position: relative;
   font-size: 17px;
   padding-left: 26px;
}
.ser2tabdetail_box ul li:after{
   content: '';
   position: absolute;
   left: 0;
   top: 5px;
   width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2310b981' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.aboutvideo{
    width: 100%;
    height: 400px;
}
.aboutsec2{
    padding: 80px 0;
    background: linear-gradient(135deg, #074378, #000);
    color: #fff;
}
.aboutsec2 h2{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 16px;
}
.aboutsec2 h5{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 0 auto 40px;
    width: 70%;
}
.aboutsec2box{
   padding: 25px 20px;
    border-radius: 20px;
    background: rgb(255 255 255 / .05);
    backdrop-filter: blur(15px);
    border: 1px solid rgb(255 255 255 / .08);
    transition: 0.4s ease;
    position: relative;
    overflow: hidden;
    text-align: left;
    margin-bottom: 26px;
}
.aboutsec2box:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 30px rgb(32 175 228 / .35);
}
.aboutsec2box img{
    width: 60px;
    margin-bottom: 20px;
}
.aboutsec2 h3{
    font-size: 26px;
    font-weight: 700;
    color:  #20afe4;
    margin-bottom: 20px;
}
.clientlogo img {
    max-height: 90px;
    object-fit: contain;
}
.clientlogo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: transparent;
    box-shadow: 0px 0px 10px rgb(0, 0, 0, .1);
    transition: transform 0.35s ease;
    animation: floatCard 6s ease-in-out infinite;
    margin-bottom: 26px;
}
.clientlogosec{
    padding: 80px 0;
    background-color: #fff;
}
.clientlogosec h3{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 36px;
}

.globaloffice{
    padding: 80px 0;
    background-color: #f5f5f5;
}
.globaloffice h4{
    text-align: center;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 46px;
    color:  #20afe4;
}
.office-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.3s ease;
}
.office-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}
.office-content {
    padding: 20px;
}
.office-content h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 600;
}
.videopopup .modal-body{
    padding: 0;
}
.videopopup .modal-content .btn-close{
    position: absolute;
    right: 16px;
    top: 16px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    opacity: 1;
    border-radius: 50%;
    padding: 6px;
}
.headersubmenu li{
    /* position: relative; */
    padding-bottom: 0px;
}
.headersubmenu li ul{
    color: #000;
}
.headersubmenu li:hover .customnewmenu{
    display: block;
}
.headersubmenu li ul li a{
    font-size: 12px;
    font-weight: 600;
}
.headersubmenu li .custommegamenu ul li{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 30px;
}

.customnewmenu{
    position: absolute;
    top:100%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    margin: 0 auto !important;
    padding: 0;
    background: #fff;
    color: #000;
    border-radius: 25px;
    overflow: hidden;
}
.custommegamenu{
    display: flex;
    flex-direction: row;
}
.custommegamenu .megaleft{
    width: 30%;
    background-color: #f2f2f2;
    padding: 24px;
}
.custommegamenu .megaright{
    width: 70%;
    padding: 3rem;
}
/* .custommegamenu .megaleft h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
} */
.custommegamenu .megaleft p{
    font-size: 16px;
    margin-bottom: 0px;
}
.videosec{
    padding: 60px 0;
    color: #fff;
}
.videosec h6{
    font-size: 16px;
    font-weight: 500;
}
.videosec h2{
    font-size: 42px;
    font-weight:600;
    margin: 15px 0 32px;
}
.videosec .sol_video iframe{
    width: 100%;
}
.sol_video_detail p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.solution3box{
    background-color: #fff;
}
.solution3box .relatedserv_box{
    background-color: #DDE3E9;
}
.home_ser_detail{
    display: flex;
    align-items:center;
    gap:15px;
    width: 100%;
}
.ho_ser_left{
    flex: 0 0 20%;
}
.ho_ser_right{
    flex: 0 0 80%;
}
.wheelsec h3{
    font-size: 52px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}
.wheelsec p{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.tablesec{
    background-color: #fff;
}
.tablesec h3, .faqsec h3{
    text-align: center;
    color: #20afe4;
    font-size: 52px;
    font-weight: 900;
    margin-bottom: 32px;
}
.tabledetail{
    width: 100%;
}
.tabledetail tr:nth-child(1){
    background-color: transparent;
    color: #000;
    border-bottom: none;
}
.tabledetail tr:nth-child(1) td{
    padding: 10px 16px;
    font-size: 16px;
}
.tabledetail tr:nth-child(1) td strong{
    font-size: 20px;
}
.tabledetail tr{
    background-color: #074378;
    color: #fff;
    border-bottom: 20px #fff solid;
}
.tabledetail tr td{
    padding: 16px 16px;
    margin-bottom: 20px;
    font-size: 14px;
}
.tabledetail tr td ul li{
    list-style: disc;
    font-size: 14px;
}
.faqsec{
    background-color: #fff;
}
.accordion-body{
    color: #000;
}
.faqaccordion .collapse {
    visibility: visible;
}
.faqaccordion .accordion-item{
    margin-bottom: 20px;
}
.faqaccordion .accordion-item:not(:first-of-type) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.faqaccordion .accordion-header button{
    font-size: 22px;
    font-weight: 700;
    color: #074378;
}




 @media (max-width: 1024px){
    #mobileMenuButton{
    display: block;
}
.aboutsec2 h5{
    width: 100%;
   
}



 }

