 .other_services {
     padding: 50px 0;
 }

 .other_serhead h2 {
     text-align: center;
     padding-bottom: 30px;
     font-size: 40px;
     font-weight: 600;
     text-decoration: underline;
     color: #10087d;
 }

 .other_services .sec-bar {
     width: 36px;
     height: 2.5px;
     background: #02176e;
     border-radius: 2px;
     margin: 14px auto 0;
 }

 .other_services .carousel-outer {
     position: relative;
 }

 .other_services .carousel-track-wrap {
     overflow: hidden;
     border-radius: 18px;
 }

 .other_services .carousel-track {
     display: flex;
     transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
     will-change: transform;
 }

 .other_services .card {
     flex: 0 0 100%;
     background: #005350;
     border: 1px solid #E5E3DF;
     border-radius: 18px;
     padding: 44px 48px 40px;
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 0 40px;
     position: relative;
     overflow: hidden;
     max-height: 700px;
     min-height: 690px;
     margin-bottom: 20px;
 }

 .other_services .card.featured {
     border-color: #111;
     border-width: 1.5px;
 }

 .other_services .featured-badge {
     position: absolute;
     top: 0;
     right: 0;
     background: #111;
     color: #fff;
     font-size: 10.5px;
     font-weight: 500;
     letter-spacing: 0.16em;
     text-transform: uppercase;
     padding: 7px 18px;
     border-bottom-left-radius: 12px;
 }

 .other_services .card-left {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     border-right: 1px solid #EDEBE7;
     padding-right: 25px;
 }

 .other_services .card-tag {
     font-size: 10.5px;
     font-weight: 500;
     letter-spacing: 0.2em;
     text-transform: uppercase;
     color: #f8f8f8;
     margin-bottom: 10px;
 }

 .other_services .card-name {
     font-size: 22px;
     font-weight: 600;
     color: #032f6c;
     letter-spacing: -0.02em;
     line-height: 1.2;
     margin-bottom: 18px;
     background: #ffffff;
     padding: 10px;
     border-radius: 10px;
 }

 .other_services .card-best {
     font-size: 16px;
     line-height: 1.65;
     color: #f7f2f2;
     margin-bottom: 24px;
 }

 .other_services .card-price-block {
     margin-top: auto;
 }

 .other_services .price-label {
     font-size: 14px;
     font-weight: 500;
     letter-spacing: 0.12em;
     text-transform: uppercase;
     color: #bbb;
     margin-bottom: 4px;
 }

 .other_services .price-main {
     font-family: 'Playfair Display', Georgia, serif;
     font-size: 42px;
     font-weight: 700;
     color: #e5f9ef;
     letter-spacing: -0.02em;
     line-height: 1;
 }

 .other_services .price-period {
     font-family: 'Inter', sans-serif;
     font-size: 14px;
     font-weight: 400;
     color: #f5f5f5;
     margin-left: 2px;
 }

 .other_services .price-alt {
     font-size: 12.5px;
     color: #ffffff;
     margin-top: 5px;
 }

 .other_services .price-alt strong {
     color: #e9e9e9;
     font-weight: 500;
 }

 .other_services .card-meta {
     margin-top: 14px;
     display: flex;
     flex-direction: column;
     gap: 5px;
 }

 .other_services .card-meta-item {
     display: flex;
     align-items: center;
     gap: 7px;
     font-size: 14px;
     color: #fcfcfc;
 }

 .other_services .card-meta-item i {
     font-size: 14px;
 }

 .other_services .card-delivery {
     margin-top: 22px;
     padding: 14px 16px;
     background: #F7F6F3;
     border-radius: 10px;
     font-size: 14px;
     line-height: 1.6;
     color: #00193e;
 }

 .other_services .card-delivery strong {
     color: #01265c;
     font-weight: 700;
     display: block;
     margin-bottom: 2px;
     font-size: 15px;
     letter-spacing: 0.1em;
     text-transform: uppercase;
 }

 .other_services .card-right {
     display: flex;
     flex-direction: column;
 }

 .other_services .features-label {
     font-size: 16px;
     font-weight: 600;
     text-transform: uppercase;
     color: #00f2e5;
     margin-bottom: 16px;
 }

 .other_services .features-list {
     list-style: none;
     display: flex;
     flex-direction: column;
     gap: 12px;
     margin-bottom: 28px;
 }

 .other_services .features-list li {
     display: flex;
     align-items: flex-start;
     gap: 10px;
     font-size: 16px;
     line-height: 1.55;
     color: #f5f5f5;
 }

 .other_services .feat-check {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background: #00f2e5;
     color: #fff1f1;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-shrink: 0;
     margin-top: 1px;
 }

 .other_services .feat-check i {
     font-size: 11px;
 }

 .other_services .card-objective {
     /* margin-top: auto; */
     padding-top: 20px;
     border-top: 1px solid #EDEBE7;
     font-size: 16px;
     line-height: 1.65;
     color: #ffffff;
     font-style: italic;
 }

 .other_services .card-objective::before {
     content: '"';
     font-family: 'Playfair Display', serif;
     font-size: 28px;
     color: #ddd;
     display: block;
     line-height: 1;
     margin-bottom: 4px;
 }

 .other_services .carousel-nav {
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 16px;
     margin-top: 28px;
 }

 .other_services .nav-btn {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     border: 1px solid #D8D6D2;
     background: #019245;
     color: #111;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: background 0.15s, border-color 0.15s, transform 0.15s;
     font-size: 16px;
 }

 .other_services .nav-btn:hover {
     background: var(--base-color);
     color: #fff;
     border-color: #111;
     transform: scale(1.05);
 }

 .other_services .nav-btn:disabled {
     opacity: 0.3;
     cursor: not-allowed;
 }

 .other_services .nav-btn:disabled:hover {
     background: #fff;
     color: #111;
     border-color: #D8D6D2;
     transform: none;
 }

 .other_services .dots {
     display: flex;
     align-items: center;
     gap: 7px;
 }

 .other_services .dot {
     width: 6px;
     height: 6px;
     border-radius: 50%;
     background: #232323;
     cursor: pointer;
     transition: background 0.2s, width 0.2s;
     border: none;
     padding: 0;
 }

 .other_services .dot.active {
     background: #00183b;
     width: 20px;
     border-radius: 3px;
 }

 .other_services .counter {
     font-size: 12px;
     font-weight: 500;
     color: #7e7c7c;
     min-width: 40px;
     text-align: center;
     letter-spacing: 0.05em;
 }

 .other_services .subscription-bx {
     height: 610px;
     gap: 0 30px;
     padding: 20px;
 }

 .other_services .subs_bx {
     padding-right: 40px;
 }




 .other_services .carousel-track-wrap {
     overflow: hidden;
     width: 100%;
     position: relative;
 }

 .other_services .carousel-track {
     display: flex;
     flex-wrap: nowrap;
     width: 100%;
     transition: transform .5s ease-in-out;
     will-change: transform;
 }

 .other_services .carousel-track>.card {
     min-width: 100%;
     width: 100%;
     flex: 0 0 100%;
     box-sizing: border-box;
 }

 .other_services .subscription-bt {
     background-color: #00f2e5;
     padding: 20px 20px;
     font-size: 22px;
     font-weight: bold;
     color: #000000;
     border-radius: 10px;
     margin-top: auto;
     margin-bottom: 15px;
     width: 100%;
 }

 .other_services .subscription-btright {
     background-color: #00f2e5;
     padding: 20px 20px;
     font-size: 22px;
     font-weight: bold;
     color: #000000;
     border-radius: 10px;
     width: 100%;
     margin-top: auto;
     margin-bottom: 20px;
 }

 .other_services .price_peryear {
     /* white-space: nowrap; */
     padding-bottom: 5px;
 }





 @media (max-width: 990px) {
     .other_services .card {
         grid-template-columns: 1fr;
         gap: 28px 0;
         padding: 32px 24px 28px;
         max-height: none;
         min-height: auto;
     }

     .other_services .card-left {
         border-right: none;
         border-bottom: 1px solid #EDEBE7;
         padding-right: 0;
         padding-bottom: 28px;
     }

     .other_services .sec-title {
         font-size: 26px;
     }

     .other_services .price-main {
         font-size: 34px;
     }

     .other_services .subscription-bx {
         height: auto;

     }

     .other_services .subscription_card {
         max-height: 100%;
         min-height: auto;
         margin-bottom: 30px;
     }

     .other_services .subscription_tophead {
         display: flex;
         flex-direction: column;
         padding: 10px 0px 0px 0px;
     }

     .other_services .subscription_tophead .img {
         margin-bottom: 10px;
     }
 }


 @media (min-width:1200px) and (max-width:1399px) {
     .other_services .card {
         padding: 27px 23px 29px;
         gap: 0 36px;
     }

     .other_services .card-name {
         font-size: 20px;
     }

     .other_services .card-best {
         font-size: 14px;
         line-height: 1.5;
     }

     .other_services .price-main {
         font-size: 35px;
     }

     .other_services .features-list li {
         font-size: 14px;
     }

     .other_services .card-objective {
         font-size: 14px;
     }

     .other_services .card-delivery {
         font-size: 12px;
     }

     .other_services .subscription-bx {
         height: 535px;
     }

     .other_services .subscription-bx .card-delivery {

         margin-top: 12px;
         padding: 5px 16px;
     }

     .other_services .plan_name {
         font-size: 20px;
     }

     .other_services .plan_short p {
         font-size: 14px;
     }

     .other_services .subscription_mid li {
         font-size: 14px;
     }

     .other_services .subscription_btn .tab {
         font-size: 14px;
     }

     .other_services .amt p {
         font-size: 18px;
     }

     .other_services .per small {
         font-size: 14px;
     }

     .other_services .buy-b {
         font-size: 15px;
     }

     .other_services .pl_view {
         font-size: 15px;
     }

     .other_services .subscription-bt {
         font-size: 18px;
     }

     .other_services .feat-check {
         width: 12px;
         height: 12px;
     }
 }

 @media (min-width:1400px) and (max-width:1500px) {


     .other_services .card-best {
         margin-bottom: 0px;
     }
 }

 @media (min-width:1700px) and (max-width:1900px) {
     .other_services .sec-eyebrow {
         font-size: 15px;
     }

     .other_services .sec-title {
         font-size: 45px;
     }

     .other_services .card-tag {
         font-size: 14px;
     }

     .other_services .card-name {
         font-size: 24px;
     }

     .other_services .card-best {
         font-size: 18px;
     }

     .other_services .price-label {
         font-size: 16px;

     }

     .other_services .price-period {
         font-size: 16px;
     }

     .other_services .card-meta-item {
         font-size: 18px;
     }

     .other_services .features-label {
         font-size: 18px;

     }

     .other_services .features-list li {
         font-size: 18px;
     }

     .other_services .subscription-bx {
         height: 600px;

     }

 }

 @media (min-width:1901px) and (max-width:3000px) {
     .other_services .sec-eyebrow {
         font-size: 18px;
     }

     .other_services .sec-title {
         font-size: 50px;
     }

     .other_services .card-tag {
         font-size: 16px;
     }

     .other_services .card-name {
         font-size: 26px;
     }

     .other_services .card-best {
         font-size: 20px;
     }

     .other_services .price-label {
         font-size: 18px;

     }

     .other_services .price-period {
         font-size: 18px;
     }

     .other_services .card-meta-item {
         font-size: 20px;
     }

     .other_services .features-label {
         font-size: 20px;

     }

     .other_services .features-list li {
         font-size: 20px;
     }

     .other_services .subscription-bx {
         height: 623px;

     }

     .other_services .card-delivery {
         font-size: 18px;
     }

     .other_services .plan_name {
         font-size: 28px;
     }

     .other_services .plan_short p {
         font-size: 20px;
     }

 }