.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.box-hover {
  position: relative;
  transition: background 0.3s ease;
}

.rotate-arrow {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transform: rotate(45deg); /* Already rotated */
  transition: transform 0.3s ease;
}

.box-hover:hover .rotate-arrow {
  transform: rotate(0deg); /* Rotate back on hover */
}


/******tab click section appear*****/




:target::before {
  content: "";
  display: block;
  height: 200px; /* try increasing this */
  margin-top: -200px;
  visibility: hidden;
}
/***bottom line ***/


.bottom_line {
  position: relative;
  display: inline-block;
  color: #800000;
  text-decoration: none;
  padding-bottom: 4px;
}

.bottom_line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #800000;
  transition: width 0.4s ease;
}

.bottom_line:hover::after {
  width: 100%;
}


/**/

.arrow {
  display: inline-block;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  
}

.bottom_line:hover .arrow {
  transform: rotate(0deg);
}


/********bordder-shap****/

.faded-border-paragraph {
  position: relative;
  padding: 20px 0;
  margin: 30px 0;
}

.faded-border-paragraph::before,
.faded-border-paragraph::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #f4c430, transparent);
}

.faded-border-paragraph::before {
  top: 0;
}

.faded-border-paragraph::after {
  bottom: 0;
}

/****border-top-marron***/

.border-top-maroon {
  border-top: 10px solid #800000 !important;
  border-right: 1px solid #cccccc !important;
  border-bottom: 1px solid #cccccc !important;
  border-left: 1px solid #cccccc !important;
  padding: 20px;
  background-color: #ffffff;
}

/***try try*****/

.people {
  padding: 20px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
  font-family: 'Segoe UI', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.people:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
/*********hyperlink*****/

a.bottom_line,
a.bottom_line * {
  text-decoration: none !important;
  color: inherit;
}/* End custom CSS */