body {
  margin: 0;
  font-family:Verdana, Geneva, Tahoma, sans-serif
}

/* ---------- HEADER ---------- */
header {
  background-size: cover;
  text-align: center;
  color: rgb(0, 0, 0);
  height: fit-content;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

header h1 {
  margin: 0;
  font-size: 2em;
  color: #de8ef4;
}
header h2 {
  margin: 10px 0 0;
  font-size: 1.2em;
  color: #e0d9d9;
  
}

nav {
  margin-top: 15px;
}
nav a {
  text-decoration: none;
  color: rgb(234, 227, 227);
  margin: 0 10px;
  font-weight: bold;
}
nav a:hover {
  text-decoration: underline;
}

.dark-light {
  margin-top: 10px;
  background: #382d2d;
  padding: 5px 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.button-group {
  display: flex;
  gap: 16px;
  margin: 24px 0;
}

.color-btn {
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border: none;
  border-radius: 12px;
  background: #f3f3f3;
  font-size: 1.2em;
  box-shadow: 0 2px 6px #bbb;
  cursor: pointer;
  transition: background0.2s;
}

.color-btn:hover {
  background: #e0e0e0;
}

.dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  box-shadow: 0 0 5px #aaa;
}

.red .dot {
  background-color: #c00;
}

.blue .dot {
  background-color: #09f;
}

.green .dot {
  background-color: #2ca02c;
}

/* ---------- NOTICE BAR ---------- */
.notice-bar {
  background: #de8ef4;
  color: rgb(12, 11, 11);
  padding: 10px;
  text-align: right;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.notice-text {
  display: inline-block;
  padding-left: 100%;
  animation: scroll-left 20s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.notice-bar:hover .notice-text {
  animation-play-state: paused;
}

/* ---------- SLIDER (Auto Scroll) ---------- */
.slider {
  display: flex;
  gap: 0;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  max-width: 1000px;
  margin: 30px auto;
  position: relative;
}

.slider img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  animation: scrollInfinite 5ss linear infinite;
}

.slider:hover img {
  animation-play-state: paused;
}

@keyframes scrollInfinite {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-300%);
  }
}



/* ---------- CONTENT & CARDS ---------- */


.header {
  color: #022e52;
  margin-top: 100px;
  margin-bottom: 20px;
  display: inline;
  padding-bottom: 5px;
}

.welcome-text {
  font-size: 1.05em;
  margin-bottom: 25px;
  padding: 0 230px;
}

.card {
  background: #de8ef4;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(100,100,100,0.08);
  margin: 30px auto;
  padding: 18px 20px;
  max-width: 950px;
}

.card h2 {
  font-size: 26px;
  letter-spacing: 1px;
  font-family: initial;
}

.divider {
  border-top: 2px solid #fff;
  margin: 12px 0 15px 0;
}

/* ---------- CONTAINERS ---------- */

.container-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
  max-width: 950px;
  margin: 20px auto;
  padding: 0 20px;
}

.container {
  background: #f0f4fc;
  border-radius: 10px;
  box-shadow: 0 1px 5px rgba(0,60,255,0.07);
  flex: 1 1 250px;
   max-width: 950px;
  padding: 24px 16px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.container:hover {
  box-shadow: 0 4px 16px rgba(72,135,255,0.25);
}

.role-type {
  background: #d3eaff;
  display: inline-block;
  padding: 4px 14px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 1.05em;
  color: #215cb2;
  margin-bottom: 10px;
}

.name {
  font-size: 1.15em;
  margin: 8px 0 6px 0;
  font-weight: bold;
}

.role {
  color: #666;
  margin-bottom: 16px;
}

.phone {
  font-size: 1.1em;
  color: #2d82b2;
}

/* ---------- SERVICE & TAX ---------- */
.service-list {
  list-style: disc;
  margin-left: 20px;
  font-size: 18px;
  font-family: initial;
}

.service-list li {
  margin-bottom: 11px;
  text-shadow: 1px 1px 3px #777;
}

.tax-info {
  padding: 16px 20px;
  border-radius: 16px;
  margin-top: 18px;
  color: #161515;
  border-radius: 20px;
  margin: 30px auto;
  padding: 18px 20px;
  max-width: 950px;
  
}

.tax-header {
  margin-top: 18px;
  color: #3572cf;
  font-size: 23px;
  font-weight: 700;
  border-radius: 16px;
  margin: 30px auto;
  max-width: 950px;
  
}

.tax-list {
  list-style: disc;
  margin-left: 23px;
  font-size: 17px;
}

.tax-list li {
  margin-bottom: 8px;
}


.cuter {
  border-top: 2px solid#de8ef4;
  margin: 12px 0 15px 0;
}

.rank{
   border-top: 2px solid #de8ef4;
  margin: 12px 0 15px 0;
   max-width: 950px;
   margin-left: 230px
   
}



.gallery-images{
  justify-content:space-around;
  display: flex;
 color: #215cb2;
 text-decoration: underline;
 font:bold;
}

.gallery-images:hover{
cursor: pointer;
color: #000;
}


.text-box{
  padding: 16px 20px;
  border-radius: 16px;
  background-color: #c5cbca;
  margin-top: 18px;
  color: #161515;
  border-radius: 20px;
  margin: 30px auto;
  padding: 18px 20px;
  max-width: 950px;
}

label {
  display: block;
  margin-bottom: 6px;
  color: #333;
  font-weight: bold;
}

input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  margin-bottom: 15px;
  font-size: 15px;
}


.submit-btn {
  background-color: #60a4b3; /* Green */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #56c7e9;
  transform: scale(1.05);
}

.submit-btn:active {
  background-color: #56c7e9;
  transform: scale(0.98);
}


footer {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #444;
  background: #de8ef4;
  padding: 10px 0;                                      
  border-top: 1px solid #ddd;  
  position: relative;
  bottom: 0;

}



.form-box{

  padding: 16px 20px;
  border-radius: 16px;
  background-color: #e3eff2;
  margin-top: 18px;
  color: #161515;
  border-radius: 20px;
  margin: 30px auto;
  padding: 18px 20px;
  max-width: 500px;
}



.boxx{
  padding: 16px 20px;
  border-radius: 16px;
  background-color: #c5cbca;
  margin-top: 18px;
  color: #161515;
  border-radius: 20px;
  margin: 30px auto;
  padding: 18px 20px;
  max-width: 950px;
}

.boxx video{
padding: 0px 210px;
}






