/* Main Stylesheet for Retail Center Website */

body a {
  text-decoration: none;
}

.nav1 {
  background-color: rgb(42, 161, 152);
}

h2 {
  text-align: center;
  font-family: merriweather, sans-serif;
}

.fasCheck {
  color: rgb(42, 161, 152);
  float: right;
}

#support {
  margin-top: 3rem;
}

#support span {
  font-family: merriweather, sans-serif;
}

section.info {
  margin-right: 3rem;
  margin-bottom: 5rem;
}

section.d-flex span {
  margin-left: 8rem;
}

section.mb-4 .card-wrapper {
  text-align: center;
  margin-bottom: 2rem;
}

body {
  font-family: Lato, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}

*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #ffffff;
  color: #333;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Roboto", Arial, sans-serif;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
}

::-moz-placeholder {
  color: #666;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #666;
  font-weight: 300;
}

/* Contact Form Styling */

.textcenter {
  text-align: center;
}

.section1 {
  text-align: center;
  display: table;
  width: 100%;
}

.section1 .shtext {
  display: block;
  margin-top: 20px;
  font-size: 40px;
}

.section1 .seperator {
  border-bottom: 1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
}

.section2 {
  width: 1200px;
  margin: 25px auto;
}

.section2 .col2 {
  width: 48.71%;
}

.section2 .col2.first {
  float: left;
}

.section2 .col2.last {
  float: right;
}

.section2 .col2.column2 {
  padding: 0 30px;
}

.section2 span.collig {
  color: #a2a2a2;
  margin-right: 10px;
  display: inline-block;
}

.section2 .sec2addr {
  display: block;
  line-height: 26px;
}

.section2 .sec2addr p:first-child {
  margin-bottom: 10px;
}

.section2 .sec2contactform input[type="text"],
.section2 .sec2contactform input[type="email"],
.section2 .sec2contactform input[type="tel"],
.section2 .sec2contactform textarea {
  padding: 18px;
  border: 0;
  background: #ededed;
  margin: 7px 0;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.section2 .sec2contactform input[type="text"]:focus,
.section2 .sec2contactform input[type="email"]:focus,
.section2 .sec2contactform input[type="tel"]:focus,
.section2 .sec2contactform textarea:focus {
  background: #e0e0e0;
}

.section2 .sec2contactform textarea {
  width: 100%;
  display: block;
  color: #666;
  resize: none;
}

.section2 .sec2contactform input[type="submit"] {
  padding: 15px 40px;
  color: #fff;
  border: 0;
  background: #a44dd8;
  font-size: 16px;
  text-transform: uppercase;
  margin: 7px 0;
  cursor: pointer;
  border-radius: 4px;
  transition:
    background-color 0.3s ease,
    transform 0.2s ease;
}

.section2 .sec2contactform input[type="submit"]:hover {
  background: #8a3bb5;
  transform: translateY(-2px);
}

.section2 .sec2contactform input[type="submit"]:active {
  transform: translateY(0);
}

.section2 .sec2contactform h3 {
  font-weight: normal;
  margin: 20px 0;
  margin-top: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 19px;
  color: #a44dd8;
}

/* @media queries */

@media only screen and (max-width: 1266px) {
  .section2 {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .section2 .col2 {
    width: 100%;
    display: block;
  }

  .section2 .col2.first {
    margin-bottom: 10px;
  }

  .section2 .col2.column2 {
    padding: 0;
  }

  body .sec2map {
    height: 250px !important;
  }
}

@media only screen and (max-width: 768px) {
  .section2 .sec2addr {
    font-size: 14px;
  }

  .section2 .sec2contactform h3 {
    font-size: 16px;
  }

  .section2 .sec2contactform input[type="text"],
  .section2 .sec2contactform input[type="email"],
  .section2 .sec2contactform input[type="tel"],
  .section2 .sec2contactform textarea {
    padding: 10px;
    margin: 3px 0;
  }

  .section2 .sec2contactform input[type="submit"] {
    padding: 10px 30px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 420px) {
  .section1 h1 {
    font-size: 28px;
  }
}

.section2 .col2.last {
  margin-top: 3rem;
}

section#profile h1 {
  text-align: center;
  font-family: merriweather, sans-serif;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

section#about h1 {
  text-align: center;
  font-family: merriweather, sans-serif;
  margin-top: 5rem;
  margin-bottom: 1rem;
}

section#profile .card:hover {
  box-shadow: 4px 4px rgb(42, 161, 152, 0.5);
  transform: scale(1.05);
}

section#service .card:hover {
  box-shadow: 4px 4px rgb(42, 161, 152, 0.5);
  transform: scale(1.05);
}

section#support .card:hover {
  box-shadow: 4px 4px rgb(42, 161, 152, 0.5);
  transform: scale(1.05);
}

/* ----------------navbar------------- */
.navContent {
  padding: 1%;
  padding-left: 10%;
}

/* Navbar spacing */
.navbar-nav {
  gap: 1.5rem;
}

.navbar-nav .nav-item {
  margin: 0 0.5rem;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem !important;
  font-size: 1rem;
}

@media only screen and (min-width: 767px) {
  .navContent {
    margin-bottom: 3rem;
  }
}

/* ----------------make section center---------- */

.spaceEvenly {
  justify-content: space-evenly;
}

.buttonStyle {
  border: 2px solid rgb(42, 161, 152);
}

.buttonStyle:hover {
  background-color: rgb(42, 161, 152);
}

.buttonStyle a {
  text-decoration: none;
  color: rgb(15, 12, 12);
  font-weight: bold;
}

.shtext1 {
  display: block;
  margin-top: 20px;
  font-size: 40px;
  font-family: merriweather, sans-serif;
}

.seperator1 {
  border-bottom: 1px solid #a2a2a2;
  width: 35px;
  display: inline-block;
  margin: 30px;
}

/* -----------------card img------------ */

.ImgCard {
  height: 110px;
  border-radius: 50%;
  width: 40%;
  margin-top: 40px;
}

.navbarRight {
  color: #fff;
}

/* -------------map--------- */

.mapouter {
  position: relative;
  text-align: right;
  width: 100%;
  height: 460px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  width: 100%;
  height: 460px;
}

.gmap_iframe {
  height: 460px !important;
}

.navbar {
  padding-top: 0;
}

.ItemColor a {
  color: #fff;
}

.ItemColor a:hover {
  color: rgb(210, 210, 210);
}

/* Calculator Enhancements */
.calculator-section {
  scroll-margin-top: 80px;
}

.form-label strong {
  color: #2aa198;
}

.input-group-text {
  background-color: #f8f9fa;
  border-color: #dee2e6;
}

.form-control:focus,
.form-select:focus {
  border-color: #2aa198;
  box-shadow: 0 0 0 0.2rem rgba(42, 161, 152, 0.25);
}

.btn-primary {
  background-color: #2aa198;
  border-color: #2aa198;
}

.btn-primary:hover {
  background-color: #238a82;
  border-color: #238a82;
}

.alert {
  border-left: 4px solid;
}

.alert-info {
  border-left-color: #0dcaf0;
}

.alert-success {
  border-left-color: #198754;
}

.alert-warning {
  border-left-color: #ffc107;
}

/* Dropdown menu styling */
.dropdown-menu {
  background-color: #fff !important;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  min-width: 200px;
}

.dropdown-item {
  color: #333 !important;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}

.dropdown-item:hover {
  background-color: #2aa198 !important;
  color: white !important;
}

.dropdown-item i {
  width: 20px;
  text-align: center;
}

.card {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.nav-tabs .nav-link {
  color: #2aa198;
}

.nav-tabs .nav-link.active {
  background-color: #2aa198;
  color: white;
  border-color: #2aa198;
}

.nav-tabs .nav-link:hover {
  border-color: #2aa198;
  color: #2aa198;
}
