@charset "UTF-8";
/* Theme Description
-------------------------------------------------

	  Theme Name:
	  Author:
	  Support:
	  Description:
	  Version:

------------------------------------------------- 
*/
/* CSS Index
-------------------------------------------------

	1. Theme default css
	2. header
	3. slider
	4. about-area
	5. features-box
	6. department
	7. team
	8. video-area
	9. counter
	10. footer

-------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;900&display=swap");
.m-b20 {
  margin-bottom: 20px;
}

.m-b30 {
  margin-bottom: 30px;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.content-inner1 {
  padding: 100px 100px;
}

.content-inner2 {
  padding: 0 100px;
}

.content-inner3 {
  padding: 100px 0;
}

.content-inner4 {
  padding: 50px 50px;
}

.radius20 {
  border-radius: 20px;
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
  display: flex;
  align-items: center;
}

.header-nav .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav > li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-decoration: none;
  }
}
.header-nav .nav > li.menu-item-has-children > a:after,
.header-nav .nav > li.has-mega-menu > a:after,
.header-nav .nav > li.sub-menu-down > a:after {
  content: ">";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > a:after,
  .header-nav .nav > li.has-mega-menu > a:after,
  .header-nav .nav > li.sub-menu-down > a:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    border-radius: var(--border-radius-base);
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children > a:after:before,
  .header-nav .nav > li.has-mega-menu > a:after:before,
  .header-nav .nav > li.sub-menu-down > a:after:before {
    content: "\f078";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li.menu-item-has-children.open > a:after,
  .header-nav .nav > li.has-mega-menu.open > a:after,
  .header-nav .nav > li.sub-menu-down.open > a:after {
    content: "\f078";
    background: var(--title);
  }
}
.header-nav .nav > li > a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 32px 15px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: capitalize;
  line-height: 1;
}

@media only screen and (max-width: 1280px) {
  .header-nav .nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li > a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    color: #000;
    font-size: 16px;
  }
}
.header-nav .nav > li > a span {
  display: inline-block;
}



.header-nav .nav > li .mega-menu,
.header-nav .nav > li .sub-menu {
  background-color: #fff;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  margin-top: 20px;
  text-align: left;
  border-radius: 0 var(--border-radius-base) var(--border-radius-base) var(--border-radius-base);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}


/*====================================   Header Changes =======================================*/

.side-header .navbar-nav .nav-item:hover .nav-link{
    color:#ff8a3d !important;
}

#pagesMobileParent ul.sub-menu{
        top: 59px ;
        transition: all 1s;
}

/* --- 1. Desktop & Global Styles (Apply everywhere) --- */
.hover-a:hover { color: #ff8a3d !important; }
.nav-close-btn { display: none; } /* Hidden on desktop */
.navbar-brand.logo-wrapper img.logo.logo-dark{
    display:block;
}
/* --- 2. Mobile ONLY Logic (Strictly 991px and below) --- */
@media (max-width: 991px) {
    /* 1. Remove the 'display: none' that was killing both logos */
    /* .logo-dark, .logo-light { display: none !important; } <--- REMOVE OR COMMENT THIS OUT */

    /* 2. Set logic: Show dark logo by default on mobile (since mobile menu is white) */
    .logo-dark {
        display: block !important;
    }
    .logo-light {
        /*display: none !important;*/
        z-index:-1 !important;
    }

    /* 3. If the header has the 'header-white' class, we still want dark text/logo for contrast */
    .header-white .logo-dark {
        display: block !important;
    }

    /* 4. Fix for the mobile drawer logo specifically */
    .mobile-logo .logo {
        display: block !important;
        max-width: 150px; /* Adjust size as needed */
    }
}

/* Desktop Logic (Outside Media Query) */
/* Ensure only one logo shows at a time based on header background */
/*.header-white .logo-light { display: none; }*/
.header-white .logo-dark { display: block; }

/* If NOT header-white (Transparent/Dark banners), show light logo */
header:not(.header-white) .logo-dark { display: none; }
header:not(.header-white) .logo-light { display: block; }



@media (max-width: 991px) {
    /* Hide specific logos */
    /*.logo-dark, .logo-light { display: none !important; }*/
.navbar-brand.logo-wrapper img.logo.logo-dark{
    z-index: -1 !important;
}

    /* Show and style Close Button */
    .nav-close-btn {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        background: none;
        border: none;
        font-size: 20px;
        z-index: 9999;
    }

    /* Force the mobile menu container to behave */
    .header-nav.collapse.show {
        max-height: 100vh;
        overflow-y: auto;
        width: 100%;
        background-color: #fff;
        padding-top: 24px;
        display: block !important; 
    }

    /* Reset Mega Menu for Mobile flow */
    .has-mega-menu .mega-menu {
        position: relative !important;
        width: 100% !important;
        display: none; /* Controlled by .open class toggle */
        visibility: visible !important;
        opacity: 1 !important;
        box-shadow: none !important;
        padding: 10px 15px !important;
        background: #fff !important;
        left: 0 !important;
        transform: none !important;
    }

    /* THE TOGGLE EFFECT: Only shows when JS adds the 'open' class */
    .has-mega-menu.open > .mega-menu {
        display: block !important;
    }

    /* Stack Mega Menu Columns vertically */
    .has-mega-menu .mega-menu > li {
        width: 100% !important;
        display: block !important;
        padding: 10px 0 !important;
        border-bottom: 1px solid rgba(0,0,0,0.05);
    }

    /* Category Title Styling (e.g. PACKAGING) */
    .has-mega-menu .mega-menu > li > a.hover-a,
    .has-mega-menu .mega-menu > li > a.menu-toggle {
        color: #000 !important;
        font-weight: 700 !important;
        font-size: 15px !important;
        display: block !important;
        text-transform: uppercase;
        padding: 5px 0;
    }

    /* Indent product links */
    .has-mega-menu .mega-menu ul {
        display: block !important;
        padding-left: 15px !important;
        margin: 0 !important;
    }

    .has-mega-menu .mega-menu ul li a {
        padding: 8px 0 !important;
        color: #666 !important;
        font-size: 14px;
        display: block;
    }

    /* General Nav links in mobile drawer */
    .header-nav .nav-link {
        color: #333 !important;
        padding: 12px 0 !important;
        border-bottom: 1px solid #f0f0f0;
    }
    
    #icon-fix:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        width: auto;
        height: auto;
        background: 0 0 !important;
        top: 8px !important;;
        color: #262F5A;
        font-size: 12px;
        position: absolute;
        left: -12px !important;
        font-weight: 700;
    }
    .view-all{
        display:none !important;
    }
    
    .nav-icons {
        display: flex !important;
        align-items: center;
        gap: 10px;
        position: relative;
        z-index: 1000;
        margin-right: 40px; /* Make space for the hamburger toggle if needed */
    }

    /* Make sure the search button specifically isn't hidden */
    #quik-search-btn {
        display: inline-block !important;
        background: transparent;
        border: none;
        padding: 5px;
    }

    #quik-search-btn img {
        width: 20px; /* Adjust size for mobile */
        height: auto;
    }

    /* Keep the 'Let's Talk' button from taking up too much space on small screens */
    .talk-btn {
        padding: 8px 15px !important;
        font-size: 12px !important;
    }
     button#quik-search-btn{
        background:#ffffff !important;
        border-radius: 10px;
        margin-left: 16px;
    }
    
    /* New Pages Logic */
    .sub-menu-down .sub-menu {
        display: none; /* Hidden by default on mobile */
        list-style: none;
        padding-left: 20px !important;
        background: #f9f9f9;
    }

    /* Show when parent has 'open' class */
    .sub-menu-down.open > .sub-menu {
        display: block !important;
    }

    .sub-menu-down .sub-menu li a {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #eee;
        color: #666 !important;
    }
    
    
}



/*====================================header Changes=============================*/



@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #aaa;
  }
}
.header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
.header-nav .nav > li .sub-menu .menu-item-has-children > a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f054";
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu,
  .header-nav .nav > li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 0 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }
  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu > li > a i {
    display: none;
  }
  .header-nav .nav > li .mega-menu .menu-item-has-children > a:before,
  .header-nav .nav > li .mega-menu > li > a i,
  .header-nav .nav > li .sub-menu .menu-item-has-children > a:before,
  .header-nav .nav > li .sub-menu > li > a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
  }
  .header-nav .nav > li .mega-menu .menu-item-has-children.open > a:before,
  .header-nav .nav > li .sub-menu .menu-item-has-children.open > a:before {
    content: "\f078";
    background: #333;
  }
}
.header-nav .nav > li .mega-menu li,
.header-nav .nav > li .sub-menu li {
  position: relative;
}

.header-nav .nav > li .mega-menu li a,
.header-nav .nav > li .sub-menu li a {
  color: #212529;
  display: block;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 20px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li a,
  .header-nav .nav > li .sub-menu li a {
    padding: 4px 0 4px 15px;
    display: block;
    line-height: 30px;
    position: relative;
    border: 1px solid #eee;
    border-width: 0 0 1px 0px;
  }
  .header-nav .nav > li .mega-menu li a:after,
  .header-nav .nav > li .sub-menu li a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262F5A;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}
.header-nav .nav > li .mega-menu li:hover > a,
.header-nav .nav > li .sub-menu li:hover > a {
  color: var(--primary);
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li:hover > a,
  .header-nav .nav > li .sub-menu li:hover > a {
    padding: 4px 0 4px 15px;
    background: transparent;
  }
}
.header-nav .nav > li .mega-menu li:hover > a:after,
.header-nav .nav > li .sub-menu li:hover > a:after {
  width: 10px;
}

.header-nav .nav > li .mega-menu li > .sub-menu,
.header-nav .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu li > .sub-menu,
  .header-nav .nav > li .sub-menu li > .sub-menu {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu .mega-menu,
  .header-nav .nav > li .mega-menu .sub-menu,
  .header-nav .nav > li .sub-menu .mega-menu,
  .header-nav .nav > li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }
  .header-nav .nav > li .mega-menu .mega-menu li a::after,
  .header-nav .nav > li .mega-menu .sub-menu li a::after,
  .header-nav .nav > li .sub-menu .mega-menu li a::after,
  .header-nav .nav > li .sub-menu .sub-menu li a::after {
    width: 5px;
    content: "";
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 17px;
  }
}
.header-nav .nav > li .sub-menu li > a > i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}

.header-nav .nav > li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
  gap: 0;
  top:80px;
}

@media (max-width: 991px) {
  .header-nav .nav > li .mega-menu {
    top:unset !important;
  }
}




.header-nav .nav > li .mega-menu > li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li {
    width: 100%;
    padding: 0;
  }
}
.header-nav .nav > li .mega-menu > li > a {
  color: #212529;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.header-nav .nav > li .mega-menu > li > a > i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li > a {
    display: none;
  }
}
.header-nav .nav > li .mega-menu > li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu > li:after {
    content: none;
  }
}
.header-nav .nav > li .mega-menu > li:last-child:after {
  display: none;
}

.header-nav .nav > li .mega-menu > li:hover > a {
  background-color: transparent;
}

.header-nav .nav > li .mega-menu > li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}
.header-nav .nav > li.active > a {
  /* color: #fff; */
}

.header-nav .nav > li:hover > a {
  /* color: #fff; */
}

.header-nav .nav > li:hover > .mega-menu,
.header-nav .nav > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav > li:hover > .mega-menu,
  .header-nav .nav > li:hover > .sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.header-nav .nav > li:hover > .mega-menu li:hover > .sub-menu,
.header-nav .nav > li:hover > .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav > li.open .mega-menu,
.header-nav .nav > li.open > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav > li.open .open .mega-menu,
.header-nav .nav > li.open .open > .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

@media only screen and (max-width: 1480px) {
  .header-nav .nav > li:nth-last-child(4) .sub-menu .sub-menu,
  .header-nav .nav > li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav > li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav > li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}
@media (max-width: 576px){
    .header-nav .sidebar-footer {
      display: none;
    }
}


.col-lg-3.col-md-6.footer-space {
    padding: 0 20px;
}

@media only screen and (max-width: 991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
}
.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px;
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav .nav > li:hover {
    border-bottom: 1px solid #eee;
    width: 100%;
    text-decoration: none;
    color: #000;
  }
}
.side-header.header-white {
  background: #fff !important;
}
.side-header.header-white .navbar-nav .nav-item .nav-link {
  color: #000;
}
.side-header.header-white .header-nav .nav > li > a {
  color: #000;
}
.side-header.header-white .site-button-link img {
  filter: contrast(0.5);
}

.side-header.header-white.sticky-header.is-fixed {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.side-header.header-white.sticky-header.is-fixed .navbar-nav .nav-item .nav-link,
.side-header.header-white.sticky-header.is-fixed .header-nav .nav > li > a {
  color: #000 !important;
}
.side-header.header-white.sticky-header.is-fixed .site-button-link img {
  filter: contrast(0.5);
}
.side-header.header-white.sticky-header.is-fixed .logo-wrapper .logo-dark {
  display: block !important;
}
.side-header.header-white.sticky-header.is-fixed .logo-wrapper .logo-light {
  display: none !important;
}
@media (max-width: 991px) {
  .side-header.header-white.sticky-header.is-fixed button.navbar-toggler {
    color: #000;
    border-color: #ffffff;
    z-index: 11;
  }
}

.side-header.home-sticky-match-inner.sticky-header.is-fixed {
  background: #fff !important;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
}
.side-header.home-sticky-match-inner.sticky-header.is-fixed .navbar-nav .nav-item .nav-link,
.side-header.home-sticky-match-inner.sticky-header.is-fixed .header-nav .nav > li > a {
  color: #000 !important;
}
.side-header.home-sticky-match-inner.sticky-header.is-fixed .site-button-link img {
  filter: contrast(0.5);
}
.side-header.home-sticky-match-inner.sticky-header.is-fixed .logo-wrapper .logo-dark {
  display: block !important;
}
.side-header.home-sticky-match-inner.sticky-header.is-fixed .logo-wrapper .logo-light {
  display: none !important;
}
@media (max-width: 991px) {
  .side-header.home-sticky-match-inner.sticky-header.is-fixed button.navbar-toggler {
    color: #000;
    border-color: #000;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.custom-navbar {
  background: transparent;
  padding: 20px 0;
  transition: 0.3s;
}

.navbar-brand span {
  font-weight: 700;
  font-size: 24px;
  margin-left: 10px;
}

.logo {
  width: 150px;
  height: auto;
}

.navbar-nav .nav-link {
  color: white;
  margin: 0 12px;
  font-weight: 500;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  color: white;
}



.hero {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 720px;
}
@media (max-width: 991px) {
  .hero {
    height: 620px;
  }
}
.hero .banner-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  animation: scale 40s linear infinite;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero-title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 50px;
  }
}

@media (max-width: 991px) {
    button#quik-search-btn {
        margin-left: 0px;
    }
  }

.hero-text {
  margin-top: 20px;
  max-width: 420px;
  color: #ddd;
}
@media (max-width: 575px) {
  .hero-text {
    font-size: 16px;
  }
}

.scroll-down {
  margin-top: 40px;
  font-size: 22px;
}

.side-buttons {
  position: absolute;
  right: 0;
  top: 40%;
  z-index: 10;
}

.side-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8a3d;
  color: white;
  margin-bottom: 2px;
  font-size: 20px;
  cursor: pointer;
}

.dlab-quik-search {
  background-color: rgba(0, 0, 0, 0.9) !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60%;
  z-index: 999;
  display: none;
  overflow: hidden;
}
.dlab-quik-search .logo-wrapper {
  position: absolute;
  top: 20px;
  left: 60px;
}

.dlab-quik-search.On form {
  transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -webkit-transition: all 0.5s ease 0.5s;
  max-width: 1200px;
  opacity: 1;
}

.dlab-quik-search form {
  width: 100%;
  max-width: 100px;
  margin: auto;
  position: relative;
  top: 50%;
  transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  opacity: 0;
}

.dlab-quik-search .form-control {
  padding: 15px 60px 15px 15px;
  width: 100%;
  height: 90px;
  border: none;
  background: none;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.dlab-quik-search .form-control::-moz-placeholder {
  color: #fff;
}

.dlab-quik-search .form-control:-moz-placeholder {
  color: #fff;
}

.dlab-quik-search .form-control:-ms-input-placeholder {
  color: #fff;
}

.dlab-quik-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.dlab-quik-search .quik-search-remove {
  position: absolute;
  right: 15px;
  top: -40%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
  cursor: pointer;
}
.dlab-quik-search .quik-search-remove i {
  color: #fff;
}

.dlab-quik-search .quik-search-serching {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -15px 0;
  height: 25px;
  font-size: 20px;
}
.dlab-quik-search .quik-search-serching img {
  filter: invert(1);
}

/* form control style */
.about-printing {
  padding: 100px 0;
  background: #fff;
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
.about-what-we-do {
    padding: 0 117px;
}
/* Default (1st button) */
.apx-legacy__btn1 {
    background-color: #ff5e5e; /* or your default */
    color: #fff;
}

/* 2nd button - Yellow */
.apx-legacy__btn2 {
    background-color: #FFB727;
    color: #000;
}

/* 3rd button - Blue */
.apx-legacy__btn3 {
    background-color: #48E1E5;
    color: #000;
}

/* 4th button - Green */
.apx-legacy__btn4 {
    background-color: #73F05B;
    color: #000;
}


/* Tablet */
@media (max-width: 1024px) {
    .about-what-we-do {
        padding: 0 100px;
    }
}

/* Mobile */
@media (max-width: 991px) {
    .about-what-we-do {
        padding: 0;
    }
}
.about-printing .about-images {
  position: relative;
  height: 500px;
}
.about-printing .about-images img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.about-printing .about-subtitle {
  color: #6c7a95;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
}
.about-printing .about-title {
  font-size: 38px;
  font-weight: 700;
  margin: 15px 0;
}
@media (max-width: 575px) {
  .about-printing .about-title {
    font-size: 30px;
  }
}
.about-printing .about-title span {
  color: #06B6F0;
}
.about-printing .about-text {
  color: #6b6b6b;
  margin-bottom: 30px;
}
.about-printing .feature-list {
  margin-bottom: 30px;
  text-align: start;
}
.about-printing .feature-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.about-printing .feature-item .icon {
  width: 35px;
  height: 35px;
  background: #06B6F0;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}
.about-printing .feature-item h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.about-printing .feature-item p {
  font-size: 14px;
  color: #777;
  margin: 0;
}
.about-printing .about-btn {
  display: inline-block;
  padding: 12px 30px;
  background: linear-gradient(45deg, #6a5cff, #27c2a5);
  color: white;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f7f7f7;
}

.why-section {
  padding: 30px 0;
  position: relative;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
  .why-section {
    padding: 90px 0;
  }
}
@media (max-width: 575px) {
  .why-section {
    padding: 50px 0;
  }
}

.why-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .why-left h2 {
    font-size: 30px;
    text-align:center;
  }
  .why-left p {
      text-align:center;
  }
  .why-left{
      display:flex;
      flex-direction:column;
      justify-content:center;
      align-items:center;
  }
}
.why-left p {
  color: #777;
  margin-bottom: 30px;
  line-height: 1.7;
}
.why-left .feature-btn {
  background: #06B6F0;
  color: white;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.why-left .feature-btn:hover {
  background: #24a460;
}

.feature-card {
  background: white;
  padding: 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  height: 100%;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.feature-card .icon {
  font-size: 30px;
  color: #2fb36f;
  margin-bottom: 15px;
}
.feature-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.feature-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}

@media (max-width: 575px) {
    .feature-card .icon {
        text-align:center;
    }
    .feature-card h5{
        text-align:center;
    }
    .feature-card p{
        text-align:center;
    }
    
}

/* dz-features-wrapper  */
.dz-features-wrapper {
  position: relative;
  z-index: -1;
}

.dz-features-wrapper .dz-features {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  animation: ticker 0s linear infinite 0s normal;
  animation-duration: 0s;
  animation-duration: 32.9528s;
}

.dz-features-wrapper .dz-features .item {
  padding: 15px 20px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1199px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .dz-features-wrapper .dz-features .item {
    padding: 10px;
  }
}
.dz-features-wrapper:hover .dz-features {
  animation-play-state: paused;
}

.text-wrapper {
  position: relative;
  z-index: 1;
  padding: 10px 20px 10px;
}

@media only screen and (max-width: 575px) {
  .text-wrapper {
    padding: 0px 20px 0px;
  }
}
.text-wrapper .title {
  color: var(--title);
  font-size: 95px;
  font-weight: 400;
  display: flex;
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: center;
  line-height: 1;
  width: max-content;
  font-weight: 800;
}

@media only screen and (max-width: 575px) {
  .text-wrapper .title {
    font-size: 30px;
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.printing-section {
  padding: 100px 0;
  background: #f5f5f7;
}

.case-study {
  background: #e41e26;
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 20px;
}

.title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 15px;
}
.title .underline {
  border-bottom: 3px solid #000;
}
.title .highlight {
  color: #ff7a00;
}

.desc {
  color: #666;
  margin-bottom: 25px;
}

.action-links {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.action-links .case-btn {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
.action-links .case-btn span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.printing-box {
  margin-top: 30px;
}
.printing-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
}
.printing-box .print-play {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.printing-box .color-dots {
  display: flex;
  gap: 5px;
}
.printing-box .color-dots span {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.printing-box .color-dots span:nth-child(1) {
  background: #e91e63;
}
.printing-box .color-dots span:nth-child(2) {
  background: #03a9f4;
}
.printing-box .color-dots span:nth-child(3) {
  background: #ffeb3b;
}
.printing-box .play-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.start-btn {
  background: linear-gradient(45deg, #ff6a00, #ff9b3d);
  border: none;
  color: #fff;
  padding: 14px 30px;
  border-radius: 6px;
  font-weight: 500;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.image-grid img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

@media (max-width: 991px) {
  .printing-section {
    padding: 60px 0;
  }
  .image-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .image-grid {
    grid-template-columns: 1fr;
  }
  .action-links {
    flex-direction: column;
  }
}
.stats {
  background: #f5f5f5;
  padding: 60px 0;
}

.stat-box {
  flex: 1;
  text-align: center;
}

.stat-box h2 {
  font-size: 70px;
  color: #0a2a66;
  margin: 10px 0;
  font-weight: bold;
}

.stat-box p {
  color: #0a2a66;
  font-size: 18px;
}

.brand-section {
  background: #fff;
  padding: 50px 0;
  text-align: center;
}

.brand-section h3 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #222;
}

.swiper {
  width: 90%;
  margin: auto;
}


.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  max-width: 120px;
  transition: 0.3s;
}

.testimonial-section {
  padding: 80px 0;
  text-align: center;
}

.main-swiper {
  width: 70%;
  margin: auto;
  margin-bottom: 50px;
}

.main-swiper h2 {
  font-size: 36px;
  line-height: 1.4;
}

.client {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.client img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.cards {
  width: 90%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  text-align: left;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.card-header img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.card p {
  font-size: 14px;
  color: #555;
}

.date {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 50px;
}

@media (max-width: 1000px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .main-swiper {
    width: 90%;
  }
}
.pn-about-1-bg-shape {
  max-width: 605px;
  width: 100%;
  position: absolute;
  top: -120px;
  left: -85px;
  z-index: -1;
}

.pn-about-2-bg-shape {
  max-width: 605px;
  width: 100%;
  position: absolute;
  bottom: -35px;
  right: -315px;
  z-index: -1;
}

@media (max-width: 767px) {
  .pn-about-1-bg-shape {
    display: none;
  }
}
.pn-about-1-bg-img {
  width: 17%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*
    about-1-end
*/
.why-section {
  overflow: hidden;
}

@-webkit-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@-moz-keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@keyframes animateBubble {
  0% {
    margin-top: 1000px;
  }
  100% {
    margin-top: -100%;
  }
}
@-webkit-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@-moz-keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
@keyframes sideWays {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: 50px;
  }
}
/* ANIMATIONS */
.x1 {
  -webkit-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 25s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: -5%;
  top: 5%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x2 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 5%;
  top: 80%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x3 {
  -webkit-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 28s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 10%;
  top: 40%;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
}

.x4 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 20%;
  top: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x5 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 30%;
  top: 50%;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
}

.x6 {
  -webkit-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 21s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 50%;
  top: 0;
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  transform: scale(0.2);
}

.x7 {
  -webkit-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 20s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 65%;
  top: 70%;
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transform: scale(0.4);
}

.x8 {
  -webkit-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  -moz-animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  animation: animateBubble 22s linear infinite, sideWays 3s ease-in-out infinite alternate;
  left: 80%;
  top: 10%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

.x9 {
  -webkit-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  -moz-animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  animation: animateBubble 29s linear infinite, sideWays 4s ease-in-out infinite alternate;
  left: 90%;
  top: 50%;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transform: scale(0.6);
}

.x10 {
  -webkit-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  -moz-animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  animation: animateBubble 26s linear infinite, sideWays 2s ease-in-out infinite alternate;
  left: 80%;
  top: 80%;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  transform: scale(0.3);
}

/* OBJECTS */
.bubble {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgb(255, 255, 255);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgb(255, 255, 255);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgb(255, 255, 255);
  height: 200px;
  position: absolute;
  width: 200px;
}

.bubble:after {
  background: -moz-radial-gradient(center, ellipse cover, rgba(112, 176, 245, 0.5) 0%, rgba(112, 176, 245, 0) 70%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%); /* IE10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 20px 30px rgba(255, 255, 255, 0.3);
  content: "";
  height: 180px;
  left: 10px;
  position: absolute;
  width: 180px;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M2.73549 16.9503H30.9186L24.2492 10.4669C23.7396 9.97176 24.4954 9.1837 25.0119 9.68289L32.6481 17.1063C32.8709 17.3092 32.8531 17.6755 32.648 17.8903L25.0118 25.3169C24.4979 25.81 23.7378 25.0367 24.2492 24.5328L30.921 18.0441H2.73549C2.03663 18.0375 2.00064 16.9636 2.73549 16.9503Z" fill="%23000"></path></svg>');
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
  content: "" !important;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 35 35" fill="none"><path d="M32.2645 16.9503H4.08145L10.7508 10.4669C11.2604 9.97176 10.5046 9.1837 9.98813 9.68289C9.98815 9.68286 2.35193 17.1063 2.35193 17.1063C2.12911 17.3092 2.14686 17.6755 2.35196 17.8903C2.35193 17.8903 9.98815 25.3169 9.98815 25.3169C10.5021 25.81 11.2622 25.0367 10.7508 24.5328C10.7508 24.5329 4.07897 18.0441 4.07897 18.0441H32.2645C32.9634 18.0375 32.9994 16.9636 32.2645 16.9503Z" fill="%23000"></path></svg>');
}

/* Section */
.mk-faq-section {
  /* background: linear-gradient(90deg, #f3e7ec 0%, #e6eef7 100%); */
  background: #f5f5f5;
}

/* Heading */
.mk-subtitle {
  color: #ff4d4d;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.mk-title {
  font-weight: 700;
}

/* Image */
.mk-img-box {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  width: 50vw;
  float: inline-end;
}
@media (max-width: 1000px) {
  .mk-img-box {
    width: 100%;
  }
}

.mk-img-box img {
  width: 100%;
  transition: transform 0.5s ease;
}

.mk-img-box:hover img {
  transform: scale(1.06);
}

/* FAQ */
.mk-faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
}

.mk-faq-question {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}

.mk-faq-question span {
  transition: 0.3s;
  font-size: 20px;
}

/* Hidden Answer */
.mk-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  color: #666;
}

/* Active */
.mk-faq-item.active .mk-faq-answer {
  max-height: 150px;
  opacity: 1;
  margin-top: 10px;
}

.mk-faq-item.active .mk-faq-question span {
  transform: rotate(45deg);
}

/* Responsive */
@media (max-width: 768px) {
  .mk-title {
    font-size: 22px;
  }
}
.faq-header {
  padding: 40px 20px;
  text-align: center;
  /* Soft gradient like your image */
  /* background: linear-gradient(90deg, rgba(249, 219, 230, 0.6), rgba(237, 227, 247, 0.6), rgba(228, 239, 255, 0.6)); */
  backdrop-filter: blur(10px);
  background: #fff;
}
.faq-header .subtitle {
  color: #ff4d4d;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 10px;
}
.faq-header .title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  margin: 0;
}

/* 📱 Responsive */
@media (max-width: 768px) {
  .faq-header {
    padding: 60px 15px;
  }
  .faq-header .title {
    font-size: 24px;
  }
  .faq-header .subtitle {
    font-size: 11px;
  }
}
.animated-path {
  stroke-dasharray: 985;
  stroke-dashoffset: 985;
  animation: drawLine 4s linear infinite;
}

@keyframes drawLine {
  0% {
    stroke-dashoffset: 985;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.brandSwiper .swiper-slide:hover img {
  animation: jackInTheBox2 1s forwards;
}

@keyframes jackInTheBox2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .mySwiper .swiper-button-next {
    right: 0px;
    top: 120px;
  }
  .mySwiper .swiper-button-prev {
    left: 0;
    top: 120px;
  }
}

.wd-wrap {
  padding: 30px 20px;
  background: #f5f5f5;
}

.wd-head {
  font-size: 28px;
  margin-bottom: 20px;
}

/* MAIN GRID */
.wd-layout {
  display: grid;
  grid-template-columns: 260px 180px 320px 220px;
  grid-template-rows: 180px 160px;
  gap: 15px;
  justify-content: center;
}

/* COMMON */
.box {
  border-radius: 18px;
  overflow: hidden;
}

.box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* EXACT PLACEMENT */
/* LEFT BIG */
.b1 {
  grid-column: 1/2;
  grid-row: 1/3;
}

/* SMALL PURPLE */
.b2 {
  grid-column: 2/3;
  grid-row: 1/2;
}

/* TOP BIG CENTER */
.b3 {
  grid-column: 3/4;
  grid-row: 1/2;
}

/* RIGHT TALL */
.b4 {
  grid-column: 4/5;
  grid-row: 1/3;
}

/* BOTTOM WIDE */
.b5 {
  grid-column: 2/4;
  grid-row: 2/3;
  width: 60%;
}

/* SMALL MODEL */
.b6 {
  grid-column: 3/4;
  grid-row: 2/3;
  justify-self: end;
  width: 140px;
}

/* ARROW */
.arrow-box {
  grid-column: 4/5;
  grid-row: 2/3;
  display: flex;
  align-items: end;
  justify-content: start;
  font-size: 24px;
  color: orange;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .wd-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
  .b1, .b2, .b3, .b4, .b5, .b6, .arrow-box {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
  }
}
.testimonial-section {
  background: #fff;
  padding: 30px 20px;
  text-align: center;
}
.testimonial-section .container {
  max-width: 900px;
  margin: auto;
}
.testimonial-section .testimonial-item {
  padding: 0 40px;
}
@media (max-width: 991px) {
  .testimonial-section .testimonial-item {
    padding: 0;
  }
}
.testimonial-section .testimonial-text {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  margin-bottom: 40px;
}
.testimonial-section .client-info {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.testimonial-section .client-info img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-section .client-info .client-details {
  text-align: left;
}
.testimonial-section .client-info .client-details h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.testimonial-section .client-info .client-details span {
  font-size: 14px;
  color: #777;
}
.testimonial-section {
  padding: 30px 20px;
  text-align: center;
}
.testimonial-section .slick-prev,
.testimonial-section .slick-next {
  width: 40px;
  height: 40px;
  z-index: 10;
}
.testimonial-section .slick-prev {
  left: -60px;
}
.testimonial-section .slick-next {
  right: -60px;
}
.testimonial-section .slick-prev:before,
.testimonial-section .slick-next:before {
  color: #000;
  font-size: 30px;
}

/* =========================
   Responsive
========================= */
@media (max-width: 992px) {
  .testimonial-section .testimonial-text {
    font-size: 32px;
  }
  .testimonial-section .slick-prev {
    left: -20px;
  }
  .testimonial-section .slick-next {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .testimonial-section {
    padding: 70px 20px;
  }
  .testimonial-section .testimonial-text {
    font-size: 24px;
  }
  .testimonial-section .client-info img {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 480px) {
  .testimonial-section .testimonial-text {
    font-size: 20px;
  }
}
.testimonial-slider {
  width: 100%;
  display: block;
}

#pxs-print-slider {
  padding: 80px 0;
  background: #fff;
}
#pxs-print-slider .pxs-slider-wrapper {
  position: relative;
  overflow: hidden;
}
/*@media (max-width: 565px) {*/
/*    #pxs-print-slider .pxs-slider-wrapper{*/
/*        height: 425px;*/
/*    }*/
/*    #pxs-print-slider .pxs-prev{*/
/*        left: 87px !important;*/
/*        top: 400px !important;*/
/*    }*/
/*    #pxs-print-slider .pxs-next {*/
/*        right: 87px !important;*/
/*        top: 400px !important;*/
/*    }*/
/*    }*/
/*}*/

#pxs-print-slider .pxs-slider-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s ease;
}
#pxs-print-slider .pxs-card {
  min-width: 244px;
  height: 360px;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: transform 0.3s ease;
}
#pxs-print-slider .pxs-card img {
  /* max-width: 85%;
  max-height: 85%;
  object-fit: contain; */
  max-width: 100% !important;
    max-height: 100% !important;
    object-fit: cover !important;
    border-radius: 20px;
    min-width: 272px;
    min-height: 400px;

}
#pxs-print-slider .pxs-card:hover {
  transform: translateY(0px);
}
#pxs-print-slider {
  /* Background colors */
}
#pxs-print-slider .bg-pink {
  background: #e48ab0;
}
#pxs-print-slider .bg-purple {
  background: #8d63d4;
}
#pxs-print-slider .bg-orange {
  background: #d8432e;
}
#pxs-print-slider .bg-blue {
  background: #5ca9c9;
}
#pxs-print-slider .bg-green {
  background: #79b99e;
}
#pxs-print-slider {
  /* Hover Info Card */
}
#pxs-print-slider .pxs-hover-box {
  position: absolute;
  bottom: 30px;
  left: 9px;
  right: 9px;
  background: #ff8a3d;
  border-radius: 12px;
  padding: 4px 9px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.35s ease;
}
#pxs-print-slider .pxs-hover-box span {
  font-size: 12px;
  color: #fff;
  letter-spacing: 1px;
}
#pxs-print-slider .pxs-hover-box h4 {
  font-size: 18px;
  margin: 5px 0;
  font-weight:700;
  color:#fff;
}
#pxs-print-slider .pxs-hover-box .pxs-arrow {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 18px;
}

#pxs-print-slider .pxs-card:hover .pxs-hover-box,
#pxs-print-slider .pxs-active .pxs-hover-box {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  

}
#pxs-print-slider {
  /* Navigation */
}

#center_para{
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#center_para .desc{
        max-width: 670px;
}
#center_para .apx-legacy__title{
    margin-bottom:20px;
}

#pxs-print-slider .pxs-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: #000;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
#pxs-print-slider .pxs-prev {
  left: 5px;
}
#pxs-print-slider .pxs-next {
  right: 5px;
}
#pxs-print-slider {
  /* Responsive */
}

#pxs-print-slider.home-featured-trends{
    z-index:-1;
}

@media (max-width: 992px) {
  #pxs-print-slider .pxs-card {
    min-width: 220px;
    height: 320px;
  }
}
@media (max-width: 576px) {
  #pxs-print-slider .pxs-card {
    min-width: 180px;
    height: 260px;
  }
  #pxs-print-slider .pxs-hover-box h4 {
    font-size: 16px;
  }
  .pxs-arrow img {
    display: none;
  }
  
  
  
  
  #pxs-print-slider .pxs-hover-box{
      display:none;
  }


}

body {
  font-family: "Poppins", sans-serif;
}

/* HERO */
.cu-hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("https://images.unsplash.com/photo-1477959858617-67f85cf4f1df");
  background-size: cover;
  background-position: center;
  padding: 180px 20px;
  color: #fff;
}
.cu-hero h1 {
  color: #ff5a3c;
  font-weight: 700;
  letter-spacing: 2px;
}
.cu-hero .divider {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 15px auto;
}
.cu-hero p {
  max-width: 600px;
  margin: auto;
  font-size: 14px;
  opacity: 0.9;
}

/* INFO SECTION */
.cu-info {
  background: #f8f8f8;
}
.cu-info .cu-box {
  padding: 30px;
  border-right: 1px solid #ddd;
}
.cu-info .cu-box:last-child {
  border-right: none;
}
.cu-info .cu-box .icon {
  font-size: 30px;
  color: #ff5a3c;
  margin-bottom: 10px;
}
.cu-info .cu-box h5 {
  font-weight: 600;
  margin-bottom: 10px;
}
.cu-info .cu-box p {
  color: #777;
  font-size: 14px;
}

/* MAP */
.cu-map iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

/* FOOTER */
.cu-footer {
  background: #0b1c2c;
  padding: 40px 0;
}
.cu-footer .social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1c2e40;
  color: #fff;
  border-radius: 50%;
  margin: 5px;
  text-decoration: none;
  transition: 0.3s;
}
.cu-footer .social-icons a:hover {
  background: #ff5a3c;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cu-info .cu-box {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .cu-hero {
    padding: 80px 20px;
  }
  .cu-hero h1 {
    font-size: 28px;
  }
}
#apx-footer-section {
  background: #0e0e10;
  padding: 70px 0;
  color: #cfcfcf;
}
#apx-footer-section .apx-footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}
#apx-footer-section .apx-footer-list {
  list-style: none;
  padding: 0;
}
#apx-footer-section .apx-footer-list li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #bdbdbd;
}
#apx-footer-section .apx-footer-text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 10px;
  color: #bdbdbd;
}
#apx-footer-section .apx-footer-mail {
  display: inline-block;
  color: #d8d8d8;
  margin-bottom: 12px;
  text-decoration: underline;
}
#apx-footer-section .apx-footer-mail:hover {
  color: #ffffff;
}
#apx-footer-section .apx-footer-phone {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
#apx-footer-section .apx-footer-links {
  list-style: none;
  padding: 0;
}
#apx-footer-section .apx-footer-links li {
  margin-bottom: 10px;
}
#apx-footer-section .apx-footer-links li a {
  text-decoration: none;
  color: #bdbdbd;
  font-size: 15px;
}
#apx-footer-section .apx-footer-links li a:hover {
  color: #ffffff;
}
#apx-footer-section .apx-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 10px;
}
#apx-footer-section .apx-social-circle {
  width: 42px;
  height: 42px;
  border: 1px solid #444;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
#apx-footer-section .apx-social-circle i {
  font-size: 16px;
}
#apx-footer-section .apx-social-circle:hover {
  background: radial-gradient(circle at 20% 20%, rgba(255, 120, 60, 0.25), transparent 40%), radial-gradient(circle at 80% 70%, rgba(120, 60, 255, 0.25), transparent 40%), radial-gradient(circle at 50% 100%, rgba(60, 120, 255, 0.25), transparent 40%), linear-gradient(180deg, #0c0c0e 0%, #0a0a0c 100%);
  color: #000;
  border-color: #ffffff;
}

#apx-footer-section {
  background: radial-gradient(circle at 20% 20%, rgba(255, 120, 60, 0.25), transparent 40%), radial-gradient(circle at 80% 70%, rgba(120, 60, 255, 0.25), transparent 40%), radial-gradient(circle at 50% 100%, rgba(60, 120, 255, 0.25), transparent 40%), linear-gradient(180deg, #0c0c0e 0%, #0a0a0c 100%);
  padding: 70px 0;
  color: #cfcfcf;
}

.topbar {
  padding: 15px 20px;
  position: relative;
}
@media (max-width: 991px) {
  .topbar {
    padding: 15px 0;
  }
}

.menu-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.menu-bar ul li {
  position: relative;
}

.menu-bar ul li a {
  text-decoration: none;
  padding: 8px;
  display: inline-block;
  transition: 0.3s;
}

.menu-bar ul li a:hover {
  color: #1e9cff;
}

.dropdown-rows {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.dropdown-col {
  min-width: 200px;
}

.dropdown-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-direction: column;
}

.dropdown-col ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 1199px) {
  .dropdown-col ul li {
    font-size: 10px;
    width: max-content;
  }
}
.dropdown-col ul li .small-screen {
  height: 30px !important;
  width: 30px !important;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .dropdown-col ul li .small-screen {
    height: 20px !important;
    width: 20px !important;
    margin-right: 5px;
  }
}

.dropdown-col ul li::before {
  content: "«";
  position: absolute;
  left: -4px;
  color: #aaa;
  font-size: 23px;
  top: 50%;
  transform: translateY(-54%);
}

.dropdown-col ul li a {
  text-decoration: none;
  display: flex;
  align-items: anchor-center;
  color: #122f4d;
  transition: 0.2s;
}

.dropdown-col ul li a:hover {
  color: #1e9cff;
  padding-left: 5px;
}

@media (max-width: 700px) {
  .menu-bar ul {
    flex-direction: column;
  }
  .dropdown-rows {
    flex-direction: column;
  }
}
.border-b {
  border-bottom: 1px solid #000;
}

button.menu-close1 {
  position: absolute;
  top: -30px;
  right: 30px;
  border: 0;
  background: transparent;
}
#header{
    padding: 10px 5px;
}
@media (max-width: 575px){
   #header{
        padding: 0px 5px;
    } 
    #header .navbar-brand.logo-wrapper{
        width: 80px;
    }
}


.header_layout .sidebar {
  border-right: 1px solid #000;
  padding: 30px 30px 30px 0px;
  height: 100vh;
}
@media (max-width: 575px) {
  .header_layout .sidebar {
    padding: 20px 20px 20px 0px;
  }
  #background-wrap{
      display:none;
  }
}

.side-nav.style-1 .nav-item .nav-link {
  width: 215px;
  height: 60px;
  text-align: justify;
  color: #1d4772;
  display: flex;
  align-items: center;
  gap: 10px;
}
.side-nav.style-1 .nav-item .nav-link.active {
  background-color: #1d4772;
  color: #fff;
}
@media (max-width: 991px) {
  .side-nav.style-1 .nav-item .nav-link {
    font-size: 12px;
    width: 160px;
    padding: 10px;
    height: 50px;
  }
}
@media (max-width: 575px) {
  .side-nav.style-1 .nav-item .nav-link {
    font-size: 12px;
    width: 90px;
    padding: 10px;
    height: auto;
    flex-direction: column;
    display: flex;
    text-align: center;
  }
}
.side-nav.style-1 .nav-item .nav-link img {
  width: 35px;
  height: 100%;
}

.menu-services .menu-row .menu-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .menu-services .menu-row .menu-title {
    margin-bottom: 15px;
  }
}
.menu-services .menu-row .menu-title h2 {
  font-size: 28px;
  color: #1d4772;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .menu-services .menu-row .menu-title h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .menu-services .menu-row .menu-title h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.menu-services .menu-row .menu-title a {
  font-size: 28px;
  color: #1d4772;
}
@media (max-width: 991px) {
  .menu-services .menu-row .menu-title a {
    font-size: 20px;
  }
}
.menu-services .menu-row .menu-title a {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 575px) {
  .menu-services .menu-row .menu-title a {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0;
}

@media (max-width: 991px) {
  .mega-menu {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .mega-menu {
    padding: 10px;
  }
}

.bottom-menu {
  border-top: 1px solid #000;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  background: #faf6f0;
}
.bottom-menu .bottom-menu-in {
  display: flex;
  padding: 5px 20px;
  align-items: center;
  color: #000;
  gap: 10px;
}
@media (max-width: 767px) {
  .bottom-menu .bottom-menu-in {
    overflow: scroll;
  }
}
.bottom-menu .bottom-menu-in li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 33.33%;
  padding: 15px;
  gap: 20px;
}
@media (max-width: 991px) {
  .bottom-menu .bottom-menu-in li {
    gap: 5px;
    padding: 5px;
  }
}
.bottom-menu .bottom-menu-in li svg {
  width: 50px;
  height: 50px;
}
@media (max-width: 991px) {
  .bottom-menu .bottom-menu-in li div {
    font-size: 12px;
  }
}
.bottom-menu .bottom-menu-in li span {
  display: block;
  font-size: 24px;
}
@media (max-width: 991px) {
  .bottom-menu .bottom-menu-in li span {
    font-size: 18px;
  }
}

.td_text {
  height: 100px;
  max-height: 100px;
}

.td_text text {
  font-size: 4rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media (max-width: 1199px) {
  .td_text text {
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .td_text text {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .td_text text {
    display: none;
  }
}
.td_text text {
  fill: transparent;
  stroke: #555;
  stroke-width: 2px;
  animation: animated-stroke 5s;
  text-anchor: middle;
  dominant-baseline: middle;
}

@keyframes animated-stroke {
  0% {
    fill: rgba(29, 71, 114, 0);
    stroke: rgba(29, 71, 114, 0.4);
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 2;
  }
  70% {
    fill: rgba(29, 71, 114, 0);
    stroke: rgba(29, 71, 114, 0.4);
  }
  80% {
    fill: rgba(29, 71, 114, 0);
    stroke: rgba(29, 71, 114, 0.4);
    stroke-width: 3;
  }
  100% {
    fill: rgba(29, 71, 114, 0.4);
    stroke: rgba(29, 71, 114, 0);
    stroke-dashoffset: -25%;
    stroke-dasharray: 50% 0;
    stroke-width: 0;
  }
}
.side-header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0) !important;
}
.side-header .navbar-brand {
  height: 100%;
  width: 24px;
}
.side-header .navbar-brand img {
  width: 100%;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #2da4e3;
  transition: 0.5s;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
}

@media (min-width: 1199px) {
  .navbar-nav {
    gap: 10px !important;
  }
}
.navbar-nav .nav-item:hover .nav-link {
  color: #2da4e3;
  transition: 0.5s;
}
.navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
  font-size: 15px;
  padding: 5px;
}
@media (max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    padding: 0;
    width: max-content;
  }
}

@media (max-width: 991px) {
  button.navbar-toggler {
    color: #080808;
    border-color: #ffffff;
    z-index: 11;
    
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
  .navbar-collapse {
    position: absolute;
    left: -300px;
    width: 300px;
    padding: 30px;
    background: #fff;
    height: 100vh;
    transition: 0.5s;
    top: 0;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-nav .nav-item .nav-link {
    color: #000 !important;
    transition: 0.5s;
    margin: 0;
    font-size: 16px;
  }
}
.collapse.navbar-collapse {
  justify-content: space-between !important;
}

@media (max-width: 991px) {
  .collapse.navbar-collapse {
    justify-content: space-between !important;
  }
}

.sticky-header.is-fixed {
  position: fixed;
  padding: 17px 0px;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #000 !important;
  transition: 0.5s;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.sticky-header.is-fixed .navbar-nav .nav-item .nav-link {
  color: #fff;
  transition: 0.5s;
}
.sticky-header.is-fixed .logo-dark {
  display: block;
}
.sticky-header.is-fixed .logo-white {
  display: none;
}

@media (min-width: 992px) {
  .sticky-header.is-fixed .header-nav .nav {
    gap: 8px !important;
  }
  .sticky-header.is-fixed .header-nav .nav > li > a {
    padding: 10px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    line-height: 1;
  }
  .sticky-header.is-fixed .header-nav .nav > li:hover > a,
  .sticky-header.is-fixed .header-nav .nav > li.active > a {
    background: #ff8a3d;
    border-color: #ff8a3d;
    color: #fff !important;
  }
  .side-header.header-white.sticky-header.is-fixed .header-nav .nav > li > a,
  .side-header.home-sticky-match-inner.sticky-header.is-fixed .header-nav .nav > li > a {
    background: #f3f4f6;
    border-color: #e5e7eb;
    color: #111827 !important;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.mega-menu {
  z-index: 999;
  gap: 20px;
  padding: 30px;
  flex-wrap: wrap;
}

.menu-column {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 280px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.menu-column h4 {
  font-size: 14px;
  color: #2da4e3;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.menu-column h4 .dot {
  width: 12px;
  height: 12px;
  background-color: #2da4e3;
  border-radius: 50%;
  margin-right: 8px;
}

.menu-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-column li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}

.menu-column li img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.menu-column ul li a {
  display: flex;
  align-items: center;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.menu-column ul li a:hover {
  color: #2da4e3;
}

/* Mega Menu Base State */
#megaMenu {
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999999999;
}

.dz-offcanvas .mega-menu {
  opacity: 0;
}
.dz-offcanvas.show .mega-menu {
  opacity: 1;
}

.filte-btn {
  margin-left: 10px;
}

.menu-column {
  background: white;
  border-radius: 10px;
  padding: 20px;
  width: 300px;
  height: 260px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow-y: auto;
}

.menu-column h4 a {
  color: inherit;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.menu-column::-webkit-scrollbar {
  width: 6px;
}

.menu-column::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

.menu-column::-webkit-scrollbar-thumb:hover {
  background: #999;
}

.mega-menu .menu-column {
  opacity: 0;
  transform: translateY(-50px);
}

#megaMenu.show .menu-column {
  animation: columnSlideDown 0.5s ease forwards;
}

#megaMenu.show .menu-column:nth-child(1) {
  animation-delay: 0.1s;
}

#megaMenu.show .menu-column:nth-child(2) {
  animation-delay: 0.3s;
}

#megaMenu.show .menu-column:nth-child(3) {
  animation-delay: 0.5s;
}

#megaMenu.show .menu-column:nth-child(4) {
  animation-delay: 0.7s;
}

#megaMenu.show .menu-column:nth-child(5) {
  animation-delay: 0.9s;
}

#megaMenu.show .menu-column:nth-child(6) {
  animation-delay: 1.1s;
}

@keyframes columnSlideDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
a.header-view {
  padding: 5px 12px;
  background: #2da4e3;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  border-radius: 10px;
  line-height: 1;
  display: block;
  text-align: center;
}

.side-mega_menu .mega-menu .menu-column {
  opacity: 1;
  transform: translateY(-50px);
}

.side-mega_menu #megaMenu {
  visibility: visible;
  opacity: 1;
  z-index: 99999999999;
}

.side-mega_menu .menu-column {
  width: 300px;
  height: 280px !important;
}

.side-mega_menu li {
  list-style: none;
}

.side-header.style-1 .navbar-nav .nav-item .nav-link {
  color: #000;
  transition: 0.5s;
}

.offcanvas-backdrop {
  display: none;
  z-index: 0;
}

div#offcanvasLeft {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

button.btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
}
button.btn-close span {
  text-transform: capitalize;
  position: absolute;
  top: 0;
  right: 30px;
  font-weight: 500;
  color: #000;
}

.filte-btn {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 7px 5px 10px 5px;
  line-height: 18px;
  border-radius: 5px;
  border: 0;
}
@media (max-width: 991px) {
  .filte-btn {
    margin: 10px;
  }
}

.sticky-header.is-fixed .filte-btn i {
  font-size: 18px;
  color: #000;
}

button.menu-close {
  position: absolute;
  top: 0;
  right: 23px;
  background: transparent;
  border: 0;
  font-size: 17px;
  font-weight: 500;
}

.sticky-header.is-fixed .filte-btn {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.04) 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 7px 5px 10px 5px;
  line-height: 18px;
  border-radius: 5px;
  border: 0;
  width: max-content;
}
.sticky-header.is-fixed .filte-btn svg line {
  stroke: #000;
}

@media (max-width: 991px) {
  .sticky-header .filte-btn {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding: 7px 5px 10px 5px;
    line-height: 18px;
    border-radius: 5px;
    border: 0;
    width: max-content;
    margin: 5px 0;
  }
  .sticky-header .filte-btn svg line {
    stroke: #000;
  }
}
@media (max-width: 991px) {
  div#navbarSupportedContent:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 100vw;
    height: 100%;
    opacity: 0.4;
    z-index: -1;
  }
}
.navbar-collapse .navbar-brand img {
  height: 100px;
  object-fit: contain;
  display: none;
}

@media (max-width: 991px) {
  .navbar-collapse .navbar-brand img {
    height: 100px;
    object-fit: contain;
    display: block;
  }
}
button#quik-search-btn {
  background: transparent;
  outline: none;
  border: 0;
  filter: invert(1);
}

.logo-wrapper .logo-dark {
  display: block;
}
.logo-wrapper .logo-light {
  display: none;
}

.side-header.is-fixed .logo-wrapper .logo-dark {
  display: none;
}
.side-header.is-fixed .logo-wrapper .logo-light {
  display: block;
}

.apx-about-banner {
  position: relative;
  background: url("../img/about-us/banner.png") no-repeat center center/cover;
  height: 420px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.apx-about-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.apx-about-banner .container {
  position: relative;
  z-index: 2;
}
.apx-about-banner__content {
  color: #fff;
}
.apx-about-banner__title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.apx-about-banner__desc {
  font-size: 14px;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 992px) {
  .apx-about-banner {
    height: 360px;
  }
  .apx-about-banner__title {
    font-size: 34px;
  }
}
@media (max-width: 768px) {
  .apx-about-banner {
    height: 300px;
    padding: 20px;
  }
  .apx-about-banner__title {
    font-size: 28px;
  }
  .apx-about-banner__desc {
    font-size: 13px;
  }
}
@media (max-width: 576px) {
  .apx-about-banner {
    height: 260px;
  }
  .apx-about-banner__title {
    font-size: 24px;
  }
  .apx-about-banner__desc {
    font-size: 12px;
  }
}
.apx-who {
  padding: 30px 0;
  background: #f5f5f5;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.apx-who__content {
  padding-right: 20px;
}
.apx-who__title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
  text-align: justify;
}
.apx-who__desc {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 500px;
  text-align: justify;
}
.apx-who__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apx-who__list li {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 12px;
  color: #222;
}
.apx-who__icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}
.apx-who__icon.pink {
  background: url(../img/icon/blue.svg);
  background-size: cover;
}
.apx-who__icon.purple {
  background: url(../img/icon/yellow.svg);
  background-size: cover;
}
.apx-who__icon.blue {
  background: url(../img/icon/pink.svg);
  background-size: cover;
}
.apx-who__icon.green {
  background: url(../img/icon/green.svg);
  background-size: cover;
}
.apx-who__image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive */
@media (max-width: 992px) {
  .apx-who {
    padding: 50px 0;
  }
  .apx-who__title {
    font-size: 28px;
  }
  .apx-who__desc {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .apx-who {
    text-align: center;
  }
  .apx-who__content {
    padding-right: 0;
  }
  .apx-who__image {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .apx-who {
    padding: 40px 0;
  }
  .apx-who__title {
    font-size: 24px;
  }
  .apx-who__desc {
    font-size: 13px;
  }
}
.apx-who__list li:hover {
  transform: translateX(5px);
  transition: 0.3s;
}

.apx-legacy {
  padding: 30px 0;
  background: #f3f3f3;
}
.apx-legacy__title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111;
}
.apx-legacy__card {
  background: #fff;
  border-radius: 20px;
  padding-bottom: 20px;
  text-align: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.apx-legacy__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
}
.apx-legacy__card h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 15px 0 10px;
}
.apx-legacy__card p {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 1px;
}
.apx-legacy__icon {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(135deg, #ff6aa2, #ff9f6a);
  display: flex;
  align-items: center;
  justify-content: center;
}
.apx-legacy__icon img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.apx-legacy__btn {
  display: inline-block;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  background: #FF7044;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.apx-legacy__btn:hover {
  background: #20a75c;
  color: #fff;
}
.apx-legacy__btn1 {
  display: inline-block;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  background: #48E1E5;
}
.apx-legacy__btn1:hover {
  background: #20a75c;
  color: #fff;
}
.apx-legacy__btn2 {
  display: inline-block;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  background: #FFB727;
}
.apx-legacy__btn2:hover {
  background: #20a75c;
  color: #fff;
}
.apx-legacy__btn3 {
  display: inline-block;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  background: #73F05B;
}
.apx-legacy__btn3:hover {
  background: #20a75c;
  color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
  .apx-legacy {
    padding: 50px 0;
  }
  .apx-legacy__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .apx-legacy__card {
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .apx-legacy {
    padding: 40px 0;
  }
  .apx-legacy__title {
    font-size: 24px;
  }
}
#wd-gallery-section {
  padding: 60px 0;
  background: #f5f5f5;
}
#wd-gallery-section .wd-gallery-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}
#wd-gallery-section .wd-gallery-wrapper {
  position: relative;
}
#wd-gallery-section .wd-item {
  margin-bottom: 20px;
}
#wd-gallery-section .wd-item img {
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s ease;
}
#wd-gallery-section .wd-item:hover img {
  transform: scale(1.05);
}
#wd-gallery-section {
  /* Staggered (Up-Down Effect) */
}
#wd-gallery-section .wd-item-1 {
  margin-top: 40px;
}
#wd-gallery-section .wd-item-2 {
  margin-top: 0;
}
#wd-gallery-section .wd-item-3 {
  margin-top: -60px;
}
#wd-gallery-section .wd-item-4 {
  margin-top: 30px;
}
#wd-gallery-section .wd-item-5 {
  margin-top: -40px;
}
#wd-gallery-section .wd-item-6 {
  margin-top: 20px;
}
#wd-gallery-section {
  /* Image Heights (important for layout look) */
}
#wd-gallery-section .wd-item-1 img {
  height: 180px;
}
#wd-gallery-section .wd-item-2 img {
  height: 140px;
}
#wd-gallery-section .wd-item-3 img {
  height: 260px;
}
#wd-gallery-section .wd-item-4 img {
  height: 260px;
}
#wd-gallery-section .wd-item-5 img {
  height: 160px;
}
#wd-gallery-section .wd-item-6 img {
  height: 160px;
}
#wd-gallery-section {
  /* Responsive */
}
@media (max-width: 991px) {
  #wd-gallery-section .wd-item {
    margin-top: 0 !important;
  }
  #wd-gallery-section .wd-item img {
    height: 180px !important;
  }
}
@media (max-width: 576px) {
  #wd-gallery-section .wd-gallery-title {
    text-align: center;
  }
  #wd-gallery-section .wd-item img {
    height: 150px !important;
  }
}

.arx-section {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .arx-section {
    padding: 20px 0;
  }
}
.arx-section .arx-title {
  font-size: 40px;
  font-weight: 600;
}
.arx-section .arx-img-wrapper {
  border-radius: 8px;
  overflow: hidden;
}
.arx-section .arx-img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.arx-section .arx-content p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .arx-section .arx-content p {
    font-size: 16px;
  }
}
.arx-section .arx-section .container {
  overflow: hidden;
}
@keyframes arxMoveContinuous {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateX(200px);
    opacity: 0;
  }
}
.arx-section .arx-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.arx-section {
  /* Left side dots */
}
.arx-section .arx-dot-1 {
  background: #f4c542;
  top: 20px;
  left: 0;
  animation: arxMoveContinuous 4s linear infinite;
}
.arx-section .arx-dot-2 {
  background: #4dabf7;
  top: 60px;
  left: 0;
  animation: arxMoveContinuous 6s linear infinite;
  animation-delay: 1s;
}
.arx-section {
  /* Right side dots (start slightly inside so they move out) */
}
.arx-section .arx-dot-3 {
  background: #ff922b;
  top: 80px;
  right: 100px;
  animation: arxMoveContinuous 5s linear infinite;
  
}
.arx-section .arx-dot-4 {
  background: #228be6;
  bottom: 40px;
  right: 120px;
  animation: arxMoveContinuous 7s linear infinite;
  animation-delay: 2s;
}
@media (max-width: 575px) {
.arx-section .arx-dot-3 {
  background: unset;
}
.arx-section .arx-dot-4 {
  background: unset;
}
}

@media (max-width: 991px) {
  .arx-section .arx-title {
    font-size: 1.6rem;
  }
  .arx-section .arx-content {
    text-align: center;
  }
}

#prnx-contact-section {
  padding: 0px 0;
  background: #f5f5f5;
  overflow: hidden;
}

.prnx-contact-img {
  height: 100%;
  width: 50vw;
  float: right;
}
.prnx-contact-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prnx-contact-form-wrap {
  padding: 100px 80px;
  background: #f5f5f5;
  position: relative;
}

.prnx-contact-sub {
  font-size: 12px;
  letter-spacing: 2px;
  color: #777;
  font-weight: 600;
}

.prnx-contact-title {
  font-size: 44px;
  font-weight: 800;
  margin: 15px 0 40px;
  line-height: 1.2;
}

.prnx-form-group {
  margin-bottom: 25px;
}

.prnx-form-group input,
.prnx-form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  background: transparent;
  outline: none;
  font-size: 14px;
  transition: 0.8s;
}
.prnx-form-group input:active, .prnx-form-group input:hover, .prnx-form-group input:focus,
.prnx-form-group textarea:active,
.prnx-form-group textarea:hover,
.prnx-form-group textarea:focus {
  border-bottom: 1px solid #000;
}

.prnx-form-group textarea {
  height: 70px;
  resize: none;
}

.prnx-contact-btn {
  margin-top: 20px;
  background: #ff8a3d;
  border: none;
  padding: 14px 32px;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.prnx-contact-btn:hover {
  background: #e06a32;
}

.apx-services-section {
  background: #f5f5f5;
  padding: 30px 0;
  /* Wrapper */
}
.apx-services-section .zx-breadcrumb-wrap {
  background: #f3f3f3;
  padding: 60px 0;
}
.apx-services-section {
  /* Container */
}
.apx-services-section .zx-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 15px;
  text-align: center;
}
.apx-services-section {
  /* Breadcrumb */
}
.apx-services-section .zx-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  background: #F5F5F5;
  padding: 20px 0;
  text-align: center;
}
.apx-services-section {
  /* Links */
}
.apx-services-section .zx-breadcrumb-link {
  color: #2f80ed;
  text-decoration: none;
  transition: 0.3s;
}
.apx-services-section .zx-breadcrumb-link:hover {
  text-decoration: underline;
}
.apx-services-section {
  /* Separator */
}
.apx-services-section .zx-breadcrumb-sep {
  color: #2f80ed;
  font-size: 14px;
}
.apx-services-section {
  /* Current */
}
.apx-services-section .zx-breadcrumb-current {
  color: #2f80ed;
}
.apx-services-section {
  /* Responsive */
}
@media (max-width: 576px) {
  .apx-services-section .zx-breadcrumb {
    font-size: 13px;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.apx-services-section .apx-service-card {
  /*background: #fff;*/
  padding: 15px;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}
.apx-services-section #product-services-card{
    background: linear-gradient(180deg, #F2993A 0%, #EE8C74 50%, #E57AA6 100%) !important;
}
.apx-services-section a{
    text-decoration:none;
}
.apx-services-section #product-services-text{
   color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-decoration:none;
}


.apx-services-section .apx-service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.apx-services-section .apx-service-card .apx-service-img {
  overflow: hidden;
  border-radius: 4px;
}
.apx-services-section .apx-service-card .apx-service-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.4s;
}
.apx-services-section .apx-service-card:hover img {
  transform: scale(1.05);
}
.apx-services-section .apx-service-card .apx-service-title {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.card-section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.card-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 6px;
}

.card-content {
  max-width: 500px;
  text-align: left;
  /* important */
}

.card-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .card-content h2 {
    font-size: 25px;
  }
}

.card-content h5 {
  color: #0C73DD;
  margin-bottom: 15px;
  font-size: 25px;
}
@media (max-width: 575px) {
  .card-content h5 {
    font-size: 20px;
  }
}

.card-content p {
  line-height: 1.6;
  color: #555;
}

.apx-bcard-section {
  background: #f5f5f5;
}
.apx-bcard-section .apx-bcard-breadcrumb {
  font-size: 14px;
}
.apx-bcard-section .apx-bcard-breadcrumb a {
  color: #007bff;
  text-decoration: none;
}
.apx-bcard-section .apx-bcard-breadcrumb a:hover {
  text-decoration: underline;
}
.apx-bcard-section .apx-bcard-breadcrumb span {
  color: #007bff;
  font-weight: 500;
}
.apx-bcard-section .apx-bcard-wrapper {
  background: #e9e9e9;
  padding: 25px;
  border-radius: 6px;
}
.apx-bcard-section .apx-bcard-img {
  background: #dcdcdc;
  padding: 10px;
  border-radius: 4px;
}
.apx-bcard-section .apx-bcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.apx-bcard-section .apx-bcard-content {
  padding-left: 10px;
}
.apx-bcard-section .apx-bcard-content .apx-bcard-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}
.apx-bcard-section .apx-bcard-content .apx-bcard-subtitle {
  font-size: 14px;
  color: #007bff;
  margin-bottom: 10px;
  font-weight: 500;
}
.apx-bcard-section .apx-bcard-content p {
  font-size: 18px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  .apx-bcard-section .apx-bcard-content p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .apx-bcard-content {
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .apx-bcard-wrapper {
    padding: 15px;
  }
  .apx-bcard-title {
    font-size: 20px;
  }
  .apx-bcard-content p {
    font-size: 12px;
  }
}
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

.custom-navbar {
  background: transparent;
  padding: 20px 0;
  transition: 0.3s;
}

.navbar-brand span {
  font-weight: 700;
  font-size: 24px;
  margin-left: 10px;
}

.navbar-nav .nav-link {
  color: white;
  margin: 0 12px;
  font-weight: 500;
  font-size: 18px;
}

.nav-icons {
  display: flex;
  align-items: center;
  gap: 18px;
  color: white;
}


.talk-btn {
  /*background: #f07fb1;*/
  background: #ff8a3d;
  border-radius: 30px;
  padding: 10px 25px;
  color: white;
  font-weight: 600;
}

.talk-btn:hover{
    background:#ff8a3d;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}

.hero-title {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}
@media (max-width: 991px) {
  .hero-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero-title {
    font-size: 32px !important;
  }
}

.hero-text {
  margin-top: 20px;
  max-width: 420px;
  color: #ddd;
  text-align: center !important;
}

@media (max-width: 575px) {
  .home-text {
    font-size: 16px;
  }
}

.scroll-down {
  margin-top: 40px;
  text-align: center;
}

.scroll-down img {
  width: 30px;
  animation: arrowMove 2.5s ease-in-out infinite;
  will-change: transform;
}

/* Clean smooth animation (NO blur) */
@keyframes arrowMove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.side-buttons {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10;
}

.side-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff8a3d;
  color: white;
  margin-bottom: 2px;
  font-size: 20px;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media (max-width: 992px) {
  .about-images {
    height: 100% !important;
    margin-bottom: 40px;
  }
  .about-images .img-large {
    width: 100%;
    height: 100%;
  }
  .about-images .img-top {
    left: 200px;
  }
  .about-images .img-bottom {
    left: 200px;
  }
  .about-title {
    font-size: 30px;
  }
}
  .about-images .img-bottom {
    padding-top:10px;
  }
@media (max-width: 576px) {
  .about-title {
    font-size: 26px;
  }
    .about-images .img-bottom {
    padding-top:10px;
  }
  .about-printing {
      padding-bottom:50px !important;
  }
}
.about-printing {
      padding-bottom:200px ;
 }
/* Laptop */
@media (max-width: 1200px) {
  .prnx-contact-form-wrap {
    padding: 80px 60px;
  }
  .prnx-contact-title {
    font-size: 38px;
  }
}
/* Tablet */
@media (max-width: 991px) {
  .prnx-contact-img {
    height: 100%;
    width: 100%;
  }
  .prnx-contact-form-wrap {
    padding: 60px 40px;
  }
  .prnx-contact-title {
    font-size: 34px;
  }
}
/* Mobile */
@media (max-width: 576px) {
  .prnx-contact-form-wrap {
    padding: 50px 25px;
  }
  .prnx-contact-title {
    font-size: 28px;
  }
  .prnx-form-group input,
  .prnx-form-group textarea {
    font-size: 13px;
  }
  .prnx-contact-btn {
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=style.css.map */
/* ==================================================================================================== */

/* Premium Pagination Styling */
.pagination-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.pagination-wrapper .pagination {
    margin: 0;
    gap: 8px;
}

.pagination-wrapper .page-item .page-link {
    border-radius: 8px !important;
    color: #444;
    border: 1px solid #e1e1e1;
    padding: 10px 18px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.pagination-wrapper .page-item.active .page-link {
    background: #ff8a3d !important;
    border-color: #ff8a3d !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(255, 138, 61, 0.3);
}

.pagination-wrapper .page-item .page-link:hover:not(.active) {
    background-color: #fff4ed;
    color: #ff8a3d;
    border-color: #ff8a3d;
    transform: translateY(-2px);
}

.pagination-wrapper .text-muted, 
.pagination-wrapper p {
    display: none !important;
}

/* Premium Breadcrumb Styling */
.premium-breadcrumb {
    padding-top: 100px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.premium-breadcrumb-nav {
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    font-size: 14px;
    font-weight: 500;
}

.premium-breadcrumb-link {
    color: #6c7a95;
    text-decoration: none;
    transition: all 0.3s ease;
}

.premium-breadcrumb-link:hover {
    color: #ff8a3d; /* Theme Primary Color */
}

.premium-breadcrumb-sep {
    color: #cbd5e1;
    margin: 0 10px;
}

.premium-breadcrumb-current {
    color: #262F5A; /* Theme Title Color */
    font-weight: 700;
}

/* Mobile Adjustments for Breadcrumb */
@media (max-width: 768px) {
    .premium-breadcrumb {
        padding-top: 80px !important;
        margin-bottom: 25px;
    }

    .premium-breadcrumb-nav {
        padding: 10px 20px;
        border-radius: 40px;
        font-size: 13px;
        max-width: 95%;
        display: inline-flex;
        align-items: center;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
    }

    .premium-breadcrumb-nav::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }

    .premium-breadcrumb-sep {
        margin: 0 6px;
    }
}
