
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #2a2a2a;
  color: #fff;
}

::-moz-selection {
  background: #2a2a2a;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-border-button a {
  font-size: 13px;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 25px;
  display: inline-block;
  font-weight: 500;
  transition: all .3s;
}

.main-border-button a:hover {
  background-color: #fff;
  color: #2a2a2a;
}

.main-white-button a {
  font-size: 13px;
  color: #2a2a2a;
  background-color: #fff;
  padding: 12px 25px;
  display: inline-block;
  border-radius: 3px;
  font-weight: 600;
  transition: all .3s;
}

.main-white-button a:hover {
  opacity: 0.9;
}

.main-text-button a {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  transition: all .3s;
}

.main-text-button a:hover {
  opacity: 0.9;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2a2a;
}

.section-heading span {
  font-size: 14px;
  color: #a1a1a1;
  font-style: italic;
  font-weight: 400;
}



/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  border-bottom: none !important;
  background-color: #fff;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #0b2d4f!important;
}

.background-header .main-nav .nav li:hover a {
  color: #0b2d4f!important;
}

.background-header .nav li a.active {
  color: #2a2a2a!important;
}

.header-area {
  border-bottom: 3px dotted #eee;
  box-shadow: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.background-header .main-nav .logo {
  line-height: 75px;
}

.background-header .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 10px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #0b2d4f;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #0b2d4f;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #aaa!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #aaa!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #0b2d4f;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #0b2d4f;
}



.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #0b2d4f!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #aaa!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}



.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0b2d4f;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #0b2d4f;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #0b2d4f;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #0b2d4f;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #aaa;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #aaa!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #0b2d4f !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #aaa!important;
  }
 
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  /* .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  } */
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* =========================================
   FINAL MEGA MENU – STABLE & RESPONSIVE
========================================= */

.header-area { overflow: visible !important; }

/* ---------- DESKTOP ---------- */
@media (min-width: 768px) {

  .mega-menu { position: relative; }

  .mega-menu ul {
    position: absolute;
    background: #fff;
    min-width: 260px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
  }

  .level-1 {
    top: 100%;
    left: 0;
    margin-top: 8px;
  }

  .level-2,
  .level-3 {
    top: 0;
    left: 260px;
  }

  /* show on hover */
  .mega-menu:hover > .level-1 {
    opacity: 1;
    visibility: visible;
  }

  .has-child:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  /* keep inside screen */
  .has-child:last-child > .level-3 {
    left: -260px;
  }


.mega-menu .level-1 a,
.mega-menu .level-2 a,
.mega-menu .level-3 a {
  padding: 10px 18px;
  display: block;
  color: #0b2d4f;
  border-bottom: 1px solid #eee;
  background: #fff;
}
.mega-menu .level-1 a:hover,
.mega-menu .level-2 a:hover,
.mega-menu .level-3 a:hover {
  background: #f5faff;
  color: #0aa1b6;
}



  .has-child > a:after {
    content: "›";
    float: right;
  }
}

/* =========================================
   MOBILE MEGA MENU – FINAL FIX
========================================= */
@media (max-width: 767px) {

  /* Reset all absolute positioning */
  .mega-menu ul {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
  }

  /* Hide by default */
  .mega-menu .level-1,
  .mega-menu .level-2,
  .mega-menu .level-3 {
    height: 0;
    overflow: hidden;
    transition: height .3s ease;
  }

  /* Open states */
  .mega-menu.open > .level-1 {
    height: auto;
  }

  .mega-menu .has-child.open > .level-2,
  .mega-menu .has-child.open > .level-3 {
    height: auto;
  }

  /* Mobile arrow icons */
  .mega-menu .has-child > a:after {
    content: "+";
    float: right;
    font-weight: bold;
  }

  .mega-menu .has-child.open > a:after {
    content: "-";
  }

  /* Mobile menu link styling */
  .mega-menu a {
    padding: 14px 16px !important;
    background: #f7f7f7;
    border-bottom: 1px solid #eee;
  }
}



.main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-actions {
  display: flex;
  gap: 10px;
}

.btn-whatsapp {
  background: #25d366;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
}

.btn-login {
  background: #0b2d4f;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
}
/* =========================================
   MOBILE HEADER ACTION FIX
========================================= */
@media (max-width: 767px) {

  /* Disable desktop flex layout */
  .main-nav {
    display: block !important;
  }

  /* Hide action buttons from header */
  .nav-actions {
    display: none !important;
  }

}


/* 
---------------------------------------------
Banner - AZtech Solution
--------------------------------------------- 
*/

.main-banner {
  border-bottom: 3px dotted #e5e5e5;
  padding: 30px 0;
  padding-top: 120px;
}

.main-banner .left-content .thumb {
  position: relative;
}

.main-banner .left-content .thumb img {
  width: 100%;
  display: block;
}

.main-banner .left-content .inner-content {
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .left-content .inner-content h4 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 15px;
}

.main-banner .left-content .inner-content span {
  font-size: 16px;
  color: #fff;
  font-style: italic;
  margin-bottom: 30px;
  display: block;
}

/* Button */
.main-border-button a {
  font-size: 14px;
  color: #fff;
  background-color: #0b2d4f;
  padding: 12px 28px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.main-border-button a:hover {
  background-color: #ffffff;
  color: #0b2d4f;
}

/* Right Content */
.main-banner .right-content .right-first-image {
  margin-bottom: 28px;
}

.main-banner .right-content .thumb {
  position: relative;
  text-align: center;
}

.main-banner .right-content .thumb img {
  width: 100%;
}

.main-banner .right-content .thumb .inner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.main-banner .right-content .thumb .inner-content h4 {
  color: #fff;
  text-shadow: 0 3px 8px rgba(3, 39, 89, 0.95);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.main-banner .right-content .thumb .inner-content span {
  color: #fff;
  text-shadow: 0 3px 8px rgba(3, 39, 89, 0.95);
  font-style: italic;
}

/* Hover Overlay */
.main-banner .right-content .thumb .hover-content {
  position: absolute;
  inset: 15px;
  background-color: rgba(3, 39, 89, 0.95);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.main-banner .right-content .thumb:hover .hover-content {
  opacity: 1;
  visibility: visible;
}

.main-banner .right-content .hover-content .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-banner .right-content .hover-content h4,
.main-banner .right-content .hover-content p {
  color: #fff;
  
}

.main-banner .right-content .hover-content p {
  padding: 0 5px;
  margin-bottom: 20px;
  font-size: 14px;
}



/*
---------------------------------------------
Men
---------------------------------------------
*/

#men {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#men .section-heading {
  margin-bottom: 60px;
}

#men .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#men .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#men .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#men .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#men .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#men .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#men .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#men .item .thumb {
  position: relative;
}

#men .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#men .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#men .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#men .owl-dots {
  display: none;
}
    
#men .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#men .owl-nav .owl-prev span,
#men .owl-nav .owl-next span {
  opacity: 0;
}

#men .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#men .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-prev:hover {
  opacity: 1;
}

#men .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#men .owl-nav .owl-next:hover {
  opacity: 1;
}

#men .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#men .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}


/*
---------------------------------------------
Women
---------------------------------------------
*/

#women {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#women .section-heading {
  margin-bottom: 60px;
}

#women .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#women .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#women .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#women .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#women .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#women .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#women .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#women .item .thumb {
  position: relative;
}

#women .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#women .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#women .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#women .owl-dots {
  display: none;
}
    
#women .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#women .owl-nav .owl-prev span,
#women .owl-nav .owl-next span {
  opacity: 0;
}

#women .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#women .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-prev:hover {
  opacity: 1;
}

#women .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#women .owl-nav .owl-next:hover {
  opacity: 1;
}

#women .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#women .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Kids
---------------------------------------------
*/

#kids {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#kids .section-heading {
  margin-bottom: 60px;
}

#kids .item .down-content {
  padding-top: 30px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#kids .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#kids .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#kids .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 30px;
}

#kids .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#kids .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#kids .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#kids .item .thumb {
  position: relative;
}

#kids .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#kids .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}


#kids .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
  transform: translateY(-25px);
}

#kids .owl-dots {
  display: none;
}
    
#kids .owl-nav .owl-prev{
  position: absolute;
  left: -80px;
  outline: none;
}

#kids .owl-nav .owl-prev span,
#kids .owl-nav .owl-next span {
  opacity: 0;
}

#kids .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

#kids .owl-nav .owl-prev {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-prev:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next {
  opacity: 0.75;
  transition: all .5s;
}

#kids .owl-nav .owl-next:hover {
  opacity: 1;
}

#kids .owl-nav .owl-next{
  outline: none;
  position: absolute;
  right: -85px;
}

#kids .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #2a2a2a;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  width: 50px;
  height: 50px;
  background-color: transparent;
  line-height: 48px;
  border :1px solid #2a2a2a;
}

/*
---------------------------------------------
Explore – AZtech Solution
---------------------------------------------
*/

#explore {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#explore .left-content {
  margin-right: 30px;
}

#explore .left-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2d4f;
}

#explore .left-content span {
  font-size: 15px;
  color: #666;
  font-weight: 500;
  display: block;
  margin-top: 25px;
  line-height: 1.7;
}

#explore .left-content .quote {
  margin-top: 25px;
}

#explore .left-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 8px;
  color: #0b2d4f;
}

#explore .left-content .quote p {
  font-style: italic;
  color: #333;
  font-weight: 500;
}

#explore .left-content p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  line-height: 1.8;
}

/* Button */
#explore .left-content .main-border-button a {
  color: #fff;
  border: 1px solid #0b2d4f;
  margin-top: 35px;
  padding: 12px 30px;
  display: inline-block;
  transition: 0.3s;
}

#explore .left-content .main-border-button a:hover {
  background-color: #fff;
  color: #0b2d4f;
  border: 1px solid #0b2d4f;
}

#explore img {
  width: 100%;
  overflow: hidden;
}

/* Right boxes */
#explore .leather,
#explore .types {
  min-height: 255px;
  background-color: #f4f6fa;
  text-align: center;
  width: 100%;
}

#explore .leather h4,
#explore .types h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0b2d4f;
  padding-top: 90px;
  margin-bottom: 5px;
}

#explore .leather span,
#explore .types span {
  font-size: 14px;
  font-style: italic;
  color: #777;
  font-weight: 500;
}

/* 
---------------------------------------------
Social
--------------------------------------------- 
*/

#social {
  margin-top: 90px;
  padding-bottom: 90px;
  border-bottom: 3px dotted #eee;
}

#social .col-2 {
  padding-left: 0;
  padding-right: 0;
}

#social .images {
  margin-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

#social .thumb {
  position: relative;
}

#social .thumb .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

#social .thumb:hover .icon {
  opacity: 1;
  visibility: visible;
}

#social .thumb .icon h6 {
  color: #fff;
  position: absolute;
  font-size: 14px;
  bottom: 40px;
  font-weight: 400;
  left: 15px;
}

#social .thumb .icon i {
  color: #fff;
  position: absolute;
  bottom: 15px;
  left: 15px;
}

#social .thumb img {
  width: 100%;
  overflow: hidden;
}


/* 
---------------------------------------------
Subscribe
--------------------------------------------- 
*/

.subscribe {
  margin-top: 90px;
}

.subscribe .section-heading {
  margin-bottom: 30px;
}

.subscribe .section-heading h2 {
  line-height: 55px;
}

.subscribe form input {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding: 0px 15px;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #aaa;
  border-radius: 0px;
  border: 1px solid #7a7a7a;
  box-shadow: none;
}

.subscribe form input::focus {
  border-color: #2a2a2a;
  border-radius: 0px;
}

.subscribe form button {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #2a2a2a;
  box-shadow: none;
  border: 1px solid transparent;
  color: #fff;
  transition: all 0.3s;
}

.subscribe form button:hover {
  background-color: #fff;
  border: 1px solid #2a2a2a;
  color: #2a2a2a;
}

.subscribe ul li {
  margin-bottom: 30px;
  display: block;
}

.subscribe ul li {
  font-size: 16px;
  font-weight: 700;
  color: #2a2a2a;
}

.subscribe ul li span,
.subscribe ul li span a {
  font-size: 14px;
  font-weight: 400;
  color: #aaa;
}

.subscribe ul li span a:hover {
  color: #2a2a2a;
}


/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  margin-top: 60px;
  padding: 60px 0px 30px 0px;
  background-color: #0b2d4f; /* Dark blue – matches AZTECH branding */
}

footer .logo img {
  max-width: 180px;
}

footer ul li {
  display: block;
  margin-bottom: 10px;
}

footer ul li a {
  font-size: 14px;
  color: #ffffff;
  transition: all .3s ease;
}

footer ul li a:hover {
  color: #9ecbff;
}

footer h4 {
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

footer .under-footer {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
}

footer .under-footer ul {
  margin-top: 20px;
}

footer .under-footer ul li {
  display: inline-block;
  margin: 0px 12px;
}

footer .under-footer ul li a {
  font-size: 22px;
  color: #ffffff;
}

footer .under-footer ul li a:hover {
  color: #9ecbff;
}

footer .under-footer p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
}



/* 
---------------------------------------------
Products Page
--------------------------------------------- 
*/

.page-heading {
  margin-top: 120px;
  margin-bottom: 30px;
  background-image: url(../images/pages_bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-heading .inner-content {
  padding: 150px 0px;
  text-align: center;
}

.page-heading .inner-content h2 {
  font-size: 52px;
  color: #fff;
  text-shadow: 0 3px 8px rgba(3, 39, 89, 0.95);
  font-weight: 700;
  margin-bottom: 15px;
}

.page-heading .inner-content span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 3px 8px rgba(3, 39, 89, 0.95);
  font-style: italic;
}

#products .section-heading {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 80px;
}

#products .item {
  margin-bottom: 30px;
}

#products .item .thumb img {
  width: 100%;
  overflow: hidden;
}

#products .item .down-content {
  padding-top: 20px;
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#products .item .down-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 8px;
}

#products .item .down-content span {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
}

#products .item .down-content ul.stars {
  position: absolute;
  right: 0;
  top: 20px;
}

#products .item .down-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#products .item .thumb .hover-content {
  position: absolute;
  z-index: 2;
  text-align: center;
  bottom: -60px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
}

#products .item .thumb:hover .hover-content {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

#products .item .thumb {
  position: relative;
}

#products .item .thumb .hover-content ul li {
  display: inline;
  margin: 0px 10px;
}

#products .item .thumb .hover-content ul li a {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  color: #2a2a2a;
  background-color: #fff;
}

#products .pagination {
  margin-top: 30px;
  margin-bottom: 40px;
}

#products .pagination ul {
  text-align: center;
  width: 100%;
}

#products .pagination ul li {
  display: inline;
  margin: 0px 5px;
}

#products .pagination ul li a {
  width: 44px;
  height: 44px;
  border: 1px solid #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  font-size: 14px;
  font-weight: 500;
  color: #2a2a2a;
}

#products .pagination ul li a:hover,
#products .pagination ul li.active a {
  background-color: #2a2a2a;
  color: #fff;
}



/* 
---------------------------------------------
Single Product Page
--------------------------------------------- 
*/

#product {
  margin-top: 80px;
}

#product .left-images img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .right-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}

#product .right-content h4 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 0px;
}

#product .right-content span.price {
  font-size: 18px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  margin-top: 5px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

#product .right-content ul.stars {
  position: absolute;
  right: 0;
  top: 0;
}

#product .right-content ul.stars li {
  display: inline;
  font-size: 13px;
}

#product .right-content span {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

#product .right-content .quote {
  margin-top: 25px;
}

#product .right-content .quote i {
  float: left;
  font-size: 32px;
  margin-right: 15px;
  margin-top: 10px;
}

#product .right-content .quote p {
  font-style: italic;
  color: #2a2a2a;
  font-weight: 500;
}

#product .right-content p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 500;
  display: block;
  margin-top: 25px;
}

.quantity-content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.quantity-content .left-content {
  float: left;
  margin-right: 30px;
}

.quantity-content .right-content {
  text-align: right;
}

.quantity-content .left-content h6 {
  padding-top: 7px;
  font-size: 20px;
  font-weight: 700;
  color: #aaa;
  position: relative;
  z-index: 11;
}

.total h4 {
  float: left;
  font-size: 20px;
  margin-top: 10px;
  color: #aaa!important;
}

.total .main-border-button {
  text-align: right;
}

.total .main-border-button a {
  border-color: #2a2a2a;
  color: #2a2a2a;
}

.total .main-border-button a:hover {
  color: #fff;
  background-color: #2a2a2a;
}

.quantity {
  display: inline-block; }
 
 .quantity .input-text.qty {
  width: 35px;
  height: 39px;
  padding: 0 5px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #efefef;
 }
 
 .quantity.buttons_added {
  text-align: left;
  position: relative;
  white-space: nowrap;
  vertical-align: top; }
 
 .quantity.buttons_added input {
  display: inline-block;
  margin: 0;
  vertical-align: top;
  box-shadow: none;
 }
 
 .quantity.buttons_added .minus,
 .quantity.buttons_added .plus {
  padding: 7px 10px 8px;
  height: 39px;
  background-color: #ffffff;
  border: 1px solid #efefef;
  cursor:pointer;}
 
 .quantity.buttons_added .minus {
  border-right: 0; }
 
 .quantity.buttons_added .plus {
  border-left: 0; }
 
 .quantity.buttons_added .minus:hover,
 .quantity.buttons_added .plus:hover {
  background: #eeeeee; }
 
 .quantity input::-webkit-outer-spin-button,
 .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0; }
  
  .quantity.buttons_added .minus:focus,
 .quantity.buttons_added .plus:focus {
  outline: none; }



/* 
---------------------------------------------
About Us - AZtech Solution
--------------------------------------------- 
*/

.about-us {
  margin-top: 80px;
}

.about-us .left-image img {
  width: 100%;
  border-radius: 6px;
}

.about-us .right-content {
  margin-left: 30px;
}

.about-us .right-content h4 {
  font-size: 34px;
  font-weight: 700;
  color: #0b2d4f;
}

.about-us .right-content span {
  font-size: 15px;
  color: #555;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  line-height: 1.7;
}

.about-us .right-content .quote {
  margin-top: 25px;
}

.about-us .right-content .quote i {
  float: left;
  font-size: 30px;
  margin-right: 15px;
  margin-top: 5px;
  color: #0b2d4f;
}
.about-section h2{
    color: #0b2d4f;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-us .right-content .quote p {
  font-style: italic;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

.about-us .right-content p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  display: block;
  margin-top: 20px;
  line-height: 1.8;
}

/* Buttons Wrapper */
.about-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Read More Button */
.btn-read-more {
  background-color: #0b2d4f;
  color: #fff;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #0b2d4f;
}

.btn-read-more:hover {
  background-color: #fff;
  color: #0b2d4f;
}

/* Read More Button */
.btn-read-more2 {
  background-color: #fff;
  color: #0b2d4f;
  padding: 12px 30px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #fff;
}

.btn-read-more2:hover {
  background-color: #0b2d4f;
  color: #fff;
}

/* WhatsApp Button */
.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
  padding: 12px 26px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-whatsapp i {
  font-size: 16px;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  color: #fff;
}
.about-gray {
  background: #f7f7f7;
  padding: 50px 0;
}

.info-box {
  background: #fff;
  padding: 40px;
  border-radius: 6px;
  height: 100%;
}

.info-box h3 {
  color: #0b2d4f;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-cta {
  background: #ffffff;
  padding: 80px 0;
  color: #0b2d4f;
}

.about-cta h2 {
  font-weight: 700;
  color: #0b2d4f;
}

.about-cta p {
  margin: 15px 0 30px;
  color: #0b2d4f;
}
/* =========================================
   COMMON SECTION STYLES
========================================= */

.offer-section,
.serve-section {
  padding: 50px 0;
}

.offer-section h2,
.offer-gray h2,
.serve-section h2 {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 10px;
}

.section-desc {
  font-size: 15px;
  color: #666;
  max-width: 650px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

/* =========================================
   WHAT WE OFFER (CARD GRID)
========================================= */

.offer-section .row > div {
  background: #ffffff;
  border: 1px solid #0b2d4f;
  padding: 22px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #032759;
  text-align: left;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}

/* Remove manual ✔ spacing issue */
.offer-section .row > div::before {
  content: "✔";
  color: #0aa1b6;
  font-weight: 700;
  margin-right: 10px;
}

/* Hover effect */
.offer-section .row > div:hover {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  transform: translateY(-5px);
  border-color: #0aa1b6;
}

/* =========================================
   WHY CHOOSE US (GRAY BACKGROUND)
========================================= */

.offer-gray {
  background: #f7f7f7;
  padding: 50px 0;
}

.offer-gray p {
  background: #efeeee;
  padding: 18px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  border-left: 4px solid #0aa1b6;
  transition: all 0.3s ease;
}

.offer-gray p:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transform: translateX(4px);
}

/* =========================================
   INDUSTRIES WE SERVE
========================================= */

.serve-section .col-md-3 {
  background: #ffffff;
  border: 1px solid #0b2d4f;
  padding: 30px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #032759;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}

.serve-section .col-md-3:hover {
  background: #032759;
  color: #ffffff;
  transform: translateY(-6px);
}

/* =========================================
   MOBILE OPTIMIZATION
========================================= */

@media (max-width: 767px) {

  .offer-section,
  .offer-gray,
  .serve-section {
    padding: 60px 0;
  }

  .offer-section h2,
  .offer-gray h2,
  .serve-section h2 {
    font-size: 26px;
  }

  .offer-section .row > div,
  .offer-gray p,
  .serve-section .col-md-3 {
    text-align: center;
  }

  .offer-section .row > div::before {
    display: block;
    margin-bottom: 8px;
  }
}

/* 
---------------------------------------------
About Leadership Section
--------------------------------------------- 
*/

.about-leadership {
  padding: 80px 0;
  background: #ffffff;
}

.about-leadership .section-heading {
  margin-bottom: 50px;
}

.about-leadership .section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #032759;
}

.about-leadership .section-heading p {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}

/* Card */
.leader-card {
  background: #f9fbfd;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.leader-card:hover {
  transform: translateY(-6px);
}

/* Image */
.leader-image {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  position: relative;
}

.leader-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #032759;
}

/* Fallback icon */
.image-fallback {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #032759;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

/* Text */
.leader-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 5px;
}

.leader-card span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #0aa1b6;
  margin-bottom: 10px;
}

.leader-card p {
  font-size: 14px;
  color: #555;
  margin: 6px 0;
}

.leader-card p i {
  margin-right: 6px;
  color: #032759;
}

.leader-card a {
  color: #032759;
  font-weight: 600;
}

.leader-card a:hover {
  color: #0aa1b6;
}

/* Mobile */
@media (max-width: 767px) {
  .about-leadership {
    padding: 60px 0;
  }

  .leader-card {
    margin-bottom: 30px;
  }
}




.product-category {
  padding: 80px 0;
}

.breadcrumb {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}

.breadcrumb a {
  color: #032759;
  font-weight: 500;
}

.page-title {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
}

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

.category-card {
  display: block;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0,0,0,.08);
  transition: all .3s;
}

.category-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 6px;
}

.category-card h4 {
  margin-top: 15px;
  font-size: 18px;
  color: #032759;
}

.category-card:hover {
  transform: translateY(-6px);
}


.product-detail { padding: 80px 0; }

.product-title {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 25px;
}

/* Tabs */
.product-tabs {
  display: flex;
  gap: 30px;
  border-bottom: 2px solid #eee;
  margin-bottom: 30px;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .product-tabs {
    overflow-x: auto;
    white-space: nowrap;
    gap: 20px;
    padding-bottom: 10px;
  }

  .product-tabs li {
    flex-shrink: 0;
    font-size: 14px;
  }
}

.product-tabs li {
  cursor: pointer;
  padding-bottom: 10px;
  font-weight: 600;
}
.product-tabs li.active {
  color: #0aa1b6;
  border-bottom: 3px solid #0aa1b6;
}

/* TAB CONTENT */
.tab-content { display: none; }
.tab-content.active { display: block; }

/* SLIDER */
.product-slider {
  position: relative;
  height: 350px;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
}
.product-slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity .4s;
}
.product-slider img.active { opacity: 1; }

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.6);
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 5px 12px;
  cursor: pointer;
}
.prev { left: 10px; }
.next { right: 10px; }
/* MOBILE */
@media (max-width: 768px) {
  .slide-btn {
    top: auto;
    bottom: 10px;
    transform: none;
    background: rgba(0,0,0,0.6);
  }

  .slide-btn.prev { left: 10px; }
  .slide-btn.next { right: 10px; }
}
/* FEATURES */
.feature-list li { margin-bottom: 10px; }

/* TABLE */
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th, .spec-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
}
.product-img {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
/* Responsive specs table */
@media (max-width: 768px) {
  .spec-table,
  .spec-table thead,
  .spec-table tbody,
  .spec-table th,
  .spec-table td,
  .spec-table tr {
    display: block;
  }

  .spec-table thead {
    display: none;
  }

  .spec-table tr {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    background: #fff;
  }

  .spec-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 14px;
  }

  .spec-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #032759;
  }

  .product-img {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-img img {
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
  }
}

/* BUTTONS */
.btn-spec {
  background: #032759;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
}
.btn-quote {
  background: #0aa1b6;
  color: #fff;
  padding: 6px 12px;
  border: none;
  cursor: pointer;
}

/* DOCS */
.doc-list li { margin-bottom: 10px; }

/* ACCESSORIES */
.accessory-card {
  text-align: center;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.accessory-card img {
  height: 120px;
  object-fit: contain;
}
/* Mobile */
@media (max-width: 768px) {
  .accessory-card {
    text-align: center;
  }

  .accessory-card img {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .product-detail {
    padding: 50px 0;
  }

  .product-title {
    font-size: 26px;
  }

  .feature-list li {
    font-size: 14px;
  }
}

/* MODAL */
.quote-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.quote-box {
  background: #fff;
  padding: 25px;
  width: 350px;
  position: relative;
}
.quote-box input, .quote-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
}
.quote-box button {
  width: 100%;
  background: #25d366;
  color: #fff;
  padding: 10px;
  border: none;
}
.quote-box .close {
  position: absolute;
  right: 12px;
  top: 10px;
  cursor: pointer;
}















.our-team {
  margin-top: 100px;
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
}

.our-team .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-team .section-heading h2 {
  margin-bottom: 10px;
}

.our-team .team-item .thumb {
  position: relative;
}

.our-team .team-item .thumb img {
  width: 100%;
  overflow: hidden;
}

.our-team .team-item .thumb .hover-effect {
  position: absolute;
  background-color: rgba(0,0,0,0.9);
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.our-team .team-item .thumb:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

.our-team .team-item .thumb .hover-effect .inner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  transform: translateY(-22px);
}

.our-team .team-item .thumb .hover-effect .inner-content ul li {
  display: inline-block;
  margin: 0px 5px;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a {
  width: 44px;
  height: 44px;
  background-color: #fff;
  color: #2a2a2a;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  transition: all .3s;
}

.our-team .team-item .thumb .hover-effect .inner-content ul li a:hover {
  background-color: #2a2a2a;
  color: #fff;
}

.our-team .team-item .down-content {
  text-align: center;
  padding-top: 25px;
}

.our-team .team-item .down-content h4 {
  font-size: 24px;
  color: #2a2a2a;
  font-weight: 700;
  margin-bottom: 5px;
}

.our-team .team-item .down-content span {
  font-size: 14px;
  color: #a1a1a1;
  font-weight: 500;
  display: block;
  font-style: italic;
}

.our-services {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 3px dotted #eee;
  border-bottom: 3px dotted #eee;
}

.our-services .section-heading {
  margin-bottom: 60px;
  text-align: center;
}

.our-services .section-heading h2 {
  margin-bottom: 10px;
}

.our-services .service-item {
  padding: 30px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.10);
  text-align: center;
}

.our-services .service-item img {
  width: 100%;
  overflow: hidden;
}

.our-services .service-item h4 {
  font-size: 24px;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 20px;
}

.our-services .service-item p {
  margin-bottom: 25px;
}


/* =========================================
   CONTACT US – AZTECH SOLUTION
========================================= */

.contact-us {
  padding: 90px 0;
  border-bottom: 3px dotted #eee;
}

.contact-map iframe {
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Content */
.contact-content {
  padding-left: 30px;
}

.contact-content h2 {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 15px;
}

.contact-content p {
  font-size: 15px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* Form Inputs */
#contact-form input,
#contact-form textarea {
  width: 100%;
  padding: 12px 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#contact-form input:focus,
#contact-form textarea:focus {
  border-color: #032759;
  outline: none;
}

/* Buttons */
.contact-actions {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn-submit {
  background-color: #032759;
  color: #fff;
  padding: 12px 26px;
  border-radius: 4px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #021c40;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
}

/* Mobile */
@media (max-width: 767px) {
  .contact-content {
    padding-left: 0;
    margin-top: 40px;
  }
}
/* =========================================
   CONTACT PERSONS – AZTECH SOLUTION
========================================= */

.contact-team {
  padding: 90px 0;
  background: #f9fafc;
}

.contact-team .section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
}

.contact-team .section-heading p {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}

/* Card */
.contact-card {
  background: #fff;
  border-radius: 8px;
  padding: 30px 25px;
  margin-top: 30px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
}

/* Avatar */
.contact-card .avatar {
  width: 70px;
  height: 70px;
  background: #032759;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

/* Name & Role */
.contact-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 5px;
}

.contact-card span {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 20px;
}

/* Details */
.contact-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.contact-card ul li {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}

.contact-card ul li i {
  width: 20px;
  color: #25D366;
}

.contact-card ul li a {
  color: #032759;
  font-weight: 500;
}

.contact-card ul li a:hover {
  color: #0aa1b6;
}

/* Mobile */
@media (max-width: 767px) {
  .contact-card {
    text-align: center;
  }
  .contact-card ul {
    text-align: center;
  }
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner .right-content .right-first-image .thumb .hover-content p {
    display: block;
  }
  .header-area .main-nav .nav li.submenu:after {
    right: 3px;
  }
  .header-area .main-nav .nav li.submenu {
    padding-right: 15px;
  }
  .header-area .main-nav .nav li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .header-area .main-nav .nav li a {
    font-size: 14px;
    letter-spacing: 0px;
  }
  .main-banner .left-content {
    margin-bottom: 30px;
  }
  #explore .left-content {
    margin-bottom: 30px;
  }
  #explore .right-content .types {
    margin-top: 30px;
  }
  .subscribe input {
    margin-bottom: 15px;
  }
  .subscribe form {
    text-align: center;
    margin-bottom: 30px;
  }
  .about-us .right-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .our-team .team-item {
    margin-bottom: 30px;
  }
  .our-services .service-item {
    margin-bottom: 30px;
  }
  .contact-us #map {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .main-banner .left-content .thumb .inner-content {
    left: 50%;
    top: 47.5%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  .subscribe form button {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer h4 {
    margin-top: 30px;
  }
}





#preloader {
  overflow: hidden;
  background-color: #2a2a2a;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





/*-------scroll banner-------*/

.scroll-banner {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  padding: 20px;
  padding-top: 120px;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scrollLeft 30s linear infinite;
}

.banner-item {
  flex: 0 0 auto;
  width: 70vw;
  max-width: 1600px;
  margin-right: 30px;
}

.banner-item img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  object-fit: cover;
}

/* Animation */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet */
@media (max-width: 992px) {
  .banner-item {
    width: 85vw;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .banner-item {
    width: 95vw;
    margin-right: 15px;
  }
}

/* 
---------------------------------------------
Product Category Section
--------------------------------------------- 
*/

.product-category-section {
  padding: 80px 0;
  background-color: #f9fafc;
}

.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b2d4f;
}

.section-heading p {
  font-size: 15px;
  color: #666;
  margin-top: 10px;
}

/* Category Card */
.category-card {
  display: block;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 100%;
}

.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Image */
.category-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Title */
.category-title {
  padding: 18px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #0b2d4f;
  background-color: #fff;
}

/*
---------------------------------------------
AZtech Sticky Banner (Apply Now Style)
---------------------------------------------
*/

.aztech-banner {
  background-image: url(../images/stickybanner.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 160px 0;
}

/* Overlay content box */
.aztech-banner .item {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 60px 40px;
  max-width: 900px;
  margin: auto;
}

/* Heading */
.aztech-banner h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

/* Paragraph */
.aztech-banner p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* Button */
.aztech-banner .main-button-yellow a {
  background: #0b2d4f;
  color: #fff;
  padding: 14px 34px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}

.aztech-banner .main-button-yellow a:hover {
  background: #021c40;
}
@media (max-width: 768px) {
  .aztech-banner {
    background-attachment: scroll;
    padding: 100px 0;
  }

  .aztech-banner h3 {
    font-size: 2.2rem;
  }
}



/*
---------------------------------------------
Counter Section
---------------------------------------------
*/

.counter-section {
  padding: 80px 0;
  background: #0b2d4f;
}

.counter-box {
  text-align: center;
  color: #fff;
  padding: 30px 15px;
}

.counter-box h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}

.counter-box p {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  opacity: 0.9;
}

/* Mobile tuning */
@media (max-width: 768px) {
  .counter-section {
    padding: 60px 0;
  }

  .counter-box h2 {
    font-size: 36px;
  }
}

/*
---------------------------------------------
Testimonial Section
---------------------------------------------
*/

.testimonial-section {
  padding: 80px 0;
  background: #f9fafc;
}

.testimonial-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

.testimonial-slider {
  overflow: hidden;
}

.testimonial-item {
  display: none;
  text-align: center;
  padding: 40px 30px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}

.testimonial-item.active {
  display: block;
}

.testimonial-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
  font-style: italic;
}

.testimonial-item h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0b2d4f;
  margin-bottom: 5px;
}

.testimonial-item span {
  font-size: 14px;
  color: #888;
}

/* Navigation Arrows */
.testimonial-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0b2d4f;
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s;
}

.testimonial-nav:hover {
  background: #0b2d4f;
}

.testimonial-nav.prev {
  left: -60px;
}

.testimonial-nav.next {
  right: -60px;
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-nav.prev {
    left: -10px;
  }

  .testimonial-nav.next {
    right: -10px;
  }
}


/* =========================================
   GALLERY SECTION
========================================= */

.gallery-section {
  padding: 80px 0;
}

.section-heading h2 {
  font-size: 34px;
  font-weight: 700;
  color: #032759;
}

.section-heading p {
  font-size: 15px;
  color: #666;
  max-width: 600px;
  margin: 10px auto 50px;
}

/* Gallery Item */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.gallery-item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Overlay */
.gallery-item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(3, 39, 89, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.gallery-item .overlay h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 0 15px;
}

/* Hover Effects */
.gallery-item:hover img {
  transform: scale(1.08);
}

.gallery-item:hover .overlay {
  opacity: 1;
}

/* Mobile */
@media (max-width: 767px) {
  .gallery-item img {
    height: 220px;
  }
}

/*
---------------------------------------------
Services Section
---------------------------------------------
*/

.services-section {
  padding: 90px 0;
  background-color: #f9fafc;
}

/* Section Heading */
.services-section .section-heading {
  text-align: center;
  margin-bottom: 70px;
}

.services-section .section-heading h2 {
  font-size: 36px;
  font-weight: 700;
  color: #032759;
}

.services-section .section-heading p {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
}

/* Service Block */
.service-block {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}

.service-block.reverse {
  flex-direction: row-reverse;
}

/* Image */
.service-image {
  flex: 1;
}

.service-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* Content */
.service-content {
  flex: 1;
}

.service-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #032759;
  margin-bottom: 15px;
}

.service-intro {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
}

/* Service List */
.service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list li {
  margin-bottom: 18px;
}

.service-list strong {
  display: block;
  font-size: 15px;
  color: #032759;
  margin-bottom: 4px;
}

.service-list span {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 991px) {
  .service-block,
  .service-block.reverse {
    flex-direction: column;
  }

  .service-image img {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .services-section {
    padding: 60px 0;
  }

  .service-content h3 {
    font-size: 24px;
  }
}
