* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  background-color: rgba(115, 2, 106, 0.163);
}
.container {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
}

.logo{
  
  height: 100px;
}
.header {
  position: relative;
  width: 100%;
  height:400px;
  min-height: 600px;
  overflow: hidden;
}

.vdbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;

}

.vdbg__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.35) 55%,
    rgba(0, 0, 0, 0.1) 100%
  );
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  background: transparent;
  color: white;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  font-size: 20px;
}

.dropbtn:hover {
  color: #73026a;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: white;
  width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-content li {
  padding: 5px;
}

.dropdown-content li a {
  color: gray;
  text-decoration: none;
  font-size: 20px;
  transition: font-size 0.5s ease;
}

.dropdown-content li a:hover {
  color: #73026a;
}

.dropdown-content li:hover {
  background: rgba(17, 161, 72, 0.2);
  color: #73026a;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.top__bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 24px 0;
  background: transparent;
}

.top__bar .container {
  display: flex;
  align-items: center;
  gap: 80px;
}

.topbar__list {
  font-size: 17px;
  font-family: "Manrope";
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar__item {
  list-style: none;
}

.topbar__link {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  transition:
    color 0.2s,
    background 0.2s;
}

.topbar__link:hover {
  color: #73026a;
}

/* FIX: color green → white */
.contact_btn {
  font-family: "Manrope";
  position: absolute;
  height: 200px;
  right: 40px;
  top: 120px;
  transform: translateY(-50%) rotate(180deg);
  z-index: 100;
  background: #73026a;
  color: white;
  padding: 20px 20px;
  text-decoration: none;
  border-radius: 4px;
  writing-mode: vertical-rl;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 50px;
}

.contact_btn h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}

.contact_btn:hover {
  background: rgb(255, 255, 255);
  color: #73026a;
}

.hero__content .container {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}

.hero__title {
  font-family: "Manrope";
  font-size: clamp(36px, 5vw, 70px);
  font-weight: 800;
  line-height: 1.1;
  color: #73026a;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.4s forwards;
}

.hi {
  width: 50px;
  height: 50px;
}

.hero__subtitle {
  font-family: "Manrope";
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 400;
  color: rgba(255, 255, 255, 0.82);
  max-width: 480px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.7s ease 0.6s forwards;
}

.hero__phone {
  display: flex;
  align-items: center;
  margin-left: 25px;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s;
}

.hero__phone:hover {
  color: #73026a;
}

.hero__phone-icon {
  width: 40px;
  height: 40px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* FIX: translateX(0) → translateY(0) */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-22px);
  }
}


.form .container {
  max-width: 1330px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0;
}

.form__card {
  background: #ffffff;
  border: 0.5px solid #dee2e6;
  border-radius: 12px;
  padding: 2rem;
  width: 100%;
  max-width: 492px;
}

.form__title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.form__desc {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}

.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.form__group {
  margin-bottom: 14px;
}

.form__group:last-of-type {
  margin-bottom: 18px;
}

label {
  display: block;
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 6px;
}

label .req {
  color: #dc3545;
}

input[type="text"],input[type="tel"],input[type="email"],textarea {
  width: 100%;
  padding: 9px 12px;
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  color: #1a1a1a;
  background: #ffffff;
  border: 0.5px solid #ced4da;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}

input:focus,textarea:focus {
  border-color: #73026a;
}

input::placeholder,textarea::placeholder {
  color: #adb5bd;
}

textarea {
  height: 100px;
  resize: vertical;
}

.form__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1.5rem;
}

.form__checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: #73026a;
  cursor: pointer;
  flex-shrink: 0;
}

.form__checkbox label {
  margin-bottom: 0;
  font-size: 13px;
  color: #6c757d;
  cursor: pointer;
  line-height: 1.4;
}

.form__checkbox label a {
  color: #73026a;
  text-decoration: underline;
}

.form__footer {
  display: flex;
  justify-content: flex-end;
}

.send__btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #73026a;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  transition: background 0.2s;
}

.send__btn:hover {
  border: 1px solid #73026a;
  color: #73026a;
  background: #fff;
}

.send__btn .arrow {
  font-size: 18px;
}

.success__msg {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  padding: 12px;
  background: #d1e7dd;
  border-radius: 8px;
  font-size: 14px;
  color: #73026a;
}

.hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #73026a;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 8px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;;
}

.hero__btn:hover {
  background: #73026a;
  border: 1px solid #fff;
  color: #fff;
  transform: translateY(-2px);
}

.hero__btn-arrow {
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.form__info .container {
  max-width: 744px;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  margin: 0 0 16px;
}

.form__info-title {
  font-size: clamp(1.5rem, 0.875rem + 2vw, 2rem);
  line-height: 124%;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.fd {
  display: flex;
  gap: 10px;
}

.fis {
  margin-top: 24px;
}

.news__top {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-top: 3px;
}

.news__ttt {
  display: flex;
  gap: 5px;
}

.news__title111 {
  font-size: 24px;
  color: #73026a;
}

.news__title222 {
  font-size: 24px;
}

.s {
  width: 16px;
  height: 16px;
}

.ftn {
  height: 16px;
  width: 16px;
}

.form__info-subtitle {
  color: var(--heading-color);
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 124%;
  letter-spacing: -0.36px;
}

.form__info-text {
  margin-top: 18px;
}

.about .container {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 24px;
  background: #73026a;
  border-radius: 8px;
  margin: 24px 0;
  max-width: 492px;
}

.about__content {
  max-width: 492px;
}
.about__title {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 142%;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.a__title {
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.48px;
  line-height: 124%;
}

.a__text {
  color: #ced4da;
  font-size: 14px;
  color: #fff;
  line-height: 150%;
  margin: 8px 0 32px;
}

.fe {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 20px;
}



.our {
  background: #e9ecef;
  padding: 64px 0;
}

.our .container {
  max-width: 1330px;
}

.ourt {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.ourt__title {
  font-weight: 700;
  font-size: 40px;
  color: rgb(31, 30, 30);
  text-align: center;
}

.ourt__title1 {
  font-weight: 700;
  font-size: 40px;
  color: #73026a;
  text-align: center;
}

.our__card-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  object-position: top left;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.aw {
  display: block;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  width: 600px;

  transform: scale(1.05);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.aw:hover {
  transform: scale(1.1);
}

.our__card {
  display: flex;
  max-width: 404px;
  gap: 10px;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  height: auto;
  flex: 1;
}

.o1 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.icon1 {
  width: 24px;
  height: 24px;
}

.our__content {
  max-width: 500px;
  padding: 30px;
  margin-left: 70px;
}

.rt {
  width: 50px;
  height: 37px;
}

.line2 {
  width: 500px;
  height: 2px;
  background: #dee2e6;
  margin-left: 40px;
}

.tr {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: -65px;
}

.our__card-title {
  font-weight: 700;
  font-size: 30px;
  color: #73026a;
}

.our__card-text {
  font-weight: 400;
  font-size: 15px;
  color: gray;
  line-height: 25px;
  padding-top: 20px;
}

.hero__btn3 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
  color: #73026a;
  text-decoration: none;
  padding: 15px 28px;
  font-family: "Manrope";
  font-size: 20px;
  font-weight: 700; 
  margin-top: auto;
}

.hero__btn-arrow3 {
  border-radius: 4px;
  width: 26px;
  font-weight: 300;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}

.our__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.oc {
  display: flex;
  gap: 30px;
}

.oc2 {
  display: flex;
  margin-top: 40px;
  gap: 30px;
}

.y {
  display: flex;
  justify-content: center;
}

.hero__btn5 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  background: green;
  width: 200px;
  color: #fff;
  text-decoration: none;
  padding: 15px 28px;
  border-radius: 4px;
  margin-top: 40px;
  font-family: "Manrope";
  font-size: 16px;
  border: 1px solid rgb(1, 78, 1);
  font-weight: 700;
  transition:
    background 0.2s,
    transform 0.2s;
}

.hero__btn5:hover {
  background: white;
  color: green;
  transform: translateY(-2px);
}

.hero__btn-arrow5 {
  border-radius: 4px;
  width: 26px;
  font-weight: 300;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}


.news__titles {
  max-width: 1260px;
  border-bottom: 1px solid #515151;
}

.news__t {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 32px;
}

.news__title1 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  color: #343a40;
}

.news__title2 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #343a40;
}

.news__title22 {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: green;
}

.news__cards {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.news__c {
  display: flex;
  flex-direction: column;
  max-width: 492px;
  gap: 20px;
}

.news__card {
  display: flex;
  gap: 10px;
}

.news__title {
  font-weight: 700;
  font-size: 15px;
  color: gray;
}

.news__text {
  max-width: 384px;
  font-weight: 400;
  font-size: 20px;
  margin-top: 10px;
}

.news__title11 {
  font-weight: 700;
  font-size: 15px;
  color: gray;
}

.news__text1 {
  max-width: 620px;
  font-weight: 600;
  font-size: 30px;
  margin-top: 10px;
}

.news__bg2 {
  width: 210px;
  height: 150px;
  object-fit: cover;
  object-position: center center;
  border-radius: 8px;
}

.hero__bt {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgb(255, 255, 255);
  width: 125px;
  color: #73026a;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 17px;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 700;
  height: 35px;
 padding:0 0 0 4px;
}

.hero__bt:hover {
  color: gray;
}

.hero__btn-arro {
  border-radius: 4px;
  width: 26px;
  font-weight: 300;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.z {
  overflow: hidden;
  width: 320px;
  transform: scale(1.05);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.z:hover {
  transform: scale(1.1);
}

.y2 {
  margin-top: 30px;
  border-top: 1px solid #515151;
  display: flex;
  justify-content: center;
}

/*============================== news end ===========================*/

.ww {
  width: 25px;
  height: 25px;
    border-radius: 50%;
}

.faq-section {
  max-width: 1100px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #73026a;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.faq-title svg {
  width: 28px;
  height: 28px;
  color: #73026a;
}

.faq-item {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: border-color 0.3s;
}

.faq-item.active {
  background: #73026a;
  border-color: #ffffff;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 28px;
  cursor: pointer;
  background: transparent;
  border: none;
  text-align: left;
  gap: 16px;
}.faq-question:hover{
  border: solid 1px gray;
}.faq-question:hover::after{
  border: none;
}

.faq-question span {
  font-size: 1rem;
  font-weight: 400;
  color: gray;
  line-height: 1.4;
  transition: color 0.3s;
}

.faq-item.active .faq-question span {
  color: #ffffff;
}

.faq-icon {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  position: relative;
  transition: transform 0.3s;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: #555;
  border-radius: 2px;
  transition:
    background 0.3s,
    transform 0.3s,
    opacity 0.3s;
}

.faq-icon::before {
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-icon::after {
  width: 2px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
  background: #ffffff;
}

.faq-item.active .faq-icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
  padding: 0 28px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 28px 24px;
}

.faq-answer p {
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.7;
  color: #ffffff;
}



.map {
  padding: 40px 0;
  position: relative;
}
.map__bg{
  width: 100%;
  height: 750px;
}
.map__content {
  position: absolute;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  inset: 0;
  z-index: 2;
  margin: 0 auto;
}

.map__title {
  font-weight: 700;
  font-size: 35px;
  color: #fff;
  text-align: center;
}

.map__text {
  max-width: 504px;
}




.footer .container {
  position: relative;
  padding: 0 20px;
}

.footer__div {
  position: absolute;
  background: #212529;
  width: 1260px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: -100px;
  padding: 40px 32px 26px;
}
.xx{
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.footer_link {
  position: relative;
  display: inline-block;
  color: #adb5bd;
  font-size: 15px;
  cursor: pointer;
  text-decoration: none;
}
.footer_link::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background: currentColor;
}.footer_link:hover::after{
  width: 100%;
}
.footer_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: white;
  width: 0;
  transition: 0.3s;
}



.footer_list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
}

.f__te {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
}

.f__tte {
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  margin-top: 20px;
}

.hero__phone2 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s;
}
#w{
  width: 34px;
}
.hero__phone-icon2 {
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.footer_list:hover  .hero__phone-icon2 {
  border-color: white;
}.footer_list:hover .hero__l-icon {
    border-color: white;
}

.hero__l {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: "Manrope";
  font-size: 16px;
  font-weight: 600;
  transition: color 0.2s;
  max-width: 290px;
}

.hero__l-icon {
  width: 34px;
  height: 34px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.hero__l-icon:hover {
  border-color: white;
}

.footer_icon {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.contactt_btn {
  font-family: "Manrope";
  position: absolute;
  right: 30px;
  top: -60px;
  z-index: 100;
  background: #73026a;
  height: 200px;
  color: white;
  padding: 20px 20px;
  text-decoration: none;
  border-radius: 4px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 50px;
}

.contactt_btn h3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: lowercase;
}

.contactt_btn:hover {
  background: whitesmoke;
  color: #73026a;
}

.f__ee {
  display: flex;
  justify-content: space-between;
}

.g {
  border-top: 1px solid #515151;
}

.f__end {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-top: 10px;
}

.end {
  font-weight: 400;
  font-size: 14px;
  color: #dee2e6;
}

.end2 {
  display: flex;
  gap: 15px;
}

.text {
  font-size: 14px;
  color: #dee2e6;
}

.i {
  width: 18px;
  height: 18px;
  object-fit: contain;
}


