 /* Top Section */
 .cyber-it-compliance-top-sec {
     margin-top: 140px;
     background: url('../img/cyber-law/it-compliance-banner.webp') no-repeat center center;
     background-size: cover;
     max-height: 84vh;
     display: flex;
     align-items: center;
 }

 .cyber-it-compliance-top-sec .row {
     height: 100%;
     width: 100%;
     display: flex;
 }

 .cyber-it-compliance-first-sec {
     display: flex;
     justify-content: space-between;
 }

 .cyber-it-compliance-first-sec img {
     max-width: 100%;
     height: auto;
     max-height: 490px;
 }

 .cyber-it-compliance-first-sec h1 {
     font-size: 3rem;
     font-weight: 700;
     color: #fff;
     margin-top: 80px;
     margin-left: -50px;
 }

 .cyber-it-compliance-first-sec p {
     font-size: 1.7rem;
     color: #f0f0f0;
     margin-top: 40px;
     margin-left: 30px;
 }

 .cyber-it-compliance-form-container {
     width: 100%;
     max-width: 320px;
     margin: 0 auto;
     text-align: center;
     background-color: white;
     box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
     border-radius: 10px;
     margin-top: 20px;
 }

 .cyber-it-compliance-form-header {
     font-size: 18px;
     font-weight: 700;
     color: #fff;
     background-color: #338dfb;
     line-height: 1.5;
     padding: 15px;
     margin: 0;
     margin-bottom: 10px;
     box-shadow: inset 0px -1px 10px rgba(255, 255, 255, 0.2);
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
 }

 .cyber-it-compliance-form-inputs {
     padding: 20px;
     margin-bottom: 20px;
 }

 .cyber-it-compliance-input-group {
     position: relative;
     margin-bottom: 15px;
     border-radius: 5px;
 }

 .cyber-it-compliance-input-group i {
     position: absolute;
     left: 15px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 18px;
     color: #888;
 }

 .cyber-it-compliance-input-group input {
     width: 100%;
     padding: 14px 15px 14px 60px;
     font-size: 14px;
     border: 1px solid #d9d9d9;
     border-radius: 5px;
     outline: none;
 }

 .cyber-it-compliance-input-group input:focus {
     border-color: #338dfb;
     box-shadow: 0px 4px 12px rgba(51, 141, 251, 0.3);
 }

 .cyber-it-compliance-submit-button {
     width: 100%;
     padding: 12px;
     font-size: 16px;
     color: #fff;
     background: #338dfb;
     border: none;
     border-radius: 5px;
     cursor: pointer;
     transition: background 0.3s;
 }

 .cyber-it-compliance-submit-button:hover {
     background: #226ecb;
 }

 @media (max-width: 1024px) {
     .cyber-it-compliance-top-sec {
         margin-top: 0px;
         max-height: unset;
         padding: 40px 0;
         display: block;
     }

     .cyber-it-compliance-top-sec .row {
         height: auto;
         width: 100%;
         margin-left: 0px !important;
     }

     .cyber-it-compliance-first-sec {
         flex-direction: column-reverse;
         align-items: center;
     }

     .cyber-it-compliance-first-sec img {
         max-height: 300px;
     }

     .compliance-it-headings h1 {
         margin-top: 0px;
         margin-left: 0;
         font-size: 3rem;
     }

     .compliance-it-headings p {
         font-size: 2rem;
         margin-top: 10px;
         margin-left: 0;
     }

     .cyber-it-compliance-form-container {
         max-width: 80%;
         margin: 0 auto;
     }
 }

 @media (min-width: 800px) and (max-width: 1023px) {
     .cyber-it-compliance-top-sec {
         margin-top: 155px;
     }
 }

 @media (min-width: 767px) and (max-width: 799px) {
     .cyber-it-compliance-top-sec {
         margin-top: 0px;
     }
 }

 @media (max-width: 575.98px) {
     .cyber-it-compliance-form-inputs {
         padding: 15px 10px;
     }

     .cyber-it-compliance-form-header {
         font-size: 16px;
         padding: 10px;
     }

     .cyber-it-compliance-input-group input {
         padding-left: 45px;
     }

     .cyber-it-compliance-input-group i {
         left: 10px;
         font-size: 16px;
     }
 }

 /* second section  */
 .cyber-title-text {
     display: inline-block;
     border-bottom: 3px solid #338DFB;
     padding-bottom: 5px;
     color: #000;
     border-radius: 0;
 }

 .cyber-it-compliance-info-sec h2 {
     margin-bottom: 0;
 }

 .compliance-box {
     background: #ffffff;
     border-radius: 16px;
     font-size: 1rem;
     line-height: 1.7;
     color: #333;
     position: relative;
     transform: translate(-150px, 10px);
     width: 140%;
     text-align: justify;
     font-weight: 500;
 }

 @media (min-width:1800px) and (max-width: 2500px) {
     .compliance-box {
         width: 130%;
     }
 }

 @media (max-width: 991.98px) {
     .compliance-box {
         width: 100%;
         transform: translate(5px, 10px);
         text-align: justify;
         font-weight: 500;
     }

     .mna-section-wrapper .row {
         flex-direction: column;
         width: 100% !important;
     }
 }

 /* thired section  */
 .it-compliance-thired-sec {
     width: 77.8%;
     margin-left: 22.2%;
     background-color: #E8EFFF;
     position: relative;
     z-index: -2;
 }

 .it-compliance-thired-sec h2 {
     font-size: 24px;
     font-weight: 600;
     background-color: rgba(51, 141, 251, 0.21);
     height: 80px;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .it-compliance-third-sec-hex {
     padding-top: 45px;
     padding-bottom: 45px;
 }

 .it-hex-card {
     padding: 40px 20px;
     text-align: center;
     border-radius: 8px;
     position: relative;
     transition: transform 0.3s;
     min-height: 200px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .it-hex-card:hover {
     transform: scale(1.05);
 }

 .it-hex-card p {
     margin: 0;
     font-weight: 500;
 }

 .it-hex-card.magenta {
     background: url('../img/cyber-law/it-compliance-hexagon-1.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.orange {
     background: url('../img/cyber-law/it-compliance-hexagon-2.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.purple {
     background: url('../img/cyber-law/it-compliance-hexagon-3.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.bluish {
     background: url('../img/cyber-law/it-compliance-hexagon-4.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.green {
     background: url('../img/cyber-law/it-compliance-hexagon-5.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.teal {
     background: url('../img/cyber-law/it-compliance-hexagon-6.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card.dark-pink {
     background: url('../img/cyber-law/it-compliance-hexagon-7.webp') no-repeat center center;
     background-size: cover;
 }

 @media (max-width: 1024px) {
     .it-hex-card {
         padding: 20px 2px;
         min-height: 120px;
     }

 }

 @media (max-width: 768px) {
     .it-compliance-thired-sec {
         width: 100%;
         margin-left: 0;
     }

     .it-hex-card {
         width: 100%;
         min-height: 150px;
         padding: 25px;
     }

     .it-compliance-third-sec-hex {
         padding-top: 0px;
         padding-bottom: 0px;
     }
 }

 /* 4th section */
 .it-compliance-step-sec {
     background-color: #e6edff;
 }

 .fourth-sec-row-it-compliance {
     width: 840px;
 }

 .it-compliance-step-sec .it-step-card {
     display: flex;
     align-items: center;
     gap: 1rem;
     padding: 20px;
     background-color: #fff;
     position: relative;
     min-height: 160px;
 }

 .it-compliance-step-sec .it-step-card-1 {
     background: url('../img/cyber-law/it-compliance-service-scope-1.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-2 {
     background: url('../img/cyber-law/it-compliance-service-scope-2.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-3 {
     background: url('../img/cyber-law/it-compliance-service-scope-3.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-4 {
     background: url('../img/cyber-law/it-compliance-service-scope-4.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-5 {
     background: url('../img/cyber-law/it-compliance-service-scope-5.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-6 {
     background: url('../img/cyber-law/it-compliance-service-scope-6.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-7 {
     background: url('../img/cyber-law/it-compliance-service-scope-7.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-8 {
     background: url('../img/cyber-law/it-compliance-service-scope-8.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .it-step-card-9 {
     background: url('../img/cyber-law/it-compliance-service-scope-9.webp') no-repeat center center;
     background-size: cover;
 }

 .it-compliance-step-sec .step-content-compliance p {
     font-weight: 500;
     font-size: 14px;
     padding-left: 145px;
     color: #fff;
 }

 @media (max-width: 1024px) {
     .fourth-sec-row-it-compliance {
         width: 100%;
     }

     .it-compliance-step-sec .step-content-compliance p {
         font-size: 14px;
         padding-left: 70px;
     }

     .it-compliance-step-sec .it-step-card {
         min-height: 100px;
     }
 }

 @media (max-width: 767.98px) {
     .it-compliance-step-sec .it-step-card {
         min-height: 153px;
     }

     .it-compliance-step-sec .step-content-compliance p {
         padding-left: 138px;
     }
 }

 /* 5th section  */
 .it-hex-card-fifth-sec {
     padding: 20px 20px;
     border-radius: 8px;
     position: relative;
     transition: transform 0.3s;
     min-height: 175px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .it-hex-card-fifth-sec p {
     margin-left: 50px;
     margin-top: -25px;
     font-size: 15px;
     font-weight: 500;
 }

 .it-hex-card-fifth-sec.magenta-1 {
     background: url('../img/cyber-law/act-compliance-matters-1st.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card-fifth-sec.orange-1 {
     background: url('../img/cyber-law/act-compliance-matters-2nd.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card-fifth-sec.purple-1 {
     background: url('../img/cyber-law/act-compliance-matters-3th.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card-fifth-sec.bluish-1 {
     background: url('../img/cyber-law/act-compliance-matters-4th.webp') no-repeat center center;
     background-size: cover;
 }

 .it-hex-card-fifth-sec.green-1 {
     background: url('../img/cyber-law/act-compliance-matters-5th.webp') no-repeat center center;
     background-size: cover;
 }

 @media (min-width:768px) and (max-width: 1024px) {
     .it-hex-card-fifth-sec {
         padding: 15px 0px;
         min-height: 100px;
     }

     .it-hex-card-fifth-sec p {
         margin-top: 5px;
         margin-left: 20px;
         font-size: 12px;
     }

 }

 @media (max-width: 767px) {
    .it-hex-card-fifth-sec {
        padding: 15px 45px;
        min-height: 130px;
    }

     .it-hex-card-fifth-sec p {
         margin-left: 20px;
         margin-top: -35px;
         font-size: 14px;
     }

     .it-compliance-third-sec-hex .container .row {
         margin-left: 0 !important;
         margin-right: 0 !important;
     }
 }

 /* 6th section  */
 .it-compliance-six-sec-hex {
     display: flex;
     gap: 40px;
     padding: 40px 20px;
     justify-content: center;
     align-items: center;
 }

 .our-approch-img {
     width: 45%;
 }

 .our-approch-img img {
     width: 100%;
     height: auto;
 }

 .our-approch-hex {
     width: 55%;
 }

 .our-approch-hex .step-flow-item .step-boxes {
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 30px;
     min-height: 140px;
 }

 .step-boxes.left-step {
     background-position: right center;
 }

 .step-boxes.right-step {
     background-position: left center;
 }

 .approch-step-text {
     max-width: 250px;
     font-size: 14px;
     color: #000;
 }

 @media (min-width:1800px) and (max-width: 2500px) {
     .our-approch-hex .step-flow-item .step-boxes {
         padding: 30px;
         min-height: 180px;
     }

     .approch-step-text {
         max-width: 217px;
     }

     .it-hex-card-fifth-sec p {
         margin-top: -50px;
     }
 }

 @media (max-width: 1024px) {

     .our-approch-img,
     .our-approch-hex {
         width: 100%;
     }

     .it-compliance-six-sec-hex {
         flex-direction: column;
     }

     .approch-step-text {
         margin-left: 40px !important;
         margin-right: 50px !important;
     }
 }

 @media (max-width: 767.98px) {
     .step-flow-item {
         flex-direction: column;
     }

     .step-boxes.left-step,
     .step-boxes.right-step {
         background-position: center;
         margin: 10px 0;
     }

     .our-approch-hex .step-flow-item .step-boxes {
         padding: 62px;
         min-height: 185px;
     }

     .approch-step-text {
         max-width: 100%;
     }
 }


 /* 7th section  */
 .feature-list-it-compliances li {
     font-size: 1.05rem;
     font-weight: 500;
     margin-bottom: 1.25rem;
     display: flex;
     align-items: flex-start;
     gap: 10px;
     line-height: 1.6;
 }

 .feature-list-it-compliances .icon {
     width: 24px;
     height: 24px;
     flex-shrink: 0;
 }

 .cyber-law-it-compliance-seven {
     position: relative;
     z-index: 1;
 }

 .it-compliance-highlight-sec {
     position: absolute;
     z-index: 0;
     width: 300px;
     height: 355px;
     background: linear-gradient(150deg, #7EB8FF, #407BFF);
     transform: translate(0%, -92%);
     right: 0;
 }

 @media (max-width: 991.98px) {
     .cyber-law-it-compliance-seven {
         position: relative;
         z-index: 1;
         top: 36px;
     }

     .it-compliance-highlight-sec {
         transform: translate(0%, -82%);
         right: 0;
     }
 }

 /* 8th section  */
 .cyber-it-compliance-info-sec.eighth-sec {
     border-bottom-left-radius: 10px;
     border-bottom-right-radius: 10px;
 }

 .it-compliance-third-sec-hex.eighth-sec {
     padding-left: 40px;
     padding-right: 40px;
 }

 .timeline-benefit-item {
     position: relative;
     margin-top: 0 !important;
 }

 .timeline-benefit-text {
     font-size: 1.2rem;
     color: #555;
     padding-left: 15px;
 }

 .timeline-benefit-line {
     flex-shrink: 0;
     margin-top: 10px;
     width: 180px;
     height: 88px;
     position: relative;
 }

 .tb-item-1 .timeline-benefit-line {
     background: url('../img/cyber-law/it-compliance-eight-1.webp') no-repeat center center;
     background-size: cover;
 }

 .tb-item-2 .timeline-benefit-line {
     background: url('../img/cyber-law/it-compliance-eight-2.webp') no-repeat center center;
     background-size: cover;
     margin-left: 90px;
 }

 .tb-item-3 .timeline-benefit-line {
     background: url('../img/cyber-law/it-compliance-eight-3.webp') no-repeat center center;
     background-size: cover;
 }

 .tb-item-4 .timeline-benefit-line {
     background: url('../img/cyber-law/it-compliance-eight-4.webp') no-repeat center center;
     background-size: cover;
     margin-left: 90px;
 }

 .tb-item-5 .timeline-benefit-line {
     background: url('../img/cyber-law/it-compliance-eight-5.webp') no-repeat center center;
     background-size: cover;
 }

 @media (max-width: 991.98px) {
     .it-compliance-third-sec-hex.eighth-sec {
         padding-left: 10px;
         padding-right: 10px;
     }

     .timeline-benefit-line {
         flex-shrink: 0;
         margin-top: 10px;
         width: 126px;
         height: 62px;
     }

     .tb-item-2 .timeline-benefit-line,
     .tb-item-4 .timeline-benefit-line {
         margin-left: 0;
     }
 }

 /* Data Privacy Policy Page Styles */
 /* third section */
 .data-privacy-section {
     padding: 20px 0;
 }

 .data-privacy-main-card .col-md-4 {
     padding-left: 0;
     padding-right: 0;
     margin-top: 0;
 }

 .data-privacy-card {
     position: relative;
     background: #fff;
     background-size: cover;
     text-align: center;
     padding: 90px 20px 40px;
     min-height: 320px;
 }

 .data-privacy-card.first {
     background: url('../img/cyber-law/needs-of-privacy-policy-1.webp') no-repeat center center;
     background-size: cover;
 }

 .data-privacy-card.second {
     background: url('../img/cyber-law/needs-of-privacy-policy-2.webp') no-repeat center center;
     background-size: cover;
     margin-top: 35px;
 }

 .data-privacy-card.third {
     background: url('../img/cyber-law/needs-of-privacy-policy-3.webp') no-repeat center center;
     background-size: cover;
 }

 .data-privacy-card.fourth {
     background: url('../img/cyber-law/needs-of-privacy-policy-4.webp') no-repeat center center;
     background-size: cover;
     margin-top: 35px;
 }

 .data-privacy-card.fifth {
     background: url('../img/cyber-law/needs-of-privacy-policy-5.webp') no-repeat center center;
     background-size: cover;
 }

 .data-privacy-card.sixth {
     background: url('../img/cyber-law/needs-of-privacy-policy-6.webp') no-repeat center center;
     background-size: cover;
     margin-top: 35px;
 }

 .data-privacy-text {
     font-size: 0.95rem;
     margin-top: 30px;
     color: #333;
 }

 @media (min-width:1800px) and (max-width:2500px) {
     .data-privacy-card {
         padding: 90px 40px 40px;
         min-height: 340px;
     }
 }

 @media (max-width: 767px) {
     .data-privacy-card {
         padding: 90px 155px 40px;
     }

     .data-privacy-card.first,
     .data-privacy-card.second,
     .data-privacy-card.third,
     .data-privacy-card.fourth,
     .data-privacy-card.fifth,
     .data-privacy-card.sixth {
         background-size: contain;
     }

     .data-privacy-card.second,
     .data-privacy-card.fourth,
     .data-privacy-card.sixth {
         margin-top: 0;
     }

     .data-privacy-section .row {
         margin-right: 0 !important;
         margin-left: 0 !important;
     }
 }

 /* fourth section  */
 .scope-data-privacy-section {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 892px;
     padding: 40px 0;
     margin: auto;
 }

 .scope-data-privacy-section .policy-column {
     display: flex;
     flex-direction: column;
     margin-left: -30px;
 }

 .scope-data-privacy-section .policy-item {
     position: relative;
     width: 446px;
 }

 .scope-data-privacy-section .policy-image {
     width: 100%;
     height: 100%;
 }

 .scope-data-privacy-section .policy-text {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     font-weight: 300;
     font-size: 17px;
     width: 80%;
     padding: 0 15px;
     line-height: 1.2;
 }

 .scope-data-privacy-section .policy-text.left {
     text-align: right;
 }

 .scope-data-privacy-section .policy-text.right {
     right: 0px;
     text-align: left;
 }

 @media (min-width:992px) and (max-width: 1068px) {
     .scope-data-privacy-section .policy-item {
         width: 395px;
     }

     .scope-data-privacy-section .policy-text {
         font-size: 15px;
     }
 }

 @media (max-width: 992px) {
     .scope-data-privacy-section {
         flex-direction: column;
         align-items: center;
         width: 100%;
     }

     .scope-data-privacy-section .policy-item {
         width: 100%;
         max-width: 315px;
     }

     .scope-data-privacy-section .policy-text.left {
         left: -20px;
     }

     .scope-data-privacy-section .policy-text.right {
         right: -18px;
     }
 }

 /* fifth section */
 .data-policy-section {
     margin-top: 50px;
 }

 .data-policy-row-top {
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
 }

 .data-policy-row-bottom {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 180px;
     margin-top: -70px;
     position: relative;
 }

 .data-policy-row-middle {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 240px;
     position: relative;
 }

 .data-policy-row-top .data-policy-benefit-item img {
     width: 110px;
     max-width: 100%;
 }

 .data-policy-row-bottom .data-policy-benefit-item img {
     width: 100px;
     max-width: 100%;
 }

 .data-policy-benefit-item img {
     width: 130px;
     max-width: 100%;
 }

 .data-policy-text {
     font-size: 16px;
     position: absolute;
     width: 236px;
     color: #7F7F7F;
 }

 .data-policy-text-1 {
     top: -35%;
     left: 37%;
     text-align: center;
 }

 .data-policy-text-2 {
     top: 25%;
     right: 4%;
     text-align: left;
 }

 .data-policy-text-3 {
     top: 25%;
     left: 3%;
     text-align: right;
 }

 .data-policy-text-4 {
     top: 25%;
     right: 0;
     text-align: left;
 }

 .data-policy-text-5 {
     top: 25%;
     left: 0;
     text-align: right;
 }

 @media (min-width:1800px) and (max-width:2500px) {
     .data-policy-text-1 {
         top: -35%;
         left: 42%;
     }

     .data-policy-text-2 {
         top: 15%;
         right: 19%;
     }

     .data-policy-text-3 {
         top: 25%;
         left: 19%;
     }

     .data-policy-text-4 {
         top: 25%;
         right: 15%;
     }

     .data-policy-text-5 {
         top: 25%;
         left: 15%;
     }
 }

 @media (min-width: 768px) and (max-width: 1068px) {
     .data-policy-text-1 {
         top: 25%;
         left: 15%;
     }

     .data-policy-text-2 {
         top: 12%;
         right: 1%;
         width: 24%;
     }

     .data-policy-text-4 {
         top: 15%;
         right: 3%;
     }

     .data-policy-text-5 {
         top: 25%;
         left: 5%;
     }

     .data-policy-text-3 {
         top: 25%;
         left: 5%;
         width: 20%;
     }
 }

 @media (min-width: 768px) {
     .benefit-item {
         margin-bottom: 30px;
     }

     .top-row .benefit-item,
     .bottom-row .benefit-item {
         display: flex;
         flex-direction: column;
         align-items: center;
     }

     .middle-row {
         display: flex;
         justify-content: space-between;
         align-items: center;
         margin: 50px auto;
         text-align: center;
     }
 }

 @media (max-width: 768px) {
     .data-policy-row-middle {
         gap: 90px;
         margin-top: 50px;
     }

     .data-policy-row-bottom {
         gap: 75px;
         margin-top: 35px;
     }

     .data-policy-text-1 {
         top: -34%;
         left: 24%;
     }

     .data-policy-text-2 {
         top: -67%;
         right: 0%;
     }

     .data-policy-text-3 {
         top: -62%;
         left: 0%;
     }

     .data-policy-text-4 {
         top: -35%;
         right: 0%;
     }

     .data-policy-text-5 {
         top: -35%;
         left: 0%;
     }

     .data-policy-text {
         font-size: 12px;
         position: absolute;
         width: 168px;
     }
 }

 /* sixth section */
 .policy-matters-grid {
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     gap: 20px;
 }

 .policy-matters-grid.second {
     position: relative;
     transform: translate(50px, -100px);
     width: fit-content;
     margin-bottom: -100px;
 }

 .policy-matters-hex-outer {
     position: relative;
     width: 250px;
     height: 250px;
     background: transparent;
 }

 .policy-matters-hex-inner {
     position: absolute;
     top: 5px;
     left: 5px;
     width: 240px;
     height: 250px;
     z-index: 1;
 }

 .policy-matters-hex-content {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 2;
     transform: translate(-50%, -50%);
     text-align: center;
     padding: 0 10px;
     font-size: 14px;
     font-weight: 300;
     width: 168px;
     color: #fff;
 }

 .policy-matters-theme-blue .policy-matters-hex-outer,
 .policy-matters-theme-blue .policy-matters-hex-outer::before,
 .policy-matters-theme-blue .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-5.webp);
     background-position: center;
     background-size: cover;
 }

 .policy-matters-theme-yellow .policy-matters-hex-outer,
 .policy-matters-theme-yellow .policy-matters-hex-outer::before,
 .policy-matters-theme-yellow .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-3.webp);
     background-position: center;
     background-size: cover;
 }

 .policy-matters-theme-red .policy-matters-hex-outer,
 .policy-matters-theme-red .policy-matters-hex-outer::before,
 .policy-matters-theme-red .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-1.webp);
     background-position: center;
     background-size: cover;
 }

 .policy-matters-theme-lightblue .policy-matters-hex-outer,
 .policy-matters-theme-lightblue .policy-matters-hex-outer::before,
 .policy-matters-theme-lightblue .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-4.webp);
     background-position: center;
     background-size: cover;
 }

 .policy-matters-theme-purple .policy-matters-hex-outer,
 .policy-matters-theme-purple .policy-matters-hex-outer::before,
 .policy-matters-theme-purple .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-2.webp);
     background-position: center;
     background-size: cover;
 }

 .policy-matters-theme-purp .policy-matters-hex-outer,
 .policy-matters-theme-purp .policy-matters-hex-outer::before,
 .policy-matters-theme-purp .policy-matters-hex-outer::after {
     background: url(../img/cyber-law/data-privacy-process-6.webp);
     background-position: center;
     background-size: cover;
 }

 @media (min-width:1800px) and (max-width:2500px) {
     .policy-matters-grid.second {
         position: relative;
         transform: translate(135px, -100px);
         width: fit-content;
         margin-bottom: -100px;
     }

     .policy-matters-grid {
         display: flex;
         flex-wrap: wrap;
         width: 70%;
         gap: 20px;
         margin-left: 20%;
     }
 }

 @media (max-width:1024px) {
     .policy-matters-grid.second {
         position: relative;
         transform: translate(0px, 0px);
         width: fit-content;
         margin-bottom: -100px;
     }
 }

 @media (max-width: 768px) {
     .policy-matters-grid {
         flex-wrap: wrap;
         justify-content: center;
         width: 90%;
     }

     .policy-matters-grid.second {
         position: relative;
         transform: translate(0px, 0px);
         margin-bottom: 0px;
     }
 }

 /* GDPR Page Styles */
 /* second secrion */
 .compliance-box-intro {
     background: #ffffff;
     border-radius: 16px;
     font-size: 1rem;
     line-height: 1.7;
     color: #333;
     position: relative;
     transform: translate(-44px, 0);
     width: 100%;
     text-align: justify;
     font-weight: 500;
 }

 @media (max-width: 991.98px) {
     .startup-first-sec {
         margin-top: 50px !important;
     }

     .compliance-box-intro {
         width: 100%;
         transform: translate(0, 0);
         text-align: justify;
         font-weight: 500;
         padding: 30px;
     }
 }

 @media (min-width:1800px) and (min-width:2500px) {
     .compliance-box-intro {
         width: 100%;
     }
 }

 .gdpr-needs-main-wrapper {
     display: flex;
     justify-content: space-between;
     align-items: flex-start;
     flex-wrap: wrap;
 }

 .gdpr-left-block {
     position: relative;
     padding: 50px 0;
     width: 100%;
 }

 .gdpr-right-block {
     position: relative;
     padding: 50px 0;
     width: 100%;
 }

 .gdpr-icon-wrapper {
     position: absolute;
     width: 270px;
     height: 135px;
     z-index: 2;
 }

 .gdpr-icon-wrapper {
     top: 0%;
     left: 0;
     transform: translate(78%, 12%);
 }

 .gdpr-icon-wrapper.right {
     top: 0%;
     right: 0;
     transform: translate(-40%, 10%);
 }

 .gdpr-icon-img {
     width: 100px;
     height: 100px;
     object-fit: contain;
 }

 .gdpr-left-content {
     text-align: right;
     padding-right: 30px;
     font-size: 15px;
     font-weight: 500;
     width: 370px;
 }

 .gdpr-right-content {
     text-align: left;
     padding-left: 30px;
     font-size: 15px;
     font-weight: 500;
     width: 370px;
 }

 .gdpr-needs-left-section {
     width: 50%;
 }

 .gdpr-needs-right-section {
     width: 38%;
 }

 @media (min-width: 1800px) and (max-width:2500px) {
     .gdpr-needs-main-wrapper {
         justify-content: center;
         align-items: center;
     }
 }

 @media (max-width: 991.98px) {
     .gdpr-needs-main-wrapper {
         flex-direction: column;
         align-items: center;
     }

     .gdpr-needs-left-section,
     .gdpr-needs-right-section {
         width: 100%;
         padding: 0 20px;
     }

     .gdpr-icon-wrapper {
         position: relative;
         width: 310px;
         height: 100px;
         top: 0;
         left: 0;
         transform: translate(0, 0);
     }

     .gdpr-icon-wrapper.right {
         top: 0%;
         right: 0;
         transform: translate(0%, 10%);
     }

     .gdpr-right-content,
     .gdpr-left-content {
         width: 335px;
         padding-left: 0%;
     }

     .gdpr-benefit-text-list {
         flex-direction: column;
         align-items: center;
     }

     .gdpr-benefit-text-list li {
         padding: 10px 30px;
     }
 }

 /* fifth section */
 .gdpr-benefits-wrapper {
     background: #e8edf9;
     padding: 50px 0;
     display: flex;
     justify-content: center;
 }

 .gdpr-benefit {
     max-width: 900px;
 }

 .gdpr-hex-img {
     width: 100%;
     max-width: 780px;
     height: auto;
     display: block;
     margin: 0 auto 40px;
 }

 .gdpr-benefit-text-list {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
     padding: 0;
     margin: 0;
     list-style: none;
     gap: 20px;
 }

 .gdpr-benefit-text-list li {
     flex: 1 1 18%;
     font-size: 14px;
     font-weight: 500;
     line-height: 1.4;
     color: #000;
 }

 /* sixth section */
 .gdpr-wrapper-compliance-visual {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 5.4rem;
     padding: 4rem 1rem;
     position: relative;
 }

 .gdpr-logo-visual {
     flex: 1 1 450px;
     max-width: 400px;
     text-align: center;
 }

 .gdpr-logo-visual img {
     width: 100%;
     height: 100%;
 }

 .gdpr-logo-visual-2 img {
     max-width: 320px;
     position: absolute;
     top: 64px;
     left: 37%;
     z-index: 1;
     width: 100%;
     height: 470px;
 }

 .gdpr-step-item {
     display: flex;
     align-items: center;
     margin-bottom: 15px;
     width: 430px;
 }

 .gdpr-step-content {
     background-color: #fff;
     border-radius: 50px;
     padding: 0.75rem 1.5rem;
     height: 82px;
     flex: 1;
     font-size: 0.95rem;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
     position: relative;
     z-index: 1;
 }

 @media (max-width: 991.98px) {
     .gdpr-wrapper-compliance-visual {
         flex-direction: column;
         align-items: center;
         gap: 2rem;
     }

     .gdpr-logo-visual,
     .gdpr-steps-visual {
         max-width: 100%;
         width: 100%;
     }

     .gdpr-logo-visual img {
         max-width: 100%;
     }

     .gdpr-logo-visual-2 img {
         display: none;
     }

     .gdpr-step-item {
         width: 100%;
     }

 }

 /* Eighth Section */
 .gdpr-benefit-wrapper {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 80px;
     padding: 60px 0;
 }

 .gdpr-benefit-row {
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     gap: 70px;
 }

 .gdpr-benefit-item {
     position: relative;
     width: 180px;
     height: 180px;
     background: #fff;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
     padding: 30px;
     box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
 }

 .gdpr-icon-wrappers {
     position: absolute;
     width: 150px;
     height: 250px;
     top: 50%;
     left: 50%;
     transform: translate(0%, -50%);
     z-index: 1;
 }

 .gdpr-icon-wrapper img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }

 @media (max-width: 991.98px) {
     .gdpr-benefit-wrapper {
         margin: 50px 0;
     }

     .gdpr-benefit-row {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         gap: 70px;
         margin-bottom: 40px;
     }
 }

 /* Handling Online Fraud & Identity Theft Cases */
 /* third section */
 .fraud-case-grid {
     display: flex;
     flex-wrap: wrap;
     justify-content: left;
     width: 75%;
     gap: 40px;
 }

 .fraud-case-grid.second-row {
     position: relative;
     transform: translate(100px, -80px);
 }

 .fraud-case-hex-outer {
     position: relative;
     width: 165px;
     height: 280px;
     background: transparent;
 }

 .fraud-case-hex-inner {
     position: absolute;
     top: 5px;
     left: 5px;
     width: 240px;
     height: 307px;
     z-index: 1;
 }

 .fraud-case-hex-content {
     position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
     transform: translate(-12%, -108%);
     text-align: center;
     padding: 0 10px;
     font-size: 16px;
     width: 215px;
 }

 .fraud-case-hex-content-bottom {
     position: absolute;
     bottom: 0;
     left: 0;
     z-index: 2;
     transform: translate(-15%, 65%);
     text-align: center;
     padding: 0 10px;
     font-size: 16px;
     width: 225px;
 }

 .fraud-case-theme-blue .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-1.webp) center/cover;
 }

 .fraud-case-theme-yellow .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-2.webp) center/cover;
 }

 .fraud-case-theme-red .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-3.webp) center/cover;
 }

 .fraud-case-theme-lightblue .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-4.webp) center/cover;
 }

 .fraud-case-theme-purple .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-5.webp) center/cover;
 }

 .fraud-case-theme-deeppurple .fraud-case-hex-outer {
     background: url(../img/cyber-law/need-of-handling-fraud-6.webp) center/cover;
 }

 @media (min-width: 1800px) and (max-width: 2500px) {
     .fraud-case-grid {
         width: 45%;
     }
 }

 @media (max-width: 1024px) {
     .fraud-case-grid.second-row {
         transform: translate(75px, -80px);
     }
 }

 @media (max-width: 768px) {
     .fraud-case-grid {
         justify-content: center;
         width: 90%;
     }

     .fraud-case-grid.second-row {
         position: relative;
         transform: translate(5px, -80px);
     }
 }

 /* fifth section  */
 .fraud-law-card {
     position: relative;
     padding: 30px 20px 30px 20px;
     border-radius: 10px;
     min-height: 223px;
     max-width: 260px;
     background-repeat: no-repeat;
     background-position: bottom left 20px;
     background-size: 40px;
     overflow: hidden;
 }

 .card-border-green {
     background-image: url('../img/cyber-law/handling-relevant-1.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: auto;
 }

 .card-border-teal {
     background-image: url('../img/cyber-law/handling-relevant-2.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: auto;
 }

 .card-border-blue {
     background-image: url('../img/cyber-law/handling-relevant-3.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: auto;
 }

 .card-border-purple {
     background-image: url('../img/cyber-law/handling-relevant-4.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: auto;
 }

 .card-border-darkcyan {
     background-image: url('../img/cyber-law/handling-relevant-5.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     margin: auto;
 }

 @media (max-width: 768px) {
     .fraud-law-container .row {
         margin-right: 0 !important;
         margin-left: 0 !important;
     }
 }

 /* sixth section */
 .folder-shape {
     padding: 16px;
     position: relative;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .col-md-4:nth-of-type(1) .folder-shape {
     background-image: url('../img/cyber-law/timely-action-1.webp');
 }

 .col-md-4:nth-of-type(2) .folder-shape {
     background-image: url('../img/cyber-law/timely-action-2.webp');
 }

 .col-md-4:nth-of-type(3) .folder-shape {
     background-image: url('../img/cyber-law/timely-action-3.webp');
 }

 .col-md-4:nth-of-type(4) .folder-shape {
     background-image: url('../img/cyber-law/timely-action-4.webp');
 }

 .col-md-4:nth-of-type(5) .folder-shape {
     background-image: url('../img/cyber-law/timely-action-5.webp');
 }

 .folder-inner {
     padding: 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 100px;
 }

 .folder-inner p {
     margin: 0;
     font-size: 16px;
 }


 @media (max-width: 768px) {
     .row {
         margin-left: 0 !important;
         margin-right: 0 !important;
     }

     .folder-shape {
         background-size: contain;
     }

     .fraud-process-step {
         max-width: 100%;
         margin-bottom: 20px;
     }

     .folder-inner {
         padding: 15px 15px 15px 42px;
         display: flex;
         justify-content: center;
         align-items: center;
         min-height: 100px;
         width: 290px;
     }
 }

 /* seventh section */
 .fraud-process-container .row {
     width: 85%;
     margin: auto;
 }

 .fraud-process-step {
     padding: 16px;
     max-width: 240px;
     margin: auto;
     position: relative;
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .col-md-4:nth-of-type(1) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-1.webp');
 }

 .col-md-4:nth-of-type(2) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-2.webp');
 }

 .col-md-4:nth-of-type(3) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-3.webp');
 }

 .col-md-4:nth-of-type(4) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-4.webp');
 }

 .col-md-4:nth-of-type(5) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-5.webp');
 }

 .col-md-4:nth-of-type(6) .fraud-process-step {
     background-image: url('../img/cyber-law/process-of-handling-online-froud-6.webp');
 }

 .fraud-process-inner {
     padding: 20px 9px 15px 15px;
     display: flex;
     justify-content: center;
     align-items: center;
     min-height: 170px;
     border-radius: 5px;
 }

 .fraud-process-inner p {
     margin: 0;
     font-size: 16px;
 }


 /* Ninth section styling */
 .fraud-benefit-box {
     position: relative;
     background-size: 60% 100%;
     background-position: center;
     background-repeat: no-repeat;
     min-height: 150px;
     display: flex;
     align-items: center;
     justify-content: center;
     text-align: center;
 }

 .bg-yellow {
     background-image: url('../img/cyber-law/fraud-benefit-bg-yellow.webp');
     transform: translate(50px, 10px);
 }

 .bg-green {
     background-image: url('../img/cyber-law/fraud-benefit-bg-green.webp');
     transform: translate(-50px, -26px);
 }

 .bg-blue {
     background-image: url('../img/cyber-law/fraud-benefit-bg-blue.webp');
     transform: translate(50px, -70px);
 }

 .bg-pink {
     background-image: url('../img/cyber-law/fraud-benefit-bg-pink.webp');
     transform: translate(-50px, -105px);
 }

 .bg-purple {
     background-image: url('../img/cyber-law/fraud-benefit-bg-purple.webp');
     transform: translate(50px, -140px);
     margin-bottom: -90px;
 }

 .fraud-benefit-text {
     margin: 0;
     color: #000;
     font-size: 1rem;
     font-weight: 500;
     width: 260px;
     margin-top: 50px;
 }

 @media (min-width: 1800px) and (max-width: 2500px) {
     .fraud-benefit-box {
         min-height: 220px;
     }

     .folder-shape {
         min-height: 180px;
     }
 }

 @media (max-width: 1024px) {
     .fraud-benefit-box {
         position: relative;
         background-size: 80% 100%;
     }

     .fraud-process-container .row {
         width: 100%;
         margin: auto;
     }
 }

 @media (max-width: 768px) {
     .fraud-process-container .row {
         width: 100%;
         margin: auto;
     }

     .fraud-benefit-box {
         min-height: 140px;
         background-size: 80% auto;
     }

     .fraud-benefit-text {
         max-width: 220px;
         font-size: 0.95rem;
     }

     .bg-yellow,
     .bg-green,
     .bg-blue,
     .bg-pink,
     .bg-purple {
         transform: translate(0px, 10px);
     }

     .bg-purple {
         margin-bottom: 20px;
     }

 }

 @media (max-width: 576px) {
     .fraud-benefit-box {
         min-height: 120px;
         background-size: 90% auto;
     }

     .fraud-benefit-text {
         max-width: 200px;
         font-size: 0.9rem;
     }
 }

 /* Thired section */
 .cyber-eligibility-section {
     position: relative;
     z-index: 0;
 }

 .cyber-eligibility-section .col-xl-2 {
     min-width: 190px;
     padding: 0 10px;
 }

 .cyber-eligibility-number {
     position: absolute;
     top: 36px;
     left: -15px;
     font-size: 3.5rem;
     font-weight: 700;
     z-index: 5;
 }

 .cyber-eligibility-text {
     margin: 0;
     color: #6C6C6C;
     font-size: 14px;
     font-weight: 400;
     position: relative;
     z-index: 1;
 }

 .cyber-eligibility-card {
     background: #fff;
     padding: 20px 10px 20px 30px;
     position: relative;
     min-height: 145px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
 }

 .cyber-eligibility-card::before {
     content: '';
     position: absolute;
     top: -8px;
     left: -7px;
     right: -7px;
     height: 45px;
     border-radius: 15px 15px;
     z-index: -1;
 }

 .cyber-eligibility-card.orange::before {
     background-color: #FDAC37;
 }

 .cyber-eligibility-card.red::before {
     background-color: #FC838E;
 }

 .cyber-eligibility-card.pink::before {
     background-color: #FD9DF7;
 }

 .cyber-eligibility-card.purple::before {
     background-color: #A98FFC;
 }

 .cyber-eligibility-card.blues::before {
     background-color: #01BAF8;
 }

 .cyber-eligibility-number.orange {
     color: #FDAC37;
 }

 .cyber-eligibility-number.red {
     color: #FC838E;
 }

 .cyber-eligibility-number.pink {
     color: #FD9DF7;
 }

 .cyber-eligibility-number.purple {
     color: #A98FFC;
 }

 .cyber-eligibility-number.blues {
     color: #01BAF8;
 }

 @media (max-width: 768px) {
     .cyber-eligibility-card {
         min-height: auto;
         padding-top: 50px;
     }

     .cyber-eligibility-number {
         font-size: 2rem;
     }
 }


 /* fourth section  */
 .reporting-cyber-crimes-scope {
     background-color: #e9efff;
 }

 .reporting-scope-card {
     background: #fff;
     padding: 50px 10px 15px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
     text-align: left;
     height: 150px;
     width: 190px;
     position: relative;
     border-radius: 2px;
     display: flex;
     justify-content: center;
     align-items: center;
 }

 .reporting-scope-icon {
     width: 70px;
     height: 70px;
     position: absolute;
     top: -30px;
     left: -20px;
     border-radius: 10px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 22px;
 }

 .reporting-scope-icon img {
     width: 100%;
     height: 100%;
     padding: 10px;
 }

 .reporting-scope-text {
     font-size: 14px;
     color: #333;
     margin: 0;
 }

 /* Background colors */
 .reporting-bg-purple {
     background-color: #7829b0;
 }

 .reporting-bg-green {
     background-color: #168551;
 }

 .reporting-bg-blue {
     background-color: #0166b8;
 }

 .reporting-bg-orange {
     background-color: #f7931e;
 }

 .reporting-bg-pink {
     background-color: #ee2a7b;
 }

 .reporting-bg-red {
     background-color: #d43f3f;
 }

 .reporting-bg-teal {
     background-color: #2d9c7f;
 }

 .reporting-bg-maroon {
     background-color: #8c1d40;
 }


 /* Fifth Section */
 .legal-framework-scope .col-xl-2 {
     width: 180px;
 }

 .framework-card {
     position: relative;
     background: #fff;
     border-radius: 0 60px 0px 60px;
     padding: 50px 20px 20px;
     text-align: left;
     border: 8px solid;
     height: 100%;
     transition: all 0.3s ease;
 }

 .framework-icon {
     position: absolute;
     top: -30px;
     left: 90px;
     width: 75px;
     height: 75px;
     background-color: #000;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #fff;
     font-size: 22px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
     border: 4px solid #fff;
 }

 .framework-icon img {
     width: 100%;
     height: 100%;
     padding: 10px;
 }

 .framework-text {
     margin: 0;
     font-size: 14px;
     color: #333;
 }

 .framework-border-purple {
     border-color: #982AB0;
 }

 .framework-border-red {
     border-color: #FF0606;
 }

 .framework-border-orange {
     border-color: #FF9000;
 }

 .framework-border-blue {
     border-color: #03668A;
 }

 .framework-border-green {
     border-color: #038C68;
 }

 .framework-bg-purple {
     background-color: #982AB0;
 }

 .framework-bg-red {
     background-color: #FF0606;
 }

 .framework-bg-orange {
     background-color: #FF9000;
 }

 .framework-bg-blue {
     background-color: #03668A;
 }

 .framework-bg-green {
     background-color: #038C68;
 }


 /* 6th section */
 .why-timely-report {
     width: 100%;
     height: auto;
 }

 .benefits-text-block {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     pointer-events: none;
 }

 .benefits-text {
     position: absolute;
     font-size: 16px;
     font-weight: 500;
     color: #000;
     width: 70%;
 }

 .bt-1 {
     top: 30px;
     left: 76%;
     width: 57%;
 }

 .bt-2 {
     top: 155px;
     left: 65%;
     width: 68%;
 }

 .bt-3 {
     top: 290px;
     left: 55%;
 }

 .bt-4 {
     top: 415px;
     left: 45%;
 }

 .bt-5 {
     top: 545px;
     left: 34%;
 }

 @media (min-width: 1800px) and (max-width: 2500px) {
     .why-timely-report {
         width: 600px;
         margin-left: 20%;
     }

 }

 @media (max-width: 1024px) {
     .why-timely-report {
         width: 85%;
         height: auto;
     }

     .benefits-text {
         font-size: 15px;
         width: 40%;
     }

     .bt-1 {
         top: 25px;
         left: 60%;
     }

     .bt-2 {
         top: 130px;
         left: 50%;
     }

     .bt-3 {
         top: 245px;
         left: 40%;
     }

     .bt-4 {
         top: 360px;
         left: 30%;
     }

     .bt-5 {
         top: 470px;
         left: 20%;
     }
 }

 @media (max-width: 768px) {
     .benefits-text {
         font-size: 11px;
         width: 90%;
     }

     .bt-1 {
         top: 12px;
         left: 76%;
         width: 23%;
     }

     .bt-2 {
         top: 78px;
         left: 63%;
         width: 36%;
     }

     .bt-3 {
         top: 155px;
         width: 45%;
         left: 53%;
     }

     .bt-4 {
         top: 220px;
         left: 43%;
         width: 55%;
     }

     .bt-5 {
         top: 290px;
         width: 65%;
         left: 33%;
     }
 }

 /* 7th section */
 .process-container {
     padding: 40px 20px;
 }

 .report-step-row {
     display: flex;
     align-items: center;
     width: fit-content;
     position: relative;
 }

 .process-crime-report-step-banner {
     position: relative;
     height: 70px;
     display: flex;
     align-items: center;
 }

 .process-crime-report-step-banner img {
     width: 350px;
     height: 54px;
 }

 .report-step-text {
     font-size: 16px;
     font-weight: 500;
     color: #1a1a1a;
     margin: 0;
     line-height: 1.4;
     width: 360px;
 }

 .reportstep-left .report-step-text {
     margin-right: 20px;
     text-align: right;
 }

 .report-step-right .report-step-text {
     margin-left: 20px;
     text-align: left;
 }

 @media (min-width: 1800px) and (max-width: 2500px) {
     .process-container {
         padding: 40px 20px;
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: center;
         margin-left: 0;
     }

     .step-pink {
         transform: translateX(280px);
     }

     .step-purple {
         transform: translateX(-40px);
     }

     .step-blue {
         transform: translateX(230px);
     }

     .step-teal {
         transform: translateX(-85px);
     }

     .step-magenta {
         transform: translateX(185px);
     }
 }

 /* Desktop translate shift for better spacing */
 @media (min-width: 1024px) and (max-width: 1800px) {
     .process-container {
         padding: 40px 20px;
         margin-left: 0;
     }

     .step-pink {
         transform: translateX(325px);
     }

     .step-blue {
         transform: translateX(260px);
     }

     .step-magenta {
         transform: translateX(200px);
     }
 }

 /* Disable shifting on small screens */
 @media (max-width: 768px) {

     .step-pink,
     .step-blue,
     .step-magenta {
         transform: none !important;
     }

     .report-step-row {
         flex-direction: column;
         align-items: center;
         text-align: center;
     }

     .report-step-text {
         width: 100% !important;
         max-width: 300px;
         margin: 10px auto;
     }

     .process-crime-report-step-banner img {
         width: 100%;
         max-width: 350px;
         height: auto;
     }
 }


 @media (max-width: 1024px) {
     .process-container {
         padding: 40px 20px;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
     }

     .report-step-row {
         flex-direction: column;
         text-align: center;
         justify-content: center;
     }

     .report-step-left .step-text,
     .report-step-right .step-text {
         margin: 20px 0;
         text-align: center;
     }
 }

 /* Ninth section */
 .reporting-benefits-image {
     width: 440px;
     max-width: 100%;
     height: 100%;
 }

 .benefits-of-reporting-cyber-crime-wrapper {
     margin-top: 40px;
 }

 .benefits-of-reporting-cyber-crime-step {
     display: flex;
     align-items: center;
     margin-top: 20px;
     position: relative;
     width: 100%;
 }

 .benefits-of-reporting-cyber-crime-step-icon {
     width: 180px;
     height: 80px;
     border-top-left-radius: 100px;
     border-bottom-right-radius: 100px;
     flex-shrink: 0;
     display: flex;
     justify-content: center;
     align-items: center;
     position: relative;
     z-index: 1;
     color: #fff;
     font-size: 24px;
 }

 .benefits-of-reporting-cyber-crime-step-text {
     background-color: #fff;
     padding-left: 80px;
     padding-right: 20px;
     border-radius: 0 8px 8px 0;
     height: 80px;
     flex: 1;
     margin-left: -80px;
     display: flex;
     font-size: 16px;
     width: 342px;
     font-weight: 600;
     align-items: center;
     z-index: 0;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

 .color-items-1 .benefits-of-reporting-cyber-crime-step-icon {
     background-color: #FDC82C;
 }

 .color-items-2 .benefits-of-reporting-cyber-crime-step-icon {
     background-color: #F24656;
 }

 .color-items-3 .benefits-of-reporting-cyber-crime-step-icon {
     background-color: #115E8C;
 }

 .color-items-4 .benefits-of-reporting-cyber-crime-step-icon {
     background-color: #16C2D0;
 }

 .color-items-5 .benefits-of-reporting-cyber-crime-step-icon {
     background-color: #EE70A4;
 }

 @media (max-width: 768px) {

     .benefits-of-reporting-cyber-crime-step:nth-child(1),
     .benefits-of-reporting-cyber-crime-step:nth-child(2),
     .benefits-of-reporting-cyber-crime-step:nth-child(3),
     .benefits-of-reporting-cyber-crime-step:nth-child(4),
     .benefits-of-reporting-cyber-crime-step:nth-child(5) {
         margin-left: 0;
         margin-right: auto;
     }

     .benefits-of-reporting-cyber-crime-step-text {
         margin-left: 0;
         width: 100%;
         border-radius: 0 0 8px 8px;
         padding-left: 10px;
         padding-right: 10px;
         font-size: 14px;
         height: 60px;
     }

     .benefits-of-reporting-cyber-crime-step-icon {
         width: 130px;
         height: 60px;
     }
 }

 /* SaaS Agreement Page thired section */
 .saas-agreements-container {
     max-width: 1200px;
     margin: 0 auto;
     padding: 0 20px;
 }

 .saas-card {
     position: relative;
     background: white;
     min-height: 120px;
     border-radius: 0 80px 0 80px;
     padding: 40px 30px 20px 30px;
     border: 2px solid transparent;
 }

 .saas-card::before {
     content: '';
     position: absolute;
     top: 15px;
     left: -15px;
     right: 15px;
     bottom: -15px;
     border-radius: 0 80px 0 80px;
     z-index: -1;
 }

 .saas-startups {
     border-color: #FF6200;
 }

 .saas-startups::before {
     background: #FF6200;
 }

 .enterprise-vendors {
     border-color: #518AFC;
 }

 .enterprise-vendors::before {
     background: #518AFC;
 }

 .tech-platforms {
     border-color: #0077FF;
 }

 .tech-platforms::before {
     background: #0077FF;
 }

 .b2b-tools {
     border-color: #0EA3FF;
 }

 .b2b-tools::before {
     background: #0EA3FF;
 }

 .healthtech-providers {
     border-color: #518AFC;
 }

 .healthtech-providers::before {
     background: #518AFC;
 }

 .indian-companies {
     border-color: #002A52;
 }

 .indian-companies::before {
     background: #002A52;
 }

 .icon-container {
     position: absolute;
     top: -20px;
     right: 0;
     width: 60px;
     height: 60px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 24px;
 }

 .icon-container img {
     width: 100%;
     height: 100%;
     padding: 10px;
 }

 .saas-startups .icon-container {
     background: #FF6200;
 }

 .enterprise-vendors .icon-container {
     background: #518AFC;
 }

 .tech-platforms .icon-container {
     background: #0077FF;
 }

 .b2b-tools .icon-container {
     background: #0EA3FF;
 }

 .healthtech-providers .icon-container {
     background: #518AFC;
 }

 .indian-companies .icon-container {
     background: #002A52;
 }

 .saas-card-title {
     font-size: 0.9rem;
     font-weight: 400;
     line-height: 1.3;
 }

 @media (max-width: 768px) {
     .saas-card {
         padding: 20px;
         margin-bottom: 20px;
     }

     .card-title {
         font-size: 1.2rem;
         padding-right: 70px;
     }

     .icon-container {
         width: 50px;
         height: 50px;
         font-size: 20px;
     }
 }

 /* fourth section */
 .saas-agreement-process-container .row {
     margin-left: 0;
     margin-right: 0;
     justify-content: center;
     align-items: center;
     gap: 30px;
 }

 .saas-agreement-card {
     border-radius: 30px;
     min-height: 145px;
     width: 470px;
     margin-bottom: 30px;
     position: relative;
     overflow: hidden;
     transition: all 0.3s ease;
 }

 .saas-agreement-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
 }

 .saas-agreement-text-left {
     position: absolute;
     left: 40px;
     top: 50%;
     transform: translateY(-50%);
     max-width: 300px;
 }

 .saas-agreement-text-right {
     position: absolute;
     right: 40px;
     top: 50%;
     transform: translateY(-50%);
     max-width: 300px;
 }

 .saas-agreement-text-center {
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     max-width: 400px;
     text-align: center;
 }

 .saas-agreement-text-left-wide {
     position: absolute;
     left: 40px;
     top: 50%;
     transform: translateY(-50%);
     max-width: 450px;
 }

 .saas-agreement-text-right-wide {
     position: absolute;
     right: 40px;
     top: 50%;
     transform: translateY(-50%);
     max-width: 450px;
 }

 .saas-agreement-text {
     color: white;
     font-size: 14px;
     font-weight: 400;
     line-height: 1.4;
     margin: 0;
 }

 .saas-agreement-bg-01-02 {
     background-image: url(../img/cyber-law/saas-process-1.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
 }

 .saas-agreement-bg-03-04 {
     background-image: url(../img/cyber-law/saas-process-2.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
 }

 .saas-agreement-bg-05-06 {
     background-image: url(../img/cyber-law/saas-process-3.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
 }

 .saas-agreement-bg-07-08 {
     background-image: url(../img/cyber-law/saas-process-4.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
 }

 .saas-agreement-bg-09-10 {
     background-image: url(../img/cyber-law/saas-process-5.webp);
     background-position: center;
     background-repeat: no-repeat;
     background-size: contain;
 }

 @media (max-width: 768px) {
     .saas-agreement-card {
         margin-bottom: 10PX;
         min-height: 200px;
     }

     .saas-agreement-text-left,
     .saas-agreement-text-right,
     .saas-agreement-text-left-wide,
     .saas-agreement-text-right-wide,
     .saas-agreement-text-center {
         position: static;
         transform: none;
         max-width: none;
         padding: 30px;
         text-align: left;
     }

     .saas-agreement-text {
         font-size: 1.1rem;
     }

     .saas-agreement-process-container .row {
         margin-left: 0;
         margin-right: 0;
         justify-content: center;
         align-items: center;
         gap: 0px;
     }

     .saas-agreement-bg-01-02,
     .saas-agreement-bg-03-04,
     .saas-agreement-bg-05-06,
     .saas-agreement-bg-07-08,
     .saas-agreement-bg-09-10 {
         background-size: cover;
     }
 }

 .saas-agreement-dual {
     display: flex;
     align-items: center;
     height: 100%;
 }

 .saas-agreement-dual-left {
     flex: 1;
     padding-right: 75px;
     padding-top: 50px;
 }

 .saas-agreement-dual-right {
     flex: 1;
     padding-left: 40px;
     padding-top: 45px;
 }

 @media (max-width: 768px) {
     .saas-agreement-dual {
         padding: 10px;
     }

     .saas-agreement-dual-left {
         padding-right: 40px;
         padding-top: 25px;
     }

     .saas-agreement-dual-right {
         padding-left: 60px;
         padding-top: 25px;
     }
 }

 /* fifth section */
 .saas-agreement-matters-card {
     position: relative;
     padding: 30px 30px 5px 70px;
     min-height: 148px;
     max-width: 270px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     overflow: hidden;
     margin: auto;
 }

 .card-bg-green {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-1.webp');
 }

 .card-bg-teal {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-2.webp');
 }

 .card-bg-blue {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-3.webp');
 }

 .card-bg-purple {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-4.webp');
 }

 .card-bg-darkcyan {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-5.webp');
 }

 .card-bg-saas-6 {
     background-image: url('../img/cyber-law/saas-agreemnet-matters-6.webp');
 }

 @media (max-width: 768px) {
     .saas-agreement-matters-container .row {
         margin-left: 0 !important;
         margin-right: 0 !important;
     }
 }

 /* Eighth section - Benefits of Engaging with Us */
 .engagement-benefits-card {
     position: relative;
     padding: 70px 35px 30px 70px;
     min-height: 218px;
     max-width: 270px;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     overflow: hidden;
     margin: auto;
 }

 .engagement-benefits-card.card-bg-green {
     background-image: url('../img/cyber-law/saas-benefits-matters-1.webp');
 }

 .engagement-benefits-card.card-bg-teal {
     background-image: url('../img/cyber-law/saas-benefits-matters-2.webp');
 }

 .engagement-benefits-card.card-bg-blue {
     background-image: url('../img/cyber-law/saas-benefits-matters-3.webp');
 }

 .engagement-benefits-card.card-bg-purple {
     background-image: url('../img/cyber-law/saas-benefits-matters-4.webp');
 }

 .engagement-benefits-card.card-bg-darkcyan {
     background-image: url('../img/cyber-law/saas-benefits-matters-5.webp');
     min-height: 235px !important;
 }

 @media (max-width: 768px) {
     .engagement-benefits-container .row {
         margin-left: 0 !important;
         margin-right: 0 !important;
     }
 }


 /* Software development Agreemnt */
 /* thired section */
 .sda-section {
     padding: 40px 0;
 }

 .sda-row {
     display: flex;
     justify-content: center;
     gap: 0px;
     flex-wrap: wrap;
 }

 .sda-first-row {
     margin-bottom: 40px;
 }

 .sda-hex-item {
     width: 310px;
     position: relative;
     padding: 20px 80px 20px 45px;
     color: #fff;
     font-size: 16px;
     font-weight: 500;
     line-height: 1.4;
     min-height: 152px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .sda-purple {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-1.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .sda-red {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-2.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .sda-green {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-3.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .sda-pink {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-4.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .sda-indigo {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-5.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 .sda-blue {
     background-image: url('../img/cyber-law/need-of-software-development-agreement-6.webp');
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }

 /* fourth section */
 .sda-service-item {
     border-radius: 25px;
     padding: 20px 10px 20px 180px;
     margin-bottom: 25px;
 }

 .sda-service-description h5 {
     font-size: 15px;
     font-weight: 400;
     margin: 0;
     color: #333;
     line-height: 1.4;
 }

 .sda-scope-contracts {
     background-image: url('../img/cyber-law/scope-of-software-development-1.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-security {
     background-image: url('../img/cyber-law/scope-of-software-development-2.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-payments {
     background-image: url('../img/cyber-law/scope-of-software-development-3.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-intellectual-property {
     background-image: url('../img/cyber-law/scope-of-software-development-4.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-confidentiality {
     background-image: url('../img/cyber-law/scope-of-software-development-5.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-testing {
     background-image: url('../img/cyber-law/scope-of-software-development-6.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-source-management {
     background-image: url('../img/cyber-law/scope-of-software-development-7.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-warranties {
     background-image: url('../img/cyber-law/scope-of-software-development-8.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-termination {
     background-image: url('../img/cyber-law/scope-of-software-development-9.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 .sda-scope-compliance {
     background-image: url('../img/cyber-law/scope-of-software-development-10.webp');
     background-position: center;
     background-size: cover;
     background-repeat: no-repeat;
 }

 @media (min-width:1800px) and (max-width:2500px) {
     .sda-service-item {
         border-radius: 25px;
         padding: 38px 62px 38px 240px;
         margin-bottom: 25px;
     }
 }

 @media (min-width:768px) and (max-width:1024px) {
     .saas-agreement-matters-card {
         padding: 15px 10px 5px 10px;
         min-height: 130px;
         max-width: 182px;
     }

     .sda-service-item {
         padding: 10px 10px 10px 85px;
     }

     .engagement-benefits-card {
         position: relative;
         padding: 30px 20px 30px 38px;
         min-height: 120px;
     }

     .engagement-benefits-card.card-bg-darkcyan {
         min-height: 160px !important;
     }

 }

 @media (max-width: 768px) {
     .sda-service-item {
         padding: 20px;
         padding-left: 140px;
         margin-bottom: 20px;
         background-size: contain;
     }

     .sda-service-badge {
         width: 60px;
         height: 60px;
         font-size: 18px;
         margin-right: 15px;
     }

     .sda-first-row {
         margin-bottom: 0px;
     }
 }

 /* fifth section */
 .sda-benefit-card {
     border-radius: 8px;
     margin-bottom: 20px;
     display: flex;
     align-items: center;
 }

 .sda-benefit-number {
     padding: 17px 20px;
     font-size: 1.4rem;
     font-weight: bold;
     color: white;
     min-width: 70px;
 }

 .sda-benefit-text {
     color: #333;
     font-size: 14px;
     line-height: 1.4;
     margin: 0;
     padding: 13px 5px;
     border-bottom: 3px solid #000;
 }

 .sda-card-purple {
     background-color: #C396DB;
 }

 .sda-card-green {
     background-color: #6DD2B0;
 }

 .sda-card-teal {
     background-color: #64C7DE;
 }

 .sda-card-yellow {
     background-color: #F3CC6B;
 }

 .sda-card-pink {
     background-color: #F27BAB;
 }

 .sda-card-coral {
     background-color: #E59292;
 }

 .sda-illustration-section {
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     max-height: 300px;
 }

 .sda-illustration-section img {
     height: 100%;
     width: 100%;
 }

 @media (min-width:767px) and (max-width:1024px) {
     .sda-illustration-section img {
         width: 60%;
     }
 }

 /* sixth section */
 .sda-container {
     max-width: 625px;
     margin: auto;
 }

 .sda-step-card {
     margin-bottom: 30px;
     overflow: hidden;
     border: none;
 }

 .sda-step-content {
     display: flex;
     align-items: center;
 }

 .sda-step-icon {
     width: 120px;
     height: 120px;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
 }

 .sda-icon-shape {
     width: 120px;
     height: 120px;
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .sda-icon-shape img {
     max-width: 100%;
     max-height: 100%;
     object-fit: contain;
 }

 .sda-step-text {
     flex: 1;
     padding: 18px;
     padding-top: 30px;
     background: white;
     min-height: 120px;
     max-width: 385px;
 }

 .sda-step-text h5 {
     font-weight: 400;
     color: #2c3e50;
     margin-bottom: 0;
     font-size: 1.1rem;
     line-height: 1.4;
 }

 .sda-step-2 .sda-step-content,
 .sda-step-4 .sda-step-content,
 .sda-step-6 .sda-step-content {
     flex-direction: row-reverse;
 }

 .sda-step-1 .sda-step-text {
     border-left: 4px solid #4285f4;
 }

 .sda-step-2 .sda-step-text {
     text-align: right;
     border-left: none;
     border-right: 4px solid #ff6b35;
 }

 .sda-step-3 .sda-step-text {
     border-left: 4px solid #e91e63;
 }

 .sda-step-4 .sda-step-text {
     text-align: right;
     border-left: none;
     border-right: 4px solid #8e44ad;
 }

 .sda-step-5 .sda-step-text {
     border-left: 4px solid #009688;
 }

 .sda-step-6 .sda-step-text {
     text-align: right;
     border-left: none;
     border-right: 4px solid #00bcd4;
 }

 @media (max-width: 768px) {
     .sda-step-content {
         flex-direction: column !important;
         text-align: center !important;
     }

     .sda-step-icon {
         width: 100%;
         height: 100px;
         padding: 20px 0;
     }

     .sda-step-text {
         text-align: center !important;
         padding: 20px !important;
     }

     .sda-step-2,
     .sda-step-4,
     .sda-step-6 {
         margin-left: 0 !important;
     }
 }

 /* Eighth Section */
 .sda-benefits .col-md-4 {
     flex: 0 0 auto;
     width: 270px;
 }

 .matter-card {
     border-radius: 16px;
     text-align: center;
     padding: 140px 15px 0px 15px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
     height: 100%;
     background-repeat: no-repeat;
     background-position: top center;
     background-size: 240px;
 }

 .matter-text {
     font-size: 16px;
     color: #333;
     padding: 0 10px;
 }

 .sda-bg-01 {
     background-image: url('../img/cyber-law/sda-benefits-1.webp');
 }

 .sda-bg-02 {
     background-image: url('../img/cyber-law/sda-benefits-2.webp');
 }

 .sda-bg-03 {
     background-image: url('../img/cyber-law/sda-benefits-3.webp');
 }

 .sda-bg-04 {
     background-image: url('../img/cyber-law/sda-benefits-4.webp');
 }

 .sda-bg-05 {
     background-image: url('../img/cyber-law/sda-benefits-5.webp');
 }

 @media (max-width: 768px) {
     .matter-card {
         padding-top: 100px;
         background-size: 80px;
     }
 }


 /* Unfreezing of bank Account */
 /* second section */
 .unfreezing-compliance-box-intro {
     background: #ffffff;
     border-radius: 16px;
     font-size: 1rem;
     line-height: 1.7;
     color: #333;
     position: relative;
     transform: translate(-150px, 0);
     padding: 30px 30px 30px 90px;
     text-align: justify;
     font-weight: 500;
     width: 700px;
     z-index: 1;
 }

 @media (max-width: 991.98px) {
     .unfreezing-compliance-box {
         width: 100%;
         transform: translate(5px, 10px);
         text-align: justify;
         font-weight: 500;
     }

     .unfreezing-compliance-box-intro {
         width: 100%;
         transform: translate(0, 0);
         text-align: justify;
         padding: 30px;
         font-weight: 500;
     }
 }

 /* third section */
 .unfreezing-avail-services {
     padding: 40px 15px 5px;
     text-align: center;
     position: relative;
     min-height: 162px;
 }

 .unfreezing-avail-services .unfreezing-icon-wrapper {
     position: absolute;
     top: 15px;
     left: 50%;
     transform: translateX(-50%);
     background: white;
     border-radius: 50%;
     width: 48px;
     height: 48px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .unfreezing-icon-wrapper img {
     width: 100%;
     height: 100%;
     padding: 7px;
 }

 .unfreezing-avail-services p {
     margin-top: 35px;
     font-size: 0.95rem;
     font-weight: 500;
     color: white;
 }

 .freezing-card-teal {
     background-color: #4DBDBF;
 }

 .freezing-card-blue {
     background-color: #3390C3;
 }

 .freezing-card-purple {
     background-color: #6C5B8D;
 }

 .freezing-card-yellow {
     background-color: #F7B81D;
 }

 .freezing-card-orange {
     background-color: #EC8153;
 }

 .freezing-card-red {
     background-color: #E75A45;
 }

 /* fourth section */
 .freeze-action-card {
     position: relative;
     text-align: center;
     padding: 20px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     min-height: 250px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .freeze-action-text {
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 500;
     max-width: 90%;
 }

 .freeze-action-card.card-odd {
     margin-top: 55px;
 }

 .card-even .freeze-action-text {
     margin-top: 50px;
 }

 .card-odd .freeze-action-text {
     margin-top: -50px;
 }

 @media (max-width: 768px) {
     .freeze-action-card {
         min-height: 220px;
     }

     .freeze-action-text {
         font-size: 0.88rem;
         padding: 20px 65px;
     }
 }

 /* fifth section */
 .unfreeze-relevant-framework {
     position: relative;
     text-align: center;
     padding: 10px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     min-height: 295px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .unfreeze-relevant-framework-text {
     padding: 0 10px;
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 500;
     max-width: 100%;
     margin-left: 80px;
 }

 @media (max-width: 768px) {
     .unfreeze-relevant-framework {
         min-height: 220px;
     }

     .unfreeze-relevant-framework-text {
         font-size: 0.88rem;
         padding: 20px 50px;
     }
 }

 /* sixth section */
 .unfreezing-legal-action {
     position: relative;
     text-align: center;
     padding: 20px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     min-height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .unfreezing-legal-action-text {
     padding: 0 20px;
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 500;
     max-width: 100%;
 }

 @media (max-width: 768px) {
     .unfreezing-legal-action-text {
         font-size: 0.88rem;
         padding: 20px 15px;
     }
 }

 /* seventh section */
 .unfreezing-legal-process {
     position: relative;
     padding: 40px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     min-height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .unfreezing-legal-process-text {
     padding: 20px;
     border-radius: 10px;
     font-size: 0.95rem;
     font-weight: 500;
     max-width: 100%;
     margin-top: 20px;
 }

 .unfrozen-benefit-img img {
     width: 400px;
 }

 .unfrozen-benefit-img {
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
 }

 @media (max-width: 768px) {
     .unfreezing-legal-process-text {
         font-size: 0.88rem;
         padding: 20px 15px;
     }
 }


 @media (min-width: 1800px) and (max-width: 2500px) {
     .unfreezing-compliance-box-intro {
         width: auto;
         transform: translate(0px, 0);
         padding: 25px 30px 25px 30px;
     }

     .unfreeze-relevant-framework-text {
         max-width: 200px;
         margin-left: 85px;
     }

     .freeze-action-text {
         padding: 25px 20px;
     }

     .unfreezing-legal-action-text {
         padding: 0 60px;
     }

     .unfreezing-legal-process-text {
         padding: 60px;
     }

     .it-compliance-highlight-sec {
         right: 200px;
     }
 }



 /* Who needs terms of Privacy policy */
 /* second section */
 .website-terms-box-intro {
     position: relative;
     background: #fff;
     border-radius: 15px;
     font-size: 1rem;
     font-weight: 500;
     line-height: 1.7;
     color: #333;
     text-align: justify;
     box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
 }

 .website-terms-box-intro::before {
     content: "";
     position: absolute;
     top: -10px;
     left: -10px;
     right: -10px;
     height: 80px;
     z-index: -1;
     background: linear-gradient(90deg, #2563eb, #3b82f6);
     border-radius: 14px;
 }

 @media (max-width: 991.98px) {
     .website-terms-box-intro {
         width: 100%;
         transform: translate(0, 0);
         text-align: justify;
         font-weight: 500;
         padding: 30px;
     }

     .website-terms-box-intro::before {
         display: none;
     }
 }

 /* third section */
 .who-needs-step-box {
     display: flex;
     align-items: center;
     background: #fff;
     border: 8px solid #ccc;
     border-radius: 40px 0 40px 40px;
     box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
     padding: 15px 20px 15px 75px;
     margin-bottom: 25px;
     position: relative;
     z-index: 1;
 }

 .who-needs-step-number {
     position: absolute;
     z-index: 1;
     left: -22px;
     top: 50%;
     transform: translateY(-50%);
     width: 70px;
     height: 70px;
     border-radius: 50%;
     font-weight: bold;
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1rem;
     border: 8px solid #fff;
     box-shadow: 0 0 0 10px currentColor;
 }

 .who-needs-step-number p {
     color: #fff;
     margin-bottom: 0;
 }

 .needs-steps-01 {
     background: #9ADB00;
     color: #9ADB00;
 }

 .needs-steps-02 {
     background: #FD6AB5;
     color: #FD6AB5;
 }

 .needs-steps-03 {
     background: #F7B81D;
     color: #F7B81D;
 }

 .needs-steps-04 {
     background: #00B2ED;
     color: #00B2ED;
 }

 .needs-steps-05 {
     background: #EC8153;
     color: #EC8153;
 }

 .needs-steps-06 {
     background: #6C5B8D;
     color: #6C5B8D;
 }

 .rocket-image {
     max-width: 650px;
     height: 580px;
     transform: translateX(-25%);
     position: relative;
     z-index: 0;
 }

 @media (max-width: 991.98px) {
     .rocket-image {
         transform: none;
         margin-top: 40px;
     }

     .who-needs-step-box {
         border-radius: 20px;
         padding-left: 70px;
     }

     .who-needs-step-number {
         left: -15px;
     }

     .rocket-image {
         max-width: 100%;
         height: 100%;
         transform: translateX(0%);
         position: relative;
         z-index: 0;
     }
 }

 /* 5th section of web terms */
 .privacy-benefit-card {
     position: relative;
     display: flex;
     align-items: center;
     background: #fff;
     padding: 15px 25px 15px 80px;
     margin-bottom: 30px;
     border-radius: 50px;
     height: 80px;
     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
 }

 .privacy-benefit-card::before {
     content: "";
     position: absolute;
     height: 100%;
     width: 80%;
     border-radius: 50px;
     right: -10px;
     top: -10px;
     z-index: -1;
 }

 .privacy-benefit-card p {
     margin: 0;
 }

 .privacy-icon-wrapper {
     position: absolute;
     left: -30px;
     width: 100px;
     height: 100px;
     border-radius: 50%;
     background-color: #ddd;
     display: flex;
     align-items: center;
     justify-content: center;
 }

 .legal-compliance .privacy-icon-wrapper,
 .legal-compliance::before {
     background-color: #FD2934;
 }

 .legal-protection .privacy-icon-wrapper,
 .legal-protection::before {
     background-color: #A051B9;
 }

 .business-integration .privacy-icon-wrapper,
 .business-integration::before {
     background-color: #4198EC;
 }

 .platform-requirement .privacy-icon-wrapper,
 .platform-requirement::before {
     background-color: #FF9000;
 }

 .user-trust .privacy-icon-wrapper,
 .user-trust::before {
     background-color: #407AFC;
 }

 .due-diligence .privacy-icon-wrapper,
 .due-diligence::before {
     background-color: #32B7BC;
 }

 .privacy-icon-wrapper img {
     width: 40px;
     height: 40px;
 }

 @media (min-width: 768px) and (max-width: 1024px) {
     .privacy-benefit-card p {
         font-size: 12px;
     }
 }

 @media (max-width: 767.98px) {
     .privacy-benefit-card {
         padding: 20px 20px 20px 88px;
         text-align: center;
     }

     .privacy-icon-wrapper {
         position: absolute;
         top: -30px;
         left: 10%;
         transform: translateX(-50%);
     }

     .privacy-benefit-card::before {
         right: 0;
     }
 }

 /* 5th section of website term of privacy policy */
 .terms-container {
     max-width: 1200px;
     margin: 0 auto;
 }

 .terms-block {
     height: 100px;
     width: 402px;
     margin-bottom: 20px;
     display: flex;
     align-items: center;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     border-radius: 8px;
     box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
     position: relative;
 }

 .terms-content {
     flex: 1;
     padding: 20px 8px;
     font-size: 1.1rem;
     font-weight: 500;
     color: #2c3e50;
     line-height: 1.4;
     margin: 10px;
     border-radius: 6px;
 }

 .terms-row-left .terms-content {
     text-align: left;
     margin-right: 120px;
 }

 .terms-row-right .terms-content {
     text-align: right;
     margin-left: 120px;
 }

 .bg-user-rights {
     background-image: url('../img/cyber-law/web-term-use-1.webp');
 }

 .bg-payment-policies {
     background-image: url('../img/cyber-law/web-term-use-2.webp');
 }

 .bg-license-content {
     background-image: url('../img/cyber-law/web-term-use-3.webp');
 }

 .bg-disclaimers {
     background-image: url('../img/cyber-law/web-term-use-4.webp');
 }

 .bg-restrictions {
     background-image: url('../img/cyber-law/web-term-use-5.webp');
 }

 .bg-governing-law {
     background-image: url('../img/cyber-law/web-term-use-6.webp');
 }

 .bg-data-collected {
     background-image: url('../img/cyber-law/web-term-use-7.webp');
 }

 .bg-third-party {
     background-image: url('../img/cyber-law/web-term-use-8.webp');
 }

 .bg-legal-basis {
     background-image: url('../img/cyber-law/web-term-use-9.webp');
 }

 .bg-user-right {
     background-image: url('../img/cyber-law/web-term-use-10.webp');
 }

 .bg-cookie-policy {
     background-image: url('../img/cyber-law/web-term-use-11.webp');
 }

 .bg-grievance {
     background-image: url('../img/cyber-law/web-term-use-12.webp');
 }

 .bg-compliance-it {
     background-image: url('../img/cyber-law/web-term-use-13.webp');
 }

 @media (max-width: 768px) {
     .terms-block {
         height: auto;
         width: 100% !important;
         margin-left: 0 !important;
         margin-right: 0 !important;
     }

     .terms-content {
         text-align: center !important;
         margin: 15px !important;
         padding: 20px !important;
     }
 }

 /* 6th section of website terms  */
 .web-term-process-bottom-ribbon {
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     height: 285px;
     width: 175px;
     margin: 10px;
 }

 .web-term-process-ribbon-1 {
     background-image: url(../img/cyber-law/web-term-process-1.webp);
 }

 .web-term-process-ribbon-2 {
     background-image: url(../img/cyber-law/web-term-process-2.webp)
 }

 .web-term-process-ribbon-3 {
     background-image: url(../img/cyber-law/web-term-process-3.webp)
 }

 .web-term-process-ribbon-4 {
     background-image: url(../img/cyber-law/web-term-process-4.webp)
 }

 .web-term-process-ribbon-5 {
     background-image: url(../img/cyber-law/web-term-process-5.webp)
 }

 .web-term-process-step-card {
     text-align: center;
     padding: 30px 10px 10px 10px;
 }

 .web-term-process-step-card h4 {
     font-size: 15px;
 }

 .web-term-process-step-number {
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 10px;
 }

 .step-1 .web-term-process-step-number {
     color: #4cc0e0;
 }

 .step-2 .web-term-process-step-number {
     color: #1cc7a6;
 }

 .step-3 .web-term-process-step-number {
     color: #f1bc19;
 }

 .step-4 .web-term-process-step-number {
     color: #1a91d8;
 }

 .step-5 .web-term-process-step-number {
     color: #ec5c4e;
 }

 @media (max-width: 767.98px) {
     .web-term-process-step-card {
         margin-bottom: 50px;
     }
 }

 /* 8th section of website terms */
 .benefits-of-terms-privacy {
     background: #fff;
     display: flex;
     align-items: center;
     border-radius: 50px 0 50px 0;
     box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
     padding: 15px;
     margin-bottom: 30px;
     position: relative;
 }

 .benefits-of-terms-privacy-icon-box {
     width: 75px;
     height: 60px;
     border-radius: 30px 0 30px 0;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 20px;
 }

 .benefits-icon-red {
     background: #EF5C48;
 }

 .benefits-icon-yellow {
     background: #EFBC2E;
 }

 .benefits-icon-green {
     background: #00A887;
 }

 .benefits-icon-purple {
     background: #A252BB;
 }

 .benefits-icon-blue {
     background: #06ADFA;
 }

 .benefits-of-terms-privacy-icon-box img {
     width: 30px;
     height: 30px;
     object-fit: contain;
 }

 @media (max-width: 767.98px) {
     .benefits-of-terms-privacy {
         border-radius: 20px !important;
         flex-direction: row;
     }
 }