:root {
  --page-width: 1420px !important;
}
* {
  font-family: 'Open Sans' !important;
}
u,a {
  text-decoration-thickness: 1px !important;
}
p:last-child{
	margin-bottom: 0 !important;
}

/*=======================
Start_Header_Css
=======================*/

.get-cyber-btn a {
    color: #ffffff !important;
    background: #0a73be;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 25px 11px 25px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
}
.get-cyber-btn a:hover{
    background: #000;
}
.white-btn.get-cyber-btn a{
    background: #fff;
    color: #000 !important;
}
.white-btn.get-cyber-btn a:hover{
    background: #000;
    color: #fff !important;
}
.get-cyber-button.menu-item {
    display: none !important;
}

.get-cyber-button a.elementor-item {
    background-color: var(--e-global-color-accent);
    padding: 8px 15px 8px 15px;
    border-radius: 50px 50px 50px 50px;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.get-cyber-button a.elementor-item:hover {
        background-color: var(--e-global-color-secondary);
}
@media (max-width:1024px){
.get-cyber-button.menu-item {
    display: block;
}
}
/*=======================
End_Header_Css
=======================*/


.service-grid-box .service-box-img{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    pointer-events: none;
}
.service-grid-box .service-box-img img{
    max-width: 255px;
    width: 100%;

}
.service-grid-box:hover h3,
.service-grid-box:hover p{
    color: #fff !important;
}
.service-grid-box .all-btn-primary a{
    min-width: 224px;
}
.service-grid-box:hover .all-btn-primary a{
    background: #fff !important;
    color: #0E6EB1 !important;
}
.service-grid-box:hover .service-box-img img{
    filter: brightness(0) invert(1);
    opacity: 0.2 !important;
}
.service-grid-box:hover .service-btn-footer{
    border-color: #000 !important;
}
.ul-icon-list-grid .elementor-icon-list-items{
     display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap:18px;
}
.ul-icon-list-grid .elementor-icon-list-items li{
    margin: 0 !important;
}
.small-heading-part{
    max-width: 986px;
    margin: 0 auto !important;
}

.cybercy-services-grid{
     display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 80px;
}
.cybercy-services-grid .cybercy-service-card{
    background: #FFFFFF;
    border-radius: 40px;
    padding: 85px 50px;
    text-align: center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cybercy-service-card .cybercy-service-icon{
    margin-bottom: 30px;
}
.cybercy-service-card .cybercy-service-title{
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 30px;
    color: #000;
}
.cybercy-service-card .cybercy-service-content p{
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
}
.cybercy-service-card .cybercy-service-content{
    margin-bottom: 40px;
}
.cybercy-service-card .cybercy-read-more{
    background: #0E6EB1;
    border-radius: 30px;
    padding: 14px 20px;
    text-align: center;
    min-width: 200px;
    color: #fff;
    font-size: 16px;
}
.cybercy-service-card .cybercy-read-more:hover{
    background: #000;
    color: #fff;
}

.about-full-title h2{
    font-weight: 700;
    margin: 0;
}
.about-full-title h2 strong{
    color: #0E6EB1;
    font-weight: 700;
}
.about-full-title h3 b{
    color: #0E6EB1;
    font-weight: 600;
}
.cyber-security-box{
    width: 275px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cyber-security-box h3{
    margin-top: 0;
}
.cyber-security-column .cyber-security-box{
    position: relative;
}
.cyber-security-column .cyber-security-box:after{
    content: '';
    background: url('../img/logo-clip-path.png') no-repeat 0 0;
    width: 475px;
    height: 481px;
    position: absolute;
    top: 60%;
    left: 50%;
    display: block !important;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.3s ease;
    background-size: 100%;
}
.cyber-security-column .cyber-security-box.active:after{
    opacity: 1;
}
.all-btn-theme a{
    min-width: 250px;
}

.form-newsletter{
    background: #fff;
    border-radius: 6px;
    padding: 5px;
    display: flex;
    max-width: 600px;
    margin: 0 auto;
}
.form-newsletter .input-field-part{
    width: 100%;
}
.form-newsletter .input-field-part .wpcf7-form-control-wrap,
.form-newsletter .input-field-part p{
    height: 100% !important;
    display: block;
}
.form-newsletter .input-field-part .wpcf7-form-control-wrap .input-field{
    height: 100%;
    background: #fff;
    border: 0;
    outline: none;
    border-radius: 0;
}
.form-newsletter .form-btn{
    position: relative;
    flex-shrink: 0;
}
.form-newsletter .form-btn .wpcf7-submit{
    background: #0E6EB1;
    border-radius: 6px;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
    border: 0 !important;
    min-width: 190px;
}
.form-newsletter .form-btn .wpcf7-spinner{
    position: absolute;
    right: 0;
    top: 15px;
}
.form-newsletter .wpcf7-not-valid-tip{
    color: #fff;
    position: absolute;
    bottom: -30px;
}

.service-tabs-content .service-tabs-content-part,
.service-tabs-content .e-con-inner,
.service-tabs-content{
    height: 100% !important;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
    border-radius: 100%;
    border: 3px solid #F1F1F4;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: -30px;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title:after{
    content: '';
    background: url('../img/tabs-arrow-icon.svg') no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: -19px;
    width: 31px;
    height: 34px;
    display: block;
    margin-top: -17px;
    display: none;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title{
    min-height: 80px;
    padding-left: 55px;
}

.data-single-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon,
.data-single-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon{
    background: #0E6EB1;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title:hover,
.data-single-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]{
    background: #0E6EB1 !important;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title:hover .e-n-tab-icon svg path {
    fill: #fff;
}
.data-single-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:after{
    display: block;
}

.partner-logo-slider .swiper-slide-image{
    max-height: 80px;
}
.partner-logo-slider .elementor-swiper-button{
    display: none !important;
}


.testimonials-slider-section{
    background-size: 50% 100% !important;
}
.client-stories-slider-part .quote-icon{
    margin-bottom: 30px;
}
.client-story-card .client-content{
    margin-bottom: 100px;
}
.client-story-card .client-content p{
    color: #000000;
}
.client-story-card .client-footer{
    display: flex;
    align-items: center;
    gap: 20px;
}
.client-story-card .client-footer .client-image{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
.client-story-card .client-footer .client-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client-story-card .client-footer .client-info h4{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.client-story-card .client-footer .client-info span{
    color: #000;
    display: block;
    font-size: 16px;
}

.testimional-arrow{
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    margin-top: -50px;
}
.testimional-arrow .swiper-button-next,
.testimional-arrow .swiper-button-prev{
    position: static;
    margin: 0;
    transform: inherit;
    width: 80px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #000;
    border-radius: 8px;
    background: #fff;
}
.testimional-arrow .swiper-button-next:after,
.testimional-arrow .swiper-button-prev:after{
    font-size: 18px;
    font-weight: 600;
}

.newsletter-wrapper{
    max-width: 650px;
    margin: 0 auto;
}
.newsletter-wrapper .newsletter-form-row{
    display: flex;
    gap: 15px;
}
.newsletter-wrapper .newsletter-form-row .newsletter-input{
    width: 100%;
}
.newsletter-wrapper .newsletter-form-row .newsletter-input .wpcf7-form-control{
    border-radius: 30px;
    border: 1px solid #E0E4D8;
    background: url('../img/email-icon.svg') no-repeat left 12px center #fff;
    padding: 14px 30px 14px 40px;
    color: #000;
    font-size: 16px;
    display: block;
    outline: none;
}
.newsletter-wrapper .newsletter-form-row .newsletter-input .wpcf7-form-control:hover{
    border-color: #0E6EB1;
}
.newsletter-wrapper .newsletter-form-row .newsletter-button{
    width: 100%;
    max-width: 210px;
    flex-shrink: 0;
    position: relative;
}

.newsletter-wrapper .newsletter-form-row .newsletter-button .wpcf7-submit{
    border: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    min-height: 54px;
}
.newsletter-wrapper .newsletter-form-row .newsletter-button .wpcf7-spinner{
    position: absolute;
    right: 0;
}
.newsletter-wrapper .newsletter-checkbox{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #4A4A4A;
}
.newsletter-wrapper .newsletter-checkbox a{
    color: #0A73BE;
}
.newsletter-wrapper .newsletter-checkbox a:hover{
    text-decoration: underline;
}
.newsletter-wrapper .newsletter-checkbox .wpcf7-list-item{
    margin: 0 10px 0 0;
    line-height: 0;
}
.newsletter-wrapper .newsletter-checkbox .wpcf7-list-item input{
    width: 18px;
    height: 18px;
    border-radius: 5px;
    border: 1px solid #000;
    position: relative;
    top: 3px;
}

.blog-list-grid .blog-grid{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 25px;
}
.blog-grid .blog-card{
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 5px 60px 0px #0000000D;
}
.blog-grid .blog-card .blog-image{
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    position: relative;
}
.blog-grid .blog-card .blog-image:before{
    content: '';
    padding-top: 63%;
    display: block;
}
.blog-grid .blog-card .blog-image .wp-post-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.blog-grid .blog-card:hover .blog-image .wp-post-image{
    transform: scale(1.1);
}
.blog-grid .blog-card .blog-image .blog-date{
    position: absolute;
    bottom: 40px;
    left: 40px;
    background: #0E6EB1;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    border-radius: 5px;
}
.blog-grid .blog-card .blog-image .blog-date .day{
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
}
.blog-grid .blog-card .blog-content{
    padding: 16px 40px 40px;
}
.blog-grid .blog-card .blog-content .blog-meta{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}
.blog-grid .blog-card .blog-content .blog-meta span{
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #737373;
}
.blog-grid .blog-card .blog-content .blog-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    margin: 0 0 30px 0;
}
.blog-grid .blog-card:hover .blog-content .blog-title{
    color: #0E6EB1;
}
.blog-grid .blog-card .blog-content .read-more{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #434343;
}
.blog-grid .blog-card .blog-content .read-more:hover{
    color: #0E6EB1;
}
.blog-grid .blog-card .blog-content .read-more svg{
    margin-top: 4px;
}
.custom-pagination{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.custom-pagination .page-numbers{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid #E9E9EA;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000;
    background: #fff;
}
.custom-pagination .page-numbers.current,
.custom-pagination .page-numbers:hover{
    background: #0E6EB1;
    color: #fff;
}


.post-hero{
    position: relative;
    width: 100%;
    min-height: calc(100vh - 103px);
    display: flex;
    justify-content: center;
}
.post-hero .hero-image{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.post-hero .hero-image:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0E6EB0;
    opacity: 0.5;
}
.post-hero .hero-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-hero .hero-content{
    position: relative;
    z-index: 9;
    padding: 100px 16px 140px;
    text-align: center;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.post-hero .hero-content .hero-svg-icon{
    position: absolute;
    max-width: 340px;
}
.post-hero .hero-content .hero-svg-icon svg{
    width: 100%;
    height: auto;
}
.post-hero .hero-content h1{
    color: #fff;
    font-weight: 700;
    margin: 0;
    position: relative;
    z-index: 2;
}
.post-hero .hero-content .post-date{
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
    text-align: center;
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
}
.post-hero .hero-content .post-date:after{
    content: '';
    width: 80px;
    height: 2px;
    background: #FFFFFF;
    display: block;
    margin: 20px auto 0;
}
.blog-single-wrapper{
    padding: 80px 40px;
}
.blog-single-wrapper .post-container{
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
}
.blog-single-wrapper .post-container .post-sidebar{
    width: 100%;
    max-width: 350px;
    flex-shrink: 0;
}
.blog-single-wrapper .post-container .post-content{
    width: 100%;
}
.post-container .post-sidebar ul{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    max-height: 354px;
    overflow-y: auto;
    padding-right: 8px;
}
.post-container .post-sidebar ul::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    background-color: #F5F5F5;
}

.post-container .post-sidebar ul::-webkit-scrollbar{
    width: 5px;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.post-container .post-sidebar ul::-webkit-scrollbar-thumb{
    background-color: #0E6EB0;
}

.post-container .post-sidebar ul li{
    list-style-type: none;
}
.post-container .post-sidebar ul li a{
    border-radius: 10px;
    border: 1px solid #0E6EB1;
    padding: 15px 20px;
    display: block;
}
.post-container .post-sidebar ul li a .blog-date{
    color: #0E6EB0;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.post-container .post-sidebar ul li a h6{
    font-weight: 700;
    font-size: 16px;
    color: #404040;
    margin: 0;
    line-height: 1.3;
}
.post-container .post-sidebar ul li.active-post a,
.post-container .post-sidebar ul li a:hover{
    background: #0E6EB0;
}
.post-container .post-sidebar ul li.active-post a .blog-date,
.post-container .post-sidebar ul li.active-post a h6,
.post-container .post-sidebar ul li a:hover .blog-date,
.post-container .post-sidebar ul li a:hover h6{
    color: #fff;
}
.cta-btn .sidebar-cta-btn{
    color: #ffffff;
    background: #0a73be;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 25px 11px 25px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
}
.cta-btn .sidebar-cta-btn:hover{
    background: #000;
    color: #fff;
}

.blog-single-wrapper .post-container .post-content h2{
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 10px;
    color: #000;
}
.blog-single-wrapper .post-container .post-content h3{
    font-weight: 700;
    font-size: 28px;
    margin: 20px 0 10px;
    color: #000;
}
.blog-single-wrapper .post-container .post-content h4{
    font-weight: 700;
    font-size: 26px;
    margin: 20px 0 10px;
    color: #000;
}


.cybercy-grid{
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 30px;
}
.cybercy-grid .testimonial-card{
    border-radius: 40px;
    border: 2px solid #C7C7C7;
    padding: 30px 30px 40px;
}
.cybercy-grid .testimonial-card p{
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #000;
}
.cybercy-grid .testimonial-card .name{
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    color: #000;
    margin: 25px 0 0 0;
}
.cybercy-grid .testimonial-card.extra-card{
    background: #0E6EB1;
    border-color: #0E6EB1;
    -ms-grid-column:span 1;
    grid-column:span 1;
    -ms-grid-row:span 2;
    grid-row:span 2;
}
.cybercy-grid .testimonial-card.extra-card p,
.cybercy-grid .testimonial-card.extra-card .name{
    color: #fff;
}
.cybercy-grid .testimonial-card.extra-card:after{
    content: '';
    background: url('../img/testimonial-card-img.svg') no-repeat 0 0;
    display: block;
    width: calc(100% + 64px);
    height: 300px;
    background-size: 100%;
    margin: -30px -32px -80px;
    max-width: initial
}


.blue-service-box{
    background: linear-gradient(174.3deg, #0A73BE 51.23%, #FFFFFF 120.44%);
    min-height: 500px !important;
}
.blue-service-box .blue-card-des{
    width: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-bottom: 20px;

    transform: translateY(30px); /* niche thi start */
    transition: 
        width 0.4s ease,
        max-height 0.4s ease,
        transform 0.4s ease,
        opacity 0.3s ease;
}
.blue-service-box.active .blue-card-des{
   width: 100%;
    max-height: 200px; /* content karta vadhu */
    opacity: 1;
    transform: translateY(0); /* bottom → top */
}

/* HIDE ARROW ON HOVER */
.blue-service-box.active .card-arrow {
    width: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;

    transform: translateY(30px); /* niche thi start */
    transition: 
    width 0.4s ease,
    max-height 0.4s ease,
    transform 0.4s ease,
    opacity 0.3s ease;
}


.cyber-cta-section{
    background: #1977BC;
    padding: 30px 40px;
}
.cyber-cta-container{
    max-width: 1250px;
    padding: 0 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 60px;
    justify-content: space-between;
}
.cyber-cta-container .cta-icon{
    max-width: 290px;
    flex-shrink: 0;
}
.cyber-cta-container .cta-icon svg{
    width: 100%;
    height: auto;
}
.cyber-cta-container h2{
    font-size: 38px !important;
    line-height: 44px !important;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 30px;
}
.cyber-cta-container .cyber-cta-btn-wrapper a{
    background: #fff;
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 25px 11px 25px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
    box-shadow: none;
    text-decoration: none;
}
.cyber-cta-container .cyber-cta-btn-wrapper a:hover{
    color: #fff !important;
    background: #000;
}


.security-author-section{
    padding: 60px 40px;
}
.security-author-section .author-card-wrapper{
    max-width: 1250px;
    padding: 0 0;
    margin: 0 auto;
}
.author-card-wrapper .author-header{
     background: #1977BC;
     padding: 40px 20px;
     text-align: center;
     margin-bottom: 40px;
}
.author-card-wrapper .author-header .author-img-blank{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background: #fff;
    margin: 0 auto;
}
.author-card-wrapper .author-header .author-img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.author-card-wrapper .author-header h2{
    font-weight: 700;
    color: #fff;
    font-size: 24px;
    margin: 20px 0 10px;
        line-height: 1.2;
}
.author-card-wrapper .author-header p{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
}
.author-card-wrapper .author-about h3{
    color: #000;
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 34px;
}
.author-card-wrapper .author-about p{
    font-size: 18px;
    color: #000;
    margin: 0;
}
.author-card-wrapper .author-social{
    margin-top: 30px;
}
.author-card-wrapper .author-social .linkedin-btn{
    background: #D0D2D3;
    border-radius: 5px;
    padding: 10px 20px;
    text-align: center;
    color: #000;
    font-size: 18px;
    display: block;
}
.header-menu-part ul li.get-cybercy-btn{
    display: none;
}
.header-menu-part ul li.get-cybercy-btn a{
    color: #ffffff !important;
    background: #0a73be;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 25px 11px 25px;
    border-radius: 50px 50px 50px 50px;
    display: inline-block;
}
.header-menu-part ul li.get-cybercy-btn a:hover{
    background: #000;
}
header.elementor-location-header{
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
}
header.elementor-location-header.open{
    border-bottom: 1px solid #e7e7e7;
}
header.elementor-location-header .header-part .e-con-inner{
    transition: all 0.3s ease;
}
.wc-faq-section .wc-faq-accodian p strong {
    font-weight: 500;
}

.wc-faq-section .wc-faq-accodian p strong a,
.wc-faq-section .wc-faq-accodian p a {
    color: #0a73be;
}
.wc-faq-section .wc-faq-accodian p a:hover,
.wc-faq-section .wc-faq-accodian p strong a:hover {
    text-decoration: underline;
}

body.single.single-services .service-tabs-content-part p a {
    color: #0e6eb1;
    font-weight: 500;
}
body.single.single-services .service-tabs-content-part p a strong {
    font-weight: 500;
}

body.single.single-services .service-tabs-content-part p a:hover {
    text-decoration: underline;
}

.blog-single-wrapper .post-container .post-content a {
    color: #0a73be;
}
.blog-single-wrapper .post-container .post-content p strong,
.blog-single-wrapper .post-container .post-content a strong {
    font-weight: 500;
}

.blog-single-wrapper .post-container .post-content a:hover {
    text-decoration: underline;
}
.cybercy-custom-page .page-header h1 {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 25px;
    padding: 0;
}
.cybercy-custom-page .page-content h2{
    font-weight: 700;
    font-size: 30px;
    margin: 20px 0 10px;
    color: #000;
}
.cybercy-custom-page .page-content h3 {
    font-weight: 700;
    font-size: 22px;
    margin: 16px 0 10px;
    color: #000;
}

.cybercy-custom-page main#content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 20px 16px;
}
.cybercy-custom-page .page-content p a {
    color: #0a73be;
    text-decoration: none;
    font-weight: 500;
}
.cybercy-custom-page .page-content p a:hover{
    text-decoration: underline;
}

.cybercy-custom-page .page-content table thead {
    border: 0;
}

.cybercy-custom-page .page-content table thead th {
    border-color: #cecece !important;
    padding: 12px;
    background-color: #f8f8f8;
}


.cybercy-custom-page .page-content table tbody td {
    border-color: #cecece;
    font-size: 14px;
        background-color: #fff;
}
.cybercy-custom-page .page-content ul.wp-block-list li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 28px;
}

.cybercy-custom-page .page-content ul.wp-block-list li:before {
    content: '';
    background-image: url(https://cybercygroup-new.enspirittechhosting.com/wp-content/uploads/2026/03/check-mark.png);
    width: 18px;
    height: 18px;
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}

.cybercy-custom-page .page-content ul.wp-block-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0;
}


@media (min-width:992px){
    .blue-bog-grid-part{
        flex-direction: row !important;
        align-items: flex-start !important;
        display: flex !important;
        align-items: stretch !important;
    }
    .blue-service-box {
        /*width: 25% !important;*/
        transition: all 0.3s ease !important;
        flex: 1 !important;
    }
    .blue-service-box.active {
        /*width: 35% !important;*/
        flex: 1.5 !important;
    }
    header.elementor-location-header.open .header-part .e-con-inner{
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width:1199px){
    .blog-grid .blog-card .blog-content {
        padding: 16px 20px 30px;
    }
    .blog-grid .blog-card .blog-content .blog-title{
        font-size: 18px;
        line-height: 24px;
    }
    .blog-grid .blog-card .blog-content .blog-meta span{
        gap: 10px;
    }
    .blog-grid .blog-card .blog-content .blog-meta{
        gap: 15px;
    }
    .blog-grid .blog-card .blog-image .blog-date{
        bottom: 20px;
        left: 20px;
    }
    .blog-single-wrapper {
        padding: 60px 20px;
    }
    .cyber-cta-section{
        padding: 30px 20px;
    }
    .security-author-section{
        padding: 40px 20px;
    }
    .blog-single-wrapper .post-container{
        gap: 30px;
    }
    .blog-single-wrapper .post-container .post-sidebar{
        max-width: 310px;
    }
    .cyber-cta-container h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .cyber-cta-container .cta-icon {
        max-width: 250px;
        flex-shrink: 0;
    }
    .cyber-security-column .cyber-security-box:after{
        width: 415px;
        height: 421px;
    }
}

@media (max-width:1024px){
    .cybercy-services-grid{
        gap: 50px;
    }
    .cybercy-grid .testimonial-card{
        padding: 20px 20px 30px;
        border-radius: 30px;
    }
    .cybercy-grid .testimonial-card.extra-card:after{
        height: 200px;
    }
    .header-menu-part nav ul.elementor-nav-menu{
        height: calc(100vh - 64px);
    }
    .header-menu-part ul li.get-cybercy-btn{
        display: block;
        padding: 10px 20px;
    }
    .cybercy-custom-page .page-header h1 {
    font-size: 35px;
    line-height: 55px;
}
}


@media (max-width:991px){
    .cybercy-services-grid{
        gap: 30px;
    }
    .cybercy-services-grid .cybercy-service-card{
        padding: 45px 30px;
    }

    .testimional-arrow{
        gap: 10px;
        margin-top: -30px;
    }
    .testimional-arrow .swiper-button-next,
    .testimional-arrow .swiper-button-prev{
        width: 50px;
        height: 40px;
    }
    .testimional-arrow .swiper-button-next:after,
    .testimional-arrow .swiper-button-prev:after{
        font-size: 18px;
        font-weight: 600;
    }

    .blog-list-grid .blog-grid{
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 25px;
    }
    .cybercy-grid .testimonial-card p{
        font-size: 16px;
        line-height: 28px;
    }
    .blog-single-wrapper .post-container .post-sidebar{
        max-width: 280px;
    }
    .cyber-cta-container h2 {
        font-size: 30px !important;
        line-height: 38px !important;
    }
    .cyber-cta-container .cta-icon {
        max-width: 200px;
        flex-shrink: 0;
    }
    .blog-single-wrapper .post-container .post-content h3{
        font-size: 24px;
    }
    .blog-single-wrapper .post-container .post-content h2{
        font-size: 26px;
    }
    .author-card-wrapper .author-header{
        padding: 20px 20px;
    }
    .author-card-wrapper .author-header .author-img-blank {
        width: 90px;
        height: 90px;
    }
        .cybercy-custom-page .page-content h2{
        font-size: 26px;
    }
    .cybercy-custom-page .page-content h3 {
    font-size: 20px;
}
.cybercy-custom-page .page-header h1 {
    font-size: 35px;
    line-height: 55px;
}
}

@media (max-width:767px){
    .cybercy-services-grid{
        gap: 30px;
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    .cybercy-services-grid .cybercy-service-card{
        padding: 30px 20px;
    }
    .cybercy-service-card .cybercy-service-icon {
        margin-bottom: 10px;
    }
    .cybercy-service-card .cybercy-service-title{
        margin: 0 0 16px;
        font-size: 22px;
    }
    .cybercy-service-card .cybercy-service-icon img{
        max-width: 100px;
    }
    .cybercy-service-card .cybercy-service-content {
        margin-bottom: 20px;
    }
    .cybercy-service-card .cybercy-read-more{
        padding: 10px 20px;
    }
    .footer-menu nav ul li a{
        justify-content: center;

    }
    .form-newsletter .form-btn .wpcf7-submit{
        min-width: 140px;
        padding: 12px 15px;
    }
    .form-newsletter .form-btn .wpcf7-spinner {
        top: 11px;
    }
    .form-newsletter .input-field-part .wpcf7-form-control-wrap .input-field{
        padding:5px 10px;
    }
    .data-single-tabs .e-n-tabs-heading .e-n-tab-title {
        min-height: 70px;
        padding-left: 50px;
        padding-right: 12px;
    }
    .data-single-tabs .e-n-tabs-heading .e-n-tab-title .e-n-tab-icon{
        width: 60px;
        height: 60px;
        left: -20px;
    }
    .data-single-tabs .e-n-tabs-heading .e-n-tab-title:after{
        right: 50%;
        top: 100%;
        transform: rotate(90deg);
    }
    .client-story-card .client-content {
        margin-bottom: 50px;
    }
    .client-stories-slider-part .quote-icon {
        margin-bottom: 20px;
    }
    .client-stories-slider-part .quote-icon svg{
        max-width: 60px;
        height: 50px;
    }
    .testimional-arrow{
        margin-top: 15px;
        justify-content: center;
    }
    .client-story-card .client-footer .client-image{
        width: 50px;
        height: 50px;
    }
    .client-story-card .client-footer{
        gap: 10px;
    }
    .partner-logo-slider .elementor-swiper-button{
        display: block !important;
    }
    .newsletter-wrapper .newsletter-form-row .newsletter-button{
        max-width: 135px;
    }
    .newsletter-wrapper .newsletter-form-row .newsletter-input .wpcf7-form-control{
        padding: 11px 10px 11px 34px;
        font-size: 14px;
    }
    .newsletter-wrapper .newsletter-form-row .newsletter-button .wpcf7-submit{
        min-height: 45px;
    }
    .newsletter-wrapper .newsletter-form-row{
        gap: 10px;
    }
    .newsletter-wrapper .newsletter-checkbox .wpcf7-list-item input{
        width: 15px;
        height: 15px;
        top: 2px;
    }
     .blog-list-grid .blog-grid{
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 25px;
    }
    .blog-grid .blog-card{
        border-radius: 10px;
    }
    .blog-grid .blog-card .blog-image{
        border-radius: 10px 10px 0 0;
    }
    .blue-service-box{
        min-height: 390px !important;
    }
    .cybercy-grid{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
    .cybercy-grid .testimonial-card.extra-card{
        -ms-grid-row: span 1;
        grid-row: span 1;
    }
    .cybercy-grid .testimonial-card .name{
        font-size: 18px;
    }
    .blog-single-wrapper .post-container{
        display: block;
    }
    .blog-single-wrapper .post-container .post-sidebar{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .blog-single-wrapper {
        padding: 40px 16px;
    }
    .cyber-cta-section{
        padding: 30px 16px 0;
    }
    .security-author-section{
        padding: 30px 16px;
    }
    .cyber-cta-container{
        display: block;
        text-align: center;
    }
    .cyber-cta-container h2 {
        font-size: 24px !important;
        line-height: 32px !important;
    }
    .cyber-cta-container .cta-icon{
        max-width: 170px;
        margin: 20px auto 0;
    }
    .author-card-wrapper .author-header{
        margin-bottom: 20px;
    }
    .author-card-wrapper .author-header h2{
        font-size: 20px;
        margin: 15px 0 10px;
    }
    .author-card-wrapper .author-header p{
        font-size: 16px;
    }
    .author-card-wrapper .author-about h3{
        margin: 0 0 10px;
        font-size: 24px;
        line-height: 30px;
    }
    .author-card-wrapper .author-about p {
        font-size: 16px;
    }
    .author-card-wrapper .author-social{
        margin-top: 20px;
    }
    .author-card-wrapper .author-header .author-img-blank {
        width: 70px;
        height: 70px;
    }
    .blog-single-wrapper .post-container .post-content h2 {
        font-size: 22px;
        line-height: 1.3;
    }
    .blog-single-wrapper .post-container .post-content h3 {
        font-size: 20px;
    }
    .post-container .post-sidebar ul{
        margin: 0 0 20px;
    }
    .post-container .post-sidebar ul li a{
        padding: 10px 15px;
    }
    .post-container .post-sidebar ul li a .blog-date{
        margin-bottom: 6px;
    }
    .post-hero .hero-content{
        padding: 50px 16px 100px;
    }
    .post-hero .hero-content .post-date{
        bottom: 40px;
    }
    .post-hero .hero-content .hero-svg-icon {
        position: absolute;
        max-width: 220px;
    }
    header .elementor-nav-menu--toggle .elementor-menu-toggle{
        height: 40.5px;
    }
    .home .ul-icon-list-grid .elementor-icon-list-items{
        max-width: fit-content;
        margin: 0 auto;
    }

    .blog-grid-part{
        overflow: hidden;
    }
    .custom-swiper-container{
        overflow: initial !important;
    }
    .custom-swiper-container .next-btn:after,
    .custom-swiper-container .prev-btn:after{
        display: none;
    }
    .custom-swiper-container .next-btn,
    .custom-swiper-container .prev-btn{
        width: 20px;
        height: 20px;
    }
    .custom-swiper-container .next-btn svg,
    .custom-swiper-container .prev-btn svg{
        width: 100%;
        height: auto;
    }
     .custom-swiper-container .next-btn{
        right: -30px;
     }
    .custom-swiper-container .prev-btn{
        left: -30px;
    }
        .cybercy-custom-page .page-content h2{
                font-size: 22px;
        line-height: 1.3;
    }
    .cybercy-custom-page .page-content h3 {
    font-size: 18px;
    margin: 12px 0 6px;
}
.cybercy-custom-page .page-header h1 {
    font-size: 28px;
    line-height: 38px;
    margin: 0 0 15px;
}
.cybercy-custom-page .page-content p a{
    display: inline-block;
}
.cybercy-custom-page .page-content table.has-fixed-layout {
    table-layout: auto;
}
.cybercy-custom-page .page-content table tbody td {
    width: 100%;
    min-width: 200px;
    max-width: 200px;
}
}


