.prod-head {
  margin-bottom: 0px;
  margin-top: 50px;
}

table tr {
  border: 2px solid gray;
  border-radius: 50px;
}

table th {
  font-weight: 700;
}

table td {
  border: 2px solid gray;
  /* border-radius: 50px; */
  font-weight: 600;
}

/* home page css */

.gdlr-core-portfolio-icon-wrap {
  border: 1px solid red;
  display: none;
}

#gdlr-core-button-id-69605 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ed1c24;
  padding: 12px 19px 15px 26px;
  text-transform: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 2px 2px 2px 2px;
  border-color: #ed1c24;
}

#gdlr-core-button-id-69605 i {
  font-size: 22px;
  color: #ed1c24;
}

/* slider image */

.gdlr-core-portfolio-thumbnail img {
  width: 100%;
  height: 400px;
}

.uniq-body h5 {
  font-size: 15px;
  /* font-size: 22px; */
  margin-bottom: 0px;
  padding: 10px;
  /* padding: 30px; */
  text-align: center;
  /* border: 1px solid red; */
}

.gdlr-core-portfolio-thumbnail .gdlr-core-portfolio-overlay {
  text-align: center;
  display: none;
}

/* start */
.homeproduct .gdlr-core-pbf-element {
  margin: 0px 10px;
  border: 1px solid lightgray;
}

.homeproduct .gdlr-core-pbf-element .card h4 {
  font-weight: 500;
}

/* end */

/* 11111111111111111111 start */
.carousel-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  /* padding: 18px; */
  padding: 18px 15px 40px 15px;
  border-radius: 8px;
}

#custom-prev,
#custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 10;
  user-select: none;
}

#custom-prev {
  left: -30px;
}

#custom-next {
  right: -30px;
}

/* Adjust arrow size and position on tablets */
@media (max-width: 768px) {
  #custom-prev {
    width: 30px;
    height: 30px;
    left: -35px;
  }

  #custom-next {
    width: 30px;
    height: 30px;
    right: -35px;
  }
}

/* Adjust arrow size and position on mobile */
@media (max-width: 480px) {
  #custom-prev {
    width: 25px;
    height: 25px;
    /* left: -10px; */
    left: -0px;
    /* left: -25px; */
  }

  #custom-next {
    width: 25px;
    height: 25px;
    /* right: -10px; */
    right: -0px;
    /* right: -25px; */
  }
}

/* Owl carousel card styling */
.owl-carousel .card {
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 6px;
  border-radius: 8px;
  overflow: hidden;
}

.owl-carousel .card img {
  width: 100%;
  height: auto;
  display: block;
}

.owl-carousel .card-body {
  text-align: center;
  padding: 15px;
}

/* 11111111111111111111 end */

.card {
  margin-bottom: 5px;
}

.gdlr-core-column-service-item .gdlr-core-column-service-title {
  color: white;
}

/* .gdlr-core-pbf-column{
            background-color: gray;
        } */

/* .banner{
            background-image: url(../assets/homeprod/1.jpg);
        } */

.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
  /* full screen hero */
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* covers entire section */
  z-index: -1;
  /* pushes video behind content */
}

.gdlr-core-page-builder-body {
  position: relative;
  z-index: 1;
  /* content stays above video */
  /* padding: 300px 20px 200px 20px; */
  text-align: center;
}



#ProductsSection {
  padding: 20px 0px 0px;
}

@media screen and (max-width: 520px) {
    
  
  .uni-hero-content{
    max-width: 950px !important;
    padding: 0 20px !important;
    margin-top: 100px;
    text-align: left;
  }

  .recent-blogs-desc {
    font-size: 18px;
    color: #555;
    margin-top: 15px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: left !important;
}

     .recent-blogs-desc{
        padding: 0px !important;
     }


  .smallImage {
    display: none;
    border: 3px solid red;
  }

  .stylish-heading::after{
    content: "";
    position: absolute;
    left: 25% !important;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff6a00, #ff0084);
    border-radius: 3px;
  }
}

.footer-prod-menu {
  /* border: 1px solid white; */
  list-style-type: none;
  /* padding-top: 20px; */
  padding-top: 0px;
}

.footer-prod-menu p {
  margin-bottom: 5px;
  margin: 10px 0px;
}

.uniq-footer-column .footer-heading {
  display: inline-block;
  color: #6b6b6b;
  /* color: white; */
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
  position: relative;
}

.uniq-footer-column .footer-heading::after {
  content: "";
  display: block;
  margin: 8px 0 0 0;
  width: 50px;
  height: 2px;
  background: #fb832e;
  /* background: white; */
  border-radius: 2px;
  transition: background 0.3s;
}

.uniq-footer-column .footer-heading:hover::after {
  background: #ff6633;
}


@media (max-width: 1050px) {

  .uniq-navigation .sf-menu>li {
    padding-left: 18px;
    padding-right: 5px;
  }

}

/* new Responsive code */


@media screen and (min-width:1500px) {
  .container {
    /* display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 40px;
                align-items: center;
                padding:0px 300px;
                max-width: 1320px; */
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    /* हे center करेल */
    padding-top: 100px;
  }
}




@media screen and (min-width:1400px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    /* हे center करेल */
    padding-top: 100px;
  }

  .sub-section img {
    width: 270px;
    height: 240px;
    /* border-radius: 10px; */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
}


@media screen and (max-width:1300px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
    /* हे center करेल */
    padding-top: 100px;
  }

  .sub-section img {
    width: 270px;
    height: 240px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
}



@media screen and (max-width:1199px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 100px;
  }

  .sub-section img {
    width: 270px;
    height: 240px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
}


@media screen and (max-width:1000px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px;
  }

  .sub-section img {
    width: 240px;
    height: 140px;
    border-radius: 10px;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width:520px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 100px;
  }

  .gdlr-core-pbf-column-content-margin {
    margin: 0px 0px 0px 0px !important;
  }
}


@media screen and (min-width:999px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 100px;
    /* background-color: yellow; */
  }

  .sub-section img {
    width: 220px;
    height: 135px;
    /* border-radius: 10px; */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width:1199px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    max-width: 1250px;
    margin: 0 auto;
    padding-top: 100px;
    /* background-color: lightblue; */
  }

  .sub-section img {
    /* width: 270px;
                height: 240px; */
    width: 290px;
    height: 270px;
    /* border-radius: 10px; */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
  }
}

@media(max-width: 900px) {
  .container {
    grid-template-columns: 1fr;
    text-align: left;
    /* text-align: center; */
  }

  .sub-section {
    justify-content: center;
  }
}




/* css om change all start */

/* Heading */
.product-heading {
  font-size: 48px !important;
  /* bigger */
  font-weight: 700;
  /* letter-spacing: 3px; */
  color: #000000;
  text-align: left;
  /* left aligned */
}

/* Paragraph */
.product-paragraph {
  font-size: 20px !important;
  /* bigger */
  font-weight: 400;
  color: #555555;
  text-align: left;
  /* left aligned */
  /* margin-bottom: 30px; */
}

/* Cards */
.card {
  border-radius: 0 !important;
  /* remove rounded corners */
  overflow: hidden;
}

.card img {
  border-radius: 0 !important;
}

.card-body {
  text-align: center;
  padding: 10px;
}

/* #contactUS{
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #ff6633;
    color: white;
}

#contactUS:hover{
    border: 1px solid black;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #009999;
    color: white;
} */

#contactUS {
  /* border: 1px solid black; */
  padding: 5px 10px;
  /* border-radius: 5px; */
  background: linear-gradient(to right, transparent 50%, #f96b0c 50%);
  background-size: 200% 100%;
  background-position: left bottom;
  color: #6b6b6b;
  transition: all 0.4s ease;
}

#contactUS:hover {
  background-position: right bottom;
  /* animate left -> right */
  color: white;
  border-color: #009999;
}


/* Stylish underline for heading */
.stylish-heading {
  font-size: 46px;
  font-weight: 700;
  color: #000;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.stylish-heading::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  /* length of border */
  height: 4px;
  /* thickness */
  background: linear-gradient(90deg, #ff6a00, #ff0084);
  /* gradient stylish border */
  border-radius: 3px;
}





/* Responsive text */
.recent-blogs-desc {
  font-size: 18px;
  color: #555;
  margin-top: 15px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .stylish-heading {
    font-size: 32px;
  }

  .recent-blogs-desc {
    font-size: 16px;
    padding: 0 15px;
  }
}


.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  background: #fb832e;
  /* color: #333; */
  color: #333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  /* border-radius: 8px; */
  transition: color 0.3s ease;
}

/* background animation */
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #050505, #202021);
  transition: left 0.4s ease;
  z-index: 0;
}

.btn:hover::before {
  left: 0;
}

.btn span,
.btn i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn i {
  display: inline-block;
  transform: translateX(0);
}

.btn:hover {
  color: #fff;
}

.btn:hover i {
  transform: translateX(5px);
}

/* start */

.View_More_Blogs {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: none;
  /* background: #009999; */
  background: #0099cc;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s ease;
}

.View_More_Blogs::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #050505, #202021);
  transition: left 0.4s ease;
  z-index: 0;
}


.View_More_Blogs:hover::before {
  left: 0;
}

.View_More_Blogs span,
.View_More_Blogs i {
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, color 0.3s ease;
}

.View_More_Blogs i {
  display: inline-block;
  transform: translateX(0);
}

.View_More_Blogs:hover {
  color: #fff;
}

.View_More_Blogs:hover i {
  transform: translateX(5px);
}

/* end */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.hero-content {
  position: relative;
  max-width: 950px;
  text-align: center;
  color: #fff;
}

.hero-title {
  font-size: 38px;
  font-weight: 500 !important;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff !important;
  /* force white */
  -webkit-text-fill-color: #ffffff !important;
  /* fix gradient override issue */
  background: none !important;
  /* remove gradient if applied */
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  /* optional readability */
}


.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #fff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  /* allows stacking on small screens */
}

.btn-primary,
.btn-secondary {
  padding: 14px 34px;
  font-size: 16px;
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
}

.btn-primary {
  background: #ff751f;
  color: #fff;
}

.btn-primary:hover {
  background: #fc5e03;
}

.btn-secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #000 !important;
}

/* 📱 Responsive Design */
@media (max-width: 992px) {
  .hero-title {
    font-size: 42px;
  }

  .hero-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
    line-height: 1.3;
  }

  .hero-subtitle {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn-primary,
  .btn-secondary {
    width: 100%;
    /* full-width buttons on small screens */
    text-align: center;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 26px;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}


/* Hero Section */
.uni-about-hero {
  position: relative !important;
  width: 100% !important;
  height: 65vh !important;
  overflow: hidden !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  color: #fff !important;
}

/* Background Video */
.uni-hero-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: -2 !important;
}

/* Dark Overlay */
.uni-overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.55) !important;
  z-index: -1 !important;
}

/* Content */
.uni-hero-content {
  max-width: 950px !important;
  padding: 0 20px !important;
  margin-top: 100px;
  
}

.uni-hero-title {
  font-size: 45px !important;
  /* smaller */
  font-weight: 500 !important;
  /* less bold */
  letter-spacing: 3px !important;
  /* text-transform: uppercase !important; */
  margin-bottom: 10px !important;
  /* reduced gap */
  color: #fff !important;
}

.uni-hero-subtitle {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #ddd !important;
  line-height: 1.5 !important;
}

/* Responsive */
@media (max-width: 768px) {
  .uni-hero-title {
    font-size: 30px !important;
    letter-spacing: 1px !important;
  }

  .uni-hero-subtitle {
    font-size: 15px !important;
  }
}


/* Container */
.consultation-section {
  padding: 80px 20px;
  background: #fff7f0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.consultation-container {
  max-width: 900px;
  width: 100%;
}

/* Title */
.consultation-title h3 {
  font-size: 36px;
  color: #ff6633;
  margin-bottom: 10px;
  font-weight: 700;
}

.consultation-title .description {
  font-size: 18px;
  color: #464646;
  margin-bottom: 15px;
}

.consultation-title .divider {
  display: block;
  width: 60px;
  height: 4px;
  background: #ff6633;
  margin: 0 auto 30px auto;
  border-radius: 2px;
}

/* Info Section */
.consultation-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

/* Icons */
.contact-icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
  animation: float 2s ease-in-out infinite;
}

.contact-icon img {
  width: 60%;
  height: 60%;
  margin: 20%;
}

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

/* Floating Animation */
@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

/* Button */
.consultation-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(90deg, #ff6633, #ff8533);
  padding: 14px 30px;
  /* border-radius: 5px; */
  text-decoration: none;
  transition: all 0.3s ease;
}

.consultation-btn:hover {
  background: linear-gradient(90deg, #ff8533, #ff6633);
  transform: translateY(-2px);
}

.consultation-btn .arrow {
  margin-left: 10px;
  transition: margin-left 0.3s ease;
}

.consultation-btn:hover .arrow {
  margin-left: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .consultation-info {
    flex-direction: column;
    gap: 20px;
  }

  .contact-icon {
    width: 60px;
    height: 60px;
  }
}



/* Hero Section */
.omcode_hero {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url('/images/mash/blog_reading.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}

/* Overlay on background */
.omcode_hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.647); /* adjust opacity */
  z-index: 1;
}



.omcode_hero_smart {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url('/images/product_back/Smart\ Scan™.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}

/* Overlay on background */
.omcode_hero_smart::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.647); /* adjust opacity */
  z-index: 1;
}


.omcode_hero_content_smart {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.omcode_hero_smart h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}

.omcode_hero_smartphone {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url('/images/product_back/Smartphone-Integrated.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}

/* Overlay on background */
.omcode_hero_smartphone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.679); /* adjust opacity */
  z-index: 1;
}


.omcode_hero_content_smartphone {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.omcode_hero_smartphone h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}





.omcode_hero_machscape {
  position: relative;
  width: 100%;
  height: 75vh;
  background: url('/images/product_back/Machscape\ Lifelin.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}

/* Overlay on background */
.omcode_hero_machscape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.679); /* adjust opacity */
  z-index: 1;
}


.omcode_hero_content_machscape {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
  text-align: left;
}

.omcode_hero_image {
  margin-top: 100px;
  max-width: 800px;
  padding: 20px;
  position: relative;
  z-index: 2;
}





.omcode_hero_machscape h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}



.omcode_hero_nri {
  position: relative;
  width: 100%;
  height: 65vh;
  background: url('/images/product_back/Sharper\ Vision.jpg') no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff !important;
  overflow: hidden;
}

/* Overlay on background */
.omcode_hero_nri::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.679); /* adjust opacity */
  z-index: 1;
}


.omcode_hero_content_nri {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.omcode_hero_nri h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}












/* Content stays above overlay */
.omcode_hero_content {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
}



.omcode_hero_content_smart {
  margin-top: 100px;
  max-width: 850px;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.omcode_hero_smart h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}

.omcode_hero h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 500;
  color: white;
}

.omcode_hero p {
  font-size: 1.1rem;
  line-height: 1.8;
}


/* Section Layout */
.omcode_section {
  padding: 40px 0px 0px 20px;
  max-width: 1250px;
  margin: auto;
}

.omcode_section_1 {
  padding: 10px 20px;
  max-width: 1270px;
  margin: auto;
}

.omcode_section h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #373737;
}

.omcode_section h4 {
  margin: 20px 0 10px;
  font-size: 1.3rem;
  max-width: 500;
  color: #444;
}

.omcode_section_1 h4 {
  margin: 10px 0 10px;
  font-size: 1.3rem;
  max-width: 500;
  color: #444;
}

.omcode_section p {
  margin-bottom: 20px;
  font-size: 1rem;
  color: #555;
}

.omcode_section ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.omcode_section ul li {
  margin: 8px 0;
  color: #333;
}

/* Image Grid */
.omcode_hero-image-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.omcode_hero-image-grid img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.omcode_hero-image-grid img:hover {
  transform: scale(1.05);
}

/* Mini Section */
/* .omcode_mini {
  background: #f9f9f9;
} */

.omcode_mini h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #050505;
}

.omcode_mini p {
  margin-bottom: 20px;
  color: #444;
}

.omcode_mini ul {
  margin-left: 20px;
}

.omcode_mini ul li {
  margin: 8px 0;
  color: #333;
}

/* Responsive Typography */
@media (max-width: 991px) {
  .omcode_hero {
    height: auto;
    padding: 60px 6px;
    text-align: left;
  }

  .omcode_hero_content {
    margin-top: 60px;
    padding: 15px;
  }

  .omcode_hero h1 {
    font-size: 2.2rem;
    line-height: 1.3;
  }

  .omcode_hero p {
    font-size: 1rem;
  }

  .omcode_section {
    padding: 40px 15px;
  }
}

@media (max-width: 600px) {
  .omcode_hero h1 {
    font-size: 1.8rem;
  }

  .omcode_hero p {
    font-size: 0.95rem;
  }

  .omcode_section h2,
  .omcode_mini h2 {
    font-size: 1.4rem;
  }

  .omcode_section p,
  .omcode_mini p {
    font-size: 0.95rem;
  }

  .omcode_section ul li,
  .omcode_mini ul li {
    font-size: 0.95rem;
  }
}


.omco_contact_section {
  padding: 20px 20px;
}

.omco_contact_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: omco_fadeUp 1s ease forwards;
}

/* Left Form */
.omco_contact_form {
  flex: 1 1 500px;
  padding: 40px;
  animation: omco_slideLeft 1s ease forwards;
}

.omco_title {
  font-size: 28px;
  font-weight: 500 !important;
  color: #222;
  position: relative;
}

.omco_form_group {
  margin-bottom: 20px;
}

.omco_form_group input,
.omco_form_group textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ddd;
  font-size: 15px;
  color: #333;
  transition: border-color 0.3s ease, transform 0.2s ease;
}

.omco_form_group input:focus,
.omco_form_group textarea:focus {
  border-color: #0072ff;
  outline: none;
  transform: scale(1.01);
}

.omco_form_group textarea {
  min-height: 120px;
  resize: vertical;
}

.omco_btn {
  background: linear-gradient(90deg, #024eab, #00c6ff);
  color: #fff;
  padding: 14px 28px;
  border: none;
  font-size: 16px;
  font-weight: 500 !important;
  cursor: pointer;
  transition: all 0.3s ease;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}

.omco_btn:hover {
  background: linear-gradient(90deg, #0c4c5e, #0072ff);
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 114, 255, 0.3);
}

/* Right Map */
.omco_contact_map {
  flex: 1 1 500px;
  min-height: 400px;
  animation: omco_slideRight 1s ease forwards;
}

.omco_contact_map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Animations */
@keyframes omco_fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes omco_slideLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes omco_slideRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Responsive */
@media (max-width: 268px) {
  .omco_contact_container {
    flex-direction: column;
  }

  .omco_contact_form,
  .omco_contact_map {
    flex: 1 1 100%;
  }

  /* Mobile ke liye map height */
  .omco_contact_map {
    min-height: 300px;
    /* ya 50vh for half screen height */
    height: 50vh;
  }
}





.omco_contact_section_1 {
  padding: 60px 20px;
  background: #f1f3f6;
}

.omco_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.omco_card {
  flex: 1 1 50%;
  padding: 40px;
  transition: transform 0.3s ease;
  color: #333;
}



/* Light background colors */
.omco_card_details {
  /* background: linear-gradient(135deg, #ffffff, #f9f9f9); */
  border-right: 2px solid #e0e0e0;
  /* subtle separator */
}

/* .omco_card_quick {
  background: linear-gradient(135deg, #fdfdfd, #f3f3f3);
} */

/* Title */
.omco_card_title {
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-bottom: 25px;
  position: relative;
  color: #222;
}

.omco_card_title::after {
  content: "";
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #00C5DF, #12E3B7);
  display: block;
  margin-top: 8px;
  border-radius: 2px;
}

/* Icons */
.omco_icons {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}

.omco_icon {
  width: 85px;
  /* bigger circle */
  height: 85px;
  /* bigger circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  /* bigger icon inside */
  color: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.omco_icon:hover {
  transform: scale(1.2);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.3);
}


/* Responsive */
@media (max-width: 768px) {
  .omco_card {
    flex: 1 1 100%;
    border-right: none;
    border-bottom: 2px solid #e0e0e0;
  }

  .omco_card_quick {
    border-bottom: none;
  }
}



/* Section Base */
.intro_profile-section {
  padding: 80px 10%;
  background: #fff;
  color: #222;
  max-width: 1600px;
  /* max width */
  margin: 0 auto;
  /* center align */
}

/* Profile Container */
.intro_profile-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

/* Left Image */
.intro_profile-image {
  flex: 1 1 40%;
  text-align: center;
}

.intro_profile-image img {
  width: 500px;
  /* fixed small size */
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  transition: transform 0.4s ease;
}

.intro_profile-image img:hover {
  transform: scale(1.05);
}

/* Right Content */
.intro_profile-content {
  flex: 1 1 55%;
}

.intro_profile-name {
  /* font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px; */
      /* font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px; */
    margin-bottom: 5px !important;
    /* border: 1px solid red; */
}
 

.intro_profile-name span {
  font-weight: 400;
  font-size: 20px;
  color: #666;
}

.intro_profile-role {
  font-size: 18px;
  color: #ff6633;
  margin-bottom: 10px;
}

.intro_profile-text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #555;
}

/* Section Titles */
.intro_section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.intro_section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #ed1c24;
  margin-top: 8px;
}

/* Expertise */
.intro_expertise-container {
  margin-bottom: 60px;
}

.intro_expertise-list {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  padding-left: 20px;
}

.intro_expertise-list li {
  margin-bottom: 10px;
}

/* Vision */
.intro_vision-text {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  max-width: 900px;
}



/* Responsive */
@media (max-width: 768px) {
  .intro_profile-container {
    flex-direction: column;
    text-align: left;
  }

  .intro_profile-content {
    padding: 0 15px;
  }

  .intro_profile-image img {
    width: 200px;
    /* smaller on mobile */
  }

  .intro_profile-image {
    flex: 1 1 40%;
    text-align: center;
  }

  .intro_profile-image img {
    width: 400px;
    /* fixed small size */
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s ease;
  }

  .intro_profile-image img:hover {
    transform: scale(1.05);
  }
}

    /* start preloader */

        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            z-index: 9999;
        }



        

        /* Container */
.omcode_mini_up {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
}

/* Section Heading */
.section_heading_up {
  font-size: 28px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
  text-align: center; /* keep heading centered */
}

.heading_border_up {
  width: 80px;
  height: 3px;
 background: linear-gradient(90deg, #ff6a00, #ff0084);
  margin: 0 auto 40px auto;
  border-radius: 2px;
}

/* Navigation */
.omcode_nav_up ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  gap: 18px;
}

.omcode_nav_up li {
  cursor: pointer;
  padding: 18px 32px;
  border-radius: 40px;
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  font-weight: 600;
  font-size: 18px;
  color: #374151;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  display: flex;
  align-items: center;
  gap: 10px;
}

.omcode_nav_up li i {
  font-size: 20px;
}

.omcode_nav_up li:hover {
  background: #f0f0f0;
  transform: translateY(-3px);
}

.omcode_nav_up li.active {
   background: linear-gradient(90deg, #ff6a00, #ff0084);
  color: #fff;
  border: none;
  box-shadow: 0 6px 14px rgba(79,70,229,0.35);
}

.omcode_nav_up li.active i {
  color: #fff;
}

/* Card Sections */
.omcode_section_up {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0; /* square edges */
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  animation: fadeIn 0.6s ease;
}

.omcode_section_up h4 {
  margin-top: 0;
  font-size: 22px;
  color: #111827;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.omcode_section_up h4 i {
  color: #038af9;
}

.omcode_section_up ul {
  margin: 0;
  padding: 0 0 0 20px;
  color: #374151;
  font-size: 16px;
  line-height: 1.7;
}

/* Animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

/* MOBILE VIEW */
@media (max-width: 768px) {
  .omcode_nav_up ul {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 12px;
  }

  .omcode_nav_up li {
    padding: 14px 20px;
    font-size: 16px;
  }

  .omcode_section_up {
    padding: 20px;
  }

  .omcode_section_up h4 {
    font-size: 20px;
  }

  .omcode_section_up ul {
    font-size: 15px;
  }
}

/* team start */
.gdlr-core-personnel-list-content-wrap .gdlr-core-personnel-list-title{
  /* border: 1px solid red; */
  font-size: 14px;
}

.gdlr-core-personnel-list-content-wrap .gdlr-core-personnel-list-info-wrap{
  font-size: 12px;
}
/* team end */



    /* banner column start */

        .uniq-normal-menu a {
            margin-top: 5px;
        }

        .uniq-page-wrapper.banner {
            position: relative;
            width: 100%;
            max-height: 600px;
        }

        .omcode_section {
            display: flex;
            gap: 40px;
            max-width: 1200px;
            margin: auto;
            padding: 50px 16px;
            align-items: flex-start;
            box-sizing: border-box;
        }

        .leftsideprod {
            flex: 0 0 70%;
            max-width: 70%;
        }

        .rightSideprod {
            flex: 0 0 30%;
            max-width: 30%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-end;
        }

        .omcode_hero-image-grid {
            width: 100%;
            display: grid;
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .omcode_hero-image-grid img {
            width: 100%;
            border-radius: 8px;
            background: #fff;
        }

        @media (max-width: 900px) {
            .omcode_section {
                flex-direction: column;
                gap: 28px;
            }

            .leftsideprod,
            .rightSideprod {
                max-width: 100%;
                flex: 1 1 100%;
            }

            .rightSideprod {
                justify-content: center;
            }

            .omcode_hero-image-grid {
                grid-template-columns: 1fr 1fr;
                gap: 10px;
            }
        }

        @media (max-width: 600px) {
            .omcode_hero-image-grid {
                grid-template-columns: 1fr;
                gap: 8px;
            }

            .omcode_section {
                padding: 22px 4vw;
            }

          }

          @media screen and (max-width: 420px) {
                  
            .omcode_hero_machscape{
                  position: relative;
                  width: 100%;
                  /* height: 52vh; */
                  height: 52vh !important;
                  background: url('/images/product_back/Machscape\ Lifelin.jpg') no-repeat center center/cover;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  text-align: center;
                  color: #fff !important;
                  overflow: hidden;
                  flex-wrap: wrap;
                }                
          }


            @media screen and (max-width: 520px) {

              /* banner start */
              .ProdbannerData {
                    max-width: 1000px;
                    margin: 0 auto;
                    display: block !important;
                    align-items: center;
                    gap: 20px;
                }
              /* banner end */

                .omcode_hero_machscape {
                    position: relative;
                    width: 100%;
                    /* height: 52vh; */
                    height: 65vh;
                    background: url('/images/product_back/Machscape\ Lifelin.jpg') no-repeat center center/cover;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    text-align: center;
                    color: #fff !important;
                    overflow: hidden;
                    flex-wrap: wrap;
                }

                .omcode_hero_content_machscape {
                    margin-top: 0px;
                    max-width: 850px;
                    padding: 20px;
                    position: relative;
                    z-index: 2;
                }

                .omcode_hero_content_machscape h1 {
                    font-size: 22px;
                }

                .omcode_hero_image {
                    margin-top: 0px;
                    max-width: 850px;
                    padding: 20px;
                    position: relative;
                    z-index: 2;
                }

                .omcode_hero_image img {
                    width: 100%;
                    height: 200px !important;
                }

                .omcode_hero_content_machscape p {
                    font-size: 15px;
                    line-height: 1.4;
                }


                .consultation-btn{
                    display: inline-block;
                    font-size: 10px;
                    font-weight: 600;
                    color: #fff !important;
                    background: linear-gradient(90deg, #ff6633, #ff8533);
                    padding: 10px 15px;
                    text-decoration: none;
                    transition: all 0.3s ease;
                }

                

            }


            @media screen and (max-width: 375px) {
                .omcode_hero_image img{
                    width: 100%;
                    height: 130px !important;
                }


            .omcode_hero_machscape {
              position: relative;
              width: 100%;
              height: 65vh !important;
              background: url('/images/product_back/Machscape Lifelin.jpg') no-repeat center center / cover;
              display: flex;
              align-items: center;
              justify-content: center;
              text-align: center;
              color: #fff !important;
              overflow: hidden;
              flex-wrap: wrap;
    
            }

     }
        
        /* banner column end */


.omcode_hero_content_machscape{
  flex: 0 0 60%; text-align: left; padding-right: 20px;
}

.ProdbannerData{
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   align-items: center;
   gap: 20px;
   justify-content: space-between;
}
