/* use font link */

/*@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');*/
/*@import url('https://fonts.googleapis.com/css?family=Grand+Hotel');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');*/


@import url('https://fonts.googleapis.com/css2?family=Epunda+Slab:ital,wght@0,300..900;1,300..900&family=Share+Tech&display=swap');

/* use style sheet */

@import url(../css/font-awesome.css);
@import url(../css/flaticon.css);
@import url(../css/animate.css);
@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/bootstrap.min.css);
@import url(../css/settings.css);
@import url(../css/jquery-ui.css);
@import url(../css/jquery.fancybox.css);
@import url(../css/hover.css);
@import url(../css/ms-staff-style.css);
@import url(../css/masterslider.css);

:root {
  --primary: #01a0e2;
  --primary-light: #e8f0fe;
  --secondary: #f8f9fa;
  --accent: #34a853;
  --text: #333333;
  --text-light: #6c757d;
  --white: #ffffff;
  --border: #e0e0e0;
  --shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}





/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/



/* Floating Icons Styles */

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.floating-button {
  width: 40px;
  height: 40px;
  background-color: #f58838;
  color: white;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s;
}

.floating-button:hover {
  transform: scale(1.1);
}

.call-button {
  background-color: #34b7f1;
}

.whatsapp-button {
  background-color: #348E38;
}


body {
  font-size: 15px;
  color: #848484;
  line-height: 26px;
  font-weight: 400;
  background: #ffffff;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (min-width:1200px) {
  .container {
    padding: 0px 0px;
  }
}

.centred {
  text-align: center;
}


a {
  text-decoration: none;
  position: relative;
  font-size: 15px;

  line-height: 25px;
  cursor: pointer;
  color: #848484;
  transition: all 500ms ease;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: #01a0e2;
  transition: all 500ms ease;
}


.strike-through {
  text-decoration: line-through;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.centered {
  text-align: center;
}

.sec-pad {
  padding: 96px 0px 100px 0px;
}

.about-text {
  position: relative;
  font-size: 15px;

  line-height: 26px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
  transition: all 500ms ease;
  margin: 20px 0 40px 0;
}

p {
  position: relative;
  font-size: 15px;

  line-height: 26px;
  font-weight: 400;
  color: #222;
  margin-bottom: 10px;
  transition: all 500ms ease;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;

  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  position: relative;

  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  margin-top: 0px;
  transition: all 500ms ease;
}

h1 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}

h1 span {
  color: #01a0e2;
}

h2 {
  font-size: 30px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
}

h4 {
  font-size: 20px;
  line-height: 30px;
}

h5 {
  font-size: 16px;
  line-height: 26px;
}

h6 {
  font-size: 14px;
  line-height: 26px;
}

h3 a {
  font-size: 24px;
  line-height: 30px;
}

h4 a {
  font-size: 20px;
  line-height: 30px;
}

h5 a {
  font-size: 16px;
  line-height: 24px;
}

h6 a {
  font-size: 15px;
  line-height: 22px;
}

h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #01a0e2;
  transition: all 500ms ease;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icons/preloader.gif);
}


.flaticon-signs,
.flaticon-phone-call,
.flaticon-note {
  color: #00A0E3;
}

.service-section .img-box figure img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 6px;
}

/** button **/

.btn-one {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #01a0e2;
  background: #fff;
  border: 1px solid #01a0e2;
  padding: 10px 10px 10px 10px;
  position: relative;
  transition: all 900ms ease;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
}

.btn-one:hover {
  color: #01a0e2;
  background: #fff;
  border: 1px solid #01a0e2;
  transition: all 900ms ease;
}

.btn-two {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #01a0e2;
  background: #fff;
  padding: 12px 25px 12px 24px;
  position: relative;
  transition: all 900ms ease;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  z-index: 1;
  border: 1px solid #01a0e2;
}

.btn-two:hover {
  color: #fff;
  background: #01a0e2;
  border: 1px solid #01a0e2;
  transition: all 900ms ease;
}

.link-btn {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.link-btn li {
  display: inline-block;
  margin: 0px 3px;
}

.link-btn li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: 400;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.link-btn li a:hover,
.link-btn li a.active {
  background: #01a0e2;
  color: #fff;
  border: 1px solid #01a0e2;
  transition: all 500ms ease;
}


.title-head {
  position: relative;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 37px;
  color: #848484;
  display: block;
}

.title-head span {
  color: #01a0e2;
}

.contact-form-area {
  /* border: 1px solid red; */
  padding: 20px;
  box-shadow: #000000;
}

.contact-form-area .contact-title {
  color: #01a0e2;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-form-area input {
  border: 1px solid #d5d9db;
  padding: 10px 0 10px 10px;
  margin-top: 20px;
  width: 100%;
}


.contact-form-area textarea {
  border: 1px solid #d5d9db;
  padding: 10px 0 10px 10px;
  margin: 20px 0 50px;
  width: 100%;
}



/*** 

====================================================================
  Scroll To Top style
====================================================================


***/



.scroll-to-top span {
  color: #fff;
}

.scroll-to-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  line-height: 43px;
  width: 45px;
  height: 45px;
  background: #01a0e2;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.scroll-to-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


/*============= donate form area =================*/


.donate-popup {
  position: fixed;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.80);
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.donate-popup.popup-visible {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.donate-popup .close-donate {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
}

.donate-popup .close-donate:hover {
  opacity: 0.70;
}

.donate-form-area {
  margin-top: 60px;
  margin-bottom: 100px;
  background: #f2f2f2;
  padding: 30px;
  border: 3px solid #01a0e2;
}

.donate-form-area h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 400;
  color: #222222;
  margin-bottom: 40px;
  text-transform: capitalize;

}

.donate-form-area h4 {
  font-size: 24px;
  color: #444444;
  font-weight: 400;
  margin-bottom: 18px;
  text-transform: capitalize;

}

.donate-form-area h3 {
  font-weight: 400;
  margin-top: 38px;
  color: #444444;
  margin-bottom: 28px;
  text-transform: capitalize;

}

.donate-form-area .form-group input {
  width: 100%;
  border: 1px solid #f4f4f4;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*check list*/

.chicklet-list {
  background: #fff;
  padding: 30px 30px 20px;
}

.chicklet-list li {
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}

.chicklet-list input {
  font-size: 1.4em;
  line-height: 1;
  border: 2px solid #01a0e2;
  padding: 0.55em 0.55em 0.55em 0.8em;
  color: #01a0e2;
}

.chicklet-list input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.chicklet-list label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  color: #000;
  padding: 8px 27px;
  text-align: center;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.chicklet-list :checked+label {
  background: #01a0e2;
  color: #f7f7f7;
  text-shadow: none;
}

.chicklet-list li.other-amount {
  width: 38%;
  float: right;
}

.chicklet-list li span {
  position: absolute;
  left: -30px;
  top: 9px;
  font-size: 16px;
  color: #303030;
}

.chicklet-list input[type="text"] {
  height: 40px;
}

/*==========*/

.donate-form-area .form-bg {
  background: #fff;
  padding: 30px 30px 15px;
}

.donate-form-area .default-form .form-group {
  margin-bottom: 15px;
}

.donate-form-area .default-form .form-group p {
  margin-bottom: 5px;
}

.donate-form-area .payment-option {
  position: relative;
  margin-top: 20px;
  margin-bottom: 35px;
}

.donate-form-area .payment-option li {
  display: inline-block;
  font-size: 18px;
  color: #303030;
  font-size: 15px;
  margin-right: 10px;
}

.donate-form-area .payment-option .checkbox input {
  height: 15px;
  width: 15px;
}


/*** 

====================================================================
                        Home-Page
====================================================================

***/

/** main header area **/


.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #fff;
  z-index: 0;
  box-shadow: 0 0px 0 2px rgba(238, 238, 238, 0.66);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;

}

.sticky-header .main-menu .navigation>li>a {
  /* padding: 27px 0px 22px 12px; */
  padding: 5px 0px 8px 6px;
}

.sticky-header .logo-box {
  margin-top: 5px;
}

.sticky-header .main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  top: 6px;
}

.header-lower {
  background: #fff;
  width: 100%;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .header-sticky {
  display: flex;
  align-items: center;
}


.header-upper {
  position: relative;
  background: #232428;
  width: 100%;
  padding: 9px 0px;
}

.header-upper .top-left {
  position: relative;
  display: inline-block;
}

.header-upper .top-left li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  color: #d3d7ce;
  top: 1px;
  margin-right: 45px;
}

.header-upper .top-left li:before {
  position: absolute;
  content: '';
  background: #656669;
  width: 1px;
  height: 20px;
  right: -30px;
  top: 3px;
}

.header-upper .top-left li:last-child:before {
  display: none;
}

.header-upper .top-left li i:before {
  font-size: 14px;
  margin-right: 7px;
}

.header-upper .top-right {
  position: relative;
  float: right;
}

.header-upper .top-right .social-top {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  top: 1px;
}

.header-upper .top-right .social-top li a {
  position: relative;
  display: inline-block;
  color: #cfcfcf;
  line-height: 26px;
  font-size: 14px;
}

.header-upper .top-right .social-top li a:hover {
  color: #01a0e2;
}

.header-upper .top-right .social-top li {
  position: relative;
  display: inline-block;
  margin: 0px 0px 0px 26px;
}

.header-lower .header-row {
  display: flex;
  align-items: center;
  padding: 6px 0 6px 0;
}

/* .logo-box{
  background: url(../images/favicon/manju_footer_logo.png) no-repeat 9% 100%;
  height: 62px;
  margin-top: 27px;
  margin-left: -12px;
} */

.logo-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main-header .info-box {
  position: relative;
  display: inline-block;
}

.main-header .menu-bar {
  position: relative;
  float: right;
  right: 2px;
}

.header-upper .search-box-area .search-toggle i:before {
  font-size: 14px;
  color: #cfcfcf;
  margin: 0px;
  transition: all 500ms ease;
}

.header-upper .search-box-area .search-toggle:hover i:before {
  color: #01a0e2;
  transition: all 500ms ease;
}

.header-upper .search-box-area {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: -8px;
  top: 1px;
}

.header-upper .search-box-area:before {
  position: absolute;
  content: '';
  background: #656669;
  width: 1px;
  height: 20px;
  top: 3px;
  right: -21px;
}

.header-upper .search-box-area .search-box {
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 35px;
  transition: all 500ms ease;
  visibility: hidden;
}

.header-upper .search-box-area .form-group {
  position: relative;
}

.header-upper .search-box-area .form-group button {
  position: absolute;
  top: 2px;
  right: 0px;
  width: 46px;
  height: 46px;
  color: #fff;
  background: #01a0e2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
  z-index: 10;
}

.header-upper .search-box-area input {
  width: 250px;
  height: 50px;
  border: 2px solid #01a0e2;
  padding: 10px 20px;
  border-radius: 5px;
  z-index: 9;
}

.search-box-area .search-box.now-visible {
  top: 35px;
  right: 0px;
  opacity: 1;
  visibility: visible;
  z-index: 9;
  transition: all 500ms ease;
}

.main-menu {
  position: relative;
  display: inline-block;
  right: 32px;
}

.sticky-header .main-menu {
  right: 25px;
}

.menu-bar .btn-box {
  position: relative;
  display: inline-block;
  right: -2px;
  top: -3px;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
}

.main-menu .navigation>li {
  position: relative;
  display: inline-block;
  margin-left: 36px;
}


.main-menu .navigation>li>a>i:before {
  margin-right: 5px;
  font-size: 15px;
}

.main-menu .navigation>li>a {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  line-height: 26px;
  /* padding: 42px 0px 42px 12px; */
  padding: 5px 0px 8px 6px;
  text-align: center;

  opacity: 1;
  -webkit-transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a,
.main-menu .navbar-collapse>ul li.dropdown:hover .dropdown-btn span:before,
.main-menu .navbar-collapse>ul li.dropdown.current .dropdown-btn span:before {
  color: #01a0e2;
  transition: all 500ms ease;
}

.main-menu .navigation>li:hover>a:after {
  opacity: 1;
}

.main-menu .navigation>li>ul {
  position: absolute;
  left: 0px;
  top: 130%;
  margin-top: 0px;
  width: 220px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #222;
  border-top: 3px solid #01a0e2;
  transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
}

.main-menu .navigation>li>ul>li {
  position: relative;
  width: 100%;
}

.main-menu .navigation>li>ul>li:last-child {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 28px;
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
  color: #ffffff;
  border-bottom: 1px solid #01a0e2;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
  border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover>a {
  color: #01a0e2;
  padding: 10px 15px 10px 17px;
  transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {
  color: #ffffff;
  transition: all 500ms ease;
}

.main-menu .navigation>li.dropdown:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
  transition: all 500ms ease;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -18px;
  cursor: pointer;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn span:before {
  color: #222;
  font-size: 14px;
}


/** main-slider **/

.main-slider {
  position: relative;
}

#slide-1687-layer-4,
#slide-1688-layer-4,
#slide-1689-layer-4 {
  padding: 0px !important;
  border: none;
}

#slide-1687-layer-4:hover,
#slide-1688-layer-4:hover,
#slide-1689-layer-4:hover {
  background: none !important;
}

.home_boxed .tp-leftarrow.tparrows.uranus,
.home_boxed .tp-rightarrow.tparrows.uranus {
  display: none !important;
}

.main-slider .tp-btn a {
  margin: 0px 3px;
}

.main-slider .btn-two {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.main-slider .btn-two:hover {
  color: #fff;
  background: #01a0e2;
  border: 2px solid #01a0e2;
  transition: all 900ms ease;
}

.main-slider .btn-one {
  border: 2px solid #01a0e2;
}

.main-slider .btn-one:hover {
  color: #01a0e2;
  background: transparent;
  border: 2px solid #01a0e2;
  transition: all 900ms ease;
}


/** about section **/

.about-section {
  position: relative;
  padding: 114px 0px 81px 0px;
}

/* .about-section .section-title h2:before{
  background: url(../images/home/shap1.png);
  left: 0px;
  margin-left: 0px;
  background-repeat: no-repeat;
  bottom: -39px; 
} */

.about-section .text p {
  margin-bottom: 33px;
}

.about-section .btn-one {
  padding: 12px 38px 12px 39px;
  margin-right: 9px;
}

.about-section .btn-two {
  padding: 12px 38px 12px 39px;
  margin-left: 9px;
}



/** cta-section **/

.cta-section {
  position: relative;
  background: url(../images/banner/how-to-find-bg.webp);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cta-section:before {
  position: absolute;
  content: '';
  background: #01a0e2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .7;
}

.cta-section .section-title h2 {
  font-size: 45px;
  margin-bottom: 30px;
  font-weight: 700;
}

.cta-section .title-head {
  margin-bottom: 20px;
}

.white .section-title h2 {
  color: #fff;
}

.white .title-head {
  color: #848484;
}

.white .section-title h2:before {
  background: url(../images/home/cta-shap.png);
  margin-left: -50px;
  bottom: -53px;
}

.cta-section .btn-one {
  font-size: 15px;
  font-weight: 500;
  padding: 12px 34px 12px 34px;
}



/* product details page  */


.product-section {
  padding: 60px 0;
}

.product-gallery {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.main-image {
  width: 100%;
  border-radius: 12px;
  transition: var(--transition);
  cursor: zoom-in;
}

.thumbnail-container {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: var(--transition);
  opacity: 0.7;
}

.thumbnail:hover,
.thumbnail.active {
  opacity: 1;
  border-color: #01a0e2;
}

.product-info {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .product-info {
    padding-left: 15px;
    margin-top: 30px;
  }
}

.product-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #01a0e2;
}

.product-description {
  font-size: 1.5rem;
  color: var(--text-light);
  margin-bottom: 25px;
  line-height: 1.8;
}

.product-highlights {
  background-color: #e8f0fe;
  border-left: 4px solid #01a0e2;
  padding: 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 30px;
}

.product-highlights li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.product-highlights li i {
  color: var(--accent);
  margin-right: 10px;
  margin-top: 4px;
  flex-shrink: 0;
}

.features-card {
  background: var(--white);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: var(--shadow);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.features-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.features-card h4 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #01a0e2;
  display: flex;
  align-items: center;
}

.features-card h4 i {
  margin-right: 10px;
  font-size: 1.2rem;
}

.features-card ul {
  padding-left: 0;
  list-style: none;
}

.features-card ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.features-card ul li:before {
  content: "•";
  color: var(--accent);
  font-weight: bold;
  position: absolute;
  left: 10px;
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.specs-table tr {
  border-bottom: 1px solid var(--border);
}

.specs-table td {
  padding: 12px 15px;
}

.specs-table td:first-child {
  font-weight: 600;
  color: #01a0e2;
  width: 40%;
}

.inquiry-section {
  background: linear-gradient(to right, #f8f9fa, #e8f0fe);
  padding: 40px 0;
  text-align: center;
  margin-top: 40px;
  border-radius: 12px;
}

.inquiry-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #01a0e2;
}

.btn-primary {
  background-color: #01a0e2;
  border-color: #01a0e2;
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
}

.btn-primary:hover {
  background-color: #0d47a1;
  border-color: #0d47a1;
  transform: translateY(-2px);
}


.title-cta {
  color: #ffffff;
  position: relative;
  font-size: 30px;
  margin-bottom: 15px;
  line-height: 37px;
  display: block;
}



.cta-btn {
  margin-top: 35px;
}


.owl-theme .owl-dots .owl-dot span {
  background-color: #00A0E3 !important;
  margin-top: 10px;
}

/* Footer */

.footer-con {
  background: #c3c3c3;
  color: #252525;
}

.footer-con .middle_portion {
  padding: 50px 0;
}

.footer-condition a {
  padding: 5px;
}

.footer-con .middle_portion .footer-logo {
  margin-bottom: 35px;
}

.footer-con .middle_portion p {
  line-height: 22px;
  margin-bottom: 28px;
  color: var(--e-global-color-light-grayish-cyan);
}

.footer-con .middle_portion .social-icons li {
  margin: 0 4px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons a {
  margin-left: 0 !important;
}

.footer-con .middle_portion .social-icons i {
  font-size: 14px;
  height: 40px;
  width: 40px;
  line-height: 36px;
  border-radius: 0;
  text-align: center;
  color: var(--e-global-color-white);
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .social-icons i:hover {
  transform: translateY(-5px);
  color: var(--e-global-color-white);
  background-color: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}

.footer-con .middle_portion .social-icons li:first-child {
  margin-left: 0;
}

.footer-con .middle_portion .social-icons li:last-child {
  margin-right: 0;
}

.footer-con .middle_portion h3 {
  margin-bottom: 32px;
  color: var(--e-global-color-white);
}

.footer-con .middle_portion .links {
  padding-left: 50px;
}

.footer-con .middle_portion .use-link {
  padding-left: 80px;
}

.footer-con .middle_portion li {
  margin-bottom: 6px;
}

.footer-con .middle_portion li:last-child {
  margin-bottom: 0 !important;
}

.footer-con .middle_portion li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin-left: 13px;
  text-decoration: none;
  color: var(--e-global-color-light-grayish-cyan);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion .links li i {
  position: relative;
  top: -1px;
}

.footer-con .middle_portion li i {
  font-size: 10px;
  line-height: 10px;
  color: var(--e-global-color-white);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.footer-con .middle_portion li a:hover {
  color: var(--e-global-color-accent);
}

.footer-con .middle_portion .icon {
  padding-left: 30px;
}

.footer-con .middle_portion .icon .text {
  position: relative;
  margin-bottom: 11px;
  padding-left: 30px;
  display: inline-block;
}

.footer-con .middle_portion .icon i {
  position: absolute;
  font-size: 14px;
  line-height: 14px;
  left: 0;
  top: 6px;
}

.footer-con .middle_portion .icon a {
  margin-left: 0 !important;
}

.footer-con .copyright {
  padding: 22px 0;
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.footer-con .copyright .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-con .copyright p {
  font-size: 15px;
  line-height: 12px;
  font-weight: 400;
  color: var(--e-global-color-light-grayish-cyan);
}


/*** 

====================================================================
                        about page
====================================================================


***/

.page-title {
  position: relative;
  width: 100%;
  height: 450px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 86px 0px 87px 0px;
  display: flex;
  align-items: center;
}

.page-title:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .4;
}

.page-title .title {
  position: relative;
  font-size: 45px;
  line-height: 52px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.bread-crumb,
.bread-crumb a {
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.bread-crumb a {
  color: #fff;
}

.bread-crumb span {
  color: #01a0e2;
}

/** team section **/

.our-team {
  position: relative;
  padding-bottom: 82px;
}

.our-team .img-content {
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.our-team .team-social-area {
  position: absolute;
  bottom: -200px;
  background: #01a0e2;
  width: 100%;
  padding: 15px 0px 15px 0px;
  transition: all 900ms ease;
}

.our-team .single-item:hover .team-social-area {
  bottom: 0px;
  transition: all 900ms ease;
}

.our-team .team-social-area .curve {
  position: absolute;
  left: 0px;
  top: -20px;
  display: block;
  width: 100%;
  height: 40px;
  background: #01a0e2;
  transform: skewY(5deg);
  -webkit-transform: skewY(-8deg);
}

.our-team .team-social-area li {
  position: relative;
  display: inline-block;
  margin: 0px 4px;
}

.our-team .team-social-area li a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  height: 43px;
  width: 43px;
  line-height: 43px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
  transition: all 500ms ease;
}

.our-team .team-social-area li a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #01a0e2;
  transition: all 500ms ease;
}

.our-team img {
  width: 100%;
}

.our-team .lower-content h3 {
  margin-bottom: 0px;
}

.our-team .lower-content p {
  color: #01a0e2;
  font-style: italic;
}

.our-team .team-title {
  margin-bottom: 88px;
}


/*** 

====================================================================
                        servicei page
====================================================================


***/

/*** 


====================================================================
                        error-page
====================================================================

***/

.error-section {
  position: relative;
  padding: 133px 0px 120px 0px;
}

.error-section .error-title {
  position: relative;
  font-size: 180px;
  color: #01a0e2;

  font-weight: bold;
  line-height: 120px;
  margin-bottom: 45px;
  text-shadow: 5px 5px 5px #ccc;
}

.error-section p {
  margin-bottom: 53px;
}


/*** 

====================================================================
                        contact page
====================================================================

***/

/* Section Styling */


.capabilities-section {
  background: #fff;
  /* White background */
  padding: 60px 20px;
  text-align: center;
}

.capabilities-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0a192f;
  text-transform: uppercase;
}

.capabilities-section .section-intro {
  max-width: 900px;
  margin: 0 auto 50px auto;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.capabilities-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.capability {
  background: #f9fafb;
  padding: 30px 20px;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.capability:hover {
  background: #f0f9ff;
  transform: translateY(-8px);
}

.capability img {
  width: 60px;
  margin-bottom: 20px;
  /* If your icons are SVG or can use filter for color */
  filter: brightness(0) saturate(100%) invert(48%) sepia(83%) saturate(2515%) hue-rotate(173deg) brightness(95%) contrast(90%);
}

.capability h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #222;
}

.capability p {
  font-size: 14px;
  color: #444;
  margin-bottom: 15px;
}

.capability a {
  font-size: 14px;
  color: #00A0E3;
  /* updated color */
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s;
}

.capability a:hover {
  color: #007bb5;
  /* optional hover shade */
}



/** brand-section **/

.brand-section {
  padding: 40px 0;
  background: #f9fafb;
  overflow: hidden;
  padding-top: 0px;
}

.brand-slider {
  overflow: hidden;
  position: relative;
}

.brand-track {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.brand-track img {
  max-width: 100px;
  height: auto;
  /* filter: grayscale(100%); */
  transition: 0.3s;
}

.brand-track img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.experience-section {
  padding: 60px 20px;
}

.experience-section {
  background: #e0f2fe;
  /* Light blue background */
  padding: 60px 20px;
  text-align: center;
}

.experience-boxes .box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.experience-boxes .box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.mt-5 {
  margin-top: 30px;
}

.experience-boxes .box i {
  font-size: 3.45rem;
  color: #01a0e2;
  margin-bottom: 15px;
}

.experience-boxes .box h3 {
  font-size: 2.50rem;
  color: #01a0e2;
  margin-bottom: 8px;
}

.experience-boxes .box p {
  font-size: 2rem;
  color: #777;
  margin-bottom: 0;
}



/* Container */
.container-tabs {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}


/* Main Title */
.main-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #667eea, #764ba2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Tab Navigation */
.tab-navigation {
  display: flex;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 15px;
  padding: 8px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.tab-button {
  border: none;
  padding: 10px 40px;
  cursor: pointer;
  border-radius: 10px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  color: #666;
  overflow: hidden;
  margin: 0 10px 0 10px;
}

.tab-button:hover::before {
  opacity: 1;
}

.tab-button.active {
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.tab-icon {
  font-size: 1.2rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-button:hover .tab-icon {
  transform: scale(1.2);
}

.tab-button.active .tab-icon {
  transform: scale(1.1);
}

.tab-text {
  font-size: 1.95rem;
  transition: all 0.3s ease;
}

/* Animated Tab Indicator */
.tab-indicator {
  position: absolute;
  top: 8px;
  bottom: 8px;
  border-radius: 10px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;

  width: calc(20% - 2px);
  left: 9px;
}


/* Tab Content */
.tab-content-wrapper {
  position: relative;
  min-height: 300px;
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.tab-content.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

.content-card {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative;
  overflow: hidden;
}

.content-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #00A0E3;
  border-radius: 20px 20px 0 0;
}

.content-card h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #333, #555);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.stat-item {
  background: #00A0E3;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  color: white;
  box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-3px) scale(1.02);
}

.stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0.15) 100%);
  animation: pulse 3s infinite;
}



.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  /* margin-bottom: 10px; */
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .container {
    width: 95%;
    padding: 10px;
  }

  .tabs-wrapper {
    padding: 25px;
  }

  .main-title {
    font-size: 2rem;
  }

  .tab-navigation {
    flex-direction: column;
    gap: 5px;
  }

  .tab-button {
    justify-content: flex-start;
    padding: 12px 15px;
    margin: 0 10px 0 10px;
  }

  .tab-indicator {
    width: calc(100% - 16px);
    height: 50px;
    left: 8px;
    top: 8px;
  }

  .feature-grid,
  .stats-grid,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .service-item,
  .contact-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }

  .content-card {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 1.8rem;
  }

  .tab-text {
    font-size: 0.9rem;
  }

  .content-card h2 {
    font-size: 1.6rem;
  }

  .content-card p {
    font-size: 1rem;
  }
}





.client-logo {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.client-logo img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.process-card {
  background: #fff;
  border-radius: 10px;
  padding: 80px 25px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.process-card .icon {
  font-size: 32px;
  color: #0077b6;
  margin-bottom: 15px;
}

.process-card h5 {
  font-weight: 600;
  color: #333;
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: #fff;

}

.process-card:hover .icon,
.process-card:hover h5 {
  color: #fff;
}

.happy-clients-section {
  margin: 10px 0 50px 0;
}




.vision {
  padding: 60px 20px;
  background-color: #fff;
}

.container-mission {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.box {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  flex: 1 1 300px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.box h2 {
  font-size: 24px;
  color: #01a0e2;
  margin-bottom: 15px;
}

.box p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {
  .main-menu .navbar-collapse {
    position: fixed;
    top: 0;
    right: -250px;
    /* hide it initially */
    width: 250px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transition: right 0.3s ease;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
    z-index: 9999;
  }

  .main-menu .navbar-collapse.open {
    right: 0;
  }

  .main-menu .navigation>li {
    width: 100%;
  }

  .main-menu .navigation>li>a {
    text-align: left;
    padding: 15px 20px;
  }

  .main-menu .navigation>li>ul {
    position: static;
    background: #f8f8f8;
    border: none;
    width: 100%;
    display: none;
  }

  .main-menu .navigation>li.open>ul {
    display: block;
  }
}


.why-choose-us {
  padding: 50px 20px;
  text-align: center;
}

.why-choose-us .cta-title {
  margin-bottom: 50px;
}

.feature-icon i {
  font-size: 4rem;
  color: #00A0E3;
}

.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto;
}

.feature-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.feature-icon {
  font-size: 40px;
  color: #1a73e8;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* Responsive for smaller screens */
@media (max-width: 900px) {
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .features {
    grid-template-columns: 1fr;
  }
}


/* Image container with overlay */

/* Sidebar */

.sidebar {
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.sidebar:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

/* Sidebar Title */
.sidebar h5 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #222;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #01a0e2;
    padding-bottom: 8px;
}

/* Product List */
.sidebar ul.product-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul.product-list li {
    margin-bottom: 12px;
}

/* Product Links */
.sidebar ul.product-list li a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 8px;
    background-color: #f9f9f9;
    transition: all 0.3s ease;
}

.sidebar ul.product-list li a i {
    font-size: 18px;
    width: 22px;
    text-align: center;
    color: #01a0e2;
}

/* Hover & Active Effects */
.sidebar ul.product-list li a:hover {
    background-color: #01a0e2;
    color: #fff;
    transform: translateX(4px);
}

.sidebar ul.product-list li a:hover i {
    color: #fff;
}

.sidebar ul.product-list li a.active {
    background-color: #01a0e2;
    color: #fff;
}

.sidebar ul.product-list li a.active i {
    color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .sidebar {
        margin-bottom: 30px;
    }
}


.products-section {
  margin: 50px 0 50px 0;
}

/* Section heading */
.section-heading h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.section-heading span {
  color: #01a0e2;
}

.section-heading p {
  color: #666;
  max-width: 700px;
  margin: 10px auto 0;
  line-height: 1.6;
}

/* Product cards */
.img-container {
  position: relative;
  overflow: hidden;
  /* border-radius: 8px; */
}

.card-img-top {
  width: 100%;
  height: 400px;
  border: 1px solid #cfc2c2;
  /* object-fit: cover; */
  transition: transform 0.4s ease;
  /* border-radius: 8px; */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(135, 206, 250, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s ease;
  /* border-radius: 8px; */
}

.overlay-text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
}

.img-container:hover .card-img-top {
  transform: scale(1.1);
}

.img-container:hover .overlay {
  opacity: 1;
}

.service-section {
  padding: 50px 0;
}

.section-title {
  /* text-align: center; */
  margin-bottom: 50px;
  position: relative;
}

.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  /* text-align: center; */
}

.section-title span {
  color: #01a0e2;
}

.section-title h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;

}

.section-title p {
  font-size: 1.5rem;
  color: #000;
  max-width: 700px;
  /* margin: 20px auto 0; */
}

.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.process-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  width: 100%;
  max-width: 350px;
  height: 310px;
  border-top: 5px solid #01a0e2;
  text-align: center;
}

.process-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.process-icon {
  width: 80px;
  height: 80px;
  background: #e8f0fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: #01a0e2;
}

.process-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #01a0e2;
}

.service-features {
  background: #f8f9fa;
  padding: 80px 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.feature-item {
  background: var(--white);
  padding: 30px;
  border-radius: 12px;
  box-shadow: var(--shadow);
  transition: var(--transition);
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.feature-item h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--primary);
  display: flex;
  align-items: center;
}

.feature-item h3 i {
  margin-right: 10px;
  color: var(--accent);
}


.btn-light {
  background: var(--white);
  color: var(--primary);
  padding: 12px 30px;
  font-weight: 600;
  border-radius: 8px;
  transition: var(--transition);
  border: 2px solid var(--white);
}

.btn-light:hover {
  background: transparent;
  color: var(--white);
}

@media (max-width: 768px) {
  .page-title .title {
    font-size: 2.2rem;
  }

  .section-title h2 {
    font-size: 2rem;
  }

  .process-steps {
    gap: 20px;
  }

  .process-card {
    max-width: 100%;
  }

}



.plastic-materials-section {
  padding: 60px 0;
  background-color: #fff;
  font-family: 'Poppins', sans-serif;
}

.materials-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.materials-text {
  flex: 1 1 45%;
}

.materials-text h6 {
  color: #00A0E3;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 600;
}

.materials-text h2 {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0 25px;
}

.materials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.materials-grid div {
  background-color: #00A0E3;
  /* red */
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 12px 0;
  border-radius: 4px;
  transition: 0.3s ease;
}



.materials-image {
  flex: 1 1 45%;
  text-align: center;
}

.materials-image img {
  width: 100%;
  border-radius: 6px;
  object-fit: cover;
}

.materials-image p {
  font-size: 15px;
  font-weight: 500;

  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .materials-content {
    flex-direction: column;
  }

  .materials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


.contact-section {
  padding: 60px 0;
  background-color: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.contact-form {
  flex: 1 1 45%;
}

.contact-form h2 {
  font-size: 32px;
  font-weight: 700;
  color: #00A0E3;
  margin-bottom: 10px;
}

.contact-form p {
  color: #555;
  margin-bottom: 25px;
}

.contact-form .form-group {
  margin-bottom: 15px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #00A0E3;
  box-shadow: 0 0 4px #00A0E3;
}

.contact-form button {
  background-color: #00A0E3;
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form button:hover {
  background-color: #00A0E3;
}

.contact-map {
  flex: 1 1 45%;
}

.contact-map iframe {
  width: 100%;
  /* height: 100%; */
  border-radius: 6px;
  min-height: 400px;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-content {
    flex-direction: column;
  }
}


.quality-section {
  padding: 60px 0;
  background-color: #f9fafb;
  font-family: 'Poppins', sans-serif;
}

.quality-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.quality-text {
  flex: 1 1 45%;
}

.quality-text h2 {
  font-size: 30px;
  color: #00A0E3;
  font-weight: 700;
  margin-bottom: 15px;
}

.quality-text p {
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
}

.quality-text ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.quality-text ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  color: #333;
}

.quality-text ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00A0E3;
  position: absolute;
  left: 0;
  top: 0;
}

.btn-download {
  display: inline-block;
  background-color: #00A0E3;
  color: #fff;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}


.btn-download:hover {
  background-color: #00A0E3;
  color: #fff !important;
}

.quality-image {
  flex: 1 1 50%;
  text-align: center;
}

.quality-image iframe {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.quality-image .caption {
  margin-top: 10px;
  font-size: 14px;
  color: #00A0E3;
  font-weight: 500;
}

.quality-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.quality-image img:hover {
  transform: scale(1.03);
}


/* Responsive */
@media (max-width: 768px) {
  .quality-content {
    flex-direction: column;
  }

  .quality-image iframe {
    height: 400px;
  }
}


.client-table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  font-family: Arial, sans-serif;
}

.client-table th,
.client-table td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}

.client-table th {
  background-color: #00a0e3;
  color: #fff;
}

.client-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.client-section {
  padding: 50px 0;
}

.client-section h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}


.capability-section {
  padding: 80px 0;
}

.row-section-capability {
  margin-top: 60px;
}

.quality-badge h3 {
  color: #fff;
}

.mb-card {
  margin-top: 50px;
}

.quality-badge p {
  color: #fff;
}

.capability-section:nth-child(even) {
  background-color: #e9f1ff;
}

.section-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
  /*text-align: center;*/
}

.section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #01a0e2;
}


.capability-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  margin-top: 50px;
  height: 250px;
}

.capability-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.capability-img {
  height: 300px;
  overflow: hidden;
}

.capability-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.capability-card:hover .capability-img img {
  transform: scale(1.1);
}

.capability-section-row {
  margin-top: 50px;
}

.text-primary {
  color: #01a0e2;
}

.capability-content {
  padding: 25px;
}

.capability-icon {
  font-size: 2.5rem;
  color: #01a0e2;
  margin-bottom: 20px;
}

.capability-title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #01a0e2;
}

.process-steps {
  position: relative;
  padding: 40px 0;
}

.process-step {
  text-align: center;
  padding: 20px;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #01a0e2;
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto 20px;
}

.step-connector {
  position: absolute;
  top: 90px;
  left: 60%;
  width: 40%;
  height: 2px;
  background: #01a0e2;
  z-index: -1;
}

@media (max-width: 768px) {
  .step-connector {
    display: none;
  }

  .page-title .title {
    font-size: 2rem;
  }

  .capability-section {
    padding: 50px 0;
  }
}

.quality-badge {
  background: #01a0e2;
  color: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
}

.badge-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}