.top-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.top-section .logo {
  width: 180px;
  height: auto;
}

.top-section .logo.right {
  max-width: 420px;
  width: 100%;
}
.top-section h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  color: #0072bc;
}

.nav-link{
  color: #fff;
  
}
.navbar-nav{
  display: flex;
      justify-content: space-between;
      width: 98%;
}

.main-info-block{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 50px;
}
.info-block-p{
  width: 60%;

}
.info-block-img{
  width: 280px;
  height: 280px;
}


.main-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main-block-container {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.main-block-container2{
 display: flex;
  justify-content: space-between;
  align-items: center;
 
}
.main-block-content {
  flex: 1;
}

.header-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.header-image1{
  height: 200px;
  object-fit: cover;
  border-radius: 10px;    
}

.main-content {
  display: flex;
  gap: 20px;
  align-items: center;
}

.main-image {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.text-content {
  flex: 1;
}



.tagline {
  color: #2b6cb0;
  text-align: right;
  font-weight: bold;
}
.header-image2{
   width: 40%;

}
.ul-list{
margin-top: 55px;
margin-bottom: 0px;
}

.surgical-guides {
flex: 1;
padding: 20px;
}

.surgical-guides h2 {
color: #0052cc;
margin-bottom: 15px;
font-size: 24px;
}

.surgical-guides ul {
list-style: none;
}

.surgical-guides li {
margin-bottom: 10px;
padding-left: 20px;
position: relative;
font-size: 16px;
}

.surgical-guides li:before {
content: "•";
position: absolute;
left: 0;
color: #0052cc;
}

.dental-title{
color: #0052cc;
font-size: 17.5px;
text-transform: uppercase;
}

.dental-title {
color: #0066cc;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;

}

ul li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}

ul li:before {
/* content: "•"; */
position: absolute;
left: 0;
color: #0066cc;
}

.header-image6 {
  width: 600px;
}

.header-image0{
  margin-left: -60px;
  height: 180px;
}


/* General styling */
body {
font-family: Arial, sans-serif;
}

.main-section {
padding: 20px;
display: flex;
justify-content: center;
}

.content {
display: flex;
gap: 20px;
max-width: 1200px;
width: 100%;
}

.main-info {
flex: 2;
display: flex;
flex-direction: column;
gap: 20px;
}

.info-block {
background-color: #f9f9f9;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
display: flex;
}

.info-block img {
width: auto;
height: 150px;
border-radius: 10px;
margin-bottom: 15px;
}

.info-block h4 {
color: #0056b3;
margin-bottom: 10px;
}

.info-block ul {
list-style: none;
padding: 0;
margin: 0;
}

.info-block ul li {
margin-bottom: 5px;
}

/* Grid section */
.image-grid {
flex: 1;
/* display: grid; */
grid-template-columns: 1fr;
gap: 15px;
}

.image-grid img {
width: auto;
height: 70px;
border: 1px solid #ddd;
border-radius: 10px;
}

.top-section {
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}

.top-section .logo {
width: 180px;
height: auto;
}

.top-section .logo.right {
max-width: 420px;
width: 100%;
}
.top-section h1 {
font-size: 24px;
font-weight: bold;
margin: 0;
color: #0072bc;
}

.nav-link{
color: #fff;
}
.navbar-nav{
display: flex;
justify-content: space-between;
width: 98%;
}

.main-info-block{
display: flex;
justify-content: space-around;
flex-wrap: wrap;
gap: 50px;
}
.info-block-p{
width: 60%;

}
.info-block-img{
width: 280px;
height: 280px;
}


.main-block {
display: flex;
justify-content: space-between;
align-items: center;
gap: 20px;
}

.main-block-container {
/* display: flex; */
justify-content: space-between;
align-items: center;
gap: 20px;
}
.main-block-container2{
display: flex;
justify-content: space-between;
align-items: center;

}
.main-block-content {
flex: 1;
}

.header-image {
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 10px;
}
.header-image1{
height: 200px;
object-fit: cover;
border-radius: 10px;    
}

.main-content {
display: flex;
gap: 20px;
align-items: center;
}

.main-image {
width: 200px;
height: 200px;
object-fit: cover;
border-radius: 10px;
}
.text-content {
flex: 1;
}



.tagline {
color: #2b6cb0;
text-align: right;
font-weight: bold;
}
.header-image2{
width: 40%;

}
.ul-list{
margin-top: 55px;
margin-bottom: 0px;
}

.surgical-guides {
flex: 1;
padding: 20px;
}

.surgical-guides h2 {
color: #0052cc;
margin-bottom: 15px;
font-size: 24px;
}

.surgical-guides ul {
list-style: none;
}

.surgical-guides li {
margin-bottom: 10px;
padding-left: 20px;
position: relative;
font-size: 16px;
}

.surgical-guides li:before {
content: "•";
position: absolute;
left: 0;
color: #0052cc;
}

.dental-title{
color: #0052cc;
font-size: 17.5px;
text-transform: uppercase;
}

.dental-title {
color: #0066cc;
font-size: 24px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
}

ul li {
position: relative;
padding-left: 20px;
margin-bottom: 10px;
}

ul li:before {
/* content: "•"; */
position: absolute;
left: 0;
color: #0066cc;
}


/* /  ----Facilities -----/ / */

.navbar  {
  margin: 0 auto ;
    display: block ;
    background: #006798 ;
    border: 1px solid #fff ;
    padding: 0px 0px 0 2px ;
}
.navbar-light{
  margin: 0 auto ;
  display: block ;
  background: #006798 ;
  border: 1px solid #fff ;
  padding: 0px 0px 0 2px ;
}






.bg-faded{
  margin: 0 auto !important;
  display: block !important;
  background: #006798 !important;
  border: 1px solid #fff !important;
  padding: 0px 0px 0 2px ;
}

  
.side-menu {
  width: 100%;
  background: #006798;
}

.side-menu a {
  display: block;
  padding: 15px;
  color: white;
  text-decoration: none;
  background: #006798;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  font-weight: 400;
  font-size: 15px;
  font-family: Arial, sans-serif;
}

.side-menu a:hover {
  background: #005887;
  color: white;
  text-decoration: none;
}

.side-menu a:last-child {
  border-bottom: none;
}

.side-menu a:focus {
  outline: none;
  box-shadow: none;
}

.content {
  padding: 15px;
}

.content h4 {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.content p {
  font-size: 16px;
  color: #000000;
}

.content img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.content .row .col-4 img {
  margin-bottom: 10px;
}

.content a {
  color: #006798;
  text-decoration: none;
  font-weight: bold;
}

.content a:hover {
  text-decoration: underline;
}

.content-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
html {
  scroll-behavior: smooth;
}

.content-section {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}


.content {
  padding: 15px;
}

.content h4 {
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  text-align: center; /* Center the headings */
}

.content p {
  font-size: 16px;
  color: #000000;
  text-align: center; /* Center the paragraphs */
}

.content img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px; /* Add spacing between images */
}

.content a {
  color: #006798;
  text-decoration: none;
  font-weight: bold;
}

.content a:hover {
  text-decoration: underline;
}

.img1{
  aspect-ratio: 3/2;
  object-fit: contain;
}

.content h4 {
  font-weight: bold;
  color: #800080;
  margin-bottom: 10px;
}
.content p {
  font-size: 16px;
  color: #000000;
}
.content img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
}
.content-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.text-section {
  padding-left: 15px;
  margin-bottom: 20px;
}
.large-image {
  width: 100%;
  margin-bottom: 20px;
}
.case-studies img {
  margin-bottom: 15px;
}
.submit-link {
  color: #0000FF;
  text-decoration: none;
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: bold;
}

.content-image {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
}
.arrow {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
.heading {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
.section-title .arrow {
  margin-left: 10px;
}
.submit-link {
  text-align: center;
  font-weight: bold;
  color: #006798;
  text-decoration: none;
}
.submit-link:hover {
  text-decoration: underline;
}


/*----------- Intra Oral Scanning and Implant Studio ----*/

.workflow-container {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 100px
}

.workflow-group {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.title {
  font-size: 20px;
  margin-right: 30px;
  font-weight: 700;
  color: #800080;
}

.workflow-item {
  font-size: 20px;
  padding: 0 20px;
  white-space: nowrap;
  font-weight: 500;
}

.arrow {
  margin: 0 20px;
  font-size: 28px;
  font-weight: 900;
  color: black;
}
.workflow-image {
  width: 100%;
  max-width: 1000px; /* Adjust to your desired size */
  height: auto;
  display: block;
  margin: 20px auto;
  margin-left: 280px;
    margin-top: -73px;
}
.sub-part {
  font-weight: 400;
  color: #000;
}


/* 3D Printing  */

.main-title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: #800080;
}

.description {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.image-container {
  margin-bottom: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ddd;
}

.right-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.submit-link {
  text-align: center;
  margin-top: 10px;
  color: blue;
  text-decoration: underline;
}

/* Optional: Add some basic styling for responsiveness */
@media (min-width: 768px) { 
  .content {
    display: flex; /* Use flexbox for two-column layout */
    justify-content: space-between; /* Space columns evenly */
  }
}
