.products-inner-sec-three {
    display: none;
}

@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/customify/assets/fonts/Raleway-Regular.ttf");
  font-weight:400;
}
@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/customify/assets/fonts/Raleway-Medium.ttf");
  font-weight:500;
}
@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/customify/assets/fonts/Raleway-SemiBold.ttf");
  font-weight:600;
}
@font-face {
  font-family: 'Raleway';
  src: url("/wp-content/themes/customify/assets/fonts/Raleway-Bold.ttf");
  font-weight:700;
}
@font-face {
  font-family: 'PoppinsNumbers';
  src: url('https://fonts.gstatic.com/s/poppins/v20/pxiEyp8kv8JHgFVrJJfedw.woff2') format('woff2');
  unicode-range: U+30-39; /* digits 0–9 */
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    background: #33003f;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F2F2F2;
}
body {
    font-family: "Raleway" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: .5px;
    color: #fff !important;
    background: url('/wp-content/uploads/2025/12/Home-Body-scaled.jpg');
    background-size: 100% 100%;
    background-position: center;
    background-repeat: repeat-y;
}
.num-font {
  font-family: 'Poppins', sans-serif;
}
h1 {
    font-size: 58px !important;
    font-weight: 700 !important;
    font-family: "Raleway" !important;
}
h2,h3 {
    font-size: 50px !important;
    font-weight: 700 !important;
    font-family: "Raleway" !important;
}
h4 {
    font-size: 24px !important;
    font-weight: 600 !important;
    font-family: "Raleway" !important;
}
h5,h6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    font-family: "Raleway" !important;
}
.sidespace{
    padding-left: 5% !important;
    padding-right: 5% !important;
}
.pb-30{
    padding-bottom: 30px !important;  
}
.pb-70{
  padding-bottom: 70px !important;  
}
.mb-15{
    margin-bottom: 15px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-70{
    margin-bottom: 70px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.no-mb{
    margin-bottom: 0px !important;
}
.wt-text{
    color:#fff !important;
}
.lb-text {
    color: #3fdbff !important;
}
a {
    text-decoration: none !important;
}
.center-text{
    text-align: center;
}

.scroll-section {
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
}

/* Directions */
.from-left {
  transform: translateX(-100px);
}

.from-right {
  transform: translateX(100px);
}

.from-bottom {
  transform: translateY(80px);
}

/* Active state */
.scroll-section.show {
  opacity: 1;
  transform: translate(0, 0);
}

/*Buttons Css Starts*/
.primary-btn {
    position: relative;
    padding: 15px 30px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    height: 50px;
    background: linear-gradient(90deg, rgba(64,182,232,1) 0%, rgba(110,66,153,1) 80%);
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color .5s ease, background .5s ease;
}
.primary-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 4px;
    background: linear-gradient(90deg, rgba(64,182,232,1), rgba(110,66,153,1));
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    opacity: 0;     
    transition: opacity .5s ease;
}

.primary-btn:hover, .primary-btn:focus {
    background: transparent;
    color: #fff;
    transition: color .5s ease, background .5s ease;
}

.primary-btn:hover::before, .primary-btn:focus::before {
    opacity: 1;     
    transition: opacity .5s ease;
}

a.primary-btn i {
    transform: rotate(230deg);
}
/*Buttons Css Ends*/


/*Header Css Starts*/
header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9;
}
.header-row-main {
    padding: 15px 30px;
    margin-top: 30px !important;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(60px);
    border: 2px solid #ffffff54;
    background: #ffffff1a;
}
.header-ul {
    margin: 0px !important;
    padding: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
}
.header-ul .header-menu-li {
    margin: 0px;
}
.logo-div-header a img {
    width: 200px;
    height: auto;
    object-fit: cover;
}
.header-menu-li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: .3s all ease-in-out;
}
.header-btn {
    text-align: center;
    display: flex;
    justify-content: flex-end;
}
.header-menu-li a::after,
.footer-menu-ul .footer-menu-li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
    bottom: -5px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.header-menu-li a:hover,
.footer-menu-ul .footer-menu-li a:hover {
    color: #fff;
}

.header-menu-li a:hover::after,
.footer-menu-ul .footer-menu-li a:hover::after {
    opacity: 1;
}

/* Active text */
.header-menu-li.liactive a,
.footer-menu-ul .footer-menu-li.liactive a {
    color: #fff;
}

/* Active underline */
.header-menu-li.liactive a::after,
.footer-menu-ul .footer-menu-li.liactive a::after {
    opacity: 1;
}
/*Header Css Ends*/

/*Mobile Header Css*/
.mob-header-main {
    display: none;
}
.logo-toggle {
    display: flex;
    justify-content: space-between;
    padding: 15px 10px;
    margin-top: 15px !important;
    align-items: center;
    border-radius: 50px;
    backdrop-filter: blur(60px);
    border: 2px solid #ffffff54;
    background: #ffffff1a;
}
.mob-header-logo-div img {
    width: 180px;
    height: auto;
    object-fit: cover;
}
.mobile-view {
    display: flex;
    align-items: center;
    gap: 15px;
}
a.call {
    text-decoration: none;
}
.call i {
    color: #fff;
    font-size: 28px;
}
.humberger-menu svg {
    height: 30px;
    object-fit: cover;
    width: 30px;
}
#toggle-nav {
    background: #450056;
    z-index: 9999 !important;
    padding-bottom: 40px;
    position: fixed;
    overflow: hidden;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    top: 0;
    right: -100%;
    transition: all 0.5s ease-in-out;
}
.is-open {
    right: 0 !important;
}
.humberger-menu svg path , span#close-nav svg {
    fill: #fff !important;
    stroke: #fff;
}
.nav-header {
    width: 100%;
    padding: 20px;
}
#toggle-nav ul.imp-link-menu {
    padding: 0 20px;
    list-style: none;
    margin: 0px;
}
.imp-link-menu li {
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #fff;
}
.imp-link-menu li a {
    color: #fff;
    text-decoration: none;
}
.side_mobile_footer {
    padding: 0 20px;
}
#toggle-nav .contact-info {
    padding: 20px 0;
}
.copy-right-mob {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    text-align: center;
}
#toggle-nav .contact-info :is(p, a, i) {
    color: #fff;
    fill: #fff;
    text-decoration: none;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.social-media a {
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    text-decoration: none;
}
p.location {
    display: flex;
    align-items: center;
    gap: 8px;
}
.copy-right-mob p a {
    color: #fff;
    font-weight: 700;
}
/*Mobile Header Css Ends*/

/*Footer Css Starts*/
.footer-big-contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 100px 20px 50px;
    border-radius: 10px !important;
    margin: 0px 200px;
    background: url('https://saksolution.ae/wp-content/uploads/2025/12/Homepage-2-17-min-scaled.png');
    background-size: cover;
    overflow: hidden;
    height: 150px;
}
.footer-part-one {
    position: absolute;
    width: 100%;
    top: -75px;
}
.footer-main {
    position: relative;
    margin-top: 70px;
}
.contact-big-div {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-big-div i {
    font-size: 24px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #6a4da1;
    background-color: #fff;
    position: relative;
}
.big-numb-footer a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.big-numb-footer a:hover {
    color: #fff;
    text-decoration: underline !important;
}
.big-number-text {
    font-size: 18px;
    margin-bottom: 5px !important;
}
.footer-part-two {
    background-color: #33003f;
    padding-top: 120px;
    padding-bottom: 50px;
}
.footer-menu-ul {
    margin: 0px !important;
    list-style-type: none;
    padding: 0px;
}
.footer-menu-ul .footer-menu-li {
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
.footer-menu-ul .footer-menu-li a {
    color: #fff;
    position: relative;
}
.footer-icon-data {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}
.number-footer a {
    color: #fff;
}
.number-footer a:hover{
    color:#fff;
    text-decoration: underline !important;
}
.footer-part-three {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #430054;
    padding: 10px 0px;
}
.footer-part-three a img {
    width: 200px;
}
.social-icons {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 160px;
    justify-content: end;
}
.footer-part-three p a {
    color: #fff;
    text-decoration: underline !important;
}
.social-icons a i {
    color: #fff;
    font-size: 16px;
}
.whatsapp-float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 75px;
    right: 25px;
    z-index: 100;
}
.whatsapp-float img {
    width: 100%;
    height: auto;
}
/*Footer Css Ends*/


/*Home Css Starts*/
.home-banner-row {
    align-items: center;
}
.banner-sec-home {
    padding-top: 120px;
}
.banner-data {
    padding-top: 70px;
}
.banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mini-heading {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.mini-heading::before {
    content: '';
    position: absolute;
    background: #3fdbff;
    height: 2px;
    width: 10px;
    left: 0;
    top: calc(50% - 1px);
    border-radius: 10px;
}
.about-row {
    align-items: center;
}
.about-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-data {
    padding-left: 50px;
}
.about-sec-home {
    position: relative;
    z-index: 1;
}
.about-sec-home::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/About-us-Bg-scaled.png');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
.about-row {
    z-index: 1;
    position: relative;
}

.heading-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.products-main-div {
    background-color: #33003f;
    border-radius: 10px;
    padding-bottom: 110px;
}
.prod-carou-img {
    overflow: hidden;
    border-radius: 10px;
    transition: .3s all ease-in-out;
}
a .product-block:hover img {
    transition: .3s all ease-in-out;
    transform: scale(1.1);
}
.prod-carou-img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: .3s all ease-in-out
}
.product-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
}
.product-block {
    background: #450056;
    padding: 20px;
    border-radius: 10px;
}
a:hover .product-block{
    background: linear-gradient( 180deg, rgba(64, 182, 232, 1) 0%, rgba(110, 66, 153, 1) 80%);
}
.product-heading-para p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
}
.products-carousel-div-main {
    margin: 0px -50px;
}
div#product-carou .owl-nav , div#testimonial-carou .owl-nav {
    position: absolute;
    bottom: -80px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 20px;
}
div#product-carou button.owl-prev, div#product-carou button.owl-next, div#testimonial-carou button.owl-prev, div#testimonial-carou button.owl-next {
    height: 50px;
    width: 50px;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    margin: 0px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
div#product-carou button.owl-prev i, div#product-carou button.owl-next i , div#testimonial-carou button.owl-prev i, div#testimonial-carou button.owl-next i {
    color: #3fdbff;
}
div#product-carou button.owl-prev:hover, div#product-carou button.owl-next:hover , div#testimonial-carou button.owl-prev:hover, div#testimonial-carou button.owl-next:hover {
    box-shadow: none !important;
}
.progress-wrapper {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0px;
}
.progress-line {
    width: 100%;
    height: 10px;
    background: #fff;
    border-radius: 0px;
    position: absolute;
    top: 10px;
}
.progress-fill {
    width: 0%;
    height: 10px;
    background: #3fdbff;
    position: absolute;
    top: 10px;
    transition: width 3s ease;
}
.progress-ball {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: left 3s ease;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1), rgba(110, 66, 153, 1));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
}
.progress-counter {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 18px;
    font-weight: bold;
}
.big-small-img img {
    width: 400px;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
}
img.big-img-wcu {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 10px;
    margin-top: 20px;
}
.why-choose-us-sec , .mission-vision-sec {
    position: relative;
    z-index: 1;
}
.why-choose-us-sec::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/Wcu-Bg-scaled.png');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.counter-box {
    text-align: center;
    margin: 0px;
}
.count {
    display: inline-block;
    position: relative;
    color: #3fdbff !important;
}
.count .plus {
    margin-left: 3px;
    font-weight: bold;
    opacity: 0;           /* hide until done */
    transition: opacity .3s ease;
}
.counter-main {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 30px;
}
.counter-block {
    width: 25%;
    position: relative;
}
.counter-block:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 80%;
    background-color: #3fdbff;
    top: calc(50% - 40%);
    right: -24px;
}
.counter-block:last-child::after {
    display: none;
}
.testimonial-heading , .why-choose-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.testimonial-sec {
    background-color: #33003f;
    padding-top: 70px;
    padding-bottom: 110px !important;
}
.testimonial-data {
    background: #450056;
    padding: 20px;
    border-radius: 10px;
}
.testimonial-para{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-name , .testimonial-desig{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.name-desg p {
    opacity: .7;
    height: 44px;
}
.star-div span {
    color: #8080807a;
}
.star-div .checked {
    color: #ffd600;
}
.blogs-sec-home {
    position: relative;
    display:none;
}
.blogs-sec-home::before {
    content: '';
    background: url('/wp-content/uploads/2025/12/Homepage-2-16-scaled.png');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 75%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.blogs-heading-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.blog-big {
    position: relative;
    overflow: hidden;
}
.blog-big:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient( 0deg, #3e2054, rgba(15, 41, 35, 0) 100%);
}
.blog-big a img {
    height: 490px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.big-blog-data {
    position: absolute;
    width: fit-content;
    bottom: 0;
    left: 0;
    transform: translateY(65px);
    padding: 20px;
    transition: .5s all ease-in-out;
}
.blog-big:hover .big-blog-data {
    transition: .5s;
    transform: translateY(0px);
}
.bb-heading , .bb-para , .mb-para {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mini-blog-data {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px;
}
.mini-blog-data img {
    width: 30%;
    height: 100px;
    object-fit: cover;
    border-radius: 10px;
}
.mb-heading {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq-item {
    border: 2px solid #ffffff54 !important;
    background: #4d475f !important;
    margin-bottom: 30px;
    border-radius: 10px;
}
.faq-item .accordion-button {
    background: #4d475f!important;
    color: #fff !important;
    text-transform: capitalize !important;
    padding: 10px 70px 10px 20px !important;
    font-weight: 600 !important;
    text-align: left !important;
    position: relative !important;
    justify-content: left !important;
    box-shadow: none !important;
    font-size: 20px;
    line-height: 30px !important;
}
.faq-item button.accordion-button:hover{
    box-shadow: none !important;
}
.faq-item .accordion-body {
    border-radius: 0px !important;
    padding: 0px 20px 20px 20px !important;
}
.faq-accordion .accordion-item,
.faq-accordion .accordion-button,
.faq-accordion .accordion-button.collapsed,
.faq-accordion .accordion-collapse {
    border-radius: 10px !important;
}
.faq-accordion .accordion-button::after {
    content: '\f078' !important;
    font-family: 'FontAwesome';
    background: none !important;
    background-repeat: no-repeat !important;
    background-image: none !important;
    position: absolute;
    top: 18px;
    font-size: 18px;
    right: 20px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1), rgba(110, 66, 153, 1)) !important;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0) !important;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    top: 18px;
    font-size: 18px;
    right: 20px;
}
.faq-item:last-child {
    margin-bottom: 0px;
}
.faq-row {
    align-items: center;
}
.faq-text-main {
    padding-right: 50px;
}
/*Home Css Ends*/


/*Contact Us Css Start*/
.breadcrumb-ul {
    margin: 0px !important;
    padding: 0px !important;
    list-style-type: none  !important;
    display: flex;
    align-items: center;
    gap: 20px;
}
.breadcrumb-ul .breadcrumb-li {
    margin: 0px;
}
.breadcrumb-seperator i {
    transform: rotate(270deg);
}
.breadcrumb-li a {
    color: #fff;
}
.breadcrumb-li .active, li.breadcrumb-li a:hover {
    color: #3fdbff;
}
.inner-banner-main img {
    height: 250px;
    width: 100%;
    border-radius: 10px;
}
.inner-banner-sec {
    padding-top: 140px;
}
.inner-banner-main {
    position: relative;
}
.heading-breadcrumbs {
    position: absolute;
    top: calc(50% - 52px);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.icon-data-contact {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact-block {
    border: 1px solid #fff;
    padding: 30px;
    border-radius: 10px;
}
.icon-data-contact i {
    font-size: 24px;
}
.numbers-multiple p a {
    color: #fff;
}
.contact-mini-block {
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
}
.numbers-multiple p a:hover , .contact-side-icon a i:hover{
    color: #3fdbff;
}
.contact-side-icon a i {
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}
.contact-mini-block:last-child {
    padding: 0px;
    margin: 0px;
    border-bottom: 0px;
}
.contact-form-sec {
    position: relative;
}
.contact-form-sec:after {
    content: '';
    background: url(/wp-content/uploads/2025/12/About-us-Bg-scaled.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
}
.flag-data img {
    background-color: #fff;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: contain;
}
.flag-data {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-block-branches {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}
.icon-block-branches i{
    font-size: 16px;
}
.icon-block-branches p , .icon-block-branches p a {
    color: #fff;
}
.icon-block-branches p a:hover {
    color: #3fdbff;
}
.branches-block {
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background-color: #1b0b34;
    backdrop-filter: blur(60px);
    overflow: hidden; /* important for rounded border */
    height: 330px;
}
.branches-block::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1), rgba(110, 66, 153, 1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}
.flag-data , .icon-block-branches {
    z-index: 1;
    position: relative;
}
.brand-place p {
    position: relative;
    border-radius: 40px;
    padding: 3px 25px;
    background-color: #1b0b34;
    backdrop-filter: blur(60px);
    overflow: hidden;
    width: fit-content;
}
.brand-place p::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px; /* border thickness */
    border-radius: inherit;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1), rgba(110, 66, 153, 1));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
}
.contact-sec-one {
    position: relative;
    z-index: 1;
}
.sak-input , .sak-input-big {
    color: #fff !important;
    background-color: transparent;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
    box-shadow: none !important;
    height: 50px !important;
}
.sak-input {
    height: 50px !important;
}
input::placeholder,
textarea::placeholder {
    color: #ffffff !important;
    opacity: 1; /* ensure full visibility */
}
.sak-input:focus , .sak-input-big:focus {
    background-color: transparent !important;
}
.input-div p {
    margin-bottom: 30px;
}
select option {
    background: #291845;
    color: #3fdbf8;
}
.button-div-form .primary-btn {
    position: relative !important;
    padding: 8px 30px !important;
    border-radius: 50px !important;
    color: #fff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1) 0%, rgba(110, 66, 153, 1) 80%) !important;
    height: 50px !important;
    overflow: hidden !important;
    transition: color .5s ease, background .5s ease !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    letter-spacing: .5px;
    width: 100%;
}
.button-div-form .primary-btn:hover, .button-div-form .primary-btn:focus {
    background: transparent !important;
    color: #fff !important;
    transition: color .5s ease, background .5s ease !important;
    box-shadow: none !important;
}
.button-div-form .primary-btn:hover {
    border: 1px solid #fff;
}
.button-div-form p {
    margin-bottom: 0px;
}
.contact-us-form form {
    margin-bottom: 0px;
}
.form-row {
    align-items: center;
}
select {
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: none !important;
}
/*Contact Us Css Ends*/

/*About Us CSS Starts*/
.about-us-inner-text-col {
    background-color: #33003f;
    padding: 50px;
    border-radius: 10px;
}
.about-us-inner-img-col img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
}
.about-inner-row {
    align-items: center;
}
.mv-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.pmv-img-col img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.center-number {
    font-size: 45px;
    color: #3fdbff;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #3fdbff;
    border-radius: 50%;
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-family: 'Raleway';
    font-weight: 600;
    position: relative;
}
.center-number:before {
    content: '';
    position: absolute;
    height: 95px;
    width: 5px;
    background-color: #3fdbff;
    left: 33px;
    top: -115px;
}
.center-number:after {
    content: '';
    position: absolute;
    height: 95px;
    width: 5px;
    background-color: #3fdbff;
    left: 33px;
    bottom: -115px;
}
.pmv-row {
    align-items: center;
}
.number-col {
    display: flex;
    justify-content: center;
}
.mv-main-sec {
    position: relative;
    z-index: 1;
}

.bottom-gradient , .top-gradient{
    position: relative;
}
.top-gradient:after {
    content: " ";
    top: -115px;
    content: " ";
    position: absolute;
    left: 60px;
    width: 50%;
    height: 130px;
    background: linear-gradient(
  to bottom,
  #151231 0%,       /* dark color at top */
  #151231cc 50%,    /* semi-transparent */
  #15123100 100%    /* fully transparent at bottom */);
}
.bottom-gradient:after {
    content: " ";
    position: absolute;
    left: 60;
    width: 50%;
    height: 120px;
    background: linear-gradient(
180deg, #ffffff00 20%, #151231 95%);
    bottom: -115px;
}
.mission-vision-sec:before {
    content: '';
    background: url('/wp-content/uploads/2025/12/about-us-page-08-scaled.png');
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 85%;
    background-repeat: no-repeat;
    background-position: center;
}
/*About Us CSS Ends*/

/*Products Css Starts*/
#productTabs .nav-link {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 5px !important;
    text-transform: capitalize !important;
    font-family: 'Raleway';
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}
#productTabs .nav-link.active {
    background-color: #33003f !important;
}
ul#productTabs .nav-item {
    margin: 0px;
}
ul#productTabs {
    display: flex;
    gap: 15px;
}
.products-row a {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px 0px;
    border-top: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        #fff 0 10px,       /* dash length */
        transparent 10px 20px /* gap size */
    ) 1;
}
.purple-bg a {
    flex-direction: row-reverse;
}
.products-img-div {
    width: 35%;
}
.products-data-div {
    width: 65%;
}
.cp {
    position: relative;
    padding: 10px 30px;
    border-radius: 50px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    height: 40px;
    background: linear-gradient(90deg, rgba(64, 182, 232, 1) 0%, rgba(110, 66, 153, 1) 80%);
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: color .5s ease, background .5s ease;
}

/*Products Css Ends*/

/*Products-Inner Css Starts*/
.product-inner-img-div img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #fff;
    padding: 10px;
}
.product-info-row {
    align-items: center;
}
.products-inner-sec-one {
    position: relative;
}
.products-inner-sec-one:after {
    content: '';
    background: url(/wp-content/uploads/2025/12/Homepage-2-16-scaled.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.feature-block {
    background-color: #450056;
    padding: 30px;
    border-radius: 10px;
    margin-top: 24px;
    height: 310px;
}
.feature-block img {
    height: 50px;
    width: 50px;
    margin-bottom: 20px;
}
.feature-block p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 120px;
}
.video-div video{
    border-radius: 10px;
    margin-top: 30px;
}
.col-lg-5.product-inner-img-col , .col-lg-7.product-inner-data-col {
    z-index: 1;
}

/*Products-Inner Css Ends*/
.clients-heading {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.brand-logo-div img {
    height: 100px;
    border-radius: 15px;
    padding: 10px;
    margin-top: 20px;
}




@media screen and (min-width: 0px) and (max-width: 768px) {
    .mob-header-main {
        display: block;
    }
    .sak-header-sec{
        display: none;
    }
    .sidespace {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    h1 {
        font-size: 30px !important;
    }
    h2, h3 {
        font-size: 28px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    .pb-70 {
        padding-bottom: 30px !important;
    }
    .banner-img img {
        margin-top: 30px;
    }
    .banner-data {
        padding-top: 00px;
    }
    .about-data {
        padding-left: 0px;
    }
    .about-img img {
        margin-bottom: 30px;
    }
    .products-carousel-div-main {
        margin: 0px;
    }
    .heading-btn {
        padding:30px 15px;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .product-heading br {
        display: none;
    }
    .big-small-img img {
        display: none;
    }
    img.big-img-wcu {
        height: 300px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .counter-main {
        gap: 20px;
        flex-wrap: wrap;
    }
    .counter-block {
        width: calc(50% - 10px);
    }
    .counter-block:after{
        display: none;
    }
    div#testimonial-carou .owl-nav {
        display: none;
    }
    .testimonial-sec {
        padding-top: 30px;
        padding-bottom: 30px !important;
    }
    .mb-70 {
        margin-bottom: 30px !important;
    }
    .faq-text-main {
        padding-right: 0px;
    }
    .mb-30 {
        margin-bottom: 15px !important;
    }
    .product-name {
        height: 53px;
    }
    .faq-item .accordion-button {
        font-size: 18px;
        line-height: 28px !important;
    }
    .faq-text-main {
        margin-bottom: 15px;
    }
    .footer-part-one {
        display: none;
    }
    .footer-part-two {
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .link-block {
        margin-bottom: 30px;
    }
    .footer-part-three a img , .social-icons{
        display: none;
    }
    .footer-part-three p {
        text-align: center;
    }
    .brand-logo-div img {
        height: 80px;
    }
    .footer-main {
        margin-top: 0px;
    }
    .progress-wrapper{
        margin: 30px 0px 0px 0px;
    }
    .inner-banner-main img {
        height: 200px;
        object-fit: cover;
    }
    .heading-breadcrumbs {
        top: 0px;
        height: 200px;
        padding: 0px 10px;
    }
    .inner-banner-sec {
        padding-top: 120px;
    }
    .about-us-inner-text-col {
        padding: 30px 15px;
        border-radius: 10px;
    }
    .about-us-inner-img-col img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        border-radius: 10px;
        margin-top: 30px;
    }
    .pmv-col-two, .pmv-img-col img {
        display: none;
    }
    .pmv-col-three {
        margin-bottom: 20px;
    }
    .products-m-div .h2-heading br {
        display: none;
    }
    .products-row a {
        flex-wrap: wrap;
    }
    .products-img-div {
        width: 100%;
    }
    .products-img-div img {
        height: 200px;
        object-fit: cover;
        border-radius: 10px;
        width: 100%;
    }
    .products-data-div {
        width: 100%;
    }
    .mb-20 {
        margin-bottom: 10px !important;
    }
    .contact-block {
        padding: 20px;
        margin-bottom: 30px;
    }
    .input-div p {
        margin-bottom: 20px;
    }
    .branches-row.row {
        gap: 30px;
    }
    .inner-banner-heading {
        text-align: center;
        margin-bottom: 15px !important;
    }
    .breadcrumb-ul {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product-inner-img-div img {
        margin-bottom: 30px;
    }
    .feature-block {
        padding: 20px;
        margin-top: 20px;
    }
}

@media (min-width: 600px) and (max-width: 1180px) {
    body {
        display: none;
    }
    html::before {
        content: "Please Rotate your screen Or switch to Desktop View";
        height: 100vh;
        text-transform: capitalize;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        font-family: "Raleway" !important;
    }
}


@media (min-width: 1760px) {
    body {
        overflow-X: hidden;
        margin: 0 auto !important;
        max-width: 1760px;
    }
}






























































