/*================================================

================================================*/

@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600&amp;family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

:root {
  /*color Variable*/
  --primary-color1: #DEA057;
  --primary-color2: #CA9457;
  --primary-color3: rgb(215, 182, 121);
  --primary-light2: #fbf8f6;
  --primary-light: rgba(222, 160, 87, 0.15);
  --dark: #202020;
  --dark2: #1B1B1B;
  --dark3: #1B1B22;
  --dark-mode-bg: #27272E;
  --dark-mode-light: #D9D9D9;
  --dark-light: rgba(32, 32, 32, 0.15);
  --text-light2: #B6B6B6;
  --green: #005153;
  --light-color: #FAFAFA;
  --text-color1: #292B31;
  --text-color2: #333333;
  --text-light: #9B9B9B;
  --light-bg: #F8F8F8;
  --dark-bg: #0A120F;
  --dark--bg: #0A120F;
  --white: #fff;
  --font-lora: "Lora", serif;
  --font-exo: "Exo", sans-serif;
}

::selection {
  color: var(--white);
  background: var(--primary-color1);
  -webkit-text-fill-color: var(--white);
}


/*================================================
2. Global Css
=================================================*/
html {
  font-size: 1rem;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  html {
    font-size: 97%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 94%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  html {
    font-size: 87%;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 84%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-lora);
}

body {
  font-family: var(--font-exo);
  /* background-color: #f3dffb; */
}

button {
  outline: none;
  border: none;
}

a {
  color: unset;
  text-decoration: none;
}

a:focus {
  outline: 0 solid;
}

a:hover {
  text-decoration: none;
  color: unset;
}

input:focus,
.faq-form .form-inner textarea:focus,
.comment-form .form-inner textarea:focus,
.contact-form .form-inner textarea:focus,
textarea:focus,
button:focus {
  outline: none;
}

i.bx {
  vertical-align: middle;
}

.para,
.faq-wrap .faq-body {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--text-color2);
  line-height: 1.8;
}

.dark-mode-bg {
  background-color: var(--dark-mode-bg);
}

.dark3-bg {
  background-color: var(--dark3);
}

.pt-120 {
  padding-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

.mt-120 {
  margin-top: 120px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}

@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.bg--light {
  background: #FAFAFA;
}

.para,
.faq-wrap .faq-body {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: var(--font-exo);
  line-height: 1.8;
}

.eg-card {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
}

.slick-slide {
  margin-right: 15px;
}

/*=======================================
 3. section-title
=======================================*/
.section-title1 {
  margin-bottom: 20px;
  text-align: center;
}

.section-title1 h2 {
  font-size: 3rem;
  font-weight: 700;
  color: #DEA057;
  background: -webkit-linear-gradient(40deg, #202020 0%, #DEA054 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
  margin-top: -7px;
  display: inline-block;
}

.section-title1 p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  line-height: 1.8;
}

.section-title2 span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-color2);
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.section-title2 span::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  height: 3px;
  background: linear-gradient(90deg, #005153 0%, rgba(0, 81, 83, 0.786458) 21.35%, rgba(0, 81, 83, 0.453125) 54.69%, rgba(0, 81, 83, 0.151042) 84.9%, rgba(0, 81, 83, 0) 100%);
  border-radius: 23px;
}

.section-title2 h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--text-color);
  line-height: 1.3;
  margin-bottom: 0px;
  text-transform: capitalize;
}

@media (max-width: 576px) {
  .section-title2 h2 {
    font-size: 2rem;
  }
}

.section-title2.sibling2 {
  max-width: 600px;
  width: 100%;
}

.section-title2.sibling2 span {
  color: var(--primary-color2);
  position: relative;
}

.section-title2.sibling2 span::after {
  position: absolute;
  left: 0px;
  transform: translateX(0);
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.786458) 21.35%, rgba(255, 255, 255, 0.453125) 54.69%, rgba(255, 255, 255, 0.151042) 84.9%, rgba(255, 255, 255, 0) 100%);
}

.section-title2.sibling2 h2 {
  color: var(--white);
}

.section-title2.sibling3 span {
  color: var(--primary-color2);
  position: relative;
}

.section-title2.sibling3 span::after {
  position: absolute;
  left: 0px;
  transform: translateX(0);
  background: linear-gradient(90deg, #005153 0%, rgba(0, 81, 83, 0.786458) 21.35%, rgba(0, 81, 83, 0.453125) 54.69%, rgba(0, 81, 83, 0.151042) 84.9%, rgba(0, 81, 83, 0) 100%);
}

.section-title2.sibling3 h2 {
  color: var(--text-color1);
}

.section-title-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section-title-area .section-title {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 55px;
  z-index: 9;
  background-color: transparent;
  margin-top: -5px;
}

.section-title-area .section-title span {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color3);
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.section-title-area .section-title span::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  height: 2px;
  width: 150%;
  background: linear-gradient(90deg, #D7B679 0%, rgba(215, 182, 121, 0) 17.57%, rgba(215, 182, 121, 0) 84.67%, #D7B679 95.32%);
}

.section-title-area .section-title h2 {
  font-size: 2.625rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
  line-height: 1.4;
  text-transform: capitalize;
}

@media (min-width: 576px) and (max-width: 768px) {
  .section-title-area .section-title h2 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .section-title-area .section-title h2 {
    font-size: 2.1rem;
  }
}

.section-title-area hr {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.45);
  height: 1px;
  padding-top: 30px;
  background: var(--dark3);
}

@media (max-width: 1199px) {
  .section-title-area hr {
    display: none;
    visibility: hidden;
  }
}

.section-title-area.sibling2 .section-title h2 {
  color: var(--dark3);
}

.section-title-area.sibling2 marquee {
  position: absolute;
  z-index: -1;
  top: 0;
  font-size: 5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px rgba(27, 27, 34, 0.08);
  -webkit-text-fill-color: transparent;
}

.section-title-area.sibling3 .section-title {
  margin-left: 0;
  margin-bottom: 25px;
}

.section-title-area.sibling3 .section-title span {
  margin-left: 25px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .section-title-area.sibling3 .section-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.section-title-area.sibling4 .section-title {
  margin-left: 0;
  margin-bottom: 25px;
}

.section-title-area.sibling4 .section-title h2 {
  color: var(--dark3);
}

.section-title-area.sibling4 .section-title span {
  margin-left: 25px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .section-title-area.sibling4 .section-title {
    margin-left: auto;
    margin-right: auto;
  }
}

.marquee {
  height: 25px;
  width: 100%;
  position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  animation: marquee 20000ms linear infinite;
}

.marquee span {
  float: left;
  width: 50%;
  font-size: 5rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1px rgba(153, 153, 153, 0.18);
  -webkit-text-fill-color: transparent;
  animation: train 8s linear infinite;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

/*=======================================
 4. Buttons 
=======================================*/
.eg-btn {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.45s ease-in-out;
  text-transform: capitalize;
  font-family: var(--font-exo);
  cursor: pointer;
  overflow: hidden;
}

.eg-btn i {
  font-weight: 200;
  vertical-align: middle;
  margin-right: 5px;
}

.btn--primary {
  background: var(--primary-color1);
  /* background: ; */
  color: var(--dark);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.btn--primary::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--primary:hover {
  color: var(--white);
}

.btn--primary:hover::after {
  transform: scaleX(1);
}

.btn--primary2 {
  background: var(--primary-color2);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.btn--primary2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--primary2:hover {
  color: var(--white);
}

.btn--primary2:hover::after {
  transform: scaleX(1);
}

.btn--primary2.sibling2 {
  border-radius: 10px;
  line-height: 32px;
  height: 52px;
  background-color: var(--primary-color3);
  color: var(--text-color1);
}

.btn--primary2.sibling2:hover {
  color: var(--white);
}

.btn--dark {
  background: var(--dark);
  color: var(--white);
  border-radius: 0px;
  position: relative;
  z-index: 1;
}

.btn--dark::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color1);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--dark:hover::after {
  transform: scaleX(1);
}

.btn--outline {
  background: transparent;
  color: var(--dark);
  border: 1px solid var(--primary-color1);
  position: relative;
  z-index: 1;
}

.btn--outline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--outline:hover {
  transform: scaleX(1);
}

.btn--outline.style-2 {
  border: 1px solid var(--primary-color1);
  position: absolute;
  bottom: 13px;
  left: 15px;
  right: 16px;
}

.btn--outline.style-2::after {
  background: var(--primary-color1);
}

.btn--outline.sibling3 {
  color: var(--primary-color2);
  border: 1px solid #757575;
  position: relative;
}

.btn--outline.sibling3::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--dark);
  width: 100%;
  height: 100%;
  transition: 0.5s;
  z-index: -1;
  transform: scaleX(0);
  border-radius: 0px;
}

.btn--outline.sibling3:hover::after {
  transform: scaleX(1);
}

.btn--outline.sibling3 svg {
  fill: var(--primary-color2);
}

.capsule {
  border-radius: 30px;
}

.btn--lg {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 15px 35px;
}

@media (max-width: 767px) {
  .btn--lg {
    padding: 12px 25px;
  }
}

.btn--lg2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .btn--lg2 {
    padding: 12px 25px;
  }
}

.btn--md {
  padding: 10px 35px;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .btn--md {
    padding: 10px 40px;
  }
}

.btn--sm {
  font-size: 14px;
  font-weight: 600;
  padding: 6px 18px;
}

.load-btn {
  display: inline-flex;
}

.load-btn svg {
  fill: var(--primary-color3);
  margin-left: 10px;
}

.hover-border1 {
  background: var(--white);
  position: relative;
  z-index: 1;
}

.hover-border1::before {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background: var(--primary-color1);
  transition: all 0.52s;
  z-index: -1;
}

.hover-border1:hover::before {
  width: 100%;
}

/*=======================================
 5. preloader start 
=======================================*/
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader img {
  width: 200px;
  height: 200px;
}
























/*=======================================
 6. pagination start 
=======================================*/
.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.pagination-wrap .pagination {
  margin: 0;
}

.pagination-wrap .page-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  background-color: var(--white);
  border-radius: 5px;
  transition: 0.42s ease;
  border: 1px solid rgba(41, 43, 49, 0.3);
  border-radius: 5px;
  color: rgba(41, 43, 49, 0.3);
  padding: 7px 10px;
}

.pagination-wrap .page-link svg {
  fill: var(--primary-color3);
}

.pagination-wrap .page-link:focus {
  box-shadow: unset;
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.pagination-wrap .page-link:hover {
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

.pagination-wrap .page-link:hover svg {
  fill: var(--white);
}

.pagination-wrap .page-item.active .page-link {
  z-index: 3;
  color: var(--white);
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

/*=======================================
  7. search area start
=======================================*/
.mobile-search {
  background: rgba(0, 0, 0, 0.85);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.09);
  width: 100%;
  height: 100%;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  align-items: center;
  position: fixed;
  cursor: popoppins;
  transform: scale(0);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s ease;
  padding: 35px 100px;
}

@media (max-width: 767px) {
  .mobile-search {
    padding: 20px 20px;
  }
}

.mobile-search label {
  color: #fff;
  margin-bottom: 20px;
}

.mobile-search.slide {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.mobile-search input,
.mobile-search .faq-form .form-inner textarea,
.faq-form .form-inner .mobile-search textarea,
.mobile-search .comment-form .form-inner textarea,
.comment-form .form-inner .mobile-search textarea,
.mobile-search .contact-form .form-inner textarea,
.contact-form .form-inner .mobile-search textarea {
  border: none;
  border-radius: unset;
  padding-left: 0px;
  padding-bottom: 5px;
  width: 100%;
  background: transparent;
  transition: 0.3s ease-in-out;
  color: #fff;
  margin-bottom: 20px;
}

.mobile-search input:focus,
.mobile-search .faq-form .form-inner textarea:focus,
.faq-form .form-inner .mobile-search textarea:focus,
.mobile-search .comment-form .form-inner textarea:focus,
.comment-form .form-inner .mobile-search textarea:focus,
.mobile-search .contact-form .form-inner textarea:focus,
.contact-form .form-inner .mobile-search textarea:focus {
  border-bottom: 1px solid #fff;
}

.mobile-search .search-cross-btn {
  color: #fff;
  cursor: popoppins;
  background: rgba(var(--primary-color1), 0.6);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  line-height: 43px;
  transition: 0.5s ease;
}

.mobile-search .search-cross-btn:hover {
  background: var(--primary-color1);
  color: #fff;
}

.mobile-search .search-cross-btn i {
  font-size: 25px;
  cursor: popoppins;
}

/*=======================================
   8. Mobile-menu Css
=======================================*/
.mobile-menu-form {
  margin-top: 50px;
}

.mobile-menu-form input,
.mobile-menu-form .faq-form .form-inner textarea,
.faq-form .form-inner .mobile-menu-form textarea,
.mobile-menu-form .comment-form .form-inner textarea,
.comment-form .form-inner .mobile-menu-form textarea,
.mobile-menu-form .contact-form .form-inner textarea,
.contact-form .form-inner .mobile-menu-form textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: var(--white);
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
}

.mobile-menu-form input::placeholder,
.mobile-menu-form .faq-form .form-inner textarea::placeholder,
.faq-form .form-inner .mobile-menu-form textarea::placeholder,
.mobile-menu-form .comment-form .form-inner textarea::placeholder,
.comment-form .form-inner .mobile-menu-form textarea::placeholder,
.mobile-menu-form .contact-form .form-inner textarea::placeholder,
.contact-form .form-inner .mobile-menu-form textarea::placeholder {
  font-size: 12px;
}

.mobile-menu-form input.style-capsule,
.mobile-menu-form .faq-form .form-inner textarea.style-capsule,
.faq-form .form-inner .mobile-menu-form textarea.style-capsule,
.mobile-menu-form .comment-form .form-inner textarea.style-capsule,
.comment-form .form-inner .mobile-menu-form textarea.style-capsule,
.mobile-menu-form .contact-form .form-inner textarea.style-capsule,
.contact-form .form-inner .mobile-menu-form textarea.style-capsule {
  border-radius: 30px;
}

.mobile-menu-form button {
  outline: none;
  border: none;
  padding: 10px;
}

.mobile-menu-form.style-2 input,
.mobile-menu-form.style-2 .faq-form .form-inner textarea,
.faq-form .form-inner .mobile-menu-form.style-2 textarea,
.mobile-menu-form.style-2 .comment-form .form-inner textarea,
.comment-form .form-inner .mobile-menu-form.style-2 textarea,
.mobile-menu-form.style-2 .contact-form .form-inner textarea,
.contact-form .form-inner .mobile-menu-form.style-2 textarea {
  border-radius: 30px;
}

/*================================================
 9. Topbar-section
=================================================*/
.topbar {
  padding: 0px 6%;
  background: #d4d0cc;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .topbar {
    padding: 0px 3%;
  }
}

@media (max-width: 991px) {
  .topbar {
    display: none;
    visibility: hidden;
  }
}

.topbar .appontment h6 {
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
}

.topbar .appontment h6 a {
  font-weight: 700;
  text-decoration: underline;
}

.phone-call2 .number {
  text-align: left;
}

.phone-call2 .number span {
  display: inline-block;
  color: var(--text-color2);
  font-family: var(--font-exo);
  font-size: 12px;
  font-weight: 500;
}

.phone-call2 .number h5 {
  margin-bottom: 0px;
  margin-top: -7px;
  white-space: nowrap;
}

.phone-call2 .number h5 a {
  color: var(--text-color1);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}

/*================================================
 10. Header-section
=================================================*/
li a.active-menu {
  color: var(--primary-color1) !important;
}

header.style-1 {
  background-color: var(--green) !important;
  width: 100%;
  z-index: 99;
  padding: 0px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 {
    padding: 0px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 {
    padding: 0px 10px;
  }
}

@media (max-width: 991px) {
  header.style-1 {
    padding: 0px 0px;
    top: 0;
  }
}

header.style-1.sticky {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99;
  background: var(--dark--bg);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  animation: smooth-header 0.65s linear;
}

@keyframes smooth-header {
  0% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(0px);
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .header-logo {
    padding: 21px 0px;
  }
}

@media (max-width: 991px) {
  header.style-1 .header-logo {
    padding: 20px 0px;
  }
}

header.style-1 .header-logo img {
  min-width: 120px;
  max-width: 100%;
}

header.style-1 .main-nav {
  display: inline-block;
}

header.style-1 .main-nav .mobile-menu-logo {
  display: none;
}

header.style-1 .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

header.style-1 .main-nav ul li {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

header.style-1 .main-nav ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: block;
  text-transform: capitalize;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

header.style-1 .main-nav ul li a:hover {
  color: var(--primary-color1);
}

header.style-1 .main-nav ul li a.active {
  color: var(--primary-color1);
}

header.style-1 .main-nav ul li i {
  width: 30px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  font-style: normal;
  position: absolute;
  right: -8px;
  top: 33px;
  z-index: 999;
  cursor: pointer;
  display: none;
}

header.style-1 .main-nav ul li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  min-width: 215px;
  background: #0B0F14;
  text-align: left;
  transition: all 0.5s ease-out 0s;
  transform: translateY(20px);
}

header.style-1 .main-nav ul li ul.sub-menu::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--primary-color1);
  position: absolute;
  bottom: 0;
  left: 0;
}

header.style-1 .main-nav ul li ul.sub-menu>li {
  padding: 0;
  display: block;
  border-bottom: 1px solid rgba(56, 56, 56, 0.5);
  position: relative;
}

header.style-1 .main-nav ul li ul.sub-menu>li i {
  position: absolute;
  top: 10px;
  right: 6px;
  display: block;
}

header.style-1 .main-nav ul li ul.sub-menu>li a {
  display: block;
  padding: 15px 15px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

header.style-1 .main-nav ul li ul.sub-menu>li a:hover {
  color: var(--primary-color1);
  margin-left: 10px;
}

header.style-1 .main-nav ul li ul.sub-menu>li a.active {
  color: var(--primary-color1);
}

header.style-1 .main-nav ul li ul.sub-menu>li .sub-menu {
  left: 215px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: #0B0F14;
  top: 0;
}

@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav ul li ul.sub-menu>li .sub-menu {
    margin-left: 10px;
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
  }
}

header.style-1 .main-nav ul li ul.sub-menu>li .sub-menu li i {
  display: block;
}

header.style-1 .main-nav ul li ul.sub-menu>li:last-child {
  border-bottom: none;
}

header.style-1 .main-nav ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

header.style-1 .main-nav ul li.menu-item-has-children>i {
  display: block;
}

@media only screen and (max-width: 1199px) {
  header.style-1 .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--dark-bg);
    -webkit-transform: translateX(-260px);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  }

  header.style-1 .main-nav.show-menu {
    transform: translateX(0);
  }

  header.style-1 .main-nav .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    border-bottom: 1px solid transparent;
    padding-bottom: 8px;
  }

  header.style-1 .main-nav ul {
    float: none;
    text-align: left;
    padding: 25px 10px 25px 0;
  }

  header.style-1 .main-nav ul li {
    display: block;
    position: relative;
    padding: 0 5px;
  }

  header.style-1 .main-nav ul li i {
    display: block;
  }

  header.style-1 .main-nav ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 300;
  }

  header.style-1 .main-nav ul li ul.sub-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none;
    display: none;
    margin-top: 0 !important;
    transform: translateY(0px);
  }

  header.style-1 .main-nav ul li .bi {
    top: 8px;
    font-size: 16px;
  }

  header.style-1 .mobile-menu {
    position: relative;
    top: 2px;
    padding: 0 5px;
    border-radius: 50%;
    display: inline-block;
  }

  header.style-1 .cross-btn {
    display: inline-block !important;
    position: relative;
    width: 30px !important;
    height: 22px !important;
    cursor: pointer;
    border: 3px solid transparent !important;
  }

  header.style-1 .cross-btn span {
    width: 100%;
    height: 2px;
    background: linear-gradient(233.77deg, rgba(115, 0, 0, 0.8) 0.94%, rgba(217, 10, 44, 0.8) 99.09%) !important;
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  header.style-1 .cross-btn .cross-top {
    top: 0;
  }

  header.style-1 .cross-btn .cross-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }

  header.style-1 .cross-btn .cross-bottom {
    bottom: 0;
    width: 100%;
  }

  header.style-1 .cross-btn.h-active span.cross-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }

  header.style-1 .cross-btn.h-active span.cross-middle {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  header.style-1 .cross-btn.h-active span.cross-bottom {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px;
  }
}

.mobile-menu-btn i {
  font-size: 22px;
  color: #fff;
}

.nav-left {
  position: relative;
  z-index: 99;
}

.nav-left .mobile-menu-btn i {
  font-size: 22px;
}

/*=======================================
   11. Banner-section
=======================================*/
.banner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.banner-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(rgba(32, 32, 32, 0.5), rgba(32, 32, 32, 0.5)), url("../images/bg/banner1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  animation: zoom 12s linear infinite alternate;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.banner-section .banner-content {
  text-align: center;
  padding: 60px 10px;
}

.banner-section .banner-content>span {
  display: inline-block;
  color: var(--primary-color1);
  font-size: 22px;
  font-weight: 400;
  font-family: var(--font-exo);
  margin-bottom: 8px;
}

.banner-section .banner-content h1 {
  font-size: 5rem;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 45px;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .banner-section .banner-content h1 {
    line-height: 1.2;
    font-size: 4rem;
  }
}

@media (max-width: 576px) {
  .banner-section .banner-content h1 {
    font-size: 2rem;
  }
}

.banner-section .banner-content h1 span {
  color: var(--primary-color1);
}

.banner-section .banner-content .button-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.phone-call .icon {
  margin-right: 12px;
}

.phone-call .icon svg {
  fill: var(--white);
}

.phone-call .number {
  text-align: left;
}

.phone-call .number span {
  display: inline-block;
  color: var(--white);
  font-family: var(--font-exo);
  margin-bottom: 2px;
}

.phone-call .number h5 {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0px;
  white-space: nowrap;
}

.phone-call.sibling2 svg {
  fill: var(--dark3);
}

.phone-call.sibling2 .number {
  text-align: left;
}

.phone-call.sibling2 .number span {
  display: inline-block;
  color: var(--dark3);
  font-family: var(--font-exo);
  margin-bottom: 2px;
}

.phone-call.sibling2 .number h5 {
  color: var(--dark3);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0px;
}

.banner-social-area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  /* background: #f2defa; */
  width: 80px;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-social-area {
    width: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-social-area {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .banner-social-area {
    display: none;
    visibility: hidden;
  }
}

.banner-social-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: var(--primary-color1);
  z-index: -1;
  opacity: 0.3;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-social-area::after {
    left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-social-area::after {
    left: 30px;
  }
}

.banner-social-area ul.banner-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-social-area ul.banner-social li {
  background: #ffffff;
  /* background: #f2defa; */
  padding: 5px;
}

.banner-social-area ul.banner-social li a i {
  font-size: 1.1rem;
  transition: all 0.35s ease-in;
}

.banner-social-area ul.banner-social li a:hover i {
  color: var(--primary-color1);
}

.banner-social-area-dark {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--dark3);
  width: 80px;
  z-index: 9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-social-area-dark {
    width: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-social-area-dark {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .banner-social-area-dark {
    display: none;
    visibility: hidden;
  }
}

.banner-social-area-dark ul.banner-social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-social-area-dark ul.banner-social li {
  padding: 5px;
}

.banner-social-area-dark ul.banner-social li a i {
  font-size: 1.1rem;
  transition: all 0.35s ease-in;
  color: var(--white);
}

.banner-social-area-dark ul.banner-social li a:hover i {
  color: var(--primary-color3);
}

.banner-social-area-dark ul.banner-social::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--primary-color1);
  z-index: -1;
  opacity: 0.3;
}

.banner-social-area-light {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f2defa;
  width: 80px;
  z-index: 9;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-social-area-light {
    width: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-social-area-light {
    width: 60px;
    display: none;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .banner-social-area-light {
    display: none;
    visibility: hidden;
  }
}

.banner-social-area-light ul.banner-social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.banner-social-area-light ul.banner-social li {
  padding: 5px;
}

.banner-social-area-light ul.banner-social li a i {
  font-size: 1.1rem;
  transition: all 0.35s ease-in;
  color: var(--dark3);
}

.banner-social-area-light ul.banner-social li a:hover i {
  color: var(--primary-color3);
}

.banner-social-area-light ul.banner-social::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--primary-color1);
  z-index: -1;
  opacity: 0.3;
}

.banner-scroll-area {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  /* background: #f2defa; */
  width: 80px;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-scroll-area {
    width: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-scroll-area {
    width: 60px;
  }
}

@media (max-width: 991px) {
  .banner-scroll-area {
    display: none;
    visibility: hidden;
  }
}

.banner-scroll-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 1px;
  height: 100%;
  background-color: var(--primary-color1);
  z-index: -1;
  opacity: 0.3;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-scroll-area::after {
    left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-scroll-area::after {
    left: 30px;
  }
}

.banner-scroll-area a {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color1);
  display: block;
  white-space: nowrap;
  transform: rotate(90deg);
  background: #ffffff;
  /* background:#f2defa; */
  padding: 5px 10px;
}

/*=======================================
   12. Intro-section
=======================================*/
.intro-section {
  background: #d4d0cc;
}

.border-unset.intro-single::before {
  content: unset;
}

.intro-single {
  /* background: #f2defa; */
  background: #ffff;
  padding: 20px 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 767px) {
  .intro-single {
    padding: 30px 25px;
  }
}

.intro-single:hover span.s-number {
  -webkit-text-fill-color: rgba(255, 255, 255, 0.1);
}

.intro-single:hover::after {
  transform: scaleX(1);
  opacity: 1;
}

.intro-single:hover .intro-wrap {
  text-align: center;
}

.intro-single:hover .intro-wrap h3 {
  color: var(--white);
}

.intro-single::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--dark);
  transform: scalex(0);
  transform-origin: left;
  transition: all 0.65s ease;
  opacity: 0;
}

.intro-single::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  z-index: -1;
  background-color: rgba(32, 32, 32, 0.1);
}

@media (max-width: 1399px) {
  .intro-single::before {
    content: unset;
  }
}

.intro-single span.s-number {
  font-size: 1rem;
  font-weight: 700;
  font-family: var(--font-exo);
  -webkit-text-stroke: 1px rgba(32, 32, 32, 0.1);
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 0px;
  left: 20px;
  display: none !important;
}

.intro-single .intro-wrap {
  text-align: center;
}

.intro-single .intro-wrap img {
  max-width: 70px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .intro-single .intro-wrap img {
    margin-bottom: 20px;
  }
}

.intro-single .intro-wrap h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--font-lora);
  margin-bottom: 3px;
  transition: all 0.45s ease-in-out;
}

.intro-single .intro-wrap h5 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-light);
}

.intro-single.sibling2 {
  background: var(--dark2);
  padding: 45px 30px;
  position: relative;
}

.intro-single.sibling2:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.intro-single.sibling2::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.12);
  transform: scalex(0);
  transform-origin: left;
  transition: all 0.65s ease;
  opacity: 0;
}

.intro-single.sibling2::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 110px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399px) {
  .intro-single.sibling2::before {
    content: unset;
  }
}

.intro-single.sibling2 .intro-wrap {
  text-align: center;
}

.intro-single.sibling2 .intro-wrap img {
  max-width: 70px;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .intro-single.sibling2 .intro-wrap img {
    margin-bottom: 20px;
  }
}

.intro-single.sibling2 .intro-wrap h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--font-lora);
  margin-bottom: 3px;
  transition: all 0.45s ease-in-out;
  color: var(--white);
}

.intro-single.sibling2 .intro-wrap h5 {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--text-light);
}

.border-top-left-bottom {
  border-radius: 60px 0px 0px 60px;
}

@media (max-width: 991px) {
  .border-top-left-bottom {
    border-radius: 0px;
  }
}

.border-top-right-bottom {
  border-radius: 0px 60px 60px 0px;
}

@media (max-width: 991px) {
  .border-top-right-bottom {
    border-radius: 0px;
  }
}

.intro-section2 {
  padding-left: 130px;
  margin-top: -80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 130px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 90px;
    padding-right: 90px;
    padding-top: 100px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-section2 {
    margin-top: unset;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
  }
}

/*=======================================
   13. About-section
=======================================*/
.about-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: #d4d0cc;
}

.about-section .section-bg1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .about-section .section-bg1 {
    display: none;
    visibility: hidden;
  }
}

.about-content1 {
  margin-top: 22px;
}

.about-content1 h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-color1);
  line-height: 1.35;
}

.lawyer-word {
  /* border: 1px solid rgba(32, 32, 32, 0.07); */
  border-radius: 0px;
  padding: 20px;
  margin-top: 32px;
  /* background: #f2defa; */
}

.lawyer-word p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color2);
  font-weight: 400;
}

.lawyer-word h6 {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color1);
}

.lawyer-word img {
  margin-bottom: 16px;
}

.about1-img {
  position: relative;
  border-radius: 240px;
  margin-left: 40px;
  margin-bottom: 15px;
}

.about1-img::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 15px;
  background: rgba(222, 160, 87, 0.2);
  border-radius: 240px;
  width: 100%;
  max-width: 490px;
  height: 100%;
}

.about1-img img {
  border-radius: 240px;
}

@media (max-width: 991px) {
  .about1-img {
    margin-top: 70px;
  }
}

.experience-tag {
  width: 100%;
  max-width: 170px;
  text-align: center;
  background: var(--text-color1);
  border-radius: 50%;
  height: 100%;
  max-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  right: -25px;
}

@media (max-width: 576px) {
  .experience-tag {
    top: 185px;
    right: 10px;
  }
}

.experience-tag::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  background: var(--white);
  border: 2px solid var(--text-color1);
  width: 106%;
  max-width: 190px;
  height: 106%;
  max-height: 190px;
  border-radius: 50%;
  z-index: -1;
}

.experience-tag::after {
  content: "";
  background: #FFFFFF;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.05);
  width: 60px;
  height: 100%;
  max-height: 60px;
  background-image: url("../images/icons/home-icon.svg");
  background-size: auto;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: center;
  position: absolute;
  top: -10px;
  right: -5px;
}

.experience-tag h2 {
  font-size: 3.125rem;
  color: var(--primary-color1);
  font-style: italic;
}

.experience-tag span {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: var(--font-exo);
  font-style: normal;
}

.experience-tag p {
  font-size: 13px;
  font-weight: 400;
  color: var(--white);
  font-family: var(--font-exo);
  margin-bottom: 0;
}

.about3-content p.para,
.about3-content .faq-wrap p.faq-body,
.faq-wrap .about3-content p.faq-body {
  color: var(--dark-mode-light);
}

.about3-content .about3-author {
  border: 1px solid #D7B679;
  padding: 5px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  position: relative;
}

.about3-content .about3-author img.author-image {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about3-content.sibling2 p.para,
.about3-content.sibling2 .faq-wrap p.faq-body,
.faq-wrap .about3-content.sibling2 p.faq-body {
  color: var(--text-color2);
}

.about3-list {
  list-style: none;
  margin: 30px 0 55px 0;
  padding: 0;
}

.about3-list li {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  padding-left: 22px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
}

.about3-list li::before {
  content: url("../images/icons/check.svg");
  position: absolute;
  left: 0;
  top: 1px;
}

.about3-list li:last-child {
  margin-bottom: 0px;
}

.about3-list.sibling2 li {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark3);
}

.about3-image-area {
  position: relative;
  background: var(--dark3);
  padding-bottom: 75px;
  border-radius: 30px 30px 500px 500px;
  width: 100%;
  max-width: 545px;
}

@media (max-width: 576px) {
  .about3-image-area {
    display: none;
    visibility: hidden;
  }
}

.about3-image-area span.years {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 1px solid var(--primary-color3);
  font-size: 3.3rem;
  font-weight: 700;
  color: var(--primary-color3);
  font-family: var(--font-lora);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
}

.about3-image-area .abt-img-text1 {
  position: absolute;
  bottom: 38px;
  left: 9px;
}

.about3-image-area .abt-img-text2 {
  position: absolute;
  bottom: 6px;
  right: 70px;
}

.about3-image-area .about3-image {
  border-radius: 30px 30px 500px 500px;
  max-width: 100%;
}

/*=======================================
   14. Practice-area-section
=======================================*/

/*=======================================
15. Info-section
=======================================*/
.info-section {
  background: #d4d0cc !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 90px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .info-section {
    padding: 39px 5% 39px 5%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .info-section {
    padding: 39px 5% 39px 5%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-section {
    padding: 39px 5% 39px 5%;
  }
}

@media (max-width: 767px) {
  .info-section {
    padding: 17px 2% 17px 2%;
  }
}

.info-section .info-content {
  padding-left: 30px;
}

@media (max-width: 991px) {
  .info-section .info-content {
    padding-left: 0px;
  }
}

.info-section .info-content h2 {
  font-size: 2.8125rem;
  font-weight: 700;
  color: var(--white);
  /* margin-bottom: 30px; */
  line-height: 1.4;
}

@media (max-width: 767px) {
  .info-section .info-content h2 {
    font-size: 2.2rem;
  }
}

.info-section .info-content p {
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-exo);
  line-height: 1.8;
  color: var(--white);
}

.info-section .info-list {
  list-style: none;
  margin: 0px 0 0 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  gap: 80px;
  justify-content: start;
}

@media (min-width: 768px) and (max-width: 991px) {
  .info-section .info-list {
    gap: 50px;
  }
}

@media (max-width: 767px) {
  .info-section .info-list {
    gap: 30px;
  }
}

.info-section .info-list li h4 {
  font-size: 1.5rem;
  color: var(--primary-color1);
}

.info-section .info-list li p {
  font-size: 15px;
  font-weight: 500;
  color: var(--font-exo);
  color: var(--white);
}

.intro-wrap.d-flex.flex-column p {
  color: #CA9457;
}

/*=======================================
 16. Casestudy Section
=======================================*/
.casestudy-section {
  position: relative;
  overflow: hidden;
  background: #d4d0cc;
}

.casestudy-section .section-bg1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.casestudy-section .section-bg2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.casestudy-gallery .button-group {
  border-bottom: 2px solid #eee;
  padding-bottom: 0px;
  padding-top: 52px;
}

.casestudy-gallery .button-group button {
  font-size: 17px;
  font-weight: 500;
  color: var(--text-color1);
  font-family: var(--font-exo);
  background: transparent;
  text-transform: capitalize;
  position: relative;
  padding-bottom: 17px;
  transition: all 0.5s ease;
  border-bottom: 2px solid transparent;
}

.casestudy-gallery .button-group button:focus {
  color: var(--primary-color3);
  border-bottom: 2px solid var(--primary-color3);
}

.casestudy-gallery .button-group button.active {
  color: var(--primary-color3);
  border-bottom: 2px solid var(--primary-color3);
}

.casestudy-single {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: 450px;
  padding: 30px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-single {
    min-height: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-single {
    min-height: 370px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .casestudy-single {
    min-height: 360px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .casestudy-single {
    min-height: 400px;
  }
}

@media (max-width: 576px) {
  .casestudy-single {
    min-height: 360px;
  }
}

.casestudy-single .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-out 0s;
}

.casestudy-single .text span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single .text h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
}

.casestudy-single .read-more {
  position: absolute;
  overflow: hidden;
  right: 30px;
  top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border: 1px solid var(--white);
  border-radius: 100px;
  transition: all 0.55s ease-in-out;
  width: 40px;
  height: 40px;
}

.casestudy-single .read-more span.btn-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  transition: all 0.55s ease-in-out;
  opacity: 0;
  width: 0;
  white-space: nowrap;
  text-transform: capitalize;
}

.casestudy-single .read-more span.btn-arrow {
  transform: rotate(-45deg);
  transition: all 0.65s ease-in-out;
}

.casestudy-single .read-more span.btn-arrow i {
  font-size: 18px;
  font-weight: 600;
  color: var(--white);
}

.casestudy-single .read-more:hover {
  width: 150px;
  padding: 0px 20px;
}

.casestudy-single .read-more:hover span.btn-arrow {
  transform: rotate(0deg);
}

.casestudy-single .read-more:hover span.btn-text {
  opacity: 1;
  width: 100%;
}

.casestudy-single:hover .casestudy1 {
  transform: scale(1.2) rotate(3deg);
}

.casestudy-single2 {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .casestudy-single2 {
    min-height: 550px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .casestudy-single2 {
    min-height: 520px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .casestudy-single2 {
    min-height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .casestudy-single2 {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .casestudy-single2 {
    min-height: 390px;
  }
}

.casestudy-single2 .casestudy1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.65s ease-in-out;
}

.casestudy-single2 .text {
  margin-bottom: 40px;
  padding-left: 30px;
  transition: all 0.35s ease-in-out;
  transform: scaleY(1);
}

.casestudy-single2 .text span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single2 .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single2 .text h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0px;
}

.casestudy-single2 .content-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.6s ease;
}

.casestudy-single2 .content {
  transition: all 0.65s ease-in-out;
  background: var(--white);
  width: 100%;
  padding: 25px 30px;
}

.casestudy-single2 .content span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.casestudy-single2 .content span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.casestudy-single2 .content h3 {
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 15px;
}

.casestudy-single2 .content p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: var(--font-exo);
}

.casestudy-single2 .content .details-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
  font-family: var(--font-exo);
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 5px;
}

.casestudy-single2 .content .details-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 3px;
  border-radius: 4px;
  background: var(--primary-color1);
  transition: all 0.4s ease;
}

.casestudy-single2 .content .details-btn:hover::before {
  width: 100%;
}

.casestudy-single2:hover .content-wrapper {
  opacity: 1;
  transform: translateY(0%);
}

.casestudy-single2:hover .text {
  opacity: 0;
  transform: scaleY(1);
}

.casestudy-single3 {
  overflow: hidden;
  height: 527px;
  background: var(--dark3);
  position: relative;
}

.casestudy-single3:hover .image .case-details-arrow {
  opacity: 1;
}

.casestudy-single3 .image {
  position: relative;
  z-index: 1;
  height: 254px;
}

.casestudy-single3 .image img {
  height: 100%;
}

.casestudy-single3 .image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(179.97deg, rgba(32, 32, 32, 0) 20.42%, #202020 99.97%);
}

.casestudy-single3 .image .case-details-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
  transition: all 0.55s ease;
  z-index: 1;
  cursor: pointer;
}

.casestudy-single3 .image .case-details-arrow:hover {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.casestudy-single3 .image img {
  width: 100%;
  height: 100%;
}

.casestudy-single3 .content {
  padding: 10px 10px;
  background: var(--dark3);
}

.casestudy-single3 .content span {
  font-size: 16px;
  font-weight: 400;
  color: var(--primary-color3);
  display: inline-block;
  margin-bottom: 6px;
}

.casestudy-single3 .content h4 {
  margin-bottom: 0px;
}

.casestudy-single3 .content h4 a {
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  transition: all 0.5s ease-out 0s;
}

.casestudy-single3 .content h4:hover a {
  color: var(--primary-color3);
}

.casestudy-single3.sibling2 {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.casestudy-single3.sibling2 .content {
  background: var(--white);
}

.casestudy-single3.sibling2 .content h4 {
  margin-bottom: 0px;
}

.casestudy-single3.sibling2 .content h4 a {
  font-size: 1.563rem;
  font-weight: 700;
  color: var(--dark3);
  transition: all 0.5s ease-out 0s;
}

.casestudy-single3.sibling2 .content h4:hover a {
  color: var(--primary-color3);
}

.case-details-single>img {
  border-radius: 10px;
  margin-bottom: 25px;
}

.case-details-single h2 {
  font-size: 2.813rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color);
  margin-bottom: 22px;
}

.case-details-single>h3 {
  font-size: 2.188rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color);
  margin-bottom: 14px;
}

.case-details-single .details-img-grp {
  padding: 10px 0px 35px 0px;
}

.case-details-single .details-img-grp img {
  border-radius: 5px;
}

.case-details-single .process-list {
  list-style: none;
  padding: 15px 0 13px 0;
  margin: 0;
}

.case-details-single .process-list li {
  margin-bottom: 27px;
}

.case-details-single .process-list li:last-child {
  margin-bottom: 0;
}

.case-details-single .process-list li .list-title {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}

@media (max-width: 767px) {
  .case-details-single .process-list li .list-title {
    gap: 15px;
  }
}

.case-details-single .process-list li .list-title h3 {
  font-size: 1.875rem;
  font-weight: 700;
  font-family: var(--font-lora);
  color: var(--text-color1);
}

.case-details-single .process-list li p.para,
.case-details-single .process-list li .faq-wrap p.faq-body,
.faq-wrap .case-details-single .process-list li p.faq-body {
  padding-left: 60px;
}

.case-info-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 5px 0px;
}

.case-info-list li {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(238, 238, 238, 0.5);
}

.case-info-list li:hover h5 {
  padding-left: 30px;
}

.case-info-list li:last-child {
  border-bottom: none;
}

.case-info-list li span {
  font-size: 17px;
  font-weight: 500;
  color: var(--primary-color3);
  font-family: var(--font-exo);
}

.case-info-list li span img {
  margin-right: 5px;
}

.case-info-list li h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color1);
  margin-bottom: 0;
  transition: all 0.52s ease;
}

.casestudy-card {
  border-radius: 5px;
  overflow: hidden;
}

.casestudy-card .header {
  background: var(--primary-color3);
  padding: 20px 40px;
}

.casestudy-card .header h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 0;
}

.casestudy-card .casestudy-list {
  list-style: none;
  background: var(--green);
  margin: 0 0 40px 0;
  padding: 30px 40px;
}

.casestudy-card .casestudy-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.casestudy-card .casestudy-list li:last-child {
  margin-bottom: 0px;
}

.casestudy-card .casestudy-list li span {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--white);
  transition: all 0.52s ease;
}

.casestudy-card .casestudy-list li:hover>span {
  padding-left: 20px;
}

.lawyer-intro-card {
  position: relative;
  background: linear-gradient(152.97deg, rgba(202, 148, 87, 0.12) 0%, rgba(202, 148, 87, 0.09) 100%);
  text-align: center;
  padding: 30px;
}

.lawyer-intro-card img {
  border-radius: 50%;
  margin-bottom: 18px;
}

.lawyer-intro-card span.badge {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  padding: 8px 20px;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--primary-color3);
}

.lawyer-intro-card .designation h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 5px;
}

.lawyer-intro-card .designation p {
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--primary-color3);
  margin-bottom: 0;
}

/*=======================================
 17. Attorney Section
=======================================*/


.swiper-pagination {
  height: 15px;
  position: absolute;
  bottom: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #696969;
  width: 15px;
  height: 15px;
  position: relative;
  z-index: 1;
  background: transparent;
}

.swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
  border: 1px solid var(--primary-color1);
}

.swiper-pagination .swiper-pagination-bullet-active::before {
  content: "";
  width: 9px;
  height: 9px;
  background: var(--primary-color1);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  z-index: -1;
}


.nice-select {
  background-color: var(--white);
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  color: black;
  height: 52px;
  line-height: 52px;
  outline: none;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgb(41 43 49 / 78%);
  margin-bottom: 20px;
}

.nice-select .option {
  min-height: 40px;
  line-height: 40px;
  font-size: 14px;
}

.nice-select .option:hover {
  background: var(--primary-color1);
  color: white;
}

.nice-select .option.selected {
  background: var(--primary-color1);
}

.nice-select .current {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.nice-select .list {
  border: unset;
  border: 1px solid rgba(41, 43, 49, 0.03);
  margin-top: 3px;
  z-index: 100;
  border-radius: 0px;
  width: 100%;
  min-width: 80px;
}

select .option.focus,
.nice-select .option.selected.focus {
  background-color: var(--primary-light);
}

.nice-select.open,
.nice-select:focus {
  border-color: var(--primary-color1);
}

.contact-form .form-inner {
  margin-bottom: 20px;
}

.contact-form .form-inner input,
.contact-form .form-inner.dark-mode textarea,
.contact-form .form-inner.glass-effect textarea,
.contact-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgb(41 42 46 / 63%);
  border-radius: 0px;
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
  color: black;
}

.contact-form .form-inner input::placeholder,
.contact-form .form-inner.dark-mode textarea::placeholder,
.contact-form .form-inner.glass-effect textarea::placeholder,
.contact-form .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form .form-inner input:focus,
.contact-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color1);
}

.contact-form .form-inner.glass-effect input,
.contact-form .form-inner.glass-effect textarea {
  width: 100%;
  border: 1px solid rgba(202, 148, 87, 0.4);
  border-radius: 5px;
  background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(15px);
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
  color: var(--white);
}

.contact-form .form-inner.glass-effect input::placeholder,
.contact-form .form-inner.glass-effect textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.contact-form .form-inner.glass-effect input:focus,
.contact-form .form-inner.glass-effect textarea:focus {
  border: 1px solid var(--primary-color1);
}

.contact-form .form-inner.dark-mode input,
.contact-form .form-inner.dark-mode textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 5px;
  background-color: var(--dark3);
  padding: 14px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
  color: var(--white);
}

.contact-form .form-inner.dark-mode input::placeholder,
.contact-form .form-inner.dark-mode textarea::placeholder {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-light);
  font-family: var(--font-exo);
}

.contact-form .form-inner.dark-mode input:focus,
.contact-form .form-inner.dark-mode textarea:focus {
  border: 1px solid var(--primary-color3);
}

.contact-form .form-inner.sibling2 input,
.contact-form .form-inner.sibling2 textarea {
  border-radius: 5px;
}

.contact-form .form-inner.sibling2 textarea {
  border-radius: 5px;
}

.contact-wrap {
  background-color: #d4d0cc !important;
  ;
  padding: 28px 3%;
}

@media (max-width: 991px) {
  .contact-wrap {
    padding: 45px 3%;
  }
}

.contact-text h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.contact-text p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--dark-mode-light);
  margin-bottom: 45px;
}

.contact-image-area {
  background: linear-gradient(rgba(41, 43, 49, 0.85), rgba(41, 43, 49, 0.85)), url(../images/bg/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 454px;
  margin-top: 445px;
}

@media (max-width: 576px) {
  .contact-image-area {
    display: none;
    visibility: hidden;
  }
}

.contact-image-area .contact-img {
  position: absolute;
  bottom: 0;
  right: 5%;
  max-width: 100%;
  height: auto;
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .contact-image-area .contact-img {
    right: 0%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-image-area .contact-img {
    max-width: 70%;
    right: 0%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .contact-image-area .contact-img {
    max-width: 70%;
    right: 0%;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .contact-image-area .contact-img {
    max-width: 60%;
    right: 0%;
  }
}

/*=======================================
 18. Latest News Section
=======================================*/

/*=======================================
 19. Lawyer Profile Section
=======================================*/

/*=======================================
 21. Footer-section
=======================================*/
.footer-section {
  /* background-image: linear-gradient(#f2defa, #f2defa), url("../images/bg/footer1-bg.png"); */
  background-image: linear-gradient(rgba(41, 43, 49, 0.6), rgba(41, 43, 49, 0.6)), url("../images/bg/footer1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.footer-section::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #292B31;
  z-index: -2;
}

.footer-section .footer-about img {
  margin-bottom: 30px;
}

.footer-section .footer-about p {
  font-size: 15px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--white);
  line-height: 1.6;
  margin-bottom: 12px;
}

.footer-section .footer-about .footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.footer-section .footer-about .footer-social i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: var(--white);
  border-radius: 10px;
  background: #0F1012;
  text-align: center;
  font-size: 18px;
  transition: all 0.5s ease-out 0s;
}

.footer-section .footer-about .footer-social i:hover {
  background: var(--primary-color1);
}

.footer-section .footer-about .open-hour {
  margin-top: 25px;
}

.footer-section .footer-about .open-hour h6 {
  font-size: 18px;
  font-weight: 500;
  color: var(--primary-color1);
}

.footer-section .footer-about .open-hour p {
  margin-bottom: 0px;
}

.footer-section .footer-top {
  padding: 55px 0px;
}

.footer-section .footer-item h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color1);
  margin-bottom: 10px;
}

.footer-section .footer-item .link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section .footer-item .link-list li {
  margin-bottom: 6px;
  position: relative;
  padding-left: 0px;
  transition: all 0.55s ease;
}

.footer-section .footer-item .link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 1px;
  border-radius: 5px;
  background-color: var(--primary-color1);
  opacity: 0;
  transition: all 0.55s ease;
}

.footer-section .footer-item .link-list li:last-child {
  margin-bottom: 0;
}

.footer-section .footer-item .link-list li:hover {
  padding-left: 18px;
}

.footer-section .footer-item .link-list li:hover::before {
  opacity: 1;
}

.footer-section .footer-item .link-list a {
  font-size: 13px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--white);
}

.footer-section .footer-item .contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .footer-item .contact-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
  gap: 12px;
}

.footer-section .footer-item .contact-list li:last-child {
  margin-bottom: 0px;
}

.footer-section .footer-item .contact-list li .icon svg {
  fill: var(--primary-color1);
}

.footer-section .footer-item .contact-list li .text {
  color: var(--white);
}

.footer-section .footer-item .contact-list li .text a {
  display: block;
  margin-bottom: 8px;
}

.footer-section .footer-item .recent-caselist {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-section .footer-item .recent-caselist li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.footer-section .footer-item .recent-caselist li:last-child {
  margin-bottom: 0px;
}

.footer-section .footer-item .recent-caselist li .image {
  border-radius: 5px;
  overflow: hidden;
}

.footer-section .footer-item .recent-caselist li .text span {
  font-size: 12px;
  font-weight: 500;
  font-family: var(--font-exo);
  color: var(--primary-color1);
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  margin-bottom: 8px;
}

.footer-section .footer-item .recent-caselist li .text span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-radius: 10px;
  background: var(--primary-color1);
}

.footer-section .footer-item .recent-caselist li .text h5 a {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-lora);
  color: var(--white);
}

.footer-section .footer-bottom {
  padding: 16px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section .footer-bottom p {
  font-size: 13px;
  font-weight: 400;
  font-family: var(--font-exo);
  color: var(--white);
  margin-bottom: 0;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .footer-section .footer-bottom p {
    margin-right: 0px;
  }
}

.footer-section .footer-bottom p .egns-lab {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color1);
}

.footer-section .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}

.footer-section .footer-bottom .footer-logo-list li {
  margin-right: 20px;
}

.footer-section .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}

.footer-section .footer-bottom .footer-logo-list li:last-child {
  margin-right: 0px;
}

.footer-section .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}

.footer-section .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
}

.footer-section .footer-bottom .f-bottom-list li {
  margin: 0px 6px;
  list-style: none;
}

.footer-section .footer-bottom .f-bottom-list li {}



/*=======================================
22.Testimonial Seciton
=======================================*/


/*=======================================
 23.  Breadcrumb-section
=======================================*/
.breadcrumb-section {
  background: linear-gradient(275.93deg, rgba(32, 32, 32, 0.8) 25.55%, rgba(32, 32, 32, 0.8) 95.49%), url("../images/bg/breadcrumb-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12.5rem 0px;
}

.breadcrumb-title {
  font-size: 3.125rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  justify-content: center;
}

.breadcrumb .breadcrumb-item {
  color: var(--primary-color3);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-exo);
  position: relative;
  padding-left: 25px;
}

.breadcrumb .breadcrumb-item:first-child {
  padding-left: 0px;
  padding-right: 10px;
}

.breadcrumb .breadcrumb-item.active {
  color: #DDDDDD;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: unset;
}

.breadcrumb-item+.breadcrumb-item::after {
  content: url("../images/icons/dotted-arrow.svg");
  position: absolute;
  top: -2px;
  left: 0;
}

/*=======================================
 24. Service details
=======================================*/

/*=======================================
 25. Faq section
=======================================*/
.faq-section .nav-pills {
  list-style: none;
  background: var(--green);
  margin: 0 0 40px 0;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
}

.faq-section .nav-pills button.nav-link {
  padding: 8px 0px;
  transition: all 0.45s ease-out 0s;
  border-radius: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--white);
  margin-bottom: 0px;
  width: 100%;
}

.faq-section .nav-pills button.nav-link.active {
  background: var(--primary-color2);
}

.faq-section .nav-pills button.nav-link:last-child {
  margin-bottom: 0px;
}

.faq-section .nav-pills button.nav-link:hover {
  background: var(--primary-color2);
}

.faq-form {
  background: var(--text-color1);
  padding: 30px 20px;
  border-radius: 5px;
}

.faq-form .form-inner {
  margin-bottom: 25px;
}

.faq-form .form-inner input,
.faq-form .form-inner textarea {
  width: 100%;
  border: 1px solid rgba(41, 43, 49, 0.05);
  border-radius: 5px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  font-size: 15px;
  font-family: var(--font-exo);
}

.faq-form .form-inner input::placeholder,
.faq-form .form-inner textarea::placeholder {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-light);
}

.faq-form .form-inner input:focus,
.faq-form .form-inner textarea:focus {
  border: 1px solid var(--primary-color2);
}

.faq-form .faq-form-title {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--white);
  font-family: var(--font-exo);
  margin-bottom: 25px;
}

.faq-wrap .faq-item {
  margin-bottom: 6px;
  border: none;
}

.faq-wrap .faq-item:last-child {
  margin-bottom: 0;
}

.faq-wrap .faq-item.hover-btn {
  padding: 1px 1px 1px 1px;
}

.faq-wrap .accordion-button {
  font-family: var(--font-lora);
  font-weight: 600;
  font-size: 18px;
  background: var(--white);
  border-radius: 0px;
  color: var(--text-color1);
  cursor: pointer;
  transition: 0.45s ease-in-out;
  padding: 25px 0px;
  padding-right: 35px;
  margin-bottom: 0px;
  line-height: 1.6;
  border-bottom: 1px solid #eee;
}

.faq-wrap .accordion-button:focus {
  z-index: unset;
  border-color: unset;
  outline: 0;
}

.faq-wrap .accordion-button::after {
  flex-shrink: 0;
  width: unset;
  height: unset;
  margin-left: auto;
  background-image: none;
  background-repeat: unset;
  background-size: unset;
  font-family: bootstrap-icons !important;
  position: absolute;
  right: 0;
  content: "\f4fe";
  transition: unset;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq-wrap .accordion-button:not(.collapsed)::after {
  background-image: none;
  transform: unset;
  font-family: bootstrap-icons !important;
  content: "\f2ea";
  color: var(--primary-color2);
}

.faq-wrap .accordion-button:hover {
  background: var(--primary-color4);
  color: var(--primary-color2);
}

.faq-wrap .accordion-button:hover::after {
  color: var(--primary-color2);
}

.faq-wrap .faq-body {
  font-family: var(--font-exo);
  background: var(--white);
  border-top: none;
  padding: 15px;
  text-align: left;
}

.faq-wrap .accordion-button:not(.collapsed) {
  background: var(--primary-color4);
  color: var(--primary-color2);
  font-weight: 600;
}

.faq-title {
  margin-bottom: 20px;
}

.faq-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color1);
  margin-bottom: 12px;
}

/*=======================================
 26. History section
=======================================*/



























/* todo  ===============================================new style start =================================================== */
/* todo  ===============================================new style start =================================================== */

.row.v-center {
  /* border: 2px solid red; */
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header {
  display: block;
  width: 100%;
  position: relative;
  z-index: 99;
  padding: 8px 10px;
}

.header .item-left {
  flex: 0 0 10%;
  /* background:white; */
}

.header .logo a {
  font-size: 30px;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.header .item-center {
  flex: 0 0 70%;
  text-align: center;
}

.menu-main {
  margin-left: 35px;
  padding-left: 0 !important;
  margin-bottom: 0px !important;
}

.header .item-right {
  flex: 0 0 17%;
  display: flex;
  justify-content: flex-end;
}

.header .item-right a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  margin-left: 10px;
  transition: color 0.3s ease;
}

.header .menu>ul>li {
  display: inline-block;
  line-height: 33px;
  margin-left: 19px;
}

.header .menu>ul>li>a {
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}

@media(min-width: 992px) {
  .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    text-align: left;
  }
}

.header .menu>ul>li .sub-menu>ul>li {
  line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
  line-height: 1;
  display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-3 {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
  /* border: 2px solid red; */
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item {
  flex: 0 33%;
  padding: 0 15px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item .title {
  font-size: 19px;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
  line-height: 1;
  padding: 10px 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-3>.list-item.text-center .title {
  text-align: start;
}

/* .header .menu > ul > li .sub-menu.mega-menu-column-3 > .list-item img{
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
} */
.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
  color: #ea4636;
}

.list-item ul {
  margin-left: 5px !important;
}

/* banner section */
.banner-section {
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
  display: none;
}

/*responsive*/
@media(max-width: 991px) {

  .header .item-center {
    order: 3;
    flex: 0 0 100%;
  }

  .header .item-left,
  .header .item-right {
    flex: 0 0 auto;
  }

  .v-center {
    justify-content: space-between;
  }

  .header .mobile-menu-trigger {
    display: flex;
    height: 30px;
    width: 30px;
    margin-left: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .header .mobile-menu-trigger span {
    display: block;
    height: 2px;
    background-color: #ffffff;
    width: 24px;
    position: relative;
  }

  .header .mobile-menu-trigger span:before,
  .header .mobile-menu-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
  }

  .header .mobile-menu-trigger span:before {
    top: -6px;
  }

  .header .mobile-menu-trigger span:after {
    top: 6px;
  }

  .header .item-right {
    align-items: center;
  }

  .header .menu {
    position: fixed;
    width: 320px;
    background-color: var(--green) !important;

    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transform: translate(-100%);
    transition: all 0.5s ease;
    z-index: 1099;
  }

  .header .menu.active {
    transform: translate(0%);
  }

  .header .menu>ul>li {
    line-height: 1;
    margin: 0;
    display: block;
  }

  .header .menu>ul>li>a {
    line-height: 50px;
    height: 50px;
    padding: 0 50px 0 15px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header .menu>ul>li>a i {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    transform: rotate(-90deg);
  }

  .header .menu .mobile-menu-head {
    display: flex;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 501;
    position: sticky;
    background-color: #ffffff;
    top: 0;
  }

  .header .menu .mobile-menu-head .go-back {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    display: none;
  }

  .header .menu .mobile-menu-head.active .go-back {
    display: block;
  }

  .header .menu .mobile-menu-head .current-menu-title {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .header .menu .mobile-menu-head .mobile-menu-close {
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    line-height: 50px;
    text-align: center;
    color: #000000;
    font-size: 25px;
  }

  .header .menu .menu-main {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.mega-menu,
  .header .menu>ul>li .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    box-shadow: none;
    margin: 0;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 65px;
    max-width: none;
    min-width: auto;
    display: none;
    transform: translateX(0%);
    overflow-y: auto;
  }

  .header .menu>ul>li .sub-menu.active {
    display: block;
    text-align: left;
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }

    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      transform: translateX(0%);
    }

    100% {
      opacity: 0;
      transform: translateX(100%);
    }
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    margin-top: 0;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    margin-bottom: 20px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
    margin-bottom: 0px;
  }

  .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0px;
  }

  .header .menu>ul>li .sub-menu>ul>li>a,
  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    display: block;
  }

  .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
    margin-bottom: 15px;
  }

  .menu-overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1098;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
  }

  .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }
}


@media(max-width:780px) {

  .header .item-left,
  .header .item-right {
    flex: 1 0 33%;
  }

  .hidemobilecls {
    display: none !important;
  }
}

.bnnerservices {
  /* border:2px solid red; */
  width: 529px;
  margin: 0px auto;
  text-align: start;
  margin-top: -30px;
  margin-left: 220px;
}

.bnnerservices ul {
  list-style: none;
  text-align: start;
  color: white;

}

.bnnerservices ul li {
  list-style: none;
  font-size: 20px;
  color: #DEA054;
  font-weight: 600;
}

.associated-partner {
  width: 140px;
  height: 160px;
  /* border:2px solid red; */
}

.associated-partner img {
  width: 100%;
  height: 90px;
}

.associated-partner .content h4 {
  color: #CA9457;
}

@media(max-width:700px) {
  .bnnerservices {
    margin-left: unset !important;
    flex-direction: column;
  }

  .associated-partner {
    width: 100%;
    height: 300px;
    /* border: 2px solid red; */
  }

  .associated-partner img {
    width: 100%;
    height: auto;
    /* border: 2px solid red; */
  }
}




.whybox {

  background-color: #005153;
  border-radius: 10px;
  /* box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05), -2px -2px 6px rgba(255, 255, 255, 0.7); */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  padding: 10px 10px;
  transition: all 0.3s ease;
  /* position: relative; */
  text-align: center;
  margin: 14px auto;
  height: 180px;
}

.whybox:hover {
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.05), -1px -1px 2px rgba(255, 255, 255, 0.7), inset 1px 1px 2px rgba(0, 0, 0, 0.1), inset -1px -1px 3px rgba(255, 255, 255, 0.8);
  transform: translateY(-3px);
}

.whyimg {
  width: 80px;
  height: 80px;
  margin: 10px auto;
  background-color: #04ff64;
  /* border:1px solid red; */
  padding: 10px;
  border-radius: 100%;
}

.whyimg img {
  width: 60px;
  /* border:1px solid red; */
}

.whytext {
  /* border:1px solid red; */
  padding: 5px;
}

.whytext p {
  line-height: normal !important;
  margin-bottom: 0px !important;
  color: #CA9457;

}

.whytext p strong {

  color: #CA9457;
}

@media(max-width:780px) {
  .row.flex.whyarawe {
    /* flex-direction: column; */
  }

  .whybox {
    width: 100%;
  }
}

.footer-section .footer-middle {
  padding: 0px 70px;
  margin-top: -90px;
}

.footer-about h5 {
  color: #CA9457;
  font-weight: 700;
}

/* .ulisd a span {
  margin-left: 10px;
} */
.ulisd a:hover {
  color: #CA9457;
}

@media(max-width:780px) {
  .footer-section .footer-middle {
    padding: 0px 7px;
    margin-top: -60px;
  }

  .casestudy-single3 {

    height: 463px !important;

  }
}

.cnbc {
  background: var(--dark3) !important;
}










/* todo services page style start hare=========================================================================== */
/* todo services page style start hare=========================================================================== */
.servimn {
  background: #e6e6e6;
}

.servicesbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.servicesbanner-section {
  background-image: url('./../images/svbnr.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.servimn {
  background: #e6e6e6;
}

.renewalbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.renewalbanner-section {
  background-image: url('./../images/trademarkbanner.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.trdobjectionbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.trdobjectionbanner-section {
  background-image: url('./../images/trademarkobjection.png');
  background-size: cover;
  background-position: bottom;
  height: 560px;
  width: 100%;
  display: block;
}

.isoregistrationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.isoregistrationbanner-section {
  background-image: url('./../images/bannerimg/iso-new.webp');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.fssairegistrationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssairegistrationbanner-section {
  background-image: url('./../images/bannerimg/fssai.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.fssairenewalbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssairenewalbanner-section {
  background-image: url('./../images/bannerimg/Untitled\ design\ \(5\).png');
  background-size: cover;
  background-position: bottom;
  height: 520px;
  width: 100%;
  display: block;
}

.fssaimodificationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssaimodificationbanner-section {
  background-image: url('./../images/bannerimg/fssmodifi.png');
  background-size: cover;
  background-position: top;
  height: 520px;
  width: 100%;
  display: block;
}

.fssaianualreturnbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssaianualreturnbanner-section {
  background-image: url('./../images/bannerimg/fassaireturn.png');
  background-size: cover;
  background-position: bottom;
  height: 520px;
  width: 100%;
  display: block;
}

.fssaiimportexportbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssaiimportexportbanner-section {
  background-image: url('./../images/bannerimg/applyimport.png');
  background-size: cover;
  background-position: bottom;
  height: 520px;
  width: 100%;
  display: block;
}

.fssaiiecmodificationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.fssaiiecmodificationbanner-section {
  background-image: url('./../images/bannerimg/iecmodification.png');
  background-size: cover;
  /* background-position: top; */
  height: 520px;
  width: 100%;
  display: block;
}


.trdopositionbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.trdopositionbanner-section {
  background-image: url('./../images/trademarkoposition.png');
  background-size: cover;
  /* background-position: center; */
  height: 560px;
  width: 100%;
  display: block;
}

.gstregistrationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstregistrationbanner-section {
  background-image: url('./../images/bannerimg/gstragistration.png');
  background-size: cover;
  /* background-position: center; */
  height: 560px;
  width: 100%;
  display: block;
}

.aoutusbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.aoutusbanner-section {
  background-image: url('./../images/aboutus.jpg');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.termsandconsdbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.termsandconsdbanner-section {
  background-image: url('./../images/termandcondi.jpg');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.refundpolicybanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.refundpolicybanner-section {
  background-image: url('./../images/refund.jpg');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.privacypolicybanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.privacypolicybanner-section {
  background-image: url('./../images/privacypolicy.jpg');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.contactusbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.contactusbanner-section {
  background-image: url('./../images/contactus.jpg');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstreturnfillingbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstreturnfillingbanner-section {
  background-image: url('./../images/bannerimg/gstreturnfilling.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstnilreturnfillingbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstnilreturnfillingbanner-section {
  background-image: url('./../images/bannerimg/GSTNILRETURN.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstmodificationbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstmodificationbanner-section {
  background-image: url('./../images/bannerimg/GSTmodification.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstanualreturnfillingbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstanualreturnfillingbanner-section {
  background-image: url('./../images/bannerimg/GSTannualfilling.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstlutfillingbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstlutfillingbanner-section {
  background-image: url('./../images/bannerimg/GSTLut.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.gstewaybillbanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.gstewaybillbanner-section {
  background-image: url('./../images/bannerimg/GSTEway.png');
  background-size: cover;
  background-position: center;
  height: 520px;
  width: 100%;
  display: block;
}

.hone {
  margin: 0px auto;
  padding: 30px 0px;
  text-align: center;
}

.hone h1 {
  padding-bottom: 12px;
  line-height: normal;
  font-size: 40px;
  font-weight: bold;
}

.hone p {
  /* padding-bottom: 12px; */
  line-height: normal;
  font-size: 20px;
  font-weight: 400;
}

.servifrmleft .form-floating {
  /* border: 1px solid gray !important; */
  border-radius: unset !important;
  border: 1px solid gray !important;
}

.servifrmleft .form-floating .form-select {
  padding: 17px 10px !important;
  /* border: 1px solid gray!important; */
}

.servifrmleft .form-floating .form-select span {
  font-weight: 400 !important;
  font-size: 16px !important;
}

.form-select .current {
  font-size: 19px;
  font-weight: 500;
  color: #000000;
}

.form-select .option {
  min-height: 40px;
  color: black;
  line-height: 40px;
  font-size: 17px;
  font-weight: 400;
}

input#floatingInput {
  border-radius: unset !important;
}

input#floatingPassword {
  border-radius: unset !important;
}

.serfromone {
  margin: 10px auto;
}

.servifrmleft {
  /* border:1px solid red; */
  padding: 17px;
  background-color: white;
}

.servifrmleft .form-check {
  display: flex !important;
  min-height: 1.5rem;
  padding-left: 0.5em;
  margin-bottom: .125rem;
}

.servifrmleft .form-check input#flexCheckChecked {
  width: 35px !important;
  margin-right: 10px;
  /* height: 39px; */
  /* border: 1px solid red; */
}

.accordion-item {
  margin-bottom: 10px;
}

button.accordion-button {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 1px;
}

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

.img1wt {
  width: 100px;
  height: 100px;
}

.img1wt img {
  width: 100%;
  height: 100%;
}

.btnaredfr {
  margin-top: 16px;
  text-align: center;
}

.nrmltxt1 {
  margin: 20px auto;
  text-align: center;
}

.nrmltxt2 {
  margin: 0px auto !important;
  padding-top: 20px;
  text-align: center;
}

.nrmltxt1 h1 {
  font-weight: 700;
  text-align: center;
}

.txtundrlne {
  text-align: center;
  width: 140px;
  height: 5px;
  background-color: #CA9457;
  margin: 20px auto;
}

.secti4 {
  margin: 50px auto;
}

.inprtcontainer1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.intbox1 {
  background-color: white;
  border-left: 6px solid #CA9457;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.intbox1 h3 {
  margin: 7px 0px;
  font-size: 23px;
}

.intbox1 p {
  font-size: 16px;
  color: #555;
}

.intbox1:hover {
  background-color: white;
  border-left: 6px solid #04ff64;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: ease 0.2 sec;
}

.customcard1 {
  background-color: #ffffff;
  border: none;
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 10px;
  height: 180px;
}

.customcard1 .nbvcr {
  font-weight: 700;
  color: #CA9457;
  font-size: 18px;
}

.nikimg img {
  height: 50px;
  background-color: rgb(255, 255, 255);

}

.hexagon {
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: #2a75a9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 18px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid white;
}

.card-titlee1 {
  font-weight: bold;
  margin-top: 40px;
}

.pertfivebox {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  transition: ease 0.2 sec;
  background-color: white;
  height: 410px;
  padding: 13px;
  margin: 10px auto;
}

.pertfivebox h3 {
  color: #CA9457;
  font-size: 27px;
}

.kjhyu {
  text-align: start;
}

.kjhyu ul li {
  list-style: disc;
  margin-left: 10px;
  /* color: #CA9457; */
}

.prtfivebx img {
  width: 100px;
}

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

.prtfivebx {
  padding: 10px;
  background-color: white;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
  width: 19%;
  margin: 10px auto;
  text-align: center;
}

.prtfivebx:hover {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.prtfivebx p {
  padding-top: 16px;
  font-weight: 600;
}

.partsixbodycntn {
  display: flex;
  justify-content: space-between;
  /* text-align: center; */
}

.prtsixcntn {
  background-color: white;
  /* border: 2px solid red; */
  width: 49%;
  margin: 14px auto;
}

.hedbc {
  width: 100%;
  background-color: #005153;
  padding: 2px 10px;
  /* border-radius: 20px 10px 30px 10px; */
}

.hedbc p {
  padding-top: 9px;
  color: white;
  font-weight: 700;
  font-size: 18px;
}

.prtsixcntn ul {
  margin: 20px auto;
  list-style: none;
}

.prtsixcntn ul li span {
  font-size: 20px;
  font-weight: 800;
  color: green;
}

.prtsixcntn ul li {
  font-size: 18px;
  font-weight: 600;
  color: #272727;
}





/*==================== REUSABLE CSS CLASSES ====================*/

.pricing-table {
  background: #f3bf84;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
  /* padding: 2rem; */
  border-radius: 4px;
  transition: .3s;
  margin: 14px auto;
  height: 738px;
}

.pricing-table:hover {
  box-shadow: 0px 1px 10px -4px rgba(0, 0, 0, .15);
}

.pricing-table .pricing-label {
  border-radius: 2px;
  /* padding: .25rem .5rem; */
  margin-bottom: 1rem;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.pbdthead {
  background: #e2e2e2;
}

.pbdthead h1 {
  color: #3b3b3b;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
}

.pricing-table h5 {
  color: #B3B3B3;
  font-size: 14px;
  font-weight: 400;
}

.pricing-table .pricing-features {
  margin-top: 10px;
  padding: 10px;
}

.pricing-table .pricing-features .feature {
  font-size: 18px;
  margin: .5rem 0;
  color: #181818;
  font-weight: 400;
}



.pricing-table .price-tag {
  /* margin-top: 12px; */
  text-align: center;
  font-weight: 800;
}

.pricing-table .price-tag .symbol {
  font-size: 24px;
}

.pricing-table .price-tag .amount {
  letter-spacing: -2px;
  font-size: 64px;
}

.pricing-table .price-tag .after {
  color: #3b3b3b;
  font-weight: 500;
}

.pricing-table .price-button {
  display: block;
  color: #fff;
  margin-top: 2rem;
  padding: .75rem;
  border-radius: 2px;
  text-align: center;
  font-weight: 500;
  transition: .3s;
}

.pricing-table .price-button:hover {
  text-decoration: none;
}



.turquoise .pricing-label {
  background: #b9edee;
  color: #44cdd2;
}

.turquoise .price-tag {
  color: #44cdd2;
}

.turquoise .price-button {
  background: #44cdd2;
}

.turquoise .price-button:hover {
  background: #2dbcc4;
}

.red .pricing-label {
  background: #ffc4c4;
  color: #ff5e5e;
}

.red .price-tag {
  color: #ff5e5e;
}

.red .price-button {
  background: #ff5e5e;
}





.prtseven {
  width: 70%;
  margin: 10px auto
}

.prtseven p {
  font-size: 20px;
}

.prteightimg {
  width: 60px;
  margin: 0px auto;
}

.prteightimg img {
  width: 100%;
}

.prteightcntn {
  padding: 14px;
  margin: 10px auto;
  text-align: center;
  border: 1px solid gray;
  height: 220px;
  background-color: white;
}

.faqbnacr {
  background-color: #CA9457 !important;
  color: white;
}

.mfdtjl {
  text-align: center;
}

.dfrt h5 strong a {
  color: blue;
  text-decoration: underline;
}

.dfrt p {
  color: #010122;
  font-size: 15px;
}

.bvtyuj {
  border: 1px solid rgb(223, 223, 223);
  margin: 3px 3px;
  height: 200px;
  background-color: #005153;
}

.hwrk {
  background-color: unset !important;
  margin-bottom: 25px;
}

.wh2 {
  background-color: #005153;
}

.wh2 .whytext p strong {
  color: white;
}

.vbnm h5 {
  color: white !important;
}

.dfghjk {
  /* border: 1px solid red; */
  width: 280px;
  height: 130px;
}

.dfghjk img {
  width: 100%;
  height: 100%;
}

.cerimg {
  width: 400px;
  margin: 10px auto;
  border: 1px solid #dadada;
  background-color: whitesmoke;

}

.cerimg img {
  padding: 20px;
  text-align: center;
  width: 200px;
  margin: 10px auto;
  display: block;
}


.purple,
.turquoise,
.red,
.green,
.obj {
  position: relative;
}

.price-button {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
}

.obj .price-button {
  margin-left: 0px;
}

@media (max-width:480px) {
  .servicesbanner-section {
    background-image: url(./../images/svbnr.png);
    background-size: contain;
    background-position: center;
    height: 150px;
    width: 100%;
    display: block;
  }

  .nrmltxt1 {
    margin: 1px auto;
    text-align: center;
  }

  .finlexiss-custom-content {
    margin-bottom: 19px;
  }

  .img1wt img {
    width: 55px;
    height: 53px;
  }

  .hone h1 {
    padding-bottom: 12px;
    line-height: normal;
    font-size: 17px;
    font-weight: bold;
  }

  .hone p {
    /* padding-bottom: 12px; */
    line-height: normal;
    font-size: 13px;
    font-weight: 400;
  }

  .hone {
    margin: 0px auto;
    padding: 10px 0px;
    text-align: center;
  }

  button.accordion-button {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: unset;
  }

  .pertfivebox {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    transition: ease 0.2 sec;
    background-color: white;
    height: 264px;
    padding: 13px;
    margin: 10px auto;
  }

  .partfivebodycntn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }

  .prtfivebx {
    padding: 10px;
    background-color: white;
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
    width: 100%;
    margin: 10px auto;
    text-align: center;
  }

  .partsixbodycntn {
    display: flex;
    justify-content: space-between;
    /* text-align: center; */
    flex-wrap: wrap;
    flex-direction: column;
  }

  .prtsixcntn {
    background-color: white;
    /* border: 2px solid red; */
    width: 100%;
    margin: 14px auto;
  }

  .trdprcimg {
    width: 100%;
  }

  .trdprcimg img {
    width: 100%;
  }

  .bvtyuj {
    border: 1px solid rgb(223, 223, 223);
    margin: 3px 3px;
    height: 95px;
    background-color: #005153;
  }

  .cerimg {
    width: 100%;

  }

  .inprtcontainer1 {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 4px;
  }

  .intbox1 p {
    font-size: 13px;
    color: #555;
  }

  .intbox1 h3 {
    margin: 7px 0px;
    font-size: 15px;
  }

  .nrmltxt1 h1 {
    font-weight: 700;
    text-align: center;
    font-size: 18px;
  }

  .pricing-table {
    background: #fff;
    border: 1px solid #cfcfcf;
    box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
    padding: 1rem;
    border-radius: 4px;
    transition: .3s;
    margin: 14px auto;
    height: 100%;
  }

  .obj .price-button {
    margin-left: unset;
  }

  .prteightcntn {
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    border: 1px solid gray;
    height: 194px;
  }

  .customcard1 {
    background-color: #ffffff;
    border: none;
    padding: 20px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    height: 151px;
  }

  .whybox {
    height: 150px;
  }
}

.whyushead {
  text-align: center;
}

.whyushead h2 {
  text-align: center;
  color: white;
}

.last-box {
  grid-column: 2;
  /* দ্বিতীয় কলামে */
  grid-row: 3;
}

.backgroundcolorch {
  padding-bottom: 10px !important;
  background: #e6e6e6;
}

.cls1clr {
  background-color: white !important;
}

.whygth .section-title1 {
  margin-bottom: 0px;
}

.section-title1.text-start.whyusitle {
  margin-bottom: 10px;
}


.trdprcimg {
  /* border: 1px solid red; */
  width: 100%;
}

.trdprcimg img {
  width: 100%;
}

.pricing-table .price-tag .amount {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}

.lblb {
  color: black;
  font-size: 16px;
  font-weight: 600;
}

.textleft {
  text-align: left;
}

.form-floating>.form-select {
  padding-top: 1.1rem;
  padding-bottom: .625rem;
}

.renewal-procing {
  background: #f3bf84;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
  /* padding: 2rem; */
  border-radius: 4px;
  transition: .3s;
  margin: 14px auto;
  height: 402px;
}

.objection-procing {
  background: #f3bf84;
  border: 1px solid #cfcfcf;
  box-shadow: 0px 1px 10px -6px rgba(0, 0, 0, .15);
  /* padding: 2rem; */
  border-radius: 4px;
  transition: .3s;
  margin: 14px auto;
  height: 552px;
}

a.eg-btn.btn--primary.btn--lg.bnbtn {
  position: absolute;
  bottom: 104px;
  left: 46%;
  font-size: 20px;
  padding: 15px 50px;
  /* border: 0; */
}

@media (max-width:780px) {
  a.eg-btn.btn--primary.btn--lg.bnbtn {
    position: absolute;
    bottom: 104px;
    left: 21%;
    font-size: 20px;
    padding: 15px 50px;
    /* border: 0; */
  }

  .last-box {
    grid-column: 1;
    grid-row: 4;
  }

  .secti4 {
    margin: 23px auto;
  }

  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

.frmhd1 h4 {
  font-weight: 700;
}

.frmhd1 p {
  font-weight: 600;
}


/* Wrapper for service items */







/* Wrapper for service items */
.tm-service-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  padding: 40px 10px;
  max-width: 1300px;
  margin: 0 auto;
}

/* Individual service item */
.tm-service-item {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  overflow: hidden;
  text-align: center;
  /* Center everything inside */
}

/* Hover effect */
.tm-service-item:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.tm-service-item:hover .tm-icon {
  background: #1a73e8;
  /* Icon background changes on hover */
  color: #fff;
}

/* .tm-service-item:hover .tm-content {
  background: #f0f4ff; 
} */

/* Icon styling */
.tm-icon {
  font-size: 1.8em;
  color: #28a745;
  background: #e9f7ec;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background 0.3s ease, color 0.3s ease;
  margin: 0 auto 15px;
  /* Center icon at the top */
}

/* Content wrapper */
.tm-content {
  transition: background 0.3s ease;
}

/* Title styling */
.tm-item-title {
  font-size: 1.6em;
  color: #CA9457;
  margin-bottom: 10px;
  font-weight: 600;
}

/* Description styling */
.tm-item-desc {
  font-size: 1em;
  color: #555;
  line-height: 1.7;
}

/* CTA wrapper to center the last card */
.tm-cta-wrapper {
  display: flex;
  justify-content: center;
  padding: 0 40px 40px;
}

/* Call to action */
.tm-cta {
  text-align: center;
  padding: 30px;
  font-size: 1.3em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  /* max-width: 600px; */
  width: 100%;
}

.tm-cta strong {
  color: #CA9457;
  font-weight: 700;
}

/* Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tm-service-item {
  animation: slideIn 0.6s ease-out forwards;
}

/* Staggered animation delays */
#tm-expert {
  animation-delay: 0.1s;
}

#tm-alerts {
  animation-delay: 0.2s;
}

#tm-docs {
  animation-delay: 0.3s;
}

#tm-liaison {
  animation-delay: 0.4s;
}

#tm-restore {
  animation-delay: 0.5s;
}

/* Shine effect on hover */
.tm-service-item::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  transform: rotate(30deg);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tm-service-item:hover::before {
  opacity: 1;
  animation: shine 0.8s ease;
}

@keyframes shine {
  0% {
    transform: translateX(-100%) rotate(30deg);
  }

  100% {
    transform: translateX(100%) rotate(30deg);
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .tm-service-wrapper {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .tm-service-item {
    padding: 20px;
  }

  .tm-item-title {
    font-size: 1.4em;
  }

  .tm-item-desc {
    font-size: 0.95em;
  }

  .tm-cta {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .tm-service-item {
    padding: 15px;
  }

  .tm-icon {
    margin-bottom: 10px;
  }

  .tm-item-title {
    font-size: 1.3em;
  }

  .tm-item-desc {
    font-size: 0.9em;
  }

  .tm-cta {
    padding: 20px;
    font-size: 1em;
  }
}

.hujnbx {
  text-align: center;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.68);
  /* border: 1px solid red; */
  background-color: #005153;
  padding: 10px 0px;
}

.hujnbx h5 {
  color: #DEA057;
  font-weight: 700;
}

.hujnbx p {
  color: white;
  font-weight: 500;
}











.trademark-wrapper {
  /* max-width: 1000px; */
  margin: 0 auto;
  padding: 10px;

  /* overflow: hidden; */
}

.trademark-title {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 40px;
  font-size: clamp(1rem, 4vw, 2.5rem);
  text-transform: uppercase;
  letter-spacing: 4px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}

.objection-card {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 15px;
  transition: all 0.3s ease;
  border-left: 6px solid #3498db;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.objection-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.objection-labels {
  flex: 0 0 180px;
  max-width: 180px;
}

.objection-label {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  font-weight: 600;
  color: #34495e;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.objection-label:last-child {
  margin-bottom: 0;
}

.objection-label.type-label:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 60%;
  background: #e74c3c;
  border-radius: 3px;
}

.objection-label.type-label:after {
  content: '';
  position: absolute;
  left: -20px;
  bottom: -10px;
  width: 100%;
  height: 2px;
  /* background: linear-gradient(to right, #e74c3c, #3498db); */
  border-radius: 2px;
}

.objection-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.objection-item {
  padding-left: 15px;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  color: #7f8c8d;
  transition: color 0.3s ease;
  font-weight: 600;
}

.objection-item.type {
  color: #2c3e50;
  font-weight: 700;
}

.objection-item.example {
  color: #2c3e50;
  font-style: italic;
  background: #f9f9f9;
  padding: 12px 15px;
  border-radius: 8px;
  max-width: 90%;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

/* .objection-item.example:hover {
  transform: scale(1.03);
  background: #eef2f7;
} */
.objection-card:hover .objection-item {
  color: #34495e;
}

/* রেসপন্সিভ ডিজাইন */
@media (max-width: 768px) {
  .trademark-wrapper {
    padding: 20px;
    width: 90%;
  }

  .trademark-title {
    margin-bottom: 30px;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
  }

  .objection-card {
    padding: 15px;
    margin-bottom: 20px;
    gap: 15px;
  }

  .objection-labels {
    flex: 0 0 140px;
    max-width: 140px;
  }

  .objection-label {
    font-size: clamp(0.9rem, 1.8vw, 1.2rem);
    margin-bottom: 15px;
  }

  .objection-label:before {
    width: 6px;
    left: -15px;
  }

  .objection-label:after {
    height: 1.5px;
    bottom: -8px;
  }

  .objection-item {
    font-size: clamp(0.8rem, 1.2vw, 1rem);
    padding-left: 10px;
  }

  .objection-item.example {
    padding: 10px;
    max-width: 85%;
  }
}

@media (max-width: 480px) {
  .trademark-wrapper {
    padding: 3px;
    width: 100%;
  }

  .trademark-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .objection-card {
    padding: 10px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 10px;
  }

  .objection-labels {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
  }

  .objection-label {
    font-size: 1rem;
    margin-bottom: 0;
    flex: 1;
    text-align: center;
  }

  .objection-label:before {
    width: 4px;
    left: -10px;
  }

  .objection-label:after {
    display: none;
    /* মোবাইলে লাইন লুকানো হবে */
  }

  .objection-content {
    gap: 8px;
  }

  .objection-item {
    font-size: 0.85rem;
    padding-left: 8px;
  }

  .objection-item.example {
    max-width: 80%;
    padding: 8px;
  }
}










.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* Horizontally centers the flex items */
  align-items: center;
  /* Ensures items stretch to the same height */
  gap: 30px;
  /* Maintains spacing between items */
  padding: 0 1px;
  /* Optional: Adds padding to control side gaps */
  /* max-width: 1200px; Limits container width */
  margin: 0px auto;
  /* Centers the container */
}

/* Step styles with height correction */
.step {
  background: #ffffff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 400px;
  /* Uniform minimum height for all steps */
  flex: 1 1 calc(33.33% - 20px);
  /* Approx. 1/3 width for first three, adjusted for gap */
  max-width: calc(33.33% - 20px);
  /* Ensures consistent width */
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.step h2 {
  font-size: 1.5em;
  color: #0984e3;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.step h2 i {
  margin-right: 12px;
  color: #00b894;
  font-size: 1.2em;
}

.step p {
  font-size: 1.05em;
  color: #636e72;
  margin-bottom: 15px;
  flex-grow: 1;
  /* Allows content to push height if needed */
}

.step ul {
  list-style-type: none;
  padding-left: 0;
  margin: 15px 0;
  flex-grow: 1;
  /* Ensures ul takes available space */
}

.step ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 28px;
  font-size: 1.05em;
  color: #636e72;
}

.step ul li:before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #00b894;
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.1em;
}

.highlight {
  background: rgba(0, 184, 148, 0.1);
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 500;
  color: #0984e3;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .process-steps {
    gap: 25px;
  }

  .step {
    min-height: 350px;
    /* Adjusted for smaller screens */
    flex: 1 1 calc(50% - 12.5px);
    /* Two columns */
    max-width: calc(50% - 12.5px);
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 2.2em;
    margin-bottom: 13px;
  }

  .step {
    min-height: 300px;
    /* Adjusted for medium screens */
    padding: 25px;
    flex: 1 1 100%;
    /* Full width */
    max-width: 100%;
  }

  .step h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 600px) {
  .process-steps {
    gap: 20px;
    padding: 0 10px;
    /* Reduced padding */
  }

  .step {
    min-height: 250px;
    /* Adjusted for small screens */
    flex: 1 1 100%;
    /* Full width */
    max-width: 100%;
  }

  h1 {
    font-size: 2em;
    letter-spacing: 1px;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.8em;
  }

  .step {
    min-height: 200px;
    /* Adjusted for very small screens */
    padding: 20px;
    flex: 1 1 100%;
    /* Full width */
    max-width: 100%;
  }

  .step h2 {
    font-size: 1.3em;
  }

  .step p,
  .step ul li {
    font-size: 1em;
  }
}

/* Desktop-specific adjustment for first 3 in row, last 2 centered below */
@media (min-width: 1025px) {
  .process-steps {
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }

  /* First three boxes in the first row */
  .process-steps>*:nth-child(1),
  .process-steps>*:nth-child(2),
  .process-steps>*:nth-child(3) {
    flex: 1 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  /* Last two boxes in the second row, centered with gaps */
  .process-steps>*:nth-child(4),
  .process-steps>*:nth-child(5) {
    flex: 0 0 calc(33.33% - 20px);
    /* Fixed width to control centering */
    max-width: calc(33.33% - 20px);
    /* margin-left: auto;
      margin-right: auto; */
  }

  /* Ensure layout order: first 3 in row 1, last 2 in row 2 */
  .process-steps>*:nth-child(1) {
    order: 1;
  }

  .process-steps>*:nth-child(2) {
    order: 2;
  }

  .process-steps>*:nth-child(3) {
    order: 3;
  }

  .process-steps>*:nth-child(4) {
    order: 4;
  }

  .process-steps>*:nth-child(5) {
    order: 5;
  }
}













#document-container {
  margin: 0 auto;
  overflow: hidden;
}



.document-row {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5rem;
  gap: 1.5rem;
}

.document-card {
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f8fafc;
  transition: all 0.3s ease;
  border: 2px solid #2563eb;
}

.document-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-icon {
  width: 70px;
  height: 70px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  color: #2563eb;
  font-size: 1.8rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.document-card:hover .card-icon {
  background-color: #eff6ff;
  transform: scale(1.1);
}

.card-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: white;
  background-color: #2563eb;
  padding: 0.5rem 1rem;
  /* border-radius: 20px; */
  width: 100%;
}

.card-content {
  flex-grow: 1;
}

.highlight {
  background-color: #dbeafe;
  padding: 0.2rem 0.4rem;
  border-radius: 4px;
  font-weight: 600;
  color: #1e40af;
  display: inline-block;
  margin: 0.2rem 0;
}

.important-document {
  border: 2px solid #2563eb;
  position: relative;
}

.important-document::after {
  content: "Important";
  position: absolute;
  top: -10px;
  right: 15px;
  background-color: #2563eb;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 12px;
  font-size: 0.7rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .document-card {
    min-width: calc(50% - 1.5rem);
  }
}

@media (max-width: 600px) {
  #document-header h1 {
    font-size: 1.5rem;
  }

  .document-row {
    padding: 1rem;
    gap: 1rem;
  }

  .document-card {
    min-width: 100%;
  }

  .card-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
}

.backclr {
  background-color: #1a73e8;
  color: white;
  padding: 4px;
}











.iso-cert-container {
  padding: 1rem 0;
}

.iso-cert-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2c3e50;
}

.iso-cert-card {
  height: 100%;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  background: #ffffff;
  /* Add these to ensure hover works */
  display: block;
  position: relative;
  z-index: 1;
}

.iso-cert-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  background: #f7e4ce !important;
  /* Added !important to force override */
}

.iso-cert-icon-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #e9f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
}

.iso-cert-card:hover .iso-cert-icon-wrapper {
  background: #4e73df;
}

.iso-cert-icon {
  font-size: 2rem;
  color: #4e73df;
  transition: all 0.3s ease;
}

.iso-cert-card:hover .iso-cert-icon {
  color: #fff;
}

.iso-cert-standard {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.iso-cert-title {
  font-size: 1rem;
  font-weight: 600;
  color: #4e73df;
  margin-bottom: 1rem;
}

.iso-cert-desc {
  color: #000000;
  font-size: 1.01rem;
  line-height: 1.6;
  text-align: center;
  padding: 0 10px;
}







.benefits-container {
  /* padding: 4rem 0;
  background-color: #f8f9fa; */
}

.benefits-heading {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2c3e50;
}

.benefit-card {
  height: 100%;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 2rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
}

.benefit-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
  background: #f1f5fe;
}

.benefit-icon {
  font-size: 2.5rem;
  color: #4e73df;
  margin-bottom: 1.5rem;
}

.benefit-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.benefit-desc {
  color: #000000;
  font-size: 1.01rem;
  line-height: 1.6;
}








.std-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 0 20px;
}

.std-bis-card,
.std-accred-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
  margin-bottom: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #2a5298;
}

.std-bis-card:hover,
.std-accred-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.std-section-title {
  color: #2a5298;
  font-weight: 700;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}

.std-section-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: #4e73df;
}

.std-subtitle {
  color: #4e73df;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

.std-content-text {
  color: #000000;
  line-height: 1.8;
  margin-bottom: 1.01rem;
}

.std-feature-list {
  padding-left: 0;
  list-style: none;
}

.std-feature-list li {
  padding: 0.5rem 0;
  position: relative;
  padding-left: 2rem;
  color: #000000;
}

.std-feature-list li:before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: #4e73df;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.std-accred-item {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  height: 100%;
  border-left: 3px solid #4e73df;
}

.std-accred-title {
  font-weight: 600;
  color: #2a5298;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.std-accred-title i {
  margin-right: 10px;
  font-size: 1.2rem;
  color: #4e73df;
}

@media (max-width: 768px) {

  .std-bis-card,
  .std-accred-card {
    padding: 1.5rem;
  }
}











/* .cert-process-container {
  padding: 3rem 0;
  background-color: #f8f9fa;
} */
.cert-process-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2c3e50;
}

.cert-process-card {
  height: 347px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 1rem;
  margin-bottom: 1.5rem;
  background: #ffffff;
}

.cert-process-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.cert-process-icon {
  font-size: 1.75rem;
  color: #4e73df;
  margin-bottom: 1rem;
}

.cert-process-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.cert-process-card-desc {
  color: #000000;
  font-size: 1.01rem;
  line-height: 1.6;
}

.cert-process-note {
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  color: #ff665c;
  /* border-top: 1px solid #dee2e6; */
}

@media (max-width: 992px) {
  .cert-process-card {
    padding: 1.25rem;
  }

  .cert-process-card {
    height: 100%;
  }
}

@media (max-width: 768px) {
  .cert-process-container {
    padding: 2rem 0;
  }

  .cert-process-card {
    height: 100%;
  }
}

.iso-surveillance-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2c3e50;
}

.iso-surveillance-box {
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 2rem;
  margin-bottom: 2rem;
  background: #ffffff;
  height: 100%;
}

.iso-surveillance-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.iso-surveillance-icon {
  font-size: 2.5rem;
  color: #4e73df;
  margin-bottom: 1.5rem;
}

.iso-surveillance-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 1rem;
}

.iso-surveillance-box-text {
  color: #000000;
  font-size: 1.01rem;
  line-height: 1.7;
}

@media (max-width: 992px) {
  .iso-surveillance-box {
    padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .iso-surveillance-container {
    padding: 2rem 0;
  }
}


.accred-title {
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 700;
  color: #2c3e50;
}

.accred-box {
  height: 100%;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 2rem;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

.accred-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.accred-icon {
  font-size: 2.5rem;
  color: #4e73df;
  margin-bottom: 1.5rem;
}

.accred-box-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 10px;
}

.accred-box-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #4e73df;
}

.accred-box-text {
  color: #000000;
  font-size: 1.02rem;
  line-height: 1.7;
}

.accred-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #4e73df;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .accred-container {
    padding: 2rem 0;
  }

  .accred-box {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
  }
}


.certificate-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  font-family: Arial, sans-serif;
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px;
}

.certificate-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  width: calc(25% - 25px);
  min-width: 250px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  display: flex;
  flex-direction: column;
}

.certificate-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #2c3e50;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.price-info {
  margin-bottom: 10px;
}

.price-type {
  font-size: 14px;
  color: #7f8c8d;
}

.price-amount {
  font-size: 16px;
  font-weight: bold;
  color: #27ae60;
}

.price-na {
  font-size: 14px;
  color: #95a5a6;
  font-style: italic;
}

.action-button {
  margin-top: auto;
  padding: 10px 15px;
  background-color: #3498db;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s;
}

.action-button:hover {
  background-color: #2980b9;
}

@media (max-width: 1200px) {
  .certificate-card {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 900px) {
  .certificate-card {
    width: calc(50% - 20px);
  }
}

@media (max-width: 600px) {
  .certificate-card {
    width: 100%;
  }
}

.imgfssaibox {
  width: 100%;
  height: auto;
}

.imgfssaibox img {
  width: 100%;
  height: 100%;
}

q {
  font-style: bold;
  color: #005153;
  /* seagreen color */
  quotes: "“""”""‘""’";
  /* fancy quotation marks */
  font-size: 1.3em;
  /* background-color: #f8f8f8; */
  padding: 2px 5px;
  /* border-left: 3px solid #2e8b57; */
}

q::before {
  content: open-quote;
  font-size: 1.9em;
  color: #02200f;
}

q::after {
  content: close-quote;
  font-size: 1.9em;
  color: #2e8b57;
}

.fssai-license {
  --primary-color: #2e8b57;
  --secondary-color: #f5f7fa;
  --text-color: #333;
  --white: #ffffff;
  box-sizing: border-box;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.food-categories-container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px;
}

.food-categories-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 2.9rem;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

.food-categories-title:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 3px;
  background: linear-gradient(to right, var(--primary-color), var(--secondary-color));
  bottom: -10px;
  left: 15%;
  border-radius: 3px;
}

.food-categories-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.food-category-box {
  background-color: white;
  border-radius: 12px;
  padding: 25px 15px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  border-top: 4px solid transparent;
}

.food-category-box:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
}

.icon-container {
  width: 80px;
  height: 80px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.food-category-icon {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

/* Individual icon background colors */
.food-category-box:nth-child(1) .icon-container {
  background-color: #FFEEEE;
}

.food-category-box:nth-child(2) .icon-container {
  background-color: #F0EEFF;
}

.food-category-box:nth-child(3) .icon-container {
  background-color: #EEF3FF;
}

.food-category-box:nth-child(4) .icon-container {
  background-color: #EEFFEE;
}

.food-category-box:nth-child(5) .icon-container {
  background-color: #FFF8EE;
}

.food-category-box:nth-child(6) .icon-container {
  background-color: #EEF9FF;
}

.food-category-box:nth-child(7) .icon-container {
  background-color: #F5EEFF;
}

.food-category-box:nth-child(8) .icon-container {
  background-color: #FFEEF5;
}

.food-category-box:nth-child(9) .icon-container {
  background-color: #EEF8FF;
}

.food-category-box:nth-child(10) .icon-container {
  background-color: #FFEEEE;
}

.food-category-box:nth-child(11) .icon-container {
  background-color: #EEFFEE;
}

.food-category-box:nth-child(12) .icon-container {
  background-color: #EEF3FF;
}

.food-category-box:nth-child(13) .icon-container {
  background-color: #F5F5F5;
}

/* Animated icons */
.food-category-box:hover .icon-container {
  animation: iconBounce 0.6s;
  transform: scale(1.1);
}

.food-category-name {
  margin: 0;
  font-weight: 600;
  color: #444;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

/* Border colors on hover */
.food-category-box:nth-child(1):hover {
  border-top-color: #FF5722;
}

.food-category-box:nth-child(2):hover {
  border-top-color: #E91E63;
}

.food-category-box:nth-child(3):hover {
  border-top-color: #3F51B5;
}

.food-category-box:nth-child(4):hover {
  border-top-color: #4CAF50;
}

.food-category-box:nth-child(5):hover {
  border-top-color: #FFC107;
}

.food-category-box:nth-child(6):hover {
  border-top-color: #607D8B;
}

.food-category-box:nth-child(7):hover {
  border-top-color: #795548;
}

.food-category-box:nth-child(8):hover {
  border-top-color: #9C27B0;
}

.food-category-box:nth-child(9):hover {
  border-top-color: #2196F3;
}

.food-category-box:nth-child(10):hover {
  border-top-color: #FF5722;
}

.food-category-box:nth-child(11):hover {
  border-top-color: #4CAF50;
}

.food-category-box:nth-child(12):hover {
  border-top-color: #3F51B5;
}

.food-category-box:nth-child(13):hover {
  border-top-color: #9E9E9E;
}

/* Animation keyframes */
@keyframes iconBounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-15px);
  }

  60% {
    transform: translateY(-7px);
  }
}

/* Continuous animations for specific icons */
.food-category-box:nth-child(1) .icon-container,
.food-category-box:nth-child(3) .icon-container,
.food-category-box:nth-child(4) .icon-container {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.food-category-box:nth-child(10) .icon-container {
  animation: shake 3s infinite;
}

@keyframes shake {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  75% {
    transform: rotate(-5deg);
  }
}

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

@media (max-width: 768px) {
  .food-categories-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .food-category-box {
    padding: 20px 10px;
  }

  .icon-container {
    width: 70px;
    height: 70px;
  }

  .food-category-icon {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 480px) {
  .food-categories-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .food-category-box {
    padding: 25px;
  }

  .food-categories-title {
    font-size: 1.8rem;
  }
}





.fssai-main-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: flex-start;
}

.fssai-content-section {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.fssai-image-section {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 450px;
}

.fssai-image-section img {

  width: 100%;
  height: 100%;
}

.fssai-illustration {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1); */
}

.fssai-heading {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.fssai-criteria-list {
  padding-left: 20px;
}

.fssai-criteria-item {
  text-decoration: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

/* .fssai-criteria-item:before {
  content: "•";
  color: #3498db;
  font-weight: bold;
  position: absolute;
  left: 0;
} */

.fssai-section-divider {
  border-top: 1px solid #eee;
  margin: 20px 0;
}

.fssai-action-button {
  display: inline-block;
  background-color: #3498db;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(52, 152, 219, 0.3);
}

.fssai-action-button:hover {
  background-color: #2980b9;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(52, 152, 219, 0.4);
}

@media (max-width: 768px) {
  .fssai-main-container {
    flex-direction: column;
  }

  .fssai-content-section,
  .fssai-image-section {
    width: 100%;
  }

  .fssai-heading {
    font-size: 20px;
  }
}

.documents-main-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.documents-box {
  flex: 1;
  min-width: 300px;
  background-color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.documents-box-left {
  border-left: 5px solid #3498db;
}

.documents-box-right {
  border-left: 5px solid #2ecc71;
}

.documents-heading {
  color: #2c3e50;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.documents-list {
  padding-left: 5px;
  list-style-type: none;
}

.documents-item {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
}

.documents-item:before {
  content: "•";
  color: #3498db;
  font-size: 24px;
  position: absolute;
  left: 5px;
  top: -2px;
}

.documents-subitem {
  margin-top: 8px;
  padding-left: 20px;
  font-size: 14px;
  color: #555;
  border-left: 2px dashed #ddd;
}

@media (max-width: 768px) {
  .documents-main-container {
    flex-direction: column;
    gap: 20px;
  }

  .documents-box {
    width: 100%;
  }

  .documents-heading {
    font-size: 20px;
  }
}



:root {

  --text: #2d3748;
  --text-light: #4a5568;
  --border: #e2e8f0;
  --bg-alt: #f7fafc;
}

:root {
  --fssai-primary: #2e7d32;
  --fssai-secondary: #388e3c;
  --fssai-accent: #43a047;
  --text-dark: #333;
  --text-light: #555;
}

.fssai-container {
  /* font-family: 'Segoe UI', Roboto, -apple-system, sans-serif; */
  /* max-width: 1000px; */
  margin: 2rem auto;
  padding: 0 1rem;
}

.fssai-title {
  color: #1a5f9c;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}

.fssai-table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border-collapse: collapse;
}

.fssai-table-header {
  background-color: #1a5f9c;
  color: white;
}

.fssai-table-header th {
  padding: 1.2rem 1.5rem;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
}

.fssai-table-header th:first-child {
  width: 25%;
}

.fssai-table-row td {
  padding: 1.2rem 1.5rem;
  border-bottom: 1px solid var(--border);
  color: var(--text);
  vertical-align: top;
}

.fssai-table-row:last-child td {
  border-bottom: none;
}

.fssai-table-row:nth-child(even) {
  background-color: var(--bg-alt);
}

.fssai-category {
  font-weight: 600;
  color: #1a5f9c;
  position: relative;
  padding-left: 1rem;
}

.fssai-category:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 60%;
  background-color: #ff6b35;
  border-radius: 2px;
}

.fssai-badge {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  background-color: #e6f0fa;
  color: #1a5f9c;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
  .fssai-table {
    display: block;
    border-radius: 8px;
  }

  .fssai-table-header {
    display: none;
  }

  .fssai-table-row {
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }

  .fssai-table-row td {
    display: block;
    padding: 1rem;
    border-bottom: 1px solid var(--border);
  }

  .fssai-table-row td:first-child {
    background-color: #e6f0fa;
    font-weight: 600;
    color: #1a5f9c;
    border-bottom: 2px solid #1a5f9c;
  }

  .fssai-table-row td:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: 600;
    margin-right: 0.5rem;
    color: var(--text-light);
    min-width: 100px;
  }

  .fssai-table-row:last-child td:last-child {
    border-bottom: none;
  }

  .fssai-category {
    padding-left: 0;
  }

  .fssai-category:before {
    display: none !important;
  }
}


.renewal-header {
  color: var(--fssai-primary);
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 40px;
}

.renewal-header:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--fssai-accent);
  border-radius: 2px;
}

.step-card {
  height: 100%;
  background: white;
  border-radius: 10px;
  border-top: 4px solid var(--fssai-primary);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 25px 20px;
  margin-bottom: 20px;
  text-align: center;
}

.step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.step-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: rgba(46, 125, 50, 0.1);
  color: var(--fssai-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  transition: all 0.3s ease;
}

.step-card:hover .step-icon {
  background: var(--fssai-primary);
  color: white;
  transform: scale(1.1);
}

.step-title {
  color: var(--fssai-primary);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-desc {
  color: var(--text-light);
  font-size: 14px;
  line-height: 1.6;
}

.final-step-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.final-step {
  width: 100%;
  max-width: 300px;
  /* Same width as other cards */
  border-top-color: var(--fssai-secondary);
  background: linear-gradient(135deg, #f5f5f5 0%, #e8f5e9 100%);
}

.final-step .step-icon {
  background: rgba(56, 142, 60, 0.2);
  color: var(--fssai-secondary);
}

.final-step:hover .step-icon {
  background: var(--fssai-secondary);
  color: white;
}

.final-step .step-title {
  color: var(--fssai-secondary);
}

@media (max-width: 768px) {
  .step-title {
    min-height: auto;
  }

  .final-step {
    max-width: 100%;
  }
}

.notice-container {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
}

.notice-column {
  flex: 1;
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 20px;
  /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
}

.notice-title {
  font-weight: bold;
  margin-bottom: 15px;
  color: #005153;
  text-align: center;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
}

.notice-list {
  padding-left: 10px;
}

.notice-list li {
  margin-bottom: 10px;
  position: relative;
  list-style-type: none;
  font-weight: 600;
}

.notice-list li:before {
  content: "→";
  /* Arrow symbol */
  /* position: absolute; */
  /* left: -20px; */
  color: #005153;
}

.fee-table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  border-collapse: collapse;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.fee-table th,
.fee-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.fee-table th {
  background-color: #f8f9fa;
  font-weight: bold;
}

.fee-table tr:last-child td {
  border-bottom: none;
}














:root {
  --color-primary: #2563eb;
  --color-danger: #e75454;
  --color-danger-light: #fee2e2;
  --color-text: #334155;
  --color-text-light: #64748b;
  --color-border: #e2e8f0;
  --color-bg: #f8fafc;
}

/* Base Styles */
.iec-compliance {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: var(--color-bg);
  padding: 2rem;
  color: var(--color-text);
  line-height: 1.6;
}

.iec-compliance__container {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header Section */
.iec-compliance__header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.iec-compliance__title {
  color: var(--color-primary);
  margin-bottom: 0.5rem;
}

.iec-compliance__subtitle {
  color: var(--color-text-light);
  max-width: 700px;
  margin: 0 auto;
}

/* Card Grid Layout */
.iec-compliance__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 1.5rem;
}

/* Card Component */
.iec-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-top: 3px solid var(--color-danger);
}

.iec-card__header {
  padding: 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--color-border);
}

.iec-card__icon {
  font-size: 1.5rem;
  color: var(--color-danger);
  background: var(--color-danger-light);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iec-card__title {
  font-weight: 600;
  color: var(--color-danger);
  margin: 0;
  font-size: 1.25rem;
}

.iec-card__body {
  padding: 1.25rem;
}


/* Procedure Steps */
.iec-steps {
  margin-top: 1rem;
  padding-left: 1.25rem;
}

.iec-steps__item {
  margin-bottom: 0.75rem;
}

/* Footer Note */
.iec-note {
  font-size: 0.9rem;
  color: var(--color-text-light);
  font-style: italic;
  margin-top: 1.5rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.iec-note__icon {
  margin-top: 0.15rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .iec-compliance__grid {
    grid-template-columns: 1fr;
  }

  .iec-compliance {
    padding: 1rem;
  }
}




.iec-modification-container {
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 30px 10px;
}

.iec-modification-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  justify-items: center;
}

.iec-modification-item {
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 17px;
  border-top: 4px solid #0056b3;
  transition: transform 0.3s ease;
  width: 100%;
  max-width: 310px;
  height: 287px;
}

.iec-modification-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.modification-type-icon {
  font-size: 28px;
  color: #0056b3;
  margin-bottom: 15px;
  text-align: center;
}

.modification-type-title {
  font-size: 18px;
  font-weight: 600;
  color: #0056b3;
  margin-bottom: 15px;
  text-align: center;
}

.modification-details-list {
  padding-left: 20px;
  margin: 0;
}

.modification-details-item {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #444;
  font-size: 14px;
}

/* For the last row with 3 items */
.iec-modification-item:nth-child(9) {
  grid-column: 1 / span 1;
}

@media (max-width: 1024px) {
  .iec-modification-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .iec-modification-item:nth-child(9) {
    grid-column: auto;
  }
}

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

  .iec-modification-item {
    height: auto;
  }
}

@media (max-width: 480px) {
  .iec-modification-grid {
    grid-template-columns: 1fr;
  }

  .iec-modification-item {
    max-width: 100%;
  }

  .iec-modification-item {
    height: auto;
  }
}




.gst-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  padding: 25px 20px;
  transition: transform 0.2s ease;
  margin: 20px auto;
}

.gst-card:hover {
  transform: translateY(-3px);
}

.card-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  border-left: 8px solid #CA9457;
  padding-left: 10px;
}

.gst-table-header,
.gst-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  border-bottom: 1px solid #e5e7eb;
}

.gst-table-header {
  background: #f9fafb;
  font-weight: 600;
  border-radius: 8px;
}

.gst-row:hover {
  background: #f3f4f6;
}

.gst-col {
  flex: 1;
  padding: 5px;
  text-align: left;
}

@media (max-width: 768px) {

  .gst-table-header,
  .gst-row {
    flex-direction: column;
    gap: 8px;
    padding: 12px;
  }

  .gst-col {
    width: 100%;
    padding: 4px 0;
  }

  .card-title {
    font-size: 16px;

  }

}

.doc-requirements-container {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  /* background-color: #f5f7fa; */
  /* padding: 20px; */
  color: #333;
}

.doc-requirements-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
}

.doc-requirements-title {
  text-align: center;
  color: #2c3e50;
  margin-bottom: 30px;
}

.doc-requirements-cards {
  display: flex;
  flex-wrap: wrap;
  /* width: 33%; */
  gap: 20px;
  justify-content: center;
}

.doc-requirements-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 415px;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 358px;
}

.doc-requirements-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.doc-requirements-card-header {
  background-color: #3498db;
  color: white;
  padding: 5px 15px;
  font-size: 1.2rem;
  font-weight: bold;
  height: 62px;
}

.doc-requirements-card-content {
  padding: 20px;
}

.doc-requirements-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.doc-requirements-list-item {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: flex-start;
}

.doc-requirements-list-item:last-child {
  border-bottom: none;
}

.doc-requirements-list-item::before {
  content: "•";
  color: #3498db;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .doc-requirements-card {
    width: 100%;
  }

  .doc-requirements-cards {
    flex-direction: column;
  }

  .doc-requirements-card {
    height: auto;
  }
}




:root {
  --primary-color: #3498db;
  --secondary-color: #2c3e50;
  --icon-bg: #e3f2fd;
  --text-color: #333;
  --light-bg: #f9f9f9;
}

.mistakes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
}

.mistake-card {
  background: white;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.mistake-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.mistake-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.icon-container {
  width: 70px;
  height: 70px;
  background-color: var(--icon-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  color: var(--primary-color);
  font-size: 30px;
  transition: all 0.3s ease;
}

.mistake-card:hover .icon-container {
  background-color: var(--primary-color);
  color: white;
  transform: scale(1.1);
}

.mistake-title {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  color: var(--secondary-color);
}

.mistake-content {
  color: #555;
  font-size: 15px;
}

/* Responsive adjustments */
@media (min-width: 1200px) {
  .mistakes-container {
    grid-template-columns: repeat(4, 1fr);
  }

  /* Center the last box when there's an odd number */
  .mistake-card:last-child:nth-child(4n - 1) {
    grid-column-end: -2;
  }

  .mistake-card:nth-last-child(2):nth-child(4n + 1) {
    grid-column-end: 4;
  }

  .mistake-card:last-child:nth-child(4n - 2) {
    grid-column-end: 5;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .mistakes-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) and (min-width: 480px) {
  .mistakes-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 479px) {
  .mistakes-container {
    grid-template-columns: 1fr;
  }

  .mistake-card {
    padding: 20px 15px;
  }

  .icon-container {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

.dfrtg {
  height: 245px !important;
}

.doc-requi {
  font-size: 16px;
  margin: 7px auto;
}

.doc-requi i {
  color: green;
  margin-right: 7px;
}


.middlefh {
  /* border: 1px solid red; */
  width: 280px;
  text-align: start;
  margin: 0px auto;
  margin-bottom: 10px;
}

@media(max-width:500px) {
  .dfrtg {
    height: 122px !important;
  }

  .gstreturnfillingbanner-section {
    background-image: url(./../images/bannerimg/gstreturnfilling.png);
    background-size: cover;
    height: 140px;
    width: 100%;
    display: block;
  }

  .txtundrlne {
    text-align: center;
    width: 80px;
    height: 3px;
    background-color: #CA9457;
    margin: 7px auto;
  }
}


/* todo new style start 31/08/2025 */

/* Container Styles */
.finlexiss-custom-container {
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 30px; */
  /* background: white; */
  border-radius: 10px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
}

/* Header Styles */

.nrmlxt2 {
  margin-top: -20px;
}

/* Content Styles */
.finlexiss-custom-content {
  margin-bottom: 50px;
}



/* Values Section */
.finlexiss-custom-values {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.finlexiss-custom-value-item {
  flex-basis: 30%;
  text-align: center;
  padding: 25px 15px;
  background: #f1f8ff;
  border-radius: 8px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.finlexiss-custom-value-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.finlexiss-custom-value-icon {
  font-size: 40px;
  color: #0d6efd;
  margin-bottom: 15px;
}

.finlexiss-custom-value-title {
  color: #1a3a8f;
  margin-bottom: 10px;
}

/* Services Section */
.finlexiss-custom-services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.finlexiss-custom-service {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border-left: 4px solid #0d6efd;
}

.finlexiss-custom-service:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.finlexiss-custom-service-icon {
  background: #1a3a8f;
  color: white;
  font-size: 24px;
  padding: 20px;
  text-align: center;
}

.finlexiss-custom-service-content {
  padding: 20px;
}

.finlexiss-custom-service-title {
  color: #1a3a8f;
  margin-bottom: 12px;
  font-size: 20px;
}

.finlexiss-custom-service-description {
  color: #555;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .finlexiss-custom-value-item {
    flex-basis: 48%;
  }
}

@media (max-width: 768px) {
  .finlexiss-custom-values {
    flex-direction: column;

  }

  .finlexiss-custom-value-item {
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .finlexiss-custom-services {
    grid-template-columns: 1fr;
    margin-top: 13px;
  }


}

@media (max-width: 480px) {
  .finlexiss-custom-container {
    padding: 20px 15px;
  }

  .finlexiss-custom-service-content {
    padding: 15px;
  }
}











:root {
  --primary: #1a5276;
  --secondary: #2e86c1;
  --accent: #f39c12;
  --light: #f8f9fa;
  --dark: #2c3e50;
  --success: #27ae60;
  --shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  --transition: all 0.3s ease;
}


/* Header Styles */
.contact-header {
  text-align: center;
  padding: 60px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: white;
  position: relative;
  overflow: hidden;
}

.contact-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.1" d="M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,218.7C672,224,768,160,864,138.7C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-size: cover;
  background-position: center;
}

.contact-header h1 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  position: relative;
  font-weight: 700;
}

.contact-header p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  font-weight: 300;
}

/* Contact Content */
.contact-content {
  padding: 20px 0;
}

.contact-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 30px;
  gap: 3px;
}

.contact-col {
  flex: 1;
  min-width: 300px;
  padding: 0 8px;
}

.contact-card {
  background: white;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 35px 30px;
  height: 100%;
  transition: var(--transition);
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--accent);
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.contact-card h3 {
  color: var(--primary);
  margin-bottom: 25px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.contact-card h3 i {
  margin-right: 12px;
  color: var(--secondary);
  background: rgba(46, 134, 193, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.contact-info {
  margin-bottom: 20px;
}

.contact-detail {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
}

.contact-detail i {
  color: var(--secondary);
  font-size: 1.3rem;
  margin-right: 18px;
  min-width: 24px;
  margin-top: 4px;
}

.contact-detail div {
  flex: 1;
  font-size: 1.05rem;
}

.hours-list {
  list-style: none;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #eee;
}

.hours-list li:last-child {
  border-bottom: none;
}

.hours-list span:first-child {
  font-weight: 500;
  color: var(--dark);
}

.hours-list span:last-child {
  color: var(--secondary);
  font-weight: 500;
}

/* Map Section */
.map-section {
  padding: 20px 0 40px;
}

.map-container {
  height: 450px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin-top: 0px;
  position: relative;
}

.map-overlay {
  position: absolute;
  top: 20px;
  left: 20px;
  background: white;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  z-index: 10;
  max-width: 280px;
}

.map-overlay h4 {
  color: var(--primary);
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.map-overlay p {
  font-size: 0.95rem;
  color: #666;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Thank You Section */
.thank-you-section {
  background: linear-gradient(to right, #e8f4fc, #d1e7f8);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.thank-you-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%232e86c1" fill-opacity="0.05" d="M0,128L48,117.3C96,107,192,85,288,112C384,139,480,213,576,218.7C672,224,768,160,864,138.7C960,117,1056,139,1152,149.3C1248,160,1344,160,1392,160L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
  background-size: cover;
  background-position: center;
}

.thank-you-content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.thank-you-content h2 {
  color: var(--primary);
  margin-bottom: 25px;
  font-size: 2.2rem;
  font-weight: 700;
}

.thank-you-content p {
  margin-bottom: 20px;
  font-size: 1.15rem;
  line-height: 1.8;
}

/* Contact Form */
.contact-form {
  background: white;
  border-radius: 12px;
  box-shadow: var(--shadow);
  padding: 40px;
  margin-top: 40px;
}

.form-title {
  text-align: center;
  color: var(--primary);
  margin-bottom: 30px;
  font-size: 1.8rem;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: var(--dark);
}

.form-control {
  width: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  transition: var(--transition);
}

.form-control:focus {
  outline: none;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px rgba(46, 134, 193, 0.2);
}

textarea.form-control {
  min-height: 150px;
  resize: vertical;
}

.btn-primary {
  background: linear-gradient(to right, var(--primary), var(--secondary));
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  display: block;
  width: 100%;
}

.btn-primary:hover {
  background: linear-gradient(to right, var(--secondary), var(--primary));
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(46, 134, 193, 0.4);
}

/* Footer */
.footer {
  background: var(--dark);
  color: white;
  padding: 30px 0;
  text-align: center;
}

/* Responsive Design */
@media (max-width: 992px) {
  .contact-header h1 {
    font-size: 2.4rem;
  }

  .contact-header p {
    font-size: 1.1rem;
  }

  .thank-you-content h2 {
    font-size: 1.9rem;
  }

  .thank-you-content p {
    font-size: 1.05rem;
  }
}

@media (max-width: 768px) {
  .contact-header {
    padding: 40px 0;
  }

  .contact-header h1 {
    font-size: 2rem;
  }

  .contact-content {
    padding: 40px 0;
  }

  .contact-col {
    flex: 100%;
    margin-bottom: 25px;
  }

  .contact-card {
    padding: 25px 20px;
  }

  .map-container {
    height: 350px;
  }

  .map-overlay {
    top: 15px;
    left: 15px;
    right: 15px;
    max-width: none;
  }

  .thank-you-section {
    padding: 50px 0;
  }

  .thank-you-content h2 {
    font-size: 1.7rem;
  }

  .contact-form {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .contact-header h1 {
    font-size: 1.8rem;
  }

  .contact-header p {
    font-size: 1rem;
  }

  .contact-card h3 {
    font-size: 1.3rem;
  }

  .contact-detail i {
    font-size: 1.1rem;
    margin-right: 12px;
  }

  .contact-detail div {
    font-size: 1rem;
  }

  .map-container {
    height: 300px;
  }

  .thank-you-content h2 {
    font-size: 1.5rem;
  }

  .thank-you-content p {
    font-size: 1rem;
  }
}


.mysty {
  margin-top: 31px !important;
  margin-bottom: 4px !important;
  text-align: center;
}

/* Logo Slider Container */
#logoSliderContainer {
  width: 100%;
  /* max-width: 1200px; */
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  padding: 20px 0;
}

/* Logo Slider Container */
.logoSliderContainer1 {
  margin: 0px auto !important;
  padding: 0px 0 !important;
}

/* Slider Track */
.logo-slider-track {
  display: flex;
  animation: slide 40s linear infinite;
  /* 30s chilo -> 15s kore speed barano holo */
  width: calc(200px * 13);
  /* logo number onujayi adjust koro */
}

.nslogo-img {}


/* Pause on hover */
#logoSliderContainer:hover .logo-slider-track {
  animation-play-state: paused;
}


/* Slide animation */
@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-200px * 13));
    /* sob logo sesh porjonto scroll korbe */
  }
}

/* Logo Slide */
.logo-slide {
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* Logo Box */
.logo-box {
  width: 96%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  padding: 15px;
  transition: all 0.3s ease;
}

.logo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.logo-box1:hover {
  transform: unset;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* Logo Images */
.logo-img {
  width: 90%;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.logo-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}



/* Responsive Design */
@media (max-width: 1024px) {
  .logo-slide {
    width: 180px;
  }

  .logo-box {
    width: 160px;
    height: 120px;
  }

  .logo-img {
    height: 60px;
  }
}

@media (max-width: 768px) {

  .logo-slide {
    width: 127px;
    height: 140px;
  }

  .logo-box {
    width: 140px;
    height: 110px;
    padding: 12px;
  }

  .logo-img {
    height: 50px;
    margin-bottom: 8px;
  }

  .logo-text {
    font-size: 12px;
  }
}

@media (max-width: 480px) {


  #logoSliderContainer {
    padding: 0px 0;
  }

  .logo-slide {
    width: 127px;
    height: 130px;
  }

  .logo-box {
    width: 120px;
    height: 100px;
    padding: 10px;
  }

  .logo-img {
    height: 45px;
    margin-bottom: 6px;
  }

  .logo-text {
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .logo-slide {
    width: 120px;
  }

  .logo-box {
    width: 110px;
  }

  .logo-img {
    height: 40px;
  }

  .logo-text {
    font-size: 10px;
  }
}

/* Testimonials Section */

.testimonial-slider {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
}

.testimonial-item {
  flex: 0 0 calc(100% / 3);
  /* Desktop: 3 per row */
  padding: 10px;
}

.testimonial-box {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 150px;
  /* equal height */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.testimonial-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 32px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 50%;
  z-index: 10;
}

.arrow:hover {
  background: rgba(0, 0, 0, 0.7);
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

/* Responsive */
@media (max-width: 992px) {
  .testimonial-item {
    flex: 0 0 calc(100% / 2);
  }

  /* Tablet */
}

@media (max-width: 576px) {
  .testimonial-item {
    flex: 0 0 100%;
  }

  /* Mobile */
}












:root {
  --primary-blue: #2563eb;
  --primary-dark-blue: #1d4ed8;
  --accent-teal: #10b981;
  --text-dark: #1f2937;
  --background-light: #f9fafb;
  --text-gray: #6b7280;
  --border-light: #e5e7eb;
}

.finlex-card {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.finlex-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 35px 60px -12px rgba(0, 0, 0, 0.15);
}

.finlex-content-section {
  flex: 1.2;
  min-width: 300px;
  padding: 60px 50px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.finlex-image-section {
  flex: 1;
  min-width: 300px;
  background: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-dark-blue) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
  overflow: hidden;
  order: 2;
}

.finlex-image-section::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  top: -50px;
  right: -50px;
}

.finlex-image-section::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  bottom: -50px;
  left: -50px;
}

.finlex-photo-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.finlex-photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #3b82f6, #60a5fa);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 5rem;
}

.finlex-tagline {
  color: var(--primary-blue);
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  line-height: 1.3;
}

.finlex-tagline::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 70px;
  height: 5px;
  background: var(--accent-teal);
  border-radius: 3px;
}

.finlex-text {
  color: var(--text-gray);
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.8;
}

.finlex-highlight {
  color: var(--primary-blue);
  font-weight: 600;
}

.finlex-author-section {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 2px solid var(--border-light);
}

.finlex-signature {
  font-family: 'Dancing Script', cursive;
  font-size: 2.2rem;
  color: var(--primary-blue);
  margin-right: 25px;
  min-width: 140px;
}

.finlex-author-info {
  padding-left: 25px;
  border-left: 3px solid var(--accent-teal);
}


.finlex-author-title {
  color: var(--primary-blue);
  font-size: 1rem;
  font-weight: 500;
}

.finlex-logo {
  margin-top: 10px;
  font-weight: 700;
  color: var(--primary-blue);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
}

.finlex-logo-icon {
  margin-right: 8px;
  color: var(--accent-teal);
}

@media (max-width: 992px) {
  .finlex-content-section {
    padding: 50px 40px;
  }

  .finlex-tagline {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .finlex-card {
    flex-direction: column;
    border-radius: 15px;
  }

  .finlex-image-section {
    order: 2;
    min-height: 300px;
  }

  .finlex-content-section {
    order: 1;
    padding: 50px 40px;
  }

  .finlex-tagline {
    font-size: 1.8rem;
  }

  .finlex-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .finlex-content-section {
    padding: 40px 30px;
  }

  .finlex-tagline {
    font-size: 1.6rem;
  }

  .finlex-author-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .finlex-signature {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .finlex-author-info {
    padding-left: 0;
    border-left: none;
    padding-top: 15px;
    border-top: 3px solid var(--accent-teal);
  }
}

@media (max-width: 400px) {
  .finlex-content-section {
    padding: 30px 20px;
  }

  .finlex-tagline {
    font-size: 1.4rem;
  }

  .finlex-text {
    font-size: 0.95rem;
  }

  .finlex-signature {
    font-size: 1.8rem;
  }
}

.floating-rating {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  width: 150px;
  padding: 5px;
  text-align: center;
  transition: transform 0.5s ease, opacity 0.5s ease;
  z-index: 1000;
}

.floating-rating.hidden {
  transform: translateY(-50%) translateX(150%);
  opacity: 0;
}

.google-logo {
  width: 90px;
  margin-bottom: 0px;
}

.rating-title {
  font-size: 18px;
  color: #5f6368;
  margin-bottom: 0px;
  font-weight: 500;
}

.stars {
  /* margin-bottom: 5px; */
}

.stars i {
  font-size: 10px;
  color: #fbbc05;
  margin: 0 1px;
}

.rating-value {
  font-size: 32px;
  font-weight: bold;
  color: #1a73e8;
  margin-bottom: 0px;
}




.rating-details {
  text-align: left;
  margin-top: 5px;
}

.rating-bar {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.star-count {
  width: 40px;
  font-size: 13px;
  color: #5f6368;
}

.bar-container {
  flex-grow: 1;
  height: 8px;
  background: #f1f3f4;
  border-radius: 4px;
  margin: 0 8px;
  overflow: hidden;
}

.bar {
  height: 100%;
  background: #fbbc05;
  border-radius: 4px;
}

.percentage {
  width: 30px;
  font-size: 13px;
  color: #5f6368;
}

.google-colors {
  display: flex;
  justify-content: center;
  margin-top: 2px;
  height: 5px;
  border-radius: 3px;
  overflow: hidden;
}

.google-colors span {
  width: 25%;
  height: 100%;
}

.color-blue {
  background: #4285f4;
}

.color-green {
  background: #34a853;
}

.color-yellow {
  background: #fbbc05;
}

.color-red {
  background: #ea4335;
}

@media (max-width: 768px) {
  .floating-rating {
    right: 15px;
    width: 280px;
  }
}

@media (max-width: 600px) {
  .floating-rating {
    display: none;
  }

  .mobile-message {
    display: block;
    text-align: center;
    padding: 15px;
    background: #fff;
    border-radius: 12px;
    margin-top: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
}


/* Custom scroll to top button */
.math-scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.4s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.math-scroll-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.math-scroll-top:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
  background: linear-gradient(135deg, #2575fc 0%, #6a11cb 100%);
}

.math-icon {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}

.math-icon img {
  width: 100%;
}

/* Progress circle */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.progress-ring-circle {
  stroke: #ff9a9e;
  stroke-width: 2;
  fill: transparent;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
  transition: stroke-dashoffset 0.3s;
}

/* Responsive design */
@media (max-width: 768px) {

  .math-scroll-top {
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
  }

  .math-icon {
    font-size: 20px;
  }
}

@media (max-width: 480px) {

  .math-scroll-top {
    right: 15px;
    bottom: 15px;
    width: 45px;
    height: 45px;
  }

  .math-icon {
    font-size: 18px;
  }
}


/* Chat button styles */
.chat-button {
  position: fixed;
  bottom: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 1000;
  transition: transform 0.3s ease;
  animation: pulse 2s infinite;
}

.chat-button:hover {
  transform: scale(1.1);
}

.chat-button i {
  color: white;
  font-size: 32px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Chat box styles */
.chat-box {
  position: fixed;
  bottom: 110px;
  left: 25px;
  width: 350px;
  max-width: 90vw;
  height: 450px;
  max-height: 80vh;
  background: white;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 999;
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}

.chat-box.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.chat-header {
  background: #25D366;
  color: white;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chat-header h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.close-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
}

.chat-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.message {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 18px;
  line-height: 1.5;
  position: relative;
}

.received {
  background: #e5e5ea;
  align-self: flex-start;
  border-top-left-radius: 4px;
}

.sent {
  background: #DCF8C6;
  align-self: flex-end;
  border-top-right-radius: 4px;
}

.time {
  font-size: 0.7rem;
  color: #999;
  text-align: right;
  margin-top: 5px;
}

.chat-footer {
  padding: 15px;
  background: white;
  display: flex;
  gap: 10px;
  border-top: 1px solid #eee;
}

.chat-footer input {
  flex: 1;
  padding: 14px 18px;
  border: 1px solid #ddd;
  border-radius: 25px;
  outline: none;
  font-size: 1rem;
}

.send-btn {
  background: #25D366;
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
}

.send-btn:hover {
  background: #128C7E;
}

/* Mobile optimization */
@media (max-width: 768px) {


  .chat-box {
    width: 90%;
    right: 5%;
    left: 5%;
  }



  .chat-button {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .chat-button i {
    font-size: 28px;
  }
}

@media (max-width: 480px) {

  .chat-box {
    bottom: 100px;
    height: 400px;
  }
}




.txt1 {
  margin: 9px auto;
}

.googrtng {
  margin: 28px auto;
}

.hone1 h1 {
  font-size: 20px !important;
  font-weight: 900;
}

.textcenterali {
  text-align: center;
}

@media (max-width:580px) {
  .pb-80 {
    padding-bottom: 30px !important;
  }

  .pt-80 {
    padding-top: 30px !important;
  }

  .serfromone {
    margin: 0px auto !important;
  }

  .fssaianualreturnbanner-section {
    background-size: cover;
    height: 151px;
    background-repeat: no-repeat;
    width: 100%;
    display: block;
  }

  .fssaiiecmodificationbanner-section {

    background-size: cover;
    /* background-position: center; */
    height: 151px;
    width: 100%;
    display: block;
  }

  .fssaiimportexportbanner-section {
    background-size: cover;
    background-position: center;
    height: 211px;
    width: 100%;
    display: block;
  }

  .fssaimodificationbanner-section {

    background-size: cover;
    /* background-position: center; */
    height: 140px;
    width: 100%;
    display: block;
  }

  .fssairegistrationbanner-section {

    background-size: cover;
    background-position: center;
    height: 139px;
    width: 100%;
    display: block;
  }

  .fssairenewalbanner-section {

    background-size: cover;
    background-position: center;
    width: 100%;
    display: block;
    height: 140px;

  }

  .gstanualreturnfillingbanner-section {

    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .gstewaybillbanner-section {

    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .gstlutfillingbanner-section {

    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .gstmodificationbanner-section {
    background-size: cover;
    height: 160px;
    width: 100%;
    display: block;
  }

  .gstnilreturnfillingbanner-section {
    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .gstregistrationbanner-section {
    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .isoregistrationbanner-section {

    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    display: block;
  }

  .privacypolicybanner-section {
    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .refundpolicybanner-section {
    background-size: cover;
    height: 149px;
    width: 100%;
    display: block;
  }

  .termsandconsdbanner-section {
    background-size: cover;
    height: 150px;
    width: 100%;
    display: block;
  }

  .trdobjectionbanner-section {

    background-size: cover;
    background-position: bottom;
    height: 150px;
    width: 100%;
    display: block;
  }

  .trdopositionbanner-section {
    background-size: cover;
    background-position: top;
    height: 150px;
    width: 100%;
    display: block;
  }

  .renewalbanner-section {

    background-size: cover;
    background-position: center;
    height: 150px;
    width: 100%;
    display: block;
  }

  .googrtng {
    margin: 9px auto;
  }

  .bnnerimgs {
    width: 300px !important;
  }

  .section-title1 h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
  }

  .mysty {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .hone1 h1 {
    font-size: 18px !important;
    font-weight: 500;
  }

  .hone1 {
    margin-bottom: 0px !important;
  }

  .iec-modification-container11 {
    padding: 2px 10px !important;
  }

}




.finlexiss-custom-service.wow.fadeInUp {
  height: 256px;
}

@media (max-width:580px) {
  .finlexiss-custom-service.wow.fadeInUp {
    height: auto;
  }

  .finlexiss-custom-content {
    margin-bottom: 18px !important;
  }

  .img1wt {
    width: 85px;
    height: 54px;
  }
}

.txt1 {
  font-weight: bold;
  letter-spacing: 1px;
}

.txt1 li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .intro-single {
    padding: 0px 25px;
  }
}

@media (max-width: 480px) {
  .nrmltxt1 {
    margin: 25px auto;
    text-align: center;
  }
}

.mybackcolo {
  background-color: #e6e6e6 !important;
}

#newslogoSliderContainer {
  /* border:1px solid red; */
  padding-top: 20px;
}

.row.justify-content-center.text-center.mycght {
  margin-top: 11px;
  height: 125px;

}

@media (max-width: 767px) {
  .row.justify-content-center.text-center.mycght {
    margin-top: 1px;
    height: unset;
  }

  .img1wt {
    width: 85px;
    height: 54px;
  }
}

@media (max-width:580px) {
  .img1wt {
    width: 85px;
    height: 54px;
  }
}


.footer-naved {
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: center;
  /* center করবে যাতে left-right equal থাকে */
}

.footer-naved li {
  color: white;
  position: relative;
  text-decoration: none;
}

.footer-naved li:not(:last-child)::after {
  content: "|";
  margin-left: 7px;
  /* left side space */
  margin-right: 7px;
  /* right side space */
  color: white;
}

.footer-naved a {
  color: white;
  text-decoration: none;
}

#scrtops {
  scroll-margin-top: 100px;
  /* তোমার header এর height অনুযায়ী value দাও */
}

.txtcntr {
  text-align: center !important;
}

.tbl1 {
  height: 490px;
}

.mbx1 {
  height: 386px !important;
}

.mbx2 {
  height: 155px !important;
}

.mbx3 {
  height: 325px !important;
}

.mbx4 {
  height: 370px !important;
}

.mbx5 {
  height: 420px !important;
}

.mbx6 {
  height: 454px !important;
}

.mbx7 {
  height: 500px !important;
}

.mbx8 {
  height: 450px !important;
}

.mbx9 {
  height: 430px !important;
}

.mbx10 {
  height: 340px !important;
  margin-top: 15px;
}

.mbx11 {
  height: 340px !important;
  margin-top: 15px;
}

.mbx12 {
  height: 400px !important;
  /* margin-top: 15px; */
}

.mbx13 {
  height: 380px !important;
  /* margin-top: 15px; */
}

.mbx14 {
  height: 480px !important;
  /* margin-top: 15px; */
}

.mbx15 {
  height: 250px !important;
}

.mbx16 {
  height: 350px !important;
}

.mbx17 {
  height: 350px !important;
}

.mbx18 {
  height: 260px !important;
}

.mbx19 {
  height: 290px !important;
}

.mbx20 {
  height: 225px !important;
}

.mbx21 {
  height: 608px !important;
}

.mbx22 {
  height: 320px !important;
}

.mbx23 {
  height: 295px !important;
}

.mbx24 {
  height: 245px !important;
}

.mbx25 {
  height: 315px !important;
}

.mtyt {
  margin-top: 60px !important;
}

.mbx26 {
  height: 480px !important;
}

.mbx27 {
  height: 480px !important;
}

@media(max-width:700px) {
  .tbl1 {
    height: 100% !important;
  }

  .mbx1 {
    height: 100% !important;
  }

  .mbx2 {
    height: 100% !important;
  }

  .mbx3 {
    height: 100% !important;
  }

  .mbx4 {
    height: 100% !important;
  }

  .mbx5 {
    height: 100% !important;
  }

  .mbx6 {
    height: 100% !important;
  }

  .mbx7 {
    height: 100% !important;
  }

  .mbx8 {
    height: 100% !important;
  }

  .mbx9 {
    height: 100% !important;
  }

  .mbx10 {
    height: 100% !important;
  }

  .mbx11 {
    height: 100% !important;
  }

  .mbx12 {
    height: 100% !important;
  }

  .mbx13 {
    height: 100% !important;
  }

  .mbx14 {
    height: 100% !important;
  }

  .mbx15 {
    height: 100% !important;
  }

  .mbx16 {
    height: 100% !important;
  }

  .mbx17 {
    height: 100% !important;
  }

  .mbx18 {
    height: 100% !important;
  }

  .mbx19 {
    height: 100% !important;
  }

  .mbx20 {
    height: 100% !important;
  }

  .mbx21 {
    height: 100% !important;
  }

  .mbx22 {
    height: 100% !important;
  }

  .mbx23 {
    height: 100% !important;
  }

  .mbx24 {
    height: 100% !important;
  }

  .mbx25 {
    height: 100% !important;
  }

  .mbx26 {
    height: 100% !important;
  }

  .mbx27 {
    height: 100% !important;
  }

  .iec-modification-container {

    padding: 1px 10px;
  }

  h1.mtyt.wow.fadeInUp {
    margin-top: -33px !important;
  }

  .col-md-6.col-lg-3 {
    margin: 10px auto;
  }

  .doc-requirements-card-header {
    font-size: auto;
    height: unset;
  }

  .banner-section .banner-content {
    text-align: center;
    padding: 24px 10px;
  }
}

.mistake-content li {
  list-style: none;
}

#floatingSelect {
  direction: rtl;
  /* trick for browsers */
}

#floatingSelect option {
  direction: ltr;
  /* text thik korar jonyo */
}

.nice-select:after {

  content: unset !important;

}

.myfrompopup-btn:hover {
  transform: scale(1.05);
}

/* Popup Container */
.myfrompopup-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 1rem;
  width: 100%;
  max-width: 30rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  pointer-events: auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease;
  z-index: 9999;
}

.myfrompopup-notification.hidden {
  display: none;
}

.myfrompopup-notification.hide {
  opacity: 0;
  transform: translate(-50%, -60%);
}

.myfrompopup-notification-inner {
  display: flex;
  align-items: flex-start;
}

.myfrompopup-notification-icon {
  flex-shrink: 0;
}

.myfrompopup-img {
  width: 32px;
  height: 32px;
  border-radius: 6px;
}

.myfrompopup-notification-text {
  padding-top: 0.125rem;
  margin-left: 0.75rem;
  flex: 1 1 0%;
}

.myfrompopup-title {
  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #111827;
}

.myfrompopup-subtitle {
  margin-top: 0.25rem;
  font-size: 0.9rem;
  line-height: 1.3rem;
  color: #374151;
}

.myfrompopup-notification-action {
  display: flex;
  margin-left: 1rem;
  flex-shrink: 0;
}

.myfrompopup-notification-action button {
  display: inline-flex;
  border-radius: 0.375rem;
  color: #9ca3af;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: color 0.3s ease;
}

.myfrompopup-notification-action button:hover {
  color: #4b5563;
}

@media(max-width:580px) {
  h5.wow.fadeInUp {
    margin: 18px 2px;
  }

  .notice-container {
    gap: 2px;
  }

  .notice-column {
    padding: 0px;
    text-align: left;
  }

  p.wow.fadeInUp {
    margin-top: 14px;
  }

  .pbdthead h1 {
    color: #3b3b3b;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
  }

  .pricing-table .price-tag .amount {
    letter-spacing: -2px;
    font-size: 35px;
  }

  .img1wt {
    width: 64px;
    height: 54px;
  }

  .tght {
    margin-top: 14px;
  }

  .serfromone .col-md-6.col-sm-12.wow.fadeInUp {
    margin-top: 10px;
  }

  .bvtyuj {

    height: 106px;

  }

  .tm-cta {
    text-align: center;
    padding: 0px;
    font-size: 1.3em;
    background: unset;
    border-radius: 10px;
    box-shadow: unset;
    /* max-width: 600px; */
    width: 100%;
  }

  .tm-cta-wrapper {

    padding: 0px 9px 13px;
  }

  .std-container {

    padding: 0px 0px !important;
  }

  .cert-process-container {
    padding: 0rem 0;
  }

  .row.justify-content-center.g-4 {
    margin-top: 2px;
  }

  li.wow.fadeInUp {
    margin-left: 10px;
  }

  .documents-box {

    padding: 17px 5px;
  }

  button.accordion-button {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: unset;
  }

  .col-md-6.col-lg-3 {
    margin: 7px auto;
  }



  .whybox {
    margin: 4px auto;
  }
  .final-step-container {
     
      margin-top: 1px;
  }.step-card.final-step {
    margin-top: -7px !important;
}
.mrgin{
    margin-top: -10px!important;
}
}


@media(max-width:580px) {
      .renewalbanner-section  {
/* border: 2px solid red; */
          height: 180px;
          
        }
}

@media (max-width: 580px) {
    .trdobjectionbanner-section {
        height: 180px;}
}

@media (max-width: 480px) {
    .servicesbanner-section {
        height: 180px;

    }
}

@media (max-width: 580px) {
    .trdopositionbanner-section {
        height: 180px;
        
    }
}

@media (max-width: 580px) {
    .isoregistrationbanner-section {
       
        height: 170px;
        
    }
}

@media (max-width: 360px) {
    .isoregistrationbanner-section {

        height: 140px;

    }
}

@media (max-width: 250px) {
    .isoregistrationbanner-section {

        height: 150px;

    }
}

@media (max-width:580px) {
    .fssairegistrationbanner-section {
                height: 150px;
               
    }
}

@media (max-width: 580px) {
    .fssairenewalbanner-section {
       
        height: 180px;
    }
}

@media (max-width: 580px) {
    .fssaiiecmodificationbanner-section {
        
       
        height: 160px;
        
    }
}

@media (max-width: 580px) {
    .gstregistrationbanner-section {
       
        height: 170px;
        
    }
}

@media (max-width: 360px) {
    .gstregistrationbanner-section {
        
        height: 150px;
       
    }
}

@media (max-width: 580px) {
    .gstreturnfillingbanner-section {
        
        height: 160px;
       
    }
}

@media (max-width: 360px) {
    .gstreturnfillingbanner-section {
       
        height: 140px;
        
    }
}

@media (max-width: 580px) {
    .gstnilreturnfillingbanner-section {
        
        height: 180px;
      
    }
}

@media (max-width: 360px) {
    .gstnilreturnfillingbanner-section {
      
        height: 150px;
        
    }
}

@media (max-width: 580px) {
    .gstmodificationbanner-section {
      
        height: 180px;
        
    }
}

@media (max-width: 360px) {
    .gstmodificationbanner-section {
     
        height: 160px;
      
    }
}

@media (max-width: 580px) {
    .gstanualreturnfillingbanner-section {
       
        height: 180px;
       
    }
}

@media (max-width: 360px) {
    .gstanualreturnfillingbanner-section {
        
        height: 155px;
       
    }
}

@media (max-width: 580px) {
    .gstewaybillbanner-section {
        
        height: 180px;
       
    }
}

@media (max-width: 360px) {
    .gstewaybillbanner-section {
    
        height: 150px;
       
    }
}

@media (max-width: 480px) {
.mrgin1{
    margin:10px auto!important;
}
.col-md-6.col-lg-3.wow.fadeInUp.mrgin2 {
    margin: 10px auto;
}

.mrgin4 {
    margin: 10px auto;
}.mrgin5 {
    margin: 10px auto;
    /* width: 100%; */
}
.xrft {
    padding: 0px;
    margin: 0px auto!important;
}
.leftaligncl{
  text-align: left!important;
}
.mrgbnh {
  width: 94%!important;
    margin: 0px auto!important;
    padding: 0px!important;
}.mrgbnhh {
    width: 98%;
    margin: 12px auto!important;
}.mrgbnhh {
    width: 96%!important;
    margin: 0px auto!important;
}h4.wow.fadeInUp {
    text-align: center;
}
.pdnn{
    padding: 0px!important;
}
}

@media(min-width:580px){
  .mrgine1 {
    margin-top: -52px!important;
}

}

@media (max-width: 480px) {
.mobmit{
  margin-top: 9px!important;
}
.mobmit1{
  width: 96%!important;
  margin: 10px auto;
}

}

.listcrl{
  list-style: none!important;
}
.thnkcllbtn{
    padding: 10px;
}
.thankyoubanner-section {
  overflow: hidden;
  height: 90vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e3dffb;
}

.thankyoubanner-section {
  background-image: url('./../images/thankyou.png');
  background-size: cover;
  background-position: bottom;
  height: 520px;
  width: 100%;
  display: block;
}

 @media (max-width:580px) {
.thankyoubanner-section {
        background-image: url(./../images/thankyou.png);
        background-size: cover;
        background-position: bottom;
        height: 194px;
        width: 100%;
        display: block;
    }
} 