* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: sans-serif;  font-size: 16px;font-family: "Google Sans", sans-serif;  font-family: "Roboto", sans-serif; }

/* TOP BAR */
.top-bar {
    /* background: #0074c8; */
      background: linear-gradient(90deg,
    #ff4f8b,
    #ff7a3d,
    #ffaf3f,
    #7a3dff,
    #3dbdff
  );

  border-bottom: 0.1px solid grey;
    color: #fff;
    padding: 10px 40px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}


.top-bar a{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
ul{
  padding-left: 15px;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #555;
}
ul li{
  margin-bottom: 5px;
	
	list-style: auto;
}

/* HEADER */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding:15px 40px;
      background: linear-gradient(90deg,
    #ff4f8b,
    #ff7a3d,
    #ffaf3f,
    #7a3dff,
    #3dbdff
  );
  color: #fff;
  position: relative;
}

/* .header::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1px;
    bottom: 10px;
    left: 0;
    background-color: #d5d5d5;
} */
.logo { 
    font-size: 30px;
    font-weight: bold;
    color: #0074c8;
}

.navbar a {
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.navbar a:hover {
    color: #0074c8;
}

/* HERO SECTION */

/* ARROWS */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 2px solid #fff;
    padding: 12px 18px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 11;
}

.left { left: 30px; }
.right { right: 30px; }

.nav-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}


/* Section */
.products-section {
    padding: 60px 80px;
    text-align: center;
}

.products-section h2 {
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 700;
}

/* Row */
.products-row {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
}

/* Card */
.product-card {
    width: 31%;
    border:1px solid #ecebeb;
    /* display: flex; */
    text-align: left;
    align-items: center;
    
    border-radius: 12px;
}

/* Image */
.product-img{
padding: 60px;
background-color: #0074c8;
border-radius: 12px 12px 0 0 ;

}
.product-img img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
    
}

/* Info Box */
.product-info {
    padding: 30px;
    /* margin-top: 40px; */
    text-align: left;
}

.product-info .category {
    color: #888;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-info h3 {
    font-size: 28px;
    margin-bottom: 30px;
}

/* Button */
.btn {
    display: inline-block;
    padding: 14px 26px;
    background: #0074c8;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border-radius: 12px;
	text-transform: uppercase;
  position: relative;
}



/* MISSION / VISION */
.mission-vision {
  display: flex;
  width: 100%;
  max-width: 80%;
  margin: auto;
  position: relative;
  top: -80px;
}

.mv-box {
  flex: 1;
  padding: 40px;
  color: #fff;
  
}

.mv-box h3{
  margin-bottom: 10px;
}
.mv-box.red { 
    background: #a741a5;
    /* background: #0074c8; */
      /* background: linear-gradient(90deg,
    #ff4f8b,
    #ff7a3d,
    #ffaf3f,
    #7a3dff,
    #3dbdff
  ); */
 }
.mv-box.blue { 
    background: #5c7cff; 
      /* background: linear-gradient(
    #ff4f8b,
    #a741a5,
    
  ); */
}

/* WELCOME */
.welcome-ise {
  text-align: center;
  padding: 60px 15%;
  background: #f7f7f7;
}

.welcome-ise h2 {
  margin-bottom: 10px;
}

.line {
  display: block;
  width: 60px;
  height: 2px;
  background: #a741a5;
    /* background: #0074c8; */
  margin: 15px auto;
}

/* MAGAZINE */
.magazine {
  display: flex;
  gap: 40px;
  padding: 60px 8%;
  background: #a741a5;
    background: #5c7cff;
  color: #fff;
}

.magazine img {
  width: 100%;
  margin-top: 15px;
}

.mag-left { flex: 2; }
.mag-right { flex: 1; }

/* CLIENTS */
.clients {
  text-align: center;
  padding: 60px 8%;
}

.client-logos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.client-logos img {
  max-width: 100%;
  filter: grayscale(100%);
}

/* FOOTER */
.footer {
  background: #5c7cff;
  color: #fff;
  padding: 40px 8%;
}

.footer-cols {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer h4{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer a {
  display: block;
  color: #aaa;
  text-decoration: none;
  margin-top: 6px;
}

.footer-bottom {
  border-top: 1px solid #444;
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}


.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.social-icons li a {
  width: 30px;
  height: 30px;
  background: #f1f1f1;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 18px;
}

/* Hover effect */
.social-icons li a:hover {
  color: #fff;
  transform: translateY(-3px);
}

/* Brand colors */
.social-icons .facebook:hover { background: #1877f2; }
.social-icons .instagram:hover { background: #e1306c; }
.social-icons .twitter:hover { background: #1da1f2; }
.social-icons .linkedin:hover { background: #0077b5; }

.navi{
display: flex;
margin-top: 20px;
/* gap: 20px; */

}


.navi a{
    color: #fff;
    border-right: 2px solid;
    padding-right: 10px;
    margin-right: 10px;
}

.navi a:last-child{
    border: none;
}





/*  */

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
}

.logo {
  font-size: 32px;
  font-weight: bold;
}

.topbar input {
  padding: 8px 12px;
  width: 250px;
}

.nav {
  background: #333;
  text-align: center;
}

.nav a {
  display: inline-block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
}

.nav a.active {
  background: #5c7cff;
}

/* PAGE TITLE */
.page-title {
  background: #5c7cff;
  /* background: linear-gradient(90deg, #ff4f8b, #7a3dff, #3dbdff); */
  color: #fff;
  text-align: center;
  padding: 50px 20px;
}

.page-title p {
  max-width: 800px;
  margin: 15px auto 0;
}

/* BRAND SECTIONS */
.brand-section {
  display: flex;
  gap: 150px;
  padding: 60px 5%;
  align-items: center;
}

.brand-section.reverse {
  flex-direction: row-reverse;
  background: #f4f4f4;
}




.brand-section>div {
    width: 100%;
}

.brand-info {
    width: 48% ! IMPORTANT;
}

.brand-info .btns{
	display:flex;
	gap:10px;
}

.image-grid {
    width: 70% ! IMPORTANT;
}

.brand-info {
  width: 30%;
}

.brand-info h2 {
  margin-bottom: 10px;
}

.brand-info p {
  margin-bottom: 20px;
}

.btn {
  background: #5c7cff;
  color: #fff;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}

.product-grid {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.product-grid img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}


/*  */


.image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.image-grid .img {
  overflow: hidden;
  background: #000;
}

.image-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Custom heights to match layout */
.img-1 {
  height: 260px;
}

.img-2 {
  height: 260px;
}

.img-3 {
  height: 320px;
}

.img-4 {
  height: 320px;
}

/* Optional shadow like product showcase */
.image-grid .img {
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}




/* Banner */
.page-banner {
  /* background: linear-gradient(90deg, #ff4f8b, #7a3dff, #3dbdff); */
  background: #5c7cff;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.page-banner h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

/* Product List */
.product-list {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.product-item {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 80px;
}

.product-item.reverse {
  flex-direction: row-reverse;
}

/* Image Grid */
.product-images {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 15px;
  flex: 1;
}

.product-images img {
  width: 100%;
  /* height: 160px; */
  object-fit: cover;
  border-radius: 10px;
}

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

.product-content h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.product-content p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* Button */
.btn {
  display: inline-block;
  padding: 12px 22px;
  background: #5b6cff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
}

.btn:hover {
  background: #3d4cff;
}

ul.social-icons li {
    list-style: none;
}

/* Responsive */

@media (max-width: 1400px) {
	.brand-section>div{
		width:100% !important;
	}
	
	.brand-section{
		gap:50px;
	}
	
}
@media (max-width: 768px) {
  .product-item,
  .product-item.reverse {
    flex-direction: column;
  }

  .product-images img {
    height: 140px;
  }
}




/* About */
.about-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.about-grid {
  display: flex;
  gap: 40px;
  /* align-items: center; */
}

.about-text h2 {
  font-size: 22px;
  margin: 55px 0 15px;

}

.about-text p {
  color: #555;
  margin-bottom: 15px;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
}

/* Stats */
.stats-section {
  background: #5b6cff;
  color: #fff;
  padding: 50px 20px;
}

.stats {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.stat h3 {
  font-size: 32px;
}

/* Contact */
.contact-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.contact-grid {
  display: flex;
  gap: 40px;
}

.contact-grid>div{
  width: 100%;
}

.contact-info a{
  color: #000;
}
.contact-info ul {
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  li{
    margin-bottom: 15px;
    list-style: none;
  }
}

.contact-info h2{
  margin-bottom: 10px;
}

.contact-info li {
  margin-bottom: 10px;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ddd;
  width: 100%;
}



.contact-form button ,.wpcf7-submit{
  background: #5b6cff;
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
/* 
form br{
  display: none;
} */

.contact-form button:hover,.wpcf7-submit:hover {
  background: #3d4cff;
}

.wpcf7-not-valid-tip{
  font-size: 13px;
}

/* Responsive */
@media (max-width: 768px) {
  .about-grid,
  .contact-grid {
    flex-direction: column;
  }

  .stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}


.detail-banner {
  /* background: url(../images/close-up-metallic-medical-scalpel.jpg); */
  height:300px;
  display: flex;
  align-items: center;
  justify-content: center;
      background-repeat: no-repeat;
      flex-direction: column;
    background-size: 100% 100% !important;
position: relative;
}


.detail-banner::before{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
background-color:#00000080;
}

.detail-banner h1{
  position: relative;

}

/* Product Gallery */
.product-gallery {
  background: #f8f9fc;
  padding: 80px 20px;
}

.gallery-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
}

.gallery-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

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

.gallery-item:hover img {
  transform: scale(1.08);
}

/* Modal */
.gallery-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.gallery-modal img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.gallery-modal .close {
  position: absolute;
  top: 30px;
  
  right: 40px;
  /* font-size: 36px; */
  /* color: #fff; */
  cursor: pointer;
  
}


.nav-arrow {
    height: 100px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    left: 0;
    border: none;
}

button.nav-arrow.next{
  left: auto;
right: 0 ;
}


.nav-arrow::after {
  content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
}


button.nav-arrow.prev::after{
      border-left: 1px solid white;
    border-top: 1px solid white;
}

button.nav-arrow.next::after{
      border-right: 1px solid white;
    border-bottom: 1px solid white;
  
}


/* .gallery-modal .close::before,.gallery-modal .close::after {
  display: none;

} */

/* Responsive */
@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
	
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}







.gallery_outer section {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
    max-width: 1200px; 
    margin: 0 auto;  

    /* column-count: 3;
    column-gap: 5px;
    padding: 5px;

    max-width: 900px;
    margin: 0 auto; */
}

.gallery_outer section img {
  width: 100%;
  cursor: pointer;
      height: 262px;
    object-fit: cover;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


/*.lightbox:hover img{
  transform: translate(-50%, -50%) rotateY(180deg);
}*/

[class^="arrow"] {
  height: 100px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.arrowr {
  right: 0;
}

.arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.arrowl {
  left: 0;
}

.arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.close:after,
.close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 70%;
  background: #fff;
}

.close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}





/* .my-slider{
  padding: 0 70px;
} */
.slick-initialized .slick-slide{
  background-color: #5c7cff;
  /* color: #FFF; */
  height: 500px;
  /* margin: 0 15px 0 0; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}


.hero-content>div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    margin-left: 120px;
    position: relative;
        z-index: 11;
    color: #fff;
}

/* .hero-content>div h1{
color:#000;	
} */

.hero-content>div .btn{
margin-top: 10px;
}


.slick-initialized .slick-slide>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
    height: 100%;

        filter: brightness(0.7);
}

.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}




.navbar .dropdown {
    position: relative;
    display: inline-block;
}

.navbar .dropdown-content {
    display: none;
    position: absolute;
    
    min-width: 180px;
    z-index: 1000;
    left: 18px;
        padding-top: 15px;
}

.navbar .dropdown-content>div,.dropdown-content>ul{
background-color: #fff;
}
.navbar .dropdown:hover .dropdown-content {
    display: block;
}

.navbar .dropdown-content a,.navbar .dropdown-content span {
    display: block;
    padding: 10px 15px;
    color: #000;
    text-decoration: none;
        font-size: 14px;
        margin: 0;
        cursor: pointer;
        font-weight: 500;
}

.navbar .dropdown-content a:hover,.navbar .dropdown-content span:hover {
    background-color: #5c7cff;
    color: #fff;
    cursor: pointer;
}

.navbar .dropdown-content span:hover svg path{
  fill: #fff;
}


.navbar .dropdown-content  li{
list-style: none;
margin: 0px;
}
.menu-root {
  
  padding: 0;
  margin: 0;
}

.menu-root > li {
  position: relative;
}

.has-submenu > .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 220px;
      margin: 0px;
    padding: 0px;
}

.has-submenu:hover > .submenu {
  display: block;
}




li.has-submenu>span {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    cursor: default !important;
}



.wpcf7 form .wpcf7-response-output{
  margin: 0;
}

@media (max-width:767px) {

  body{
    font-size: 14px;
  }
  .wrapper-outer{
    .logo{
      img{
        width: 60px !important;
      }
    }
  }

    .top-bar{
      padding: 10px ;
    }
    .header{
          padding: 15px 10px;
    }

    .navbar a:first-child{
      margin: 0px !important;
    }
        .navbar >a,.dropdown> a,.dropdown> a:first-child{
      margin-left: 9px !important;
    }

    
.hero-content>div{
  margin-left: 20px;
}
 

.nav-btn{
  display: none !important;
}

.slick-initialized .slick-slide{
  height: 300px;
}

h1 {
    font-size: 23px;
}

.btn {
    padding: 10px 14px;
    font-size: 12px;
}

.mission-vision{
  flex-direction: column;
  max-width: 100%;
  top: 0;
}

.slick-slider{
  margin: 0 !important;
}

section.brand-section,.footer-cols,.footer-bottom,.brand-section.reverse  {
    flex-direction: column;
}
.footer-bottom{
  gap: 10px;
}

.image-grid>div {
    height: 160px;
}

.footer-cols p{
  max-width: 100% !important;
}

.navbar .dropdown-content{
  position: fixed;
      left: 0;
    width: 100%;
    margin-top: 14px;
    padding: 0;
    /* background-color: #fff; */
}

.navbar .dropdown-content>div{
  background-color: #fff;
}

.navbar .dropdown-content a{
  color: #000;
}

.about-section,.contact-section{
  margin: 20px auto;
}

.about-text h2 {
    font-size: 18px;
    margin: 25px 0 15px;
}

.page-banner h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

.page-banner{
  padding: 40px 20px;
}

.detail-banner{
  height: 180px;
}

.contact-grid{
  gap: 10px;
}
.gallery_outer section{
  padding: 0 15px;
      display: flex;
    flex-direction: column;
    gap: 10px;
}

.gallery_outer section img{
  height: 200px;
}

.close{
  width: 25px;
  height: 25px;
}

[class^="arrow"]{
      height: 50px;
    width: 30px;
}

[class^="arrow"]:after{
  width: 10px;
    height: 10px;
}

body.dropdown-open{
  overflow: hidden;
}

.navbar .dropdown:hover .dropdown-content{
  display: none;
}

body.dropdown-open .dropdown-content{
  display: block !important;
  
}

li.has-submenu.active ul{
  display: block;
  position: static;

}

li.has-submenu svg {
    transform: rotate(90deg);
}

.has-submenu.active svg{
   transform: rotate(-90deg);
}

.gallery-modal .close{
      top: 0;
    right: 0;
}

.nav-arrow{
  height: 50px;
        width: 30px;
}

.nav-arrow::after{
    width: 10px;
    height: 10px;
}

.gallery-modal{
  padding: 15px;
}

}




