 body {
     margin: 2% 10%;
     font-family: STCForward-Regular !important;
 }

 .card-wrapper {
     display: flex;
     gap: 20px;
     padding: 20px;
     border-radius: 20px;
     background: linear-gradient(264.71deg, #8736C4 2.11%, #4f008c 58.87%);
     max-width: 100%;
     width: 100%;
     color: white;
     box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
     flex-wrap: wrap;
 }

 .carousel-section,
 .video-section {
     flex: 1 1 400px;
     border-radius: 16px;
     overflow: hidden;
 }

 .card-wrapper .owl-carousel .item img {
     border-radius: 15px;
 }

 .video-section {
     position: relative;
     background-color: #000;
     aspect-ratio: 16/9;
     display: flex;
     align-items: center;
     justify-content: center;
     box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
 }

 .video-section iframe {
     width: 100%;
     height: 100%;
     border: none;

 }

 .text-container {
     margin-top: 50px;
 }

 .owl-theme .owl-dots {
     position: absolute;
     bottom: 15px;
     width: 100%;
     text-align: center;
     z-index: 5;
 }

 /* .owl-theme .owl-dots .owl-dot span {
     width: 10px;
     height: 10px;
     margin: 5px 4px;
     background: rgba(255, 255, 255, 0.6);
     display: block;
     border-radius: 50%;
     transition: all 0.3s;
 }

 .owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
     background: #ff375e !important;
 } */

 .section-title,
 .text-title {
     font-size: 28px;
     font-weight: 600;
 }

 .text-subtitle {
     font-size: 19px;
     font-weight: 500;
 }

 /*************features***********************/
 .features-section {
     margin-top: 50px;
     display: flex;
     max-width: 100%;
     width: 100%;
     /* align-items: center; */
     flex-wrap: wrap;
     gap: 40px;
 }


 .image-container {
     /* flex: 1 1 400px; */
     text-align: center;
 }

 .image-container img {
     max-width: 100%;
     height: auto;
 }

 .content-container {
     flex: 1 1 500px;
 }

 .content-container h2 {
     font-size: 28px;
     margin-bottom: 30px;
     color: #1d252d;
     font-weight: 600;
 }

 .cs-carousel-wrapper h2 span,
 .trade-in-section h2 span,
 .content-container h2 span {
     color: #8000ff;
 }

 .content-container p {
     color: #777;
     margin-bottom: 30px;
 }

 .features-grid {
     display: grid;
     grid-template-columns: repeat(3, 1fr);
     gap: 20px;
 }

 .feature-box {
     background: #fff;
     border: 1px solid #f0e6ff;
     padding: 20px;
     border-radius: 12px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
     transition: transform 0.3s ease, box-shadow 0.3s ease;
     text-align: left;
 }

 .feature-box:hover {
     transform: translateY(-5px);
     box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
 }

 /* .feature-icon {
     background-color: #f5e6ff;
     width: 50px;
     height: 50px;
     border-radius: 50%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 10px;
     font-size: 20px;
     color: #8000ff;
     padding: 5px;
 } */

 .feature-title {
     font-weight: bold;
     color: #1d252d;
     margin-bottom: 6px;
 }

 .feature-description {
     font-size: 14px;
     color: #1d252d;
 }

 @media (max-width: 768px) {
     .features-grid {
         grid-template-columns: 1fr;
     }

     .features-section {
         flex-direction: column;
         align-items: flex-start;
     }

     .content-container h2 {
         font-size: 24px;
     }
 }

 /***********************************************/

 .cs-carousel-wrapper {
     max-width: 100%;
     margin-top: 30px;
 }

 .cs-carousel {
     margin-top: 30px;
 }

 .cs-card {
     border: 1px solid #f3f3f1;
     background: #fff;
     border-radius: 16px;
     overflow: hidden;
     min-height: 400px;
     /* box-shadow: 0 6px 12px rgba(0,0,0,0.1); */
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }

 .cs-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
 }

 .cs-card img {
     width: 100%;
     height: 200px;
     object-fit: cover;
 }

 .cs-card-content {
         display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
        height: 230px;
 }

 .cs-card-title {
     font-size: 18px;
     margin: 0 0 10px;
     font-weight: 600;
 }

 .cs-card-desc {
     font-size: 14px;
     color: #1d252d;
     margin: 0;
     margin-bottom: 10px;
     min-height: 90px;
 }

 .compatibleDevices .owl-carousel .owl-stage-outer,
 .cs-carousel-wrapper .owl-carousel .owl-stage-outer {
     padding-top: 15px;
     padding-bottom: 15px;
 }

 .owl-dots {
     text-align: center;
     margin-top: 20px;
 }

 .owl-dot {
     display: inline-block;
     width: 12px;
     height: 12px;
     margin: 0 5px;
     background: #ccc !important;
     border-radius: 50%;
     transition: background 0.3s;
 }
.owl-dot.active {
     background: #4f008c !important;
 }

 /******************scrollable section***********************/


 /* Container Section */
 .trade-in-section {
     margin-top: 50px;
 }

 .trade-in-container {
     display: flex;
     max-width: 100%;
     margin: 0 auto;
     gap: 2rem;
 }

 /* Left Sticky Column */
 .trade-in-left {
     flex: 1;
     position: sticky;
     top: 2rem;
     height: fit-content;
     align-self: flex-start;
 }

 .trade-in-left h2 {
     font-size: 1.8rem;
     font-weight: bold;
     margin-bottom: 1rem;
 }

 .trade-in-left p {
     font-size: 1rem;
     color: #1d252d;
     margin-bottom: 1.5rem;
 }

 .evaluate-btn {
     background: #ff2e5f;
     color: white;
     padding: 0.5rem .5rem;
     border: none;
     border-radius: 30px;
     font-size: 12px;
     cursor: pointer;
     text-decoration: none;
     text-align: center;
 }

 .evaluate-btn:hover {
     background: #e42252;
 }

 /* Right Cards - Page Scrollable */
 .trade-in-right {
     flex: 1;
     display: flex;
     flex-direction: column;
     gap: 1.5rem;
     /* Scrollbar hidden but no fixed height or overflow so page scrolls */
 }

 .trade-in-card {
     background: white;
     border: 2px solid #4f008c;
     border-radius: 15px;
     padding: 1.5rem;
     position: relative;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
 }


 .trade-in-card:hover {
     background: white;
     transform: translateY(-3px);
     border: 2px solid #ff375e;
     box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
 }

 /* Hide scrollbar on all platforms */
 .trade-in-right {
     scrollbar-width: none;
     /* Firefox */
     -ms-overflow-style: none;
     /* IE 10+ */
 }

 .trade-in-right::-webkit-scrollbar {
     display: none;
     /* Chrome, Safari */
 }

 .card-icon {
     font-size: 24px;
     margin-bottom: 5px;
 }

 .trade-in-card ul {
     padding-left: 1.2rem;
     color: #1d252d;
 }

 .trade-in-card p {
     color: #1d252d;
 }

 .step-number {
     position: absolute;
     top: 1rem;
     right: 1rem;
     background: #f0f0f0;
     color: #999;
     border-radius: 50%;
     width: 2rem;
     height: 2rem;
     display: flex;
     justify-content: center;
     align-items: center;
     font-weight: bold;
 }

 /* Responsive Layout */
 @media (max-width: 1024px) {
     .trade-in-container {
         flex-direction: column;
     }

     .trade-in-left {
         position: relative;
         top: unset;
     }

     .trade-in-right {
         overflow: visible;
     }
 }

 /* 
 @media (max-width: 768px) {
     .card-wrapper {
         flex-direction: column;
     }
 } */


 .features-section .image-container img {
     border-radius: 15px;
 }

 /*************router*****************/

 .smartphoneContainer,
 .routerContainer {
     margin-top: 30px;
 }

 .customCTABHILASH {
     width: 100% !important;
     align-content: center !important;
     padding-left: 30px;
     padding-right: 30px;
     font-weight: 500;
     font-size: 17px;
     letter-spacing: .5px;
     line-height: normal;
     border-radius: 2px;
     width: 15rem;
     background-color: #ff375e;
     color: #fff;
     height: 55px;
     border: none;
     cursor: pointer;
     text-align: center;
     text-decoration: none;
     display: inline-block;
     margin-top: 15px
 }


 .compatibleDevices h2 {
     font-size: 28px;
     font-weight: 600;
 }

 .device-card {
     border: 1px solid #dde0e2;
     border-radius: 15px
 }

 .device-card:hover {
     box-shadow: 1px 2px 4px rgba(0, 0, 0, .24)
 }

 .device-card .device-image-container {
     position: relative;
     text-align: center;
     background: #fff;
     border-radius: 15px
 }

 .device-card img {
     max-width: 100%;
     display: block
 }

 .device-card .content {
     padding: .75rem
 }

 .device-card .brand {
     font-size: .85rem;
     color: #8e9aa0;
     margin-bottom: 10px;
 }

 .device-card .name {
     font-weight: 500;
     margin: .25rem 0;
     color: #1d252d
 }

 .device-card .price {
     font-size: .9rem;
     color: #1d252d
 }

 .device-card .evaluate-btn {
     width: 100%;
     display: block;
 }


 .device-card-more button {
     background-color: #ff3e4d;
     color: #fff;
     border: none;
     padding: 10px 20px;
     border-radius: 8px;
     font-size: .8rem;
     cursor: pointer;
     transition: background-color .3s ease;
     margin-top: 10px
 }

 .device-card-more button:hover {
     background-color: #e0333f
 }


 /********************************/



 @media (max-width: 768px) {
     body {
         margin: 0;
     }
 }



 /****************************FAQS*****************************/

 .faq-container {
     margin-top: 50px;
     max-width: 100%;
 }

 .faq-item {
     border-bottom: 1px solid #eee;
     cursor: pointer;
     padding: 20px 0;
 }

 .faq-question {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 18px;
     font-weight: 500;
     color: #1d252d;
 }

 .faq-answer {
     display: none;
     margin-top: 10px;
     font-size: 16px;
     color: #1d252d;
 }

 .arrow {
     transition: transform 0.3s ease;
     color: #f36;
     /* match the pink tone from the image */
 }

 .faq-item.active .faq-answer {
     display: block;
 }

 .faq-item.active .arrow {
     transform: rotate(180deg);
 }

 .see-all {
     text-align: right;
     color: #f36;
     font-weight: bold;
     cursor: pointer;
     margin-bottom: 20px;
 }

 /********************************************/

 body {
     overflow-x: hidden !important
 }

 .support-wrapper {
     margin-top: 30px;
     background-position: bottom;
     width: 100vw;
     position: relative;
     left: 50%;
     right: 50%;
     margin-left: -50vw;
     margin-right: -50vw;
     background-image: url(https://www.stc.com.kw/cdn/images/need_Help_1521x358_ar_cde600fe53.webp);
     background-color: #ff375f;
     padding: 100px 5%;
     box-sizing: border-box;
     background-repeat: no-repeat;
 }

 .support-content {
     max-width: 1350px;
     margin: 0 auto;
     display: flex;
     flex-direction: column;
     align-items: flex-start
 }

 .support-title {
     font-size: 38px;
     font-weight: 500;
     color: #fff;
     margin-bottom: 10px;
     line-height: 48px;
     margin-bottom: 20px;
 }

 .support-subtext {
     color: #fff;
     font-size: 15px;
     margin-bottom: 25px
 }

 .support-buttons {
     display: flex;
     flex-wrap: wrap;
     justify-content: flex-start;
     gap: 16px;
     width: 100%
 }

 .support-btn {
     background-color: #fff;
     color: #000;
     border-radius: 24px;
     padding: 10px 20px;
     text-decoration: none;
     font-size: 16px;
     text-align: center;
     min-width: 140px;
     display: flex;
     align-items: center;
     justify-content: center;
     gap: 8px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
     transition: all .3s ease
 }

 .support-btn:hover {
     background-color: #4f008c;
     color: #fff
 }

 .support-btn:hover .icon-img {
     filter: brightness(0) invert(1)
 }

 .icon-img {
     width: 20px;
     height: 20px;
     transition: filter .3s ease
 }

 @media (max-width:991px) {
     .support-content {
         align-items: center;
         text-align: center
     }

     .support-buttons {
         flex-wrap: wrap;
         justify-content: center
     }

     .support-btn {
         flex: 0 1 auto
     }
 }

 @media (max-width:600px) {
     .support-buttons {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         gap: 12px;
         justify-items: center;
         width: 100%
     }

     .support-btn {
         width: 100%;
         padding: 12px 20px;
         font-size: 16px;
         justify-content: center;
     }

     .support-content {
         align-items: center;
         text-align: center
     }
 }

 /* 
 .owl-carousel .item {
     display: flex;
     align-items: stretch;
     height: 100%;
 } */


 .device-card-more {
     background-color: #4f008c;
     color: white;
     border-radius: 20px;
     padding: 20px;
     display: flex;
     flex-direction: column;
     width: 100%;
     height: 100%;
     box-sizing: border-box;
 }

  .device-card-more .evaluate-btn {
    width: 100%;
    display: block;
  }

 .card-content {
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     height: 100%;
 }

 .card-top {
     /* optional spacing */
 }

 .card-bottom {
     align-self: flex-start;
     width: 100%;
     /* or flex-end / center depending on design */
 }

 .device-card-more h3 {
     font-size: 22px;
     font-weight: bold;
     line-height: 1.4;
     margin: 0 0 15px;
 }

 .device-card-more p {
     font-size: 16px;
     line-height: 1.5;
     margin-top: 15px;
     color: #ddd;
     flex-grow: 1;
 }

 .card-btn {
     margin-top: 20px;
     background-color: #ff375e;
     color: white;
     padding: 12px 24px;
     border-radius: 8px;
     text-align: center;
     text-decoration: none;
     font-weight: 500;
     width: fit-content;
     margin-top: 20px;
 }

 /* 
 .owl-carousel .item {
     height: 100% !important;
 }

 .owl-carousel.owl-drag .owl-item {
     height: 100% !important;
 } */
 /* 


 @media (max-width: 1400px) {
     .device-card-more {
         background-color: #4f008c;
         color: white;
         border-radius: 20px;
         padding: 100px 20px;
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         width: 100%;
         box-sizing: border-box;
     }
 } */

 /* @media (max-width: 767px) {
     .device-card-more {
        padding: 75px 20px;
     }
 } */

 /******************************/

 .tab-main-container {
     margin-top: 50px;
     display: flex;
     justify-content: start;
     align-items: flex-start;
     gap: 20px;
     flex-wrap: wrap;
 }

 .left-side {
     flex: 0 0 50%;
     min-width: 300px;
 }

 .left-side h2 {
     font-size: 28px;
     margin-bottom: 20px;
 }


 .right-side {
     flex: 0 0 40%;
     display: flex;
     gap: 20px;
     flex-wrap: wrap;
     justify-content: center;
 }

 .right-side a {
     text-decoration: none;
 }

 .icon-card {
     background-color: #fff;
     border: 1px solid #ccc;
     border-radius: 12px;
     padding: 20px;
     text-align: center;
     width: 130px;
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
     transition: transform 0.2s ease;
 }

 .icon-card:hover {
     transform: translateY(-4px);
     border: 1.5px solid #4f008c;
 }

 .icon-card i {
     font-size: 30px;
     color: #4f008c;
     margin-bottom: 10px;
 }

 .icon-card span {
     display: block;
     font-size: 14px;
     font-weight: 500;
     color: #1d252d;
     text-decoration: none;
 }

 @media only screen and (max-width: 768px) {

     .tab-main-container {
         gap: 0px;
     }

     .cs-card-content {
         padding: 16px;
         justify-content: space-around;
         display: flex;
         flex-direction: column;
     }

     .icon-card i {
         font-size: 24px;
     }

     .icon-card {
         width: 110px;
         padding: 15px;
     }

     .tab-main-container {
         flex-direction: column;
     }

     .right-side {
         gap: 10px;
         flex-wrap: wrap;
         justify-content: flex-start;
         flex: 1 1 100%;
         justify-content: center;
         width: 100%;
     }

     .icon-card span {
         display: block;
         font-size: 12px;
         font-weight: 500;
         color: #1d252d;
     }
 }

 .web-hide {
     display: none;
 }

 .mob-hide {
     display: block;
 }


 @media (max-width: 768px) {

     .mob-hide {
         display: none;
     }

     .web-hide {
         display: block;
     }
 }

 .see-all a {
     text-decoration: none;
     color: #ff375e;
 }



 .owl-carousel .owl-item {
     display: flex;
     flex: 1 0 auto;
 }


 .owl-carousel .owl-stage {
     display: flex;
 }



 .feature-icon img{
    width: 50px;
 }


 .hlink{
    color: #ff375e;
    text-decoration: underline;
 }