:root {
  --primary-color: #333;
  --secondary-color: #f4f4f4;
  --accent-color: #94dce1;
  --font-main: Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font-main);
  background-color: var(--secondary-color);
  color: var(--primary-color);
  line-height: 1.6;
}

header, nav, main, footer {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 1rem;
}

header img {
  width: 100%;
  height: auto;
  display: block;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: var(--secondary-color);
}

nav a {
  color: var(--primary-color);
  padding: 1rem;
  text-decoration: none;
  transition: background 0.3s;
}

nav a:hover {
  background-color: var(--accent-color);
}

.ism-slider {
  max-width: 100%;
  margin: 2rem auto;
}

.intro {
  text-align: center;
  padding: 1rem;
}

/*original info-section*/

.info-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1rem;
}

.info-box {
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

input[type="text"], input[type="email"] {
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input[type="submit"] {
  background-color: var(--accent-color);
  color: #fff;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 4px;
}

input[type="submit"]:hover {
  background-color: #004b99;
}

footer {
  background-color: #222;
  color: #ccc;
  text-align: center;
  padding: 2rem 1rem;
}

@media (max-width: 768px) {
  .info-section {
    grid-template-columns: 1fr;
  }

  nav {
    flex-direction: column;
    align-items: center;
  }
}

.menu {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #222222;
	text-decoration: none;
}
.copy {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #6E6E6E;
	text-decoration: none;
}
.link {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #6593A0;
	text-decoration: none;
}
.link_2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #A1D817;
}
.text {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #797979;
}
.text_title {
	font-family: Tahoma;
	font-size: 13px;
	line-height: 14px;
	color: #797979;
}
.text_2 {
	font-family: Tahoma;
	font-size: 10px;
	line-height: 12px;
	color: #858585;
}
.text3 {
	font-family: Verdana;
	font-size: 10px;
	line-height: 12px;
	color: #797979;
}


.text4 {
	font-family: Verdana;
	font-size: 16px;
	line-height: 18px;
	color: #797979;
}
.link_3 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6593A0;
}

.form {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	width: 212px;
	border: 1px solid #C8C8C8;
}
.form1 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 17px;
	width: 304px;
	border: 1px solid #C8C8C8;
}
.form2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	height: 88px;
	width: 304px;
	border: 1px solid #C8C8C8;
	overflow:auto;
}

h1, h2, h3 { color: #333; }

ul { margin-top: 0; }

.section { margin-bottom: 30px; }


/*sales page start*/


main {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}
.section {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.sidebar {
  flex: 1 1 250px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
}
.content {
  flex: 2 1 600px;
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
}
footer {
  text-align: center;
  padding: 1rem;
  background-color: #222;
  color: #ccc;
}
ul.links {
  list-style-type: none;
  padding: 0;
}
ul.links li {
  margin: 0.5rem 0;
}
ul.links a {
  color: #0066cc;
  text-decoration: none;
}
ul.links a:hover {
  text-decoration: underline;
}

/*sales page end*/

/*contact page start*/
.contact-section {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  background-color: #fff;
  padding: 2rem;
}
.contact-columns {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.contact-box {
  flex: 1 1 300px;
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 8px;
}
.contact-box h2 {
  margin-top: 0;
}
.sms-policy-box {
  /*flex: 1 1 300px;*/
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 8px;
}
.sms-box h2 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .contact-columns {
    flex-direction: row;
    justify-content: space-between;
  }
}

/*contact page end*/

/* Services page layout */
.services-section {
  display: flex;
  flex-direction: column;
  /*gap: 2rem;*/
  background-color: #fff;
  padding: 2rem;
  border-radius: 8px;
}

.services-section h2 {
  /*margin-top: 2rem;*/
  color: #222;
  border-bottom: 2px solid var(--accent-color);
  margin: 0.1rem 0 0.1rem;
  /*padding-bottom: 0.25rem;*/
}

.services-section h3 {
  margin: 0.1rem 0 0.1rem;
  color: #444;
}

.services-section p {
  margin: 0.1rem 0 0.1rem;
}

.services-section ul {
  padding-left: 1.25rem;
  margin: 0.1rem 0 0.1rem;
  list-style-type: disc;
}

/*.service-block {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}*/

.service-rates {
  background-color: #f9f9f9;
  padding: 1rem;
  border-radius: 6px;
  border: 1px solid #ddd;
}

@media (max-width: 768px) {
  .services-section {
    padding: 1rem;
  }
}

/*services page end*/