.sectds h1 {
  font-size: 24px;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

.sectds h2 {
  font-size: 28px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 40px;
}

.sectds .cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 30px;
}

.sectds .card {
  border: none;
  background: none;
}

.sectds .card img {
  margin-bottom: 13px;
  height: 152px;
}

.sectds .card-box {
  width: 100%;
  height: 150px;
  background-color: #fff;
  margin-bottom: 10px;
}

.sectds .card p {
  line-height: 1.4;
}

.sectds .footer {
  margin-top: 60px;
}

.line1 {
  line-height: 1.2;
}

.sectds {
  padding: 100px 0px;
}
.ptb100 {
  padding: 100px 0px;
}

.mbstsa {
  margin-bottom: 74px;
}


.sectiontr {
  display: flex;
  flex-wrap: wrap;
  min-height: 100vh;
}

.trstr .left {
  flex: 1;
  background: url('/dA/791e7900e8/fileAsset/lttrck.jpg') center center/cover no-repeat;
  min-height: 400px;
}

.trstr .right {
  flex: 1;
  background-color: var(--primary-color);
  padding: 60px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.trstr .right h2 { 
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.trstr .right p { 
  line-height: 1.6;
  margin-bottom: 0px;
  color: #fff;
  max-width: 40ch;
  
}

.trstr .button {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fff;
  color: #000; 
  text-decoration: none;
  border-radius: 4px;
  margin-bottom: 40px;
}
.formmn .form-select{
border: 1px solid #A4A4A4;
border-top: 0px;
border-left: 0px;
border-right: 0px;
border-radius: 0px;
}
.formmn .form-select:focus  {box-shadow: none;}
.trstr .right h3 {  
  margin-bottom: 15px;
}

.trstr .right p:last-child {
  margin-bottom: 0;
}
.mxas{max-width: 20ch;}
.row-gp{row-gap: 50px;}

.form-container {
  background: #fff;
  padding: 60px;  
}
.formmn .heading {
  text-align: center;
  margin-bottom: 30px;
}

.formmn .heading h3 {
  color: var(--primary-color); 
}
.formmn .form-control {
  border: none; 
  border-bottom: 1px solid #A4A4A4; 
  border-radius: 0; 
  box-shadow: none;
}
.formmn .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}
.formmn .btn-red {
  background-color: var(--primary-color);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 0;
}
.formmn .btn-red:hover {
  background-color: var(--primary-color);
}
.formmn .error-text {
  color: var(--primary-color);
  font-size: 12px;
  margin-top: 4px;
} 



@media (max-width: 768px) {
  .trstr .section {
    flex-direction: column;
  }

  .trstr .right {
    padding: 40px 20px;
  }
}


@media (max-width: 600px) {

  .sectds h1,
  .sectds h2 {
    font-size: 18px;
    letter-spacing: 3px;
  }
}


.sectionytm .box .image-placeholder {
  margin-bottom: 47px !important;
}
.sectionytm{border: none;}
@media (max-width: 992px) {
  .trstr .right p {   
max-width: 54ch;
}  
.row-gp{row-gap: 10px;}
.form-container { 
  padding: 30px;  
}
}



@media (max-width: 1130px) {
  .trstr .right { 
padding: 60px 60px;}
  .sectds .cards {
    gap: 15px;
  }

  .sectionytm .box .image-placeholder {
    margin-bottom: 20px !important;
  }

  .bottom-section {
    padding: 30px 10px 50px 10px;
  }

  .sectionytm .left h2 {
    max-width: 100%;
  }

  .sectionytm .left {
    flex: 1 1 100%;
    max-width: 100%; 
  }

  .bottom-item {
    padding-inline: 15px;
  }

  .sectionytm .right {
    border: none;
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .sectionytm .right { gap: 25px;}
  .trstr .right {
    padding: 30px 20px;
}
  .form-container { 
  padding: 15px;  
}
  .sectiontr{flex-direction: column;}
  .sectds,.ptb100 {
    padding: 50px 0px;
  }

  .sectds .footer {
    margin-top: 30px;
  }

  .mbstsa {
    margin-bottom: 50px;
  }

  .sectionytm .box {
    width: 100%;
  }

  .sectionytm .right {
    flex-direction: column;
  }

  .event-box {
    flex-direction: column;
    justify-content: left;
    align-items: baseline;
  }

  .sectionytm {
    margin-top: 35px;
    padding-top: 25px;
  }
}
@media (max-width: 1200px) {
  .sectds .cards {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 992px) {
  .sectds .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .sectds .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .sectds .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.setsw {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease;
}

.setsw.open {
max-height: 1000px; /* large enough to fit content */
}

.arrow-img {
transition: transform 0.3s ease;
}

.arrow-img.rotate {
transform: rotate(180deg) !important;
}

.sectionytm .box a {
    color: rgb(227, 6, 19) !important;
    letter-spacing: 3px;
    text-decoration: none !important;
    font-weight: 300;
    margin-bottom: 10px;
}

.sectionytm .box img{    margin-bottom: 47px !important;}


@media (max-width: 992px) {
    
.sectionytm .box img{    margin-bottom: 20px !important;}
.sectionytm .box {
    margin-bottom: 20px;
}
	.bottom-item a { 
    color: #1A1818 !important;
    text-decoration: none !important;
}
.bottom-item p {margin-top: 10px !important;}

@media (max-width: 1130px) {
.sectionytm{margin-top: 30px;}
}

@media (max-width: 768px) {
.bottom-section{row-gap: 25px;}
}
@media (max-width: 768px) {
		.mapwrapper { 
			gap: 0px !important;  
		}
		.schedule h2 { 
			margin-bottom: 25px;
		}
		}}